@import "fonts.css";
@import "font-awesome.min.css";
@import "flag-icon.css";
@import "jquery.loadmask.css";
@import "jquery.prettyPhoto.css";
@import "jquery.multiple.select.css";
@import "jquery.bxslider.css";

/** General CSS**/
* {
    outline: none;
}

a, a:hover, a:focus, a:active, button:focus, button:active, .btn-primary:focus, .btn-primary:active {
    outline: none;
}

p {
    text-align: justify;
}

.pageContent {
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
}

.pageContent h1, .pageContent h2, .pageContent h3, .pageContent h4, .pageContent h5, .pageContent h6, .pageTitle {
    margin-top: 0;
}

.pageContent li {
    margin-bottom: 6px;
}

section.content {
    padding: 40px 0;
}

section.content1 {
    padding: 40px 0 0;
}

.bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    left: inherit;
}

.fa {
    margin-right: 2px;
}

.modal-dialog {
    z-index: 9999;
}

.well {
    border-radius: 0;
    margin-bottom: 6px;
    padding: 10px 20px 5px;
}

.font-14 {
    font-size: 14px;
}

.center {
    text-align: center;
}

.italic {
    font-style: italic;
}

.title {
    text-align: center;
    text-transform: uppercase;
}

.title-border {
    border-bottom: 1px solid #ccc;
    display: block;
    height: 2px;
    margin: 6px auto 20px;
    width: 75px;
}

.title-border.white {
    border-color: #fff;
}

.form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #333333;
    height: 28px;
}

.form-control.input-lg {
    height: auto;
    line-height: 40px;
    padding: 0 14px;
}

.btn-sm, .btn-group-sm > .btn {
    height: 28px;
}

.select2 {
    background-color: #fff;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 8px;
    border-color: transparent;
    border: none;
    height: auto;
    left: 0;
    margin: 0;
    width: auto;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #cccccc;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.ui-select-bootstrap > .ui-select-match > .btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

.showMore {
    background-color: #eee;
    border: 1px solid #eee;
    box-shadow: 0 2px 3px #ddd;
    width: 100%;
}

.showMore:active {
    border-color: #ccc;
    background-color: #cecece;
    color: #fff;
}

.loading {
    background: url("../images/rr-loader.gif") no-repeat scroll center center transparent;
    height: 100%;
    left: 0;
    min-height: 150px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 30;
}

.paginationShowMore {
    display: block;
    line-height: 34px;
    margin: 20px 0;
    text-align: center;
}

a.goToTop {
    display: none;
    background-color: #f2f2f2;
    border-radius: 50%;
    bottom: 50px;
    font-size: 24px;
    height: 30px;
    line-height: 24px;
    position: fixed;
    right: 24px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.dropdown-menu > li > a {
    cursor: pointer;
}

/** Navigation Bar **/
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-static-top {
    z-index: auto;
}

.nav.navbar-nav {
    padding: 20px 0;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
}

.navbar-brand {
    height: auto;
    padding: 10px;
    margin: 0 10px;
}

.navbar-header .navbar-brand > img {
    max-height: 70px;
    /*border-radius: 4px;*/
}

.navbar-right {
    margin-right: 0;
}

.navbar-nav > li > a {
    line-height: 31px;
    padding: 0;
}

.navbar-nav > li > .dropdown-menu {
    margin-left: 6px;
    min-width: 117px;
}

.sidebar-menu {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.sidebar-menu.open {
    /*margin-left: 110px;*/
    position: fixed !important;
    top: 15px;
    transition: all 1s linear 0s;
    z-index: 100000000;
    right: 10%;
}

.menu-toggle {
    text-transform: uppercase;
    position: relative;
    top: 0px;
    left: 15px;
    z-index: 10000 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 18px;
}

/*
.menu-toggle .dashline {
    display: block;
    position: fixed;
    height: 1px;
    width: 19px;
    background: #939393;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    left: 35px;
}

#menu-border span:nth-child(1) {
    top: 10px;
}

#menu-border span:nth-child(2) {
    top: 15px;
}

#menu-border span:nth-child(3) {
    top: 20px;
}

.menu-toggle.open #menu-border span:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #777;
}

.menu-toggle.open #menu-border span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.menu-toggle.open #menu-border span:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #777;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #777;
}

.menu-toggle.open #menu-text {
    background-color: #ffffff;
    box-shadow: 2px 2px 1px #cccccc;
    display: inline-block;
    height: 28px;
    padding: 0 5px;
}

.menu-toggle.open #menu-border {
    background-color: #ffffff;
    width: 28px;
    float: left;
    height: 26px;
    margin: 2px 0 0 28px;
    box-shadow: 2px 2px 1px #cccccc;
}
*/

#menu-toggle {
    width: 100px;
    position: relative;
    top: 5px;
    left: 35px;
    cursor: pointer;
}

.menu-text {
    float: left;
    padding-top: 2px;
    padding-left: 30px;
}

#m-icon {
    float: left;
    width: 20px;
    height: 15px;
    position: relative;
    top: 5px;
    left: 15px;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#m-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #777;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */
#m-icon span:nth-child(1) {
    top: 0px;
}

#m-icon span:nth-child(2), #m-icon span:nth-child(3) {
    top: 5px;
}

#m-icon span:nth-child(4) {
    top: 10px;
}

#m-icon.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

#m-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#m-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#m-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.dropdown.city {
    min-width: 130px;
}

.dropdown.contact {
    min-width: 118px;
}

.city-dropdown .fa.fa-angle-down, .contact-dropdown .fa.fa-angle-down {
    color: #999;
    font-size: 20px;
    margin-top: 5px;
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out, margin-top 0.5s ease-in-out;
}

.city-dropdown .open .fa.fa-angle-down, .contact-dropdown .open .fa.fa-angle-down {
    margin-top: 7px;
    transform: rotate(180deg);
    transition: transform 0.5s ease-in-out, margin-top 0.5s ease-in-out;
}

#showMoreFilters .fa.fa-angle-down.open {
    vertical-align: bottom;
}

.fa.fa-angle-down, .city-dropdown .fa.fa-angle-down {
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
}

.fa.fa-angle-down.open {
    transform: rotate(180deg);
    transition: transform 0.5s ease-in-out;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rotateMenuIcon {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
    }
}

/* Standard syntax */
@keyframes rotateMenuIcon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.navbar-nav .location-icon {
    width: 31px;
    height: 31px;
}

.navbar-nav > li.sidebar-menu.hidden {
    /*display: none;*/
    margin-right: -230px;
}

.navbar-nav > li.dropdown.city > .dropdown-toggle {
    border: 1px solid #ccc;
    margin: 0 6px;
    padding: 0 10px;
}

.navbar-nav > .contact .dropdown-toggle {
    padding: 0 6px 0 20px;
}

.navbar-nav .contact .flag-icon {
    border-radius: 50%;
    height: 16px;
    line-height: 17px;
    margin-right: 5px;
    width: 16px;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-toggle {
    border-radius: 0;
}

.topBannerAdWrap {
    float: left;
    margin-left: 20px;
    width: auto;
    max-height: 70px;
    margin-top: 5px;
}

.topBannerAdImg img {
    /*width: 100%;*/
    max-height: 70px;

}

/** Sidebar Menu **/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

#wrapper.toggled {
    /*margin-left: -230px;*/
    padding-right: 230px;
}

#sidebar-wrapper {
    background: #fff !important;
    z-index: 1000;
    position: fixed;
    right: 230px;
    width: 0;
    height: 100%;
    margin-right: -230px;
    overflow-y: auto;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

#sidebar-wrapper .sidebar-logo {
    margin-top: 40px;
}

#sidebar-wrapper .sidebar-logo .navbar-brand {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
}

#sidebar-wrapper .sidebar-logo .navbar-brand img {
    margin: 0 auto;
    max-height: 80px;
    max-width: 100%;
}

.navbar-nav > li.sidebar-menu {
    width: 130px;
    text-align: center;
}

#wrapper.toggled #sidebar-wrapper {
    width: 230px;
    background: none repeat scroll 0 0 #fff;
    box-shadow: -3px 2px 6px #ccc;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -230px;
}

/* Sidebar Styles */
.sidebar-nav {
    list-style: outside none none;
    margin: 7px 0 0;
    padding: 0;
    position: absolute;
    /*top: 90px;*/
    width: 230px;
}

