/*---------------header & page setup----------------*/

.clear {
	clear: both;
}
.theme-dropdown .dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 20px;
}
.theme-showcase > p > .btn {
	margin: 5px 0;
}
.theme-showcase .navbar .container {
	width: auto;
}
.logo {
/*	padding: 7px 0 0 35px;*/
/*	width: 200px;*/
}
.header {
/*	min-height: 200px;*/
/*	display: block;*/
/*	background: url(../images/header-bg-07.png) no-repeat left top;*/
/*	background-size: cover;*/
}
.navbar {
	background: url(../images/footer-bg.png) repeat-x #6f9fc9;
	border-radius: 0;
	border-width: 0 0 1px;
	z-index: 1030;
	left: 0;
	right: 0;
	margin-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #e7e7e7;
	color: #6F9FC9;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #e7e7e7;
	text-transform: uppercase;
}
.navbar-toggle {
	background-color: rgba(240,240,240,1);
}
#tagline {
	background-color: rgba(10,69,101,0.67);
	color: #FFF;
	font-family: "quatro-slab", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 97%;
	font-size: 1.8em;
	padding: 10px;
	margin: 30px 15px 30px 15px;
	float: right;
}
.container {
	/*width: 100%;*/
}
.navbar-brand {
	float: none;
}
.affix {
	top: 0px;
}
.affix-top {
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*---------------END header & page setup----------------*/

/*---------------footer----------------*/

.footer {
/*	background: url(../images/footer-bg2.png) repeat-x #90B3D9;*/
/*	color: #fff;*/
/*	font-size: 12px;*/
/*	padding: 15px;*/
/*	margin: 15px 0;*/
/*	position: relative;*/
}
.footer a, .footer a:hover {
/*	color: #2B5D79;*/
}
.footer a:hover {
/*	text-decoration: underline;*/
}
.copyright {
/*	font-size: 10px;*/
}
.icons {
	min-height: 90px;
	display: flex;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: flex-end; /* Safari 7.0+ */
	align-items: flex-end;
	justify-content: flex-end;
}
.icons img {
	margin: 0 4px 0;
}
.eho {
	padding-bottom: 3px;
}
.birch {
	padding-bottom: 3px;
}
/*a { color: #0A4565; }*/
/*a:hover { color: #2B5D79; }*/

@media (max-width: 992px) {
.icons {
	min-height: 30px;
}
}
/*---------------END footer----------------*/

/*---------------Home----------------*/

.form-ext {
    /* display:none;*/
}
.homeContainer {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
}
.homeSub {
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	background: url(../images/lawn.png) no-repeat;
	background-size: cover;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start; /* Safari 7.0+ */
	align-items: flex-start;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 50px;
}

@media (max-width: 768px) {
.homeContainer {
	position: relative;
	width: 100%;
	padding-bottom: 400%;
	height: auto;
}
.homeSub {
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	background: url(../images/lawn.png) no-repeat;
	background-size: cover;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start; /* Safari 7.0+ */
	align-items: flex-start;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 50px;
}

.homeSub div.form-group div.radio {
	font-size: 12px;
	.display: inline-block;
	margin: 10px 10px 0 0;
}

.homeSub div.form-group div.radio input {
	margin-top: 3px;
}
}

@media (min-width: 769px) and (max-width: 1200px) {
.homeContainer {
	position: relative;
	width: 100%;
	padding-bottom: 130%;
	height: auto;
}
.homeSub {
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	background: url(../images/lawn.png) no-repeat;
	background-size: cover;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start; /* Safari 7.0+ */
	align-items: flex-start;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 50px;
}

.homeSub div.form-group div.radio {
	font-size: 12px;
	.float: right;
	display: inline-block;
	margin: 5px 10px 0 0;
}
}
.homeSub div.form-group {
	position: relative;
	background-color: rgba(255,255,255,0.70);
	padding: 15px;
	width: 90%;
	font-weight: normal;
	color: rgba(99,99,99,1.00);
	margin: 12px;
}
.homeSub div.form-group button.btn {
	float: right;
	margin-top: 15px;
}
.homeSub div.form-group div.radio {
	font-size: 12px;
	.float: right;
	display: inline-block;
	margin: 25px 10px 0 0;
}
.homeSub div.form-group div.radio input {
	margin-top: 0px;
}
.homeSub div.form-group div.radio label {
	min-height: 0px;
	margin-right: 15px;
}
#main_search {
	width: 100%;
	margin: 3px 0 5px 0;
}
.panel {
	box-shadow: none;
	background-color: transparent;
	border: 1px solid transparent;
}
.panel-default {
	border-color: transparent;
}
.panel-title {
	color: inherit;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
}
.panel-default > .panel-heading {
	background-image: none;
}
.panel-title > a {
	color: #0a4565;
	font-size: 14px;
	font-weight: bold;
	border: none;
}
.panel-title > a:hover {
	color: #2b5d79;
}
.panel-default > .panel-heading {
	background-color: transparent;
	border-color: transparent;
	color: inherit;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}
