
/***** 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, .footer, .header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
.footer, .header, hgroup, menu, nav, section, main {
	display: block;
}
* {box-sizing: border-box;}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear: both; height:0px; margin:0;}

a:link {text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}

.right {margin-right:0 !important;}

h1 {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color:#fff;
	font-size:51px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}

h2 {
    font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:26px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:22px;
}

.contact-container h3 {
	text-shadow:1px 1px 1px #000;
}
.contact-container a {color: #fff;}

/***** END RESET *****/

/***** FRAMEWORK *****/

.site-width {
	max-width:1020px;
	width:100%;
	margin: 0 auto;
	padding: 0 10px;	
	box-sizing: border-box;
}

.one-third {
	float:left;
	width:33%;
	margin-right:4%;
}

.two-third {
	float:left;
	width:63%;
	margin-right:4%;
}

.half-page {
	width:48%;
	float:left;
	margin-right:4%;	
}


.header {
	width:100%;
	background:#000;	
	padding:20px 0;
}

img.logo {width:100%; height:auto; max-width:350px; display:block; margin: 0 auto;}

a.header-social {
    color: #fff;
    font-size: 30px;
    margin-right: 9px;
    position: relative;
    margin-top: 5px;
    float: left;
}

.headerleft {
	text-align:left;
}
.headerright {
	text-align:right;
}
.headerright a {color: #fff;}

.headermobile {
	display:none;	
}

#welcome {
    margin: 0px auto !important;
    height: auto !important;
    width: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-image: url(../siteart/background.jpg) !important;
    padding-top: 30px;
	background-color: #000;
}

.home-content {
	text-align:center;	
}



.inv-content {
	text-align:center;
	margin-bottom:20px;	
}

.contact-container {
	margin:20px 0;	
}


.container {
    background: rgba(255,255,255,.90);
}



h3#listings-title {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:26px;
	margin-bottom:20px;	
	text-shadow:none;
}

h2.m-1 {
    color: #000;
}

.scroll-frame {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
    background: none;
	margin-bottom:20px;
}

.scroll-frame iframe {
	width:100%;
	height:90px;
	display:block;
	text-align:center;
}

#header-container {
	display: flex;
	justify-content: space-between;
	align-items: baseline; 
	width: 100%;
	margin:0 auto;
	box-sizing: border-box;
}
.header-box {
	width: 100%;
	padding: 5px;
    position: relative;
}

#category-boxes {
    width: 100%;
    display: block;
    background: rgba(0,0,0,.60);
    border-top: solid 4px #f9d315;
    border-bottom: solid 4px #f9d315;
    padding: 40px 0;
    margin: 60px 0;
}

#category-boxes-inv {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    background: rgba(0,0,0,.60);
    border-top: solid 4px #f9d315;
    border-bottom: solid 4px #f9d315;
    padding: 40px 0;
    margin: 0;
}

.category-link {
	width: 20%;
    display: block;
	overflow:hidden;
}

.category-link img {
	width: 100%;
-webkit-transition: all .4s ease; /* Safari and Chrome */-moz-transition: all .4s ease; /* Firefox */-ms-transition: all .4s ease; /* IE 9 */-o-transition: all .4s ease; /* Opera */transition: all .4s ease;}

.category-link:hover img {-webkit-transform:scale(1.1); /* Safari and Chrome */-moz-transform:scale(1.1); /* Firefox */-ms-transform:scale(1.1); /* IE 9 */-o-transform:scale(1.1); /* Opera */transform:scale(1.1);}




.linkstretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.map-container {
    background: rgba(0,0,0,.60);
	padding:20px 0;
	width:100%;
}

.google-maps {
    position: relative;
    padding-bottom: 20%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    pointer-events: none;
}

.google-maps-1 {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.google-maps-1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    pointer-events: none;
}


/***** FOOTER *****/

.footer {
	background:#000;
	padding:20px 0;	
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline;
    font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
}

a.footerlink:hover {
	text-decoration:none; 
    font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#f9d316;
}

.footertext{
    font-family: 'Open Sans', sans-serif;
	font-size:13px; 
	color:#fff;
}

.smallfootertext{
    font-family: 'Open Sans', sans-serif;
	font-size:13px; 
	color:#fff;
}

.divfooter {
	width:100%; 
	text-align:left; 
	margin:0 auto;
}


/***** RESPONSIVE STYLES *****/

@media screen and (max-width: 1300px) {
	.category-link {
    width: 25%;
}
}


@media screen and (max-width: 767px) {
	
.one-third, .two-third {
	width:100%;
	margin:10px 0;	
}
	
.contact-container {
    margin: 20px 0;
	text-align:center;
}	
	
.header {
	padding:0;
}	
	
.headerleft, .headerright {
	display:none;	
}
	
.headermobile {
	display:block;	
}

.header-half {
	text-align:center;
	margin:15px 0;	
}
	
	.header-half h2 {font-size: 20px;}
	.header-half a {color: #fff;}
	
.google-maps {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}	
	
h1 {
	font-size:35px;	
}
	
.category-link {
    width: 50%;
}
	
#header-container {align-items: flex-start; align-items: center;}
img.logo {max-width: 275px!important; padding: 10px!important; margin: 0;}

.google-maps-1 {
    position: relative;
    padding-bottom: 80%;
    overflow: hidden;
    width: 100%;
}
	
}

@media screen and (max-width: 400px) {
img.logo {margin: 0 auto;}
#header-container {flex-direction: column;}
	
}