/*bootstrap overrides*/

h3 {
  text-transform: uppercase;
}

#searchResultsContainer h1 {
  font: 23px 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}

/*navigation*/

.navbar-brand {
  height: auto;
}

.navbar {
  height: auto;
  margin: 0;
}

.brandbar .container {
  position: relative;
}

.brandbar .contact {
  position: absolute;
  top: 50%;
  right: 0;
}
.brandbar .contact a {
  margin-top: -25px;
}
.brandbar .contact .social {
  padding: 9px;
  background-color: white;
  transition: all 0.3s;
}
.contact .fa {
  background-color: #949494;
  color: white;
  padding: 7px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s;
}
.contact .fa:hover {
  background-color: #008ac2;
}

/* header */

.ui-menu {
 background-color: white;
 position: relative;
 z-index: 1;
}
.quick.property-search {
  position: relative;
  margin: 0;
}
.property-search input {
 padding: 16px;
 background-position: 10px;
 font-size: 23px;
 background-color: rgba(255,255,255,0.9);
 box-shadow: 2px 2px 2px rgba(0,0,0,0.5);;
 margin: 32px 0;
 border-radius: 4px;
 height: 100%;
}
.property-search .map-marker {
 padding-left: 49px;
}
.location .map-marker {
 padding-left: 40px;
 background-position: 10px center;
}

.navbar-brand, .navbar-default .navbar-nav>li>a  {
    text-transform: uppercase;
}

.navbar-brand.mobile {
  display: none;
}

.tel {
  font-size: 20px;
}

/* profile */
.form-check-label {
    margin-right: 10px;
    font-weight: normal;
}
.profile-container {
 margin-top: 50px;
}
.profile-container h3 {
 color: #1fa67b;
}
.email .btn { margin: 20px 0;}
.budget-input, .sqft-input, .commute-input {
 width: 91px;
 border: 0;
 margin-bottom: 14px;
 display: inline-block;
}
#budget-from, #sqft-from, #commute-from {
 text-align: right;
}
.logout-link {
 text-align: center;
 margin: 20px 0;
 display: block;
}

/*property search*/
.search-algorithm .btn {
  padding: 11px 0;
}
.search-algorithm p {
  margin: 0;
}
#search-button {
  border-radius: 0 4px 4px 0px;
  border: 0;
  transition: all 0.3s;
  width: 200px;
  padding: 26px 0;
  text-transform: uppercase;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
#search-content {
  padding: 0px 20px;
}

/* Favorite page */
.fav-buttons .btn {
  padding: 10px 0;
}

/* footer */
.full {
    width: 100%;
}
.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}
.footer {
  background-color: #272626;
  color: #fff;
  font-size: 12px;
  height: auto;
  position: relative;
  width: 100%;
  background-repeat: initial;
}
.footer p {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: white;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}
.footer a {
    color: white;
}
footer {
 color: white;
 position: relative;
}

.pre-footer {
  background-color: #151515;
  color: #6b6b6b;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
footer h2 {
    font-size: 21px;
    color: #c2c1c1;
}
.pre-footer .container {
    padding-top: 45px;
}
footer hr {
    margin-top: 0;
    border-color: #404040;
}
.footer-bar .logo {
    max-width: 220px;
    margin-left: 10px;
    max-height: 60px;
    width: auto;
}

.footer-bar {
    margin-bottom: 25px;
}

.pre-footer-col {
    padding-bottom: 22px;
}
.affiliates {
  background-color: #1CA7E8;
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}
.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
}
.newsletter-box {
    overflow: hidden;
}
.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}
.social li a i {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #EDEFF1 !important;
}
.footer-bottom {
    background-color: #003f58;
    border-top: 1px solid #0e314e;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.payments {
    font-size: 1.5em;
}
.affiliates {
  padding: 40px 0;
  text-align: center;
  position: relative;
}
.affiliates img {
  height: 75px;
  margin: 0 20px;
}

