@charset "UTF-8";
/* CSS Document */

.lot_available{fill:#36C6F4;}
.lot_sold{fill:#565554;}
.st1{fill:none;}
.st2{opacity:0.43;fill:#48B749;}
.st3{fill:#989392;}
.st4{fill:#414142;}
.st5{fill:#9D9896;}
.st6{fill:#CCDFB4;}
.st7{fill:#FFFFFF;}
.st8{font-family:'MyriadPro-Regular';}
.st9{font-size:25px;}

@font-face {
    font-family: 'Raleway';
    src: url('./../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('./../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('./../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./../fonts/raleway-extrabold-webfont.woff2') format('woff2'),
         url('./../fonts/raleway-extrabold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.clear  {clear: both;}

#page  {
	width: 100%;
	height: auto;
	font-family: 'Raleway';
}

.inner  {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

#header_container  {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 20px 20px 50px;
}

#header_left  {
	width: 40%;
	height: auto;
	float: left;
}

#header_left img  {
	width: 100%;
	max-width: 340px;
	height: auto;
}

#header_right  {
 	width: 60%;
 	height: auto;
 	float: left;
}

#body_container  {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

#banner_container  {
	width: 100%;
	height: auto;
	background-image: url('./../images/banner.jpg');
	background-size: 100% auto;
}

#banner_overlay  {
	width: 100%;
	height: auto;
	color: #FFFFFF;
	font-size: 70px;
	font-weight: 500;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.45);
	padding: 200px 0;
}

#title_container  {
	width: 100%;
	height: auto;
	color: #6d6c6c;
	font-size: 70px;
	font-weight: 500;
	text-align: center;
	padding: 100px 0;
}

#title_inner  {
	width: 384px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 6px solid #91bce4;
}

#map_container  {
	width: 100%;
	height: auto;
}

#map_container img  {
	width: 100%;
	height: auto;
}

#slideout_container  {
	width: 400px;
	height: 100%;
	font-family: 'Raleway';
	padding: 24px;
	position: fixed;
	top: 0;
	left: -400px;
	background-color: #3e3e40;
	-webkit-transition: left 750ms ease;
	-moz-transition: left 750ms ease;
	-ms-transition: left 750ms ease;
	-o-transition: left 750ms ease;
	transition: left 750ms ease;
	-webkit-box-shadow: 0px 0px 14px 8px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 14px 8px rgba(0,0,0,0.4);
	display: none;
}

.slideout_open  {left: 0px !important; display: block !important;}

#slideout_header  {
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 10px;
	position: relative;
	color: #FFFFFF;
	font-weight: 500;
}

#slideout_title  {
	width: 100%;
	height: auto;
	font-size: 28px;
	letter-spacing: 1px;
}

#slideout_title_inner  {
	width: auto;
	height: auto;
	float: left;
	border-bottom: 4px solid #91bce4;
	padding-bottom: 12px;
}

#slideout_close  {
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 9px;
}

#slideout_close img  {
	width: 100%;
	height: auto;
}

#slideout_body  {
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 10px;
}

#lot_preview  {
	width: 100%;
	height: auto;
	border: none !important;
}

#lot_name  {
	width: 100%;
	height: auto;
	font-size: 24px;
	padding: 10px 0 10px 0;
	color: #ffffff;
}

#lot_description  {
	width: 100%;
	height: auto;
	font-size: 16px;
	padding: 10px 0 10px 0;
	color: #ffffff;
}

#lot_price_starting_at  {
	width: 100%;
	height: auto;
	font-size: 12px;
	padding: 10px 0 0 0;
	color: #ffffff;
}

#lot_price_subject_to_change  {
	width: 100%;
	height: auto;
	font-size: 10px;
	font-style: italic;
	color: #ffffff;
}

#lot_price  {
	width: 100%;
	height: auto;
	font-size: 32px;
	color: #91bce4;
	font-weight: 500;
	padding: 10px 0 10px 0;
}

#lot_image  {
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

#lot_image img  {
	width: 100%;
	height: auto;
}

.zoomed {
	transform: scale(1.5);
}

#footer_container  {
	width: 100%;
	height: auto;
	background-color: #3e3e40;
	padding: 80px 10%;
	font-family: 'Raleway';
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}

#footer_left  {
	width: 30%;
	height: auto;
	float: left;
}

#footer_logo  {
	width: 100%;
	height: auto;
	max-width: 280px;
	margin-bottom: 20px;
}

#footer_logo img  {
	width: 100%;
	height: auto;
}

#footer_blurb  {
	width: 90%;
	height: auto;
	line-height: 28px;
}	

#footer_middle  {
	width: 30%;
	height: auto;
	float: left;
	line-height: 28px;
}

#footer_right  {
	width: 40%;
	height: auto;
	float: left;
}

#disclaimer  {
	width: 100%;
	height: auto;
	font-weight: 300;
	line-height: 18px;
	font-size: 14px;
	border-top: 2px solid #515255;
	margin-top: 40px;
	padding-top: 20px;
}

.lot_available:hover  {fill: #91bce4 !important;}

.lot_sold:hover  {fill: #303030 !important;}