@charset "utf-8";
/*   
Theme Name: Residential Guru
Version: 1
*/

/* global */
body {
    padding-top: 40px;
}

h1 {
    margin: 7px 0 0;
}

h2 {
    font-size: 26px;
    color: #000;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}



/* header */
header {
}

/* navbar-top */
#navbar-top {
    margin-bottom: 0;
    padding: 5px 0;
    min-height: 15px;
    z-index: 9999;
}

#navbar-top .navbar-nav > li > a {
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

/* header */
.header-subscribe {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.header-subscribe .btn-subscribe {
    background-color: #fff;
    text-transform: uppercase;
    color: #06C;
    font-weight: bold;
    font-size: 16px;
}

.header-sm {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: right;
    border-left: 1px solid #fff;
}

.header-sm li img {
    width: 56px;
}
/* nav main */
#navbar-main {
    background-color: #227CDB !important;
    border-color: #227CDB !important;
    border-radius: 0px !important;
}

#navbar-main .navbar-nav > li > a {
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #fefefe;
    padding-left: 16px;
    padding-right: 16px;
}

#navbar-main .navbar-nav > li:last-child > a {
    border-right: none;
}

.navbar {
    margin-bottom: 0px !important;
}

#navbar-main .navbar-nav > li > a:hover {
    background-color: rgb(88, 158, 231);
}

#navbar-main .navbar-nav > li.active > a {
    color: #fff;
    background-color: rgb(88, 158, 231);
}

#navbar-main #navbar-main-collapse {
    padding: 0;
}

/* main-content */
.main-content {
    min-height: 450px;

}

.main-content img {
    max-width: 100%;
}

/* slider */
#slider {
    position: relative;
}

#slider #slider-form {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin-top: 15px;
}

#slider #slider-form #slider-form-header {
    padding: 15px;
    background-color: #dae4f1;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #a0bbdc;
    border-bottom: none;
}

#slider #slider-form #slider-form-body {
    padding: 15px;
    background: url(images/blue-trans.png) center repeat;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #a0bbdc;
    border-bottom: 2px solid #cfd7e9;
    border-top: none;
}

#slider #slider-form #slider-form-body input, #slider #slider-form #slider-form-body textarea {
    margin-bottom: 10px;
    background: url(images/blue-trans.png) center repeat;
    color: #fff;
    border-top-color: #1f4fa5;
    border-left-color: #3969bd;
    border-right-color: #3969bd;
    border-bottom-color: #84a2d8;
}

#slider #slider-form #slider-form-body button {
    font-size: 22px;
    background-color: #fff;
    color: #06C;
}

.form-control-slider::-webkit-input-placeholder {
    color: #fff;
}

.form-control-slider:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.form-control-slider::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.form-control-slider:-ms-input-placeholder {
    color: #fff;
}

/* aside */
.sidebar-subscribe {
    margin-top: 85px;
}

/* search-box */
#search-box {
    background-color: #eee;
    position: absolute;
    z-index: 1;
    right: 125px;
    top: 75px;
}

#search-box input {
    width: 100%;
    height: 41px;
}

#search-box button {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* news */
.news h4 {
    font-size: 14px;
    font-weight: bold;
}

/* project list box */
.project-list-sm {
    background: #fff url(images/left-bottom-corner.png) right bottom no-repeat;
}

.project-title-sm {
    font-weight: bold;
    padding-top: 10px;
}

.project-selling-point-sm {
    background-color: #ecf0f1;
    color: #06F;
    margin-bottom: 10px;
}

.project-read-more-sm {
color: rgb(203,77,9) !important;
display: block;
background: url('images/read-more-arrow.png') no-repeat left center;
position: relative;
float: left;
margin-left: 122px;
text-indent: -123px;

}

.list-col-2 {
    clear: both;
    margin-bottom: 50px;
}

.list-col-2 .panel-body {
    height: 250px;
}

.load-more-property {
    margin-bottom: 15px;
    margin: 0 auto;
    width: 185px;
    display: block;
    margin-bottom: 15px;
}

