@charset "utf-8";

body {
	margin: 0;
	
}

h4 {
	color: rgba(255,255,255,1);
	
}

aside {
	float: left;
	clear: right;
	margin: 0 0 0 -2.1%;
	display: inline-block;
	background-color:rgba(204,204,204,1);
	height:100%;

}

#side_content {
	padding: 5px;
    margin: 0 0 0 200px;
}

#side-nav-ul, .side-nav-ul-dropdown {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
} 
.side-nav-li, .dropdown-li{
	
	list-style-type: none;
	width: 200px;
	height: 35px;
	padding: 15px 0 0 0;
	margin: 0;
	text-align: center; /* FF3.6-15 */
}

.side-nav-ul-dropdown {
	background-color:rgba(255,255,255,1);
	display: none;
}

.article{
	width: calc (100% - 10px);
	height: 30%;
	border: 1px solid black;
	padding:5px;
	margin-top:10px;
	margin-bottom:30px;
	border-radius: 5px 5px 5px 5px;
		
}

#container {
	max-width: 1200px;
	min-width: 600px;
	height: auto;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
}

#header {
	width: 100%;
	height: auto;
	text-align: center;
	background-image:url(../index/line_bg.jpg);
	background-repeat: repeat-x;
}

#top {
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.26) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.26)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.26) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.26) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.26) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.26) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
	height: 75px;
	padding: 0px 1% 0px 1%;
}

#logo {
	display:block;
	width:auto;
	height:auto;
	float:left;
	clear:right;
	padding: 5px 0px 0px 0px;
	
}

#naslov {
	display: inline-block;
	width: auto;
	height: auto;
	font-size:20px;
}


#counter {
	width:auto;
	height:auto;
	display:inline-block;
	float:right;
	clear: right;
	font-size:20px;
	
}
#nav_bar {
	text-align: right;
	height: auto;
	padding: 0px 1% 0px 1%;
	 
	
}


#content {
	width:auto;
	height:auto;
	padding: 0px 2% 0px 2%;
	overflow:hidden;
	box-shadow: -2px -7px 47px 9px rgba(0,0,0,0.35);
    -moz-box-shadow: -2px -7px 47px 9px rgba(0,0,0,0.35);
    -webkit-box-shadow: -2px -7px 47px 9px rgba(0,0,0,0.35);
	position:relative;
	

}

#news {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
	position: relative;
	margin-top:20px;
}

.div-news {
	display: inline-block;
	float: left;
	width: 31.333%;
	margin-left:1%;
	margin-right:1%;
}

.div-img {
	width: 100%;
	height: 100%;
}

.btn-news, btn-news:focus {
	position: absolute;
	bottom: 50%;
}

#prev-news {
	left: 0px;
}

#next-news {
	right: 0px;
}

#news-1, #news-2 {
	display: none;
	overflow:hidden;
}

#wrapper-content{
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}

.gumbi {
    width: 65%;
    height: auto;
    overflow: hidden;
	margin-bottom: 20px;
	
	
}

.div_gumbi {
    width: 30.3%;
    height: auto;
    float: left;
	margin-left:1%;
	overflow:hidden;
	border-radius:5px;

}
.div-img{
	width: 100%;
    height: 100%;
}



.klc-img{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0.8%;
	float:left;
	width:30%;
	border-radius:5px;

}

.ri-img{
	width:50%;
}


#podnozje {
	background-image:url(../index/footer.png);
	background-repeat:repeat-x;
	width: 100%;
	height:60px;

}

#dno {
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(botttom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.26) 100%);
	background: -webkit-gradient(right bottom, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.26)));
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.26) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.26) 100%);
	background: -ms-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.26) 100%);
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.26) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );

	min-width: 600px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 50px;
}

#mylogo {
	display:block;
	width:auto;
	height:auto;
	clear:right;
	float:right;
	padding: 5px 0px 0px 0px;
	
}

#icons {
	min-width: 600px;
	width: auto;
	height: auto;
	float:left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 2%;
	margin-bottom: 1%;
}