.panel-heading {
	padding: 10px 0 0;
}
.panel-group {
	margin-bottom: 0px;
}
.homeSub div.form-ext div.form-group {
	margin: 0px;
	padding: 10px;
	width: 100%;
}
.homeSub div.form-ext div.form-group hr {
	margin: 0 auto 10px;
	padding: 0px;
	color: rgba(202,202,202,1.00);
	background-color: rgba(202,202,202,1.00);
	height: 1px;
	border: 0;
	width: 100%;
}
.homeSub div.form-ext div.form-group select {
	float: right;
}

@media (max-width: 768px) {
.homeSub div.form-ext div.form-group hr {
	visibility: hidden;
}
.homeSub div.form-ext div.form-group select {
	float: none;
}
.homeSub div.form-group div.radio {
	display: inline;
	float: none;
	margin: 12px 10px 0 0;
}
.homeSub div.form-group {
	width: 100%;
}
}
input#searchScope_1 {
	margin-right: 5px;
}
input#searchScope_0 {
	margin-right: 5px;
}
/*---------------END Home----------------*/

/*---------------UI----------------*/

.btn {
	border-radius: 15px;
	padding: 6px 14px;
}
.btn-success {
	background-image: none;
	border-color: #aec146;
	background-color: #aec146;
	box-shadow: none;
	text-shadow: none;
}
.btn-success:hover {
	background-color: #98B012;
	border-color: #98B012;
}
/*---------------END UI----------------*/
 
 /*---------------List Page----------------*/
.list {
	clear: both;
}
.listSub {
	width: 100%;
	background-color: #F0F0F0;
	margin-bottom: 15px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center; /* Safari 7.0+ */
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.listSub div.form-group {
	background-color: rgba(255,255,255,0.70);
	padding: 15px;
	width: 100%;
	font-weight: normal;
	color: rgba(99,99,99,1.00);
	margin: 12px;
}
.listSub div.agents {
	background-color: rgba(255,255,255,0.70);
	padding: 15px;
	width: 50%;
	font-weight: normal;
	color: rgba(99,99,99,1.00);
	margin: 12px;
}
.listSub div.form-group button.btn {
	float: right;
	margin-top: 15px;
}
.listSub div.form-group div.radio {
	font-size: 12px;
	margin: 25px 10px 0 0;
}
.listSub div.form-group div.radio input {
	margin-top: 0px;
}
.listSub div.form-group div.radio label {
	min-height: 0px;
	margin-right: 15px;
}
.list div.row {
	border-bottom: 1px solid #808080;
	padding: 15px 0;
	margin: 0px;
}

.listSub div.form-ext div.form-group {
	margin: 0px;
	padding: 10px;
	width: 100%;
}
.listSub div.form-ext div.form-group hr {
	margin: 0 auto 10px;
	padding: 0px;
	color: rgba(202,202,202,1.00);
	background-color: rgba(202,202,202,1.00);
	height: 1px;
	border: 0;
	width: 100%;
}
.listSub div.form-ext div.form-group select {
	float: right;
}
#subdivision {
	float: right;
}
#area {
	float: right;
}
#agent_first_name {
	float: right;
}
#agent_last_name {
	float: right;
}

