﻿/***** 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;}


.teko-reg {
	font-family: "teko", sans-serif !important;
	font-weight: 400;
}
.teko-med {
	font-family: "teko", sans-serif !important;
	font-weight: 500;
}
.teko-bold {
	font-family: "teko", sans-serif !important;
	font-weight: 700;
}
.reg-h1 {
	color: #000000;
    font-size: 36px;
    margin-bottom: 10px;
    font-family: 'Teko',sans-serif;
    font-weight: 400;
}
.reg-h2 {
	color: #000000;
    font-size: 24px;
    margin: 25px 0 10px;
    font-family: 'Teko',sans-serif;
    font-weight: 400;
}
.reg-p {
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 10px;
}
.small-p {
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 20px 0
}
a.highlight {
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
}



/*--- HEADER STYLES ---------------------*/

header { }

.header {
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: row;
	font-family: "teko", sans-serif !important;
}
.header-wrapper {
    background: #000000;
    width: 100%;
    border-bottom: 5px solid #fdd800;
}
.header-container {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}


.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}
.header-social {
    position: relative;
    z-index: 5;
}
.social-block {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}
.header-social .social-block {
	display: flex;
    -webkit-box-orient: vertical;
	flex-direction: column;
}
.social-block li {
    display: inline-block;
    vertical-align: middle;
}
.social-block li a {
    display: block;
}
.social-block a .fa-brands, .social-block a .fa-solid {
    transition: all .2s ease-in-out;
    border-radius: 0;
    border: 1px solid #fdd800;
	background-color: transparent;
    color: #fdd800;
} 

.social-block .fa-brands, .social-block .fa-solid {
    font-size: 18px;
	display: flex;
	align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 41px;
    height: 41px;
    text-align: center;
}
.social-block a:hover .fa-solid, .social-block a:hover .fa-facebook-f {
	background-color: #fdd800;
	color: #000000;
}
i.fa-solid.fa-angle-down {
    color: #FDD800;
    font-size: 0.4vw;
    margin-left: 5px;
}
.header-contact .header-locations--collapse>a.collapsed {
    color: #ffffff;
}
.collapse.header-locations__collapse {
    font-family: 'teko';
}


.header-location {
    font-size: 0;
	display: inline-block;
	text-align: center;
	margin: 20px;
}
.header-location-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
	margin-bottom: 3px;
}
.header-location-title .fa-solid {
    color: #fdd800;
    font-size: 13px;
    padding-right: 5px;
    vertical-align: middle;
	padding-bottom: 2px;
}
.header-location-title>span {
    display: inline-block;
}

@media (min-width: 1530px) {
	.header-location .header-phone {
		margin-bottom: 3px;
	}
}
.header-location .header-phone {
/*    margin-bottom: 6px;*/
}
@media (min-width: 1530px) {
	.header-location .header-phone-link {
		font-size: 36px;
		line-height: 36px;
	}
}
.header-location .header-phone-link {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    display: inline-block;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
}
.header-location .header-address-link {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}



/*---SLIDER------------------------------*/

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 48%);
}
.overlay h1 {
    font-family: 'teko';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #ffffff;
    font-size: 67px;
}



/*---BODY--------------------------------*/
body {}

.width85 {
    width: 85%;
    margin: 0 auto;
}
.width80 {
    width: 80%;
    margin: 0 auto;
}
.width75 {
    width: 75%;
    margin: 0 auto;
}
.width65 {
    width: 65%;
    margin: 0 auto;
}
.inventory-section {
    margin: 50px auto;
    width: 75%;
}
.brands-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 50px;
    margin: 30px 0;
}
button.shop-btn {
    background-color: #fdd800;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .12em;
    text-align: center;
    font-family: 'teko';
    display: block;
    font-size: 36px;
    border: none;
    padding: 35px 80px;
	background-image: url("../siteart/noise-pattern-with-subtle-cross-lines.png");
}
.brand-element img {
    width: 200px;
}
.brand-bd img {
    max-width: 100%;
    width: 130px;
}
.row-container {
	background-image: url("../siteart/ciesinc-main-bg.jpg");
	background-position: center;
	background-size: cover;
	background-color: #000;
	height: 200px;
	display: flex;
}
.sub-ctas {
    font-family: 'teko';
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}
.cta-row a {
    display: flex;
}
.cta-row .cta-icon { 
	transition: 0.3s ease-in-out;
}
.cta-row:hover .cta-icon {
  transform: translateX(25%);
}
.cta-row a h3 {
    transition: .3s color linear;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: #000000;
    font-size: 36px;
	margin-bottom: 10px;
}
.cta-row a:hover h3 {
    color: #e4c200;
}
.cta-row a h4 {
    font-size: 24px;
    color: #b3b3b3;
    font-weight: 400;
}
.cta-txt {
    margin-right: 50px;
}


