﻿/***** BEGIN RESET *****/
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:'roboto_condensedregular', Arial, sans-serif;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {color:#fff; font-size:22px; padding-top:1.5%;}
h2 {color:#fef900; text-align:center; font-size:18px; padding-bottom:.25%;}
h3 {font-size:24px; padding-top:2%;}
h4 {color:#317427; font-size:24px; padding-bottom:1%;}
h5 {text-align:center; font-size:16px; padding-bottom:1%;}


p {font-size:18px;}


/******** Basic Styles ********/

.show-menu-for-mobile {display:none;}  /* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */

header {background:#101010; max-height:125px; height:15%; }

body {background:#fff;}

#wrapper {margin:15px auto;}


.logo {text-align:center; position:relative; z-index:400;}

#phone {background:#317427; padding-top:25px; text-align:center;}
#phone a {color:#fef900; text-decoration:none;}
#phone a:hover {color:#fef900; text-decoration:underline;}
#phone .main-title {color:#fff; font-size:22px; padding-top:1.5%;display: block;font-weight: 600;} 
#phone .sub-title {color:#fef900; text-align:center; font-size:18px; padding-bottom:.25%;display: block;}

#site-width {max-width:1020px; margin:0 auto; width:95%;}

.sub-pg h1 {font-size:32px; padding-top:2%;color:#317427; }
.sub-pg h2 {padding-top: 10px !important;font-size:24px; padding-top:2%;text-align: left;color:#000;}
.main img {width:100%; border-bottom:3px solid #317427;}
.pagetext {width:42%; float:left;}
.googlemap {width:52%; float:right;}


.agent {
	display:inline-block;
	vertical-align:top; 
	background:#317427; 
	padding:5px 10px; 
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
	width:28.75%;
	height:335px;
	margin:10px;
}

.agent a {color:#fff;}
.agent a:hover {color:#fff; text-decoration:none;}

#contact {margin-bottom:1%;}
#contact a {color:#317427; text-decoration:none;}
#contact a:hover {color:#317427; text-decoration:underline;}

#employeewrap {text-align:center;}
#employeewrap img {padding:5px;}
.employee {display:inline-block; text-align:center;}
 
.express {width:300px;}

.invbtn {display:inline-block; width:30%; margin:.5% 1%; background:#317427; text-align:center; padding:5px 0; color:#fff; border-radius:5px; font0weight:bold;}
.hosted-content #listings-title {color:#000!important;}


#formpage {
vertical-align:top;
}

#formpage div {
vertical-align:top;
padding:3px 5px;
}

#formpage input {
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	font-family:Arial, Helvetica, sans-serif;
	color:#8e8d8d;
	font-size:12px;
}

#formpage textarea {
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	font-family:Arial, Helvetica, sans-serif;
	color:#8e8d8d;
	font-size:12px;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
    font-family:'roboto_condensedregular', Arial, sans-serif;
	color:#8e8d8d;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
}
   
#formpage input  {
    width:100%;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
}


#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#317427; 
	color:#FFF;
	border:1px solid #16598d;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 



#formpage input.button,
#formpage input.button:focus {
    width:200px; 
    margin:0;
    padding:7px 0;
    background:#317427 url('../siteart/submit_btn.jpg') repeat-x;
    border:2px #295B22 solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}
#formpage input.button:hover {
	background:#fef900;
	color:#000;
	text-shadow:none;
	border:2px #ECE703 solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;	
}
 


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}         


/******MAIN NAVIGATION ******/
 
#navwrap { /* container to center the nav within a standard width of 1020px, or adjust to width of your site. Links will always float left or right. */
    text-align:center;
    background:#fef900 url("../siteart/nav-bg.jpg") repeat-x;
    -moz-box-shadow:  0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
  
#navlist {
    position:relative;
    display:block;  
    z-index:400;
    margin:0 auto 0 auto;
    padding:0 0 0 0;
    text-align:center;
    width:1008px;
}
  
#navlist ul, nav li {
    list-style: none;  
    margin:0 0 0 0;
    padding:0 0 0 0;  
}
  
#navlist ul li {
    display: block;
    position: relative;
    float:left;
    text-align:center;
}
  
#navlist li ul {
    display: none;
}
  
  
#navlist ul li a { /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #000;
    font-weight:normal;
    font-size:18px;
    line-height:18px;
    padding:8px 17px;  
    text-transform: uppercase;
    border-right: 1px solid #ece702;
    border-left: 1px solid #ece702;
    text-align:center;
    font-family:'roboto_condensedbold', Arial, sans-serif;
}
 
 
#navlist ul li a:hover { /* appearance of the first-level links on hover */
    color:#fff; 
    background: #317427 url("../siteart/nav-ro-bg.jpg") repeat-x;
}
  
  
  
#navlist ul li li a { /* appearance of the sub-level links */
    width:215px;
    padding:8px 0 8px 15px;
    text-align:left;
    background:#090909;
    border-bottom:1px #333 solid;
    border-right: 1px solid #333;
    border-left: 1px solid #333;    
}
#navlist ul li li a:hover { /* appearance of the sub-level links on hover */
    color:#fff; 
    background:#4b0000 url("../siteart/nav-ro-bg.jpg") repeat-x;     
}
  
  
  
