html {
	padding:0px;
	margin:0px;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	padding:0px;
	margin:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#242021;
	font-size:16px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.burgundy {
	color:#7b1d20;
}
.burgundy-bg {
	background-color:#7b1d20;
}
.cream {
	color:#f5f1e3;
}
.cream-bg {
	background-color:#f5f1e3;
	vertical-align:
}
.grey, .gray {
	color:#999;
}
.grey_bg, .gray_bg {
	background-color:#999;
}

#nav {
	padding:0px;
	margin:0px;
	
}
#navbar {
	padding:0;
	margin:0;
	margin-bottom:0px;
	padding-bottom:0px;
    z-index: 10001 !important;
}
.navbar {
	margin:0;
	padding:0;
	border-radius:0;
    z-index: 10001 !important;
}
.navbar .nav li {
    display: inline-block;
    float: none;
}
.navbar .nav {
    float: none;
    text-align: center;
}
.dropdown-menu {
    z-index: 10001 !important;
}
.dropdown-menu li{
    z-index: 10001 !important;
}
.dropdown-menu li->a{
    z-index: 10001 !important;
}

a:active, a:visited, a:link {
	color:#7b1d20;	
	text-decoration:underline;
}
a:hover {
	color:#353535;
	text-decoration:none;
}
.footer a:active,.footer a:visited, .footer  a:link {
	color:#7b1d20;	
	text-decoration:none;
}
.footer a:hover {
	color:#543717;
	text-decoration:underline;
}
#page {
	padding:0px;
	background:#FFFFFF;
	min-height:70vh;
	box-shadow: 0px 0px 8px #c0c0c0;
	padding:3px;
}
#header_div {
	-webkit-box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.4);
	padding:0px;
	z-index:9999;
	position:relative;
}
#page_header_div {
	-webkit-box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.4);
	padding:0px;
	z-index:9999;
	position:relative;
}
#featured_listings {
	-webkit-box-shadow: 0px -4px 10px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px -4px 10px 4px rgba(0,0,0,0.6);
	box-shadow: 0px -4px 10px 4px rgba(0,0,0,0.6);
	padding:8px 0px;
	background:#ececec;
	z-index:9999;
	position:relative;
	height:175px;
}

.featured_div {
	position:relative;
	height: 159px;
	display:inline-block;
	float:left;
	width:350px;
	background:#FFFFFF;
	padding:0;
	margin:0;
}
.featured_seperator {
	transform: rotate(-90deg);
	transform-origin: right top 0;
	position:absolute;
	top:0;
	right:-4px;
	background:#ececec;
	color:#7c1d21;
	text-align:center;
	width:160px;
	font-size:1.2em;
}
.featured_picture {
	position:relative;
	display:inline-block;
	padding:5px;
}
.featured_img {
	height:149px;
	width: 169px;
	background:url('/images/junk/4.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }
.featured_content {
	display:inline-block;
	float:right;
	width:165px;
	margin:5px 5px 0 0;
}
.featured_details {
	font-size:18px;
	border-top: 3px #ececec solid;
	border-bottom: 3px #ececec solid;
	color: #000000;
	text-align:center;
}
.featured_price {
	color: #7c1d21;
	font-size:24px;
	text-align:right;
	font-weight:bold;
}
.featured_address {
	font-size:18px;
	line-height:18px;
	color:#000000;
}
.featured_address_full {
	height:60px;
	overflow:hidden;
}
.featured_city {
	padding-left:10px;
	text-align:right;
	color:#000000;
}
.featured_reduced {
	position:absolute;
	bottom:5px;
	background: #6db900;
	border-radius: 0;
	width:169px;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding:5px auto;
	font-size:1.3em;
	border-top: 2px #fff solid;
}

.featured_reduced:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom-color: #fff;
	border-top: 0;
	margin-left: -15px;
	margin-top: -15px;
}
.featured_new {
	position:absolute;
	bottom:5px;
	background: #59C9E7;
	border-radius: 0;
	width:169px;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding:5px auto;
	font-size:1.3em;
	border-top: 2px #fff solid;
}

.featured_new:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom-color: #fff;
	border-top: 0;
	margin-left: -15px;
	margin-top: -15px;
}
.featured_pending {
	position:absolute;
	bottom:5px;
	background: #E08F00;
	border-radius: 0;
	width:169px;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding:5px auto;
	font-size:1.3em;
	border-top: 2px #fff solid;
}

