/**
 * 	CSS za stran node template NOVICA - stran NOVICA
 */
#novica-container{
}

#novica-main-container{
	margin-top: 40px;
	margin-bottom: 40px;
}
.novica-item{
	margin-bottom: 15px;
	position: relative;
}
.novica-title{
	text-transform: none;
}
#novica-slider{
	list-style: none;
    overflow: hidden;
    margin: 0px;
}
#novica-slider li{
    position: relative;
    text-align: center;
    text-align: -webkit-center;
}
#novica-slider li img{
}
.novica-title ul li{
	font-family:'Klavika-Medium' !important;
	/*font-weight:bold;*/
	font-size:40px;
	background-position: 0px 17px;
}
.novica-content img{
	max-width:100%;
	height:auto;
}

.novica-content .bx-wrapper img {
	width: auto;
}

.novica-content{
	font-family: 'Verdana';
	font-size: 14px;
	color: #333333;
}
.novica-content{
	line-height: 1.5em;
	font-size: 14px;
}
.novica-content p img{
	margin-top: 15px;
	margin-bottom: 15px;
}
.novica-content p a{
	color: #e12a26;
}
.novica-content .bx-wrapper .bx-prev{
    width:15px;
    height: 15px;
    left:-30px;
}
.novica-content .bx-wrapper .bx-next{
    width:15px;
    height: 15px;
    right: -30px;
}
.novica-content figure{
	margin:0px; /* margin reset */
	font-size:12px;
}
.novica-content figure figcaption em:last-child{
	/*float:right;*/
}

#news-container .news{
	padding:0px 0px 20px 0px;
}

#news-container .news .news-item{
	float:left;
	width:32.5%;
	margin-bottom:50px;
}

#news-container .news .news-item:nth-child(3n+2){
	margin-left:1.25%;
	margin-right:1.25%;
}

#news-container .news .news-item:nth-child(3n+1){
	clear:both;
}

#news-container .news .news-item .news-list-container{
	width:auto;
	margin-top: 5px;
	margin-left:0;
	height:auto;
}

#news-container .news .news-item .img-url-wrap {
    display: block;
    height: 196px;
    overflow: hidden;
}

#news-container .news .news-item img{
	width:100%;
	/*height: 196px;*/
}
@media screen and (max-width:1280px){
	#news-container .news{
		
	}
}

@media screen and (max-width:860px){
	#news-container .news .news-item{
		width: 49%;
	}

	#news-container .news .news-item:nth-child(3n+2){
		margin-left:0;
		margin-right:0;
	}

	#news-container .news .news-item:nth-child(2n){
		margin-left:2%;
	}

	#news-container .news .news-item:nth-child(3n+1){
		clear:none;
	}

	#news-container .news .news-item:nth-child(2n+1){
		clear:both;
	}
}

@media screen and (max-width:600px){
	#news-container .news .news-item{
		width: 100%;
	}

	#news-container .news .news-item:nth-child(3n+2){
		margin-left:0;
		margin-right:0;
	}

	#news-container .news .news-item:nth-child(2n){
		margin-left:0;
	}

	#news-container .news .news-item:nth-child(3n+1){
		clear:none;
	}

	#news-container .news .news-item:nth-child(2n+1){
		clear:none;
	}
}