.sidebar-nav li a {
    color: #4e4e4e;
    display: block;
    font-family: roboto medium;
    font-size: 12px;
    line-height: 30px;
    padding-left: 14px;
    text-align: left;
    text-decoration: none;
    padding-top: 5px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.sidebar-nav li a.dropdown-toggle {
    display: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    right: 20px;
    top: 11px;
    width: 20px;
    height: 20px;
}

.sidebar-nav ul {
    padding: 0;
}

.nav > li > a:hover, .nav > li > a:focus, .sidebar-nav li a.dropdown-toggle:hover {
    background-color: transparent;
}

.sidebar-nav li a.dropdown-toggle.collapsed span.fa-plus-square {
    display: inline-block;
}

.sidebar-nav li a.dropdown-toggle span.fa-plus-square {
    display: none;
}

.sidebar-nav li a.dropdown-toggle.collapsed span.fa-minus-square {
    display: none;
}

.sidebar-nav li a.dropdown-toggle span.fa-minus-square {
    display: inline-block;
}

.sidebar-nav > li {
    border-bottom: 1px solid #ededed;
    list-style: outside none none;
    /*padding: 5px 0;*/

}

.sidebar-nav > li ul > li {
    border-top: 1px solid #fff;
}

.sidebar-nav ul li a {
    padding-left: 30px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #000;
    background: #E5E5E5;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    color: #fff;
    padding-top: 20px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    background: none;
}

/** Welcome Text Section **/
.welcomeText h1 {
    color: #363838;
    margin: 0 auto 5px;
    text-transform: uppercase;
}

.welcomeText h3 {
    color: #ababab;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.searchForm .fa {
    font-size: 16px;
}

.filter-wrapper .btn {
    border-radius: 0;
}

.filterSection .searchForm .fa {
    font-size: 12px;
    margin: 0 -6px 0 0;
}

.filterSection .searchForm .filter-wrapper #addon-search-icon .fa {
    font-size: 12px;
    margin: 0 -8px 0 -6px;
}

.filter-wrapper .input-group #searchText {
    border-left: 0 none;
    box-shadow: none;
    padding: 6px 4px;
}

.searchForm .form-group {
    padding: 0;
}

.searchForm .input-group-addon {
    border-radius: 0;
}

.searchForm .form-control.input-lg {
    border-left: 0 none;
    border-right: 0 none;
    box-shadow: none;
}

.searchForm .form-control:focus {
    border-color: #cccccc;
}

.searchForm .input-group-btn .btn {
    border-radius: 0;
}

.searchForm #searchType {
    padding: 10px 0 10px 14px;
    text-align: left;
    width: 120px;
}

.searchForm #searchType .caret {
    margin-left: 20px;
}

.searchForm ul.dropdown-menu {
    border-radius: 0;
    margin-top: -1px;
    min-width: 120px;
}

.searchLoaderWrapper {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #fff;
}

.searchLoader {
    font-size: 14px;
    text-align: center;
    width: 30px;
}

/** Property Count Section on Home Page**/
.propertyCountWrapper {
    margin-bottom: 40px;
    margin-top: 40px;
    vertical-align: middle;
}

