/* content5 */
#content5 {
	padding: 20px 0;
}

#content5 .content {
	
	width: 100%;
	padding: 100px 30px;
    display: block; 
    background-size: cover;
    background-position: center center; 
}

#content5 .content:hover {
	background: transparent;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

#content5 h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

#content5 p {
	font-size: 12px;
	color: #898989;
}

#content5 .fa {
	font-size: 28px;
	color: #c1b68a;
}

#content5 a {
	color: #e74c3c;
	text-transform: uppercase;
	text-decoration: none;
}

#content5 a:hover, #content5 a:focus {
	color: #e74c3c;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.btn-default-lason {
	color: white;
	background-color: #c1b68a
}
