﻿/***** 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;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}



.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.black {
	color: #131313;
}
.black-bg {
	background-color: #131313;
}
.light-black {
	color: #242424;
}
.light-black-bg {
	background-color: #242424;
}
.gray {
	color: #363636;
}
.gray-bg {
	background-color: #363636;
}
.grey {
	color: #EBEBEB;
}
.grey-bg {
	background-color: #EBEBEB;
}
.white {
	color: #fff;
}
.white-bg {
    background-color: #fff;
}
.orange {
	color: #FF6633;
}
.orange-bg {
	background-color: #FF6633;
}



.wid98 {
	width: 98%;
	margin: 0 auto;
}
.wid95 {
	width: 95%;
	margin: 0 auto;
}
.wid90 {
	width: 90%;
	margin: 0 auto;
}
.wid85 {
	width: 85%;
	margin: 0 auto;
}
.wid80 {
	width: 80%;
	margin: 0 auto;
}
.wid75 {
	width: 75%;
	margin: 0 auto;
}


.breadcrumbs {
    display: flex;
    font-size: 15px !important;
    color: #403f3b !important;
    padding: 3% 0 2%;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.05em;
    gap: 10px;
	font-family: "neue-haas-grotesk-display", sans-serif;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    border: solid 1px #cbcbcb;
    color: #403f3b;
    font-size: 15px !important;
	font-family: "neue-haas-grotesk-display", sans-serif;
}


.neue-55-roman {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.neue-65-med {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.neue-75-bold {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 700;
	font-style: normal;
}



.orange-btn {
	align-items: center;
	background-clip: padding-box;
	background-color: #FF6633;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
	justify-content: center;
	margin: 0;
	min-height: 3rem;
	padding: calc(.875rem - 1px) calc(1.5rem - 1px);
	position: relative;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	width: auto;
	transition: all .2s ease-in-out;
}
.orange-btn:hover {
    background-color: #db5427;
	transition: all .2s ease-in-out;
}



/*--- HEADER STYLES ---------------------*/
header {}

.header {
    display: flex
;
    align-items: center;
    background-color: #242424;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.desktop-wrap {
    display: flex;
    align-items: center;
}
.head-icons {
    display: flex!important;
    align-items: center!important;
    gap: 15px!important;
    margin-right: 50px!important;
}
.head-icons a i {
    border: 1px solid #707070!important;
    padding: 12px!important;
	width: auto;
    text-align-last: center!important;
}
.head-logo {
    z-index: 500;
}
.head-logo img {
    display: flex!important;
    width: 100%!important;
	max-width: 100% !important;
    padding: 10px 20px!important;
    background-color: #000!important;
    border-right: 1px solid #fff!important;
    image-rendering: -moz-crisp-edges!important;
    image-rendering: -o-crisp-edges!important;
    image-rendering: -webkit-optimize-contrast!important;
    -ms-interpolation-mode: nearest-neighbor!important;
}

/*---BODY--------------------------------*/

.hero-txt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.hero-wrap {
	background-image: url("../siteart/hero1.png");
    height: 600px;
    background-size: cover;
	background-repeat: no-repeat;
    background-position: 75% 25%;
    background-color: #000;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.contact-hero-wrap {
	background-image: url("../siteart/aiers-contact.jpg");
    height: 400px;
    background-size: cover;
	background-repeat: no-repeat;
/*    background-position: 75% 25%;*/
    background-color: #000;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.hero-txt h1 {
    font-size: 65px;
	line-height: 65px;
	margin-bottom: 15px;
}
.hero-txt h2 {
    font-size: 30px;
}
.hero-btn {
    margin-top: 50px;
}
.hero-btn a.orange-btn {
    margin-right: 20px;
}
.hero-terr {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px 50px;
    background-color: #ffffff42;
    padding: 8px 12px;
    border-radius: 5px;
}