.propertyCount > div {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.propertyCount .thumbnail {
    border: none;
    border-radius: 0;
}

.propertyCount .thumbnail img.img-thumbnail {
    border: medium none;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 235px;
}

.propertyCount .bx-wrapper .bx-viewport {
    border: none;
    left: auto;
    box-shadow: none;
}

.thumbnail .tag-blue {
    height: 100px;
    position: absolute;
    top: 3px;
    width: 100px;
}

.thumbnail .tag-blue.big {
    height: 144px;
    width: 144px;
}

.thumbnail .tag-blue h4 {
    color: #fff;
    padding: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
}

.propertyCount > .thumbnail {
    padding: 0;
}

.propertyCount .displayCount {
    color: #363636;
    font-size: 14px;
    margin: 5px 0;
    padding: 20px 0;
}

.propertyCount .displayCount .countDigits {
    font-family: "Roboto Regular";
    font-size: 20px;
}

.propertyCount .displayCount > a {
    color: #363636;
    text-decoration: none;
}

/** Locality List **/
.section-bg {
    padding: 24px 0;
}

.section-bg h3 {
    color: #fff;
    margin-bottom: 24px;
}

.localityConatinerBlock h3 {
    margin-top: 0;
}

.localityConatiner {
    background: none repeat scroll 0 0 #fff;
    margin: 0;
    padding: 16px 18px;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.localityNameBlock {
    font-size: 11px;
    font-weight: bold;
    width: 70%;
}

.localityBrowserCityName {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
}

span.blankListCount {
    min-width: 18px;
}

.localityConatiner .list-group {
    margin-bottom: 0;
}

.localityConatiner .list-group-item {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 6px 0;
}

.localityConatiner .list-group-item:first-child, .localityConatiner .list-group-item:nth-child(2) {
    border-top: none;
}

/** Featured Properties **/
.font-grey {
    color: #adadad;
}

.featuredPropertiesSection h2 {
    margin-bottom: 12px;
    margin-top: 24px;
}

.featuredPropertiesSection .container h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.featuredProperties .bx-wrapper .bx-viewport {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    left: 0px;
    height: auto !important;
}

.featuredProperties .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #E3E3E3;
    border-radius: 0;
}

.bx-wrapper .featuredProperties-list {
    margin-left: 0;
    padding: 0;
}

.bx-wrapper .bx-viewport ul {
    position: relative !important;
}

.bx-wrapper .featuredProperties.grid .featuredProperty-bottom div span {
    display: block;
    line-height: 30px;
}

.featuredProjectsSection .bx-wrapper .featuredProperty-details.list-group {
    /*min-height: 100px;*/
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: inherit;
    position: relative;
    width: 100%;
}

.featuredPropertiesSection .bx-wrapper {
    margin-bottom: 20px;
}

.featuredPropertiesSection .bx-wrapper .featuredProperties-list {
    margin-bottom: 0;
}

.bx-wrapper .bx-pager {
    padding: 0;
}

/*.featuredProperties-list li {
    margin: 0 15px;
    padding: 0;
    width: 300px !important;
}*/
.featuredProperties-list {
    list-style: none;
    margin: 20px 0 20px -40px;
    text-align: justify;
}

.featuredProperties.grid .thumbnail {
    background-color: #f0f0f0;
    box-shadow: 0 1px 2px #bcbcbc;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 24px;
    overflow: hidden;
}

.featuredProperties.grid .thumbnail > a {
    display: inline-block;
    position: relative;
    width: 100%;
}

.featuredProperties .thumbnail {
    position: relative;
}

.featuredProperties.grid .thumbnail img {
    height: 180px;
    max-height: 180px;
}

.featuredProperties.grid .thumbnail .img-thumbnail {
    border: 0 none;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

/*.featuredProperties.grid .featuredProperty-details h4 {*/
/*margin-bottom: 10px;*/
/*}*/

.featuredProperties-list .external-link, .media-left .external-link {
    color: #fff;
    position: absolute;
    right: 4px;
    top: 4px;
}

.media-left > a {
    display: inline-block;
    position: relative;
}

.media-left .external-link {
    right: 4px;
    top: 4px;
}

.featuredProjectsSection .featuredProperties-list .external-link {
    right: 6px;
    top: 6px;
}

.thumbnail .tag-strip-yellow {
    background-image: url("../images/icons/yellow-tag.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 19px;
    position: absolute;
    top: 24%;
    width: 42px;
}

.thumbnail .tag-strip-yellow h5 {
    color: #fff;
    font-family: "Roboto Regular";
    font-size: 11px;
    margin: 0;
    padding: 2px 0 0 6px;
    text-transform: uppercase;
}

.tag-strip-verified{
    background-image: url("../images/icons/verified-tag.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 19px;
    padding: 1px 8px 0 0;
    position: absolute;
    top: 40%;
    width: auto;
}
.tag-strip-verified h5{
    color: #fff;
    font-family: "Roboto Regular";
    font-size: 11px;
    margin: 0;
    padding: 2px 5px 0 5px;
    text-transform: uppercase;
}

.featuredProperties.grid .thumbnail .float-text {
    color: #fff;
    font-size: 10px;
    margin-bottom: 0;
    padding: 4px 8px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}

.featuredProperties.grid .thumbnail .caption {
    padding: 0;
    text-align: left;
}

.featuredProperties.grid .thumbnail .caption .fa.fa-inr {
    font-size: 14px;
}

.featuredProperty-details.list-group {
    font-family: "Roboto Medium";
    margin-bottom: 0;
    min-height: 184px;
    padding: 8px 8px 0px;
}

/*.featuredProperty-details h4 {*/
/*height: 16px;*/
/*margin: 0;*/
/*}*/
.featuredProperty-details h4, .featuredProperty-details h1 {
    font-size: 15px;
    line-height: 17px;
    margin: 0;
}

.featuredProperty-details h4 a, .featuredProperty-details h1 a {
    color: #fff;
}

.featuredProperty-details h4 a, .featuredProperty-details h1 a, .featuredProperty-details h4 a:hover, .featuredProperty-details h1 a:hover {
    text-decoration: none;
}

.featuredProperty-details .list-group-item-text > div {
    margin-bottom: 6px;
}

/*.featuredProperties-list .list-group-item-text {*/
/*padding: 0 0 6px;*/
/*}*/

.featuredProperties.grid .featuredProperty-bottom {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 10px 0;
}

.featuredProperties.grid .featuredProperty-bottom .col-lg-4.col-md-4.col-sm-4 {
    padding-right: 8px;
}

/*.featuredProperty-details .price {*/
/*margin-bottom: 8px;*/
/*}*/

/** Footer **/
footer {
    background-color: #2F2F2F;
    position: relative;
}

footer .container {
    padding: 20px 0;
    color: #999;
}

.footerLinks {
    margin: 0 auto;
    width: 90%;
}

.footerLinks > div {
    margin-bottom: 14px;
}

.footerLinks h5 {
    color: #fff;
    font-family: "Roboto Medium";
}

.footerLinks ul {
    list-style: outside none none;
    margin-left: -40px;
}

.footerLinks ul li a {
    color: #999;
    line-height: 24px;
    width: 100%;
    display: block;
}

.footerLinks ul li a .nameBlock {
    max-width: 72%;
}

.footerLinks ul li a .countBlock {
    text-align: right;
    width: 24%;
}

.footerAddress {
    border-top: 1px solid #454545;
    margin: 6px 0;
    padding: 12px 0 0;
}

form .btn-blue {
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
}

/** Floating Widgets - Right Navigation **/
.float-right-nav {
    opacity: 1;
    position: fixed;
    top: 40%;
    right: 40px;
    z-index: 100;
}

.float-right-nav ul li .icon-disc {
    background: url("../images/icons/circle_grey.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: block;
    height: 14px;
    width: 14px;
    margin: 8px 0 0;
}

.float-right-nav ul li:hover .icon-disc, .float-right-nav ul li a.active .icon-disc {
    background: none repeat scroll 0 0 #fff;
    height: 14px;
    width: 14px;
    margin: 8px 1px 0;
}

.fp-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fp-nav ul li {
    display: block;
    height: 14px;
    margin: 7px;
    position: relative;
    width: 14px;
}

.fp-nav ul li a {
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 1;
}

.fp-nav ul li .fp-tooltip {
    background-color: #f5f5f5;
    border-radius: 4px;
    display: block;
    max-width: 220px;
    opacity: 0;
    overflow: hidden;
    padding: 2px 8px;
    position: absolute;
    top: -2px;
    white-space: nowrap;
    width: 0;
}

.fp-nav ul li:hover .fp-tooltip {
    opacity: 1;
    transition: opacity 0.2s ease-in 0s;
    width: auto;
}

.fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

.fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

/** Floating Widgets - Left Social Icons **/
.float-left-social {
    opacity: 1;
    position: fixed;
    top: 32%;
    left: 0;
    z-index: 100;
}

.social-floating-widget {
    list-style: outside none none;
    margin-left: -20px;
}

.social-floating-widget > li {
    margin: 15px 0;
}

/** Listing Page Template **/
/** Top Section **/
.section-bottom-border {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/** Filter Search Result Display **/
.sort .sort-menu {
    margin-bottom: 0;
    margin-left: -40px;
}

.sort .sort-menu .sort-list-item {
    display: inline-block;
    padding: 0 8px;
}

.sort-list-item.seperate {
    border-right: 1px solid #CCC;
}

.sort .sort-menu .sort-list-item.tag {
    color: #333;
}

.sort-list-item.seperate.couple {
    padding: 0 8px 0 0;
}

.sort .sort-menu .sort-list-item a {
    color: #999;
    text-decoration: none;
}

.sort .sort-menu .view-tag {
    margin-left: 14px;
}

.push-right {
    margin-right: 14px;
}

.filterResultDisplay {
    background-color: #f0f0f0;
    border-radius: 3px;
    color: #999;
    font-family: "Roboto Regular";
    margin: 20px auto 0;
    padding: 10px 6px;
}

.filterResultDisplay .label-highlight {
    color: #333;
}

.rightAlign {
    text-align: right;
}

.filterResultDisplay .btn-group {
    margin-right: 20px;
}

.filterResultDisplay .btn-group:last-child {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-left: 2px;
    margin-right: 0;
}

.btn.btn-primary-simple {
    padding: 0 8px;
}

.btn.btn-primary-simple:active {
    background: none;
    box-shadow: none;
    outline: none;
}

.btn.btn-primary-simple.active {
    background: none;
    box-shadow: none;
    outline: none;
}

.filterResultDisplay .view-btn-group a.btn.btn-primary-simple {
    color: #999;
}

.btn-group .btn-primary-simple {
    border-right: 1px solid #ccc;
    margin: 0 2px !important;
}

.btn-group .btn-primary-simple:first-child {
    border-left: 1px solid #ccc;
}

.filterResultDisplay .btn-group:last-child .btn-primary-simple {
    border: none;
}

.btn .fa-menu-down.animate, .btn .fa-menu-up.animate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.6s ease-in 0s;
}

@-webkit-keyframes rotateArrow {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(180deg);
    }
}

@keyframes rotateArrow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

button#showMoreFilters {
    background-color: #E6E6E6;
}

button#showMoreFilters:active, button#showMoreFilters:focus {
    outline: none;
}

#showMoreFilters .fa.fa-angle-down {
    font-size: 20px;
    line-height: 16px;
    margin-left: 10px;
    vertical-align: sub;
}

/** Featured List with Blue Background **/
.featuredProjectsSection h2 {
    color: #fff;
    position: relative;
}

.featuredProjectsSection .featuredProperties.grid .thumbnail {
    background-color: transparent;
    background-image: url("../images/icons/box.png");
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 14px;
    margin-bottom: 0;
    color: #ffffff;
}

.media-top {
    color: #fff;
    font-size: 10px;
    height: 19px;
    margin: -8px -12px 14px;
    padding: 2px 20px 0 14px;
    text-transform: uppercase;
}

.media-left {
    position: relative;
}

.media-left .imageHolder {
    display: inline-block;
    position: relative;
}

.media-left .tag-yellow {
    background-image: url("../images/icons/new_yellow-tag.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top-left-radius: 6px;
    height: 40px;
    left: -1px;
    position: absolute;
    top: 0;
    width: 40px;
}

.media-left .tag-yellow.big {
    height: 80px;
    width: 80px;
}

.media-left .tag-yellow h5 {
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 8px 0 3px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(316deg);
    width: 60%;
}

.featuredProjectsSection .bx-wrapper {
    margin: 0 auto;
}

.featuredProjectsSection .featuredProperties-list li:hover {
    background-image: url("../images/icons/boxhover.png");
    margin-bottom: -14px;
    margin-top: 0;
    padding: 0px 15px 14px;
}

.featuredProjectsSection .featuredProperties-list li:hover .thumbnail {
    background: transparent;
}

.featuredProjectsSection .featuredProperty-details.list-group {
    color: #ffffff;
}

.featuredProjectsSection .featuredProperties.grid .featuredProperty-details h4 {
    margin-bottom: 6px;
    text-transform: uppercase;
}

.featuredProjectsSection .featuredProperties.grid .featuredProperty-bottom {
    border: medium none;
    color: #fff;
}

.featuredProjectsSection .featuredProperties.grid .featuredProperty-bottom .btn.btn-primary {
    border: none;
    text-transform: uppercase;
}

/** Filters **/
.filter-wrapper, .moreFilters {
    margin: 10px auto 0;
}

.moreFilters .row > div {
    margin: 5px auto;
}

.moreFilters h5 {
    font-weight: bold;
}

.moreFilters .form-control {
    box-shadow: none;
}

.moreFilters .form-control:focus {
    box-shadow: none;
}

.sticky-wrapper {
    height: auto !important;
}

.sticky-wrapper.is-sticky .filterSection {
    background-color: #f2f2f2;
    box-shadow: 0 1px 3px #999;
    padding: 10px 0;
    z-index: 3;
}

.sticky-wrapper.is-sticky .well {
    background-color: #f2f2f2;
    border: 0 none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
    transition: padding 0.2s ease-in 0s;
}

.sticky-wrapper.is-sticky .input-group-addon {
    padding: 5px 12px;
}

.sticky-wrapper.is-sticky .input-lg {
    font-size: 12px;
    height: 31px;
    line-height: 1.42857;
    padding: 6px 12px;
}

.sticky-wrapper.is-sticky .btn-lg, .sticky-wrapper.is-sticky .btn-group-lg > .btn {
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px 12px;
}

/** Listing Page **/
/** Filters - Typeahead **/
.noRightBorder {
    border-right: none;
}

.noLeftBorder {
    border-left: none;
}

#projectKeywordSearch, #propertyKeywordSearch {
    box-shadow: none;
}

.filter-wrapper .searchLoader {
    font-size: 16px;
    margin: 0 0 0 10px;
}

.filter-wrapper .dropdown-menu.ng-isolate-scope {
    max-height: 340px;
    overflow-y: scroll;
    margin-left: -26px;
}

.searchForm .dropdown-menu.ng-isolate-scope {
    max-height: 340px;
    overflow-y: scroll;
}

.filter-wrapper .dropdown-menu.ng-isolate-scope li, .searchForm .dropdown-menu.ng-isolate-scope li {
    border-bottom: 1px solid #f3f3f3;
}

.filter-wrapper .dropdown-menu.ng-isolate-scope li a, .searchForm .dropdown-menu.ng-isolate-scope li a {
    background-color: #fff;
    color: #555;
    padding: 6px 8px;
}

.filter-wrapper .dropdown-menu.ng-isolate-scope li a:hover,
.filter-wrapper .dropdown-menu.ng-isolate-scope li a:active,
.filter-wrapper .dropdown-menu.ng-isolate-scope li.active a,
.searchForm .dropdown-menu.ng-isolate-scope li a:hover,
.searchForm .dropdown-menu.ng-isolate-scope li a:active,
.searchForm .dropdown-menu.ng-isolate-scope li.active a {
    background-color: #F5F5F5;
}

.input-group .dropdown-menu .fa {
    margin: 0 0 0 4px;
    font-size: 12px;
}

.filter-wrapper .dropdown-menu.ng-isolate-scope li i.fa, .searchForm .dropdown-menu.ng-isolate-scope li i.fa {
    width: 16px;
}

/** Listing Page with List View **/
.featuredProperties.list {
    margin: 20px auto;
}

.featuredProperties.list .media {
    background-color: #f0f0f0;
    border-radius: 4px;
    box-shadow: 1px 2px 6px #6d6d6d;
    padding: 8px 8px 8px 12px;
}

.featuredProperties.list .media-body {
    padding: 0 6px;
}

.featuredProperties.list .media .img-thumbnail {
    border: 1px solid #bfbdc0;
    border-radius: 6px;
    box-shadow: 0 3px 3px #777;
    padding: 1px;
    min-width: 152px;
    min-height: 116px;
}

.featuredProperties.list .media {
    font-family: "Roboto Regular";
}

.featuredProperties.list .media-heading h3, .featuredProperties.list .media-heading h1 {
    margin-top: 0;
    font-size: 21px;
}

.featuredProperties.list .media-heading .price .fa.fa-inr {
    color: #777;
    font-size: 14px;
    vertical-align: top;
}

.featuredProperties.list .media-heading .price h3 {
    color: #222;
    /*line-height: 18px;*/
    /*text-align: right;*/
    vertical-align: top;
}

.featuredProperties.list .media-details h5 {
    color: #9a9a9a;
}

.featuredProperties.list .agent-box {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.featuredProperties.list .agent-box .agentImage img {
    height: 70px;
    width: 70px;
}

.featuredProperties.list .agent-box h4 {
    margin: 6px 0 2px;
}

.featuredProperties.list .agent-box .fa-user.fa-border {
    border-color: #ddd;
}

.featuredProperties.list .agent-box p {
    font-size: 12px;
    margin-bottom: 4px;
}

.featuredProperties.list .agent-box .contact-no {
    font-size: 13px;
    line-height: 13px;
    vertical-align: text-bottom;
}

.media-details p {
    text-align: left;
}

.featuredProperties .form-group {
    margin-bottom: 6px;
}

.featuredProperties .form-group:last-child {
    margin-bottom: 0px;
}

.featuredProperties .form-group .btn {
    border-radius: 0;
}

/** Project Details Page **/
/** Banner Section **/
.section-banner {
    position: relative;
}

.section-banner .projectHeadings {
    padding: 24px 30px;
    box-shadow: 0 2px 4px #666;
}

.mainImageSection-form {
    margin: 44px 0 0 34px;
    width: 260px;
}

.grey-bg {
    background-color: #F5F3F4;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.mainImage {
    width: 75%;
}

.position-relative {
    position: relative;
}

.fixHeight500 {
    /*height: 440px;*/
    position: relative;
}

.fixHeight500 img {
    width: 100%;
    min-height: 440px;
    margin: 0 auto;
}

.width95 {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.imageCount {
    background-color: rgba(255, 255, 255, 0.95);
    bottom: 0;
    padding: 4px 8px;
    position: absolute;
    right: 0;
}

.mainImageSection-form .form-control {
    border: medium none;
    box-shadow: none;
}

.mainImageSection-form .btn {
    border-radius: 0;
}

.section-banner .projectHeadings h1 {
    color: #fff;
    font-family: "Roboto Medium";
    text-transform: uppercase;
    margin: 0;
    line-height: 30px;
}

.section-banner .projectHeadings h1 span {
    font-family: "Roboto Light";
    font-size: 16px;
    line-height: 26px;
    vertical-align: bottom;
    text-transform: none;
}

/*.section-banner .projectHeadings h3 {*/
/*color: #fff;*/
/*margin-bottom: 5px;*/
/*}*/

.section-banner .projectHeadings h3, .section-banner .projectHeadings h2 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 5px;
    margin-top: 17px;
}

.section-banner img {
    /*box-shadow: 0 2px 4px #333;*/
    /*width: 100%;*/
}

/** About Project **/
.content p {
    font-size: 15px;
    line-height: 24px;
}

.projectHighlights {
    margin: 0 auto;
    text-align: center;
}

.projectHighlights > div {
    display: inline-block;
    margin: 10px auto;
    float: none;
}

.projectHighlights .price .fa.fa-inr {
    font-size: 16px;
    padding-right: 3px;
    vertical-align: top;
}

.projectHighlights h4 {
    color: #9b9b9b;
    margin-bottom: 2px;
}

.projectHighlights h3 {
    margin-top: 0;
}

h3 .substring {
    font-size: 16px;
}

/** Configuration (Property Types) **/
section.projectConfigurationSection {
    background-image: url("../images/bg-images/section-bg-image-2.jpg");
    background-position: center center;
    background-size: 100%;
}

.projectConfigurationSection .title {
    color: #fff;
}

.projectConfigurationSection .table-responsive {
    background-color: #fff;
    padding: 20px 8%;
}

.projectConfigurationSection .table-responsive .table {
    margin-bottom: 10px;
}

.projectConfigurationSection .table-responsive .table th, .projectConfigurationSection .table-responsive .table td {
    color: #555;
    font-size: 14px;
    /*padding: 18px;*/
    padding: 18px 10px;
}

.projectConfigurationSection .table-responsive .table tr:first-child th {
    border-top: 0;
}

.projectConfigurationSection .table-responsive .table .fa-download {
    text-indent: 5px;
    color: #787878;
}

/** Project Amenities**/
.projectAmenitiesSection .row {
    padding: 0 8%;
}

.projectAmenitiesSection ul {
    list-style: url("../images/icons/grey-square.jpg");
    margin-left: -5px;
}

.projectAmenitiesSection li {
    font-size: 15px;
    padding: 8px 4px;
    text-align: justify;
}

.projectAmenitiesSection h4 {
    font-weight: bold;
}

.projectAmenitiesSection ul.amenities {
    list-style: none;
    padding: 0;
}

.projectAmenitiesSection ul.amenities li {
    border-top: 1px solid #f3f3f3;
    color: #555;
    font-size: 14px;
    padding: 18px;
}

.projectAmenitiesSection .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #FCFCFC;
}

.projectAmenitiesSection .table-responsive .table th, .projectAmenitiesSection .table-responsive .table td {
    border-top-color: #f3f3f3;
    color: #555;
    font-size: 14px;
    padding: 18px;
}

/** Location Map **/
.propertyLocation .row {
    margin: 0;
}

.propertyLocation .row .col-lg-12 {
    padding: 0;
}

#map-canvas {
    height: 500px;
    box-shadow: 0 2px 6px #666;
}

