/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

	
header, nav, article, footer {display:block;}

body {
	min-width:300px;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	color:#000;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}

/***************************** typography styles **/


.no-margin {margin:0 !important;}

a {color:#2B2B2B; text-decoration:none;}
a:hover {color:#084ab5;}



strong {font-weight:normal;}
em {font-style:italic;}

.red {color:#9b0101;}
.dk-red {color:#f5d73b;}
.white {color:#fff;}
.black {color:#000;}

.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}

h1 {
	color:#084ab5;
	font-size:32px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom:15px;
	text-transform:uppercase;
	text-decoration:underline;
}
h2 {
	color:#bebebe;
	font-weight: 700;
	font-size:32px;
	margin-bottom:0;
	line-height: 30px;
}
h3 {
	color:#084ab5;
	font-size:26px;
	margin-bottom:5px;
	text-transform:uppercase;
}

h4 {
	color:#FFFFFF;
	font-size:22px;
	font-weight:normal;
	margin-bottom:7px;
	line-height: 33px;
}

h5 {
	color:#084ab5;
	font-size:16px;
	font-weight:normal;
}

h6 {
	color:#084ab5;
	font-size:18px;
	font-weight:500;
}
h6 a {color:#084ab5; text-decoration:none;}
h6 a:hover {color:#4B4B4B;}
p {margin-bottom:16px; }

/************************************************************************************************************** important styles **/


.go-right {float:right;}

.show-tablet, .show-768 {display:none;}



    
/* INVENTORY STYLES
------------------------------------------------*/
/*ALL INVENTORY SYTLES GO HERE FOR SAFEKEEPING*/

.inv {width:100%; display:block; margin:50px auto;  border: 3px solid #084ab5; box-shadow: 2px 2px 5px #A6A1A1; position: relative; background: #fff;}
.inv-btn {width:96%; display:block; padding:15px 2%;}
.inv-btn:after {clear:both; content:""; display:block;}
.inv-btn a {width:31%; float:left; margin:0 1% 10px 1%; text-decoration:none; display:block; color:#fff; background:#084ab5; text-transform:uppercase; padding:6px 1%; text-align:center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;border: 1px solid #084ab5; box-sizing: border-box}
.inv-btn a:hover {background:#fff; color:#084ab5; }

.frame-it {width:calc(100% - 250px); float:left;}

.inv-wrap {padding:30px 0;}


.sidebar-links {width:230px; float:left; margin:0 10px 10px 10px; background:#f3f3f3; display:block; border:1px #ddd solid; padding:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.sidebar-links h5 {margin-bottom:10px;}
.sidebar-links ul {}
.sidebar-links ul li {margin-bottom:10px;}
.sidebar-links ul ul {font-size:13px; margin-left:10px;}
.sidebar-links ul ul li {margin-bottom:0;}
.expand-cats {display:none; float:right;}


/**************************************************************************************************************** header styles **/

	
.invwrap {
	-webkit-text-size-adjust: none;
	width: 100%;
	
}


.wrap {width:80%; margin:0 auto; max-width:2000px;}

.headwrap {width:90%; margin:0 auto; max-width:2000px;}
.topbar {background: #FFFFFF; height: 33px; width: 100%; border-bottom: 1px solid #084ab5; vertical-align: middle}
.topphone img {width: 18px;}
.topemail img{width: 21px; padding-right: 8px; margin-bottom: -1px;}
.rt-header { float:right;  text-align:left;padding-top: 15px; display: inline-block}
.rt-header img {display:inline;}
.rt-header a {display: block; color: #084ab5 !important;}
.rt-header a:hover {color: #A6A6A6}

header {
	width:100%; 
/*	height:100%;*/
	background: url("../siteart/cream_pixels.png") repeat;
}

.logo { float:left; text-align: center; margin: 0 auto;  position:relative; padding:8px 0 10px 0px;}
.logo img {width:100%; height:auto; display:block; }





/************************************************************************************************************ nav styles **/
nav.fill {
	width:100%;
	background:#084ab5;
	margin:0 auto;
	text-align: center;
}

nav.fill ul {width:100%; margin:0 auto;}
nav.fill li {text-align: center; float: none; margin: 0 auto; display:inline-block; position:relative; color:#FFFFFF;}
nav.fill a:link, nav.fill a:active, nav.fill a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight: 500;
	font-size:18px;
	line-height:18px;
	padding:12px 16px;
	text-transform:uppercase;
	
}
nav.fill ul li a:hover {color:#084ab5;background: #FFFFFF}

nav.fill ul ul {
	display: none;
	position: absolute; 
	z-index:99999;
	left:0;
	width:180px;
	background:#9b0101;
	
}

nav.fill ul ul ul {
	position: absolute; 
	left: 100%; 
}

nav.fill ul li:hover > ul {
	display: block;
	z-index:99999;
	
}

nav.fill ul ul li {
	float: none; 
	position: relative;
	display:block;
	text-align: left;
}

nav.fill ul ul li a:link, nav.fill ul ul li a:active, nav.fill ul ul li a:visited{
	font-size:14px;
	line-height:24px;
	padding:0 0 0 8px;
	border-right:0;
	border-bottom: 1px solid #888;
	color: #FFFFFF;
}

nav.fill ul ul li a:hover {
	background: #FFFFFF;
	color:#000000;
}

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #FFFFFF;
  height: 1px; 
}

nav.stroke ul li a:hover:after {
	
  width: 100%;
}

nav.fill ul li a {
  transition: all .5s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;color: #000000;
}
nav.fill ul li a:hover:after {
  z-index: -1;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
  
}

/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
  }
}







/*******************************************************************SLIDESHOW***************************************************************/


.slide-contain {
	width:100%;
	float:none;
	margin: 0 auto;
	z-index:1;
	overflow:hidden;

}

.cycle-slideshow, .cycle-slide { width:100%; }

.cycle-slideshow img, .cycle-slide img { width:100%; float:left; }

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:none;
	margin: 0 auto;
	text-align:center;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; }

/*pager */
.pager { 
    text-align:center; width:100%; margin:-60px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-size:60px; width:18px; height:16px; display:inline-block; color:#fff; cursor:pointer; 
}
.pager span.cycle-pager-active { color: #084ab5;}
.pager > * { cursor:pointer;}

/* overlay */
.cycle-overlay { 
   	 position:absolute; 
	z-index:600;
	color:#FFFFFF; 
	padding:1% 0;
	float:none;
	width: 100%;
	margin:15% auto;
}

.cycle-overlay img {
	width: 24px!important;
	padding-left: 18px;
	float:right;
	margin-top: 5px;
}


.bid {
	overflow-x:hidden;
	width: calc(40% - 20px);
	margin: 0 10px 0 auto; 
	display:inline-block;
	float: none; 
	text-align: left; 
	height: 34px; 
	background-size: 200% 100%;
	border: 2px solid #084ab5;
 	background-image: linear-gradient(to right, #fff 50%, rgba(255,255,255,.8) 50%);
  	background-repeat: no-repeat;
  	background-position: bottom right;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in; 
	box-shadow: 6px 5px 10px rgba(0,0,0,.63);
}
.bid:hover {
/** START THE TRANSITION RULES **/
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  /** START THE FINAL STATE STYLING **/
  background-position: bottom left;}
.bid h6 {color:#084ab5; padding-left: 5px; line-height: 34px; font-weight: 700;}
.bid img {width: 18px;padding-top: 0px; float: right; padding-right: 10px;}
.bid a:hover img {opacity: .5}









/*********************************************************************************************************************** content styles **/
.intro {
	background: rgba(0,0,0,.75);
	margin-top: 21%;
	padding: 20px 0px;
}




.welcome-inner {width: 90%;  float: none; margin: 40px auto;}



/***************************** wrapstyles **/
article {width:100%; display:block; margin:0px auto 0px auto; background: #FFFFFF;}
.text-wrap {
	width:80%; 
	max-width:2050px; 
	margin:0 auto; 
	padding: 35px 20px; 
	text-align: left;
}






/***************************** colorblock **/


#colorblock {background: url("../siteart/cream_pixels.png") fixed repeat;  padding:0px 0 20px 0;}
#contentwrap {width:90%; margin:10px auto 0 auto;}

.colorblocktitle {background: #084ab5; border-top: 3px solid #bebebe; border-bottom: 3px solid #bebebe; padding:10px 0; text-align:center; color: #fff;font-weight: 400; font-size: 20px;}

.ad {display:inline-block; box-sizing:border-box; vertical-align:middle; width:49%; padding:16px 0 20px; text-align:center;}



/***************************** brand styles **/
.mid {width:100%; display:block;background: url("/siteart/cream_pixels.png") fixed repeat; margin:0px auto; padding: 1px 0;}


/***************************** contactstyles **/
.contact-info {width:28%; float:left; margin:0 2% 15px 0;}

.contact-contain {
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF;
	float: none;
}

.contact-wrap {
	width:85%; 
	max-width:1500px; 
	float: none;
	margin:0 auto;  
	position: relative;
	display: block;
	padding:55px 20px; 
}
.lilwrap {border: 3px solid #084ab5; padding: 30px; background: rgba(191,191,191,.1); box-shadow: 2px 2px 5px #A6A1A1; position: relative
}

.half {
	width: 25%; 
	display: inline-block; 
	float: left;
	padding: 20px 0;
}
.half2 {
	width: 25%; 
	display: inline-block; 
	float: left;
	padding: 20px 0 0 40px;
}
.map-area2 {
	width:45%;
	display:inline-block;
	float: right;
	padding: 20px 0 0 0 
}
.map-area2 iframe {width:100%; height:200px; display:inline-block; border: 1px solid #084ab5; }



/* Underline From Center */
.hvr-underline-from-center {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;

}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #084ab5;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}


.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}


/***************************** footer styles **/

footer {
	width:100%;
	background: #bebebe;
	padding:0;
	color:#fff;
	padding: 30px 0;
	border-top: 5px solid #084ab5;
}
footer p {font-size:14px; margin-bottom:14px;}


footer a {color:#fff; text-decoration:none;}
footer a:hover {color:#084ab5; text-decoration:none; cursor: pointer;}
footer b {font-weight: 600;}
.footwrap {width: 90%; float: none; margin: 0 auto;}


.quick-link {width:260px;  float:left;  text-align: left;}
.quick-link h6 {padding-bottom: 4px;}
.quick-link a {color: #fff !important;  width: auto; }
.quick-link a:hover {color:#084ab5;}
.cont li {padding: 3px 0;}


.foot-right {
	float: right;
	width:300px; 
	text-align: right;
	display:block; 
	color: #fff;
}




.form {
	border-top: 1px solid #084ab5;
}

#formpage {width: 100%; margin: 0; float: none;}
.form-box h2 {
	text-align: left;
}


/*** form styles ***/
.col2 {width:calc(50% - 18px); float:left; color: #000000;border-radius: 0; margin: 0px 18px 8px 0; }
.col3 {Max-width: 500px; width:33%; float:left; color: #000000;border-radius: 0; }
.col4 {Max-width: 375px; width:25%; float:left; color: #000000;border-radius: 0; }
.col-full {width:calc(100% - 18px); float: left;color: #000000;border-radius: 0;}
#formpage input {
	width:100%;
	padding:6px 4px;
	border:1px solid #084ab5;
	color:#000000;
	font-size: 14px;
	background:#fff;
	border-radius: 0;
	box-shadow:0;
	margin:0;
	float:none;
}

#formpage textarea {
	width:100%;
	padding:6px 4px;
	border:1px solid #084ab5;
	color:#000000;
	font-size:14px;
	height:100px;
	background:#fff;
	float: left;
	border-radius: 0;
	margin:0;
	float:none;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	width:100%;
	border:1px solid #bd2728;
	color:#000000;
	vertical-align:middle;
	font-size:14px;
	background:#fff;
	line-height:normal;
	padding:5px;
	 border-radius: 0;
	 margin:0;
	float:none;
}




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#E8E8E8; 
	border:1px solid #B4B4B4;
	color:#000000;
	outline-style:none;
	font-size: 14px;
	width: 100%;
	border-radius: 0;
	margin:0;
	float:none;
}
#formpage input.checkbox {
    padding:0; 
    border:0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
	margin:0;
	float:none;
 }
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
	border-radius: 0; 
	color: #FFFFFF;
	display: inline;
	margin:0;
	float:none;
}



#formpage input.btn,
#formpage input.bn:focus {
	width:100%; 
    padding:7px 0;
    background:#f1592a;
    border:0;
	border-radius: 0;
    font-size: 14px;
	line-height:14px;
    color:#FFFFFF;
	-webkit-appearance:none;
	margin:0;
	float:none;}
	
	#formpage input.sub {background:#084ab5; color:#FFFFFF; cursor: pointer;border: 1px solid #FFFFFF;margin:0; border-radius: 0;
	float:none;}
	
#formpage input.sub:hover {background:#FFFFFF; color:#084ab5; cursor: pointer;border: 1px solid #084ab5;margin:0;
	float:none;}
.detailed-row {border-radius: 0;}
.detailed-row a:hover {cursor: pointer;}

/*  FORM
------------------------------------------------*/


.submit-button {
	max-width: 300px;
	float:none;
	margin: 0 auto;
	border-radius: 0;
}


.column3 input[type="text"] {
    padding: 6px 0px;
    font-size: 13px;
    background-color: #b4b4b4;
    border: none!important;
    color: white;
    width: 100%;
	max-width:300px;
	float: none;
	margin:0;
}

.column3 input[type="submit"] {
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align:center;
	max-width:300px;
	color:#fff;
	float: none;
	margin:0;
	border-radius: 0;
	background:#084ab5;
}
.column3 input[type="submit"]:hover{
	cursor: pointer;
	float: none;
	margin:0;
}

/*  EXPANDER
------------------------------------------------*/	
.toggle.expander.expanded {
	display: none;
	float: none;
	margin:0;
	border-radius: 0;
}

a.expander.toggle.column3.submit-button.collapsed {
	width:calc(100% - 18px);
	max-width: 1502px;
    background: #084ab5;
    display: inline-block;
    text-align: center;
    padding: 5px 5px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
	float: none;
	margin:0;
	border: 1px solid #084ab5;
	
}
a.expander.toggle.column3.submit-button.collapsed:hover {
	color: #084ab5;
	background: #fff;
}
a.expander.toggle.column3.submit-button.collapsed {
	width:calc(100% - 18px);
    background: #084ab5;
    display: inline-block;
	padding: 5px 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
	text-decoration:none;
	float: none;
	margin:0;
	border: 1px solid #084ab5;
}

.text-link.expander.collapsed {
	visibility: visible;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;
	float: none;
}
	
.text-link.expander.expanded {
	color: #fff;
	max-width:300px;
	float: none;
	margin:0;
	border-radius: 0;
}

	
.toggle.expander.expanded:hover {
	text-decoration:none;
	color:#767475;
	background:#084ab5;	
	outline-style:none;
	border:1px #0f355b solid;
	max-width:300px;
	float: none;
	margin:0;
}
	
.toggle.expander.collapsed:hover {
	text-decoration:none;
}

 .captcha {
	width:100%;
	margin:0 auto;
	color:#767475;
	line-height:19px;
	text-align:center;
}

.captcha a{
	color:#767475;	
}
.captcha a:hover {color: #084ab5}
.captcha input{
	margin:0;
	float:none;
	max-width:300px
}


/***************************** inventory styles **/

#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:#084ab5 !important;}

.list-content .listing-portion-title {color: black !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:#084ab5 !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 #084ab5 !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: #084ab5 !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;}


/***************************** responsive styles **/


@media screen and (max-width: 1410px) {
	nav.fill a:link, nav.fill a:active, nav.fill a:visited {
		font-size: 16px;
		padding: 8px 14px;
	}
}

@media screen and (max-width: 1200px) {
	nav.fill a:link, nav.fill a:active, nav.fill a:visited {
		font-size: 15px;
		padding: 8px 10px;
	}
	h6 {font-size: 16px;}
	.rt-header {padding-top: 18px;}
	
	.auc .wrap {width:96%;}
}


@media screen and (max-width: 1080px) {
	nav.fill a:link, nav.fill a:active, nav.fill a:visited {
		font-size: 14px;
		padding: 8px 7px;
	}
	.headwrap {width: 98%;}
}

@media screen and (max-width: 1024px) {
	.wrap {width:96%;}
	body {font-size:14px;}
	p {margin-bottom:14px;}
	h1 {font-size:28px;}
	h2 {font-size:28px;}
	h3 {font-size:20px;}
	h4 {font-size:18px;}
	
	.colorblocktitle {
		font-size: 18px;
	}
	
	
	.half {
	width: 40%; 
	display: inline-block; 
	float: left;
	padding: 20px 0 0 0;
	}
	
	.half2 {
		width: 40%; 
		display: inline-block; 
		float: right;
		padding: 20px 0 0 40px;
	}
	
	.map-area2 {
		width:100%;
		display:inline-block;
		float: none;
		padding: 40px 0 0 0 
	}
	
	.map-area2 iframe {width:100%; height:250px; display:inline-block; }
	
	
	
	
	footer p {font-size:12px; margin-bottom:12px;}
	
	
	.sidebar-links {width:190px;}
	.sidebar-links ul {font-size:13px}
	.sidebar-links ul ul {font-size:12px;}
	.frame-it {width:calc(100% - 210px);}
	
	
	
	
	
}


@media screen and (max-width: 970px) {
	nav.fill a:link, nav.fill a:active, nav.fill a:visited {
		font-size: 13px;
		padding: 8px 7px;
	}
	
}

@media screen and (max-width: 930px) {
	.ad {display:block;width: 100%;}
	.ad1 img {max-width:430px; width: 100%; }
	.ad2 img {max-width:300px; width: 100%; }
}

@media screen and (max-width: 900px) {
	nav.fill a:link, nav.fill a:active, nav.fill a:visited {
		font-size: 12px;
		padding: 8px 7px;
	}
	
}



@media screen and (max-width: 880px) {
	nav.fill {height: 38px; background: #084ab5;}
	.show-tablet {display:block; }
	.hide-tablet {display:none;}
	#simple-menu {
		float:right;
		background: url(../siteart/mobile-nav-icon.png) no-repeat center center;
		height:38px;
		width:38px;
		display:block;
		cursor:pointer;
		padding-right: 20px;
	}
	#simple-menu:hover {background:url(../siteart/mobile-nav-icon-hover.png) no-repeat center center;}
	
	.logo {float:none; display:block; max-width: 700px;}
	.rt-header { float:none; display:block; text-align: center;padding-bottom: 20px}
}


@media screen and (max-width:785px) {
	.sidebar-links {width:calc(100% - 50px);margin: 0 auto; float:none}
	.sidebar-links h5 {margin-bottom:0;}
	.cats-list {display:none; margin-top:10px;}
	.expand-cats {display:block;}
	.expand-cats i.go-up {
		-ms-transform: rotate(180deg); /* IE 9 */
		-moz-transform: rotate(180deg); /* Firefox */
		-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
		transform: rotate(180deg);
	}
	.frame-it {width: calc(100% - 40px); margin: 0 auto; float:none}
	
	
}


@media screen and (max-width: 768px) {
	.show-768 {display:block;}
	
	.loc-list {font-size:12px;}
	
	.logo {float: none; width: 100%; margin: 0 auto}
	.logo img {float: none; width: 100%; margin: 0 auto; postion: relative;}
	
	.bid {float: none; display: inline-block; min-width: 250px; width: 46%;}

	.head {position: relative; top: 0px; }
	
	
	article {width:100%; display:block; margin:0px auto 0px auto; padding: 0px 0;}
	
	
	.contact-info {width:40%; margin:0 0% 15px 0;}
	.contact-wrap { padding: 20px;}
	.map-area2 iframe {width:100%; height: 250px; display:block;}
	
	.hours {width:50%; width:calc(45% - 2px);padding-right:5%;}
	
	.box-buttons a {
	line-height:80px;}
	
	.divfooter {width:90%; padding-left:0%; margin:15px 5% 0 5%; text-align:center;}

}

@media screen and (max-width:660px) {
	.break {height: 45px;border-top: 8px solid #eab54b;}
	.breakbutton {width: 80%;height: 31px;}
	.breakbutton:hover {width: 80%;height: 31px;}
	.breakbutton img {width: 20px;padding-top:6px;}
	
	
	
	.no-break {display:block;}
	
	h1 {font-size:26px;}
	h2 {font-size:26px;}
	h3 {font-size:18px;}
	h4 {font-size: 16px;}
	h6 {font-size: 15px;}
	
	
	.new-used h2 img {width:3%;}
	
	.bid {margin: 10px auto 0 auto;}
	
	.contact-info {width:60%;}
	
	
	.locations div {width:48%; margin:0 2% 15px 0;}
	
	.whole{
	display: inline-block;width: 40%; margin: 10px 20px; position: relative; float: none; flex-wrap:no-wrap;}

	.slider-wrapper .theme-default {width: 100%; max-width: 1200px; overflow: hidden; box-shadow:none; margin:0px auto 0 auto;  padding: 0}
	
	
	.text-wrap2 {
	width:70%; 
	max-width:2050px; 
	margin:4% auto; 
	padding: 15px 30px; 
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #f66205;
}

	.foot-right {width:90%; padding-left:0%; border-right:0; text-align: center; padding: 50px 0 30px 0; float: none; margin: 0 auto;}
	.quick-link {width:90%; padding-left:0%; border-right:0; text-align: center; float: none; margin: 0 auto;}
	.quick-link ul {padding-bottom:0px;}
}
@media screen and (max-width:630px) {
	.cycle-overlay {margin: 8% auto;}
	.bid {margin: 0 0px 0px 0;width: 80%;}
	
}
@media screen and (max-width:600px) {
		.lowinfo {
background:url(../siteart/mail.png) no-repeat;
background-size:cover; position: relative; background-position:center;height: 350px;
	}
	.lowwrap {width: 100%; margin: 0 auto; float: none;padding-top: 25px; height: 325px; postion: relative;text-align: center;padding-left: 0;}
	.third { float: none;  width: 100%; padding: 10px 0px;margin: 0 auto;}
	.third img {width: 130px; margin: 0 auto; float:none;}
	.third img:hover {opacity: .5}
}

@media screen and (max-width:580px) {
	
	.map-area2 iframe {width:100%; height:350px; display:block;}
	.nivo-caption h5 {display: none;}
	.nivo-caption h1 {display: none;}
	.nivo-caption {display:none;height: 0; visibility:hidden}
	.nivo-html-caption {display:none; height: 0;}

}


@media screen and (max-width:520px) {
	.whole{
	display: inline-block;width: 80%; margin: 5px 20px; position: relative; float: none; flex-wrap:no-wrap;}
	

	.inv-btn a {width:48%; margin:0 1% 10px 1%;}

}

@media screen and (max-width:480px) {
	.col2 {width:calc(100% - 18px); }
	
	.loc-list {width:100%;}
	#pullslider iframe{width:400px;max-height:300px;}
	
	.new-used h2 img {width:4.5%;}
	
	.logo img {padding-left: 10px;width: 90%;}
	
	.border-box h6 {width:35%;}
	
	.half {
	width: 100%; 
	display: inline-block; 
	float: left;
	padding: 20px 0 0 0;
	}
	.half2 {
		width: 100%; 
		display: inline-block; 
		float: left;
		padding: 20px 0 0 0;
	}
	
	
	.inv-btn a {font-size:12px;}
	
	
	.cycle-overlay {margin: 5% auto;}
	.pager {display:none;}
}

@media screen and (max-width:375px) {
	.border-box .strikethrough {display:none;}
	.border-box h6 {width:45%;}
	
	.hours .go-right {float:none;}
	
	.contact-info {width:100%;}
	
	.brands a {width:48%;}
	
	.loc {width:100%; margin:0 0% 20px 0;}
	
	.no {display:none; visibility:hidden; width: 0px; height: 0}

	
}



