/* ==========================================================================
   General
/* ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Lato:300,400);

a {
	color:#252526;
}

a:hover {
	color:#FF4500;
}

div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

/* ==========================================================================
   Layout
/* ========================================================================== */

body {
	color: #252526;
	font-family: 'Lato', sans-serif;
	margin:0;
	padding:0;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:1200px;
	min-height:700px;
}

#inner_wrapper {
	position:relative;
	margin:0 auto;
	width:980px;
}

.wrapper {
	position: relative;
	margin: auto;
	width: 980px;
}

/* ==========================================================================
   Header
/* ========================================================================== */

#header-wrapper {
	border-bottom: 1px solid #ccc;
}

#header {
	position:relative;
	padding:15px 0;
	z-index:999;
	background: #fff;
}

#logo {
	width: 200px;
}

#logo a {
	display:block;
}

#top-nav {
	position:absolute;
	right:-10px;
	top:15px;
	font-size:70%;
}

#top-nav a {
	padding:0 10px;
	font-weight: 400;
	color: #252526;
	text-decoration:none;
}

#top-nav a:hover {
	color:#FF4500;
}

#top-phone {
	position:absolute;
	right:0;
	top:35px;
	font-size:140%;
	font-weight:300;
}

/* ==========================================================================
   Navigation
/* ========================================================================== */

#nav-container {
	position:absolute;
	width:auto;
	top:75px;
	right:-17px;
	z-index:999;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	position:relative;
	float:left;
	height:34px;
	background:url(../img/nav-spacer.gif) no-repeat;
}

#nav li:first-child {
	background:none !important;
}

#nav li a {
	display:block;
	padding:0 17px 0 17px;
	color:#252526;
	font-size:80%;
	font-weight:400;
	line-height:34px;
	text-transform:uppercase;
	text-decoration:none;
}
#nav li a:hover {
	color:#FF4500;
}

#nav li ul {
	display:none;
	position:absolute;
	top:34px;
	left:17px;
	min-width:200px;
	margin:0;
	padding:5px 0;
	background:#fafafa;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #111;
	z-index:999;
}

#nav li ul li {
	float: none;
	display:block;
	background:none;
}

#nav li ul li a {
	color:#000;
	font-weight:400;
	white-space:nowrap;
}

.nav-mobile {
	display: none;
	float: right;
	width: 30px;
	overflow: hidden;
	margin-right: 15px;
	text-indent: 150%;
	line-height: 40px;
	background: url(../img/menu-icon.png) center no-repeat;
}



/* ==========================================================================
   Slider
   ========================================================================== */


#slide-wrapper {
	padding: 20px 0;
	background: #FF4500;
}

#slides {
	width: 100%;
	height: 400px;
}

.slide {
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
}

/* ==========================================================================
   Home
/* ========================================================================== */



#window_container {
	position:relative;
	margin: 50px 0;
	padding: 5px;
	background: #fff;
	border-radius: 4px;
}

.window-inner {
	height: 290px;
	border: 1px solid #ccc;
}

/* Quick Search */

#qs {
	padding:10px 10px 0 10px;
	font-size:80%;
	color: #fff;
}

#qs h1 {
	font-size:140%;
	margin:5px 0 15px 0;
}

#qs form {
	margin:0;
	padding:0;
}

.form-control {
	margin-bottom: 10px;
}

#idx_quick_search_mls {
	margin-bottom: 10px;
}

#idx_quick_search_mls_input {
	display: inline-block;
	height: calc(2.25rem + 2px);
	width:80%;
	margin-bottom: 0;
	font-size:11px !important;
	color:#000;
}

#idx_quick_search_advanced {
	margin-top:0;
}

#high_price,
#low_price,
#beds_in,
#baths_in {
	display: inline-block;
	width:49%;
	font-size:12px;
}

#area-listing {
	width:99%;
	font-size:12px;
}

#qs h3 {
	display: none;
	margin:5px 0;
	font-size:14px;
}



/* Mid Container */

#mid-container {
	position:relative;
	padding:15px 0;
}

#mid-container h2 {
}

#featured {
	position:relative;
}

.prev, .next {
	position:absolute;
	bottom:46px;
}

.prev {
	left:-20px;
}

.next {
	right:-20px;
}

.listings {
	position:relative;
	overflow:hidden;
	width:980px;
	height:120px;
	margin-left:0;
}

.items {
	width:20000em;
	position:absolute;
}