.angular-google-map-container {
    height: 500px;
}

/** Photo Gallery **/
.mainImageWrapper .mainImage img {
    box-shadow: 2px 4px 4px #666;
    width: 100%;
}

.photogallery > div {
    display: inline-block;
    float: none;
    margin-top: 30px;
}

.photogallery a {
    display: block;
    height: 253px;
}

.photogallery img {
    box-shadow: 2px 4px 4px #666;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

/** Property Detail Page **/
.propertyCost .fa.fa-inr {
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
}

/** Property Details **/
section.content2 {
    padding-bottom: 40px;
}

section.content3 {
    padding: 15px 0;
}

.mainImageWrapper {
    margin-top: 15px;
}

.propertyData {
    margin-bottom: 40px;
}

.propertyData .title, .heading {
    margin-top: 0;
    font-size: 25px;
}

.propertyDetailsSection {
    margin-top: 40px;
}

.propertyDetailsSection ul.amenities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.propertyDetailsSection ul.amenities li {
    border-bottom: 1px solid #f3f3f3;
    color: #555;
    font-size: 13px;
    padding: 14px 20px;
}

.propertyDetailsSection ul.amenities li:nth-child(4n+1), .propertyDetailsSection ul.amenities li:nth-child(4n+2), .projectAmenitiesSection ul.amenities li:nth-child(4n+1), .projectAmenitiesSection ul.amenities li:nth-child(4n+2) {
    background-color: #FCFCFC;
}

/** Agent Box **/
.agent-box {
    border: 1px solid #eee;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 8px 30px;
    padding: 20px 10px;
    text-align: center;
}

.agent-box .fa-user.fa-border {
    border-radius: 50%;
    color: #B5B5B5;
}

.agent-box .fa-phone.fa-border {
    border-radius: 50%;
    border-color: #111;
}

.agent-box .agentImage img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.agent-box h4 {
    font-size: 13px;
    font-family: "Roboto Regular";
    margin: 6px 0 0;
}

.agent-box p {
    font-size: 13px;
}

.agent-box .contact-no {
    font-size: 15px;
}

/** Speak to an Expert **/
.speak-to-an-expert {
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 14px 18px;
    margin: 0 8px;
}

.speak-to-an-expert h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 0;
}

.speak-to-an-expert p {
    font-size: 13px;
    text-align: left;
}

.speak-to-an-expert .form-group:last-child {
    margin-bottom: 0;
}

.speak-to-an-expert .form-control {
    background-color: #eee;
    border: medium none;
    box-shadow: none;
}