#subcategory_residential_group {
	padding-top: 0px;
}
#subcategory_commercial_sale_group {
	padding-top: 0px;
}
#land_description_group {
	padding-top: 0px;
}
#area_group {
	padding-top: 0px;
}
#bedroom_group {
	padding-top: 0px;
}
#baths_group {
	padding-top: 0px;
}
.beds {
	margin:0;
	padding:0;
}
#subdivision_group {
	padding-top: 0px;
}

#price_group {
	margin-top:7px;
}

#square_feet_group {
	padding-top: 0px;
}

#year_built_group {
	padding-top: 0px;
}

#schools_group {
	padding-top: 0px;
}

#show_only_group {
	padding-top: 0px;
}

#price {
	float: right;
}
#square_feet {
	float: right;
}

#year_built {
	float:right;
}

.schools {
	margin:0px;
	padding:0px;
}

#open_house{
	float:left;
	display:inline-block;
	margin:-2px 3px 0 0;
}

#price_reduced{
	float:left;
	display:inline-block;
	margin:-2px 3px 0 0;
}

#new_listing{
	float:left;
	display:inline-block;
	margin:-2px 3px 0 0;
}

.show_only {
	margin-left:0;
	padding-left:0;	
}

#open_house_only_label{
	font-weight:normal;
}

#price_reduced_only_label{
	font-weight:normal;
}

#new_listing_only_label{
	font-weight:normal;	
}

.panel-body {
	padding: 0px;
}

@media (max-width: 768px) {
.listSub div.form-ext div.form-group hr {
	visibility: hidden;
}
.listSub div.form-ext div.form-group select {
	float: none;
}
#area {
	float: none;
}
#bedrooms_select {
	float: none;
}
#baths_select {
	float: none;
	margin-top: 3px;
	margin-right: 3px;
}

#price_max {
	margin-top:3px;
}

#subdivision {
	float: none;
}
#price {
	float: none;
}
#square_feet {
	float: none;
}

#year_built {
	float:none;
}

#square_feet_max{
	margin-top:3px;
}

#year_built_max{
	margin-top:3px;
}

#middle {
	margin-top:3px;
}

#elementary {
	margin-top:3px;
}

.listSub div.form-group div.radio {

	margin: 10px 10px 0 0;
}
.listSub div.form-group {
	width: 100%;
}
}
/*.list div.row div.col-md-1{
	width:5%;
}

.list div.row div.col-md-1 hidden-xs space{
	width:3%;
}*/

/*
.address {
	font-size: 30px;
	font-weight: bold;
}

a.address {
	font-size: 30px;
	color: #0A4565;
	font-weight: bold;
}
*/
a.address:hover {
	text-decoration: none;
	color: #2B5D79;
}
.price {
	font-size: 26px;
	color: #AEC146;
	font-weight: bold;
	letter-spacing: 1px;
}
/*
.standard {
	font-size: 18px;
	color: #58595B;
}
*/
ul.listInfo {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.listInfo li {
	display: inline;
	padding-right: 10px;
}
ul.listInfo li span {
	font-size: 22px;
	font-weight: bold;
	padding-right: 5px;
}
.agent {
	font-size: 14px;
	color: #58595B;
	margin-top: 10px;
	font-style: normal;
	font-weight: 200;
}
.highlight {
	margin-top: 10px;
}
.info {
	background: url(../images/icons_sprite-06.png) 0 0 no-repeat;
	height: 30px;
	width: 30px;
}
.info:hover {
	background: url(../images/icons_sprite-06.png) 0 -30px no-repeat;
}
.email {
	background: url(../images/icons_sprite-02.png) 0 0 no-repeat;
	height: 30px;
	width: 30px;
}
.email:hover {
	background: url(../images/icons_sprite-02.png) 0 -30px no-repeat;
}
.pinterest {
	background: url(../images/icons_sprite-05.png) 0 0 no-repeat;
	height: 30px;
	width: 30px;
}
.pinterest:hover {
	background: url(../images/icons_sprite-05.png) 0 -30px no-repeat;
}
.facebook {
	background: url(../images/icons_sprite-04.png) 0 0 no-repeat;
	height: 30px;
	width: 30px;
}
.facebook:hover {
	background: url(../images/icons_sprite-04.png) 0 -30px no-repeat;
}
.twitter {
	background: url(../images/icons_sprite-03.png) 0 0 no-repeat;
	height: 30px;
	width: 30px;
}
.twitter:hover {
	background: url(../images/icons_sprite-03.png) 0 -30px no-repeat;
}
.listingTotals {
	float: right;
	margin: 10px 0;
}
#totalResults {
	margin: 10px 0 0;
}
#propertyType {
	clear: right;
	margin: 0;
}