/* HOME SEARCH */
.flex-container {display: flex;}
.search-bar {padding: 30px 0;justify-content: space-between;gap:30px;align-items: center;}
.search-col {width: 100%;flex: 1;}
.search-col label {display: block;font-family: "neue-haas-grotesk-display", sans-serif;font-weight: 600;letter-spacing: 1px;margin-bottom: 15px;}
.search-col select, .search-col input {width: 100%;box-sizing: border-box;padding: 10px;font-size: 16px;border: none;color: #000 !important;}
.example-val {margin-bottom: 25px;font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600;letter-spacing: 1px;}
.search-col.last {width:fit-content;flex: .1;}
button.search-btn {background: #FF6633;border: none;color: #fff;padding: 20px;border-radius: 3px;box-sizing: border-box;font-size: 18px;height: 100%;width: 100%;cursor: pointer;transition: all .2s ease-in-out;}
button.search-btn:hover {background-color: #db5427;transition: all .2s ease-in-out;}
/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #fff!important; border: 1px #e8e8e8 solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative;background: #121212 !important;border: 1px solid #121212;border-radius: 3px;z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #555;}
.example-val{font-weight: 700;}
.example-val span{font-weight: 500;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}


/*HOME CATEGORIES*/
.home-categories {
    margin: 100px auto 100px;
}
.home-categories h3 {
    font-size: 50px;
	text-align: center;
    margin-bottom: 50px;
}
.home-categories h4 {
    font-size: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-content: center;
	line-height: 40px;
}
.cats-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.home-cat {
    position: relative;
	display: block;
	transition: all .2s ease-in-out;
}
.home-cat img {
	position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.cat-btns a {
    width: 100%;
}

.cat-btns {
    width: 100%;
    display: flex;
    gap: 1px;
    border-top: 1px solid #fff;
}
.equip-wrap {
    margin-top: 50px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.equip-wrap .home-cat h4 {
	transition: all .2s ease-in-out;
}
.equip-wrap .home-cat:hover h4 {
	color: #FF6633;
	transition: all .2s ease-in-out;
}
.equip-wrap .home-cat img {
    height: 110px;
}

.home-about.black-bg {
    padding: 50px 0 100px;
}
.home-about .white-bg {
    padding: 100px;
}
.about-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 20px;
	gap: 40px;
}
.about-top h3 {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 50px;
}
.links-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.links-box a {
    border: 1px solid #fff;
    padding: 30px 4.7vw;
}
.links-box a i {
    font-size: 40px;
}
.about-bottom {
    display: flex;
    gap: 6vw;
    line-height: 25px;
}
.abt-btns {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
	font-size: 40px;
}
.about {
    padding: 50px;
    flex: 1;
    justify-items: center;
    text-align: center;
    margin-top: -50px;
}
a.abt {
    width: 100%;
}
.about.orange-bg {
	transition: all .2s ease-in-out;
}
.about.gray-bg {
	transition: all .2s ease-in-out;
}
.about.orange-bg:hover {
    background-color: #db5427;
	transition: all .2s ease-in-out;
}
.about.gray-bg:hover {
    background-color: #242424;
	transition: all .2s ease-in-out;
}


section.page-txt {
    padding: 100px 0;
}
.flex-about {
    gap: 10%;
}
.flex-container {
    display: flex;
}
.flex-third {
    flex: 2;
}
.flex-one {
    flex: 1;
}
span.flex-container.flex-title {
    align-items: center;
    margin-bottom: 20px;
    gap: 60px;
    justify-content: space-between;
}
.page-txt h2 {
    font-size: 38px;
}
.page-txt span.section-title {
    font-size: 24px;
}
span.section-title {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "neue-haas-grotesk-display", sans-serif !important;
}
span.section-title span {
    color: #FF6633;
}
.contact-box {
    padding: 30px;
    border-top: 5px solid #FF6633;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.contact-info {
    margin-top: 25px;
}
.contact-icons a i {
    border: 1px solid #707070 !important;
    padding: 12px !important;
    width: 15px !important;
    text-align-last: center !important;
}
.contact-icons div a {
    display: flex!important;
    align-items: center!important;
    gap: 20px!important;
	padding: 5px!important;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 500;
	color: #000!important;
}
.contact-info p {
    font-weight: 600;
}

/*--------FORM STYLES--------------------*/


.flex-row {
    display: flex;
}
.flex-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 5px 5px 5px;
    text-align: left;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 500;
}
#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}
#formpage p{
	text-align:left;
}
#formpage h4{margin-top:30px;}
.form-half{
	width:48%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.add-part{
	padding:30px;
	border:1px solid #f1f1f1;
	margin:20px 0 0 0
}
.add-part h4{margin:0 0 10px 10px !important;}
.formfield {
	width: 100%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 175px;
	text-align:left;
}

#formpage input,select {
	padding: 10px;
    border: 1px solid #e7e7e7;
   font-family: "neue-haas-grotesk-display", sans-serif !important;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
    border-radius: 2px;
    background: #fafafa;
	
	box-sizing: border-box;
}

#formpage input:focus {
	border: 1px solid #eaeaea;
	border-radius:2px
}

#formpage option{color:#333;background:#fff;}

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
}
#formpage ::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
}
#formpage :-ms-input-placeholder { /* IE 10+ */
  color: #767676;
}
#formpage :-moz-placeholder { /* Firefox 18- */
  color: #767676;
}
#formpage input.submit-button, #formpage input.submit-button:focus {
	background: #FF6633;
    color: #fff;
    padding: 12px;
    text-decoration: none;
    border-radius: 2px;
    transition: ease-in .3s;
    border: none;
    height: auto;
    font-family: "neue-haas-grotesk-display", sans-serif !important;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
}