.cta-text-background-white { 
  background-color: rgba(255, 255, 255, 0.04); /* 4% */
}

.cta-text-background-black { 
  background-color: rgba(0, 0, 0, 0);       /* 4% */
}



i.fa-solid.fa-angles-right {
    color: #fdd800;
    font-weight: bold;
    font-size: 60px;
}
.inventory-container {
	background-image: url("../siteart/stone-bg-bw.png");
	min-height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #000;
	box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 25%);
}
.inv-txt-container h3 {
    transition: .3s color linear,.3s background-color linear;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    position: relative;
    margin: 0;
    background: #fdd800;
    line-height: 150px;
    font-size: 36px;
    font-family: 'teko';
	text-align: center;
}
.inventory-ctas a:hover .inv-txt-container h3 {
    color: #ffffff;
    background-color: #545454;
}
.inventory-ctas a:hover .inv-img-container {
	filter: brightness(75%);
}
.inventory-ctas {
    display: flex;
	flex-wrap: nowrap;
    gap: 1px;
    margin: 100px auto;
    position: relative;
	justify-content: center;
}



.inventory-ctas img {max-width: 100%; height: 100%; width: 100%;object-fit: cover;}
.brand-element img {max-width: 100%; height: 100%; width: 100%;object-fit: cover;}



.welcome-container {
    padding: 170px 45px;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 80%);
}
.welcome-container h2 {
    color: #fdd800;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 72px;
    font-family: 'teko';
}
.welcome-txt {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: .04em;
    line-height: 23px;
    margin-bottom: 35px;
    font-family: 'teko';
}
.transparent-btn a {
    transition: .3s color linear,.3s background-color linear;
    text-align: center;
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 50px;
    max-width: 190px;
    background-color: transparent;
    border: 1px solid #fdd800;
    font-family: 'teko';
    text-transform: capitalize;
}
.transparent-btn:hover a {
    background-color: #fdd800;
    color: #000000;
}
.reg-btn a {
    transition: .3s color linear,.3s background-color linear;
    text-align: center;
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 50px;
    max-width: 190px;
    background-color: #fdd800;
    font-family: 'teko';
    text-transform: capitalize;
}
.reg-btn {
    transition: .3s color linear,.3s background-color linear;
    text-align: center;
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 50px;
    max-width: 190px;
    background-color: #fdd800;
    font-family: 'teko';
    text-transform: capitalize;
}
.reg-btn:hover a {
	color: #ffffff;
    background-color: #545454;
}
button.reg-btn {
	transition: .3s color linear,.3s background-color linear;
    text-align: center;
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 50px;
    max-width: 190px;
    background-color: #fdd800;
    font-family: 'teko';
    text-transform: capitalize;
	border: none;
	padding: 0 75px;
}
.reg-h2 span a {
    color: #ff0000;
}



/*--------FORM STYLES--------------------*/

.flex-row {
    display: flex;
    margin: 10px 0;
	gap: 22px;
}
.cies-wrapper input, textarea, select {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    outline: none;
    padding-top: 8px;
/*    padding-right: 20px;*/
    padding-bottom: 8px;
    padding-left: 10px;
    resize: none;
    border-radius: 0;
    border-color: #d9d9d9;
    color: #000000;
    background-color: #ffffff;
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
}
.formfield {
    width: 100%;
}
input:hover, textarea:hover, select:hover, input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
    color: #000000;
    background-color: #ebebeb;
}
div#captcha {
    text-align: -webkit-center;
}
input#CaptchaAnswer {
    width: 30%;
}
a#continue {
    margin-top: 15px;
}
a#continue:hover {
    color: #ffffff;
    background-color: #545454;
}
button.reg-btn.submit-btn:hover {
    color: #ffffff;
    background-color: #545454;
}
.formfield.field-aria {
    display: flex;
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	margin: 10px 0;
}
.aria-labels {
    display: flex;
}
.aria-labels.employment-aria ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.aria-labels.employment-aria ul li {
    display: inline-flex;
    align-content: center;
    align-items: center;
	margin: 5px 0;
}
 .aria-labels.employment-aria input[type="checkbox"] {
    flex: 1;
}





