/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {list-style: none;}
img{max-width: 100%; height: auto;}

@font-face {
    font-family: 'icon-worksregular';
    src:url(../fonts/icon-works-webfont.eot);
    src: url(../fonts/icon-works-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/icon-works-webfont.woff) format('woff'),
         url(../fonts/icon-works-webfont.ttf) format('truetype'),
         url(../fonts/icon-works-webfont.svg#icon-worksregular) format('svg');
    font-weight: normal;
    font-style: normal;

}
/*-- colors - fonts
yellow: fcba16
light gray: e6e6e6
dark gray: 303030


font-family: 'Barlow Condensed', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
/***** END RESET *****/

body{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	line-height: 26px;
	overflow-x: hidden;
	width: 100%;
}

::-moz-selection {
    background: #ededed;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ededed;
    color: #fff;
    text-shadow: none;
}

a{
	color: inherit;
	transition: all .6s ease-in-out; 
	-moz-transition: all .6s ease-in-out; 
	-webkit-transition: all .6s ease-in-out;
	text-decoration: none;
}
a:hover, :hover{	transition: all .6s ease-in-out; 
	-moz-transition: all .6s ease-in-out; 
	-webkit-transition: all .6s ease-in-out;}

.clear{clear:both;}	


.shadow{box-shadow: 0px 6px 14px -7px rgba(0,0,0,.28);}

h1{font-size: 36px; color: inherit; font-weight: 700; line-height:42px; font-family: 'Barlow Condensed', sans-serif; font-style: italic; text-transform: uppercase;}
h2{font-size: 28px; color: inherit; font-weight: 700; line-height: 30px; font-family: 'Barlow Condensed', sans-serif; font-style: italic; text-transform: uppercase;}
h3{font-size: 22px; color: inherit; font-weight: 700; line-height: 30px; font-family: 'Barlow Condensed', sans-serif; font-style: italic; text-transform: uppercase;}
h4{font-size: 18px; color: inherit; font-weight: 700; line-height: 27px; font-family: 'Barlow Condensed', sans-serif; font-style: italic; text-transform: uppercase; letter-spacing: .5px;}

.gray-text{color: #ccc;}

/*---BASIC STYLES -----------------------------------*/
#pad{padding: 25px 0;}
#l-pad{padding: 50px 0;}
#xl-pad{padding: 80px 0;}

.dark-gray{background: #303030; color: #fff;}
.lightgray-bg{background: #ededed;}
.black-bg{background: #000; color: #fff;}

.yellow{color: #fcba16;}

.white-stripes{background: url(../siteart/white-stripes.jpg) no-repeat;}
.white-stripes-small{background: url(../siteart/white-stripes-small.jpg) no-repeat;}


.wrapper90{width: 90%; margin: 0 auto;}
.wrapper-inner{width: 75%; margin: 0 auto;}
.wrapper-center{width: 75%; margin: 0 auto; text-align: center;}

#gray-btn{ background: #404040; color: #fff; letter-spacing: .25px; font-size: 16px; padding:10px 30px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-style: italic}
#gray-btn:hover{background: #000;}

#yellow-btn{ background: #fcba16; color: #fff; letter-spacing: .25px; font-size: 16px; padding:10px 30px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; margin: 5px; font-style: italic}
#yellow-btn:hover{background: #d3880c;}
#yellow-btn .fa{float: right; margin-top: 3px; font-size: 20px;}

#white-btn{background: #fff; color: #303030; letter-spacing: .25px; font-size: 16px; padding:10px 30px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; margin: 5px; font-style: italic; display: block}
#white-btn:hover{background: #303030; color: #fcba16}
#white-btn .fa{display: inline-block; margin-top: 5px; font-size: 20px; text-align: right; float: right}



/*-- page images --*/
.pageimage{
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	background-color: #282828;
	color: #fff;
	padding: 5% 0;
}
.pageimage .wrapper-inner h1{font-size: 50px;}

.yellow-border{background: url(../siteart/yellow-border.png) no-repeat; height: 40px; width: 90%; float: right; right: 0; position: relative; margin-top: -20px;}

.inv{background: url(../siteart/pageimages/inventory.jpg) no-repeat center top fixed;}
.about{background: url(../siteart/pageimages/about.jpg) no-repeat center top fixed;}

/*---HEADER-----------------------------------*/

.header{width:100%; background: #000; position: relative; z-index: 999;}
.header .wrapper-inner{padding: 5px 0; width: 90%; display: flex; align-items: center}

.header-left{justify-content: flex-start; text-align: left; position: relative; z-index: 99; width: 25%;} 
#logo img{width: 200px; margin-bottom: -50px;}


.header-right{justify-content: flex-start; width: 75%; text-align: right}

.mobile-nav{display: inline-block; margin-right: 20px;}

#top-search{padding: 0 0 0 40px; display: inline-block; border-left: 1px solid #4E4E4E; vertical-align: middle}
#top-search ul{display: inline-block;}
#top-search ul li a{color: #fff; font-size: 22px;}
#top-search ul li a:hover{color: #fcba16;
	transition: all .1s ease-in-out; 
	-moz-transition: all .1s ease-in-out; 
	-webkit-transition: all .1s ease-in-out;}

#top-search span{color: #fcba16; font-family: 'Barlow Condensed', sans-serif; font-style: italic; font-size: 17px;}


#searchbar {
	position: absolute;
    display: none;
    float: left;
    width: 100%;
    height: 62px;
    z-index: 9999;
	box-sizing: border-box;
	height: 100px;
	border-bottom: 1px #e5e5e5 solid;
	background: #fcba16;
}
#searchbar #searchform #searchsubmit {
    background: url(../siteart/search.png) no-repeat right;
	float: left !important;
    width: 40% !important;
    height: 26px !important;
	padding: 50px 0 !important;
    color: #fff !important;
    border: 0 !important;
    outline: none !important;
    cursor: pointer !important;
}
#searchbar #searchform  .keywords {
	float: left !important;
	width: 60% !important;
    border: 0 !important;
    outline: none !important;
	padding: 34px 25px !important;
	box-sizing: border-box !important;
    font-size: 20px !important;
    line-height: 28px !important;
	color: #fff !important;
	background: #fcba16 !important;
	font-family: 'Montserrat', sans-serif!important;
	height: auto !important
}
#searchbar ::-webkit-input-placeholder{color: #fff;}
#searchbar :-moz-placeholder{color: #fff;}
#searchbar ::-moz-placeholder{color: #fff;}
#searchbar :-ms-input-placeholder{color: #fff;}



#mobile-top-search{width: 100%; display: none; background: #ededed; padding:10px 0; text-align: center}
#mobile-top-search ul{display: inline-block;}
#mobile-top-search  a{
    font-size: 25px;
	padding:0 15px;
	line-height: 45px;
    color: #000;
	display: inline-block
}
#mobile-top-search ul li a .fa-search{color: #d73c09 !important;}
#mobile-top-search ul li a .fa-search:hover{color: #000;}

#mobile-top-search a:hover{color: #BFBFBF; transition: all .1s ease-in-out; 
	-moz-transition: all .1s ease-in-out; 
	-webkit-transition: all .1s ease-in-out;}



/*---HOME PAGE ----------------------------------*/
/*--slider--*/
.cycle-slideshow {width: 100%; line-height: 0; z-index: 10; position: relative;}
.cycle-slideshow img{width: 100%; z-index: 5 !important; position: relative;}

.slide-main {width: 100%; z-index: 5 !important;}
.slide-main img {width: 100%; }

.slide-main .slide-link{position: absolute; width: 100%; max-width: 600px; color: #fff; z-index: 99999; line-height: normal; top: 8vw; right: 12.5%; float: right; text-align: right}
.slide-main .slide-link .link-text h1{text-transform: uppercase; font-size: 65px; line-height: 50px; color: #fff; padding: 10px 0; letter-spacing: 1px;}
.slide-main .slide-link .link-text p{font-weight: 400; color: #fff; font-size: 18px;}
.slide-main .slide-link  #white-btn{display: block; width: 300px; margin: 20px 0 0 0 ; right: 0; float: right; text-align: left}
.slide-main .slide-link  #white-btn span{float: right; font-size: 18px;}


.slide-accent{position: absolute; bottom: 0}



/*-- detailed search--*/
.search-wrap{margin-top: -100px; position: relative; z-index: 111}

.detailed-search-wrap {width:90%; margin: auto;}
.detailed-search-wrap .column4 {
	width: 24%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 5px 5px 5px 0;
	color: #000 !important;
}

.detailed-search-wrap .column3 {
	width: 32%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 5px 5px 5px 0;
	color: #000 !important;
}

.detailed-row .column3.second{vertical-align: middle; margin-top: 20px;}
.detailed-search input[type='submit'] {
	font-size:15px;
	color:#fff;
	font-weight:700;
	background: #fcba16;
    width: 100%;
	padding: 9px 0;
	margin-top: 20px;
	letter-spacing: .50px;
	font-family: 'Barlow Condensed', sans-serif; 
	font-style: italic;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	outline: none;
	border: none;
	-webkit-appearance: none;
}
.detailed-search input[type='submit']:hover{
	color:#fcba16;
	background:#fff;
}
.detailed-search input[type='text'], .detailed-search select{
	font-weight: 400; 
	font-family: 'Montserrat', sans-serif; 
	border: 1px solid #878787;
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 14px;
	height: 40px;
	background-color: #f9f9f9;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* NOUI SLIDER */
.detailed-search .hp-slider .example-val {padding: 5px 0;}
.detailed-search .noUi-target{position: relative; direction: ltr}
.detailed-search .noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.detailed-search .noUi-handle{position: relative; z-index: 1}
.detailed-search .noUi-marker, .detailed-search .noUi-pips, .detailed-search .noUi-tooltip, .detailed-search .noUi-value{position: absolute}
.detailed-search .noUi-horizontal{height: 12px; z-index: 0}
.detailed-search .noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.detailed-search .noUi-background{background: #ccc;}
.detailed-search .noUi-connect{background: #fff !important; border: 1px #fff solid;}
.detailed-search .noUi-target{width: calc(95% - 15px); margin: 15px auto 0 auto;}
.detailed-search .noUi-handle{background: #fcba16 !important; border: 1px solid #ccc; border-radius: 3px;}
.detailed-search .noUi-handle:after, .detailed-search .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.detailed-search .noUi-handle:after{left: 12px}
.detailed-search .noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.detailed-search .noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.detailed-search .example-val{font-size: 12px; font-weight: 600; color: #fff;} .example-val span{font-weight: 400;}
.detailed-search #slider-price-value-lower:before, .detailed-search #slider-price-value-upper:before{content: '$'; padding-right: 2px}


/*-- parts feature --*/

.parts-feature{display: flex; align-content: center; background: url(../siteart/parts-feature.jpg) no-repeat; background-size: cover; margin: 50px auto}
.parts-feature .left{justify-content: flex-start; width: 60%; color: #fff; font-size: 20px; letter-spacing: .25px;}
.parts-feature .right{justify-content: flex-start; width: 40%; }
.parts-feature .right #white-btn{width: 200px; float: right}

/*--grid--*/
.cat-title{padding: 15px 0}
.cat-title .left{display: inline-block; width: 45%;}
.cat-title .right{display: inline-block; width: 50%; text-align: right; float: right; font-family: 'Barlow Condensed', sans-serif;}
.cat-title .right #inv-btn{display:inline-block; width: 25%; background: #e6e6e6; color: #b1b1b1; text-align: left; padding:8px 0 8px 10px; margin-right: 5px;}
.cat-title .right #inv-btn-yellow{display:inline-block; width: 25%; background: #fcba16; color: #fff; text-align: left; padding:8px 0 8px 10px;}
.cat-title .right #inv-btn:hover, .cat-title .right #inv-btn-yellow:hover{background: #303030}


.cat-wrapper{margin: 0 auto; text-align: center; display: flex; padding: 10px 0}

.cat {width: 20%; justify-content: flex-start; margin: 5px; background: #fff; border: 1px solid #eee; text-align: center; }
.cat img { display: block; width: 100%;}
.cat .yellow-hr{margin: 0 auto 5px auto; text-align: center; width:50px;}
.cat h3{padding: 20px 0}
.cat:hover{opacity: .8}


/*--- loc feature --*/

.loc-feature{background: url(../siteart/location-feature.jpg) no-repeat fixed bottom; background-size: cover; padding: 120px 0; width: 100%;}

.loc-feature .overlay{background: #fcba16; 
	width: 850px; 
	height: 300px;
 	transform-origin: bottom right;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
	left: 0 !important;
	border-right: 30px solid rgba(252,186,22,0.7);
	-moz-background-clip: border;     /* Firefox 3.6 */
	-webkit-background-clip: border;  /* Safari 4? Chrome 6? */
	background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	-moz-background-clip: content;     /* Firefox 3.6 */
	-webkit-background-clip: content;  /* Safari 4? Chrome 6? */
	background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10,*/
}
.loc-feature .wrapper-inner{position: absolute;z-index: 99;left: 4%;margin-top: 4%;width: 50%;}
.loc-feature p{color: #fff; width: 60%; margin-top: 8px;}
.loc-feature  #white-btn{display: block;width: 300px;margin-left: 29%; margin-top: -70px; z-index: 9999999; position: relative}


.loc-feature-mobile{display: none;  background: url(../siteart/location-feature.jpg) no-repeat; background-size: cover; width: 100%;}

/*--- CONTACT ------------------------------*/
.map{width: 100%; margin-top: -45px; position: relative;}
.map iframe{width: 100%; height: 400px !important; display: block;}


/*-- LOCATIONS ---------------------*/
.locations section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.locations label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 35px;
  font-weight: 600;
  text-align: center;
  color: #303030;
  border: 1px solid transparent;
	font-size: 18px
}

.locations label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

/*label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }*/

.locations label:hover {
  color: #888;
  cursor: pointer;
}

.locations input:checked +  label {
  color: #818181;
  border: 1px solid #ddd;
  border-top: 2px solid #fcba16;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,#tab2:checked ~ #content2{ display: block;}

.loc-row{display: flex;}
.loc{flex: 1; border: 1px solid #eee; margin: 5px; padding: 10px 0 20px 20px;}
.loc h3{margin-bottom: 5px;} .loc p{margin-bottom: 5px;}
.loc #gray-btn{margin-top: 5px; display: inline-block;}


@media screen and (max-width: 650px) {

 .locations label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .locations label {
    padding: 15px;
  }
}



/*-- FOOTER ------------------------------------*/
.footer{display: flex; margin: 0 auto; align-items: center; width: 80%;}

.footer .left{justify-content: flex-start; width: 75%; text-align: left;}
.footer .left .col-1{display: inline-block; width: 22%; vertical-align: middle;}
.footer .left .col-1 ul{display: inline-block; vertical-align: top}

.footer .left .col-1 ul li a{font-size: 14px; margin-right: 30px;}
.footer .left .col-2{display: inline-block; width: 45%; border-left: 1px solid #3d3d3d; padding: 15px 0 15px 30px; font-size: 13px; vertical-align: middle}
.footer .right{justify-content: flex-start; width: 25%; text-align: right;}
.footer .right a{color: #fff !important}

.footer .fa, .footer .fab {font-size: 18px; color: #000; background: #fcba16; padding: 5px 2px; width: 25px; border-radius: 6px; text-align: center;  margin: 0 5px;}
.footer .fa:hover,.footer .fab:hover{background: #fff}


/*---FORMS -----------------------------------*/
.form-row{display: flex;}
.formfield{flex: 1; font-family: 'Montserrat', sans-serif; position: relative; padding: 5px 0; margin: 5px; font-size:13px;}


.formfield input, .formfield select  {
	width: 100%;
	padding: 10px 0;
	border:1px solid #134773;
	background:#fff;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
}

input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }
.formfield textarea {
	width: 100%;
	padding: 10px 0;
	border:1px solid #134773;
	font-weight: 700;
	color:#000;
	background:#fff;
	font-family: 'Montserrat', sans-serif;
    height:85px;	
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
} 

form input.button,
form input.button:focus {
	float: none;
    width:160px;
	font-family: 'Montserrat', sans-serif;
    margin:0 auto;
    background: #404040; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	font-size:15px;
	padding: 10px 20px;
	font-weight: 700;
	letter-spacing:2px;
	text-align: center;
	display: block;
	border: none;
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
}
form input.button:hover {
    padding:10px 0px;
    background: #000; /* For browsers that do not support gradients */
	margin: 0 auto;
	text-align: center;
	display: block;
	transition: all .8s ease; 
}

/*control the Captcha */

.CaptchaPanel {margin: 0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000 !important;width: 100%;  text-align:left;}
.CaptchaPanel input{width: 100% !important; max-width: 300px;}
.CaptchaImagePanel {
	
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
	color: #000 !important
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 auto;
	padding:10px 0 10px 0 !important;
	width: 100%;
	float: right;
	display: block;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 





/*---RESPONSIVE STYLES ------------------------------*/
@media screen and (max-width: 1500px){
	#top-search{padding: 0 0 0 20px;}
	#top-search ul li a{font-size: 18px;}

	.slide-main .slide-link{max-width: 750px;  top: 3.5vw;}

	
}

@media screen and (max-width: 1200px){
	
.wrapper-inner, .wrapper-center{width: 90%;}

	
.slide-main .slide-link{right: 5%;}
.slide-main .slide-link .link-text h1{font-size: 50px; line-height: 50px;}
.slide-main .slide-link .link-text p{font-size: 15px;}
	
	
	
.search-wrap { margin-top: -40px;}	
	
/*--grid--*/
.cat-title .left{display: inline-block; width: 35%;}
.cat-title .right{display: inline-block; width: 65%; text-align: right; float: right; font-family: 'Barlow Condensed', sans-serif;}
.cat-title .right #inv-btn{display:inline-block; width: 25%; background: #e6e6e6; color: #b1b1b1; text-align: left; padding:8px 0 8px 10px; margin-right: 5px; font-size: 14px;}
.cat-title .right #inv-btn-yellow{display:inline-block; width: 25%; background: #fcba16; color: #fff; text-align: left; padding:8px 0 8px 10px; font-size: 14px;}	
	

.cat h3{font-size: 18px; padding: 10px 0}		
	
}



@media screen and (max-width: 900px) {	
#pad{padding: 20px 0;}
#l-pad{padding: 35px 0;}
#xl-pad{padding: 50px 0;}

.slide-main .slide-link, .slide-accent{display: none;}	
	
.detailed-search-wrap .column3 {width: 100%; display: block; margin: 5px auto;}
	
/*-- parts feature --*/
.parts-feature{display: block;}
.parts-feature .left{justify-content: flex-end; width: 100%;}
.parts-feature .right{justify-content: flex-end; width: 100%; }
.parts-feature .right #white-btn{width: 200px; float: none; margin-top: 15px; padding: 10px 5px 10px 0; text-align: center;}

	
/*-- loc-feature--*/
.loc-feature{display: none;}
.loc-feature-mobile{display: block; color: #fff;}

.loc-feature-mobile .overlay{background-color: rgba(252,186,22,0.6);}

	
/*--grid--*/
	
	.cat-wrapper{display: block;}
	.cat{justify-content: flex-end; display: inline-block; width: 45%;}
	
	
/*-- FOOTER ------------------------------------*/
.footer{display: block; width: 90%;}

.footer .left{justify-content: flex-end; width: 100%; text-align: center;}
.footer .left .col-1{display: block; width: 100%; }
	.footer .left .col-1 ul{display: block;} .footer .left .col-1 ul li a{margin-right: 0}
.footer .left .col-2{display: block; width: 100%; border-left: none; padding: 15px 0;}
.footer .right{justify-content: flex-end; width: 100%; text-align: center;}

	

}

@media screen and (max-width: 649px) {

.hide-mobile{display: none}	
#top-search {padding: 0 0 0 30px; margin-top: -10px}
	
	
#searchsubmit{width: 25%;}
.keywords{width: 75%;}
#searchbar #searchform #searchsubmit{width: 20% !important;}
#searchbar #searchform .keywords{font-size: 18px !important;}
	
.form-row{display: block;}
.formfield{flex: 0; width: 100%; margin: 5px auto;}

.pageimage{padding-top: 10%}
.pageimage .wrapper-inner h1{font-size: 40px;}


/*--grid--*/
.cat-title .left{display: block; width: 100%; margin-bottom: 20px;}
.cat-title .right{display: block; width: 100%; text-align: left; float: none; font-family: 'Barlow Condensed', sans-serif;}
.cat-title .right #inv-btn{width: 98%; margin: 5px auto; font-size: 16px;}
.cat-title .right #inv-btn-yellow{width: 98%; margin: 0 auto; font-size: 16px;}

	
	
	
.cat{display: block; width:100%; margin: 10px auto;}
	.cat h3{font-size: 20px; padding-top:0}

/*--- CONTACT ------------------------------*/
.loc-row{display: block;}
.loc{flex: 1; border: 1px solid #eee; margin: 10px auto; padding: 10px 0 20px 20px; width: 90%;}
.loc h3{margin-bottom: 5px;} .loc p{margin-bottom: 5px;}
.loc #gray-btn{margin-top: 5px; display: inline-block;}

	

}

@media screen and (max-width: 480px) {
.header-left{width: 40%;}

	
.pageimage{padding-top: 15%}
	
#searchsubmit{width: 15%;}
.keywords{width: 75%;}
	

}