@import url(http://fonts.googleapis.com/css?family=Crete+Round&subset=latin,latin-ext);

html, body {
	background: url(../images/pozadinska.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pozadinska.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pozadinska.jpg', sizingMethod='scale')";
	font-family: 'Crete Round', serif;
	margin: 0;
	height:100%;

}

#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 250px;
	background: #000;
	background: linear-gradient(top, rgba(0,0,0,0.8), rgba(45,45,45,0.8));
	background: -o-linear-gradient(top, rgba(0,0,0,0.8), rgba(45,45,45,0.8));
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8), rgba(45,45,45,0.8));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8), rgba(45,45,45,0.8));
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8), rgba(45,45,45,0.8));
	border-left: 2px solid #fff;
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
	text-align: center;
	overflow: auto;
}

#logo {
	margin: 32px 0 20px;
	width: 150px;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	margin: 5px 0;
	font-size: 20px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	color: #4eaab9;
}

#info {
	margin: 40px 0 20px;
	list-style: none;
	padding: 0;
}

#info li {
	margin: 2px 0;
	font-size: 13px;
	color: #fff;
}

#wrap {
	position: relative;
	height: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 252px;
}

#wrap_galerija {
	position: absolute;
	bottom: 20px;
	right: 0px;
	width: 30%;
}

#title {
	width: 430px;
	height: 90px;
	float: right;
	background: #4eaab9;
	margin-top: 62px;
	border-top-left-radius: 50px;
	color: #fff;
	font-size: 50px;
	text-align: right;
	margin-right: 3000px;
	line-height: 85%;
	padding: 10px 10px;
}

#wrap .product {
	width: 23%;
	margin: 1%;
	float: left;
	background: #bebebe;
	text-align: center;
	padding: 1% 0;
}

.product img {
	width: 90%;
}

.product ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-left: 5%;
}

.product li {
	font-size: 14px;
}

.galerija {
	width: 30%;
	margin: 1%;
	float: left;
	border: 1px #fff solid;
}

#about {
	background: rgba(255, 255, 255, 1);
	width: 300px;
	font-size: 15px;
	position: absolute;
	top: 172px;
	right: 0px;
	padding: 30px 10px 10px;
	display: none;
}

.about_galerija {
	top: -50px;
	z-index: 1000;
}

#about img {
	padding: 10px 0 0;
}

#about span {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#about span:hover {
	color: #4eaab9;
}

.trenutna {
	color: #4eaab9 !important;
	cursor: default;
}

#wrap_galerija img:hover {
	opacity: 0.6;
}


        .holder {
        	position: relative;
        	padding: 0 auto;
        	margin: 10px auto 15px;
        	display: block !important;
        	float: none;
    	}
    
    	.holder a {
    		font-size: 15px;
    		cursor: pointer;
    		margin: 0 5px;
    		color: #333;
    		padding: 3px;
    	}
    
    	.holder a:hover {
    		background-color: #222;
    		padding: 3px;
    		color: #fff;
    	}
    
    	.holder a.jp-previous { margin-right: 15px; }
    	.holder a.jp-next { margin-left: 15px; }
    
    	.holder a.jp-current, a.jp-current:hover { 
    		color: #4eaab9;
    		font-weight: bold;
    	}
    
    	.holder a.jp-disabled, a.jp-disabled:hover {
    		color: #bbb;
    	}
    
    	.holder a.jp-current, a.jp-current:hover,
    	.holder a.jp-disabled, a.jp-disabled:hover {
    		cursor: default; 
    		background: none;
    	}
    
    	.holder span { margin: 0 5px; }


#copy {
	margin-top: 20px !important;
	color: #fff !important;
	font-size: 11px !important;
}

#connect {
	color: #fff !important;
	font-size: 11px !important;
}