/***** 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;}
img{max-width: 100%; height: auto;}
strong{font-family: 'montserratbold';}

/* Make HTML 5 elements display block-level for consistent styling */  

/***** END RESET *****/

.eqf-logo {
	width: 40%;
}

.eqf-logo img {
	width: 100%;
}

/***** TEXT/LINK FORMATTING *****/

@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
::-moz-selection {
    background: #dc7b04;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #dc7b04;
    color: #fff;
    text-shadow: none;
}

h1 { font-family: 'montserratbold'; color: #dc7b04; font-size: 28px; text-transform: uppercase;}
h2 { font-family: 'montserratbold'; color: #dc7b04; font-size: 22px; text-transform: uppercase;}
h3 { font-family: 'montserratbold'; color: #dc7b04; font-size: 20px; text-transform: uppercase;}
h4 { font-family: 'montserratregular'; font-weight: normal; color: #dc7b04; font-size: 18px; text-transform: uppercase;}
h5 { font-family: 'montserratbold'; color: #A45B03; font-size: 16px; text-transform: uppercase;}
h6 { font-family: 'montserratbold'; color: #E68105; font-size: 14px; text-transform: uppercase; margin-bottom: 8px;}

p {text-transform: uppercase;}

a{
	color: inherit;
	text-decoration: underline;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #dc7b04;}

h1.inside-h1 {
	padding-top: 25px;
}

.inv_btns{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.inv_btns a{
	background:#000;
	width: 250px;
	margin: 1% auto;
	color:#fff;
	padding:1%;
	box-sizing: border-box;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
}
.inv_btns a:hover{background:#dc7b04;}

.white{color:#fff;}
.txt-center{text-align: center;}

#weather, #fb {
	transition: .72s ease all; 
}
#weather:hover, #fb:hover {
	right: 0; 
}

/***** SITE FRAMEWORK *****/

html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	line-height: 28px;
	background: #000;
}

.main{
	min-height: 400px;
	background: #fff;
}
.container{
	max-width: 1100px;
	margin: 0 auto;
}
.main-container{
	width: 75%;
    box-sizing: border-box;
}
aside.side-cal{
	background: #dc7b04;
	width:25%;
	padding:2% 0;
}
.flexit{
	display: flex;
	flex-direction: row;
}
.date-wrapper{
	padding:8%;
}
.date-wrapper a{
	text-decoration: none;
}
.date-wrapper a:hover .date-flex{
	background: #F09C37;
	color:#000;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.3);
	border-radius: 8px;
}
.date-wrapper a:hover .mo-day{
	border: 4px solid #000;
}
.date-flex{
	display: flex;
	flex-direction: row;
	color:#000;
	align-items: center;
	padding:3% 2%;
	transition: all .4s ease-in-out;
}
.date-flex p{
	font-size: 14px;
	padding: 0 0 0 12px;
	width:300px;
	line-height: 1.5em;
}
.mo-day{
	width:90px; 
	border: 4px solid #000;
	border-radius: 8px;
	font-weight: 700;
	padding:10px 6px;
	box-sizing: border-box;
	transition: border .2s ease-in-out;
}
.mo-day .month{
	font-size: 16px;
	text-align: center;
}
.mo-day .day{
	font-size: 31px;
	text-align: center;
}

.column3-4 {width:75%; float:left; padding-right: 25px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding: 25px 25px 25px 0; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box;}
.column5 {width:20%; float:left; padding-right: 25px; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}
.last{padding-right:0;}
.col-padding{padding:3%;}

.hosted-footer .column4 { margin: 0; }

/***** HEADER *****/

.header-container, .hosted-header .header-container{
	background: #fff;
	padding: 35px 0;
}
.header, .hosted-header .header{
	background: #dc7b04;
	width:100%;
}
#location{
	float:left;
	width: 33.3333%;
	font-family: 'montserratregular';
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	padding: 38px 0 0;
}
#logo{
	float: left;
	width: 350px;
	text-align: center;
}
#logo img{display: block;}
#phone{
	float: right;
	font-family: 'montserratregular';
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
	color: #000;
	padding: 38px 0 0;
}

/***** SIDETABS *****/

.side {
	background: #fff;
    position: fixed;
    z-index: 9999999999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

#weather {
    width: 720px;
    height: 115px;
    top: 50px;
    right: -720px;
	cursor: pointer;
}
#weatherTab {
    display: block;
	height: 73px;
	width: 49px; 
	background: url(../siteart/weather.jpg);
    position: absolute;
    left: -49px;
    top: 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

#fb {
    top: 155px;
    right: -300px;
	cursor: pointer;
}
#facebookTab {
    display: block;
	height: 73px;
	width: 49px; 
	background: url(../siteart/facebook.jpg);
    position: absolute;
    left: -49px;
    top: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}


/***** STYLES *****/

/*=============================
	   Slideshow Styles 
===============================
.fadein{position: relative; top: 0px; z-index: 0;}
.fadein img{position: absolute; width: 100%; opacity: 0; animation-name: fade; animation-duration: 25s; animation-iteration-count: infinite;}
.fadein img:nth-child(1){ animation-delay: 0s;}
.fadein img:nth-child(2){ animation-delay: 5s;}
.fadein img:nth-child(3){ animation-delay: 10s;}
.fadein img:nth-child(4){ animation-delay: 15s;}
.fadein img:nth-child(5){ animation-delay: 20s;}
.fadein img:nth-child(6){ animation-delay: 25s;}

@keyframes fade{
	0%{opacity: 0;}
	11.11%,33.33%{opacity: 1;}
	100%,44.44%{opacity: 0;}
}

.hero{
	background:#000; 
	overflow:hidden;
	position: relative;
	padding: 0;
	width: 100%;
	display: block;
}*/

.mobile_show{display: none;}
p.pad-top{padding:2% 0 0 0;}
/********************/
.icon{
	position: relative;
	display: inline-block;
	margin: 25px 10px;
	/* margin: 25px 15px; */
}
.icon h3{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-family: 'montserratbold';
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
}
.icon a:hover{opacity: .8;}

.rates-box{
	border: 1px #ccc solid;
	border-bottom: none;
	margin-bottom: 10px;
}
.rates-heading{
	background: #dc7b04;
	font-family: 'montserratbold';
	color: #000;
	padding: 5px 15px;
	box-sizing: border-box;
}
.rates-row{
	padding: 5px 15px;
	box-sizing: border-box;
	border-bottom: 1px #ccc solid;
}
.rates-price{
	float: left;
}
.rates-cost{
	float: right;
	font-family: 'montserratbold';
	color: #B10104;
}

.logo_wrap{
	max-width: 900px;
	margin: auto;
	position: relative;
	z-index: 100;
	text-align: center;
	padding:15% 0;
	text-shadow: 0 0 5px #000;
}
.logo_wrap img{
	display: inline-block;
	width:25%;
	box-sizing: border-box;
	padding:0 2%;
}

.scrolling-wrap{
	width:100%;
	height: 90px;
	overflow: hidden;
}
.scrolling{
	width:100%;
	height: 90px;
}

/***** FORM *****/

#form{
	background: #F5F5F5;
	padding: 25px;
	box-sizing: border-box;
	border:1px solid #ccc;
}
#form input {
	width: 100%;
	padding: 8px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	box-sizing: border-box;
}