/* district menu */

#district-tab li:hover {
    background: beige;
}

#district-tab {
    width: 100% !important;
    background: rgb(228, 230, 225);
    margin: 0px !important;
    border: 1px solid rgb(216, 217, 213);
}

#district-tab li {
    /*width: 20%;*/
    border-right: 1px solid rgb(216, 217, 213);
    text-align: center;
  height: 45px;
}

#district-tab li:last-child {
    border-right: none;
}



.district-menu {
    margin-bottom: 30px;
}

.district-menu #navbar-district {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}
.district-menu #navbar-district .navbar-nav > li > a:hover {
  
/*background-image: url('images/tab_bgs.png');*/
color: white;
background-repeat: no-repeat;
-moz-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
background-size: 100% 63px;
background-color: rgb(11, 117, 227) !important;/*transparent !important;*/
	}
	
.district-menu #navbar-district .navbar-nav > li > a {
    color: rgb(20,118,220);
font-weight: bold;
font-size: 16px;
padding-left: 28px;
padding-right: 28px;
height: 45px;
}

.district-menu #navbar-district .navbar-nav > li.active > a {
    background: rgb(18, 125, 235);
    color: white;
}

.project-header-district {
  /*background-color:#000; */
    color: red;
  /*padding:5px 15px; 
  margin-bottom:15px; */
    font-weight: bold;
    min-height: 45px !important;
}

.thumbnail.thumb-items {
    min-height: 450px;
    position: relative;
}

.thumbnail.thumb-items a img {
    min-height: 180px;
}
/* footer */
footer {
    margin-top: 25px;
    color: #fff;
}

.footer-top, .footer-bottom {
    background-color: rgb(228,230,225);
    padding: 15px 0;
    color: #000;
}

.footer-top a {
    color: #fff;
    font-size: 16px;
}

.footer-bottom {
    background-color: rgb(228,230,225);
    padding: 15px 0;
}

.footer-bottom-nav {
    margin-top: 15px;
    text-align: right;
}

.footer-bottom-nav a {
    color: #06F;
    font-size: 16px;
}

.copyright {
    font-weight: bold;
    color: #000;
}

/* overide */
.btn-primary, .label-primary {
    background-color: #215cbd;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    max-width: 98%;
}

.text-primary {
    color: #215cbd;
}

/* search */
#search {
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #ffffff;
 /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
 /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
 /* IE6-8 */;
}

#search {
    line-height: 16px;
}

#search .btn-default, #search .form-control {
    border-color: #0942af;
}

/* listing */
.listing-date {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
}

.listing-year {
    display: block;
    font-size: 30px;
    line-height: normal;
}

.label-status {
    background-color: #16a085;
    color: #fff;
}

.listing-price {
    font-size: 24px;
    color: #0941ae;
}

.listing-read-more {
    background-size: 100% 100%;
background-repeat: no-repeat;
border: 1px solid rgb(204, 204, 204);
-webkit-box-shadow: inset 6px 5px 107px -11px rgba(194,196,193,1);
-moz-box-shadow: inset 6px 5px 107px -11px rgba(194,196,193,1);
box-shadow: inset 6px 5px 107px -11px rgba(194,196,193,1);
}

.listing-thumbnail {
    margin-bottom: 10px;
}

.text-form-detail {
    padding-top: 35px;
}

button#listing-reset-btn {
background: rgb(222, 223, 222);
font-size: 18px;
border-radius: 3px !important;
}

.text-form-detail h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.detail-arrow-down {
    margin-top: -115px;
}

/* flags */
.flags li a img {
    max-width: 70px;
}

.flags li a span {
    display: block;
    color: #999;
}

.flags li a:hover > span {
    color: #0942af;
}

/* box bordered */
.box-bordered {
    border: 2px solid #eee;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 4px;
}

.box-bordered h2 {
    margin-top: 0;
}