.speak-to-an-expert .btn {
    border-radius: 0;
    font-weight: bold;
}

/** Modal Form **/
#viewFloorPlans .modal-dialog {
    width: 300px;
}

.modal-body {
    padding: 0;
}

.modal-body .speak-to-an-expert {
    margin: 0 auto;
}

/* Post Property Form*/
.postPropertyForm {

}

.postPropertyHead {
    color: #fff;
    padding: 10px;
}

.postPropertyHead h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
}

.postPropertyHead p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.postPropertyInfo {
    border: 1px solid #ccc;
    box-shadow: 0 5px 8px #ccc;
    padding: 10px 15px;
}

.postPropertyInfo h2 {
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
}

.postPropertyInfo .postDataInput {
    border: 1px solid #ccc;
    box-shadow: 2px 3px 4px #ccc;
    display: block;
    height: 31px;
    margin: 10px 0;
    padding: 5px 10px;
    width: 100%;
}

.postPropertyForm {
    margin: 10px 0 20px;
}

.postPropertyInfo .form-control {
    border: 1px solid #ccc;
    box-shadow: 2px 3px 4px #ccc;
    margin: 10px 0;
    height: 31px;
}

.postPropertyInfo .ms-choice {
    height: 30px;
}

.formRow {
    margin: 10px 0 3px;
}

.postPropertyInfo input[type="radio"] {
    margin: 0 5px 0 0;
}

.boxS {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.formBtn {
    margin: 10px 0;
}

.postPropertyForm .red, form .red {
    color: #ed3237;
}

form img.loaderForm {
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
}

.FormBox {
    border-top: 1px solid #ccc;
    color: #fff;
    padding: 5px 10px;
    background: #fff;
}

.FormBox .formDataInput {
    border: 1px solid #ccc;
    color: #000;
    display: block;
    height: 24px;
    margin: 5px 0 2px;
    padding: 3px 10px;
    box-shadow: 1px 2px 3px #ccc;
    width: 100%;
}

.FormBox .row > div {
    margin-left: 5px;
    margin-right: -20px;

}

.FormBox .btn-block {
    margin: 5px 0;
    padding: 3px;
    border-radius: 0;
}

.FormBox form .red {
    font-size: 11px;
}

.listing-cg-busy {
    position: static !important;
}

.cg-busy {
    position: static !important;
    z-index: 1003 !important;
}

.cg-busy-backdrop {
    height: 100%;
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    /*opacity: 1 !important;*/
}

.cg-busy-default-wrapper {
    position: fixed !important;
    top: 45% !important;
}

.cg-busy-default-sign {
    border-radius: 7px !important;
    border: 1px solid #dddddd !important;
    padding: 0 120px 0 0;
    background-color: #FFFFFF !important;
}

.cg-busy-default-spinner {
    position: absolute;
    width: 25px;
    height: 25px;
    display: inline-block;
    top: 10px;
    left: 25px;
}

.cg-busy-default-text {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.preloader-wrapper {
    width: 30%;
    margin: 0 auto;
}

.preloader-img {
    position: fixed;
    top: 25% !important;
    left: 42% !important;
    z-index: 1004 !important;
    width: 15%;
}

.preloader {
    position: fixed;
    top: 35% !important;
    left: 35% !important;
    z-index: 1004 !important;
    width: 30%;
    text-align: center;
}

.myProgress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.myProgress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.myProgress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    -moz-animation-delay: 1.15s;
    -ms-animation-delay: 1.15s;
    -o-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-moz-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

.errorMsg {
    color: #ed3237;
    text-align: center;
}

.FormBox .formDataInput.errorTag, .speak-to-an-expert .form-control.errorTag, form .form-control.errorTag {
    border: 1px solid #ed3237;
    box-shadow: 1px 2px 2px #ef8787;
}

form .nameErrorTag, form .telErrorTag, form .emailErrorTag, button.ms-choice.errorTag {
    border: 1px solid #ed3237 !important;
    box-shadow: 1px 2px 2px #ef8787 !important;
}

.postPropertyForm .red, .detailForm .red, .FormBox .red{
    display: none !important;
}
.postPropertyForm .red.cityRequired{
    display: block !important;
}

.FormBox .featuredMsg {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    height: 70px;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 2147483647;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.media-body .featuredMsg {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    font-size: 13px;
    /* font-weight: bold;*/
    height: 122px;
    padding-top: 22px;
    opacity: 0.8;
    top: 0;
    position: absolute;
    text-align: center;
    width: 85%;
    z-index: 2147483647;
}

.FormBox .loaderForm {
    display: block;
    height: 32px !important;
    margin: 0 auto;
    max-width: 32px !important;
    text-align: center;
}

.media-body .loaderForm {
    display: block;
    height: 32px !important;
    margin: 0 auto;
    max-width: 32px !important;
    text-align: center;
}

#featuredProjects .FormBox .featuredMsg {
    width: 90%;
}

#footerForm input.validation-error, #footerForm .ms-parent button.validation-error {
    border: 1px solid #ed3237;
    box-shadow: 1px 2px 2px #ef8787;
}

#footerForm span.validation-error {
    display: none !important;

}

.postPropertyInfo .postDataInput.errorTag {
    border: 1px solid #ed3237;
    box-shadow: 1px 2px 2px #ef8787;
}

.contactCity .ms-choice {
    background-color: #eee;
}

.text-trim {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.input-sm {
    height: 26px;
}

.gridBox {
    padding: 0 0 6px;
}

.gridBox:last-child {
    padding: 0;
}

.sm-btn {
    padding: 3px 12px;
}

p.postedOn {
    font-size: 10px;
    text-align: right;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #E6E6E6;
    min-height: 28px;
}

.ui-select-bootstrap .ui-select-toggle > .caret:before {
    content: "\f107";
}

.ui-select-bootstrap .ui-select-toggle > .caret {
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out 0s;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 20px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
    color: #999;
    border: none;
    margin-top: -10px;
    right: 18px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    width: 100% !important;
    padding-left: 8px;
}

.ui-select-multiple:before {
    font-size: 18px !important;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    position: absolute;
    top: 5px;
    left: 95%;
    color: #999;
}

.ui-select-multiple.open:before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.prp_subtype .ui-select-multiple:before, .prj_subtype .ui-select-multiple:before, .moreFilters .col-xs-6 .ui-select-multiple:before {
    left: 88%;
}

.dropdown-menu.ng-isolate-scope {
    width: 100%;
}

.postPropertyInfo .featuredMsg {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    padding-top: 35%;
    opacity: 0.8;
    top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2147483647;
}

.featuredMsgContact {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    opacity: 0.8;
    padding-top: 30%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 82%;
    z-index: 2147483647;
}
.footerForm .featuredMsgContact {
    width: 92%;
}

.featuredMsgDetail {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    opacity: 0.8;
    padding-top: 15%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}

.detailForm {
    position: relative;
}

/* CLIENTS LOGO SECTION ON HOME PAGE
-------------------------------------------------- */
.clientsLogoSliderSection .bx-wrapper {
    margin-top: 30px;
}

.clientsLogoSliderSection .bx-wrapper {
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin: 20px auto 0;
}

.clientsLogoSliderSection .bx-wrapper .bx-pager, .clientsLogoSliderSection .bx-wrapper .bx-controls-auto {
    bottom: inherit;
    position: relative;
    padding-top: 14px;
}

.clientsLogoSliderSection .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 0;
}

.clientsLogoSliderSection .logoHolder {
    width: 140px;
    overflow: hidden;
}

.clientsLogoSliderSection .logoHolder .innerImgHolder {
    display: block;
    height: 140px;
    line-height: 140px;
    vertical-align: middle;
    width: 140px;
}

.clientsLogoSliderSection .logoHolder.center-block img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    display: inherit;
}

/* TESTIMONIALS ON HOME PAGE
-------------------------------------------------- */
.testimonials-list, #clientsLogoSlider {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.testimonials-list .media {
    background-color: #fff;
    margin-top: 20px;
    height: 160px;
}

.testimonials-list .media-top {
    background-color: #fff;
    height: auto;
}

.testimonials-list .media-left {
    padding: 20px 12px 0;
}

.testimonials-list .media-left img {
    width: 64px;
    height: 64px;
}

.testimonials-list .media-body {
    padding: 20px 20px 20px 4px;
    width: 100%;
}

.testimonials-list .media-heading {
    font-family: "Roboto Medium";
}

.testimonialModal .modal-header {
    border-bottom: none;
}

.testimonialModal .modal-body {
    padding: 15px;
}

.testimonials-list .media-body > div {
    font-size: 13px;
    height: 88px;
    line-height: 21px;
    margin-bottom: 0;
    overflow-y: hidden;
}

.testimonials-list .media-body > div p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 0;
}

/* HOME PAGE BANNER
------------------------------------------------ */
.homePageBannerWrapper {
    left: inherit;
    position: relative;
    top: inherit;
    width: 100%;
}

.homePageSection1 .welcomeText {
    padding-top: 24px;
}

.homePageSection1 .container, .homePageSection2 {
    position: relative;
    z-index: 55;
}

.homePageBannerWrapper ul#homePageSlider {
    padding: 0;
}