.white-box .pl-header h3 {
  font-size: 16px;
}
.home-buyers {
  background-image: url(/modern/img/sold.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* helper classes */
.center { text-align: center; }
.margin { margin: 0 50px;}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.bold {
  font-weight: bold;
}
.login-box {
	right: 15px;
	top: 100%;
	padding: 15px;
	display: none;
	background: #fcfafb;
	position: absolute;
	box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
	width: 274px;
	margin-top: 5px;
	z-index: 8000;
	border-top: solid 2px #229AE0;
}

.login-box:after {
	top: -8px;
	width: 0;
	height: 0;
	right: 8px;
	z-index: 2;
	content: " ";
	display: block;
	position: absolute;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.login-box button {
	margin-left: -1px;
}

.login-box .input-group {
  width: 100%;
  margin-bottom: 7px;
}

.login-box .input-group-addon {
        width: 30%
}
.login-box .forgot-pass-link {
	background: none;
	color: #333;
	margin-top: 30px;
}
.purple-background {
  background-color: #ae85d4;
}
.blue {
  background-color: #5ab3ff;
}
.green {
 background-color: #3cc2a2;
}
.btn.green:hover {
  background-color: #23b18f;
}
.green-font {
 color: #3cc2a2;
}
.red {
 color: red;
}
.pink-background {
  background-color: #c26b84;
}
.adfstatus {

}


.product-item {
	padding: 12px 12px 16px;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0 0 5px #909090;
}
.product-item:hover {
	/* box-shadow: 5px 5px rgba(234, 234, 234, 0.9); */
}
.product-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height:0;
}
.sticker {
	position: absolute;
	top: 0;
	left: 0;
	width: 63px;
	height: 63px;
}
.sticker-sale {
	background: url(/modern/img/sale.png) no-repeat;
	width: 93px;
        height: 93px;
}
.sticker-new {
	background: url(/modern/img/new.png) no-repeat;
	left: auto;
	right: 0;
}

.stickers {
        /* margin-top: -5px; */
}

.stickers-margin {
        margin-top: -18px;
}
.stickers .btn {
        padding: 3px;
	margin-bottom: 2px !important;
	text-align: center;
}

.already-viewed-flag {
  position: absolute;
  z-index: 999;
  font-size: 23px;
  right: 23px;
  top: 45px;
  color: #337ab7;
}

.pi-img-wrapper {
	position: relative;
}
.pi-img-wrapper div:nth-child(2) {
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
}
.product-item:hover>.pi-img-wrapper>div {
	display: block;
}
.pi-img-wrapper div .btn-default {
	padding: 3px 10px;
	color: #fff;
	border: 1px #fff solid;
	margin: 5px;
	background: none;
	position: relative;
	top: 45%;
	font-size: 12px;
}

.product-item h3 {
	font: 300 14px 'Open Sans', sans-serif;
	text-transform: inherit;
	padding-top: 10px;
	padding-bottom: 4px;
}

.product-item h1 {
	text-transform: inherit;
	padding: 15px;
	padding-bottom: 10px;
	text-align: center;
}
.product-item h3 a {
	color: #3e4d5c;
}
.product-item {
    padding-bottom: 40px;
}
.product-item .add2cart {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #a8aeb3;
	border: 1px #ededed solid;
	padding: 3px 6px;
}

.product-list .product-item {
    padding-bottom: 20px;
}
.product-list .product-item .add2cart {
        position: static;
	float: right;
	color: #a8aeb3;
	border: 1px #ededed solid;
	padding: 3px 6px;
}

/* bx-slider styles */
.bxslider li {
	list-style: none;
	display: inline-block;
}
.bxslider-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}
.bxslider-wrapper-similar-products {
	padding-left: 15px;
	padding-right: 15px;
}
.bxslider-wrapper .bx-wrapper {
	padding-left: 0;
	padding-right: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bxslider-wrapper-similar-products .bx-wrapper {
	position: relative;
}
.bxslider-wrapper .bx-controls-direction {
	position: absolute;
	top: 0;
	right: 0;
}
.bxslider-wrapper .bx-controls-direction {
	top: -40px;
}
.bx-viewport {
	padding-right: 5px !important;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-viewport li {
	padding-bottom: 5px;
}
.bx-wrapper .bx-controls-direction a {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 5px;
	position: static;
	border-radius: 26px !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
    background: #fff url(/modern/img/bx-fa-angles.png) no-repeat 8px 8px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
    background: #fff url(/modern/img/bx-fa-angles.png) no-repeat -33px 8px;
}

/***
Misc tools
***/
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.no-bottom-space {
  padding-bottom:0;
  margin-bottom: 0;
}
.no-top-space {
  padding-top:0;
  margin-top: 0;
}
.no-space {
  margin: 0;
  padding: 0;
}
.no-text-shadow {
  text-shadow: none;
}

.padding-top-5 {
	padding-top: 5px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-15 {
	padding-top: 15px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-25 {
	padding-top: 25px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-35 {
	padding-top: 35px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-45 {
	padding-top: 45px;
}
.padding-top-50 {
	padding-top: 50px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}

.margin-bottom-0 {
	margin-bottom: 0;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-35 {
	margin-bottom: 35px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}

.margin-left-0 {
  margin-left: 0;
}
.margin-right-0 {
  margin-right: 0;
}

.margin-right-20 {
	margin-right: 20px;
}
.margin-left-20 {
	margin-left: 20px;
}

.margin-right-30 {
	margin-right: 30px;
}
.margin-left-30 {
	margin-left: 30px;
}

.padding-left-0 {
  padding-left: 0;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-15 {
	padding-left: 15px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-right-5 {
	padding-right: 5px;
}
.padding-right-10 {
	padding-right: 10px;
}
.padding-right-20 {
	padding-right: 20px;
}
.padding-right-30 {
	padding-right: 30px;
}
.padding-left-right-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.width-50 {
    width: 50%;
}
.width-90 {
    width: 90%;
}
.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.btn {
	text-transform: uppercase;
}

div.checker,
div.radio {
	top: -1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.lead {
    font-size: 16px !important;
}

/***
Custom Scrollbars
***/


/* Global classes */
.min-hight500 {
	min-height: 500px;
}

.title-wrapper {
	margin: -23px 0 23px;
	position: relative;
	overflow: hidden;
	background: #72c2ff;
	min-height: 280px;
	padding: 30px 0;
	width: 100%;
	overflow: hidden;
  background-image: url(../img/budget.jpg);
  background-size: cover;
  background-position: center;
}
.title-wrapper .container-inner {
	float: left;
}
.title-wrapper h1, .title-wrapper em {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
}
.title-wrapper h1 {
	font-size: 45px;
	padding: 0 9px 13px;
	border-bottom: solid 1px rgba(255,255,255,0.6);
	margin: 0 -9px 17px;
}
.title-wrapper em {
	font-size: 17px;
	font-style: normal;
	display: block;
	text-align: center;
}

/* sidebar filter */
.sidebar-filter {
	background: #fff;
}
.sidebar-filter h2 {
	font-size: 18px;
	margin: 0;
}
.sidebar-filter h3 {
	font: 600 14px 'Open Sans', sans-serif;
	text-transform: none;
}
.sidebar-filter label {
	text-transform: none;
	font: 400 13px 'Open Sans', sans-serif;
}
.sidebar-filter #amount {
	font-weight: normal !important;
	color: #767F88 !important;
}
.sidebar-filter .ui-widget-content {
	border: none;
	background: #e5e5e5;
	border-radius: 0;
	height: 8px !important;
}
.sidebar-filter .ui-widget-header {
	background: #ffb848;
}
.ui-state-default,
.ui-state-default:hover {
	border-radius: 0;
	width: 11px;
	height: 24px;
	border-color: #fff;
	top: -8px;
	background: #777;
  display: block;
  position: relative;
}

.checkbox-list > label {
    display: block;
    font-weight: normal;
}

/* sidebar products */
.sidebar-products {
	background: #fff;
	padding: 15px 15px 20px;
}
.sidebar-products .item {
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #eee;
}
.sidebar-products .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.sidebar-products .item.ie8-last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.sidebar-products h2 {
	font-size: 18px;
	margin-bottom: 14px;
}
.sidebar-products img {
	width: 65px;
	height: auto;
	float: left;
}
.sidebar-products h3 {
	font: 300 13px 'Open Sans', sans-serif;
	text-transform: none;
	margin-left: 80px;
	margin-bottom: 2px;
}
.sidebar-products .price {
	margin-left: 80px;
    color: #E84D1C;
    font: 16px 'PT Sans Narrow', sans-serif;
}

/***
Sidebar
***/
.sidebar {
	color: #3E4D5C;
}
.sidebar .list-group-item {
    background: #fff;
    border: none;
    display: block;
    margin-bottom: 2px;
    padding: 8px 10px 6px;
    position: relative;
    border-radius: 0;
}
.sidebar .list-group-item-paddingless {
    background: #fff;
    border: none;
    margin-bottom: 2px;
    padding: 0px;
    position: relative;
    border-radius: 0;
    list-style-type: none;
}
.sidebar .list-group-item:last-child {
	margin: 0;
}
.sidebar .list-group-item.ie8-last-child {
	margin: 0;
}
.sidebar a {
	color: #3E4D5C;
}
 .sidebar-menu a {
	display: block;
}
 .sidebar-menu a:hover {
 	text-decoration: none;
}
.sidebar-menu .fa-angle-right {
	position: relative;
	top: 1px;
	margin-right: 2px;
	float: left;
}
.dropdown.open .dropdown-toggle {
    background: #fff;
    color: #3E4D5C;
}
.dropup.open > .dropdown-toggle, .dropdown.open > .dropdown-toggle {
    border-color: transparent !important;
}
.sidebar .dropdown-menu {
  padding: 20px;
}
.sort-group {
  margin: 15px;
}

/* BEGIN product page */
.product-page {
	background: #fff;
  padding: 20px;
	position: relative;
}
.product-main-image {
	margin-bottom: 20px;
	position: relative;
}
.product-main-image img {
	width: 100%;
}
.product-other-images {
	text-align: left;
}
.product-other-images img {
	width: 58px;
	height: auto;
	margin: 0 12px 12px 0;
}
.product-other-images a:hover img,
.product-other-images a.active img {
	box-shadow: 0 0 0 2px #c7ced5;
}
.product-page h1 {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 12px;
}
.price-availability-block {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 12px;
	margin-bottom: 17px;
}
.price-availability-block .price {
	float: left;
	font-family: 'PT Sans Narrow', sans-serif;
}
.price-availability-block .price strong {
	font-size: 35px;
	font-weight: normal;
}
.price-availability-block .price strong span {
	font-size: 25px;
}
.price-availability-block .price em {
	font-style: normal;
	color: #bbb;
	font-size: 17px;
}
.price-availability-block .price em span {
	font-size: 23px;
	text-decoration: line-through;
}
.price-availability-block .availability {
	float: right;
	color: #7b8a99;
}
.price-availability-block .availability strong {
	font-weight: normal;
	color: #3e4d5c;
}

.product-page-options {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 20px 0;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.product-page-options .pull-left {
	margin-right: 40px;
}
.product-page-options .pull-left:last-child {
	margin-right: 0;
}
.product-page-options .pull-left.ie8-last-child {
	margin-right: 0;
}
.product-page-options label {
	font-weight: normal;
	text-transform: uppercase;
	color: #8e9ca8;
	font-family: "PT Sans Narrow", sans-serif;
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}
.product-page-options select.input-sm {
	float: left;
	width: auto;
}

.product-page-cart {
	padding-bottom: 20px;
	margin-bottom: 18px;
}
.product-quantity,
.product-quantity .input-group {
	width: 70px;
	float: left;
	margin-right: 20px;
	position: relative;
}
table .product-quantity,
table .product-quantity .input-group {
	margin-right: 0;
}
.product-page-cart .btn {
	padding: 7px 20px;
	font-size: 13px;
	height: 38px;
}
.product-quantity input.form-control {
	border: none;
	background: #edeff1 !important;
	font: 300 23px 'Open Sans', sans-serif;;
	color: #647484;
	height: 38px;
	width: 50px;
	text-align: center;
	padding: 5px;
}
.product-quantity input.form-control:focus {
	border: none;
}

.product-quantity .input-group-btn {
	position: static;
}
.product-quantity .btn {
  text-align: center;
  height: 18px !important;
  width: 18px;
  padding: 0 2px 0 1px !important;
  text-align: center;
  background: #edeff1;
  border-radius: 0 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: #616b76;
  margin: 0 !important;
  position: absolute;
  right: 0;
}
.product-quantity .quantity-up {
  top: 0;
}
.product-quantity .quantity-down {
  bottom: 0;
}
.product-quantity .btn i {
	position: relative;
	top: -2px;
	left: 1px;
}

.product-page .review {
	color: #6e7a85;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 18px;
	margin-bottom: 20px;
	font-weight: 300;
}

.product-page .rateit {
	margin-right: 27px;
	position: relative;
	top: 2px;
}
.product-page .social-icons li a {
	background-position: 0 -38px;
	opacity: 1;
	-moz-opacity: 1;
        filter: alpha(opacity=100);
}

/* product pop up */
.product-pop-up {
	overflow-x: hidden;
	background: inherit;
}
.product-pop-up .product-quantity, .product-pop-up .product-quantity .input-group {
	margin-right: 15px;
}
.product-pop-up .product-page-cart .btn {
	padding: 7px 5px;
}

.product-page-content {
	width: 100%;
	overflow: hidden;
	padding: 50px 13px 0;
}
.nav-tabs {
	text-transform: uppercase;
}
.product-page-content .tab-pane {
	padding: 15px;
}

/* datasheet tab */
.product-page-content .datasheet {
	width: 100%;
}
.product-page-content .datasheet th {
	border-bottom: solid 2px #eee;
	padding-bottom: 5px;
	font-size: 15px;
}
.product-page-content .datasheet td {
	padding: 5px 20px 5px 0;
	border-bottom: solid 1px #eee;
}
.datasheet-features-type {
	font-weight: bold;
	width: 22%;
}

/* reviews tab */
.reviews-form {
	padding-top: 20px;
}
.reviews-form label {
	font-weight: normal;
}
.reviews-form input.form-control {
	color: #aaa;
}
.review-item {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #eee;
	padding: 0 5px 5px;
	margin: 0 -5px 20px;
}
.review-item-submitted {
	margin-bottom: 5px;
	position: relative;
}
.review-item-submitted strong,
.review-item-submitted em {
	display: block;
}
.review-item-submitted strong {
	margin-bottom: 3px;
}
.review-item-submitted em {
	font-style: normal;
	color: #bbb;
	font-size: 12px;
}
.review-item-submitted .rateit {
	position: absolute;
	top: 3px;
	right: 0;
}
/* END product page */



.input-icon.right input {
   padding-left: 12px !important;
   padding-right: 33px !important;
}

.input-icon.right i {
   right: 8px;
   float: right;
}

.has-success .input-icon > i {
  color: #468847;
}

.has-warning .input-icon > i {
  color: #c09853;
}

.has-error .input-icon > i {
  color: #b94a48;
}

.purple-background {
  background-color: #ae85d4;
}
.purple-font {
  color: #ae85d4;
}
.btn.purple-background:hover {
  background-color: #b88ce2;
}
.blue-background {
 background-color: #5ab3ff;
}
.blue-font {
  color: #5ab3ff;
}
.btn.blue-background:hover {
  background-color: #81c5ff;
}
.green-background {
 background-color: #3cc2a2;
}
.green-font {
  color: #3cc2a2;
}
.btn.green-background:hover {
  background-color: #23b18f;
}
.red-background {
  background-color: #c76083;
}
.red-font {
 color: #c76083;
}
.btn.red-background:hover {
  background-color: #d7668d;
}
.pink-background {
  background-color: #b36279;
}
.pink-font {
  background-color: #b36279;
}
.btn.pink-background:hover {
  background-color: #f275a1;
}
.yellow-background {
  background-color: rgba(255,189,37,0.8);
}
.yellow-font {
  color: rgba(255,189,37,0.8);
}
.btn.yellow-background:hover {
  background-color: rgba(218, 166, 45, 0.8);
}
.white-background {
  background-color: white;
}
.white-font {
  color: #FFFFFF;
}
.pagination {
  margin: 0;
}
.items-info {
  margin-top: 10px;
}

/*!
* © Copyright MoneyTreeLeadSystems.com 2015. All rights reserved
*/

.google-verification-code {
    display: none;
}

.grid-helper {
    position: absolute !important;
    height: 430px;
    z-index: 1000;
}

.grid-v {
    border-left: 2px solid #fff;
    border-left: 2px solid rgba(255,255,255,0.8);
    border-right: 2px solid #fff;
    border-right: 2px solid rgba(255,255,255,0.8);
}

.grid-h {
    border-top: 2px solid #fff;
    border-top: 2px solid rgba(255,255,255,0.8);
    border-bottom: 2px solid #fff;
    border-bottom: 2px solid rgba(255,255,255,0.8);
}

.header {
  background-color: white;
}

.page-slider {
    margin-top: 0 !important;
    position: relative;
    height: 430px;
    overflow: hidden;
}

.alert {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.alert-error {
    background-color: #F0DCD8;
    border-color: #E9CAC6;
    color: #973E3E;
}

.price-availability-block .price {
    font-family: 'PT Sans Narrow', sans-serif;
}

.steps3 .fa-heart, .steps3 .fa-search, .steps3 .fa-envelope {
    font-size: 30px;
    border: solid 2px #fff;
    border-radius: 30px !important;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    padding-top: 13px;
    margin-right: 15px;
    float: left;
}

.slider-search {
    position: absolute !important;
    margin-top: 40px;
}

.slider-search-inside {
    z-index: 1001;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.73);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD000000,endColorstr=#DD000000);
}

.slider-search-inside {
    padding: 20px;
}

.slider-search-btn {
    margin-top: 10px;
    width: 70%;
    text-align: left;
}

.slider-search-inside .dropdown-toggle {
    margin-top: 10px;
    width: 20%;
}

.slider-search-inside .dropdown-menu {
    width: 88%;
}

.slider-search-special-btn {
    padding: 5px 14px;
}

.slider-search p {
    color: #fff;
}

.slider-search h3 {
    text-align: right;
    color: #999;
    padding-right: 20px;
}

.carousel-inner .item img {
    width: 100%;
    height: auto;
}

.height-50px {
    height: 50px;
}

/*////////////////////////*/

.facePhotoContainer .facePhoto {
    width:550px;
    height:370px;
    bottom:0px;
    z-index:1011;
}

.meet-owner .facePhoto {
	bottom: 35px;
}

.facePhotoContainer {
    position:relative;
    margin: auto;
    height: 100%;
}

.logo {
    width: 97%; /* Due to subpixel problems in Firefox this cannot be 100% */
    background-size: contain;
    -ms-behavior: url("/frontend/assets/plugins/ie8fixes/backgroundsize.min.htc");
    background-repeat: no-repeat;
    background-position: left center;
}

/*////////////////////////////*/

.footerImg1 , .footerImg2 , .footerImg3 {
    background: url("../img/home_spr.png") no-repeat scroll 0 0 transparent;
}

.footerImg1 {
    background-position: 0px -282px;
    height: 60px;
    width: 60px;
    margin: 5px;
    display: inline-block;
}

.footerImg2 {
    background-position: 0px -353px;
    height: 44px;
    width: 100px;
    margin: 5px;
    display: inline-block;
}

.footerImg3 {
    background-position: -85px -295px;
    height: 25px;
    width: 30px;
    margin: 5px;
    display: inline-block;
}

.centered-text {
    text-align: center;
}

.centered-image {
    margin: 10px auto 10px auto;
}

.title-wrapper {
    margin: 0 0 39px;
    min-height: 200px;
}

.title-wrapper-black, .title-wrapper-grey {
    margin: 0;
    background: none;
}

.title-wrapper-black .container-inner, .title-wrapper-grey .container-inner {
    float: none;
    text-align: center;
}

.title-wrapper-black .container-inner h3 , .title-wrapper-grey .container-inner h3{
    color: #bbb;
}

.title-wrapper-black .container {
    background: none;
    background: rgba(0,0,0,0.8);
    background-color: rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD000000,endColorstr=#DD000000);
    width: 100%;
    padding: 10px 10%;
}

.title-wrapper-black .content-page {
    background: none;
    background: rgba(0,0,0,0.8);
    background-color: rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD000000,endColorstr=#DD000000);
}

.title-wrapper-grey .container {
    background: none;
    background: rgba(64,64,64,0.8);
    background-color: rgba(64,64,64,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD000000,endColorstr=#DD000000);
    width: 100%;
    padding: 10px 10%;
}

.title-wrapper-grey .content-page {
    background: none;
    background: rgba(64,64,64,0.8);
    background-color: rgba(64,64,64,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD000000,endColorstr=#DD000000);
}

.title-wrapper-black .row , .title-wrapper-grey .row{
    color: #ddd;
}

.fax_number_register {
    display: none;
}

.nav-tabs>li {
    float: right;
    margin-right: 5px;
}

.unread {
    font-weight: 900;
}

.well {
    font-size: 15px;
}

.old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #aaa;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 50%;
}

h1 .old-price {
    top: -18px !important;
    left: 15px !important;
    text-align: left;
}

.list-view-sorting i {
    padding: 5px 3px 3px 3px;
}

.list-view-sorting .fa-map-marker {
    margin-left: 3px;
    margin-right: 3px;
}

.list-view-sorting a {
    margin-right: 5px;
}

.header .navbar-nav > li > a.nav-search-btn {
    padding: 0;
    display: inline;
    background: #fff;
}

.paddingless {
    padding: 0px 0px 0px 0px;
}

.addon-white {
    border-color: #FFFFFF;
    background: #FFFFFF;
}

.title-wrapper-user-reg-page{
    min-height: 550px;
}

.force-long-li {
    width: 98% !important;
}

.gritter-close {
    left:auto !important;
    right: 3px !important;
}

.gritter-title {
    font-family:  'Open Sans' !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.totop-icon-circle i {
    font-size: 20px;
    border: solid 3px #444;
    color: #444;
    border-radius: 30px !important;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
    float: left;
}

.select2-editable .select2-arrow {
    display: none !important;
}

.select2-search input {
    background: #fff url('../img/select2-edit.png') no-repeat 100% -22px !important;
}
.idx_logo {
    max-width: 40px;
    max-height: 15px;
    width: auto !important;
    margin: 0 5px;
    vertical-align: top;
    display: inline-block !important;
}
.home-banner-wrapper {
    z-index: 1001;
    text-align: center;
}
.home-banner-wrapper h1 {
    font-size: 45px;
}
.home-banner-wrapper em {
    font-size: 17px;
    font-style: normal;
    display: block;
    text-align: center;
}
.home-banner-wrapper h1, .home-banner-wrapper em {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
}
.shadow {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 2px 2px 2px #000000;
    -webkit-text-shadow: 2px 2px 2px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    display: block;
}

.btn.admin-panel-footer-link{
    background-color: #3C3C3C !important;
    color: #777777 !important;
}

.btn.admin-panel-footer-link:hover{
    background-color: #272727 !important;
    color: #777777 !important;
}

.meet-owner-img {
    width: auto;
    height: auto;
    width: 100%;
    height: 86%;
    margin-bottom: 10px;
    background: url('../img/agent.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    -ms-behavior: url("/frontend/assets/plugins/ie8fixes/backgroundsize.min.htc");
}

.btn-block i {
    padding-right: 15px;
}
.btn-secondary {
  background-color: #dddddd;
}
.bx-viewport .pi-img-wrapper {
    overflow: hidden;
    position: relative;
    min-height: 150px;
    width: 100%;
}

.bx-viewport .pi-img-wrapper img {
    position: absolute;
    margin: auto;
}
.product-item-paddingless {
    padding-bottom: 10px !important;
}

.search-loader {
    position: fixed;
    top: 50%;
    right: 0;
    width: 80%;
    z-index: 5000;
}

.thumb-square {
    height: 70px;
    width: 70px;
    overflow: hidden;
    display: inline-block;
    margin: 3px 0;
    position: relative;
}

.thumb-square img {
    margin: auto;
    min-height: 70px;
    min-width: 70px;
    height: auto;
}

.product-other-images .thumb-square:hover {
    box-shadow: 0 0 0 2px #c7ced5;
}

.restricted-product-image {
    margin-bottom: 20px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.restricted-product-image img {
    height: 100%;
    width: auto;
    position: absolute;
    margin: auto;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
}

.btn-huge {
  padding: 12px 48px;
  font-size: 30px;
  line-height: 1.33;
  vertical-align: middle;
}

.btn-huge > i {
  font-size: 30px;
}

.social-icons-top {
    position: absolute;
    top: -2px;
}


.navbar-toggle {
    margin: 8px;
    background-color: white;
}


.header .container > .navbar-collapse.in {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
}

#agent-name-contact-form{
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 16px;
}

.cursor-default{
  cursor:default;
}

.label {
    font-size: 13px;
    font-weight: 400;
}

.product-page h1 {
    border-bottom: 1px solid #f4f4f4;
    padding: 0;
    padding-bottom: 12px !important;
    text-transform: uppercase;
    text-align: left;
}

.shopping-cart-item, .shopping-cart-label{
  font-size: 21px;
  font-family: 'PT Sans Narrow', sans-serif;
}

.shopping-cart-data th, .checkout-page th{
  font-size: 18px;
}

.mortgage-payment-header{
  margin: 25px 0px;
  font-size: 25px;
  text-align: right;
}

.mortgage-payment-table{
  margin-bottom: 0px;
}

.mortgage-payment-footer{
  font-size: 11px;
  text-align: right;
}

.mortgage-automatic-mark{
    vertical-align: super;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid transparent;
}

.arrow-right-img {
    width: 45px;
    height: 70px;
    cursor: pointer;
    background-image: url("../img/arrow.png");
}

.xs-image-wrapper {
  overflow: hidden;
  position: relative;
  min-height: 250px;
  width: 100%;
}

.xs-image-wrapper img{
  position: absolute;
  margin: auto;
  min-height: 250px;
}

.blueRibbonText {
    text-transform: none;
    margin-left: -30px;
    margin-right: -30px;
    background-color: #4d90fe;
    padding: 10px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 27px;
    cursor: pointer;
}

.reposPrice {
    border-bottom: none !important;
    text-align: right !important;
    font-size: 35px;
    line-height: 29px;
}

.reposPrice em {
    text-decoration: line-through;
    font-size: 20px;
    color: #888;
}
.social-icons{
    clear:both;
    height:35px;
}
.social-icons span{
    box-sizing:content-box;
}
.service-all{
    display:none !important;
}

.forceChatHeight .chat-messages {
    height: 300px !important;
    max-height: 300px !important;
}

.forceChatHeight .chat-messages {
    height: 300px !important;
    max-height: 300px !important;
}

.forceChatHeight .panel-body {
    height: 300px !important;
    max-height: 300px !important;
}

#searchContainer .label a {
    margin-left: 10px;
    color: #fff;
}

.searchCriteriaList .label {
    display: inline-block;
    line-height: 1 !important;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 20px;
}
.searchCriteriaList .label:first-child {
  margin-left: 0;
}

.sidebar .select2-container-multi .select2-choices .select2-search-choice {
    font-size: 9px !important;
    line-height: 11px !important;
}

.property-note-date {
    font-size: 10px;
    margin-left: -5px;
}

.property-note {
    font-size: 14px;
    margin: 0 0 10px !important;
}

.product-list .product-item .add2cart {
    padding: 3px 10px;
    margin-right: 3px;
    min-width: 40px;
}

.property-details-tabs li {
    float: left !important;
}

.input.form-control, textarea.form-control {
    border-color: #8F8F8F;
}

.input.form-control:focus, textarea.form-control:focus {
    border: solid 1px #7F7F7F;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #000101;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #eee;
  font-weight: 700;
  border-radius: .3125em;
  border-style: solid;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  box-sizing: border-box;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #22677d;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #1ca7e8;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #000101;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #eee;
  font-weight: 700;
  border-radius: .3125em;
  border-style: solid;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  box-sizing: border-box;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #1ca7e8;
  cursor: pointer;
  margin-top: -7px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #1ca7e8;
  cursor: pointer;
  margin-top: -7px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.price-availability-block .price strong span.price-persqft {
  font-size: 15px;
}
.thumbnail .price {
  color: #fff;
  font-size: 28px;
  text-shadow: 0 0 3px rgba(0,0,0,1);
  text-align: left;
  position: absolute;
  bottom: 30px;
}

.thumbnail .btn > i {
 color: #fff;
 font-size: 33px;
 text-shadow: 0 0 3px rgba(0,0,0,1);
}

.thumbnail .address {
 color: #fff;
 text-shadow: 0 0 3px rgba(0,0,0,1);
 position: absolute;
 bottom: 10px;
 left: 7px;
}

.price, .price-availability-block .price strong {
    color: #1D9721;
}


.form-wrapper #name, .form-wrapper #name:focus {
    padding: 10px 16px;
    color: #333;
    font-size: 17px;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border: 1px solid #ececec;
    outline: none;
    text-align: center;
}

.form-wrapper .home-value-label {
    margin-right: 20px;
    color: #fff;
    width: 100px;
    height: 20px;
    text-align: right;
    display: inline-block;
}

.thumbnail button {
 background: none;
}


.fa-heart {
  color: #ff6666 !important;
}


.fax-number {
  position: absolute;
  top: -150px;
  left: -150px;
  height: initial !important;
  width: initial !important;
  z-index: -999;
}

.list-group-select li{
    margin-left: 25px;
}

li.list-group-select-first-level {
    margin-left: 0px;
}

.list-group-select{
    margin-bottom: 2px;
}



/* responsive screen size media queries */
@media only screen and (min-width: 1640px) {
 /* fix for large screens */
 .home .fill {
    min-width: 100%;
    object-fit: cover;
 }
}

@media only screen and (max-width: 768px) {
  .question label {
    margin: 0 0 30px;
  }
  .interest-landing {
    width: 100%;
  }
  .question label {
    margin: 0 0 30px;
  }
  .interest-landing {
    width: 100%;
  }
  .property-search input {
  border-radius: 4px 4px 0px 0px;
  }
  .search-buttons {
  float: none !important;
  margin-top: 10px !important;
  }
  #search-button {
    margin-top: 0;
    float: none;
  }
  .mobile-collapse { display:none; }
	#menuTextBrand {
	 width: calc(100% - 65px);
	 height: 35px;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 overflow: hidden;
	}
}

@media only screen and (max-width: 425px) {
     .property-search .btn {
        margin: 0;
     }
     .property-search input {
      border-radius: 4px 4px 4px 4px;
      font-size: 15px;
     }
     .form-group {
        position: static;
     }
     #slider-range {
        width: 100%;
     }
     .how-it-match .col-sm-4 {
       width: 33%;
       float: left;
       text-overflow: ellipsis;
      }

     .how-it-match .thumbnail {
       text-overflow: ellipsis;
	      overflow: hidden;
      }
     .how-it-match .glyphicon {
       font-size: 24px;
       padding: 20px;
       width: auto;
       height: auto;
      }
      #search-button {
        margin: 20px 0;
        width: 100%;
        display: block;
        float: none;
        border-radius: 4px 4px 4px 4px;
        position: static;
      }
      .login-box {
        position: static;
        width: auto;
      }
      .login-box .pull-right {
        float: none;
      }
      .nav>li {
        clear: both;
      }
      .login-box button {
        margin-top: 19px;
      }
      .navbar-nav .open .dropdown-menu {
        background-color: white;
      }
      .property {
        padding: 0;
      }
      .thumbnail {
        margin-bottom: 0;
        border-radius: 0;
        border: none;
      }
      .search-criteria, .main h1, .list-view-sorting {
        display: none;
      }

}
.videoEmbed{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.videoEmbed iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

ol li, ul li {
	white-space: normal!important;
}