/* detail */
.detail-price-box {
    background-color: #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.detail-price {
    font-size: 30px;
    color: #fff;
}

.detail-contact-btn {
    border-radius: 0;
    font-weight: bold;
    margin-bottom: -15px;
    background-image: url(images/right-bottom-corner-white.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* class */
.header-box-grey {
    background-color: #bdc3c7;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.header-box-grey a {
    color: #06F;
    font-weight: normal;
}

.strong {
    font-weight: bold;
}

.text-lg {
    font-size: 1.3em;
}

.bg-dark-grey {
    background-color: #bdc3c7;
    margin-top: 25px;
    padding: 15px 0;
}

.bg-dark-light-grey {
    background-color: #eee;
    padding: 10px 0;
    margin-bottom: 25px;
}

.border-bottom-black-lg {
    border-bottom: 25px solid #000;
}

.btn-best-buy {
    font-size: 22px;
    font-weight: bold;
    color: #06F;
    background-color: #fff;
    border: 1px solid #ccc;
    padding-left: 25px;
    padding-right: 25px;
    float: right;
    margin-top: -14px;
}

.scroll-content {
    height: 300px;
    overflow: auto;
}

.loader-img {
    display: none;
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    font-weight: bold;
    color: #03F;
}

.no-top-margin {
    margin-top: 0;
}

.top-border-black-lg {
    border-top: 25px solid #000;
}

.margin-top {
    margin-top: 25px;
}

.detail-sm > li {
    padding: 0;
}

.black-th th {
    background-color: #000 !important;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .flags li a img {
        width: 50px;
    }
	
    .district-menu #navbar-district .navbar-nav > li > a {
        font-size: 15px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 130px !important;
    }

    .footer-district a {
        font-size: 13px;
    }

    #navbar-top {
        color: red;
    }

p.welcome-text {
width: 60%;
float: right;
}

#navbar-main ul.nav.navbar-nav li a {
padding: 0px 63.8px;
}

}

@media screen and (max-width: 768px) {
    .flags li {
        text-align: center;
    }

    .flags li a {
        font-size: 8px;
    }

    .flags li a img {
        width: 40px;
        margin: 0 auto;
    }

    #navbar-top .nav > li > a {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }
	
	nav#navbar-top ul li {
	display: inline-block;
	}

    .header-subscribe {
        font-size: 14px;
    }

    .header-sm img {
        width: 32px;
    }

    #slider #slider-form #slider-form-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #slider #slider-form h4, #slider #slider-form p {
        margin-bottom: 5px;
    }

    #slider #slider-form p {
        font-size: 12px;
        line-height: 14px;
    }

    #slider #slider-form .form-control {
        padding: 3px 6px;
        font-size: 12px;
        margin-bottom: 5px !important;
    }

    #search-box input {
        width: 160px;
    }

    .news h4.media-heading {
        font-size: 12px;
    }

    .news .media-body {
        font-size: 12px;
        line-height: 14px;
    }

    .news .media-object {
        width: 64px;
    }

    .district-menu #navbar-district .navbar-nav > li > a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 12px;
    }

    .list-col-2 .panel-body {
        height: auto;
        min-height: 250px;
    }

    .list-col-2 .panel-body h3 {
        margin-top: 0;
        font-size: 14px;
        font-weight: bold;
    }

    .text-check-out {
        font-size: 16px;
    }

    .footer-district a {
        font-size: 14px;
    }

    .footer-sm img {
        width: 24px;
    }

    .copyright {
        font-size: 11px;
    }

    .footer-bottom-nav a {
        font-size: 14px;
    }

    #navbar-top {
        color: red;
    }

    #navbar-main {
        width: 500px;
    }

.modal-dialog {
width: 750px !important;
margin: 50px auto;
}

  .nav-tabs>li {
/*width: 14%;*/
}
div#project-details .nav-tabs>li.active>a{
  background-image: url('images/tab_bg.png') !important;
