/*-- 
RSS THIS CSS
Bilal Hassan
smartcatdesign.net
--*/

.feed-roll{
	background: url('background.png') repeat;
	overflow: hidden;

}

.feed-title {
	color: #000;
	font-size: 24px;
	line-height: 24px;
	padding: 8px 0px 5px 0px;
	border-bottom: 1px solid #d0d0d0;
	text-transform: uppercase;
}

.feed-item {
	display:block;
	list-style:none;
	padding:5px 10px;
	border-bottom: 1px solid #d0d0d0;
	background: #d0d0d0;
	background: rgba(5,20,20,0.2);
	margin-bottom: 10px;
	overflow: hidden;
}

.small{
	float: left;
	width: 32%;
	margin-right: 0.5%;
	height: 220px;	
}
.small.feed-item{
	padding: 0 !important;
	margin-bottom: 0.5%;
}

.small.feed-item:hover{
	background: rgba(60,30,20,0.4);
}
.small.feed-item img{
	width: 100% !important;
	border: none !important;
}
.small .feed-title{
	text-align: center;
	border: none !important;
	padding: 5px !important;
	margin-top: 5px !important;
}
.small .feed-more{
	text-align: center;
}
.feed-item a:hover,.feed-item a{
	text-decoration: none;
}
.feed-more{
	text-align: right;
}
.button-primary{
	background: #333333;
	color: #f0f0f0 !important;
	padding: 7px 5px;
	box-shadow: 0 2px 2px #666;
	margin: 0 20px 10px 0;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
.button-primary:hover{
	background: #777777;
}
.feed-item img {
	display:block;
	width: 175px;
	height: auto;
	margin-right:8px;
	float: left;
	border: 1px solid #888888;
	padding: 1px;
}