
#blocks{
	width: 1096px;
	margin: 0 auto;
	min-height: 400px;
}
.block-box{
	width: 233px;
	height: 213px;
	margin: 0 7px 7px 0;

	background: #286480;
	float: left;
	position: relative;

	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.block-image-small{

	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 69px;
	height: 57px;
	float: left;
	margin-right: 15px;
}

.hover-text{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	background: #286480;
    background: rgba(40, 100, 128, 0.75);
	color: #fff;
	padding: 20px;
	z-index: 2;

	-webkit-transition: opacity .25s linear;
	   -moz-transition: opacity .25s linear;
	    -ms-transition: opacity .25s linear;
	     -o-transition: opacity .25s linear;
	        transition: opacity .25s linear;

	font-size: 15px;
    line-height: 19px;

    font-family: 'avenir_lt_45_bookregular';

    padding: 10px 19px 27px 13px;

}


.hover-text h4{
	color: #fff;
	font-size: 13px;;
	line-height: 19px;
	margin: 0;
	font-weight: normal;
}

.hover-text p{
	margin: 0;
}





body #container .content.news{
	width: 960px;
	padding-right: 0;
}

.read-more{
	position: absolute;
    bottom: 10px;
    right: 19px;
    font-family: 'Arial';
    font-size: 0.875em;
    text-decoration: none;
    color: #fffcf3;
}

.read-more span{
	    background: url(../../images/read_more.png) no-repeat right center;
    height: 30px;
    padding: 4px 2px 4px 13px;
}