background-repeat: no-repeat;
-moz-background-size:100% 100%;
-webkit-background-size:100% 100%;
background-size:100% 100%;
background-color: transparent !important;
  border-left:none;
  border-right:none;
  border-bottom: none;
  color:#fff;
  z-index: 111;
}
div#project-details ul li a {
font-size: 12px;
}
}
/*Start media*/
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  
	#navbar-main ul.nav.navbar-nav li a {
  padding: 0px 45px;
  }
  p.welcome-text {
  width: 53% !important;
  }
	
	#radio-wrap img {
width: 33px;
margin-left: 20px;
}

#project-details .nav-tabs>li {
/*width: 14%;*/
}
div#project-details .nav-tabs>li.active>a{
  background-image: url('images/tab_bg.png') !important;
background-repeat: no-repeat;
-moz-background-size:100% 100%;
-webkit-background-size:100% 100%;
background-size:100% 100%;
background-color: transparent !important;
  border-left:none;
  border-right:none;
  border-bottom: none;
  color:#fff;
  z-index: 111;
}
div#project-details ul li a {
font-size: 12px;
}
  
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
  
	#navbar-main ul.nav.navbar-nav li a {
  		padding: 0px 32px;
  	}
	
	#radio-wrap img {
width: 40px;
margin-left: 20px;

}
 div#project-details ul.nav-tabs li {
width: 25%;
}
  
}
.nav>li>a {
padding: 15px 8px;
}
.nav-tabs>li>a {
border-radius: 0px;
}
/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
	#navbar-main ul.nav.navbar-nav li a {
  		padding: 0px 63.8px;
  	}
	
	#radio-wrap img {
width: 40px;
margin-left: 20px;
}
div#project-details ul.nav-tabs li {
/*width: 14%;*/
}
.nav>li>a {
padding: 10px 8px;
}
.nav-tabs>li>a {
border-radius: 0px;
}	
}
/*End media*/

@media screen and (max-width: 640px) {
    #navbar-top-collapse {
        background-color: #eee;
    }

    #navbar-top-collapse ul {
        border-bottom: 1px solid #ccc;
    }

    #navbar-top-collapse button {
        margin-left: 15px;
    }

    #navbar-top .navbar-nav > li > a:hover {
        background-color: #ccc;
    }

    .header-subscribe {
        border-top: 1px solid #666;
        padding-top: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-sm {
        border-left: none;
        text-align: center;
    }

    #navbar-main #navbar-main-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    #slider #slider-form {
        position: relative;
    }

.modal-dialog {
width: 750px !important;
margin: 50px auto;
}
}

.hide-long {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.carousel-caption a {
    color: white;
    font-size: 48px;
}
/*custom*/
section.menu {
    background-color: rgb(34, 124, 219);
}
#carousel .carousel-inner > .item > a > img {
    width: 100%;
    height: 470px !important;
}

.tab-content {
padding: 15px 10px;
    background: none;
}

.nav-tabs li a {
    font-weight: bolder;
    font-size: 18px;
}

#text-2 {
    border-left: 2px solid rgb(135, 135, 172);
    padding: 0 0 0 10px;
    background-image: url('images/custom_widget_bg.png');
  
}

.header-bgdot {
    margin-bottom: 15px;
}

.media-block {
    display: block;
    clear: both;
}

.upcoming-projects .even {
    width: 50%;
    float: left;
}

.upcoming-projects .odd {
    width: 50%;
    float: right;
}

.upcoming-projects .media {
    margin-top: 10px;
}

.navbar-collapse {
    padding: 0px !important;
}

.upcoming-projects {
    margin: 0px !important;
}

#search-box .tab-content {
    padding: 10px;
  text-align: center;
}

.row.footer-district {
border-bottom: 1px solid rgb(183, 184, 182);
}
.footer-top ul li a {
color: #000;
font-weight: bold;
  margin: 50px 15px 50px 25px;
position: relative;
}
.social-ico {
background-image: url('images/social_ico.png');
background-repeat: no-repeat;
width: 38px;
height: 36px;
border: 1px solid rgb(179, 181, 177);
}
li#fb {
background-position: -6px -5px;
}
li#twitter {
background-position: -47px -5px;
}
li#google {
background-position: -89px -5px;
}
img#welcom-img {
float: left;
}