#formpage input.submit-button:hover{
	background:#db5427; 
	transition:ease-out .3s;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
		padding: 10px;
    border: 1px solid #e7e7e7;
	font-family: "neue-haas-grotesk-display", sans-serif !important;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
    border-radius: 2px;
    background: #fafafa;
	height: 85px;
	box-sizing: border-box;
	
}

#formpage textarea:focus{
	border: 1px solid #eaeaea;
	border-radius:2px
} 

.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}


.CaptchaWhatsThisPanel a{color:#333;font-family: "neue-haas-grotesk-display", sans-serif !important;}

.CaptchaMessagePanel {font-family: "neue-haas-grotesk-display", sans-serif !important;}

.submit-button{
	padding:10px 0px 10px 0px;
	position:relative;
	text-align:center;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.foot-icons a i {
    border: 1px solid #707070 !important;
    padding: 12px !important;
    width: auto!important;
    text-align-last: center !important;
}
.foot-col p {
	color: #CFCFCF!important;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 500;
}
.foot-icons div a {
    display: flex!important;
    align-items: center!important;
    gap: 20px!important;
	padding: 5px!important;
}
.footer {
    display: flex!important;
    justify-content: space-between!important;
    width: 100%!important;
}
.foot1 {
    background-color: #000!important;
    align-content: center!important;
    padding: 0 5vw!important;
}
.foot2 {
    display: flex!important;
    justify-content: space-between!important;
    width: 100%!important;
    padding: 50px!important;
}
.foot-col {
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-between!important;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1500px) {
	
}
@media only screen and (max-width: 1150px) {
	.head-icons a i {
		width: 11px !important;
		font-size: 12px;
	}
	.orange-btn {
		font-size: 15px;
		min-height: auto;
	}
	.head-icons {
		margin-right: 25px !important;
	}
	.foot-col p {
		font-size: 15px;
	}
	.links-box a i {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1100px) {
	.footer {
		flex-direction: column;
	}
	.foot-logo {
		justify-self: center;
		padding: 20px 0;
	}
	.foot2 {
		width: auto!important;
	}
	.about-top {
		flex-direction: column-reverse;
	}
	.about-bottom {
		gap: 15px;
		flex-direction: column;
	}
	.home-about .white-bg {
		padding: 50px 50px 100px 50px;
	}
	.cats-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 1000px) {
	.hero-wrap {
		height: 450px;
	}
	.hero-txt h1 {
		font-size: 50px;
		line-height: 52px;
		margin-bottom: 15px;
	}
	.hero-txt h2 {
		font-size: 20px;
	}
	.hero-btn {
		margin-top: 35px;
	}
	.home-categories h3, .about-top h3, .about.orange-bg h3, .about.gray-bg h3 {
		font-size: 40px;
	}
	.about-top h3 {
		margin-bottom: 0;
	}
	.home-categories h4 {
		font-size: 30px;
	}
	.flex-about {
        flex-wrap: wrap-reverse;
        gap: 30px !important;
    }
	.flex-third,.flex-one {
		flex-basis: 100%;
	}
	section.page-txt {
		padding: 50px 0 100px;
	}
	.contact-box {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 991px) {
	.head-icons {
		display: none!important;
	}
}
@media only screen and (max-width: 900px) {
	.about {
		padding: 40px 15px;
	}
	form.search-bar.flex-container {
		flex-direction: column;
	}
	.search-col.last {
		width: 100%;
	}
	.flex-row {
        display: flex;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 667px) {
	.cats-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.equip-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.abt-btns {
		flex-direction: column;
		gap: 0;
		margin-top: -50px;
	}
	.about {
		margin-top: 0;
	}
	.foot2 {
		flex-direction: column;
		gap: 35px;
		background-color: #000;
		padding: 25px 25px 100px 25px !important;
	}
	.foot-col p {
        padding: 5px;
    }
	.foot-logo {
        justify-self: center;
        padding: 50px 0 20px;
    }
	.foot-logo img {
		max-width: 100%;
	}
	.foot-icons a i {
		font-size: 12px;
		width: 11px !important;
		border: none!important;
		padding: 0 !important;
	}
	.foot-icons div a {
		gap: 5px !important;
	}
	.home-categories h3, .about-top h3, .about.orange-bg h3, .about.gray-bg h3 {
        font-size: 32px;
        line-height: 32px;
    }
	.cat-btns .orange-btn {
		padding: 12px 5px;
	}
	.home-about .white-bg {
        padding: 20px 20px 100px 20px;
    }
}
@media only screen and (max-width: 570px) {
	.hero-txt h1 {
        font-size: 30px;
        line-height: 32px;
    }
	.hero-txt h2 {
        font-size: 16px;
    }
	.hero-terr {
		display: none;
	}
	.contact-box {
		padding: 0 0 30px 0; 
	}
	.contact-icons div a {
		flex-direction: column;
		padding: 15px!important;
	}
}
@media only screen and (max-width: 367px) {
	.head-logo img {
		padding: 10px 0 !important;
	}
}