#mainSearch {
	clear: right;
	margin: 0;
}
.SortBtns {
	float: left;
	margin: 10px 0;
	font-weight:bold;
}

.sortup {
	background:url(../images/sort_green.png) 0 0 no-repeat;
	height:25px;
	width:25px;
	float:left;
	margin: -2px 0 0 5px;
}

.sortup.active {
	background:url(../images/sort_green.png) 0 -25px no-repeat;
}

.sortdown {
	background:url(../images/sort_green.png) -25px 0 no-repeat;
	height:25px;
	width:25px;
	float:left;
	margin: -2px 0 0 5px;
}

.sortdown.active {
	background:url(../images/sort_green.png) -25px -25px no-repeat;
}

.left {
	float:left;
	margin-left:15px;
}
.noUnderline {
	text-decoration: none;
}
.noUnderline:hover {
	text-decoration: none;
}


	

/*---------------END List Page----------------*/
  
  /*---------------START Detail Page----------------*/
  
.remarks {
	margin-top: 20px;
}
.bold_number {
	font-size: 22px;
	font-weight: bold;
	padding-right: 5px;
}
#right {
	text-align: right;
}
.row #underline {
	padding: 0px;
}
#underline hr {
	margin: 8px auto 20px;
	color: #6FA0C8;
	background-color: #6FA0C8;
	height: 2px;
	border: 0;
	width: 97.5%;
}
.open_house {
	margin-top: 8px;
}
.open_house_icon {
	background:url(../images/icons-01.png) 0 0 no-repeat;
	background-size: 30px 30px;
	margin-right: 2px;
	margin-top: -4px;
	width:30px;
	height:30px;
	float:left;
}

.new_listing {
	margin-top: 8px;
}
.new_listing_icon {
	background:url(../images/icons-08.png) 0 0 no-repeat;
	background-size: 30px 30px;
	margin-right: 2px;
	margin-top: -4px;
	width:30px;
	height:30px;
	float:left;
}

.price_reduced {
	margin-top: 8px;
}
.price_reduced_icon {
	background:url(../images/icons-07.png) 0 0 no-repeat;
	background-size: 30px 30px;
	margin-right: 2px;
	margin-top: -4px;
	width:30px;
	height:30px;
	float:left;
}
.dates {
	margin-top: 3px;
	font-size: 14px;
	color: #58595B;
	font-style: normal;
	font-weight: 200;
}
.social_listing {
	margin: 8px 5px 10px 0;
	float: left;
}
.social_detail {
	margin: 0px 5px 10px 0;
	float: left;
}
.squareft {
	margin-right: 15px;
}
.border {
	border-bottom: 1px solid rgba(238,238,238,1.00);
	border-top: 1px solid rgba(238,238,238,1.00);
	display: block;
	height: 52px;
	padding: 10px 0;
	margin: 10px 0;
}
.nolistings {
	font-size: 25px;
	margin: 100px;
	text-align: center;
}
.details {
	margin-bottom: 10px;
}
.space {
	margin-bottom: 20px;
}
.row.space {
	margin-bottom: 10px;
}

