.top-5{ margin-top: 5px; }
.top-10{ margin-top: 10px; }
.top-15{ margin-top: 15px; }
.top-20{ margin-top: 20px; }
.top-25{ margin-top: 25px; }
.top-30{ margin-top: 30px; }
.top-35{ margin-top: 35px; }
.top-40{ margin-top: 40px; }
.top-45{ margin-top: 45px; }
.top-50{ margin-top: 50px; }
.top-55{ margin-top: 55px; }
.top-60{ margin-top: 60px; }
.top-65{ margin-top: 65px; }
.top-70{ margin-top: 70px; }
.top-75{ margin-top: 75px; }
.top-80{ margin-top: 80px; }
.top-85{ margin-top: 85px; }
.top-90{ margin-top: 90px; }
.top-95{ margin-top: 95px; }
.top-100{ margin-top: 100px; }
.bottom-5{ margin-bottom: 5px; }
.bottom-10{ margin-bottom: 10px; }
.bottom-15{ margin-bottom: 15px; }
.bottom-20{ margin-bottom: 20px; }
.bottom-25{ margin-bottom: 25px; }
.bottom-30{ margin-bottom: 30px; }
.bottom-35{ margin-bottom: 35px; }
.bottom-40{ margin-bottom: 40px; }
.bottom-45{ margin-bottom: 45px; }
.bottom-50{ margin-bottom: 50px; }
.bottom-55{ margin-bottom: 55px; }
.bottom-60{ margin-bottom: 60px; }
.bottom-65{ margin-bottom: 65px; }
.bottom-70{ margin-bottom: 70px; }
.bottom-75{ margin-bottom: 75px; }
.bottom-80{ margin-bottom: 80px; }
.bottom-85{ margin-bottom: 85px; }
.bottom-90{ margin-bottom: 90px; }
.bottom-95{ margin-bottom: 95px; }
.badge-dark {
    background-color: #000;
}
.bottom-100{ margin-bottom: 100px; }
.count-increament{
    counter-reset: Serial;
    border-collapse: separate;
}
.count-increament tr td:first-child::after {
    counter-increment: Serial;
    content: counter(Serial);
}
img {
	max-width: 100%;
}
body {
	background-color: #f0f0f0;
}
h1 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
	color: #000;
	font-weight: 300;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	color: #000;
}
h5 {
	font-size: 14px;
	color: #444;
}
#map_viewer{
	height: 450px;
}
.affix {
  top: 0;
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #F44336;
  border-color: #F44336;

}
.affix a {
  color: #fff !important;
  padding: 15px !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
header.affix-top{
	padding-top: 0;
	-webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.header-top {
    background-color: #EC1B23;
    color: #fff;
}
.header-top a {
	color: #fff;
	padding-left: 15px;
	text-align: right;
}
header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding-top: 30px;
}
.navbar-brand {
	width: 15%;
}
.navbar {
	background-color: #fff;
	padding: 0.2rem 1rem;
	box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.5);
}
.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link, 
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
	background: none;
	color: #EC1C24;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link,
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 15px;
}
.navbar.navbar-light .navbar-nav .nav-item:hover > .nav-link {
    color: #EC1B23;
    background-color: transparent;
}
header .btn[class*="btn-outline-"] {
    padding-top: 5px;
    padding-bottom: 5px;
}
header .form-inline .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    color: #cdbfe3;
}
header .form-control::placeholder {
    color: #e6e6e6;
    opacity: 1;
}
.navbar .navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    margin-top: 0;
    white-space: nowrap;
    left: 0;
    box-shadow: 0px -6px 18px -13px rgba(0,0,0,0.5);
    border: none;
}
.dropdown-toggle::after {
	border: none;
}
.navbar .navbar-nav li.dropdown > ul.dropdown-menu:before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 10px;
    top: -10px;
    content: "";
}
.navbar .navbar-nav li.dropdown ul.dropdown-menu a.nav-link:hover{
    color: #fff;
    background-color: #EC1B23;
}
.top-search {
	position: relative;
}
.top-search-form {
	position: absolute;
	right: 0;
	top: 0;
	width: 306px;
}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
    top: 0;
}
.w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    outline: none;
    white-space: normal;
    float: none;
}
#BannerSlider .carousel-caption {
    text-align: left;
    bottom: inherit;
    bottom: 30%;
    left: 10%;
}
#BannerSlider .carousel-caption h2 {
    font-weight: 900;
    font-size: 44px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.banner {
	background: url(../images/banner1.jpg) no-repeat center top;
	background-size: cover;
}
.banner-bg {
	background: rgba(0,0,0,0.5);
	height: 480px; 
	position: relative;
}
.banner-search {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);
    width: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px 20px 20px;
    border-radius: 3px;
}
.banner-search ul {
	padding-left: 0;
	margin-bottom: 0;
	background: rgba(0, 101, 177, 0.5);
}
.banner-search ul li {
	display: inline-block;
}
.banner-search ul li a {
	padding: 12px 27px;
	color: #DCC6FF;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: 14px;
}
.banner-search ul li.active a {
	background-color: #0065B1;
	color: #fff;
}
.banner-search ul li.active {
	position: relative;
}
.banner-search ul li.active .tri-active {
	border-top: 10px solid #563D7C;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 40%;
	right: 40%;

}
.banner-search .form-group {
    margin-bottom: 5px;
}
.banner-search label{
    margin-top:10px;
    margin-bottom:0;
}
.banner-search h3 {
    color: #EC1B23;
    font-size: 22px;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    padding: 5px;
}
.banner-search .form-inline select.form-control {
	width: 200px;
	border-right: 1px solid #c4c4c4;
	height: 45px;
}
.home-property-gallery {
	background: transparent;
	position: relative;
	clear: both;
	margin-top: -75px;
}
.home-gallery-slider {
	background-color: #f0f0f0;
	padding: 15px;
}
.home-gallery-slider ul {
	padding-left: 0;
	margin-bottom: 0;
}
.home-gallery-slider ul li {
	list-style: none;
	float: left;
	width: 20%;
}
.home-gallery-slider ul li .gallery-img {
	height: 115px;
	overflow: hidden;
	background-color: #fff;
}
.home-gallery-slider ul li h5 {
	text-align: center;
	background-color: #fff;
	padding: 8px 15px;
    color:#0165B1;
}
.home-gallery-slider ul li h5 small{
    color:#333
}
.property-gallery-item:hover .popover {
	display: block;
}
.home-featured-section {
	background-color: #f0f0f0;
	padding: 30px 0;
}
.featured-item {
	background-color: #fff;
	padding: 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
    height: 100%;
}
.featured-item:hover {
	box-shadow: 0 2px 10px 2px rgba(0,0,0,.16);
	z-index: 1;
	background-image: none;
	background-position: 3px 10px;
}
.featured-property .row {
	margin-left: -8px;
	margin-right: -8px;
}
.featured-property .row [class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
}
.featured-item .badge {
	border-radius: 0;
}
.featured-item h4{
	color: #0165B1;
	margin-bottom: 10px;
}
.featured-item > a {
	display: block;
}
.featured-item  a:hover{
	text-decoration: none;
}
.featured-item  a:hover h4 {
	color: #000;
}
.price-property {
	font-size: 12px;
	font-weight: 600;
	color: #0287D7;
}
.featured-item .btn-xs {
    padding: 0px 5px;
    font-size: 12px;
}
.code-id {
	color: #000;
	font-weight: 600;
}
.property-overlay {
	position: absolute;
	z-index: 10;
	top: -80px;
	opacity: 0;
	left: -10000000px;
}
.featured-item:hover .property-overlay {
	left: 100%;
	top: -10px;
	background-color: #fff;
	width: 200px;
	opacity: 1;
	box-shadow: -6px 0px 21px -12px rgba(0,0,0,0.5);
	transition: opacity 600ms ease, top 600ms ease;
}
.tri-overlay {
	border-right: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: -10px;
	top: 30px;
}
.property-overlay p {
	font-size: 13px;
}
.property-overlay span {
	font-size: 12px;
}
.property-overlay label.form-check-label {
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
}
.property-overlay .form-check {
	margin-top: 0;
}
.top-overlay {
	padding: 15px;
}
.bottom-overlay {
	background-color: #f0f0f0;
	padding: 15px;
}
.featured-property .row [class*="col-"]:nth-child(3n) .featured-item:hover .property-overlay {
	left: inherit;
	right: 100%;
	box-shadow: 6px 0px 21px -12px rgba(0,0,0,0.5);
}
.featured-property .row [class*="col-"]:nth-child(3n) .featured-item:hover .property-overlay .tri-overlay {
	border-right: none;
	border-left: 10px solid #fff;
	left: inherit;
	right: -10px;
}
.for-sell-section {
	background: url(../images/deep-sea.jpg) repeat top center;
	/*background-color: #563D7C;*/
	padding: 70px 0;
}
.section-title {
	margin-bottom: 15px;
	text-align: center;
}
.section-title h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.sale-image img {
	height: 175px;
	width: 100%;
}
.sale-content {
	padding: 10px 15px;
	text-align: center;
}
.sale-address {
	font-size: 13px;
	color: #999;
	line-height: 14px;
}
.in-sale-pro h4 {
	margin-bottom: 0;
}
.in-sale-pro h4 a {
	color: #563D7C;
	text-align: center;
	display: block;
	padding: 12px 0;
}
.sale-content a:hover {
	text-decoration: none;
}
.in-sale-pro{    
	background-color: #fff;
    height: 100%;
}
.in-sale-pro .property-list-content {
	transition: all .4s ease-in-out;
	margin: 20px 0;
	position: relative;
	top: 0;

}
.in-sale-pro:hover .property-list-content {
	box-shadow: 4px 4px 12px -2px rgba(0,0,0,.8);
	top: -15px;
}
.property-rent-section {
	background-color: #fff;
	padding: 50px 0;
}
.sale-image-content {
	background-color: #000;
	padding: 5px 10px;
}
.sale-image-content h5, .rent-content h5 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 20px;
}
.pro-icon {
	text-align: right;
	margin-top: -3px;
}
.pro-icon a{
	font-size: 10px;
	color: #fff;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	background-color: #444;
	border-radius: 3px;
}
.sale-image-content .pro-icon a:hover {
	background-color: #563D7C;
	color: #CDBFE3;
}
.sale-content a.detail-btn {
	padding: 10px 0;
	border-top: 1px solid #eee;
	display: block;
	margin-top: 15px;
	text-align: center;
}
.rent-image {
	position: relative;
	overflow: hidden;
}
.rent-image img {
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
	height: 250px;
	width: 100%;
}
.rent-image:hover img {
	transform: scale(1.1);
}
.rent-content {
	background: rgba(0,0,0,0.5);
	padding: 5px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
}
.rent-content h5.title-5 {
	border-bottom: 1px solid #FFDE00;
}
.rent-content h5.title-5 a {
	color: #fff;
	padding-bottom: 3px;
	display: inline-block;
}
.rent-content h5.title-5 span.code-id {
	color: #fff;
	float: right;
	display: inline-block;
}
.rent-content .pro-icon {
	padding-top: 6px;
}
.search-by-city {
	padding: 15px 0;
}
.search-by-city h3 {
	border-bottom: 1px solid #fff;
	line-height: 40px;
}
.search-by-city ul {
	padding-left: 0;
}
.search-by-city ul li {
	list-style: none;
}
.search-by-city ul li a {
	line-height: 20px;
	display: block;
	font-size: 12px;
}
footer {
	background-color: #222;
	color: #fff;
	padding: 60px 0;
}
footer a, footer p {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}
footer p {
	margin-bottom: 0;
}
address p {
	line-height: 20px;
}
footer h6 {
	font-weight: 600;
}
footer ul {
	padding-left: 0;
}
footer ul li {
	line-height: 16px;
	list-style: none;	
}
footer a:hover {
	text-decoration: none;
	color: #fff;
}
.social-media li {
	display: inline-block;
}
.social-media li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	background-color: #563D7C;
	border-radius: 4px;
	color: #fff;
}
.social-media li a:hover {
	color: #CDBFE3;
}
.copyright {
	text-align: center;
	margin-bottom: 0;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #383838;;
	color: #999;
}
.footer-content {
	font-size: 12px;
	color: #999;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 20px;
}
.list-tabs {
	padding-left: 0;
	background-color: #f0f0f0;
	margin-bottom: 0;
}
.list-tabs li {
	list-style: none;
	display: inline-block;
}
.list-tabs li a.active {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
.list-tabs li a{
	padding: 10px 30px;
	display: block;
}
.list-tab-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.list-tab-content .in-sale-pro {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.list-tab-content .in-sale-pro  img {
	width: 100%;
}
.display-icon {
	text-align: right;
}
.display-icon li {
	list-style: none;
	display: inline-block;
	padding: 5px 8px;
}
.in-sale-pro .sale-image {
	position: relative;
}
.rent-image .badge,
.in-sale-pro .badge {
	position: absolute;
	left: 10px;
	top: 10px;
}
.list-page-section main {
	background-color: #fff;
	padding: 20px;
}
.thumb-list-content .right-thumb {
	float: left;
	width: 60%;
}
.thumb-list-content .sale-image {
	float: left;
	width: 40%;
}
.thumb-list-content .in-sale-pro {
	float: none;
	width: 100%;
}
.thumb-list-content .right-thumb a.detail-btn {
	margin-top: 53px;
}
.thumb-list-content .in-sale-pro{
    flex: 0 0 100%;
    max-width: 100%;
}
.tab-content .sale-content {
	border: 1px solid #eee;
}
.moderate-calculate {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 30px;
}
.breadcrumb {
	margin-bottom: 0;
	background: transparent;
}
.breadcrumb-section {
	background-color: #eee;
	margin-bottom: 15px;
	padding-top: 45px;
}
.sister-logo {
	padding: 30px 0;
	background-color: #c4c4c4;
}
.sister-logo ul {
	padding-left: 0;
	text-align: center;
}
.sister-logo ul li {
	list-style: none;
	float: left;
	width: 150px;
	height: 100px;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	display: table-cell;
	margin-right: 20px;
}
.sister-logo ul li img{
    max-height:100%;
}
.property-detail {
	background-color: #fff;
}
.property-detail-content {
	padding-top: 15px;
	border-top: 1px solid #c4c4c4;
}
.property-banner {
	padding-bottom: 15px;
}
.property-detail-content {
	padding: 15px;
}
.view-highlights ul, .overall ul {
	padding-left: 0;
}
.view-highlights ul li {
	list-style: none;
}
.highlight ul li {
	float: left;
	text-align: center;
	margin-right: 40px;
}
.highlight ul li .high-icon {
	height: 50px;
	width: 50px;
	border: 1px solid #c4c4c4;
	transform: rotate(45deg);
	display: block;
	margin: 20px auto;
	line-height: 42px;
}
.highlight ul li img {
	text-align: center;
	transform: rotate(-45deg);
	width: 60%;
}
.highlight ul li span {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	display: block;
}
.lSSlideOuter .lSPager.lSGallery img {
    border: 2px solid #bfbdbd;
}
.property-price h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.overall {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
}
.overall ul li {
	list-style: none;
	line-height: 28px;
	display: block;
}
.overall ul li span, .other-info ul li span {
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 10px;
}
.amenities ul li {
	float: left;
	width: 30%;
	margin-right: 20px;
	text-align: left;
	padding-left: 30px;
	position: relative;
	background: url(../images/tick.png)no-repeat left center;
	background-size: 13px 10px
}
.property-in-detail .tab-content > .tab-pane {
	padding: 15px 0;
}
.property-in-detail {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #eee;
}
.other-info ul li span {
	text-transform: none;
}
.map {
	background-color: #fff;
	padding: 10px;
	margin-top: 15px;
}

.blog-section {
	background-color: #d2d3de;
	padding: 80px 0;
}
.blog {
	padding-top: 30px;
}
.blog-item {
	 background-color: #ffffff;
	 text-align: center;
}
.blog-item:hover {
	box-shadow: 0px 0 15px -3px rgba(0,0,0,0.5);
}
.inner-blog-section {
  padding-top: 75px;
}
/*.overlay {
	padding-right: 10px;
}
.overlay .heading-3 {
	font-size: 18px;
}*/
.blog-description {
	padding: 10px;
}
.blog-cat span {
	color: #CB2105;
	font-weight: 300;
}
.blog-cat span sup {
	color: #000;
}
.date, .comment {
	color: #777777;
	display: inline;
	font-size: 12px;
	font-weight: 400;
}
.date {
	margin-right: 20px;
}
.blog-description h4 {
	height: 40px;
	display: table-cell;
	width: 500px;
	vertical-align: middle;
	text-align: center;
	padding: 10px auto;
}
.star-cb-group {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 165px;
    height: 30px;
    line-height: 30px;
}
.star-cb-group > input {
    display: none;
}
.star-cb-group > input + label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 30px;
    height: 30px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px;
}
.star-cb-group > input + label:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f006";
    font-family: "fontawesome";
    color: #888;
}
.star-cb-group > input:checked ~ label:before,
.star-cb-group > input + label:hover ~ label:before,
.star-cb-group > input + label:hover:before {
    content: "\f005";
    font-family: "fontawesome";
    color: #e52;
}
.star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: 30px;
    margin-left: -30px;
}
.star-cb-group > .star-cb-clear + label:before {
    width: 30px;
}
.star-cb-group:hover > input + label:before {
    content: "\f006";
    font-family: "fontawesome";
    color: #888;
    text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before,
.star-cb-group:hover > input + label:hover:before {
    content: "\f005";
    font-family: "fontawesome";
    color: #e52;
}
.innerpage-section .blog {
  margin-bottom: 30px;
}
.related-section {
	border-top: 1px solid #ddd;
	padding-top: 50px;
}
.inner-blog-section .blog-item {
  margin-bottom: 30px;
  border: 3px solid #ddd;
}
.inner-blog-section .blog-description p {
  height: 100px;
  overflow: hidden;
  font-size: 14px;
}
.sidebar ul  {
	padding-left: 0;
}
.sidebar ul li {
  list-style: none;
}
.sidebar ul li:before {
  content: "\f101";
  font-family: FontAwesome;
  padding-right: 10px;
}
.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    padding: 10px;
	border-bottom: 1px solid #eee;
}
.panel-body {
    padding: 15px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.innerpage-section ul.social-media {
	text-align: left;
	padding-left: 0;
	margin-bottom: 0;
}
.contact-address {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	border-radius: 10px;
	margin-bottom: 20px;
}
.contact-address address {
	margin-bottom: 0;
}
.form {
  background: rgba(19, 35, 47, 0.9);
  padding: 40px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #F0444A;
  color: #ffffff;
}
.tab-group .active a {
  background: #EC1C23;
  color: #ffffff;
}
.login-form  h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}

