@charset "UTF-8";
/* Theme CSS Document */


/* NAVIGATION 1 */


#navHdr-wrapper {
	background:#959595; 
	min-height: 60px; 
	color: #fff;
	padding-top:15px;
}

.top-bar {
	min-height: 30px;
	background:#959595;
	line-height: 60px;
}

.top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 12px;
    font-weight: 400;
}

.top-bar-section ul li  {
   	border-left: 1px solid #fff; 
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background-color:#959595;
    line-height: 30px;
    padding: 0px 10px; 
    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: -10px;
}



/* Dealer Info */

#dealerHdr-wrapper {
	background:#ffffff; 
	min-height: 40px; 
	border-bottom: 4px solid #eeefef; 
}

#dealerHdr-wrapper .dealer-name h1 {
	font-size: 18px; 
	padding:0;
	margin:0;
	margin-top:5px;
}

#dealerHdr-wrapper .dealer-info p {
	font-size: 12px; 
	text-align:right;
	padding:0;
	margin:0;
	margin-top:9px;
}

#dealerHdr-wrapper .dealer-info strong {
	color: #61686c;
}

.archives .dropdown {
	margin:130px 0 0 0 ;

}


/* Main Slider 1 */

#slider-wrapper {
	background:#ffffff; 
	color: #8a8f91;
	padding:30px 0 10px 0;
}

#slider-wrapper  .sliderBG{
	background-color:#eeeeee; 
	min-height: 371px; 
} 

#slider-wrapper  .slider-left {
	padding:70px 40px 0px 40px;
	
} 

#slider-wrapper  .slider-left h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 30px;
	line-height: 1.1em;
	color:#42474a;
	
} 

#slider-wrapper  .slider-left p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom:0px;
	color:#8a8f91;
	
} 

#slider-wrapper  .arrows {
	margin-left: 50px;
}

#slider-wrapper  .arrows a {
	margin-left: 40px;
}

#slider-wrapper  .arrows button, .arrows .button {
	background-color:transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 46px; 
	height: 46px; 
	color:#717475;
	line-height: .5 !important; 
	padding:13px 0 0 0;
	font-size:2em;

}

#slider-wrapper  .arrows .button-group > li button, .arrows .button-group > li .button {
    border: 2px solid #717475; 
}




@media only screen and (max-width: 1025px) {

	.archives .dropdown {
		margin: 30px 0 0 0 ;

	}




}









