@charset "utf-8";
/***** BEGIN RESET *****/

/*** Parts Page Styles ***/
li.list-group-item {border-radius:0px !important;}
.my-well img {
	float:right; max-width: 25px !important; position: relative; top:-5px;
}
.panel.panel-default.text-center.my-panel {
	padding:10px !important;
	    border: none;
    box-shadow: none !important;
}
.panel.panel-default.text-center.my-panel img {
    max-width: 100px;
}
.parts-cta a h4, .my-well a {
    color:#000 !important;
	font-size:14px !important;
	font-weight: 700 !important;
}
.parts-cta a:hover h4, .my-well a:hover {
    color:#CB0003 !important;
	text-decoration: underline;
	
}



.w-100 {
    display: flex;
    max-width: 100%;
}
.w-50 {
    width: 50%;
	text-align: center;
	margin-top:1em;
}
img.img-fluid {
    max-width: 100%;
	margin:0 auto;
}
.mainwrap.well {
    padding: 1em;
    background-color: white;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.1);
	margin-top:4em;
	width: calc(90% - 10px);
}
.mainwrap.well p {
    margin-top: 20px !important;
}
a.widget-details.listings-button.widget-email.whatsapp.js-phone-clicktotrack {
    background-color: #25D366;
}
a.widget-details.listings-button.widget-email.whatsapp.js-phone-clicktotrack:hover {
    background-color: #309b58;
}

/*********Faceted Inventory Fix **********/

	/** Facebook Messanger Span Fix **/
	.hosted-content .facebook-messenger span {
		padding: 9px !important;
		width: 32px !important;
	}

/*****************************************/
* {

    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#000;
	color:#000;
	overflow-x:hidden;
	line-height:1!important;
	font-family: 'Open Sans', sans-serif;
}


ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

p {
font-size:18px;
line-height:25px;
font-family: 'Open Sans', sans-serif;	
}



