﻿/***** 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 {background: #39456d; display: flex; flex-wrap: wrap; justify-content: space-between;align-items: center;}
.logoheadsect {
    position: absolute;
    text-align: center;
}
.logoheadsect img {
    width: 100%;
    max-width: 250px;
    position: relative;
    top: 30px;
	padding-left: 10%;
}
.headerright {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.socialsection {
    width: 12%;
    text-align: right;
    display: flex;
    justify-content: space-between;
}
.dkblsocialhead {
    height: 45px;
    background: #2b3451;
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	border-radius: 3px;
	margin-left: 5px;
	transition-duration: 0.5s;
}
.dkblsocialhead:hover {
    background:#181d2d;
}
.blsocialbox {
    height: 45px;
    width: 20%;
    background: #3b4b7c;
	border-radius: 3px;
	margin-left: 5px;
}
.ltblsocialbox {
    height: 45px;
    width: 20%;
    background: #576490;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 5px;
}
/*---HERO SECTION--------------------------------*/

.heroslide{
	height: 600px;
	margin: 0px 10px;
}
.heroslideshowsect {
    width: 72%;
    margin-left: 0%;
}
.herotextoverlay{
	width: 100%;
	height: 100%;
	background: #ffffffde;
	padding: 80px 40px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.herotextbkgd {
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 95%;
    background: url(/siteart/herobkgdimg.jpg);
    border-radius: 20px;
    box-sizing: border-box;
    background-size: cover;
}
.herosection {
    display: flex;
    flex-wrap: wrap;
	overflow: hidden;
	margin: 55px 0px;
	justify-content: flex-start;
}

.herotextsect {
    width: 28%;
    position: relative;
    background: #fff;
    z-index: 100;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
}
.heroheader {
    font-family: "Cairo", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 55px;
    color: #22283e;
    margin-bottom: 40px;
	width: 100%;
}
.heroheader span {
       font-size: 40px;
    line-height: 42px;
    width: 100%;
    display: block;
    color: #22283e;
}
.smallbrkline {
    width: 20%;
    background: #23283f;
    height: 1px;
}
.heroparatext {
    width: 100%;
    padding-right: 25%;
    box-sizing: border-box;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    color: #23283f;
    line-height: 24px;
    font-size: 16px;
    margin: 10px 0px 35px;
}
.dkredherobox {
    width: 6%;
    background: #741f00;
    height: 45px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.herobtnsect {
    display: flex;
    align-items: center;
    width: 90%;
    position: absolute;
    justify-content: space-between;
    left: 12.5%;
    top: 390px;
}
.heroredbtn {
    background: #972600;
    color: #fff;
    font-family: "Cairo", sans-serif;
    box-sizing: border-box;
    width: 35%;
    text-align: center;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
	transition-duration: 0.5s;
}
.heroredbtn:hover {
    background: #741f00;
    color: #fff;
}

.btnparasect {
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    width: 40%;
    padding: 0px 10px;
    box-sizing: border-box;
}
.heroredarrow {
    background: #9e2800;
    height: 45px;
    display: flex;
    align-items: center;
    width: 10%;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
	transition-duration: 0.5s;
}
.heroredarrow:hover {
    background: #741f00;
    width: 12%;

}


/*---HOME PAGE--------------------------------*/

.targetbuybkgd {
    background: url(/siteart/equipment-buyer-bkgd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
.targetbuysect {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 5%;
    background: #912400cf;
}
.targetbuysect h2 {
    width: 100%;
}
.targetcontactsect {
    width: 100%;
    margin: 25px 0px;
    padding: 20px 4%;
    background: #9d5943;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.targetcontactleft a{
    font-family: "Titillium Web", sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.targetcontactleft p {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}
.aboutdecosquare {
    background: #f1f2ff;
    width: 420px;
    height: 420px;
    border-radius: 20px;
    position: absolute;
    left: 35px;
    margin-bottom: 8%;
}
.hpaboutsect {
    display: flex;
    align-items: center;
    padding: 5%;
	justify-content: space-between;
}
.hpaboutleft {
    width: 30%;
    position: relative;
}
.hpaboutleft img {
    width: 100%;
    border-radius: 20px;
}
.hpaboutright {
    width: 50%;
    padding-right: 10%;
}
.hpaboutheader {
    display: flex;
    width: 100%;
	align-items: center;
	margin-bottom: 20px;
}
.hpaboutdksquare {
    width: 25px;
    height: 45px;
    background: #dee1ff;
    border-radius: 5px;
    margin: 0px 1px;
}
.hpaboutltsquare {
    width: 25px;
    height: 45px;
    background: #f1f2ff;
    border-radius: 5px;
    margin: 0px 1px;
}
.hpaboutheader h3 {
    padding-left: 28px;
}
.hplistingsect {
    display: flex;
    padding: 0% 5%;
    flex-wrap: wrap;
	align-items: center;
}
.hplistleft {
    width: 35%;
}
.hplisting i {
    color: #852000;
}
.hplisting img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.hplisting {
    width: 42%;
    margin: 0px 2%;
}
.hplisting a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Cairo';
    text-transform: uppercase;
    font-size: 24px;
    color: #23283f;
    font-weight: 600;
	transition-duration: 0.5s;
}
.hplisting a:hover{
   letter-spacing: 0.5px;
    font-weight: 800;
}
.hplistright {
    width: 65%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}


/*---SECONDARY PAGES--------------------------------*/
.pagepadding {
    padding:6% 5% 5% 5%;
}
.pageheader {
    font-size: 60px;
    font-family: "Cairo", sans-serif;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 900;
}
.pagetitlesect {
    padding-bottom: 15px;
}
.sellbkgdsect {
    background: #3d456f;
    margin: 20px 0px;
    padding: 18px 20px;
    border-radius: 10px;
    font-family: "Titillium Web", sans-serif;
    font-size: 22px;
    text-align: center;
    color: #f1f2ff;
}
.whybuybox i{
	color: #22283e;
	padding-right: 5px;
}
.whybuysect{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.whybuysect h3{
	display: block;
	width: 100%;
	padding-bottom: 10px;
}
.whybuybox{
	width: 24%;
}
.sellformsect{
	padding-top: 2%;
}
/*---BODY--------------------------------*/
.white{color: #fff;}
.red{color: #8b2200;}
.blue{color: #22283e;}
.largeheader span {
    width: 100%;
    display: block;
}
.smsubhead {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: italic;
    padding-bottom: 10px;
}
.subhead {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
	font-size: 18px;
    font-style: italic;
    padding-bottom: 10px;
}
.largeheader {
    font-family: "Cairo", sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 55px;
}
.medheader {
    font-family: "Cairo", sans-serif;
    font-size: 30px;
    font-weight: 500;
	line-height: 32px;
}
.paratext{
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    color: #23283f;
    line-height: 35px;
    font-size: 18px;
}
.redbtn {
    background: #912400;
    font-family: "Cairo", sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
	transition-duration: 0.5s;
	cursor: pointer;
}
.redbtn:hover {
    background: #741f00;
}
.redoutlinebtn {
    color: #8b2200;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
	border: 3px solid #8b2200;
	    font-family: 'Cairo';
	background: #fff;
	font-weight: 700;
	transition-duration: 0.5s;
	cursor: pointer;
}
.redoutlinebtn:hover {
    color: #fff;
	background: #8b2200;
}
.fullcenter{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-top: 5%;
}
.halfsect{
	width: 45%;
}
.fullwidth{
	width: 100%;
}
.listbullet {
    font-family: "Titillium Web", sans-serif;
    list-style: circle;
    list-style-position: inside;
    font-size: 16px;
    padding-bottom: 15px;
}
.cptop{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.cpicon i {
   color: #ffffff;
    background: #852000;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0px;
}
.cpicon {
    width: 100%;
    margin: 15px 0px;
    display: flex;
    align-items: center;
}
.cpicon span {
    font-family: "Titillium Web", sans-serif;
    color: #23283f;
    font-size: 20px;
    margin-left: 10px;
	transition-duration: 0.5s;
}
.cpicon span:hover {
    letter-spacing: 0.5px;
}
/*--------FORM STYLES--------------------*/
.thirdformfields {
    font-family: "Titillium Web", sans-serif;
    width: 33%;
    margin: 5px 0px;
    height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.halfformfields {
    font-family: "Titillium Web", sans-serif;
    width: 49%;
    margin: 5px 0px;
    height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.fullformfields{
  font-family: "Titillium Web", sans-serif;
    width: 100%;
    margin: 5px 0px;
    height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;	
	
}
.formflex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formflex h5{
	width: 100%;
}
.comments {
    height: 150px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-family: "Titillium Web", sans-serif;
    padding: 0px 10px;
    margin: 5px 0px;
}
.CaptchaPanel{
	width: 100%;
}
.CaptchaMessagePanel{
    font-family: "Titillium Web", sans-serif;
	
}
.CaptchaWhatsThisPanel a{
    font-family: "Titillium Web", sans-serif;
color: #3b456e;	
}
input#CaptchaAnswer {
    height: 40px;
    padding: 0px 10px;
    font-family: "Titillium Web", sans-serif;
    box-sizing: border-box;
	width: 350px;
}
/*-------- FOOTER STYLES ----------------*/
.footer {
    background: #3b456e;
    margin: 5% 3% 20px 3%;
    padding: 40px 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 20px;
	align-items: center;
}
.footericon {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #f1f2ff;
    width: 45px;
    height: 45px;
    font-size: 26px;
    color: #3d456f;
    border-radius: 5px;
	margin: 0px 5px;
		transition-duration: 0.5s;

}
.footericon:hover {
    background: #fff;

}
.footerleft {
    display: flex;
    align-items: center;
}
.footernumber {
    font-family: "Cairo", sans-serif;
    color: #f1f2ff;
    margin: 0px 28px;
    font-size: 28px;
    font-weight: 300;
		transition-duration: 0.5s;

}
.footernumber:hover {
   color: #fff;

}
.footerlink {
    padding: 0px 15px;
    font-family: "Cairo", sans-serif;
    font-size: 18px;
    color: #f1f2ff;
	transition-duration: 0.5s;
}
.footerlink:hover {
   color: #fff;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.invpad{
	padding: 5% 0%;
}
.list-title span {
    font-family: "Cairo", sans-serif !important;
    font-size: 2.8em !important;
    text-transform: uppercase;
    color: #2d3452;
}

strong.list-listings-count {
    font-size: 1em !important;
    color: #912400 !important;
    font-family: "Titillium Web", sans-serif;
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
    background: #2d3452!important;
	
}
.faceted-search-content .selected-facets-container .selected-facet{
    background: #2d3452!important;
	
}
.view-listing-details-link{
	    background: #2d3452!important;

}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1580px) {
.aboutdecosquare {   
	left: 50px;
    width: 320px;
    height: 320px;
	}
	
}
@media only screen and (max-width: 1530px) {
.socialsection {
	width: 16%;}
	.herotextsect{
		width: 40%;
	}	
	.heroslideshowsect{
		width: 60%;
	}
	.heroparatext{padding-right: 0%;}
}
@media only screen and (max-width: 1265px) {
	.aboutdecosquare{display: none;}
	.hpaboutleft img {
    width: 100%;
    border-radius: 20px;
    border-left: solid 15px #f1f2ff;
    border-top: solid 15px #f1f2ff;
}
	.heroheader {  
	font-size: 72px;
	}
}
@media only screen and (max-width: 1185px) {
	.socialsection {
		width: 20%;}
	.whybuybox{
		width: 48%;
		margin: 10px 0px;
	}
	.hplistleft {
    width: 100%;
    margin-bottom: 50px;
}
	.hplistright {
		width: 100%;}
	.hplisting {
		width: 46%;}
	
}
@media only screen and (max-width: 1090px) {
.halfsect {
    width: 100%;
}.hpaboutsect{
	flex-wrap: wrap;
	justify-content: center;
	}

	.hpaboutright {
    width: 100%;
    padding-right: 0%;
		margin-top: 50px;
}
	.hpaboutleft img{
		display: none;
	}
	.hpaboutleft {
    width: 100%;
    height: 300px;
    position: relative;
    text-align: center;
    object-fit: cover;
    background: url(/siteart/who-we-are-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}	
}
@media only screen and (max-width: 1025px) {
.socialsection {
        justify-content: right;
        width: 70%;
    }
	.dkblsocialhead{
	width: 62px;
		margin: 0px 5px;
		font-size: 20px;
	}
	.blsocialbox{
		display: none;
	}
	.ltblsocialbox{
	margin-left: 5px;
	width: 20px;
	}
	.logoheadsect img {
    width: 100%;
    max-width: 200px;
    position: relative;
    top: 20px;
}
	.sellbkgdsect {
	font-size: 18px;
	}
	.heroslideshowsect{
		display: none;
	}
	.herotextsect {
        width: 100%;
		height: 450px;
        left: 0%;
    }
	.herosection{
	    margin: 40px 0px;	
	}
	.herotextbkgd {
		height: 450px;}
	.herobtnsect{
	left: 0%;
    top: 0px;	
	width: 100%;
    position: relative;
	}
	.dkredherobox{
	    border-radius: 10px;	
	}
}

@media only screen and (max-width: 900px) {
.pagepadding {
    padding: 8% 5% 5% 5%;
}
.pageheader {font-size: 50px; line-height: 45px;}	
.largeheader{
    font-size: 30px;
    line-height: 28px;		
}
	.medheader{
	    font-size: 24px;
		line-height: 26px;
	}
.thirdformfields {
    width: 100%
}
.halfformfields {
     width: 100%

}
}
@media only screen and (max-width: 767px) {
	.list-title span{
	font-size: 1.8em !important;	
	}
	.footer{justify-content: center;
    flex-wrap: wrap;}
	.footerleft{
	    width: 100%;
    justify-content: center;
		flex-wrap: wrap;
	}
	.whybuybox{width: 100%;}
	.targetcontactsect{flex-wrap: wrap;}
	.targetcontactleft {
    width: 100%;
    margin-bottom: 20px;
}
	
.targetcontactright {
    width: 100%;
}
}


@media only screen and (max-width: 560px) {
	.logoheadsect {
		position: relative;
		width: 100%;
		padding-top: 10px;
	}
	.logoheadsect img {
		top: 0;
		padding-left: 0;
	}
	.socialsection {
		width: 100%;
	}
.hplisting {
    width: 100%;
    margin: 0% 2% 30px 2%;
}	
	.btnparasect{
		display: none;
	}	
	.herobtnsect{
		justify-content: flex-start;
	}
	.heroredbtn{width: 55%; margin-right: 1%;}
	.heroredarrow{margin-right: 1%; width: 15%;}
	.dkredherobox {
		width: 15%;}
}
@media only screen and (max-width: 460px) {
	.footernumber{width: 100%; text-align: center;}
	.footerlink {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}
	.footerright {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
	.redoutlinebtn{
	width: 100%;
		height: 38px;
		font-size: 16px;	
	}
	.redbtn{
		width: 100%;
		height: 38px;
		font-size: 16px;
	}
	.paratext{
	    line-height: 30px;
    font-size: 16px;	
	}
	.footericon{
	    width: 40px;
    height: 40px;
    font-size: 20px;	
	}
	.footernumber{
		font-size: 24px;
	}
	.hpaboutleft{
	        height: 300px;	
	}
	.hpaboutright{margin-top: 25px;}
	.hpaboutsect{padding: 10% 5%;}
	.hpaboutheader h3 {
    padding-left: 10px;
}
	.hplisting a {
	font-size: 20px;
	}
	.targetcontactsect{
	    margin: 25px 0px 5px 0px;	
	}
	.herotextoverlay{
	    padding: 40px 10px;	
	}
	.herotextsect{
	    height: 400px;	
	}
	.herosection {    margin: 25px 0px;}
	.herotextbkgd {height: 400px;}
}
@media only screen and (max-width: 350px) {
    .hpaboutleft {
        height: 230px;
    }	
	.targetcontactleft a{
		font-size: 24px;
	}
	 .heroheader {
        font-size: 60px;
        margin-bottom: 18px;
    }
	.heroparatext {
	margin: 10px 0px 20px;
	}
	.heroheader span {
    font-size: 32px;
		line-height: 35px;}
	input#CaptchaAnswer{
		width: 100%;
	}
}
@media only screen and (max-width: 330px) {
   
	.pageheader {
        font-size: 40px;
        line-height: 40px;
    }
	    .largeheader {
        font-size: 24px;
        line-height: 24px;
    }
	
}





