﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/
.collapse {
    display: none;
}
.navbar-collapse.in {
    overflow-y: auto;
}

.collapse.in {
    display: block;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}



.fade {}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;opacity: 100% !important;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  box-sizing: border-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.hs-btn.hs-highlighted {
	background-color:  #0054a6;
	color: white !important;
}

.hs-btn.hs-highlighted:hover {
	background-color:  #090975;
	color: white !important;
}

.product .altered-price {
	color: #39B54A !important;
}

.product .markdown-percentage {
	background-color: #39B54A !important;
}


.checkout-view .form .label {
	white-space: normal !important;
	color: black !important;
}





.headerrow {
	background-image: url("../siteart/headerbg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 25px;
}

.headerrow * {
	    box-sizing: border-box !important;
}

.row.headerrow.no-gutter * {
    box-sizing: border-box !important;
}

.no-gutter {
	 box-sizing: border-box !important;
}



input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    margin-right: 10px;
}


.headertext {
	font-family: 'Muli', sans-serif;
	color: #0054a6;
	font-size: 13pt;
	text-align: right;
}

.subheader {
			font-family: 'Muli', sans-serif;
	color: #39B54A;
	font-size: 20pt;
font-weight: 700;
}

.visitbtn {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: 'Muli', sans-serif;
	color: white !important;
	font-size: 13pt;
	font-weight: 600;
	background-color: #39B54A;
	
}

.visitbtn:hover {
	background-color: #090975 !important;
	cursor: pointer;
	transition-duration: 0.5s;
}

.boldspot {
	font-weight: 700;
}

.bluelink {
	color: #0054a6 !important;
}

.herorow {
	padding-top: 12%;
	padding-bottom: 12%;
		background-image: url("../siteart/heroimg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mainlogo {
	max-height: 125px;
}

.mainparagraph {
		font-family: 'Muli', sans-serif;
	color: black;
	font-size: 13pt;
}

.mainparagraph > a {
	color: black !important;
}

.maintextwrap {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
}

.mainheader {
		font-family: 'Muli', sans-serif;
	color: #0054a6;
	font-size: 30pt;
font-weight: 700;
}

.invbox {
	text-align: center;
	background-color: white;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	height: 220px;
	margin-bottom: 15px;
}



.invbox:hover {
	 background-color: palegoldenrod;
 transition-duration: 0.5s;
	cursor: pointer;
	transform: scale(1.1);
	
}

.invtext {
			font-family: 'Muli', sans-serif;
	color: #0054a6;
	font-weight: 700;
	font-size: 15pt;
}

.bluebg {
	background-color: #0054a6;
}

.invimg {
	display: block;
	margin: auto;
	max-height: 100px;
}

.thankyoubox {
	    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color: lightgray !important;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color: lightgray !important;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color: lightgray !important;}

.divfooter {padding-left: 8%; padding-right: 8%; text-align:center; margin:0 auto;}

#parts-content .parts-bottom-section .parts-list-view .parts-search-content .parts-search-window .parts-search-form {
    width: inherit;
    padding: 10px;
    background-color: white !important;
}

.hostedrow {
	    background-color: black;
    padding-top: 25px;
    padding-bottom: 25px;
    color: lightgray !important;
}

.whiteline {
	height: 15px;
	background-color: white;
	width: 100%;
}

.blueline {
		height: 5px;
	background-color: #0054a6;
	width: 83.33333333%;
	margin: auto;
	display: block;
}

.productimagewrap {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    cursor: pointer;
    margin-right: 5px;
}

/*===================== 
	inv styles 
=======================*/
.list-content .listing-portion-title {
	font-family: 'Muli', sans-serif !important;
	color: #39B54A !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {
		font-family: 'Muli', sans-serif !important;
	color: #39B54A !important;
}

.list-content .list-title .list-title-text {
font-family: 'Muli', sans-serif !important;
}

.list-content .list-listing-mobile .listing-dealer-info .spec-value  {
			font-family: 'Muli', sans-serif !important;
	color: #39B54A !important;
}

.list-content .list-main-section .list-container {
	font-family: 'Muli', sans-serif !important;
}



/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
		/*overflow-x: hidden !important;*/
	}

body {
    margin: 0;
	font-family: 'Muli', sans-serif !important;
	/*overflow-x: hidden !important; max-width: 100%;*/
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}

	
h1 {
}
		

h2 {
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}

/*===================== 
	nav styles 
=======================*/
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600 !important;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	font-family: 'Muli', sans-serif !important;

}


.navbar-nav {
  margin: auto !important;
    text-align: center !important;
	background-color: #0054a6 !important;
	float: none !important;
	display: block !important;
	font-family: 'Muli', sans-serif !important;
}



.navbar {
	margin-bottom: 0px !important;
	border-radius: 0px !important;
	background-color: #0054a6 !important;
	font-family: 'Muli', sans-serif !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: white !important;
	    font-weight: 600 !important;
	font-size: 11pt !important;
	font-family: 'Muli', sans-serif !important;
}

.navbar-toggle {
    position: relative;
   
    padding: 9px 10px;
   float: none !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center !important;
    display: block !important;
    margin: auto !important;
}

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;
}

nav ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color:;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: rgba(117,56,8,0.6);
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}





/*===================== 
	content styles 
=======================*/


	
/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/




/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================= 
	 Responsive styles 
===========================*/
@media (min-width: 768px) {
.navbar-nav > li {
    float: none !important;
    display: inline-block !important;
}
	
	.navbar-toggle {
		display: none !important;
	}
	
	
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.headertext {
		text-align: center;
	}
	
	.mainlogo {
		display: block;
		margin: auto;
		text-align: center;
	}
	
	.invbox {
		padding-top: 30px;    
	}
	
	.productimagewrap {
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 25px;
	}
	
	.blueline {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.mainheader {
		font-size: 25pt;
	}
	
	.subheader {
		font-size: 17pt
	}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: lightgreen !important;
    text-align: center !important;
}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: black;
	}
	

	
	

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