.closeIcon a {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 16px;
    margin-right: -16px;
    margin-top: -16px;
    padding: 0 8px 3px;
    text-align: right;
}

.closeIcon a:hover {
    text-decoration: none;
}

.popupDiv {
    display: none;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.popupBg {
    background: none repeat scroll 0 0 #000;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.popup-modal {
    background: none repeat scroll 0 0 #fff;

}

.popupContent {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin: 5% auto;
    padding: 10px 15px;
    position: relative;
    width: 550px;
    z-index: 100000;
}

.popup-modal {
    border: medium none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: center;
}

.popupContent > div {
    position: relative;
    z-index: 4;
}

.popupContent .popup-form .form-group {
    margin: 0px;
}

span.validation-error {
    color: #ff2f00;
    display: block;
    text-align: left;
}

#mapContainer {
    border: 1px solid #d9d9d9;
    height: 584px;
    margin-left: -90px;
    margin-top: 20px;
    width: 1180px;
}

#map {
    height: 500px;
    width: 100%;
}

.infoWindowContent {
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    left: -162px;
    padding: 10px 0 10px 14px;
    position: absolute;
    top: -70px;
    width: 200px;
}

.infoWindowContent h2.mapTitle {
    font-size: 15px;
    margin: 0 15px 0 0;
    text-transform: uppercase;
}

.infoWindowContent p {
    margin: 0px;
    font-size: 13px;
    line-height: 20px;

}

.infoWindowContent p.infoAddress {

}

.infoWindowContent p.infoContactNo {
    font-size: 12px;
}

.infoWindowContent p.infoEmail {
    font-size: 12px;
    margin: 0 25px 0 0;
}

.mapToolTip {
    border-left: 10px solid #eaeaea;
    border-right: 10px solid #eaeaea;
    /*border-top: 20px solid #1273c0;*/
    height: 0;
    /*margin-top: 10px;*/
    bottom: -19px;
    position: absolute;
    right: 16px;
    width: 0;
}

.AddressDetail h2 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    margin: 10px 0 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.AddressDetail p {

}

.AddressDetail p span {
    display: block;
    font-size: 13px;
    line-height: 21px;
}

.clickMarker, .clickMarker:hover, .clickMarker:focus {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 3px 10px;
}

.AddressDetail {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ddd;
    /*box-shadow: 3px -4px 3px #ddd;*/
    color: #606060;
    margin-top: 20px;
    min-height: 145px;
    padding: 5px 10px 0;
}

.mainTitle {
    border-bottom: 2px solid #e6e6e6;
    margin: 20px 0 0;
    padding-bottom: 9px;
}

input.form-control-hidden {
    display: none !important;
}

.compare-details {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c0c0c0;
    bottom: 0;
    left: 0;
    padding: 10px 10px 5px 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.closeCompareIcon, .closeCompareIcon:hover {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 20px;
}

.compareBox {
    border: 1px solid #ddd;
    float: left;
    height: 116px;
    margin-left: 10px;
    overflow: hidden;
    padding: 5px 4px;
    width: 24%;
}

.compareBox p {
    font-size: 13px;
    text-align: left;
}

.compareBox .compareTitle {
    font-weight: bold;
    margin-right: 10px;
}

.compareBox span.text-trim {
    display: block;
    padding-top: 10px;
}

.compareBox p img {
    border: 1px solid #ddd;
}

.compareBox h4 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.compareBtn, .compareBtn:hover, .compareBtn:focus {
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    margin: 0 5px 5px;
    padding: 3px 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.compareBtn.gray, .compareBtn.gray:hover, .compareBtn.gray:focus {
    background-color: #757575;
}

#comparePage {

}

#comparePage h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#comparePage .compareBox {
    background: none repeat scroll 0 0 #f5f5f5 !important;
    height: 100%;
    margin-bottom: 20px;
    padding: 0px;
    width: 100%;
}

#comparePage .compareBox table {
    margin: 0px;
}

#comparePage .compareBox .img-responsive {
    width: 100%;
}

#comparePage table {
    color: #7d7d7d;
}

#comparePage table td:first-child {
    color: #363636;
}

#comparePage tr {

}

#comparePage td {
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
}

#comparePage .labelDiv {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    vertical-align: bottom;
}

#comparePage .builder {
    font-weight: bold;
}

#comparePage .address {
    color: #818286;

}

#comparePage .price {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0;
}

.compareButton, .compareButton:hover {
    background-color: #686868;
    border: medium none;
    color: #ffffff;
    float: right;
    font-size: 12px;
    margin: 0 10px 10px;
    padding: 4px 10px;
}

.clear {
    clear: both;
}

.compareBoxLeft {
    float: left;
    margin-right: 2%;
    width: 48%;
}

.compareBoxRight {
    float: left;
    margin-left: 2%;
    width: 48%;
}

.closeCompareInnerIcon, .closeCompareInnerIcon:hover {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-left: 24px;
    margin-top: -16px;
    padding-bottom: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 15px;
}

.compareInfoInner {
    min-height: 85px;
}

/* checkbox */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    cursor: pointer;
    font-size: 12px;
    padding-left: 20px;
    position: relative;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 15px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 12px;
    transition: all .2s;
    font-weight: bold;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

/* check*/
.compareCheckBox {
    float: right;
    line-height: 16px;
    width: 75px;
    cursor: pointer;
}

.compareCheckBoxPrj {
    display: block;
    line-height: 17px;
    padding: 0 0 5px;
    text-align: right;
    cursor: pointer;
}

.compareCheckBox label, .compareCheckBoxPrj label {
    font-weight: normal;
    cursor: pointer;
}

.compareNewBox {

}

ul.dumyCompare {
    margin: 0;
    padding: 0;
}

ul.dumyCompare li {
    display: inline-block;
    list-style: outside none none;
    text-align: center;
    width: 25%;
}

ul.dumyCompare li img {
    border: 1px solid #ddd;
    box-shadow: 3px 3px 3px #aaaaaa;
    margin: 0 auto;
    max-height: 50px;
    width: 80px;
}

ul.mainCompare {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

ul.mainCompare li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    display: inline-block;
    list-style: outside none none;
    position: relative;
    text-align: center;
    width: 25%;
    height: 75px;
}

ul.mainCompare li img {
    border: 1px solid #ddd;
    box-shadow: 3px 3px 3px #aaaaaa;
    margin: 0 auto;
    max-height: 50px;
    width: 80px;
}

ul.mainCompare li:hover .compareInfobox {
    display: block;
}

ul.mainCompare li .compareInfobox {
    border-radius: 5px;
    color: #fff;
    display: none;
    height: 90px;
    margin: 0 10px;
    padding: 8px;
    position: absolute;
    text-align: left;
    top: -100px;
    width: 170px;
}

.compareTip {
    border-left: 7px solid #fff;
    border-right: 7px solid #fff;
    height: 0;
    margin-top: -5px;
    position: absolute;
    right: 44%;
    width: 0;
}

.compareInfobox p.compareTitle {
    text-align: left;
}

h2.comparision {
    font-size: 17px;
    font-weight: bold;
    margin: 7px 0;
    text-align: center;
}

.sweet-alert p {
    text-align: center;
    color: #999;
}

.row.prpTitle {
    background: none repeat scroll 0 0 rgba(80, 80, 80, 0.75);
    color: #fff;
    margin-bottom: 10px;
    margin-top: -35px;
    padding-top: 5px;
    position: relative;

}

.row.prjTitle {
    background: none repeat scroll 0 0 rgba(80, 80, 80, 0.75);
    color: #fff;
    margin-bottom: 10px;
    margin-top: -40px;
    padding-top: 5px;
    position: relative;
}

.compareBox hr {
    border: 1px solid #eaeaea;
    margin: 4px 0;
}

.compareCheckBoxPrj > label {
    text-align: left;
    width: 70px;
    margin: 0;
    cursor: pointer;
}

.ckcSize {
    font-size: 16px;
    float: left;
    margin: 0 4px;
}

.bannerBoxTitle {
    color: #fff;
    margin-bottom: -28px;
    position: relative;
    text-transform: capitalize;
    z-index: 100;
}

.bannerBoxTitle h4 {
    margin: 0;
    padding: 5px;
}

.featuredProperty-details.list-group > a {
    color: #3d3d3d;
}

.gm-style .gm-style-iw {
    overflow: visible !important;
}

.propertySpecifications {
    padding: 20px 0;
}

.tableBox {
    min-height: 105px;
    overflow: hidden;
    width: 100%;
}

.listBox {
    min-height: 30px;
}

.tableBox table.table {
    margin: 0px;
}

.tableBox table.table tr {
    border: none;
}

.tableBox table.table td {
    padding: 2px;
    border: none;
}

.tableBox .font-grey {
    display: block;
    width: 95px;
}

/* CUSTOMIZE THE DEVELOPER BROWSER SECTION
-------------------------------------------------- */
.developerContainerBlock {
    background-color: #fff;
    /*box-shadow: 0 2px 4px #ccc;*/
}

.developerContainerBlock h1 {
    font-size: 21px;
    margin: 0 auto 14px;
}

.developerContainerBlock h4 {
    margin-top: 0px;
    margin-bottom: 16px;
}

