﻿/***** 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;}

/*--- HEADER STYLES ---------------------*/
header {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: center;
	padding: 8px;
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
	
}

.gradient-box {
	background-image: linear-gradient(to bottom, #1F2937, #6B7280);
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px;
}

.gradient-box svg {
	width: 20px;
	height: 20px;
}
.underline {
	text-decoration: underline!important;
}

.logo-cont {
	padding: 4px;
	width: 86px;
}

.logo-cont img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.mobile-search {
	display: none!important;
}

.login-btn {
	display: block;
	background-color: #eb1d27;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	margin: 0px 8px;
	padding: 8px 12px;
	border-radius: 6px;
}

.login-btn:hover {
	background-color: #b7111c;
}

.header-bar {
	height: 16px;
	background-color: #1F2937;
	width: 100%;
}

.header-bar-mobile {
	height: 16px;
	background-color: #1F2937;
	width: 100%;
}
.head-flex-container {
	display: flex;
	align-items: center;
}
/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.center {
	text-align: center;
}
.block-center {
	margin: auto;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}

.btn-primary {
	display: block;
	background-color: #eb1d27;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
	padding: 12px 20px;
	border-radius: 6px;
	max-width: 218px;
}

.btn-primary:hover {
	background-color: #b7111c;
}
.hero-title {
	font-family: 'Inter', sans-serif;
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
}
.hero-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
	margin-bottom: 36px;
}
.page-title {
	font-family: 'Inter', sans-serif;
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	margin-bottom: 30px;
}
.sect-title {
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}
.sect-text {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	max-width: 900px;
	margin: auto;
}
.sect-link {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	max-width: 900px;
	color: #676767;
}
.sect-link:hover {
	color: #000;
}
.hero-sect {
	width: 100%;
	background-image: url("/siteart/construction-attachments.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #323232;
}
.hero-cont {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 200px);
	max-width: 870px;
	margin: 0px 100px;
	padding: 100px;
}
.hero-btn-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.white-sect {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	padding: 80px;
}
.half-sect {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	max-width: 740px;
	padding: 50px;
}
.half-sect-img {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	max-width: 740px;
}
.half-sect-img img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: cover;
}
.inv-btn-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1660px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.inv-btn {
	position: relative;
	box-sizing: border-box;
	width: 16%;
	height: 180px;
	margin: .33%;
	background-color: #201E4F;
	padding-top: 16px;
	border-radius: 10px;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.inv-btn:hover {
	background-color: #eb1d27;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.inv-btn img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 128px;
	object-fit: cover;
	margin-top: 16px;
	border-radius: 0px 0px 10px 10px;
}
.blue-sect {
	width: 100%;
	box-sizing: border-box;
	background-color: #201E4F;
	padding: 80px;
}
.manu-btn-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1660px;
	margin: 30px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.manu-btn {
	position: relative;
	box-sizing: border-box;
	width: 16%;
	margin: .33%;
	background-color: #fff;
	padding: 16px;
	border-radius: 10px;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.manu-btn:hover {
	background-color: #ddd;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.manu-btn p {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 600;
}
.red-sect {
	width: 100%;
	box-sizing: border-box;
	background-color: #eb1d27;
}
.lightgray {
	background-color: #dfdfdf;
}
.page-title-cont {
	width: 100%;box-sizing: border-box;
	padding: 40px 30px 30px;
	background-color: #dfdfdf;
}
.contact-cont {
	display: flex;
	justify-content: center;
}


/*--------FORM STYLES--------------------*/

.searchbar {
	display: flex;
	justify-content: space-between;
	width: 270px;
	height: 38px;
}

.searchbar-mobile {
	display: none!important;
}

.searchbar .searchbar-type {
	box-sizing: border-box;
	border: 1px solid #d1d5db;
	border-radius: 6px 0px 0px 6px!important;
	width: 80%;
	height: 38px!important;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px!important;
	padding: 0px 14px;
	
}

.searchbar .searchbar-type:focus {
	outline-color: #415FE9;
}

.searchbar .searchbar-submit {
	width: 20%;
	background-color: #f9fafb;
	border-radius: 0px 6px 6px 0px!important;
	border: 1px solid #d1d5db;
}

.searchbar .searchbar-submit:focus {
	outline-color: #415FE9;
}

.form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-half {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.form-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.contact-input {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

.contact-textarea {
	font-family: 'Fustat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 10px;
	height: 100px;
}

.contact-input:focus, .contact-textarea:focus {
	outline: none!important;
}

.CaptchaPanel {
	font-family: 'Fustat', sans-serif;
}

#CaptchaAnswer {
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

#CaptchaAnswer:focus {
	outline: none!important;
}

/*-------- FOOTER STYLES ----------------*/
.footer-top-sect {
	background-color: #201E4F;
}

.footer-bot-sect {
	background-color: #1F2937;
	flex-wrap: wrap;
}

.sect-cont {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	padding: 64px 32px;
	margin: auto;
}

.sect-cont2 {
	display: flex;
	justify-content: flex-start;
	box-sizing: border-box;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1280px;
	padding: 64px 32px;
	margin: auto;
}


.footer-75 {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: calc(75% - 24px);
}
.footer-75-col {
	position: relative;
	display: block;
	width: calc(75% - 24px);
}

.footer-25 {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-content: center;
	min-width: calc(25% - 24px);
}

.footer-25-col {
	position: relative;
	display: block;
	width: calc(25% - 24px);
}

.footer-text-thin {
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
}
.footer-text-thick {
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	font-weight: 800;
}

.footer-heading {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.footer-links {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #d1d5db;
	margin-top: 16px;
}

.footer-links:hover {
	color: #9ca3af;
}

.whiteline {
	position: relative;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #fff;
	margin: 32px auto 0px;
	padding-top: 32px;
	width: 100%;
	max-width: 1280px;
}

.copyright {
	font-family: 'Inter', sans-serif;
	color: #9ca3af;
	font-size: 16px;
	font-weight: 400;
}

.whiteline i {
	font-size: 22px;
	margin: 0px 5px;
	color: #d1d5db;
}

.whiteline i:hover {
	color: #9ca3af;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.view-listing-details-link.template-branded-button {
	background: #eb1d27!important;
}
.view-listing-details-link.template-branded-button:hover {
	background: #b7111c!important;
}

.selected-facet.ts-button {
	background: #eb1d27!important;
}
.selected-facet.ts-button:hover {
	background: #b7111c!important;
}

.list-title .list-title-text {
	font-family: 'Inter', sans-serif!important;
}
.list-content .list-listing-title-link {
	font-family: 'Inter', sans-serif!important;
}

.list-content .listing-category {
	font-family: 'Inter', sans-serif!important;
}

.list-redesign .price-contain {
	font-family: 'Inter', sans-serif!important;
}

.detail__title, .detail__specs-heading {
	font-family: 'Inter', sans-serif!important;
}
.ts-button.template-branded-button {
	background-color: #eb1d27!important;
	color: #ffffff;
	font-family: 'Inter', sans-serif!important;
}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1420px) {
	.inv-btn {
		width: 24%;
		margin: .5%;
	}
	.manu-btn {
		width: 24%;
		margin: .5%;
	}
}

@media only screen and (max-width: 1280px) {
	
	.footer-25-col {
		width: calc(36% - 24px);
	}
	.footer-75-col {
		width: calc(63% - 24px);
	}
}


@media only screen and (max-width: 1065px) {
	.flex-container {
		flex-direction: column;
	}
	.reverse {
		flex-direction: column-reverse!important;
	}
	.sect-cont {
		flex-direction: column;
		justify-content: flex-start;
	}
	
	.sect-cont2 {
		padding-bottom: 96px;
	}
	
	.hero-cont {
		width: calc(100% - 100px);
		margin: 0px 50px;
	}
	
	.inv-btn {
		width: 31%;
		margin: 1%;
		height: 120px;
		padding-top: 10px;
	}
	.inv-btn img {
		height: 84px;
		margin-top: 10px;
	}
	.manu-btn {
		width: 31%;
		margin: 1%;
	}
	
	.footer-25 {
		display: block;
		width: 220px;
		padding-top: 32px;
	}
	
	.footer-75 {
		width: calc(100% - 24px);
	}
	.contact-cont {
		flex-direction: column;
	}
	.half-sect {
		margin: 0px auto 50px;
		width: 100%;
	}
	.half-sect-img {
		margin: 0px auto 50px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.hero-cont {
		padding: 100px 50px;
		margin: 0px;
		width: 100%;
	}
	.hero-title {
		font-size: 42px;
	}
	.hero-subtitle {
		font-size: 16px;
	}
	.sect-text {
		font-size: 14px;
	}
	.sect-link {
		font-size: 14px;
	}
	
	.white-sect {
		padding: 80px 50px;
	}
	.blue-sect {
		padding: 80px 50px;
	}
	.footer-25-col {
		width: calc(100% - 24px);
	}
	.footer-75-col {
		width: calc(100% - 24px);
		margin-top: 48px;
	}
	.whiteline {
		flex-direction: column-reverse;
	}
	.whiteline i {
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 640px) {
	
	.inv-btn {
		width: 48%;
		margin: 1%;
		padding-bottom: 10px;
		height: auto;
	}
	.inv-btn img {
		display: none!important;
	}
	.manu-btn {
		width: 48%;
		margin: 1%;
	}
	
	.searchbar {
		display: none!important;
	}
	.mobile-search {
		display: block!important;
		font-size: 20px;
		padding: 12px;
	}
	.mobile-search:hover {
		background-color: #f1f1f1;
		border-radius: 8px;
	}
	.searchbar-mobile {
		display: flex!important;
		justify-content: space-between;
		width: calc(100% - 40px);
		height: 38px;
		margin: 0px 20px;
	}
	.searchbar-mobile .searchbar-type {
		box-sizing: border-box;
		border: 1px solid #d1d5db;
		border-radius: 6px 0px 0px 6px!important;
		width: calc(100% - 45px);
		height: 38px!important;
		font-family: 'Inter', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 36px!important;
		padding: 0px 14px;	
	}
	.searchbar-mobile .searchbar-type:focus {
		outline-color: #415FE9;
	}
	.searchbar-mobile .searchbar-submit {
		cursor: pointer;
		width: 48px;
		background-color: #f9fafb;
		border-radius: 0px 6px 6px 0px!important;
		border: 1px solid #d1d5db;
	}

	.searchbar .searchbar-submit:focus {
		outline-color: #415FE9;
	}
	
	.footer-text-thin {
		font-size: 30px;
	}
	.footer-text-thick {
		font-size: 30px;
	}
	.form-row {
		flex-direction: column;
	}
	.form-half {
		width: 100%;
	}
	.half-sect {
		padding: 20px 0px;
	}
	.lightgray {
		padding: 20px!important;
	}
}

@media only screen and (max-width: 450px) {
	.hero-title {
		font-size: 30px;
		line-height: 38px;
	}
	.sect-title {
		font-size: 28px;
		line-height: 36px;
	}
	.sect-text, .sect-link {
		font-size: 13px;
		line-height: 18px;
	}
	.hero-cont {
		padding: 50px 30px;
	}
	.white-sect {
		padding: 30px;
	}
	.blue-sect {
		padding: 30px;
	}
	.manu-btn {
		width: 96%;
		margin: 2%;
	}
}



