/***** BEGIN RESET *****/
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:'Archivo Narrow', Arial, sans-serif;
}
ol, ul {list-style: none;}
.clear {clear:both; height:0px; margin:0;}
/***** END RESET *****/

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.breadcrumbs__link {font-size: 11px !important; display: inline-block !important; padding: 0px 10px !important; color: black !important;}
.breadcrumbs {background: transparent !important; background-color: transparent !important; text-align: left !important; margin: auto !important;}
.breadcrumbs__list {background: transparent !important; background-color: transparent !important; text-align: left !important; margin: auto !important;}

header, nav, article, footer, img {display:block;}

body {font-family:'Archivo Narrow', sans-serif; background:#fff url('../siteart/bg2.jpg') repeat-y center; background-size:contain; -webkit-text-size-adjust:none; font-weight:400; font-size:18px; color:#000; line-height:normal;}
.clear-it:after {content:""; display:block; clear:both;}

.wrap {width:92%; margin:0 auto; max-width:1230px;}

.show-tablet, .show-480 {display:none;}

.full-img img {width:100%; height:auto; margin-bottom:20px;}

.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; float:left;}
.column1 {width:8.33333%;}
.column2 {width:16.66666%;}
.column3 {width:25%;}
.column4 {width:33.33333%;}
.column5 {width:41.66666%;}
.column6 {width:50%;}
.column7 {width:58.33333%;}
.column8 {width:66.66666%;}
.column9 {width:75%;}
.column10 {width:83.33333%;}
.column11 {width:91.66666%;}
.column12 {width:100%;}

.col-pad-lt {padding:0 0 0 2%;}
.col-pad-rt {padding:0 2% 0 0;}
.col-pad-center {padding:0 1%;}





/******** typography styles **/
/* font-family:'Archivo Narrow', sans-serif; */
p {margin-bottom:18px;}
.no-margin {margin:0!important;}

h1, h2, h3, h4, h5, h6 {font-weight:700; line-height:115%;}
h1 {font-size:32px; margin-bottom:16px;}
h2 {font-size:28px; margin-bottom:18px;}
h3 {font-size:24px; margin-bottom:14px;}
h4 {font-size:22px; margin-bottom:10px;}
h5 {font-size:20px; margin-bottom:5px;}
h6 {font-size:18px; margin-bottom:3px;}

