@charset "UTF-8";
/* Theme CSS Document */



/* NAVIGATION 5 */


/* Logo */


#logoHdr-wrapper {
	width: 100%;
	background:#eeeeee; 
	min-height: 150px; 
	padding:25px;

}

/* 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; 
}

#logoHdr-wrapper .dealer-name h1 {
	font-size: 30px; 
	padding:0;
	margin-top:30px;

}

.dealer-info p {
	font-size: 12px; 
	font-weight:600;
	text-align:right;
	padding:0;
	margin:0;
	margin-top:9px;
}

/* Main Slider */

#slider-wrapper {
	background:#ffffff; 
	color: #8a8f91;
	padding:30px 0 0 0;
}

.slideNav {
	height:125px;
	background:#959595; 
}

.slideNav h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 18px;
	color:#fff;
	text-align: center;
	margin-top: 20px;
}

.arrows {
	margin-left: 5px;
	margin-top: 15px;
}

.arrows a {
	margin-left: 20px;
}

.arrows button, .arrows .button {
	background-color:transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 36px; 
	height: 36px; 
	color:#fff;
	line-height: .5 !important; 
	padding:9px 0 0 0;
	font-size:2em;

}

.arrows .button-group > li button, .arrows .button-group > li .button {
    border: 2px solid #fff; 
}

.main-slider {
	padding-left:6px;
}

.slider { 
   position: relative;
}

.slider h2 { 
   position: absolute;   
   margin:-55px 0 0 15px;
   font-size: 16px;

}



/* Page Content Styles */

.article-copy {
	padding:23px 20px 10px 20px;
}

.article-copy h2{
	font-size: 18px;
	margin-top: 0px;
}

.article-copy h3{
	font-size: 16px;
	margin-top: 0px;
}

.article-copy p{
	font-size: 13px;
}

.sidebar .article-copy .button {
	font-size: 13px;
	padding: 10px 12px 10px 12px;
}


.inventoryBTN .button {
	margin:0px;
}

.sidebar .article-copy a.socialBtn { 
	width: 32px; 
	height: 32px; 
	padding: 5px 0 0 8px;
	line-height: .5 !important; 
	margin:-10px 3px 15px 0; 
}

.sidebar .article-copy a.socialBtn i {
	font-size: 1.3em; 
}

 