/* INTRO */
.fleet_intro{
	background-image:url(/img/site/fleet/fleet.jpg);
}

/* BRANDS */
.brands a{
	display: table;
	width: 100%;
	height: 270px;
	background-color:#ffffff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	color:#fff;
	text-align: center;
	margin-bottom: 30px;
	text-decoration: none;
	border:1px solid #ddd;
}
.brands a span{
	display: table-cell;
	vertical-align: middle;
	font-size:20px;
	font-weight: 500;
	opacity: 0;
	text-transform: uppercase;
}
.brands .nologo a span{
	opacity: 1;
	color: #424242;
}
.brands .nologo a:hover span,
.brands a:hover span{
	background:#004BB4;
	text-shadow:none;
	opacity: 1;
	color:#fff;
}

/* NAV */
.nav_pages{
	margin-bottom:50px;
}

/* END QUOTE */
.quote{
	background: #ebebeb;
	padding: 60px 0 80px 0;
}
.quote p{
	padding-bottom: 20px;
}