.feed-container{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	/*border:1px solid #dbdee1;*/
	border-radius:5px;
	overflow-x:hidden;
	overflow-y: scroll;
	height:629px;
	box-sizing:border-box;
	text-align:left;
	background-color:#fff;
}

.feed-item{
	margin:0;
	padding:20px 0;
	clear: both;
	border-bottom:1px dashed #ccc;
}
	.feed-item-url{
		display:block;
		overflow:hidden;
		text-decoration: none;
	}
		.feed-item-image-module{
			margin:0 0 0 5px;
			padding:0;
			float:left;
		}
			.feed-item-image{
				margin:6px 10px 0 0;
				padding:0;
				width:110px;
				height:100px;
				overflow:hidden;
			}
		.feed-item-content-module{
			margin:0 0 0 5px;
			padding:0 0 0 5px;
			overflow:hidden;
		}
			.feed-item-title{
				margin:0 2px 0 0;
				padding:0 2px 0 0;
				color:#000; /*#2e7ec8*/
				line-height:1.5;
				font-size:12pt;
				overflow:hidden;
				display:block;
			}

			.feed-item-description{
				margin:0 2px 0 0;
				padding:0 2px 0 0;
				color: #505659;
				word-wrap:break-word;
				line-height: 1.5;
				font-size:12px;
				overflow:hidden;
				display:block;
			}

			.feed-item-date{
				margin:5px 0 0 0;
				padding:0;
				font-size:12px;
				color:#505659;
				overflow:hidden;
				text-overflow:ellipsis;
				display:block;

			}

			.btn-success {
				transition:0.3s all;
			}	
			.btn-rood {
				background-color:#bd2634;
				transition:0.3s all;
			}
			.btn-rood:hover {
				background-color:#891721;
				transition:0.3s all;
				color:#ffffff;
			}
			.feed-item-button{
				margin-top:10px;
				background-color:#bd2634;
				float:left;
				clear:both;
				border-radius:5px;
			}

			.feed-item-button a{
				color:#fff;
				padding:5px 10px;
				display:block;
			}
			.feed-item-button{
				transition:0.3s all;
			}
			.feed-item-button:hover{
				background:#891721;
			}
			.feed-item-button a:hover{
				text-decoration:none;
			}

/*Carousel styling*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width:100%;
	margin:auto;
}
.carousel-inner > .item{
	height:350px;
	width:100%;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel-inner .carousel-caption{
	background-color:#fff;
	padding:0 10px 7px 0;
	bottom:60px;
	left:0;
	right:30%;
	text-shadow:none;
}
.carousel-inner .carousel-caption h3{
	font-size:22px;
	text-align:left;
	margin-left:20px;
	color:#999;
}

@media only screen and (max-width: 1199px) {
    .feed-container{
    	height:auto;
    	overflow:hidden;
    }
}