/* 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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Lato', sans-serif;
}



a {
	color:#000;
	text-decoration:underline;
	
}

a:hover{
	color:#000;
	text-decoration:none;
}

p{
	padding:20px 0;
}



 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.center-it {text-align:center;}
.none{display:none;}

*{
	box-sizing:border-box;
}

body { 

}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
}

.no-pad-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}

.sub-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:80px 20px;
	position:relative;
}

.sub-wrapper h1{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #000;
	font-size: 18px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}




::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/
.header{
	width:100%;
	display:inline-block;
	text-align:right;
	margin:0 auto;
	background:#000;
	position: relative;
	border-bottom: 2px solid #333;
}

.logo{
	text-align:center;
	width:30%;
	margin:0 auto;
	display:inline-block;
	padding:20px;
	background:#f1f1f1;
	transform: skewX(20deg);
	position: absolute;
	top: 0;
	left: -50px;
	box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.4);
	z-index: 9;
}
.logo img{
	transform: skewX(-20deg);
	width:275px;
	margin:0 auto;
}

/*STICKY NAV*/

header{
  text-align:center;
  color:#fff;
}

header.fixed{
  position:fixed;
  width:100%;
  top:0;
  left:0;
  background:#000;
  box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	z-index: 999;
}

/*END STICKY NAV*/

.header-contact{
	width: 100%;
	text-align: right;
	padding: 10px 50px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
	background: #333;
}