.read-more {
background: rgb(228, 230, 225);
padding: 5px;
border-radius: 0px 0px 5px 5px;
color: rgb(14,121,321);
box-shadow: 0px 2px 1px #888888;
position: relative;
top: 23px;
left: 0px;
}
.textwidget .col-md-8 {
border-bottom: 1px solid rgb(227, 227, 227);
}
section#footer-before-top {
margin-top: 20px;
}
.footer-bottom-nav a {
color: rgb(203,77,9) !important;
padding-left: 70px;
}
ul.new-list {
padding: 0px;
  margin: 15px 0;
}
ul.new-list li {
list-style: none;
display: block;
clear: both;
}
ul.new-list li.news-title {
font-weight: bold;
padding: 5px 0;
}
ul.new-list li p span.news-content {
width: 75%;
float: right;
}
table#listing-table {
margin-top: 20px;
}
section#footer-before-top .tab-content, #direct-search-box .tab-content, .blog-wrap .tab-content{
border: 1px solid rgb(221, 221, 221);
border-radius: 0 0 5px 5px;

}
section#footer-before-top .tab-content, #direct-search-box .tab-content, .blog-wrap .tab-content {
border-top: 0px !important;
}
span.map-marker {
background-image: url('images/map_pointer.png');
background-repeat: no-repeat;
width: 30px;
height: 75px;
padding: 8px 10px;
float: left;
}
.col-md-9.col-sm-12 p {
padding-top: 10px;
font-size: 16px;
margin-left: 90px;
text-indent: 30px;
background-image: url('images/map_pointer.png');
background-repeat: no-repeat;
}
.textwidget .row {

width: 95%;
margin: 0 10px;
}
.latest-blog ul {
list-style-image: url('images/list-arrow.png');
}
.blog-wrap {
margin: 85px 0 30px 0;
}
ul.tiny-social {
list-style: none;
margin: 0px;
}
a.tiny-social {
background-image: url('images/tiny_social.png');
background-repeat: no-repeat;
width: 29px;
height: 35px;
padding: 9px 12px;
}
#c {
background-position: -5px 0;
}
#f {
background-position: -35px 0;
}
#t {
background-position: -64px 0;
}
#b {
background-position: -94px 0;
}
#g {
background-position: -124px 0;
}
#m {
background-position: -155px 0;
}
.list-inline>li {
padding: 0px !important;
}
.list-group-item-text {
padding: 0px 15px;
}
p.blog-tiny-date {
border-top: 1px solid rgb(221, 221, 221);
border-bottom: 1px solid rgb(221, 221, 221);
width: 200px;
padding: 5px 0;
}
div#direct-search-box {
margin-bottom: 50px;
}
.radio-inline input[type=radio]{
margin: 7px 0px !important;
}
.radio-inline input[type=checkbox]{
margin: 7px 0px !important;
}
#radio-wrap {
padding: 10px 13px;
background: rgb(228, 230, 225);
border: 1px solid rgb(228, 230, 225);
}
tr#radio-wrap td, tr#overseas-search-form {
border: 1px solid rgb(214, 215, 211);
}

.radio-inline, .checkbox-inline {
padding-left: 0px !important;
}
h4.overseas-header {
background: #FFF;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.5;
color: #000;
position: absolute;
top: -10px;
width: 360px;
padding: 15px;
}
p.overseas-selling-point {
position: absolute;
top: 250px;
color: #000;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
background: #fff;
width: 360px;
padding: 10px;
font-weight: bold;
}
a.btn.overseas-btn {
position: absolute;
top: 210px;
right: 25px;
}
p.overseas-desc {
position: absolute;
top: 290px;
color: #000;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.8;
background: #fff;
padding: 10px;
width: 360px;
font-weight: bold;
}
.overseas-list-box {
position: relative;
margin-bottom: 20px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
width:100% !important;
}
section.project-search {
padding: 10px;
margin: 20px 0;
}
.project-search {
margin: 10px 0;
}
.project-search table tbody tr td {
border-top: 0px !important;
}
.btn {
  border-radius: 3px !important;
  }
