/*---colors
ffbd86 light orange
ff7300 dark orange
00379d royal blue
---*/

/* RESET 
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Helvetica LT Std Condensed','Roboto Condensed', sans-serif;
}

@font-face {
    font-family: 'icon-worksregular';
    src: url('../fonts/icon-works-webfont.eot');
    src: url('../fonts/icon-works-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/icon-works-webfont.woff') format('woff'),
         url('../fonts/icon-works-webfont.ttf') format('truetype'),
         url('../fonts/icon-works-webfont.svg#icon-worksregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
	color:#F7941D;
	text-transform:uppercase;
	text-align:left;
	font-size:32px;
	font-weight:100;
	padding-bottom:20px;
}

h2{
	text-transform:uppercase;
	font-size:32px;
	text-align:left;
	font-weight:100;
}

p{font-family: 'Helvetica LT Std Condensed', sans-serif;}

a {
	color:#00379d;
	text-decoration:none;
	
}

a:hover{
	color:#00379d;
	text-decoration:none;
}


 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {float:left;}
.right {float:right;}


*{
	box-sizing:border-box;
}

body {
	font-family: 'Helvetica LT Std Condensed', 'Oswald', sans-serif;
}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:10px;
	position:relative;
	box-sizing: border-box;
}

hr{
	display:block;
	padding:20px;
	background:url(../siteart/texture.png) #F7941D;
	width:100%;
}


::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER CONTACT
----------------------------------------------*/
.hero{
	position:relative;
	margin:0 auto;
}
video{display:block;}
.mobile {display:none;}
.sub-header{
	width:100%;
	display:inline-block;
	margin:0 auto;
	background:#eaeaea;
	background-size:cover;
	position:relative;
	top:0;
	left:0;
	z-index:400;
	box-shadow:1px 1px 8px #b36e1c;
}
.header{
	width:100%;
	display:inline-block;
	margin:0 auto;
	background:rgba(255,255,255,0.60);
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	z-index:400;
}

/*STICKY NAV*/

header{
  text-align:center;
  color:#fff;
}

header.fixed{
  position:fixed;
  width:100%;
  top:0;
  left:0;
  background:#fff;
  box-shadow:1px 1px 3px #CBCBCB;
}

/*END STICKY NAV*/



.button-bar{
	width:100%;
	display:inline-block;
	background:rgba(0,55,157,0.60);
	position:absolute;
	margin:0 auto;
	bottom:0;
	left:0;
	padding: 40px 0;
	text-align:center;
}

.home-button{
	display:inline-block;
	width:30%;
	text-align:center;
	padding:20px;
	margin:0 40px;
	border:3px solid #fff;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:20px;
	transition:ease-in .3s;
}

.home-button:hover{
	background:#fff;
	color:#00379D;
	text-decoration:none;
	box-shadow:1px 1px 8px #000612;
	transition:ease-out .3s;
}

.logo{
	text-align:right;
	width:23%;
	padding:0 60px 0 0;
	margin:0 auto;
	display:inline-block;
}
.logo img{
	width:100%;
	margin:0 auto;
}

.logo img.reduce{
	width:90%;
	 -webkit-transition: width 1s, height 1s,-webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;
	margin-right:60px;
}

.header-contact{
	width:100%;
	margin:0 auto;
	text-align:right;
	color:#fff;
	vertical-align:top;
}
.hc-content{
	display:block;
	margin:0 auto;
	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-align:right;
	width:100%
}