.thankyou-container {
    padding: 50px 0;
}
.thankyou-wrapper {
    text-align: center;
}
.thankyou-wrapper .reg-h1 span {
    font-size: 58px;
}

/*--------ABOUT US PAGE STYLES--------------------*/

.about-container {
    padding: 50px 0;
}
.about-cover img {
    max-width: 100%;
    margin-bottom: 15px;
    border-bottom: 5px solid #e4c200;
	height: 500px;
    width: 100%;
    object-fit: cover;
}
.reg-btn {
    text-align: -webkit-center;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer-container {
    background-color: #fdd800;
	font-family: 'teko';
}
.footer-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-around;
	padding: 50px 0;
	line-height: 25px;
}
.footer-column {
    margin: 0 20px;
}
.footer-brand-txt h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-size: 24px;
    font-family: 'teko';
	margin-bottom: 30px;
}
.foot-col-header {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    font-family: 'teko';
	margin-bottom: 30px;
}
.foot-col-list.foot-address a {
    font-size: 18px;
    color: #000000;
    display: inline-block;
}
.foot-phone {
    margin: 30px 0;
}
.foot-phone a {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}
.foot-hours {
    display: flex;
    gap: 25px;
    font-size: 18px;
}

.foot-explore a {
    font-size: 18px;
    color: #000000;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media (min-width: 1530px) {
	.header-container {
		width: 95%;
	}
}
/*
@media (min-width: 1200px) {
	.header-container {
		width: 1170px;
	}	
}
@media (min-width: 992px) {
	.header-container {
		width: 970px;
	}
}
@media (min-width: 768px) {
	.header-container {
		width: 750px;
	}
}
*/





@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1400px){
	.header-location .header-phone-link {
		font-size: 18px;
	}
	.head-logo a img {
    	height: 150px;
	}
	i.fa-solid.fa-angle-down {
		font-size: 0.7vw;
	}
}
 	
@media only screen and (max-width: 1300px) {
	.inv-txt-container h3 {
		font-size: 25px;
		line-height: 90px;
	}
	h3 {
		font-size: 25px !important;
	}
	button.shop-btn {
		font-size: 25px;
	}
	button.shop-btn {
		padding: 22px 40px;
	}
}
@media only screen and (max-width: 1140px) {
	.footer-wrapper {
	    justify-content: space-between;
	}
}
@media only screen and (max-width: 1130px) {
	.sub-ctas {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: center;
	    padding: 50px;
		gap: 50px;
	}
	.cta-row a {
		gap: 25px;
	}
	.cta-txt {
		margin-right: 0;
	}
	.row-container {
		height: inherit;
	}
}
@media only screen and (max-width: 1100px) {
	.header-contact {
    	display: none;
	}
}
@media only screen and (max-width: 1030px) {
	.footer-wrapper {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		align-items: flex-start;
		align-content: center;
	}
	.footer-column {
    	margin-bottom: 45px;
	}
	.foot-col-header {
		margin-bottom: 15px;
	}
	.foot-phone {
    	margin: 15px 0;
	}
	.footer-brand-txt h4 {
		margin: 0;
	}
	.foot-explore, .header-explore {
    	display: none;
	}
}
@media only screen and (max-width: 975px) {
	button.shop-btn {
		display: none;
	}
	.brands-wrapper {
		gap: 25px;
	}
	.overlay h1 {
		font-size: 45px;
	}
}
@media only screen and (max-width: 815px) {
	
}
@media only screen and (max-width: 850px) {
	.inv-img-container {
    	display: none;
	}
	.inventory-ctas {
		flex-direction: column;
	}
	.inv-txt-container h3 {
	    line-height: 100px;
	    padding: 0 40px;
	}
}
@media only screen and (max-width: 640px) {
	.overlay h1 {
	    font-size: 24px;
	}
	.flex-row {
		flex-direction: column;
		gap: 10px;
	}
}

@media only screen and (max-width: 580px) {
	.brands-wrapper {
		flex-wrap: wrap;
		gap: 0;
		margin: 30px 70px;
	}
	.welcome-container {
		padding: 150px 0;
	}
}
@media only screen and (max-width: 550px) {
	.width65 {
		width: 85%;
	}
}
@media only screen and (max-width: 0px) {
	
}