.featured_pending:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom-color: #fff;
	border-top: 0;
	margin-left: -15px;
	margin-top: -15px;
}
.featured_exclusive {
	position:absolute;
	bottom:5px;
	background: #FFED48;
	border-radius: 0;
	width:169px;
	color: #3F3F3F;
	font-weight:bold;
	text-align:center;
	padding:5px auto;
	font-size:1.3em;
	border-top: 2px #fff solid;
}

.featured_exclusive:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom-color: #fff;
	border-top: 0;
	margin-left: -15px;
	margin-top: -15px;
}

.increase {
	color: #7c1d21;
}
.decrease {
	color: #6db900;
}
.navbar-inverse {
	background: url('/images/black_60.png') repeat top left;
	border-width:0px;
	font-size:16px;
	text-transform:uppercase;
	color: #FFFFFF;
	padding:0px;
	margin:0px;
	z-index:10002;
}

.navbar-nav {
	padding:0px;
	margin:0px;
	z-index:10005 !important;
}
.navbar-inverse .navbar-nav > li > a
{
	color:#FFFFFF;
	border-left:0px #000000 solid;
	text-decoration:none;
	margin:0px;
	padding:5px 10px;
}
.navbar-inverse .navbar-nav > li > ul {
	background:#FFFFFF;
	border:0px #7b1d20 solid;
	z-index:10005 !important;
}
.navbar-inverse .navbar-nav > li > ul > li {
    display: block;
    width: 100%;
	z-index:10005 !important;
}
.navbar-inverse .navbar-nav > li > ul > li > a {
	text-decoration: none;
	color:#7b1d20;
    display: block;
    height: 100%;
    width: 100%;
	z-index:10005 !important;
}
.navbar-inverse .navbar-nav > li > ul > li > a:hover {
	color:#7b1d20;
	background: url('/images/black_20.png') repeat top left;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
    color: #FFFFFF;
	background: url('/images/black_20.png') repeat top left;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #FFFFFF;
	background: url('/images/black_60.png') repeat top left;
}
.navbar-inverse .nav_item_last {
	border-right:0px;
}
.navbar-inverse .navbar-nav .nav_item_first {
	border-left: #000000 0px solid;
}
.collapse {
	padding: 0;
	margin: 0;
}
.top {
	text-align:right;
	background:#f3f3f3;
	color:#690202;
	padding:2px 10px;
	font-size:1.3em;
}
.mobile_top {
	background: url('/images/seasonal/bg/normal.jpg') repeat-x top left;
}
.top_corner_right {
	text-align:right;
}
.top_corner_left {
	text-align:left;
}
.footer {
	background:#f3f3f3;
	line-height:15px;
}
.footer_border {
	background: url('/images/grass_border.png') repeat-x top left;
	height:14px;
}
.footer_border2 {
	background: url('/images/brown_border.png') repeat-x top left;
	height:14px;
}
.slideshow {
	position:relative;
	top:-38px;
}