.hc-content p{
	display:inline-block;
	font-size:18px;
	margin:0 auto;
	color:#00379D;
	vertical-align:middle;
	text-align:center;
	margin-right:24px;
}
.hc-content p:nth-child(1){padding:0 30px 0 0;border-right:2px solid #00379D;}

.hc-content img{
	width:30px;
	text-align:center;
}

.hc-content p:nth-child(3){display:none;}



/*-- Header Search --*/

input, select {
	width: 0%;
	padding: 10px 20px 10px 10px;
	border: 2px solid #fff;
	height: 35px;
	box-sizing: border-box;
}
.detailed-search input {
	width: 30%;
	padding: 4px 8px;
	font-size: 12px;
	background-color: #fff;
	border: 2px solid #ff7300;
	box-sizing: border-box;
	vertical-align:middle;
	border-radius:0px;
}
.detailed-row {
	margin: 2px 0;
	font-size: 14px;
}
.column3-4 {
	width: 60%;
	padding-right: 50px;
	box-sizing: border-box;
	position: static;
	display: inline-block;
}
.detailed-search input[type='submit'] {
	vertical-align:middle;
	font-size: 18px;
	background: #ffbd86;
	width: 35px;
	height: 35px;
	color: #ff7300;
	border: 2px solid #ff7300;
	display: inline-block;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	font-family: 'icon-worksregular';
	-webkit-appearance: none;
}

.detailed-search input[type='submit']:hover {
	color:#fff;
	text-shadow:1px 1px 3px #000000;
	background:#ff7300;
}


/* HOME PAGE STYLES */
/*--main--*/

.welcome{
	background:url(../siteart/texture.png) #F7941D;
	width:100%;
	margin:0 auto;
	text-align:center;
}

.white{
	background:rgba(255,255,255,0.68);
	box-shadow:inset 1px 1px 8px #727272;
	text-align:center;
	margin:0 auto;
	padding:20px;
}

.col-one-third{
	width:33%;
	display:inline-block;
	margin:0 auto;
	text-align:left;
	vertical-align:top;
	padding:0 20px;
	border-right: 1px solid #00379D;
}

.col-one-third:nth-child(3){border-right:none;}

.col-one-third h3{
	text-transform:uppercase;
	font-weight:100;
	font-size:32px;
	padding:20px 0;
	text-align:left;
	color:#00379D;
}

.col-one-third img{
	width:30%;
	text-align:center;
	display:block;
	margin:50px auto;
}

/***** SIDE TABS *****/



.side {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 100;
}




#weather {
     top: 295px; 
    height: auto;
    z-index: 99999;
	right: -300px;
	
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
#weather:hover {
	right: 0px;
}

#weatherTab {
    display: block;
	height: 66px;
	width: 55px; 
	background:url(../siteart/weather.png);
    position: absolute;
    left: -55px;
    top: 0px;
}

#markets {
     top: 365px; 
    height: auto;
    z-index: 998;
	right: -400px;
	width:400px;
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
#markets:hover {
	right: 0px;
}

#marketsTab {
    display: block;
	height: 66px;
	width: 55px; 
	background:url(../siteart/markets.png);
    position: absolute;
    left: -55px;
    top: 0px;
}


#facebook {
    top: 435px; 
    height: auto;
    z-index: 997;
	right: -340px;
	width:340px;
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
#facebook:hover {
	right: 0px;
}

#facebookTab {
    display: block;
	height: 66px;
	width: 55px; 
	background:url(../siteart/facebook.png);
    position: absolute;
    left: -55px;
    top: 0px;
}


/*--contact footer--*/
.contact-bar{
	width:100%;
	background:#00379D;
	color:#fff;
	text-align:center;
	display:block;
	margin:0 auto;
	padding:20px 0;
}

.contact-left{
	width:100%;
	display:inline-block;
	margin: 0 auto;
	text-align:center;
	padding:0 20px;
	vertical-align:middle;
}
.contact-right{
	width:100%;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	padding: 20px;
	vertical-align:middle;
}

.contact-info{
	width:30%;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	vertical-align:top;
}


.contact-info img{
	width:75px;
	text-align:center;
	padding:10px;
	display:block;
	margin:0 auto;
}

.contact-info p{
	width:100%;
	padding:20px 0;
	text-align:center;
	vertical-align:top;
	font-size:18px;
}

.contact-info a{
	color:#fff;
	text-decoration:underline;
}

.contact-info a:hover{
	text-decoration:none;
	color:#fff;
}

/*--manu bar--*/
.manu-bar{
	width:100%;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	padding:40px 0;
	background:#fff;
}

.manu{
	display:inline-block;
	width:10%;
	margin:0 auto;
	text-align:center;
	padding:0 10px;
	vertical-align:middle;
}

.manu img{
	width:100%;
	display:block;
}

/* SUB PAGES
------------------------------------------------*/

.sub-page p{
	width:100%;
	margin:0 auto;
	padding:10px 0;
	font-size:18px;
}

.page-break{
	padding:20px;
	background:url(../siteart/texture.png) #F7941D;
	width:100%;
}