#form textarea {
	width: 100%;
	padding: 8px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 70px;
	box-sizing: border-box;
}
 
#form input.button,
#form input.button:focus {
	font-family: 'montserratbold';
    width:200px; 
    background: #dc7b04;
    font-size: 14px;
	color: #000;
	cursor: pointer;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
#form input.button:hover {
	background: #F49D33;
}

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/*----Listing Lot Number line height overlap correction----*/
.lot-number {
    line-height: 1 !important;
}

/***** FOOTER STYLES *****/

.footer {
	background: #333;
	padding: 35px 0;
	width:100%;
	font-family: 'montserratbold';
	font-size: 12px;
	line-height: 20px;
	color: #aaa;
}
.footer a{
	text-decoration: none;
	display: block;
}
.footer a:hover{color: #fff;}

.bottom-footer{
	background: #000;
	padding: 8px 0;
	font-family: 'montserratbold';
	font-size: 12px;
	line-height: 20px;
	color: #aaa;
}
#host{float: left;}
#host a{text-decoration:none;}
#host a:hover{color: #fff;}
#copyright{float: right; text-align: right;}
 
.clear{clear:both;}	

/***** RESPONSIVE STYLES *****/


@media screen and (max-width: 1450px) {
	.mo-day{width: 125px;}
}

@media screen and (max-width: 1200px) {
.container{padding: 0 25px;}

}

@media screen and (max-width: 1080px){
.container{padding: 0 25px;}

.header{margin:0; border-bottom: 1px #fff solid;}
.header .container{padding:0;}
#location, #logo, #phone{display: block; float: none; width: 100%; font-family: 'montserratbold'; text-align: center; padding: 5px 0;}
#logo{background: #fff;}
#logo img{display: inline-block;}
	
.date-flex {
    flex-direction: column;
    text-align: center;
}
.date-flex p{
	font-size: 14px;
	padding: 0 12px;
	width:95%;
	margin: auto;
}
	
}

@media screen and (max-width: 760px)  {
.mobile_show{display: block;}
.mobile_hide{display: none;}
	
h1 { font-size: 24px; }
h3 { font-size: 19px; }
	
.container{padding: 0 25px;}
.side{display: none;}

.column2{float: none; width: 100%; padding: 0; margin-bottom: 25px;}
.column4{width: 50%; margin-bottom: 25px;}

.header, .hosted-header .header{margin:0; border-bottom: 1px #fff solid;}
.header .container, .hosted-header .header .container{padding:0;}
#location, #logo, #phone{display: block; float: none; width: 100%; font-family: 'montserratbold'; text-align: center; padding: 5px 0;}
#logo{background: #fff;}
#logo img{display: inline-block;}

.main-container{
	width: 100%;
    box-sizing: border-box;
}
aside.side-cal{
	background: #dc7b04;
	width:100%;
	padding:2% 0;
}
.flexit{
	display: flex;
	flex-direction: column;
	margin-top:4px;
}
.date-flex {
    flex-direction: row;
    text-align: left;
}
.date-flex p{
	font-size: 14px;
	padding: 0 12px;
	width:300px;
	margin: 0;
}


.eqf-logo {
	width: 60%;
}
	
}

@media screen and (max-width: 550px){
	
.mobile_show{display: block;}
.mobile_hide{display: none;}
	
h1 { font-size: 24px; }
h3 { font-size: 19px; }
	
.logo_wrap img{
	width:40%;
}
	
.container{padding: 0 25px;}
.side{display: none;}

.column2, .column4{float: none; width: 100%; padding: 0; margin-bottom: 25px;}

.header, .hosted-header .header{margin:0; border-bottom: 1px #fff solid;}
.header .container, .hosted-header .header{padding:0;}
#location, #logo, #phone{display: block; float: none; width: 100%; font-family: 'montserratbold'; text-align: center; padding: 5px 0;}
#logo{background: #fff;}
#logo img{display: inline-block;}

.video iframe{height: 200px;}

.footer{text-align: center;}
#copyright, #host{float: none; width: 100%; text-align: center; margin-bottom: 5px;}

	.eqf-logo {
	width: 75%;
}	
	
}