#facebook-div {
    width: auto;
    height: auto;
    display: inline-block;
	position:absolute;
	float:left;
	top:0px;
	right:0px;
	border-radius:5px;
	overflow:hidden;
}


#face-header {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgb(255,255,255);
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	margin: 0px;
	text-align: center;
	background: rgba(0,49,205,1.00);
}

#sponzori {
	width: auto;
	height: 440px;
	text-align:center;
	
	
}
div.div-sponzori {
	width:100%;
	height:200px;
	margin-top:20px;
	
}
img.img-sponzori {
	margin-top: 2%;
	margin-bottom:4%;
	margin-left:1%;
	margin-right:1%;
	height:90%;
	width:20%;
}

@media only screen and (max-width: 1150px) {
	
	#facebook-div {
		width: auto;
		height: auto;
		display: inline-block;
	}
	
	#facebook-div {
    	width: auto;
    	height: auto;
    	display: inline-block;
		float: none;
		position:relative;
		left: 0px;
		border-radius:5px;
		overflow:hidden;
		left: 28%;
	}

	.gumbi {
		width: 100%;
	}
	
	.div_gumbi {
   		width: 32.3%;
	}
	
	#gumb-karlovac {
		width:99%;
		margin-left:1%;
	}
	
	.div-sponzori {
		width:50%;
		height: 150px;
		margin-left: auto;
		margin-right: auto;
		
	}
	
	
	.img-sponzori {
		margin-left:1%;
		margin-right:1%;
		height:70%;
		width:30%;
		
	}
	
	.klc-img{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0.8%;
	float:left;
	width:45%;
}
}

@media only screen and (max-width: 1050px){
	
	#naslov, #counter {
		font-size: 19px;
	}
	
	.klc-img{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0.8%;
	float:left;
	width:45%;
}
}

@media only screen and (max-width: 1000px){
	
	#naslov, #counter {
		font-size: 18px;
	}
	
	.klc-img{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0.8%;
	float:left;
	width:30%;
}
}

@media only screen and (max-width: 950px){
	
	#naslov, #counter {
		font-size: 17px;
	}
	
	.klc-img{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0.8%;
	float:left;
	width:45%;
}
}

@media only screen and (max-width: 900px){
	
	#naslov, #counter {
		font-size: 16px;
	}
	.klc-img{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0.8%;
	float:left;
	width:45%;
}
}

@media only screen and (max-width: 850px){
	
	#naslov, #counter {
		font-size: 15px;
	}
}

@media only screen and (max-width: 800px){
	
	#naslov, #counter {
		font-size: 14px;
	}
	.klc-img{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0.8%;
	float:left;
	width:50%;
}
}

@media only screen and (max-width: 750px){
	
	#naslov, #counter {
		font-size: 13px;
	}
	.klc-img{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0.8%;
	float:left;
	width:50%;
}
}

@media only screen and (max-width: 700px){
	
	#naslov, #counter {
		font-size: 12px;
	}
	.klc-img{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0.8%;
	float:left;
	width:50%;
}
}

@media only screen and (max-width: 650px){
	
	#naslov, #counter {
		font-size: 11px;
	}
	
	
.linkovi {
	color:rgb(255,255,255);
	margin: 0;
	padding: 10px;
}
	.klc-img{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0.8%;
	float:left;
	width:50%;
}
}

@media only screen and (max-width: 600px){
	
	#naslov, #counter {
		font-size: 10px;
	}
	.klc-img{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:0.8%;
	float:left;
	width:50%;
}
}
.podnaslov {
	color: rgba(0,0,0,1);
	margin: 0 0 10px 0;
	font-size: 20px;
}

.tekst {
	margin: 0;
	padding: 10px;
	text-align: justify;
}


.linkovi {
	color:rgb(255,255,255);
	margin: 0;
	padding: 10px;

}

.img_responsive {
	max-width:100%;
	height:auto;
}

#slike {
	height: auto;
	width: 100%;
	border: 5px solid rgba(250,250,250,1);
	overflow:scroll;
	margin-top:5%;
	margin-bottom:5%;
}