a:link {color:#fff}
.product.product-list-item .product-spec-name {color:#fff!important;}
.product.product-list-item .product-spec {color:#fff!important}

.btn.highlighted {background:#CB0003!important; color:#fff!important;}
.btn.highlighted:hover {background:#000!important;}

.product.product-details .product-price {color:#fff!important; margin-bottom:5px!important;}
.product.product-details .product-availability {color:#fff!important;}
.product.product-details .product-contact-info a.btn {color:#000!important;}
.product.product-details .product-spec-value {font-weight:normal!important; font-size:14px!important; font-size:13px!important; line-height:20px!important;}


/***** END RESET *****/

/*---POP-UP -----------------------------------*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box {
	width: 50%;
	margin: 0 auto;
	background: rgba(0,0,0,0.2);
	padding: 35px;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
	transition: all 0.2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	padding:0 8px 0px 8px;
}
.popup .close:hover {
    background: #000;
	color:#fff;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}
.popup p{
	font-size: 18px;
	padding: 1% 2%;
	box-sizing: border-box;
	color:#fff;
}
.popup p span{
	font-weight: bold;
}
.popup h2{
	padding: 1% 2%;
	box-sizing: border-box;
	font-size: 36px;
	text-align: center;
	color:#fff;
}
.popup p a{
	text-decoration: underline;
}
.popup p a:hover{
	text-decoration: none;
}
/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
	content:"";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 99999;
}
.overlay .popup {
	background: #9B0002;
	border-radius: 5px;
	width: 100%;
	max-width: 1000px;
	position: absolute;
	top: 6vw;
	left: 0;
	right: 0;
	float:none;
	padding: 40px 0;
	margin: 0 auto;
	text-align:left;
	z-index: 99999999;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	color:#000;
	font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -180%;
    left: -100%;
}
/* ---------------------------------------------*/

/****************************************************************************hover easing style


			-webkit-transition: all .5s ease; /* Safari and Chrome */
  /*  		-moz-transition: all .5s ease; /* Firefox */
  /*  		-ms-transition: all .5s ease; /* IE 9 */
  /*  		-o-transition: all .5s ease; /* Opera */
  /*  		transition: all .5s ease;



/*header====================================================================*/

header {
width:100%;
float:left;
background:#000;
padding:0;
box-shadow: 0 0 10px #000;
z-index:2;
position:relative;
}

.wrap {
width:95%;
margin:0 auto;
max-width:1500px;
}

.topheader {
width:100%;
float:left;
background:#CB0003;
padding:5px 2.5%;box-sizing:border-box;	
}

.topheader p {
color:#fff;
font-size:16px;	
font-family: 'Open Sans', sans-serif;
font-weight:600;
}

.topleft {width:calc(100% - 200px);float:left;}
.topright {width:200px;float:left;}
.topright p {text-align:right;}
.topleft p {text-align:left;}
.topright p a {float:right;background:#000;padding:2px 15px;box-sizing:border-box;border-radius:3px;font-size:14px;text-transform:uppercase;}
.topright p a:hover {background:#fff;color:#000;}

.middleheader {
width:100%;
float:left;
background:#000;
background:url(../siteart/pattern.png) repeat;	
padding-top:5px;
}

.logo {
width:15%;
float:left;	
position:relative;
z-index:2;
margin-bottom:-40px;
}

.logo img {
width:100%;
max-width:225px;
float:left;	
}

.topicon {
	width:100%;
max-width:50px;
margin:0 auto 5px;
display:block;	
}

header a {
color:#fff;
text-decoration:none;	
}

header a:hover {
color:#000;	
}


.showmobile {
display:none;	
}

.noshowmobile {
width:100%;
float:left;	
}



.privacy {
	width:100%;
	float:left;
}

.privacy li {
font-size:18px;
line-height:25px;
font-family: 'Open Sans', sans-serif;
	width:100%;
	float:left;
	margin-bottom:25px;
	list-style:disc;
}


/*******************************************************************SLIDESHOW***************************************************************/
.slide-contain {
	width:100%;
float:left;
border-bottom:5px solid #001f66;


}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; border-bottom:2px solid #001f66;}

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#D30003; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#001f66;}
.pager > * { cursor:pointer;}


/*search========================================================*/

.detailedSearch {
width:100%;
float:left;	
background:url(../siteart/pattern.png) repeat;
border-top:5px solid #CB0003;
border-bottom:5px solid #CB0003;
padding:20px 0;
}

.detailedSearch h2 {
color:#fff;	
font-family: 'Open Sans', sans-serif;
font-weight:800;
float:left;
text-transform:uppercase;
font-size:35px;
}

.cd-tabs{position:relative;width:100%}
.cd-tabs:after{content:"";display:table;clear:both}
.cd-tabs::after{position:absolute;top:0;right:0;z-index:1;pointer-events:none;background:-webkit-linear-gradient(right,#f8f7ee,rgba(248,247,238,0));background:linear-gradient(to left,#f8f7ee,rgba(248,247,238,0));visibility:visible;opacity:1;-webkit-transition:opacity .3s 0s,visibility 0 0;-moz-transition:opacity .3s 0s,visibility 0 0;transition:opacity .3s 0s,visibility 0 0}
.no-cssgradients .cd-tabs::after{display:none}
.cd-tabs.is-ended::after{visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s,visibility 0 .3s;-moz-transition:opacity .3s 0s,visibility 0 .3s;transition:opacity .3s 0s,visibility 0 .3s}
.cd-tabs-navigation{float:left; margin-left:10px;}
.cd-tabs-navigation:after{content:"";display:table;clear:both}
.cd-tabs-navigation li{float:left;list-style-type:none!important}
.cd-tabs-navigation a{position:relative;display:block;text-align:center;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:700;color:#fff;padding:10px!important;text-decoration:none; font-family: 'Open Sans', sans-serif; text-transform:uppercase; border-radius:5px;}
.cd-tabs-navigation a:hover{color:#CB0003!important;}
.no-touch .cd-tabs-navigation a:hover{color:#CB0003!important;}
.cd-tabs-navigation a.selected{background-color:#CB0003!important;color:#fff}
.cd-tabs-navigation a.selected:hover{background-color:#CB0003!important;color:#fff!important}
.cd-tabs-navigation a::before{position:absolute;top:12px;left:50%;margin-left:-10px;display:inline-block;height:20px;width:20px;background-image:url(../img/vicons.svg);background-repeat:no-repeat}
.cd-tabs-navigation a[data-content='equipment']::before{background-position:0 0}
.cd-tabs-navigation a[data-content='parts']::before{background-position:-20px 0}
.cd-tabs-navigation a[data-content='equipment'].selected::before{background-position:0 -20px}
.cd-tabs-navigation a[data-content='parts'].selected::before{background-position:-20px -20px}
.cd-tabs-content{background:none; display:inline-block;width:100%;padding:10px 0 0 0;height:auto!important;box-sizing:border-box}
.cd-tabs-content li{display:none}
.cd-tabs-content li.selected{display:block;-webkit-animation:cd-fade-in .5s;-moz-animation:cd-fade-in .5s;animation:cd-fade-in .5s}
.cd-tabs-content li p{font-size:14px;font-size:.875rem;line-height:1.6;color:#8493bf;margin-bottom:2em}
@-webkit-keyframes cd-fade-in{0%{opacity:0}100%{opacity:1}}
@-moz-keyframes cd-fade-in{0%{opacity:0}100%{opacity:1}}
@keyframes cd-fade-in{0%{opacity:0}100%{opacity:1}}


/******************equipment Search******************/

.column3 {width:24%;  float:left; margin:0% .5% 0% .5%; box-sizing: border-box;  font-family: 'Open Sans', sans-serif; font-weight:bold; font-size:20px;}

.detailed-form {
	width:100%;
	float:left;
	color: #fff;
	padding:20px 0;
	background-size:cover;
	font-family: 'Open Sans', sans-serif;
	font-stretch:extra-condensed;
	font-weight:500;
}
.detailed-search input {
    width: 100%;
    padding: 13px;
    font-size: 14px;
    background-color: #fff;
	color:#00264b;
	box-sizing: border-box;
	border:2px solid #000;
	font-family: 'Open Sans', sans-serif;
}
.detailed-search select {
    width: 100%;
    padding:13px;
    font-size: 14px;
    background-color: #fff;
	color:#00264b;
	box-sizing: border-box;
	border:2px solid #000;
	font-family: 'Open Sans', sans-serif;
}

.detailed-row{
	margin: 10px 0;
	color: #000;
	text-transform:uppercase;
	font-weight:600;
	font-size: 12px;

}

#last {
margin-right:0;	
}

.detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight:bold;
    width: 100%;
  	background:#CB0003 ;
	
    color: #fff;
    display: inline-block;
    border-radius: 5px;
   
    outline: none;
    border:2px solid #cb0003; 
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-top:0px;
	padding:7px 10px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	box-shadow:1px 2px 5px #000;
}

.detailed-search input[type="submit"]:hover {
	background: #000;
	color:#fff!important;
}

.detailedSearchtwo .detailed-search input[type="submit"]:hover {
	background: linear-gradient(to right, #7C7C7C , #C1C1C1 , #909090 , #B1B1B1 , #808080 , #ADADAD , #606060 )!important;
	color:#00264b!important;
}

.detailed-search select:focus, .detailed-search input:focus{outline-color:#fff;}

.last{ margin:1% 0 1% 0; }


.detailed-form h2 {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:500;
	font-size:34px;
}

/*mainsection=============================================*/

.main {
width:100%;
float:left;
background:#fff;
background:url(../siteart/aboutbg.jpg);
background-color:#000;
background-size:cover;
background-position:center;
background-attachment:fixed;
padding:60px 0;	
font-family: 'Open Sans', sans-serif;
background-color:#fff;
}

.mainwrap {
width:95%;
margin:0 auto;
max-width:1300px;	
}

.main h3 {
	color:#000;
	text-align:center;
	text-transform:uppercase;
	font-weight:800;
	font-size:20px;
	letter-spacing:9px;
	text-align:center;
}

.main h1 {
color:#cb0003;
text-align:center;
font-style:italic;
font-size:55px;
margin-bottom:10px;
}

.main p {
text-align:center;
font-size:18px;
line-height:25px;
color:#000;	
margin-top:40px;
}

.borderbottom {
width:300px;
display:block;
margin:0 auto;
height:3px;
background:#000;
margin-bottom:20px;	
}

.text-banner{
	width:100%;
	background:#CB0003;
	text-align: center;
	padding:1%;
	display: block;
	font-weight: 700;
	font-size: 18px;
	color:#fff;
	box-sizing: border-box;
}
.top-margin{margin:5% 0 0 0;}

/*map===========================*/

.abovemap {
width:100%;
float:left;
padding:10px 0px;
background:#cb0003;
font-family: 'Open Sans', sans-serif;	
}

.abovemap p {
color:#fff;
font-size:23px;
font-weight:700;	
float:left;
}

.abovemap .fa {
font-size:35px;
color:#000;	
}

.abovemap a {
	color:#fff;
	background:#000;
	padding:10px 20px;
	float:right;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:5px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.abovemap a:hover {
	background:#535353;
	
}

.map {
width:100%;
float:left;
height:300px;	
}

/*FOOTER=========================================================*/

footer {
width:100%;
float:left;
background:url(../siteart/pattern.png) repeat;
background-color:#000;
padding:20px 0 0px;	
font-family: 'Open Sans', sans-serif;
}

.footernav {
width:100%;
float:left;	
}

.footernav p {
text-align:center;
color:#fff;
font-size:20px;	
text-transform:uppercase;
}

.footernav p a {
color:#fff;
text-decoration:none;
margin:0 10px;	
-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.footernav p a:hover {
text-decoration:underline;	
}

.footerlogo {
width:100%;
float:left;
margin-top:20px;
margin-bottom:0px;	
}

.footerlogo img {
width:100%;
margin:0 auto;
display:block;
max-width:150px;	
}

.footlink {
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:20px;
}


.footlink a {
	font-size:14px;
	text-align:center;
	color:#fff;
}

.bottomfoot {
width:100%;
float:left;
background:#000;
padding:10px 0;	
}

.bottomfoot p {
width:50%;
float:left;
color:#949494;
font-size:16px;	
}

.rightfoot {
text-align:right;	
}

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin-bottom:20px;
}
 
.scrolling{
    width:100%;
    height:92px;

}

/*SUBPAGES===================================================*/

.submain {
width:100%;
float:left;
background:#fff;
padding:50px 0;	
}

.title h1 {
color:#cb0003;
text-align:center;
font-style:italic;
font-size:55px;
margin-bottom:10px;	
text-transform:uppercase;
}

.submain strong {
text-transform:uppercase;
margin-bottom:5px;	
}


/*INVENTORY====================================*/
.hosted-content #listings-title {
text-align:left;	
text-transform:uppercase;
font-weight:bold;
}

.hosted-content {
color:#000;	
}

.hosted-content a {
	color:#000;
}


.hosted-content .listings-wrapper .listings-list .listing-banner {
background:#000!important;	
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
color:#fff;
font-size:25px;
font-family: 'Open Sans', sans-serif!important;
text-transform:uppercase;
font-weight:800;	
}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
font-size:16px;	
}

.hosted-content .widget-express, .hosted-content .widget-nah, .hosted-content .widget-ps {
line-height:100%!important;	
}

hr {
border-top:1px solid #aaa;
width:100%;
float:left;
margin:30px 0;	
}

a.inv-cta {
	display: inline-block;
	text-align: center;
	padding: 15px;
	background-color: #CB0003;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, sans-serif;
	border-radius: 10px;
	transition: all .4s ease;
}

a.inv-cta:hover {
	background-color: #000;
}


/*==========================
STAFF
===========================*/

.member {width:100%;float:left;padding:20px;box-sizing:border-box;margin-bottom:20px;border:1px solid #000;}

.teamimg {width:300px;float:left;}
.teamimg img {width:100%;max-width:250px;float:left;}

.teaminfo {width:calc(100% - 300px);float:left;}
.teaminfo h2 {width:100%;float:left;font-weight:700;font-size:22px;}
.teaminfo p {width:100%;float:left;margin-top:10px;}

.reds {color:#cb0003;text-transform:uppercase;font-weight:bold;font-size:25px;}

.fullimg {width:100%;float:left;}
#salesimg {background:url("/siteart/Staff/sales-team.jpg");background-size:cover;background-position:center;margin-bottom:20px;}
#officeimg {background:url("/siteart/Staff/office-staff.jpg");background-size:cover;background-position:0% 70%;margin-bottom:20px;}
.fullimg h3 {width:100%;float:left;text-align:center;text-transform:uppercase;background:rgba(0,0,0,.50);padding:15px 0;font-size:25px;color:#fff;margin:300px 0 20px;}

.ownersimg {width:100%;max-width:500px;margin:0 auto;display:block;}
.ownersimg img {width:100%;float:left;}
.ownersimg p {text-align:center;font-size:16px;}

.maintenanceimg {width:100%;float:left;margin-bottom:30px;}
.maintenanceimg img {width:100%;margin:0 auto;display:block;max-width:600px;}

.mechanicbios {width:100%;float:left;padding-left:0px;box-sizing:border-box;}
.mechbio {width:48%;float:left;border:1px solid #aaa;box-sizing:border-box;padding:10px;margin:1%;height:150px;}
.mechbio .reds {font-size:22px;width:100%;float:left;}
.mechbio h2 {font-size:20px;line-height:25px;margin-bottom:5px;}

#mechanicsimg {background:url("/siteart/Staff/mechanics-team.jpg");background-size:cover;background-position:0% 85%;margin-bottom:20px;}
/*FORMS===================*/

#quotes {
width:100%;
display:block;
margin:20px auto;

font-family: 'Open Sans', sans-serif;
 color:#000;

}



#quotes tr {
width:49%;
float:left;	
margin-right:1%;
}

#quotes .two {
width:49%!important;
margin-right:0!important;
margin-left:1%!important;	
}

#quotes td {
width:100%;
float:left;
	font-size:14px;
	margin-bottom:10px;
}

.headings {
margin-top:20px;
}

#quotes td p {

}

.fulltd h2 {
color:#000;	
font-family: 'Open Sans', sans-serif;
text-transform:uppercase;
font-size:18px;
font-weight:700;
}

.fulltd2 {
width:100%!important;
float:none!important;
max-width:500px!important;
display:block!important;
margin:0 auto!important;	
}

.fulltd p {margin-bottom:3px;line-height:18px;margin-top:10px;width:100%;}



#quotes input {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
font-family: 'Open Sans', sans-serif;
font-weight:200;
	color:#000;
	font-size:14px;
}

#quotes textarea {
	padding:12px 10px;
	border:1px solid #b4b4b4;
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	color:#000;
	font-size:14px;
	background:#fff;
	box-sizing:border-box;
}

#quotes .CaptchaMessagePanel {
color:#000;
}

#quotes .CaptchaWhatsThisPanel a {
color:#000;	
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
font-family: 'Open Sans', sans-serif;	

	color:#000;
	font-size:14px;
}
   
#quotes input  {
    width:100%;

}


 
#quotes input.larger  {
    width:100%;
}

#quotes textarea {
    width:100%;
    height:85px;
}


#quotes input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#quotes input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }


#quotes input:focus,
#quotes textarea:focus,
#quotes select:focus {
	 

}
#quotes input.radio:focus,
#quotes input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 

#quotes input.button,
#quotes input.button:focus {
    width:100%; 
    margin:0;
    padding:15px 10px;
    background:#cb0003;
	font-family: 'Open Sans', sans-serif;	
	font-weight:600;
	font-size:18px;
	text-transform:uppercase;
	border-radius:0px;
	border-bottom:none!important;
	line-height:18px;
	box-sizing:border-box;
    color:#fff;

	border-radius:10px;
}
#quotes input.button:hover {
	background:#000;
	color:#fff;
	
}

#quotes label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#quotes label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 
#quotes .fulltd {
width:100%!important;
margin-right:0;	
}

.CaptchaPanel {
margin:0!important;	
}




/*form popup===================================*/

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
	float:left;
	width:90%;
	max-width:800px;
}

.mapbuttwo {
width:100%;
max-width:400px;
float:left;
box-sizing:border-box;
padding:15px 10px;	
margin:5px 0;
color:#fff;
background:#cb0003;
font-weight:600;
font-size:16px;
border-radius:5px;
}

.mapbuttwo:hover {
background:#000;
	color:#fff;
}

.mapbuttwo .fa-chevron-right {
float:right!important;	
margin-top:5px;
}




/* The actual popup (appears on top) */
.popup .popuptext {
   visibility: hidden;
    width: 100%;
    background-color:rgba(0,0,0,0.5);
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 20px 0 0;
    position: fixed;
    z-index: 1;
    margin:0 auto;
	box-shadow:0 0 10px #000;
	top:65px;
	left:0px;
	height:100%;
}

.popinside {
	width:90%;
max-width:800px;
margin:0 auto;
display:block;	
background:#fff;
padding:15px 30px;
border-radius:10px;
box-sizing:border-box;
}

.popstitle {
text-transform:uppercase;
width:100%;
float:left;
font-weight:bold;
font-size:27px;
line-height:27px;
border-bottom:1px solid #222c6a;	
}

/* Popup arrow */
 .popup .popuptext::after {
  position: absolute;
   
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.popup .popuptext body {
background:#fff!important;	
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
	 z-index: 999;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}


.topsubimg {
width:100%;
float:left;	
z-index:0;
margin-top:-50px;
height:400px;
background:url(../siteart/maintenance.jpg);
background-size:cover;
background-attachment:fixed;
margin-bottom:40px;
background-position:center;
}

.topsubimg img {
width:100%;
float:left;	
}

/*=======================
financing
=======================*/
.clearfix {float:none; clear:both;}
.financeoptions {width:50%;float:left;padding:10px;box-sizing:border-box;}
.financeoptions a {width:100%;float:left;padding:10px;box-sizing:border-box;border:1px solid #000;}
.financeoptions img {width:100%;display:block;margin:0 auto;max-width:300px;}
.financeoptions p {width:100%;float:left;}
.financeoptions a p {color:#000;text-align:center;width:100%;flaot:left;min-height:50px;}

.credittitle{width:100%;float:left;text-align:center;font-size:32px;color:#cb0003;text-transform:uppercase;margin-bottom:20px;}

.financeoptions a:hover {border:1px solid #cb0003;}

/*=======================
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: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !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, .dealer-name {color:#cb0003 !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:#cb0003 !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 #cb0003 !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: #cb0003 !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;}


.CaptchaImagePanel {display:none!important;}
.CaptchaMessagePanel {display:none!important;}
.CaptchaWhatsThisPanel {color:#000!important}
.list-listings-count {color:#244E79!important}
/**********************************************************************************************************************************************************************************************
***********************************************************************************************RESPONSIVE**************************************************************************************
***********************************************************************************************************************************************************************************************/


@media screen and (max-width: 1200px)  {
	.mechbio {width:100%;margin:1% 0;height:auto;min-height:130px;}
}

@media screen and (max-width: 1070px)  {
.logo {
width:50%;	
}

}
@media screen and (max-width: 960px)  {
	.topleft {width:100%;}
	.topleft p {text-align:center;}
	.topright {width:100%;margin-top:3px;}
	.topright p a {float:none;margin:0 auto;display:block;width:100%;max-width:200px;}
	.topright p {text-align:center;}
}

@media screen and (max-width: 768px)  {
.logo img {
max-width:200px;
}
.topheader p {
font-size:14px;	
line-height:16px;
}

.topheader {
	padding:5px 10px;
	box-sizing:border-box;
}
}
@media screen and (max-width: 885px)  { 
.noshowmobile {
display:none;	
}

.showmobile {
width:100%;
float:left;
display:block;	
}

.showmobile img {
width:100%;
float:left;	
}
	
	.financeoptions {width:100%;float:left;padding:10px;box-sizing:border-box;}
	.financeoptions a p {min-height:0;}
}

@media screen and (max-width: 825px)  { 
.column3 {
width:49%;
margin:0% .5% 1% .5%;
}

.topsubimg { 
height:200px;
background-size:100%;
background-attachment:local;	
}
	.teamimg {width:100%;float:left;margin-bottom:20px;}
	.teamimg img {width:100%;float:none;margin:0 auto;display:block;max-width:400px!important;}
	.teaminfo {width:100%;float:left;}
	
}

@media screen and (max-width: 700px)  { 
.abovemap a {
	width:100%;
	float:left;
	box-sizing:border-box;
	text-align:center;
	margin-top:10px;
	
	}
	
	.abovemap p {
	width:100%;
	text-align:center;	
	}
	
	#quotes tr {
	width:100%;
	margin-right:0;	
	}
	
	#quotes .two {
	width:100%!important;
	margin-left:0!important;	
	}
	
	.popinside {
padding:1px 10px 0!important;
}
.popup .popuptext {
	padding-top:0px;
}

#quotes input {
padding:5px 10px!important;	
}

#quotes td {
margin-bottom:7px;	
}

.CaptchaPanel {
padding:0!important;	
}

.footernav p a {
font-size:14px;	
}

.main h1 {
font-size:40px;	
}

.bottomfoot p {
width:100%;
text-align:center!important;	
}

.title h1 {
font-size:40px;	
}
}

@media screen and (max-width: 650px)  {
	.fullimg h3 {margin:150px 0 20px;font-size:18px;font-weight:600;padding:7px 0;}
	#mechanicsimg {background-position:bottom;}
	#salesimg h3 {margin:10px 0 170px;}
	#officeimg h3 {text-transform:none;background-position:bottom;margin:10px 0 170px;}
	#mechanicsimg h3 {margin:10px 0 170px;}
}

@media screen and (max-width: 535px)  { 
.column3 {
width:100%;
margin:0% 0% 1% 0%;
}
	
}

@media screen and (max-width:480px)   {
/*********Faceted Inventory Fix **********/
	
	a.inv-cta {width: 100%;}

	/** form-row on inv feed label fix **/
	.hosted-content #main-search label {
    margin-bottom: 4px;
    float: none !important;
	}

/*****************************************/
	
	
}


@media screen and (max-width: 375px)  {
.logo img {
max-width:145px;
}
.topheader p {
font-size:12px;	
line-height:15px;
}

.logo {
margin-bottom:-28px;	
}

.abovemap p {
	font-size:20px;
	} 
	
	.abovemap .fa {
	font-size:30px;	
	}
.topsubimg { 
height:150px;
background-size:100%;
background-attachment:local;	
}
}