.header-contact a{color:#fff; text-decoration: none; padding: 0 20px; letter-spacing: 1.5px;}
.header-contact a:hover{color:#90191C; text-decoration: none;}





/* HOME PAGE STYLES
-----------------------------------------------*/

.hero{
	width: 100%;
	background: url(../siteart/hero.jpg) no-repeat;
	background-position: right;
	background-size: 70%;
	text-align: left;
	position: relative;
	margin: 0 auto;
	height: 450px;
}

.hero-overlay{
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	padding: 140px 80px 310px 80px;
	background:url(../siteart/overlay-bg.png) no-repeat;
	background-size: contain;
	width: 40%;
}

.hero-overlay h1{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 2.5px;
	padding: 10px 0;
	text-align: left;
	color:#fff;
}


.hero-overlay h3{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 32px;
	text-align: left;
	line-height: 1.5;
	color:#fff;
}

.hero-btn{
	display: inline-block;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-size: 12px;
	padding: 10px 30px;
	border: 1px solid #fff;
	color:#fff;
	text-decoration: none;
	margin-top: 30px;
	transition: ease .3s;
}

.hero-btn:hover{color:#000; background:#fff; text-decoration: none; transition: ease .3s;}





/* cta section */

.cta-section{
	width:100%;
	background:#90191c;
	padding: 170px 0 80px 0;
	display: inline-block;
	margin: 0 auto;
	text-align: right
}

.cta-section h2{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	width: 70%;
	margin-right: 0;
	text-align: left;
	display: inline-block;
	color:#fff;
} 

.cta {
	width: 23%;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	text-align: left;
	background:#a02225;
	margin: 60px 15px;
	color: #fff;
	box-shadow:0px 0px 15px 1px #540e10;
	text-decoration: none;
	transition: ease .3s;
}

.cta img{
	width: 90px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}

.cta h3{
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 20px;
	padding-left: 20px;
	vertical-align: middle;
	text-shadow: 1px 1px 2px #631113;
}

.cta:hover{box-shadow: none; background:#781416; transition: ease .3s;}
.cta:hover h3{color:#fff;}




/* about section */

.about-section{
	width:100%;
	display: inline-block;
	margin: 0 auto;
	background:#fff;
	padding: 80px 20px;
}


.about-left{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin: 0 auto;
}

.about-left img{
	width:50%;
	display: block;
}

.about-right{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 80px;
	text-align: left;
	margin: 0 auto;
	line-height:2;
	font-size: 14px;
}
.about-right p{width:70%; margin-left: 0;}

.about-btn{
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1.5px;
	font-size: 14px;
	padding: 5px 25px;
	border:1px solid #000;
	color:#000;
	transition: ease .3s;
}

.about-btn:hover{color:#fff; background: #000; transition: ease .3s;}








/* CONTACT PAGE
------------------------------------------------*/

.contact-left{
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5;
}

.contact-left h4{
	text-transform: uppercase; 
	font-weight: bold;
	letter-spacing: 1.5px;
	font-size: 16px;
	margin-top: 20px;
}

.contact-left p{padding: 10px 0;}
.contact-left a{color:#000; text-decoration: none;}


.contact-right{
	width:59%;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}





/* INVENTORY
------------------------------------------------*/
.body-content .body-wrapper {padding:2% 0;}

/*----View Details Button----*/
.view-listing-details-link {background:#90191c !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #90191c !important; color:#fff !important;}


/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#90191c !important; color:#fff !important;
}



/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#fff;
	background:#333;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 10px;
}

.footer a{
	color:#fff;
	font-size: 14px;
	text-decoration:none;
}

.footer a:hover{
	color:#fff;
	text-decoration:underline;
}

.footer h3{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 0;
}

.footer p{padding: 10px 0;}

.foot-left{
	width:70%;
	display: inline-block;
	margin-left: 0;
	padding: 80px;
	text-align: right;
	vertical-align: top;
	background: #000;
}

.foot-left .foot-col3{
	width:30%;
	display: inline-block;
	text-align: left;
	margin: 10px;
	vertical-align: top;
}

.foot-contact{
	border: 2px solid #fff;
	padding: 20px;
	text-align: left;
}

.foot-contact h4{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.member-logos{
	width:100%;
	display: inline-block;
	padding-top: 20px;
}

.member-logos img{
	width:49%;
	max-width: 120px;
	padding: 0 15px 0 0;
}


.foot-right{
	width: 29%;
	display: inline-block;
	vertical-align: top;
	padding: 60px;
	text-align: left;
	margin: 0;
}

.foot-right ul li{
	list-style: none;
	line-height: 1.5;
}



.legal-foot{
	width:100%;
	background:#000;
	display: inline-block;
	margin: 0 auto;
}


.legal-foot p{
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	padding: 0;
	font-size: 11px;
	color:#fff;
	text-align: left;
}

.legal-foot p:last-child{text-align: right;}

.legal-foot a{color:#fff; text-decoration: none;}
.legal-foot a:hover{color:#fff; text-decoration: underline;}





@media screen and (max-width:1700px){
	.cta{margin: 60px 10px;}
	.cta h3{font-size: 18px;}
}

@media screen and (max-width:1600px){
	.hero-overlay{width: 45%;}
	.cta{width: 40%; margin: 10px;}
	.cta-section h2{margin-bottom: 40px;}
}

@media screen and (max-width:1400px){
	.hero{background-size: 90%;}
	.about-right p{width: 100%;}
	.about-left img{width: 70%;}
}

@media screen and (max-width:1300px){
	.logo{width: 100%; position: relative; transform: skewX(0deg); left: auto;}
	.logo img{transform: skewX(0deg);}
	.header-contact{text-align: center;}
	
	.hero-overlay{width: 55%; padding: 40px 60px 310px 20px;}
	
	.foot-left{padding: 80px 20px;}
}

@media screen and (max-width:1100px){
	.hero{background: #000;}
	.hero-overlay{width: 100%;}	
	
	.cta{width: 47%;}
	
	.about-right{padding: 0 20px;}
}

@media screen and (max-width:1000px){
	.foot-left{width: 60%; text-align: left; padding: 60px 20px;}
	.foot-left .foot-col3{width: 85%; margin: 10px auto;}
	.foot-right{width: 39%; padding: 60px 20px;}
}

@media screen and (max-width:800px){
	.header-contact a{display: block; padding: 5px 10px;}
	.cta{width: 90%; margin: 10px auto;}
	
	.about-left{display: none;}
	.about-right{width: 100%; padding: 0;}
	
	.contact-left{width: 100%; padding-bottom: 30px;}
	.contact-right{width: 100%;}
	
	.hosted-content h1{width: 100%;}
} 


@media screen and (max-width:700px){
	.hero{background:#90191C;}
	.hero-overlay{background-size: cover}
	
	.foot-left{width: 100%;}
	.foot-right{width: 100%;}
	.legal-foot p{width: 100%; text-align: center;}
	.legal-foot p:last-child{text-align: center;}
}


@media screen and (max-width:500px){
	.hero-overlay h3{font-size: 28px;}
	.about-section{padding: 40px 20px;}
}