.developerContainerBlock {
    padding: 20px 0;
}

.developerContainerBlock > div {
    display: inline-block;
    float: none;
    margin-right: -3px;
}

.developerContainerBlock a.list-group-item {
    background-color: transparent;
    border-radius: 0;
    color: #7e7e7e;
    margin: 0 4px;
    border-bottom: 0 none;
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    padding: 6px 0;
}

.developerContainerBlock .list-group {
    margin: 0 3px 20px;
}

.developerContainerBlock .list-group > div {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    float: none;
    display: inline-block;
    margin-right: -4px;
}

.developerContainerBlock .list-group > div:nth-child(8n+1) a, .developerContainerBlock .list-group > div:nth-child(8n+2) a, .developerContainerBlock .list-group > div:nth-child(8n+3) a, .developerContainerBlock .list-group > div:nth-child(8n+4) a {
    background-color: transparent;
}

.nameBlock {
    display: inline-block;
    width: 82%;
}

.developerContainerBlock .badge {
    background-color: transparent;
    font-weight: normal;
}

.footerLinks p a {
    color: #dedede;
}

.footerLinks .view-more {
    font-size: 11px;
}

.clientdumy {
    border-radius: 50%;
    height: 64px;
    line-height: 35px;
    text-align: center;
    width: 64px;
}
.termCondition{
    cursor: pointer;
    display: inline-block;
    padding: 10px 0 5px;
}
.redMessage{
    color: #ed3237;
    display: block;
}

.calculatorHead {
    background: none repeat scroll 0 0 #eeeeee;
    margin: 10px 0;
    padding: 10px;
}

.calculatorHead p {
    margin: 0px;
}
.calculatorHead img{
    margin: 0 auto;
}

.calculatorData {
    padding: 10px;
}

.calculatorData label {
    font-weight: normal;
}

.calculatorData label span {
    padding: 0 5px;
    display: inline-block;
}

.calculatorData input[  type=text] {
    border: 1px solid #ccc;
    box-shadow: 2px 3px 4px #ccc;
    display: block;
    margin: 0 0 4px;
}
.calculatorData input[  type=number] {
    border: 1px solid #ccc;
    box-shadow: none;
    display: block;
    height: 28px;
    padding: 4px;
    width: 100%;
}
.calculatorResult {
    background: none repeat scroll 0 0 #eeeeee;
    padding: 10px;
}

.calculatorResult h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 2px 0;
}

.calculatorResult p {
    margin: 0;
}
.calculatorModel .modal-body{
    padding: 14px;
}


/*map */
#map-detail {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

.map-block {
    height: 500px;
    position: relative;
    margin-bottom: 50px;
}

#map-detail {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    z-index: 1;
}

.nearByPlaces {
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
}

.nearByPlaces-head {
    background: #7a7a7a;
    width: 290px;
    padding: 22px;
    height: 70px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
}

.map-location ul li {
    list-style: none;
    position: relative;
    display: block;
}

.map-location ul a {
    padding: 14px 18px 13px;
    background: #FFF;
    border-radius: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ecf1f3;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: relative;
    display: block;
    cursor: pointer;
}

.map-location ul a span {
    font-size: 12px;
}

.tab-content {
    /*width: 205px;*/
    /*right: 330px;*/
    /*top: 0;*/
    /*position: absolute;*/
    /*height: auto;*/
    background-color: #fcfcfc;
}
.map-location{

}
.map-location ul{
    margin: 0;
    padding: 0;
}
.map-location li{
    float: left;
}
.map-location li a{
    border: none;;
}
.map-location li a span{
    color: #555;
    font-size: 11px;
    text-transform: capitalize;
}
.detailPage{
    height: 70px;
    background: none repeat scroll 0 0 #020536;
    border-top: 1px solid #020536;
    color: #ffffff;
    left: -107px;
    top: -41px;
    width: 145px;
    z-index: 100000;
    /*overflow: hidden;*/
}
.infoWindowContent.detailPage h2.mapTitle {
    font-size: 10px;
    margin: 0 15px 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 125px;
}
.infoWindowContent.detailPage p {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
}
.map-location {
    background: none repeat scroll 0 0 #dfdfdf;
    color: #fff;
    margin-bottom: 1px;
}
.map-location ul {
    padding: 8px 5px !important;
}
.map-location li a {
    background-size: 14px auto !important;
    line-height: 14px;
    padding: 0 19px;
}
.map-location li.transpotation a{
    background: url("../images/mapIcon/transpotation.png") 0 0 no-repeat;

}
.map-location li.restaurant a{
    background: url("../images/mapIcon/restaurant.png") 0 0 no-repeat;
}
.map-location li.schooluniversity a{
    background: url("../images/mapIcon/schooluniversity.png") 0 0 no-repeat;
}
.map-location li.hospital a{
    background: url("../images/mapIcon/hospital.png") 0 0 no-repeat;
}
.map-location li.pharmacy a{
    background: url("../images/mapIcon/pharmacy.png") 0 0 no-repeat;
}
.map-location li.shoppingmalls a{
    background: url("../images/mapIcon/shoppingmalls.png") 0 0 no-repeat;
}
.map-location li.recreation a{
    background: url("../images/mapIcon/recreation.png") 0 0 no-repeat;
}
.map-location li.movies a{
    background: url("../images/mapIcon/movies.png") 0 0 no-repeat;
}
.map-location li.atm a{
    background: url("../images/mapIcon/atm.png") 0 0 no-repeat;
}
.map-location li.gasStation a{
    background: url("../images/mapIcon/gasStation.png") 0 0 no-repeat;
}
.contentBox{
    background: none repeat scroll 0 0 #191919;
    color: #fff;
    height: 37px;
    left: -60px;
    padding: 7px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    top: -8px;
    width: 150px;
    /*z-index: 100000;*/
}
.contentBox p{
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 137px;
}

.contentBox .mapToolTip{
    border-top: 20px solid #191919;
    left: 60px;
    top: 37px;
}
.distanceDiv{
    color: #000;
    float: right;
    padding: 6px 5px 0 0;
}
.distanceDiv > select {
    font-size: 11px;
}
.mapDetailInfo {
    font-size: 13px;
    margin-bottom: -40px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    z-index: 10;
}
.totalMapResult {
    background: none repeat scroll 0 0 #191919;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    opacity: 0.8;
}
.showingMessage {
    background: none repeat scroll 0 0 #191919;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    opacity: 0.8;
}
.footerMessage {
    font-size: 11px;
    text-align: right;
}
.footerMessage > a {
    color: #fff;
}



/** Developer Page
--------------------------------------------------------*/
/*#1273C0*/
section.content-bg-blue1{
    color:#ffffff;
    text-align: justify;
    font-size: 15px;
    padding: 10px 0px 20px 0px;
    box-shadow: 0 2px 4px #666;
    margin-bottom: 14px;
}
/*.developerContainerThemeBlock-block{*/
/*float: left;*/
/*width: 50%;*/
/*padding: 5px;*/
/*}*/
/*.builder-details{*/
/*display: flex;*/
/*align-items: center;*/
/*}*/
.developerContainerThemeBlock-block .builder-logo{
    width : 33.33%;
    padding: 10px;
    float:left;
}
.developerContainerThemeBlock-block .builder-details{
    width : 66.66%;
    float:left;
}
.developerContainerThemeBlock-block h1{
    font-size: 26px;
}
.developerContainerThemeBlock-block .projects {
    text-align: right;
}
.projects .heading{
    border-bottom: 1px solid #ffffff;
    width: 100%;
    margin-top: 20px;
}
.projects-count {
    width: 100%;
    margin-top: 20px;
}
.projects-count .project-count{
    display: inline-block;
    margin: 0 -4px 0 auto;
    width: 33.33%;
}
.project-count span{
    font-size: 24px;
    font-weight: bold;
}
.project-lists{
    margin-top: 10px;
}
/*.builder-details .builder-logo {*/
/*padding-left: 0;*/
/*}*/
.builder-description {
    margin-top: 20px;
}


/** Site Browser Page
--------------------------------------------------------*/
.paddingBottom20 {
    padding-bottom: 20px;
}
.selection-nav {
    background-color: #f1f1f1;
    border-bottom: 1px solid #cdcdcd;
    margin-top: 6px;
}
.selection-nav .btn.btn-default {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    margin-right: -4px;
    padding: 0;
}
.selection-nav .btn.btn-default > a {
    color: #676767;
    display: block;
    padding: 10px 40px;
}
.selection-nav .btn.btn-default > a:hover, .selection-nav .btn.btn-default > a:active, .selection-nav .btn.btn-default > a:focus {
    text-decoration: none;
}

.contentTitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-align: left;
}
.left-panel {
    border-right: 1px solid #ccc;
}
.filterBox{
    /*margin-right: 14px;*/
}
.filterRow {
    border-bottom: 1px solid #dedede;
    margin-bottom: 6px;
    padding-bottom: 10px;
}
.filterRow > label {
    color: #111;
    display: block;
}
.filterRow a {
    color: #666;
    display: block;
    padding: 0 0 5px;
}
.recordCountPanel {
    padding: 0 10px;
}
.recordCountPanel span.label-highlight {
    /*font-weight: bold;*/
}
#sitebrowser .listing.grid .featuredContentList li {
    margin: 20px 0;
}
#sitebrowser .featuredProperties.grid {
    width: auto;
}
.red {
    color: #ed3237;
}
.prp_subtype ul.select2-choices span.ui-select-match {
    display: block;
    width: 86%;
}
.prj_subtype ul.select2-choices span.ui-select-match {
    display: block;
    width: 86%;
}
button.close {
    padding: 2px 8px 0 0;
}
.client_logos > div {
    margin: 14px 0;
    position: relative;
}
.client_logos .logo_wrapper {
    background-color: #ffffff;
    box-shadow: 0 0 2px #ccc;
    /*height: 170px;*/
    line-height: 140px;
    overflow: hidden;
    padding: 27px 0;
    text-align: center;
    width: 100%;
}
.client_logos .logo_wrapper > img {
    max-height: 150px;
    max-width: 100%;
}
.client_logos .clientLogoBg{
    position: absolute;
    bottom: -9px;
    right: 8%;
}
.view-more {
    margin: 20px 0 0;
    position: relative;
}
section.content-bg .view-more a {
    color: #fff;

}
.testimonials-list.greyBg li .media {
    box-shadow: 2px 2px 0 #eee;
}
.testimonials-list.greyBg li .media, .testimonials-list.greyBg li .media-top {
    background-color: #f6f6f6;
}
.aboutSection p {
    text-align: justify;
}

/* ABSOLUTE / FIXED FORM DIVS */

#instant-callback-div {
    font-family: "Open Sans", Arial, sans-serif;
    padding: 0 0 24px;
    position: fixed;
    right: -246px;
    top: 40%;
    vertical-align: top;
    z-index: 300;
}

#instant-callback-div .instant-switch {
    /*background: #fff url("../images/handle.png") no-repeat scroll 0 0;*/
    box-shadow: -2px 2px 2px -2px rgba(0, 0, 0, 0.33), -1px -2px 2px -2px rgba(0, 0, 0, 0.19);
    cursor: pointer;
    display: inline-block;
    height: 184px;
    position: relative;
    vertical-align: top;
    margin-right: 3px;
    width: 36px;
}

#instant-callback-div .content-switcher {
    background-color: #e7e7e7;
    border: 3px solid #fff;
    border-bottom-left-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    display: inline-block;
    margin: 0 0 0 -7px;
    padding: 0 16px 12px;
    vertical-align: top;
    width: 245px;
    font-family: "Raleway";
}

#instant-callback-div h4 {
    border-bottom: 1px solid #fff;
    box-shadow: 0 -1px rgba(147, 147, 147, 0.35) inset;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 5px;
    font-family: "Roboto Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#instant-callback-div p {
    font-size: 15px;
    margin: 5px 0 !important;
    padding: 4px 0;
    font-family: "Roboto Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#instant-callback-div input[type="submit"] {
    width: 95%;
}

#instant-callback-div input:not([type="submit"]) {
    box-shadow: 1px 1px 3px #777 inset;
    border-radius: 3px;
}

#instant-callback-div input.form-control {
    font-family: "Roboto Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    border: none;
    display: block;
    margin: 6px 0 0;
    padding: 6px 10px;
    width: 95%;
}


#hide {
    /*background-color: #FFFFFF;*/

    border-radius: 3px;
    height: 32px;
    position: absolute;
    right: 7px;
    top: 7px;
    /*width: 40px;*/

    cursor: pointer;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0;
}

#hide img {
    opacity: 0.3;
    transition: all 0.3s ease 0s;
}

#hide img:hover {
    opacity: 0.7;
}
.verfiedDetail{
    float: right;
    padding-top: 6px;
}
#footerForm > div#footer_disp {
    position: relative;
}
.footerForm #footer_disp span{
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    height: 34px;
    line-height: 30px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2147483647;
}

#footerForm > div#footer_disp {
    position: relative;
}
.footerForm #footer_disp span{
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    height: 34px;
    line-height: 30px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2147483647;
}
.youtubeDiv{
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px;
    overflow: hidden;
}
.minMaxPrice{

}
.minMaxPrice input {
    color: #636363;
    float: left;
    font-size: 11px;
    margin-right: 1%;
    padding: 0 3px;
    width: 59%;
}
.minMaxPrice select {
    border: 1px solid #ccc;
    color: #757575;
    float: left;
    font-size: 11px;
    height: 28px;
    padding: 1px;
    width: 40%;
}
.countryBox{

}
.countryBox .countryCode{
    float: left;
    height: 28px;
    margin-right: 2px;
    border: 1px solid #ddd;
    width: 18%;
}
.countryBox input{
    /*width: 81%;*/
}
.FormBox .countryBox .countryCode{
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    box-shadow: 1px 2px 3px #ccc;
    border: 1px solid #ddd;
    color: #5d5d5d;
    float: left;
    font-size: 11px;
    height: 24px;
    margin-right: 1px;
    margin-top: 5px;
    width: 27%;
}
.FormBox .countryBox input{
    /*width: 72%;*/
}
.media-body .countryBox .countryCode{
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    color: #5d5d5d;
    float: left;
    font-size: 11px;
    height: 26px;
    margin-right: 1px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 28%;
}
.media-body .countryBox input{
    /*width: 71%;*/
}
.propertyDetailRightBoxWrapper .countryBox .countryCode {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    color: #5d5d5d;
    float: left;
    height: 26px;
    margin-right: 2px;
    text-indent: 0.01px;
    text-overflow: "";
    background-color: #eee;
    width: 21%;
}
.propertyDetailRightBoxWrapper  .countryBox  input{
      /*width: 77%;*/
  }

.postPropertyInfo .countryBox .countryCode{
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 4px #ccc;
    color: #787878;
    float: left;
    height: 31px;
    margin-right: 4px;
    margin-top: 10px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 12%;
}
.postPropertyInfo .countryBox input{
    /*width: 78%;*/
}
#instant-callback-div .form-group {
    margin-bottom: 0;
}
#instant-callback-div .countryBox input.form-control {
    padding-left: 45px;
    /*width: 75%;*/
}
#instant-callback-div .countryBox .countryCode {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #777 inset;
    color: #90909b;
    float: left;
    height: 28px;
    margin-right: 2px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 19%;
}
#instant-callback-div .form-group.contactCity {
    margin: 5px 0 !important;
    width: 94%;
}
#instant-callback-div .contactCity .ms-choice {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #777 inset;
}
#instant-callback-div .btn-primary {
    width: 95%;
}
#instant-callback-div input.errorTag{
    border:1px solid #ed3237;
}
#instant-callback-div .featuredMsgContact {
    left: 14%;
    width: 85%;
    height: 91%;
}
/* Portfolio */

.container.portfolio-title {
    padding-bottom: 0px;
}

#portfolio {
    padding-bottom: 0;
}
/* Portfolio Filters */
.portfolio-item{
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 330px !important;
    height: 250px !important;
    border: 1px solid #CCC;
}
.portfolio-item img{
    display: block;
    width: 100%;
}
#filters {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

#filters ul li {
    display: inline-block;
    margin: 0 5px;
}

#filters ul li a {
    display: block;
    text-decoration: none;
}

#filters ul li a h5 {
    padding: 8px 15px;
    text-transform: uppercase;
    background-color: #eeeeee;
    border-radius: 3px;
    font-size: 10px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#filters ul li a:hover h5,
#filters ul li a.active h5 {
    color: #fff;
}

#filters ul li a h5 {
    margin: 5px;
    background-color: #D0D0D0;
    border-radius: 3px;
    font-size: 10px;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

#filters ul li a:hover h5,
#filters ul li a.active h5 {
    color: #FFFFFF;
}

#filters ul li a:hover h5,
#filters ul li a.active h5 {
    background-color: #222222;
}

#filters ul li a:hover h5,
#filters ul li a.active h5 {
    background-color: #222222;
}
/* portfolio end */

.contactCity .ms-drop ul li:first-child, .cityBox .ms-drop ul li:first-child{
    display: none;
}
.countryBox span.country-name{
    color: #000;
}
.FormBox .intl-tel-input .country-list{
    height: 129px;
    left: -16px;
    top: -100px;
    width: 78%;
    position: relative;
}
.media .form-group.countryBox .intl-tel-input .country-list {
    left: -82px;
    position: relative;
    top: -88px;
    width: 56%;
}
.intl-tel-input {
    margin-top: 6px;
    width: 100%;
}
#instant-callback-div .countryBox input.form-control .intl-tel-input {
    margin-top: 12px;
    width: 100%;
}
.form-group.countryBox .intl-tel-input {
    margin: 0;
}
#instant-callback-div .form-group.countryBox .intl-tel-input {
    margin-top: 10px;
}
.postPropertyInfo .select2-container .select2-choice {
    border: 1px solid #ccc;
    box-shadow: 2px 3px 4px #ccc;
    height: 31px;
    margin: 10px 0;
}
.postPropertyInfo .select2-container-multi .select2-choices {
    border: 1px solid #ccc;
    box-shadow: 2px 3px 4px #ccc;
    margin: 3px 0;
}