
.blog_post {
	padding-bottom: 30px;
	width: 870px;
	border-bottom: 1px solid #efefef;
}

.blog_post_content {
	text-align: justify;
}

.blog_post h3 {
	font-size: 24px;
	margin-bottom: 0px;
}

.blog_post_date {
	margin-bottom: 30px;
	color: #666;
	font-style: italic;
}

.blog_block {
	display: inline-block;
	text-decoration: none;
	margin-top: 30px;
	position: relative;
}
.blog_block.even {
	margin-right: 30px;
}

.blog_block,.blog_image {
	width: 420px;
	height: 244px;

}
.blog_image {
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog_description {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	width: 410px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 15px;
	padding-right: 5px;
}


.blog_title {
	font-family: pf_din_text_cond_pro_medium;
	font-size: 17px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 7px;
}
.blog_date {
	display: inline-block;
	color: #999999;
	font-family: pf_din_text_cond_pro_regular;
	font-style: italic;
	font-size: 12px;
	padding-left: 7px;
}
.firstblog_subtitle {
	margin-top: 5px;
}

/*.blog_block:hover {
	color: black;

}

.blog_block .blog_image {
	width: 321px;
	height: 321px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.blog_block .blog_title {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
.blog_block .blog_subtitle {
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}*/

.author_name {
	font-size: 18px;
	margin-top: 5px;
}

.author_title {
	font-size: 14px;
	color: #666;
}


.firstblog_container, .firstblog_image {
	width: 870px;
	height: 506px;
}
.firstblog_container {
	display: block;
	position: relative;
	margin-top: 30px;
}

.firstblog_image {
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.firstblog_description, .firstblog_description_bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.firstblog_description_bg {
	width: 100%;
	z-index: 2;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: black;
}

.firstblog_description {
	z-index: 3;
	width: 850px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-right: 10px;
}

.firstblog_title {
	font-family: pf_din_text_cond_pro_medium;
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 15px;
}
.firstblog_date {
	display: inline-block;
	color: #999999;
	font-family: pf_din_text_cond_pro_regular;
	font-style: italic;
	font-size: 18px;
	padding-left: 15px;
}
.firstblog_subtitle {
	margin-top: 5px;
}

#block-testdrive .preambula {
	text-align: justify;
	width: 870px;
}

.firstblog_subclass, .blog_subclass {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
}

.firstblog_subclass {
	width: 66px;
	height: 66px;
	bottom: 16px;
	right: 16px;
}
.blog_subclass {
	width: 40px;
	height: 40px;
	bottom: 9px;
	right: 9px;
}
