@charset "UTF-8";
/* Theme CSS Document */


/* NAVIGATION 2 */

/* 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 */

#fixed-wrapper {
	position:fixed;
	top:0;
	z-index:9999;
	width: 100%;
}

#dealerHdr-wrapper {
	background:#ffffff; 
	min-height: 60px; 
	padding:20px;
}

.dealer-phone h1 {
	font-size: 21px; 
	font-weight:300;
	padding:0;
	margin:5px 0 0 0;
}

.dealer-info p {
	font-size: 12px; 
	font-weight:600;
	padding:0;
	margin:0;
}

.dealer-info .border-left {
	display: inline-block; 
	float:right;
	padding-left: 10px;
	margin-left: 20px;
	border-left: 4px solid #babcbf;
}



/* Main Slider 2 */

#slider-wrapper {
	background:#ffffff; 
	color: #8a8f91;
	padding:0px 0 10px 0;
	margin-top:210px;
	min-height: 371px;
}

#slider-wrapper .arrows {
	position: relative;
	z-index: 99;

}

#slider-wrapper .btnLeft {
	position: absolute;
	top: 150px;
	left: 40px;
}


#slider-wrapper .btnRight {
	position: absolute;
	top: 150px;
	right: 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; 
}

#slider-wrapper .slider {
	position: relative;
}

#slider-wrapper .slider-copy {
	position: absolute;
	top: 40%;
}

#slider-wrapper .slider-copy h1 {
	font-size: 32px;
}

#slider-wrapper .slider-copy p {
	color: #42474a;
	font-size: 16px;
}















