.news-widget-wrapper {
	clear:both;
}
.news-loop  {
	box-sizing:border-box;
	clear:both;
	margin-bottom:20px;
	min-height:120px;
}
.news-loop:last-child {
	margin-bottom:0px;
}
.news-widget-wrapper .news-loop .left  {
	width:100px;
	float:left;
}
.news-widget-wrapper .news-loop .left img  {
	width:100%;
	height:auto;
}
.news-widget-wrapper .news-loop .right  {
	margin-left:100px;
	vertical-align:top;
}
.news-loop .right  div {
	padding-top:2px;
	margin-left:10px;
}
.news-loop .right h3 {
	margin:0 0 5px 0;
}
.news-loop .right h3 a {
	font-size:15px;
	text-decoration:none;
	line-height:1.6em !important;
	display:inline-block;
	margin:0;
	color:#222;
}
.news-loop .right .date {
	font-size:12px;
	padding:4px;
	color:#999;
}

.box-date {
	width:100px;
	height:100px;
	background:#ddd;
	text-align:center;
	padding:0px;
}

.box-date h3 {
	font-size:50px;
	font-weight:300;
	line-height:1.3em;
	padding:0;
	margin:0;
	color:#3f504b;
}
.box-date p {
	text-transform:uppercase;
	line-height:1em;
	color:#3f504b;
}

.gallery-item figure{
	width:240px;
}
.gallery-item figure img {
	width:100%;
	height:auto;
}