.yellow {color:#fbbc2f;}
.gray {color:#666;}
.red {color:red;}
.black {color:#000;}
.white {color:#fff;}

.caps {text-transform: uppercase;}
.text-center {text-align:center;}
.text-right {text-align:right;}

a, a:hover {color:inherit; text-decoration:none;}


.finimg {max-height: 80px; max-width: 100%; margin: auto;}

.fintext {font-size: 13px; text-align: center;}
.boldspot {font-weight: 700;}
.finbox {height: 250px;}

/******** header styles **/
header {width:100%; padding:23px 0; border-bottom:7px #fbbc2f solid;}
.logo {width:30%; float:left; margin-right:2%;}
.logo img {width:100%; height:auto; max-width:226px;}

.rt-header {width:33%; float:left; text-align:right; margin-left:35%;}
.head-contact {width:100%; display:block; margin-bottom:5px; text-shadow:0 0 5px rgba(255,255,255,0.9);}
.head-phone {width:50%; float:left; text-align:left; text-transform:uppercase;}
.head-phone a {font-size:28px; font-weight:700; color:#000;}
.head-address {width:50%; float:left; font-size:18px; font-weight:700; text-align: right;}

.tabs {width:35px; position:absolute; top:20%; right:0; z-index: 9999;}
#facebook-box {z-index: 10; width:280px; height:500px; position:absolute; top:0; right:-280px;}
#facebook-box.out {right:0;}
#facebook {background:#3b5998 url('../siteart/facebook.png') no-repeat center; background-size:70%;
			-webkit-border-radius:5px 0 0 5px; -moz-border-radius:5px 0 0 5px; border-radius:5px 0 0 5px;
			display: block; height:35px; width:35px; position: absolute; left:-35px; top: 0px;}
#facebook:hover {background-color:#314A7E;}

#weather-box {z-index: 8; width:280px; height:370px; position:absolute; top:50px; right:-280px; background:#fff;}
#weather-box.out {right:0;}
#weather {background:#00bff3 url('../siteart/weather.png') no-repeat center; background-size:70%;
			-webkit-border-radius:5px 0 0 5px; -moz-border-radius:5px 0 0 5px; border-radius:5px 0 0 5px;
			display: block; height:35px; width:35px; position: absolute; left:-35px; top: 0;}
#weather:hover {background-color:#00ABD9;}

/* quick/mobile search styles under form section */


/******** nav styles **/
nav {width:100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f2f2f+0,000000+100 */
    background:#2f2f2f; /* Old browsers */
    background:-moz-linear-gradient(top,  #2f2f2f 0%, #000000 100%); /* FF3.6-15 */
    background:-webkit-linear-gradient(top,  #2f2f2f 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background:linear-gradient(to bottom,  #2f2f2f 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
nav ul {width:100%; margin:0 auto; text-align:center;}
nav li {position:relative; display:inline-block;}
nav a:link, nav a:active, nav a:visited {display:block; text-decoration:none; color:#fff; font-size:18px; font-weight:700; line-height:50px; padding:0 25px; text-transform:uppercase;}
nav a:hover {background:#fbbc2f; color:#000;}

nav ul ul {display:none; position:absolute; z-index:99999; top:50px; left:0; width:190px; background:#000; text-align: left;}
nav ul ul ul {position:absolute; left:100%; top:0;}
nav ul li:hover > ul {display:block; z-index:99999;}
nav ul ul li {float:none; position:relative; display:block;}
nav ul ul li a:link, nav ul ul li a:active, nav ul ul li a:visited {font-size:16px; line-height:18px; padding:12px 0px 12px 12px; border-bottom:1px solid #666; color:#fff;}
nav ul ul li a:hover {background:#333; color:#fff;}

/*** mobile nav styles */
#mobile-nav .close-nav {width:100%; display:block; height:30px; line-height: 30px; border-bottom:1px #666 solid; text-align: right;}
#mobile-nav .close-nav i {font-size:18px; margin-right:15px;}

#mobile-nav {display:none; position:fixed; top:0; height:100%; z-index:9999; width:260px; overflow-x:none; overflow-y:auto; font-size:16px; background:#000; color:#fff; margin:0 !important; -moz-box-shadow:2px 0px 3px rgba(0,0,0,.4); -webkit-box-shadow:2px 0px 3px rgba(0,0,0,.4); box-shadow:2px 0px 3px rgba(0,0,0,.4);}
#mobile-nav ul {clear:both; display:block; padding:0;}
#mobile-nav ul li {display:block; margin:0; line-height:40px; position:relative; border-bottom:1px solid #666;}
#mobile-nav ul li a, #mobile-nav ul li span {padding:0 15px; display:block; font-weight:700; text-decoration:none; color:#fff; text-transform:uppercase;}
#mobile-nav ul li a:hover {background:#fbbc2f; color:#000;}

#mobile-nav ul li.expandable .end {position:absolute; top:0px; right:0px; width:40px; height:40px; text-align:center; line-height:40px; display:block;}
#mobile-nav ul li.expandable .end i {font-size:18px; text-align:center; line-height:40px;}
#mobile-nav ul li.expandable .end.rotate {-ms-transform: rotate(90deg); -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); transform:rotate(90deg);}
#mobile-nav ul ul.collapsed {display:none;}
#mobile-nav ul ul.expanded {display:block;}

#mobile-nav ul li ul {border-bottom:none; margin:0; background:#333;}
#mobile-nav ul li ul li {line-height:40px; font-size:16px;}
#mobile-nav ul li ul li:last-child {border-bottom:none;}
#mobile-nav ul li ul li a, #mobile-nav ul li ul li span {color:#fff; padding-left:30px;}
#mobile-nav ul li ul li a:hover {background:#fbbc2f; color:#000;}



/******** content styles **/
.hero {width:100%; display:block; z-index:1; position:relative; border-bottom:3px #fbbc2f solid;}
.hero img {width:100%; height:auto;}

.inv-boxes {width:100%; display:block; z-index:99; position:relative; margin-top:-6%;}
.inv-boxes a {background:#fbbc2f; text-align:center; display:block; position:relative; border:2px #fbbc2f solid; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.inv-boxes img {width:100%; height:auto;}
.inv-boxes .shaded {background:rgba(251,188,47,0.1); position:absolute; top:0; left:0; width:100%; height:100%; z-index:3;}
.inv-boxes .caption {font-size:24px; color:#000; padding:10px 0; display:block; font-weight:700; text-transform:uppercase; position:relative; z-index:9;}
.inv-boxes a:hover {background:#fbbc2f;}
.inv-boxes a:hover .shaded {background:rgba(0,0,0,0.25);}

article {width:100%; padding:55px 0;}
.main-content {width:100%; padding:30px; background:rgba(255,255,255,0.90); box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.special-box {background:#fbbc2f; display:block; width:100%; border:4px #fbbc2f solid; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.special-box h3 {padding:7px 0;}
.special-box img {width:100%; height:auto; margin-bottom:4px;}
.special-text {background:rgba(255,255,255,0.85); padding:12px; display: block; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.special-box:hover {background:#ddd; border-color:#ddd;}

.staff-img img {width:100%; height:auto; margin-bottom:15px; border:1px #999 solid; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.loc-map iframe {width:100%; height:350px; margin-bottom:20px;}




/******** footer styles **/
.manu-logos {width:100%; display:block; background:#000; padding:35px 0;}
.manu-logos > .wrap {text-align:center;}
.manu-logos > .wrap > a {width:33.33333%;  text-align:center;}
.manu-logos > .wrap > a > img {width:80%; height:auto; max-width:290px; margin:0 auto; display: inline;}
.manu-logos > .wrap > a:hover img {opacity:0.8; filter:alpha(opacity=80);}

footer {width:100%; background:#333 url('../siteart/footer-bg.jpg') repeat; padding:30px 0; color:#fff; font-size:16px;}
.foot-nav {list-style:none;}
.foot-nav li {list-style:none; line-height:22px; text-align: left !important;}
.soc-media {font-size:26px;}
.copyright {font-size:12px; color:#fff; text-align:right !important;}


/******** form styles **/
::placeholder {color:#999; font-weight:700; opacity:1;}
:-ms-input-placeholder {color:#999; font-weight:700;}
::-ms-input-placeholder {color:#999; font-weight:700;}

#formpage label {display:block; margin-bottom:3px;}
#formpage input {width:calc(100% - 12px); padding:6px 5px; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; border:1px solid #ddd; color:#333; font-size:16px; background:#fff; margin-bottom:12px;}
#formpage textarea {width:calc(100% - 12px); height:120px; padding:6px 5px; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; border:1px solid #ddd; color:#333; font-size:16px; background:#fff; margin-bottom:12px;}
#formpage select {width:calc(100% - 2px); -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; border:1px solid #ddd; color:#333; font-size:16px; background:#fff; margin-bottom:12px; vertical-align:middle; line-height:normal; padding:5px;}
#formpage input.checkbox {padding:0; border:0; margin:0 5px 0 0; width:13px; height:13px; display:inline; background-color:#fff;}
#formpage input.radio {padding:0; border:0; margin:0 5px 0 0; width:15px; height:15px; display:inline;}

/* focus states of various types of fields */
#formpage input:focus, #formpage textarea:focus, #formpage select:focus {background:#efefef; color:#000; border:1px solid #fbbc2f; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; outline-style:none;}
#formpage input.radio:focus, #formpage input.checkbox:focus {background:none; border:0; outline-style:none;}

#formpage input.button, #formpage input.button:focus {width:100%;  margin:0; padding:10px 0; background:#000; border:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; font-size:16px; line-height:16px; font-weight:700; color:#fff; cursor:pointer;}
#formpage input.button:hover {background:#fbbc2f; color:#000;}
 
/* quick search in header */
.quick-search {width:100%; position:relative; max-width:360px; float:right;}
.quick-search input.text {width:calc(100% - 37px); padding-right:30px; position:relative; z-index:1;}
.quick-search #formpage input.button, .quick-search #formpage input.button:focus {background:url('../siteart/search-icon.png') no-repeat center; width:30px; position:absolute; top:0; right:0; z-index:9;}

/* mobile search in header */
.mobile-searchbox {width:92%; display:none; background:#000; padding:10px 4%;}
.search-contain {width: 100%; position:relative;}
.mobile-searchbox input.text {width:calc(100% - 37px); padding-right:30px; position:relative; z-index:1; margin-bottom:0!important;}
.mobile-searchbox #formpage input.button, .mobile-searchbox #formpage input.button:focus {background:url('../siteart/search-icon.png') no-repeat center; width:30px; position:absolute; top:0; right:0; z-index:9;}

/*control the Captcha */
.CaptchaPanel {margin:0 0 0 0 !important; padding:0 0 0 0 !important; text-align: center; line-height:normal !important;}
.CaptchaImagePanel {margin:0 0 0 0; padding:0 0 0 0;}
.CaptchaImagePanel img {width:100%; height:auto; max-width:160px; margin:0 auto;}
.CaptchaMessagePanel {padding:0 0 0 0 !important; margin:0 0 0 0 !important; font-weight:normal !important; font-size:12px; line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0; padding:2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel {line-height:0; margin:0 0 5px 0; padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}



/******** responsive styles **/
@media screen and (max-width:1366px) {
    .inv-boxes {margin-top:-10%;}
}
@media screen and (max-width:1200px) {
    .rt-header {width:38%; margin-left:30%;}
}
@media screen and (max-width:1024px) {
    .column1-ht {width:8.33333%;}
    .column2-ht {width:16.66666%;}
    .column3-ht {width:25%;}
    .column4-ht {width:33.33333%;}
    .column5-ht {width:41.66666%;}
    .column6-ht {width:50%;}
    .column7-ht {width:58.33333%;}
    .column8-ht {width:66.66666%;}
    .column9-ht {width:75%;}
    .column10-ht {width:83.33333%;}
    .column11-ht {width:91.66666%;}
    .column12-ht {width:100%;}

    .col-pad-lt-ht {padding:0 0 0 2%;}
    .col-pad-rt-ht {padding:0 2% 0 0;}
    .col-pad-center-ht {padding:0 1%;}
    .col-pad-clear-ht {padding:0;}
    
    body {/*background:#fff;*/ font-size:16px;}
    p {margin-bottom:16px;}
    
    h1 {font-size:30px; margin-bottom:14px;}
    h2 {font-size:26px; margin-bottom:16px;}
    h3 {font-size:22px; margin-bottom:12px;}
    h4 {font-size:20px; margin-bottom:8px;}
    h5 {font-size:18px;}
    h6 {font-size:16px;}
    
    .rt-header {width:43%; margin-left:25%;}
    .head-phone a {font-size:24px;}
    .head-address {font-size:16px;}
    
    .inv-boxes .caption {font-size:20px;}
    .main-content {padding:15px;}
    
    footer {font-size: 14px;}
}
@media screen and (min-width:769px) {
	#mobile-nav {display:none!important;}
}
@media screen and (max-width:768px) {
    .show-tablet {display:block;}
	.hide-tablet {display:none!important;}
	
	.column1-vt {width:8.33333%;}
	.column2-vt {width:16.66666%;}
	.column3-vt {width:25%;}
	.column4-vt {width:33.33333%;}
	.column5-vt {width:41.66666%;}
	.column6-vt {width:50%;}
	.column7-vt {width:58.33333%;}
	.column8-vt {width:66.66666%;}
	.column9-vt {width:75%;}
	.column10-vt {width:83.33333%;}
	.column11-vt {width:91.66666%;}
	.column12-vt {width:100%;}
	
	.col-pad-lt-vt {padding:0 0 0 2%;}
	.col-pad-rt-vt {padding:0 2% 0 0;}
	.col-pad-center-vt {padding:0 1%;}
	.col-pad-clear-vt {padding:0;}
    
    header {border-bottom-width:3px;}
    .head-phone {width:100%; text-align:right;}
    .head-address {display:none;}
    
    #simple-menu {height:36px; width:80px; line-height:36px; margin:0 auto; font-size:18px; color:#fff; font-weight:700; text-transform:uppercase; display:block; cursor:pointer;}
    
    .main-content {margin-bottom:15px;}
    
    .loc-map iframe {height:300px;}
    .finance-contain .column6-vt:nth-of-type(odd) {clear:left;}
    .finance-contain img {margin-bottom: 20px;}
    
    #formpage input, #formpage textarea, #formpage select, #formpage input.button, #formpage input.button:focus {font-size:14px;}
    .quick-search #formpage input.button, .quick-search #formpage input.button:focus {padding:8px 0;}
}
@media screen and (max-width:640px) {
    .column1-hp {width:8.33333%;}
	.column2-hp {width:16.66666%;}
	.column3-hp {width:25%;}
	.column4-hp {width:33.33333%;}
	.column5-hp {width:41.66666%;}
	.column6-hp {width:50%;}
	.column7-hp {width:58.33333%;}
	.column8-hp {width:66.66666%;}
	.column9-hp {width:75%;}
	.column10-hp {width:83.33333%;}
	.column11-hp {width:91.66666%;}
	.column12-hp {width:100%;}
	
	.col-pad-lt-hp {padding:0 0 0 2%;}
	.col-pad-rt-hp {padding:0 2% 0 0;}
	.col-pad-center-hp {padding:0 1%;}
	.col-pad-clear-hp {padding:0;}
    
    header {padding:15px 0;}
    .logo {width: 35%;}
    .rt-header {width: 53%; margin-left: 10%;}
    
    .inv-boxes {margin-top:0; padding-top:30px;}
    .inv-boxes a {margin-bottom:15px;}
    
    article {padding:30px 0;}
    
    .manu-logos {padding:20px 0 5px 0;}
    .manu-logos > .wrap > a {margin-bottom:15px;}
    
    footer {padding:20px 0;}
    .soc-media {font-size:20px;}
    .copyright {text-align:center !important; margin-top:20px;}
}
@media screen and (min-width:481px) {
	.mobile-searchbox {display:none!important;}
}
@media screen and (max-width:480px) {
    .show-480 {display:block;}
	.hide-480 {display:none!important;}
    
    .column1-vp {width:8.33333%;}
	.column2-vp {width:16.66666%;}
	.column3-vp {width:25%;}
	.column4-vp {width:33.33333%;}
	.column5-vp {width:41.66666%;}
	.column6-vp {width:50%;}
	.column7-vp {width:58.33333%;}
	.column8-vp {width:66.66666%;}
	.column9-vp {width:75%;}
	.column10-vp {width:83.33333%;}
	.column11-vp {width:91.66666%;}
	.column12-vp {width:100%;}
	
	.col-pad-lt-vp {padding:0 0 0 2%;}
	.col-pad-rt-vp {padding:0 2% 0 0;}
	.col-pad-center-vp {padding:0 1%;}
	.col-pad-clear-vp {padding:0;}
    
    body {font-size:14px;}
    p {margin-bottom:14px;}
    
    h1 {font-size:28px;}
    h2 {font-size:24px;}
    h3 {font-size:20px;}
    h4 {font-size:18px;}
    h5 {font-size:16px;}
    h6 {font-size:14px;}
    
    .logo {width:55%;}
    .logo img {max-width:181px;}
    
    .rt-header {width:33%; margin:20px 0 0 10%;}
    .head-phone a {font-size:18px;}
    .mobile-search {font-size:18px; font-weight:700; text-transform:uppercase; cursor:pointer;}
    
    .loc-map iframe {height:250px;}
    
    .manu-logos > .wrap > a > img {width:90%;}
    footer {font-size:12px;}
    .copyright {font-size:10px;}
}
@media screen and (max-width:375px) {
    
}
@media screen and (max-width:320px) {
    
}