@charset "UTF-8";
/* Theme CSS Document */



/* NAVIGATION 3 */

#logoHdr-wrapper {
	width: 100%;
	background:#eeeeee; 
	min-height: 150px; 
	padding:25px;

}


/* Dealer Social */

#logoHdr-wrapper a.socialBtn { 
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	border-radius: 10%;
	width: 30px; 
	height: 30px; 
	border: 1px solid #d2d3d4; 
	padding:3px 0 0 6px;
	line-height: .5 !important; 
	margin-top: 70px; 
	display:inline-block; 
	background-color: #fff;
}

#logoHdr-wrapper a.socialBtn i {
	font-size: 1.4em; 
	color: #a1a3a6; 
}

#logoHdr-wrapper a.socialBtn i:hover { 
	color: #61686c;
}

/* NAV Header */

#navHdr-wrapper {
	background:#959595; 
	min-height: 60px; 
	color: #fff;
}

.top-bar {
	min-height: 60px;
	background:#959595;
	line-height: 60px;
}

.top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 16px;
    font-weight: 400;
}

.top-bar-section ul li  {
   	border-right: 1px solid #fff;
}

.top-bar-section ul li:last-child {
   	border-right:none;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background-color:#959595;
    line-height: 60px;
    padding: 0px 34px; 
    transition: background-color 300ms;
}

.top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background-color:#42474a;
}


.top-bar-section .has-dropdown > a:after {
    margin-top: 7px;
}


/* Dealer Info */

#dealerHdr-wrapper {
	background:#ffffff; 
	min-height: 40px; 
	border-bottom: 4px solid #eeefef; 
}

.dealer-info p {
	font-size: 12px; 
	font-weight:600;
	text-align:right;
	padding:0;
	margin:0;
	margin-top:9px;
}

.dealer-info strong {
	color: #61686c;
}



/* Main Slider 3 */


/* Main Image */

#main-image-wrapper {
	background:#ffffff; 
	color: #8a8f91;
	padding:30px 0 10px 0;
}


.main-imageBG { 
   position: relative;
}

.main-imageBG h2 { 
   position: absolute;   
   margin:-105px 0 0 30px;
   font-size: 20px;

}

.main-imageBG p { 
   position: absolute;    
   margin:-70px 30px 30px 30px;
   width:80%;
}

.main-imageSM { 
   position: relative;
}

.main-imageSM h2 { 
   position: absolute;   
   margin:-70px 15px 15px 15px;
   font-size: 15px;

}

.main-imageSM p { 
   position: absolute;    
   margin:-50px 15px 15px 15px;
   font-size: 12px;
   width:80%;
}




.main-imageSM-top {
	padding-bottom: 18px;
}