.btn-custom:hover {
color: #fff !important;
}
.btn-custom {
background-image: url('images/btn.png');
	  color: #fff;
width: 100%;
}
button#sidebar-search {
width: 50% !important;
}
button#front-search {
width: 50%;
}
div#project-details ul li a {
font-weight: lighter;
text-align: center;
  height: 75px;
}
section#details {
margin-top: 50px;
  margin-bottom: 60px;
}
tr#project-titles {
background: rgb(228, 230, 225);
}
tr#project-titles td {
padding: 14px;
font-size: 18px;
line-height: 32px;
}
div#project-details .nav-tabs {
background: rgb(228, 230, 225);
}
div#project-details .nav-tabs>li.active>a:hover{
color:#fff;
}
div#project-details .nav-tabs {
height: 60px;
}
div#project-details .nav-tabs>li.active>a{
  background-image: url('images/tab_bg.png') !important;
background-repeat: no-repeat;
-moz-background-size:100% 100%;
-webkit-background-size:100% 100%;
background-size:100% 100%;
background-color: transparent !important;
  border-left:none;
  border-right:none;
  border-bottom: none;
  color:#fff;
  z-index: 111;
}
div#project-details .nav-tabs>li>a:hover{
  background-image: url('images/tab_bg.png') !important;
background-repeat: no-repeat;
-moz-background-size:100% 100%;
-webkit-background-size:100% 100%;
background-size:100% 100%;
  background-color: transparent !important;
  border-left:none;
  border-right:none;
  color:#fff;
  z-index: 111;
border-bottom: none;
}
.table-wrap {
border: 1px solid rgb(228, 230, 225);
}
.btn-search {
background-image: url('images/news_btn.png');
background-repeat: no-repeat;
background-size: 55px 32px;
height: 34px;
width: 57px;
border: 1px solid rgb(204, 204, 204);
}
.district-menu #navbar-district .navbar-nav > li.active > a {
background-image: url('images/tab_bgs.png');
color: white;
background-repeat: no-repeat;
-moz-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
background-size: 100% 63px;
background-color: transparent !important;
}
.view-all {
color: rgb(14, 121, 231) !important;
display: block;
background: url('images/blue-arrow.png') no-repeat left center;
position: relative;
text-indent: -99px;
}
#projects-view-all {
float: right;
margin: -30px -23px 20px;
}
#view-all-id {
text-indent: -50px !important;
margin-left: 50px;
}
#view-all-side {
text-indent: -70px !important;
margin-left: 70px;
}
.custom-pagination {
clear: both;
float: right;
padding: 5px 0px;
}

