/*---colors
dbac5e gold
---*/

/* 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 { 
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Roboto', sans-serif;
}



a {
	color:#fff;
	text-decoration:underline;
	
}

a:hover{
	color:#dbac5e;
	text-decoration:none;
}

p{
	padding:20px 0;
}

h1{
	
}

h2{
	
}

h3{
	
}

h4{
	
}

h5{
	
}


 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.none{display:none;}
.block{display:block;}

*{
	box-sizing:border-box;
}

body { 
	background:url(../siteart/texture.png) #efeeeb;
}

.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;
}

::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/
.header{
	width:100%;
	display:inline-block;
	text-align:left;
	margin:0 auto;
	background:#17ba13;
}

.logo{
	text-align:left;
	width:20%;
	margin:0 auto;
	display:inline-block;
	vertical-align:middle;
}
.logo img{
	width:90%;
	margin:0 auto;
}

.header-contact{
	width:79%;
	text-align:center;
	color:#fff;
	display:inline-block;
	margin:0 auto;
}

.hc-content{
	width:32%;
	display:inline-block;
	margin:0 auto;
	border-right:2px solid #fff;
	padding:0 30px;
	color:#fff;
	font-size:18px;
	vertical-align:top;
}

.hc-content img{
	width:30px;
	display:inline-block;
	margin:0 auto;
	vertical-align:middle;
}

.hc-content p{
	width:80%;
	display:inline-block;
	margin:0 auto;
	vertical-align:middle;
	font-size:16px;
	text-align:left;
	padding:0px;
}

.hc-content:nth-child(3){border-right:none;}


/*--secondary nav--*/
.secondary-nav{
	width:30%;
	margin:0;
	background:#000;
	padding:0 10px 10px 10px;
	text-align:right;
	margin-left:65%;
}

.secondary-btn{
	background:#fff;
	display:inline-block;
	margin:0 5px 0 0;
	width:31.7%;
}

.secondary-btn img{
	width:100%;
}

.skew{
	transform:skew(-20deg);
}
.unskew{
	transform:skew(20deg);
}
	
	

/* HOME PAGE STYLES
-----------------------------------------------*/



/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#DBAC5E !important;
}
.hosted-content h1{
	font-size:20px;
	color:#000;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}

/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#eaeaea;
	font-size:11px;
	text-align:center;
	background:#000;
	padding: 0 0 30px 0;
}

.footer a{
	color:#eaeaea;
	text-decoration:underline;
}

.footer a:hover{
	color:#eaeaea;
	text-decoration:none;
}
.divfooter{
	width:60%;
	margin:20px auto;
}



@media screen and (max-width:1645px){
	.secondary-nav{width:35%;margin-left:60%;}
}

@media screen and (max-width:1410px){
	.secondary-nav{width:40%;margin-left:55%;}
}

@media screen and (max-width:1240px){
	.secondary-nav{width:45%;margin-left:50%;}
}

@media screen and (max-width:1170px){
	.header-contact{width:100%;}
	.logo{text-align:center;width:100%;padding-bottom:20px;}
	.logo img{width:225px;}
	.hc-content{width:33%;}
}


@media screen and (max-width:1100px){
	.secondary-nav{width:55%;margin-left:40%;}
}

@media screen and (max-width:900px){
	.secondary-nav{width:65%;margin-left:30%;}
	.hc-content{
		width:80%;
		border-right:none;
		border-bottom:2px solid #fff;
		padding:30px 0;
	}
	.hc-content p{text-align:center;}
	.hc-content img{display:block;}
}

@media screen and (max-width:765px){
	.secondary-nav{width:80%;margin-left:10%;}
}

@media screen and (max-width:630px){
	.secondary-nav{width:90%;margin-left:10px;}
}

@media screen and (max-width:560px){
	.secondary-nav{width:100%;margin-left:0;}
	.secondary-btn{width:31%;}
}