/*--leasing--*/
.leasing {
	padding:20px 0;
	text-align:center;
	margin:0 auto;
	display:inline-block;
}


.calculator {
    width:100%;
}
.financial-calc {background:#fff; width:100%; height:500px;}      
     
h5 {
    color:#000;
    font-size:2em;
    font-weight:normal;
    margin-bottom:0;
}  

/*--weather--*/

.weather{
	max-width:600px;
	height:600px;
	width: 100%;
}
 
 
     



/*--about--*/

.section{
	background:url(../siteart/texture.png) #F7941D;
	color:#00379D;
	padding:40px 0;

}

.break-line{
	width:60%;
	border-top:2px solid #00379D;
	display:block;
	padding-top:80px;
	margin-top:80px;
}
.section h2{
	text-align:center;
	font-size:42px;
	padding:20px;
}

.section p{
	color:#00379D;
	text-align:center;
	width:40%;
}

.section ul{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	width:65%;
	text-align:center;
}

.section .opportunities ul{
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	width:65%;
	text-align:center;
	margin: 0 auto;
}

.section ul li{
	list-style:none;
	padding:5px 0;
}

/*--contact page--*/

.contact-page{
	background:#00379D;
	color:#fff;
	display:inline-block;
	width:100%;
	padding:20px;
	text-align:center;
}

.contact-pg-info{
	display:inline-block;
	width:30%;
	text-align:center;
	border-left:1px solid #fff;
	padding-left:20px;
	vertical-align:middle;
}

.contact-pg-info:nth-child(1){
	border-right:1px solid #fff;
	border-left:none;
}

.contact-pg-info:nth-child(2){
	border-left:none;
}

.contact-pg-info a{
	color:#fff;
	text-decoration:underline;
}

.contact-pg-info a:hover{text-decoration:none;}

/*--form--*/
#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
}

#formpage p{
	text-align:left;
}
.formfield {
	width: 48.4%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	color: #000;
	min-width: 175px;
	text-align:left;
}
#formpage div {
	vertical-align: top;
	padding: 5px 5px;
	position: relative;
}
#formpage input {
	padding: 6px 5px 10px;
	border: 3px solid #F7941D;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 13px;
	background: #fff;
	width: 100%;
	margin-top: 5px;
	-webkit-appearance: none;
     border-radius: 0;
}

#formpage input.button, #formpage input.button:focus {
	width: 150px;
	display:inline-block;
	position:relative;
	margin: 0;
	background: #F7941D;
	font-size: 14px;
	line-height: 0;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding:20px;
}

#formpage input.button:hover{
	box-shadow:1px 1px 4px #7D7D7D;
}

input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

#formpage textarea {
	padding: 6px 5px;
	border: 3px solid #F7941D;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 12px;
	background: #fff;
	margin-top: 5px;
	width: 98%;
	height: 85px;
	roggeauctions.com
}
.CaptchaAnswerPanel{
	width:250px;
}

/*EMPLOYEE PAGE*/

.employee-box{
	width:30%;
	display:inline-block;
	text-align:center;
	margin:10px;
	padding:30px;
	border:1px solid #eaeaea;
	vertical-align:top;
	height:190px;
	background:#fff;
	box-shadow:1px 1px 3px #7d7d7d;
}

.employee-box h3{
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#00379D;
	padding-bottom:10px;
}

.employee-box ul{
	list-style:none;
	text-align:center;
}


/* INVENTORY
------------------------------------------------*/

.cf{
	position:relative;
}

.inv-left{	
	display:inline-block;
	margin:0 auto;
	width:100%;
	vertical-align:top;
}

