#sh-rss .carousel-inner{
	width: 100%; 
	height: 540px;
}

#sh-rss{
	width: 100%; 
}

#sh-rss .carousel-indicators{
	position: relative;	
}

#sh-rss .carousel-control{
	height: 300px;
	top: 0px;
	opacity: 1;
}

#sh-rss .carousel-control span{
	display: inline-block;
	margin-top: 125px;
	text-shadow: none;
	background-color: #fff;
	color: #666;
	padding: 2px;
	opacity: 1;
	width: 45px;
	height: 45px;
	border-radius: 30px;
	font-size: 140%;
}

#sh-rss .left span{
	left: 10px;
	margin-left: 20px;
}

#sh-rss .right span{
	right: 10px;
	margin-right: 20px !important;
}

.item{
	width: 100%;
	display: block;
}

.item-sh-logo{
	text-align: center;
}

.item a{
	text-decoration: none;
	color: #005a96;
}


.item-image-rss{
	display: block;
	margin-bottom: 10px;
	height: 300px;
	background-color: #f4f4f4;
	background-position: center;
	background-size: cover;
	width: 100%;
}

.item-title{
	padding: 0px 30px ;
	min-height: 90px; 
	max-height: 90px; /* visina fonta x broj redova */
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.2;
	overflow: hidden;
}

.item-title a{
	color: #666;
	font-weight: 400;
}

.item-subjekt{
	padding: 4px 30px;
	min-height: 18px;
	max-height: 18px;
	overflow: hidden;
	text-transform: uppercase;
	color: #666;
	font-size: 80%;
}

.item-published{
	padding: 30px;
	padding-bottom: 5px;
	padding-top: 0;
	font-size: 80%;
	color: #ccc;
}