.agentButton {
	width:100%;
	min-height:60px;
	background-color:#AEC146;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	padding:15px;
	font-size:22px;
	margin-bottom:15px;
	border-radius:3px;
	border:none;
	outline:none;
}

.agentButton:hover {
	background-color:#B8CC4A;
	text-decoration:none;
}

.realtorButton {
	width:100%;
	height:60px;
	background-color:#6FA0C8;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	padding:15px;
	font-size:22px;
	margin-bottom:25px;
	border-radius:3px;
	border:none;
	outline:none;
}

.realtorButton:hover {
	background-color:#88AFD5;
	text-decoration:none;
}
.documents {
    font-size: 14px;
    list-style: outside none none;
    padding: 0;
}
/*---------------END Detail Page----------------*/
  
  
  /*---------------Agent Page----------------*/
  
img.agent {
	max-width: 250px;
	max-height: 250px;
}
.right img {
	margin: 10px auto;
}
.agents {
	padding: 0px;
}
.agents a {
	padding: 0 7px;
	font-size: 20px;
	font-weight: bold;
	color: #D1D3D4;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-top: 10px;
}
.agents a:hover {
	background-color: #D1D3D4;
	color: #ffffff;
}
.agents a.active {
	background-color: #aec146;
	color: #ffffff;
}
.agents hr {
	color: #6FA0C8;
	background-color: #6FA0C8;
	height: 2px;
	border: 0;
	width: 100%;
}
.top {
	margin-top: 30px;
}
.center {
	margin: 10px auto 0;
}


  /*---------------END Agent Page----------------*/
  /*---------------General----------------*/
#validationErrors {
	color: red;
	font-weight: bold;
}

.collapse {
	display: block;
	visibility: visible;
}
.pr-collapse {
	display: none;
}
.pr-collapse.in {
	display: block;
}
h4.panel-title a#more_search_options[aria-expanded="true"] {
   color: #919191;
}
h4.panel-title a#more_search_options {
	color: #0a4565;
}
hr {
    border-color: #ccc;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 40px 0;
}
hr.smallerPadding {
	margin: 20px 0 20px 0;
}
hr.smallTopBigBottom {
	margin: 20px 0 40px 0;
}


div.ROOM_2 {
    display: inline-block;
	width: 27%;
}
div.ROOM_3 {
    display: inline-block;
	text-align: center;
	width: 15%;
}
div.ROOM_5 {
    display: inline-block;
	width: 40%;
}
div.ROOM_9 {
    display: inline-block;
	text-align: center;
	width: 9%;
}
div.ROOM_8 {
    display: inline-block;
	text-align: center;
	width: 9%;
}


div.UNIT_2 {
    display: inline-block;
	width: 7%;
}
div.UNIT_12 {
    display: inline-block;
	width: 12%;
}
div.UNIT_3 {
    display: inline-block;
	width: 10%;
}
div.UNIT_4 {
    display: inline-block;
	width: 14%;
}
div.UNIT_6 {
    display: inline-block;
	width: 9%;
}
div.UNIT_5 {
    display: inline-block;
	width: 9%;
}
div.UNIT_7 {
    display: inline-block;
	width: 39%;
}
.row.space > div {
    padding-left: 15px;
}
div.listingsRemarks {
	display: none;
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0;
}
h3.firstHeading > a {
	font-size: 14px;
}
h3.firstHeading {
	font-size: 14px;
	margin: 0 !important;
	padding: 0 !important;
}
div#bodyContent span.price {
	font-size: 20px;
}

/* #googleMap {
	float: right;
	margin-top: 15px;
} */
#map_canvas {
	height: 300px;
	width:1000px;
}
#map_canvas_details_page {
	height: 300px;
	width:200px;
}
	
#map_canvasdetails {
	height: 200px;
}

.sliderMainImg {
	/*max-height: 460px;*/
}
.sliderThumbImg {
	max-height: 160px;
}

.SortBtns {
      width: 100%;
}