a.page-numbers {
background: rgb(193, 195, 192);
color: #000;
padding: 4px 7px;
font-weight: bold;
}
span.page-numbers.current {
background: rgb(37, 119, 205);
color: #fff;
padding: 4px 7px;
font-weight: bold;
}
#listing-table thead {
background: rgb(14, 121, 231);
color: #fff;
}
.carousel-caption{
z-index: 0 !important;
}
.thumbnail{
background-color: rgb(245,246,242) !important;
border-radius:0px !important;
border-bottom: 3px solid rgb(224,224,222) !important;
border-left: none !important;
border-right: none !important;
border-top: none !important;
}
li.cat-item.cat-item-1{
display: none;
}
li.cat-item.cat-item-2{
display: none;
}
li.cat-item.cat-item-4{
display: none;
}
li.cat-item.cat-item-7{
display: none;
}
li.cat-item.cat-item-10{
display: none;
}
li.cat-item.cat-item-26{
display: none;
}
li.cat-item.cat-item-27{
display: none;
}
li.cat-item.cat-item-28{
display: none;
}
#navbar-main ul.nav.navbar-nav {
width: 100%;
}
#navbar-main ul.nav.navbar-nav li a {
line-height: 48px;
font-weight: bold;
}
li.cat-item.cat-item-25 a {
border-right: none !important;
}
#district .arrow-down {
background-image: url('images/arrow_down.png');
width: 10px;
height: 10px;
padding: 12px 15px;
background-repeat: no-repeat;
position: absolute;
top: -5px;
right: -35px;
}
ul#district {
float: right;
}
/*listings*/
#table-listing th.row-img {
width: 140px;
  padding: 0px !important;
}
#table-listing th, #table-listing td { 
border-top: none; 
}
#table-listing tr.top-tr td {
border-top: 2px solid rgb(204, 204, 204) !important;
border-bottom: 2px solid rgb(204, 204, 204) !important;
}
#table-listing tr.top-tr td:last-child {
border-right: 2px solid rgb(204, 204, 204) !important;
}
p.baths {
background-image: url('images/icon-bath.png');
background-repeat: no-repeat;
text-indent: 45px;
padding-top: 5px;
}
p.beed-rooms {
background-image: url('images/icon-bed.png');
background-repeat: no-repeat;
text-indent: 45px;
padding-top: 5px;
}
.ldate span.text-right {
float: right;
}
.lprice span.text-right {
float: right;
}
.lprice span.text-primary {
padding-left: 70px !important;
}
.ldate span.text-primary {
padding-left: 125px;
}
div#listing-bar {
margin: 0px 0px 15px 0px;
}
tr.tr-top-single {
background: rgb(228, 230, 225);
}
div#single-list-wrap {
border: 1px solid rgb(221, 221, 221);
}
p.title-highlighted {
font-weight: bold;
font-size: 18px;
}
tr.tr-infos {
font-size: 12px;
}
p.single-text-primary {
font-size: 17px;
line-height: 50px;
}
div#listing-bar .form-group:last-child {
float: right;
}
div#listing-bar .form-group:first-child {
margin-right: 145px;
}
  .spacer {
margin: 15px 0px;
}
 .ui-slider .ui-slider-range{
background: rgb(31, 120, 213) !important;
}
  #slider .ui-slider-handle {
      background: url('images/slider.png') no-repeat;
      border: none;
}
.similar-listings {
float: right;
top: -25px;
}
a#single-type {
float: left;
height: 50px;
margin-right: 10px;
font-size: 24px;
  line-height: 55px;
}
ul#single-top-list {
line-height: 25px;
}
ul#single-list-icon li {
padding: 0px 16px;
}
ul#single-list-icon {
text-align: center;
padding-top: 5px;
}

.modal-dialog {
width: 750px !important;
margin: 50px auto;
}

.modal-body img {
width: 100% !important;
}
div#c_imgs {
background-image: url('images/iStock_RP1-300x300.jpg');
background-repeat: no-repeat;
background-position: right;
background-size: 80% 80%;
height: 350px;
margin-top: -30px;
}
div#arrow {
background-image: url('images/detail-form-arrow-down.png');
background-repeat: no-repeat;
position: absolute;
z-index: 11;
background-size: 100% 100%;
width: 80px;
height: 120px;
top: -120px;
right: 160px;
  cursor: pointer;
}
section#contact-form {
border-top: 1px solid rgb(221, 221, 221);
border-bottom: 1px solid rgb(221, 221, 221);
margin-bottom: 50px !important;
}
div#direct-search-box .tab-content {
text-align: center;
}

.breadcrumb {
margin-bottom: 0px !important;
}
input#listing-search-btn {
background-image: url('images/btn.png');
color: #fff;
font-weight: bold;
font-size: 20px;
}
@media screen and (max-width: 1199px) {
	.district-menu #navbar-district .navbar-nav > li > a {
	padding-left: 13px;
	padding-right: 13px;
	}
}
#project-details img{
	max-width:100%;
}