.hosted-content #main-search hr{
	padding:0 !important;
}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#FF7300 !important;
}
.hosted-content h1{
	font-size:20px;
	color:#000;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}

.scrolling-wrap {
	padding:10px 0 3px;
    width:100%;
    height:auto;
    overflow:hidden;
	background:#fff;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/* DEALER SHOWROOM
-------------------------------------*/

.showroom{
	background:url(../siteart/showroom-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.showroom h1{color:#fff;}

.showroom-list{
	width:100%;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	padding:30px 0;
}

.showroom-manu{
	width:22%;
	display:inline-block;
	vertical-align:middle;
	margin:10px;
	background:rgba(255,255,255,0.4);
	border:1px solid #333;
	transition:ease-in .3s;
}

.showroom-manu img{
	width:100%;
	display:block;
}

.showroom-manu:hover{background:#eee; box-shadow:2px 2px 5px rgba(0,0,0,0.4); transition:ease-out .3s;}


.cat{
	width:20%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin:0 auto;
	background:#000;
	margin:10px;
	box-shadow:2px 2px 5px rgba(0,0,0,0.4);
}

.cat img{
	width:100%;
	display:block;
	opacity:.6;
	transition:ease .3s;
}

.cat h3{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:5px;
	background:#ff7300;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

.cat:hover img{opacity:1; transition:ease .3s;}

/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#FCDEBA;
	font-size:11px;
	background:#F7941D;
	text-align:center;
}

.footer a{
	color:#FCDEBA;
	text-decoration:underline;
}

.footer a:hover{
	color:#FCDEBA;
	text-decoration:none;
}
.divfooter{
	width:60%;
	margin:20px auto;
}


/************************************************INVENTORY SIDE BAR SEARCH************************************************/
.side-search{
	width:100%;
	display:inline-block;
	margin:0 0 20px 0;
	vertical-align:top;
	border:1px solid #eaeaea;
	padding:10px;
}

.side-search h3{
	color:#333;
	font-weight:100;
	font-size:24px;
	padding-left:25px;
}


.equipment-search {
	padding: 25px;
	box-sizing: border-box;
}

.equipment-search input, .detailed-search select {
	width: 100%;
	padding: 8px 10px;
	font-size: 12px;
	background-color: #fff;
	box-sizing: border-box;
	color: #555;
	margin-top: 8px;
	box-sizing: border-box;
	outline: none;
     border-radius: 0;
	 border:3px solid #afafaf;
}
.equipment-search input[type='submit'] {
	display:inline-block;
	border:none;
	background: #FFBD86;
	font-family: 'Helvetica LT Std Condensed', 'Oswald', sans-serif; 
	font-size: 28px;
	color: #fff;
	width: 100%;
	outline: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	padding: 0 10px 10px 10px;
	vertical-align:top;
	margin-bottom: 8px;
	text-align:left;
}
.detailed-search input[type='submit']:hover{
	color:#fff;
	background:#5E5E5E;
	text-shadow:none;
	box-shadow:1px 1px 5px #AFAFAF;
}


.accordion-panel {
  font-family: Helvetica, Arial, sans-serif;
  width:100%;
}
.accordion-panel .accordion {
}
.accordion-panel .accordion dt {
  display: block;
  padding: 25px;
  color: #555;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.accordion-panel .accordion dd {
  height: 0;
  overflow: hidden;
  transition: height .35s ease-out;
  margin-left: 0;
  background: #F4F4F4;
}
.accordion-panel .accordion .content {
  padding: 25px;
  overflow: auto;
}
.accordion-panel .plus-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -12px;
}
.accordion-panel .plus-icon:before,
.accordion-panel .plus-icon:after {
  content: '';
  background: #F7941D;
  position: absolute;
}
.accordion-panel .plus-icon:before {
  width: 2px;
  height: 15px;
  margin-left: -0.5px;
  left: 50%;
}
.accordion-panel .plus-icon:after {
  width: 15px;
  height: 2px;
  margin-top: -0.5px;
  top: 50%;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}
.accordion-panel .is-open .plus-icon {
  transform: rotate(90deg);
}
.accordion-panel .is-open .plus-icon:after {
  opacity: 0;
}
.accordion-panel .hidden {
  display: none;
}
.accordion-panel .open-btn,
.accordion-panel .close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 90px;
}
.accordion-panel .buttons-wrapper {
  position: relative;
}
.accordion-panel .buttons-wrapper .plus-icon {
  position: absolute;
  right: 10px;
  top: 12px;
}


/************************************************INVENTORY************************************************/



#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#00379d !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#00379d !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #00379d !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #00379d !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !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: #000 !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; 
}

.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: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!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 {background-color: #000!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 !important; box-sizing: border-box;}


input[type=checkbox] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    width: inherit;
    height: inherit;
}



input[type="text"]{width: initial !important;}




.boxs-reset, .boxs-reset *{box-sizing: border-box;}

.show-all-modal .show-all-modal-content-container .show-all-modal-content .all-options-container .option-container .faceted-option-checkbox-container label input {
	cursor: pointer;
    padding: inherit;
    height: inherit;
    width: inherit;
}

.error {
	width: inherit;
    height: inherit;
}
.list-content .list-error-container .info button{background-color: #00379d !important;}





@media screen and (max-width:1375px){
	.logo{width:26%; padding:0 20px 0 0;}
}


@media screen and (max-width:1285px){
	.column3-4{width:89%;}
}

@media screen and (max-width:1260px){
	.contact-right iframe{width:550px;height:550px;}
}

@media screen and (max-width:1220px){
	.logo{width:100%;text-align:center;}
	.logo img{width:40%;}
	.header-contact{
		width:70%;
		text-align:center;
		max-width:1300px;
		margin:0 auto;
		padding:20px;
		position:relative;
	}
	.mobile{display:block;width:100%;}
	.mobile img{width:100%;display:block;}
	video{display:none;}
	.header{position:relative;}
	.button-bar{position:relative;}	
	.detailed-search input{width:45%;}
	.side-search input{width:100%;}
	.accordion-panel .accordion .content{padding:0;}
	.column3-4{width:100%;}
	.logo img.reduce{margin:0 auto;}
	.hc-content p:nth-child(3){display:inline-block;}
	.hc-content{text-align:center;}
}

@media screen and (max-width:1130px){
	.manu{width:13%;}
}

@media screen and (max-width:1060px){
	.contact-right iframe{width:450px;height:450px;}
}

@media screen and (max-width: 1024px) {
	.calculator {
		width:100%;
		margin-left:0%;
		float:none;
	}    
	.side{display:none;}
} 

@media screen and (max-width:990px){
	.col-one-third{
		width:100%;
		border-right:none;
		border-bottom:1px solid #00379D; 
		padding-bottom:20px;
	}
	.col-one-third:nth-child(3){border-bottom:none;}
	.col-one-third img{display:none;}
	
	.cat{width:30%;}
}

@media screen and (max-width:960px){
	.contact-right iframe{display:none;}
	.contact-left{width:100%;}
}
@media screen and (max-width:900px){
	.home-button{font-size:16px;margin:0 20px;}
	.button-bar{padding:20px 0;}
}

@media screen and (max-width:850px){
	.manu{width:15%;}
	.formfield{width:98%;}
	.employee-box{width:100%;height:auto;margin:10px auto;}
}


@media screen and (max-width:760px){
	.home-button{padding:10px;}
	.manu{width:20%;}
	.hc-content {width:100%;text-align:center;}
	.header-contact{width:100%;}
	.hc-content p{font-size:15px;}
	.logo{padding:0;}
	.column3-4{padding-right:0;}
	.logo img.reduce{width:60%;}
	header.fixed{position:relative;}
	
	.cat{width:45%;}
}

@media screen and (max-width:700px){
	.home-button{
		display:block;
		padding:20px;
		width:95%;
		margin-bottom:15px;
	}
	.hc-content p:nth-child(2){border-right:none; padding:0;}
	.section ul{width:90%;}
}

@media screen and (max-width:670px){
	.header-contact{width:100%;}
	.hc-content{text-align:center;}
	.section p{width:60%;}
	.contact-info{width:100%;}
}

@media screen and (max-width:580px){
	.col-one-third h3{font-size:24px;}
	.contact-pg-info{display:block;width:100%;border-left:none;padding:20px 0;}
	.contact-pg-info:nth-child(1){border-right:none;}
	.hc-content p:nth-child(3){width:20%;}
}

@media screen and (max-width:530px){
	.manu{width:30%;}
	.divfooter{width:90%;}
	.logo img{width:90%;}
	.leasing{width:60%;display:block;}
	.section p{width:90%;}
	.detailed-search input{width:80%;}
	.side-search input{width:100%;}
	.hc-content p{margin-right:0;}
	.hc-content p:nth-child(1){padding:0 18px 0 0;}
	
	.cat{width:80%;]
}

@media screen and (max-width:390px){
	.logo img{width:100%;}
	.section h2{font-size:36px;}
}