/* Optional-use, Begin targeting styles of first and last links */
#navlist ul li:last-child  { /* Optional-use, this targets last li */
    border-right: 1px solid #ece702;
}
#navlist ul li:last-child a {
    border-right: 1px solid #ece702;  /* Optional-use, this targets last link */
}
#navlist ul li:first-child  { /* Optional-use, this targets first li */
    border-left: 1px solid #ece702;
}
  
/* Optional-use, cancells out border for subnav li containers*/
#navlist ul li li:last-child  {
    border-left:0;
    border-right:0;
}
#navlist ul li li:last-child a {
    border-right: 1px solid #ece702;
}
#navlist ul li li:first-child  {
    border-left:0;
    border-right:0;
}
/* Optional-use, End targeting styles of first and last links */
  
  
  
/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#navlist ul ul {
    display: none;
    position: absolute; 
    top:100%;
    left:0;
}
  
#navlist ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
  
#navlist ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
    background:#4b0000; 
}
  
#navlist ul ul li {
    float: none; 
    position: relative;
}
  
/******MAIN NAVIGATION END******/


/*--------Scrolling Inventory--------*/

.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	width:100%; 
	margin:-30px auto 0 auto;
	height:92px; 
	padding:10px 0;
	background:#fff;
}
iframe.banner {
	width:100%;
	height:92px;
	background:#fff;
}	

#footer {background:#010101; color:#fff; font-size:10px; border-top:5px solid #317427; margin-top:10px; padding:.75% 0;}	
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#fff;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#fff;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#fff;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10x; color:#fff;}

.divfooter {width:450px; text-align:center; margin:0 auto;}
	
footer {
    background: #101010;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

footer p {font-size: 14px;}
/* INVENTORY */



#inv{padding: 20px 0 40px;}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px !important;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{
	margin-top: 0 !important;
}
span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    top: 3px !important;
    left: 2px !important;
}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button {background:#317427 !important; color: #fff !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn {background: #101010 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #101010 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {padding-left: 4px;}

#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, #inv .list-title-text{
	font-family: 'roboto_condensedregular', Arial, sans-serif !important;
	color: #101010 !important;
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #101010 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav, .contact-options a {background: #101010 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #101010!important; color: #101010!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details, .cs-btns a {background-color: #101010!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px;box-sizing: border-box;}


.facet-list .faceted-search {background: transparent !important;}


/************************************************ Responsive Styles **/

@media screen and (max-width: 1480px) and (min-width:1024px) {
.show-menu-for-mobile {display:none;}
#phone {padding-top:40px;}


}



@media screen and (max-width: 1023px) and (min-width:768px) {
.show-menu-for-mobile {display: none;}

.agent {width:44%;}
#phone {padding-top:40px;}

}

@media screen and (max-width: 1010px)  {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
	
.invbtn {width:47%;}

#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#000;
}
#navlist  {display:none;}
}

@media screen and (max-width: 767px) and (min-width:501px) {
h1 {font-size:22px; padding-top:2%;}
h2 {font-size:18px; padding-bottom:2%;}

.agent {width:40.75%;}
#phone {padding-top:40px;}

.logo img {width:30%;}

.pagetext {float:none; width:90%; margin:0 auto; text-align:center;}
.googlemap {float:none; width:95%; margin:10px auto;}
	
.invbtn {font-size:14px;}
#footer {padding:2% 0; margin-top:30px;}
.divfooter {width:88%;}
}


@media screen and (max-width: 500px) and (min-width:401px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

h1 {font-size:22px; padding-top:2%;}
h2 {font-size:18px; padding-bottom:2%;}

.agent {width:90%;}
#phone {padding-top:65px;}

.logo img {width:55%;}

.pagetext {float:none; width:90%; margin:0 auto; text-align:center;}
.googlemap {float:none; width:95%; margin:10px auto;}


#site-width {width:90%;}
	
.invbtn {display:block; width:100%; margin:.5% auto; font-size:14px;}

#footer {padding:2% 0; margin-top:30px;}
.divfooter {width:88%;}



/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#000;
}
#navlist  {display:none;}
}
 

@media screen and (max-width: 400px) and (min-width:321px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

h1 {font-size:18px; padding-top:3%;}
h2 {font-size:16px; padding-bottom:3%;}

.agent {width:87%;}

.logo {position:relative;}
.logo img {width:75%;}

.pagetext {float:none; width:90%; margin:0 auto; text-align:center;}
.googlemap {float:none; width:95%; margin:10px auto;}


#site-width {width:90%;}

#footer {padding:2% 0; margin-top:30px;}
.divfooter {width:88%;}

header {background:#101010; max-height:140px; height:auto; }
#phone {padding-top:80px;}
	
.invbtn {display:block; width:100%; margin:.5% auto; font-size:14px;}
	

/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#000;
}
#navlist  {display:none;}
}

@media screen and (max-width: 320px){
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

h1 {font-size:18px; padding-top:3%;}
h2 {font-size:16px; padding-bottom:3%;}

.agent {width:87%;}

.logo {position:relative;}
.logo img {width:80%;}

.pagetext {float:none; width:90%; margin:0 auto; text-align:center;}
.googlemap {float:none; width:95%; margin:10px auto;}


#site-width {width:90%;}

#footer {padding:2% 0; margin-top:30px;}
.divfooter {width:88%;}

header {background:#101010; max-height:140px; height:auto; }
#phone {padding-top:40px;}

.express {width:100%; margin:10px 0;}
.invbtn {display:block; width:100%; margin:.5% auto; font-size:12px;}


/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#000;
}
#navlist  {display:none;}
}