.login-form label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}
.login-form label .req {
  margin: 2px;
  color: #1ab188;
}

.login-form label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
.login-form label.active .req {
  opacity: 0;
}

.login-form label.highlight {
  color: #ffffff;
}

.login-form input, textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.login-form input:focus, textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

.login-form textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.login-form .field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.login-form .top-row:after {
  content: "";
  display: table;
  clear: both;
}
.login-form .top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.login-form .top-row > div:last-child {
  margin: 0;
}

.login-form .button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #EC1C23;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.login-form .button:hover, .button:focus {
  background: #F0444A;
}

.login-form .button-block {
  display: block;
  width: 100%;
}

.login-form .forgot {
  margin-top: -20px;
  text-align: right;
}
.widget_houzez_facebook {
	padding:15px;
	background-color: #fff;
}


.social-media-fixed {
    position: fixed;
    z-index: 999999;
    right: 0;
    transform: translate(0, 80%);
}
.social-media-fixed ul li {
    list-style: none;
}
.social-media-fixed ul li a {
    color: #fff;
}
.social-media-fixed ul li a .fa {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
}
.social-media-fixed .fa-facebook {
    background-color: #563D7C;
}
.social-media-fixed .fa-envelope-o {
    background-color: #FE620A;
}
.social-media-fixed .fa-phone {
    background-color: #BFDA58;
}
.social-media-fixed ul li a .fa {
    text-align: center;
    line-height: 40px;
}

/*Member */
#member_sidebar_nav {
    background-color: #fff;
    padding: 15px;
    border: 2px solid #ddd;
    margin-bottom: 30px;
}
.member-property-add .tab-content {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top:none;
}
.member-property-list{
    background-color:#fff;
    padding:20px 20px;
    margin-bottom:30px
}
.login {
    background-color: #fff;
    padding: 15px;
}
.login h1 {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}
.sale-over-image {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    opacity:0;
}
.in-sale-pro:hover  .sale-over-image{
    opacity:1;
}
.property-banner{
    min-height:150px;
    position:relative;
}
.property-banner .property-detail-status{
    position:absolute;
    left:15px;
    top:15px;
    z-index:150;
}
.property-banner .property-detail-property_for{
    position:absolute;
    right:15px;
    top:15px;
    z-index:150;
}
.property-detail h1 {
    font-weight: 700;
    color: #0165B1;
}