.items div {
	float:left;
	margin-top:4px;
}

.items img {
	padding:2px;
	margin:0 10px 0 11px;
	border:1px solid #222;
}


.two-col {
	margin-top:20px;
}

#welcome,
#agent {
	float:left;
}

#agent {
	width:30%;
}


#agent img {
	float:left;
	margin-right:10px;
	border:1px solid #333;
}

#agent a {
	font-size:90%;
	color:#252526;
	text-decoration:none;
}

#agent a:hover {
	color:#FF4500;
}

.agent-name {
	font-weight:bold;
	margin-bottom:5px;
}

.agent-phone {
	margin-bottom:10px;
}

#welcome {
	width:65%;
	margin-left:5%;
}

#welcome p {
	font-size:80%;
	line-height:18px;
	padding-bottom:10px;
}

#welcome a {
	color:#252526;
	text-decoration:none;
}

#welcome a:hover {
	color:#FF4500;
}


/* ==========================================================================
   Content / Backend
/* ========================================================================== */

#container {
	position:relative;
	padding: 50px 0;
	line-height:20px;
	font-size:80%;
	min-height:550px;
}

#container h1 {
	font-size:180%;
	font-weight:400;
	padding-bottom:20px;
	text-transform:uppercase;
}

#container p {
	padding-bottom:20px;
}

#container a {
	text-decoration:none;
}



/* agents */

.agent {
	float:left;
	margin:0 5px 10px 0;
	padding:5px;
	background:#222;
	text-align:center;
	font-size:90%;
}

.agent a {
	display:block;
	color:#fff;
}

.agent div {
	max-width:125px;
	white-space:nowrap;
	overflow:hidden;
}

.agent-left {
	float:left;
	width:20%;
	text-align: center;
}

.agent-left img {
	max-width: 100%;
}

.agent-left a {
	display: block;
}

.agent-right {
	float:right;
	width:76%;
}

.one-half {
	float:left;
	width:48%;
	margin-right:2%;
}


.idx_detail_data span, .idx_detail_roomdim_hdr, .idx_detail_feature_hdr {
	background: #666 !important;
}




/* ==========================================================================
   Forms
/* ========================================================================== */

#contact-form {
	width:350px;
}

#ntm select {
	margin-bottom:0;
}



/* ==========================================================================
   Footer
/* ========================================================================== */

.footer_wrapper {
	position:relative;
	background:#024089;
}

.footer_container {
	position:relative;
	padding-top:20px;
	padding-bottom: 20px;
	font-size:11px;
	color:#fff;
	line-height:12px;
}

.footer_left {
	float:left;
	width:33%;
}

.footer_left img {
	display: block;
	height: 30px;
	margin-bottom:5px;
}

.footer_center {
	float:left;
	width:33%;
	text-align:center;
}

.licensed {
	font-size: 14px;
	margin-bottom: 5px;
}

.footer_right {
	float:left;
	width:33%;
	text-align:right;
}

.disclaimer {
	text-align: center;
	font-size: 11px;
	color: #ccc;
	padding-bottom: 20px;
}


/* ==========================================================================
   Helpers
/* ========================================================================== */


.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.placeholder {
  color: #aaa;
}

/* ==========================================================================
   Responsive
/* ========================================================================== */

@media (max-width: 1200px) {
	#wrapper { width: 100%; }
}

@media (max-width: 980px) {
	#inner_wrapper, .wrapper { width: 100%; padding-left: 20px; padding-right: 20px; }
	#nav li a { font-size: 11px; padding: 0 10px; }
	#nav li ul { left: 10px; }
	.listings { width: 100%; }
}

@media (max-width: 880px) {
	#idx_quick_search_mls_input { width:70%; }
}

@media (max-width: 768px) {
	#agent, #welcome { float: none; width: 100%; margin: 0 0 20px; }
	.footer_left img { margin: 0 auto 5px; }
	.footer_left, .footer_center, .footer_right { float: none; width: 100%; margin-top: 10px; text-align: center; }
}

@media (max-width: 767px) {
	#nav { display: none; }
	.nav-mobile { display: block; }
	#slides { display: none; }
	#qs { width: 100%; }
	.agent-left, .agent-right, .one-half { float: none; width: 100%; margin: 0 0 20px; }
	.agent-left { text-align: left; }
}

@media (max-width: 480px) {
	#header { padding: 30px 0 0; }
	#logo { width: 180px; background-size: contain; }
}


