
html{overflow-x:hidden}

a {
	color:#fff;
	text-decoration:underline;
	
}


p{
	padding:7px 0;
}


 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {float:left;}
.text-right {text-align: right!important;}
.right {float:right;}
.none{display:none;}

*{
	box-sizing:border-box;
}

body { 

}

h2 {
	font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 0 10px 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: .05em;
}

.linkz  {
	font-size: 17px;
    color: #a9ed64!important;
    padding: 0 0 10px 10px;;
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: .05em;
	text-decoration: none;
}

.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;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.half {
  width:50%;
  
}

/* HEADER 
----------------------------------------------*/

.header{
	width:100%;
	display:block;
	margin:0 auto;
}
	
.logo{margin:5px 0px}

.logo img{
	width:120px;
	margin:0 auto;
}

ul.secondary li {display: inline-block; }
ul.secondary li a {
    padding: 14px 11px;
    line-height: 1.2em;
    font-size: 11px;
    letter-spacing: .1em;
    color: #b2ce8d;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-decoration: none;
}



.click img {width:20px!important;}



/* HOME PAGE STYLES
-----------------------------------------------*/

.fixed-width {max-width:1170px; width:100%; margin:0 auto;}
.fa-chevron-down {display: inline-block!important; font-size: 20px!important;}

img {display: inline-block;}


/* 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 .hosted-content .svg-inline--fa.fa-w-10{width:auto !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%;
	background-color:#202020;
	padding: 30px 30px;
	overflow: auto;
}

a.copy{
	color:#868686 !important;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.book{
	color:#868686 !important;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.book:hover{
	text-decoration:underline;
}
.divfooter{
	width:100%;
	margin:20px auto;
}





@media screen and (max-width:570px){
	.half {
  width:100%;
  
}
}