.slideshow-title {
    color: #ffffff !important;
    filter: drop-shadow(2px 2px 2px #000000);
}
.slideshow-sub-title {
    color: #ffffff !important;
    filter: drop-shadow(2px 2px 2px #000000);
}
.top_header {
	position:relative;
	margin-top:-40px;
	background-image: url('/images/header_bg.jpg');
	background-position:left;
	background-size:cover;
	height:200px;
	box-shadow: 0px 8px 8px #c0c0c0;
	border-bottom:2px #7b1d20 solid;
}
.second_logo {
	display: none;
}

.btn-default {
	color:#7c1d21 !important;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 54%, #efefef 64%, #efefef 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	border:1px #7c1d21 solid;
 	-webkit-border-radius: 5px;
	border-radius:5px;
	text-shadow:none;
}
.btn-default:hover {
	color: #000000  !important;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #f0f0f0 54%, #cbcbcb 64%, #cbcbcb 100%);
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#f0f0f0 54%,#cbcbcb 64%,#cbcbcb 100%);
	background: linear-gradient(to bottom,  #f0f0f0 0%,#f0f0f0 54%,#cbcbcb 64%,#cbcbcb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cbcbcb',GradientType=0 );
	text-shadow:none;
}
.btn-burgundy {
	background: #7c1d21;
	background: -moz-linear-gradient(top,  #7c1d21 0%, #7c1d21 54%, #66181b 64%, #66181b 100%);
	background: -webkit-linear-gradient(top,  #7c1d21 0%,#7c1d21 54%,#66181b 64%,#66181b 100%);
	background: linear-gradient(to bottom,  #7c1d21 0%,#7c1d21 54%,#66181b 64%,#66181b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1d21', endColorstr='#66181b',GradientType=0 );
	color:#ffffff;
	border:1px #7c1d21 solid;
 	-webkit-border-radius: 5px;
	border-radius:5px;
	text-shadow:none;
}
.btn-burgundy:hover {
	background: #7c1d21;
	background: -moz-linear-gradient(top,  #66181b 0%, #66181b 54%, #4c1214 64%, #4c1214 100%);
	background: -webkit-linear-gradient(top,  #66181b 0%,#66181b 54%,#4c1214 64%,#4c1214 100%);
	background: linear-gradient(to bottom,  #66181b 0%,#66181b 54%,#4c1214 64%,#4c1214 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66181b', endColorstr='#4c1214',GradientType=0 );
	color: #ffffff;
	text-shadow:none;
}
#search_bar {
	background:rgba(124,29,33,.65);
	position:absolute;
	z-index:10000;
	bottom:0px;
	height:80px;
	width:100%;
}
#search_bar .search-title {
	padding-left:0;
	color:#FFFFFF;
	font-size:22px;
	text-align:right;
	line-height:24px;
	margin-top:5px;
	padding-top:10px;
	padding-bottom:10px;
	border-right:3px #FFFFFF solid;
	font-weight:100;
	padding-right:5px;
}
#search_bar .search-submit {
	color:#FFFFFF;
	margin-top:5px;
	border-left:3px #FFFFFF solid;
	padding-left:0;
	padding-bottom:18px;
	padding-top:18px;
}
.custom-dropdown {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 54%, #efefef 64%, #efefef 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	color:#000000;
 	-webkit-border-radius: 2px;
 	border-radius: 2px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	padding:0 0 0 5px;
	overflow:hidden;
}
.custom-dropdown:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #f0f0f0 54%, #cbcbcb 64%, #cbcbcb 100%);
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#f0f0f0 54%,#cbcbcb 64%,#cbcbcb 100%);
	background: linear-gradient(to bottom,  #f0f0f0 0%,#f0f0f0 54%,#cbcbcb 64%,#cbcbcb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cbcbcb',GradientType=0 );
}
.custom-dropdown .dd-label {
	color:#000000;
	padding:2px 0;
	float:left;
}
.custom-dropdown .dd-arrow {
	background: #000000;
	background: -moz-linear-gradient(top,  #242021 0%, #242021 54%, #000000 64%, #000000 100%);
	background: -webkit-linear-gradient(top,  #242021 0%,#242021 54%,#000000 64%,#000000 100%);
	background: linear-gradient(to bottom,  #242021 0%,#242021 54%,#000000 64%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242021', endColorstr='#000000',GradientType=0 );
 	color: #FFFFFF;
	padding:2px 4px;
 	-webkit-border-radius: 2px;
 	-webkit-border-bottom-left-radius: 0px;
 	-webkit-border-top-left-radius: 0px;
 	-webkit-border-radius: 2px;
 	border-radius: 2px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
select.custom-dropdown {
 	-webkit-appearance:none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 	-moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 	border: 0 !important;  /*REMOVES BORDER*/
 
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 54%, #efefef 64%, #efefef 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
 	color: #000000;
 	-webkit-border-radius: 0px;
 	border-radius: 0px;
 	font-size: 12px;
 	padding: 4px;
 	cursor: pointer;
	display:inline-block;
	margin: 0 3px;
	height:25px;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 54%, #efefef 64%, #efefef 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	color:#000000;
 	-webkit-border-radius: 2px;
 	border-radius: 2px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	padding:0 0 0 5px;
	overflow:hidden;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #7b1d20 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #7b1d20 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #000000;
  padding: 2px 5px;
  border: 0px solid #7b1d20;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  border:1px solid #7b1d20;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#slider-range {
	border-width: 1px;
	border-style: solid;
	border-color: #333 #333 #777 #333;
	border-radius: 25px;
	height: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 54%, #efefef 64%, #efefef 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px rgba(250, 250, 250, .5);
	left: 5px;
	top:8px;
}
.ui-slider .ui-slider-handle{
    width:16px; 
    height:16px; 
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 54%, #efefef 64%, #efefef 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    position:absolute;
    top: -6px;
	margin-right:-10px;
	border:1px #000000 solid;
 	-webkit-border-radius: 8px;
	border-radius:8px; 
}

.logo_overlay {
	width:100%;
	position:absolute;
	top:150px;
	z-index:9999 !important;
	text-align:center;
}
.logo_overlay_page {
	width:100%;
	position:absolute;
	top:100px;
	z-index:9999 !important;
	text-align:center;
}
.page_top {
	background:#f5f1e3;
	text-align:center;
	background-image:url('/images/header_houses.png');
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:0px;
	padding-top:10px;
	height:90px;
}

.image_flag {
	position:absolute;
	top:10px;
	right:-48px;
	z-index:9999;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.row {
	display:flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	flex;
	flex-direction: column;	
}


/* ---------- TOP LISTING INFORMATION ---------- */
.single_listing .top_address {
	font-size:2em;
	padding-bottom:0;
	margin-bottom:0;
	font-weight:bold;
	line-height:.7em;
}
.single_listing .top_price {
	text-align:right;
	line-height:1.3em;
	padding-top:20px;
}
.listing-details-price {
	font-size: 2em;
	font-weight:bold;
}

.listing-details-price-change-decrease {
	text-decoration:line-through;
	margin-top:0;
}
.listing-details-price-change-increase {
	text-decoration:line-through;
	margin-top:0;
}

.single_listing .residential_listing .top_status {
	text-align:left;	
	border-right: 1px solid #999;
}
.single_listing .residential_listing .top_bed {
	font-size:2em;
	border-right: 1px solid #999;
}
.single_listing .residential_listing .top_bath {
	font-size:2em;
	border-right: 1px solid #999;
}
.single_listing .residential_listing .top_sqft {
	font-size:2em;
}
.single_listing .residential_listing .top_label {
	font-size:.7em;
	border-right: 1px solid #999;
}

.single_listing .commercial_listing .top_status {
	text-align:left;	
	border-right: 1px solid #999;
}
.single_listing .commercial_listing .top_bed {
	font-size:2em;
	border-right: 1px solid #999;
}
.single_listing .commercial_listing .top_bath {
	font-size:2em;
	border-right: 1px solid #999;
}
.single_listing .commercial_listing .top_sqft {
	border-right: 1px solid #999;
	font-size:2em;
}
.single_listing .commercial_listing .top_label {
	font-size:.7em;
	border-right: 1px solid #999;
}
	
	
#terms_slider .ui-slider {
    margin-top: 20px;
    height: 7px;
    position: relative;
    border: none;
    background: #999;
}
#terms_slider .ui-state-default, #terms_slider .ui-widget-content .ui-state-default, #terms_slider .ui-widget-header .ui-state-default {
    background: #7b1d20;
    border-radius: 25px;
    outline: none;
    border: 2px solid #fff;
    position: absolute;
    top: -10px;
}
#terms_slider .ui-slider-horizontal .ui-slider-range {
    background: #000000
}
#terms_slider #labelHolder {
    height: 7px;
    position: relative;
    border: none;
}
#terms_slider span {
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  margin-left: -.6em;
  text-align: center;
}

.mortgage_results {
	background-color: #7b1d20;
	padding:5px;
	text-align:center;
}
.mortgage_results .title {
	font-size:.8em;
	color:#ffffff;
	border-bottom: 1px #ffffff solid;
	text-transform:uppercase;
}
.mortgage_results .amount {
	font-size:2.4em;
	color:#ffffff;
}

.favorite_icons {
	width:25%;
	padding:5px;
	text-align:center;
	float:left;
	padding-bottom:10px;
}
.favorite_icon_grey {
	border:2px solid #999;
	padding:5px;
	padding-top:8px;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	border-top:0;
	border-bottom:0;
}
.favorite_icon_burgundy {
	border:2px solid #7b1d20;
	padding:5px;
	padding-top:8px;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	border-top:0;
	border-bottom:0;
}
.favorite_icon_burgundy:hover {
	border-color:#5a1517;
	color:#5a1517;
	background:#f3f3f3;
}
.favorite_icon_grey:hover {
	border-color:#333;
	color:#333;
	background:#f3f3f3;
}
.favorited {
	position:absolute;
	top:0;
	right:3px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ffffff;;
 }

.sidebar {
	padding:0 10px;
}
.sidebar_header {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	background-color:#f3f3f3;
	padding:10px;
}
.sidebar_content {
	border:0px solid #999;
	min-height:300px;
	box-shadow: 0px 5px 5px #888888;
}



.search_container {
	overflow:hidden;
	overflow-y:scroll;
	padding:0 3px;
}
.search_results {
	list-style:none;
	margin:0;
	padding:0;
	padding-right:20px;
}
.search_results li {
}

.search_featured {
	background-color:#7b1d20;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding-bottom:10px;
}
.search_featured_title {
	color:#ffffff;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
}
.search_div {
	padding:5px;
}
.search_div_content {
	background:#FFFFFF;
	padding:0;
	box-shadow: 0px 5px 5px #888888;
}
.search_featured .search_div_content {
	background:#FFFFFF;
	padding:0;
	box-shadow: 0px 5px 5px #5b1518;
}
.search_div_content:hover {
	background:#f3f3f3;
}
.search_seperator {
	transform: rotate(-90deg);
	transform-origin: right top 0;
	position:absolute;
	top:0;
	right:-4px;
	background:#ececec;
	color:#7c1d21;
	text-align:center;
	width:160px;
	font-size:1.2em;
}
.search_picture {
	padding:5px;
}
.search_img {
	height:150px;
	width: 100%;
}
.search_content {
}
.search_details {
	font-size:18px;
	border-top: 3px #ececec solid;
	border-bottom: 3px #ececec solid;
	color: #000000;
	text-align:center;
}
.search_details:after {
	content: "";
	display: block;
	clear: both;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.clear div {
	padding:0;
	margin:0;
}

.search_price {
	color: #7c1d21;
	font-size:24px;
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}
.search_address {
	font-size:22px;
	line-height:18px;
	color:#000000;
	font-weight:bold;
}
.search_address_full {
	padding:4px;
	padding-top:8px;
	overflow:hidden;
	padding-bottom:0;
}
.search_city {
	padding-left:10px;
	text-align:right;
	color:#000000;
}
.search_reduced {
	position:absolute;
	bottom:8px;
	background: #6db900;
	border-radius: 0;
	width:139px;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding:5px auto;
	font-size:1.3em;
	z-index:10000;
}
.search_new {
	position:absolute;
	bottom:8px;
	background: #58C9E8;
	border-radius: 0;
	width:139px;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding:5px auto;
	font-size:1.3em;
	z-index:10000;
}
.search_exclusive {
	position:absolute;
	bottom:8px;
	background: #FFED48;
	border-radius: 0;
	width:139px;
	color: #3f3f3f;
	font-weight:bold;
	text-align:center;
	padding:5px auto;
	font-size:1.3em;
	z-index:10000;
}
.search_pending {
	position:absolute;
	bottom:8px;
	background: #E08F00;
	border-radius: 0;
	width:139px;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding:5px auto;
	font-size:1.3em;
	z-index:10000;
}

.search_status {
	position:absolute;
	bottom:8px;
	width:139px;
	font-weight:bold;
	padding:5px auto;
	font-size:.7em;
	color:#000000;
	text-align:left;
	padding-left:10px;
	z-index:9999;
}

.search_page{
	display:flex;
	flex-direction:column;
	width:100%;
	height: 100vh;
}
.search_top {
	width:100%;
}
.search_middle {
flex-grow: 1; 
		  	width:100%;
			overflow:scroll;
}
.search_bottom {
	width:100%;
}
#filter_search_button {
	display:none;
}
.back_to_search {
	position:fixed;
	bottom:20px;
	right:20px;
	color: #7b1d20;
	border: 1px #7b1d20 solid;
	padding:5px 10px;
	text-transform: uppercase;
	font-weight:bold;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 54%, #efefef 64%, #efefef 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 54%,#efefef 64%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

.back_to_search:hover {
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #efefef 54%, #f3f 64%, #dedede 100%);
	background: -webkit-linear-gradient(top,  #efefef 0%,#efefef 54%,#dedede 64%,#dedede 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#efefef 54%,#dedede 64%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dedede',GradientType=0 );
}
.new_listing_div {
	padding:5px;
	border-bottom: 2px #7b1d20 solid;
}
.new_listing_div_content {
	background:#FFFFFF;
	padding:0;
}
.new_listing_div_content:hover {
	background:#f3f3f3;
}
.new_listing_seperator {
	transform: rotate(-90deg);
	transform-origin: right top 0;
	position:absolute;
	top:0;
	right:-4px;
	background:#ececec;
	color:#7c1d21;
	text-align:center;
	width:160px;
	font-size:1.2em;
}
.new_listing_picture {
	padding:5px;
}
.new_listing_img {
	height:113px;
	width: 100%;
}
.new_listing_content {
}
.new_listing_details {
	font-size:18px;
	border-top: 3px #ececec solid;
	border-bottom: 3px #ececec solid;
	color: #000000;
	text-align:center;
}
.new_listing_price {
	color: #7c1d21;
	font-size:24px;
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}
.new_listing_address {
	font-size:22px;
	line-height:18px;
	color:#000000;
	font-weight:bold;
}
.new_listing_address_full {
	padding:4px;
	padding-top:8px;
	overflow:hidden;
}
.new_listing_city {
	padding-left:10px;
	text-align:right;
	color:#000000;
}
.new_listing_reduced {
	position:absolute;
	bottom:8px;
	background: #6db900;
	border-radius: 0;
	width:139px;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding:5px auto;
	font-size:1.3em;
	z-index:10000;
}

.new_listing_status {
	position:absolute;
	bottom:8px;
	width:139px;
	font-weight:bold;
	padding:5px auto;
	font-size:.7em;
	color:#000000;
	text-align:left;
	padding-left:10px;
	z-index:9999;
}
.new_listing_new {
	position:absolute;
	bottom:8px;
	width:139px;
	font-weight:bold;
	padding:5px auto;
	font-size:.7em;
	color:#000000;
	text-align:left;
	padding-left:10px;
	z-index:9999;
}
.new_listing_exclusive {
	position:absolute;
	bottom:8px;
	background: #FFFFFF;
	border-radius: 0;
	width:139px;
	color: #3f3f3f;
	font-weight:bold;
	text-align:center;
	padding:5px auto;
	font-size:1.3em;
	z-index:10000;
}
.new_listing_pending {
	position:absolute;
	bottom:8px;
	background: #E08F00;
	border-radius: 0;
	width:139px;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding:5px auto;
	font-size:1.3em;
	z-index:10000;
}

.resources_heading {
	border-bottom:1px #7b1d20 solid;
	text-align:center;
	text-transform:uppercase;
}
.resources_article {
	padding:15px 10px;
	margin:10px;
	border:1px #888888 solid;
	text-decoration:none;
	box-shadow: 0px 5px 5px #f3f3f3;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 40%, #efefef 64%, #efefef 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 40%,#efefef 64%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 40%,#efefef 64%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.resources_article:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 40%, #f3f3f3 64%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 40%,#f3f3f3 64%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 40%,#f3f3f3 64%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.signup_popup ul {
	list-style:none;
	padding:0;
	margin:0;
}
.signup_popup ul li {
	padding:15px 3px;
}
#login_error {
	font-weight:bold;
	color:#7b1d20;
	padding:5px;
	text-align:center;
}
#signup_error {
	font-weight:bold;
	color:#7b1d20;
	padding:5px;
	text-align:center;
}
#update_error {
	font-weight:bold;
	color:#7b1d20;
	padding:5px;
	text-align:center;
}
#share_error {
	font-weight:bold;
	color:#7b1d20;
	padding:5px;
	text-align:center;
	width:100%;
}
#contact_agent_error {
	font-weight:bold;
	color:#7b1d20;
	padding:5px;
	text-align:center;
}
.success {
	color:#6db900;
}

.favorite_icons a, a:active, a:link, a:visited {
	text-decoration:none;
}

.saved_search {
	position:absolute;
	top:12px;
	right:70px;
	z-index:9999;
}
.fb-share-button {
	top:10px;
}

.tab {
	border:1px #888888 solid;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-align:center;
	padding:10px 2px;
	color:#7b1d20;
	text-transform:uppercase;
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #efefef 40%, #e4e4e4 64%, #e4e4e4 100%);
	background: -webkit-linear-gradient(top,  #efefef 0%,#efefef 40%,#e4e4e4 64%,#e4e4e4 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#efefef 40%,#e4e4e4 64%,#e4e4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e4e4e4',GradientType=0 );
	margin:0;
}
.tab_active {
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #efefef 40%, #ffffff 64%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #efefef 0%,#efefef 40%,#ffffff 64%,#ffffff 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#efefef 40%,#ffffff 64%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
	border-bottom:0px;
}
.tab:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 40%, #efefef 64%, #efefef 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 40%,#efefef 64%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 40%,#efefef 64%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

.tabbed_box {
	border:1px #888888 solid;
	border-top:0px;
	padding-top:10px;
}
.share_message {
	height:115px;
	overflow:scroll;
	border: 1px #ccc solid;
	border-radius:5px;
	padding:5px 10px;
}


.front_header {
	color:#7b1d20;
	border-bottom: 1px #7b1d20 solid;
	font-weight:bold;
}


.contact_to {
	text-align:center;
	font-weight:bold;
	border-right:1px solid #CCC;
	padding:2px;
}
.contact_to:last-of-type {
	border-right:0px solid #CCC;
}
.auction_item {
	border-bottom:1px solid #ccc;
	position:relative;
	padding:0 10px;
}
.auction_item:last-of-type {
	border-bottom:1px solid #ccc;
}
#contentarea {
	padding:0 10px;
}
@media screen and (max-width: 767px) {
	.logo_overlay {
		top:80px;	
	}
	.navbar-nav {
		width:100%;
		background:#7b1d20;
	}
	.navbar .nav li {
		display:block;
		float:none;
	}
	.navbar .nav {
		float: left;
		text-align: left;
	}
	.slideshow {
		position:relative;
		top:-50px;
	}
	#search_bar {
		position:relative;
		background:rgba(124,29,33,1);
		z-index:10000;
		height:auto;
	}
	#search_bar .search-title {
		padding-left:0;
		color:#FFFFFF;
		font-size:22px;
		text-align:center;
		line-height:24px;
		margin-top:5px;
		padding-top:10px;
		padding-bottom:0px;
		border-right:0px #FFFFFF solid;
		font-weight:100;
		padding-right:5px;
	}
	#search_bar .search-submit {
		border-left:0px #FFFFFF solid;
	}
	.top_header {
		height:100px;
		margin-top:-50px;
	}
	.top_header .main_logo {
		display: none;
	}
	.second_logo {
		display:inline;
	}
	.single_listing .top_address {
		font-size:1.7em;
		line-height:.8em;
	}
	.single_listing .top_city {
		font-size:1em;
		line-height:.8em;
	}
	.single_listing .top_price {
		font-size:1em;
		line-height:1.7em;
	}
	.listing-details-price {
		font-size:1.7em;
	}
	.listing-details-price-change-increase,
	.listing-details-price-change-decrease {
		font-size:1em;
		line-height:.8em;
	}
	.navbar-nav > li > ul > li > a {
		color:#ffffff !important;
	}
	.navbar-nav > li > ul > li > a:hover {
		background: url('/images/black_30.png') repeat top left !important;
	}
}

.g-recaptcha {
    position: relative;
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
}
.list_row {
	border-bottom:1px solid #CCC;
}
.list_row:hover {
	background:#f5f5f5;
}
.list_row td {
	padding-bottom:10px;
	padding-top:10px;
}

/*
.pics {
	height:40em;
}
figure{
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%;
    position:relative;
    background-color:#f3f3f3;
}
.thumb{
    bottom: -300px;
    left: -300px;
    position: absolute;
    right: -300px;
    text-align: center;
    top: -300px;
    white-space: nowrap;
    word-break: normal;
}
.ib{
    display:inline-block;
    vertical-align:middle;
}
.v-align{
    height:100%;
}

@media screen and (max-width: 767px) {
	.pics {
		height:20em;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.pics {
		height:30em;
	}
}
*/