#news2 {
	position: relative;
	padding: 100px 0 120px;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

#news2:after {
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	content: "";
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#news2 .title,
#news2 .sub-title {
	text-align: center;
	font-weight: 300;
	color: #FFF;
	padding: 0;
	margin: 0;
}

#news2 .title {
	font-size: 68px;
}

#news2 .sub-title {
	padding: 6px 0 40px;
	font-size: 22px;
}

#news2 .level-box {
	position: relative;
	z-index: 2;
}

#news2 .blog-box {
	position: relative;
	margin-bottom: 30px;
}

#news2 .blog-box .img-content {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 240px;
}

#news2 .blog-box .img-content > img {
	-webkit-transition: .5s all ease-in-out;
	   -moz-transition: .5s all ease-in-out;
	    -ms-transition: .5s all ease-in-out;
	     -o-transition: .5s all ease-in-out;
	        transition: .5s all ease-in-out;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-khtml-opacity: .8;
	  -moz-opacity: .8;
	       opacity: .8;
}

#news2 .blog-box .img-content:hover > img {
	-webkit-transform: scale(1.14);
	   -moz-transform: scale(1.14);
	    -ms-transform: scale(1.14);
	     -o-transform: scale(1.14);
	        transform: scale(1.14);

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-khtml-opacity: 1;
	  -moz-opacity: 1;
	       opacity: 1;
}

#news2 .content {
	background-color: rgba(30,30,30, .8);
	padding: 20px 28px 28px;
	color: #FFF;
}

#news2 .blog-box .content .categoria {
    color: #888;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}

#news2 .blog-box .content .categoria:after {
    background-color: #CCC;
    position: absolute;
    content: "";
    height: 1px;
    right: -70px;
    top: 50%;
    width: 60px;
}

#news2 .blog-box .content .text {
    padding: 8px 0 4px;
    margin: 0 0 20px;
    overflow: hidden;
    display: block;
    height: 104px;
    width: 100%;
}

#news2 .blog-box .content h5 a {
    text-decoration: none;
    font-size: 24px;
	color: #FFF;


    margin: 6px 0 24px;
    font-weight: 400;
    padding: 0;

}

#news2 .blog-box .img-content .data {
    color: #60767D;
    padding: 6px 0 5px;
    position: absolute;
    right: 28px;
    text-align: center;
    bottom: 28px;
    width: 60px;
}

#news2 .blog-box .img-content .data .mm {
    background-color: rgba(255,255,255,.9);
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 1px;
    padding: 3px 0;

	-webkit-border-radius: 0 0 3px 3px;
	 -khtml-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	     -o-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
}

#news2 .blog-box .img-content .data .gg {
    background-color: rgba(255,255,255,.9);
    display: block;
    font-size: 30px;
    font-weight: 400;
    left: 6px;
    line-height: 44px;

	-webkit-border-radius: 3px 3px 0 0;
	 -khtml-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	     -o-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;
}