/* Add here all your css styles (customizations) */
.scroll-text {
	height: 220px;
	overflow: hidden;
}
.scroll-text ul {
	overflow: hidden;
	margin: 0;
}
.testimonials .testimonial-info {
	padding: 0px;
	margin-top:0px;
}
.news li {
	border-top: 1px dashed #3498db;
}
.news li a {
	color:#3498db;
}
.title-v3-bg {
	font-weight:bold;
}
.news-title{
	font-weight:bold;
	font-size:16px;
	
	}

.notif span {
	margin-left: 53px;
	padding-bottom: 10px;
	text-align:left;
}
  .b-news {
	position: relative;
	//padding-bottom: 14px;
	//padding-left: 66px;
	margin-bottom:5px;	
	border-bottom: 1px dashed #dee1e2;
}

.news-date {
	width: 44px;

	position: absolute;
	top: 2px;
	background: #fafafa;
}

.date-day {
	height: 43px;
	background-color:#337ab7;
	color:white;

	text-align: center;
	line-height: 43px;
	font-size: 28px;
}

.date-mounth {
	height: 14px;

	background: #3c3e3f;
	
	border-radius: 1px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);

	text-align: center;
	line-height: 12px;
	font-size: 11px;
	color: #fff;
}