/*------------------------------------------------------------------
[Main Stylesheet]

Project:    The Nest
Version:    1.1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
    1. Top Header / .top-header
    2. Main Header / .main-header
    3. Home Page Banner (Main Home) / .banner
    4. Banner Search Box / .search-area
    5. Recent Properties / .recent-properties
    6. Articles Tips / .articles-tips
    7. Application Counter / .counters
    8. Partner / .partners-block
    9. Testimonials / .testimonial-section
    10. Map Content /.map-content
    11. Map Content Sidebar /.map-content-sidebar
    12. Single Page Banner / .sub-banner
    13. Properties List View / .listing-properties-box
    14. Properties Grid View / .properties-box
    15. Single Property Details / .properties-details-page
    16. Listing Page Sidebar /.sidebar
    17. Pricing Table /.pricing-container
    18. Agent Contact Form /.agent-widget
    19. Properties Comments /.properties-comments
    20. Help Center /.helping-center
    21. Specifications /.specifications
    22. My Profile /.my-profile
    23. My Properties Box /.my-properties-box
    24. Submit Property /.submit-property
    25. Blog /.blog-body
    26. Contact Form /.contact-form
    27. Signup/Login Wrapper /.form-content-box
    28. Pagination /.pagination
    29. Main Footer / .main-footer
    30. Sub Footer / .sub-footer
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/
html, body {
    height: 100%;
}

#loadOverlay {display: none;}

body {
    font-family: 'Open Sans', sans-serif;
    background: #efefef;
    position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*color: #37404d;*/
}

p {
    font-size: 14px;
    line-height: 26px;
    /*color: #535353;*/
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.btns-black {
    background: #000 !important;
    border: solid 2px #000;
    color: #fff;
}

.btns-black:hover {
    color: #fff;
    background-color: #333 !important;
    border-color: #333;
}

.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:focus {
    color: #999 !important;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.delay-20s {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s
}

#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

#home-carousel {
    /*box-shadow: 0px 4px 53px -20px rgba(0,0,0,0.75);*/
}


.margin-t-10 {
    margin-top: 10px;
}
.margin-t-30 {
    margin-top: 30px;
}

.checkbox {
    padding-left: 20px;
    margin: 15px 0;
}

.search-contents .search-home-col {
    padding-right: 5px;
    padding-left: 5px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #535353;
    font-size: 13px;
    line-height: 22px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 10%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}

input[type=checkbox]:checked + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
}

/* Solid Buttons Structure**/
.button-sm {
    cursor: pointer;
    padding: 10px 25px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-sm:hover {
    color: #333;
}

.button-md {
    cursor: pointer;
    padding: 15px 25px 13px 25px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

/** Solid Buttons Colors **/

.button-theme {
    color: #FFF;
    transition: all 0.2s linear;
}

.button-theme:hover,
.button-theme:focus {
    color: #fff !important;
    outline: none;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

/** Border Buttons Colors **/
.border-button-sm {
    cursor: pointer;
    padding: 10px 12px 6px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.alert {
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 0;
}

/** TABS **/
.theme-tabs .nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs > li.active > a,
.theme-tabs .nav-tabs > li.active > a:focus,
.theme-tabs .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.theme-tabs .nav-tabs > li > a {
    border: none;
    color: #ffffff;
}

.theme-tabs .nav-tabs > li.active > a,
.theme-tabs .nav-tabs > li > a:hover {
    border: none;
    background: #fff;
}

.theme-tabs .nav-tabs > li > a::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.theme-tabs .nav-tabs > li.active > a::after,
.theme-tabs .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.theme-tabs .tab-nav > li > a::after {
    color: #fff;
}

.theme-tabs .tab-pane {
    padding: 15px 0;
}

.theme-tabs .tab-content {
    padding: 20px
}

.theme-tabs .nav-tabs > li {
    width: 20%;
    text-align: center;
}

.theme-tabs {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

@media all and (max-width: 724px) {
    .theme-tabs .nav-tabs > li > a > span {
        display: none;
    }

    .theme-tabs .nav-tabs > li > a {
        padding: 5px 5px;
    }
}

.portlet .tab-style-2-line > .tab-content {
    padding-bottom: 0;
}

/** TOP HEADER AREA START **/

.list-inline a {
    color: #aaa;
    margin-right: 15px;
    font-size: 12px;
}

.list-inline a:hover {
    color: #949494;
}

.list-inline a i {
    margin-right: 5px;
}

/** MAIN HEADER AREA START **/
.main-header {
    width: 100%;
    box-shadow: 0px 4px 53px -20px rgba(0,0,0,0.75);
    background-color: #333333;
    position: relative;
    z-index: 10;
}

.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
}

.logo {
    padding: 0px 0;
    float: left;
    margin-right: 10px;
}

.logo img {
    /*width: auto;*/
    /*height: 40px;*/
    height: auto;
    width: auto;
    max-width: 18rem;
    max-height: 6rem;
    cursor: pointer;
}

.main-header .navbar-default .nav > li > a {
    position: relative;
    display: block;
    padding: 20px 20px 26px;
    font-size: 14px;
    border-top: solid 5px transparent;
    line-height: 27px;
    letter-spacing: 1px;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.main-header .navbar-default .nav > li > a.button {
    background-color: #fff;
    border-color: #fff !important;
    color: #000 !important;
    font-weight: 700;
    transition: all 0.2s linear;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fbfbfb;
}

.navbar-nav > li {
    z-index: 9999;
}

.dropdown-menu > li > a {
    display: block;
    padding: 15px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #4a4747;
    font-size: 13px;
    white-space: nowrap;
    border-left: solid 5px transparent;
    background: #fbfbfb;
    cursor: pointer !important;
    outline: none;
}

.dropdown-menu > li:last-child > a {
    border-bottom: none;
}

.dropdown-menu .open > a, .dropdown-menu .open > a:focus, .dropdown-menu .open > a:hover {
    background-color: white;
    border-bottom: 1px solid transparent;
}

.navbar-nav .dropdown-menu {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    margin-top: 10px;
    min-width: 200px;
}

.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #4a4747;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: transparent;
}

.rightside-navbar {
    padding: 21px 0 20px;
}

.rightside-navbar li a.button {
    border-radius: 50px;
    padding: 4px 25px !important;
    font-weight: 400;
}

.rightside-navbar li .button:hover {
    color: #fff !important;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown .mega-dropdown-menu {
    padding: 30px 15px 20px;
}

.form-group button, .btn {
    border-radius: 30px;
}

.form-group button:disabled, .btn:disabled {
    opacity: 0.5;
}


/** BANNER AREA START **/
.banner {
    position: relative;
}

.banner .item-100vh {
    height: 100vh;
}

.banner .item img {
    height: 100%;
    width: 100%;
}

.carousel-control {
    width: 0;
}

.carousel-control.left {
    background: none;
    display: block !important;
}

.carousel-control.right {
    background: none;
    display: block !important;
}

.slider-mover-left {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    left: 0;
    background: #151515;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.slider-mover-left i {
    font-size: 20px;
}

.slider-mover-right {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 0;
    background: #151515;
    text-align: center;
    border-radius: 5px 0 0 5px;
}

.slider-mover-right i {
    font-size: 20px;
}

.banner-max-height {
    max-height: 720px !important;
}

.banner-max-height img {
    max-height: 720px;
}

.banner .banner-slider-inneri {
    top: 150px;
    display: inline-block;
    text-shadow: none;
    right: 8%;
    left: 8%;
}

.banner .banner-slider-inner {
    top: 0%;
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    bottom: 0%;
    display: flex !important;
}

.banner-content {
    align-self: center !important;
    max-width: 800px;
    font-family: 'Roboto', sans-serif !important;;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px 50px 10px 50px;
    text-align: left;
    margin-left: -50px;
}

.banner-content-left {
    margin-left: 8%;
    margin-right: 8%;
}

.banner .banner-slider-inner h2 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner .banner-slider-inner h2 span {
    font-weight: 600;
}

.banner .banner-slider-inner h2 {
    font-size: 50px;
}

.banner .banner-slider-inner p {
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.6;
    font-size: 35px;
    font-weight: 400;
    opacity: 0.8;
    max-width: 700px;
}

.banner-content .btn {
    margin-left: 3px;
    margin-right: 3px;
}

.banner .banner-detail-box p {
    margin-bottom: 20px;
    color: #dcd7d7;
    font-size: 15px;
}

/** SEARCH AREA **/
.search-area {
    padding: 20px 0 10px;
}

.search-area .search-area-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

.show-search-area {
    z-index: 9999;
    transition: all 0.4s;
    display: block;
}

.search-area .form-group {
    margin-bottom: 20px;
}

.search-fields {
    min-height: 44px;
    padding: 5px 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 3px;
}

.form-control {
    padding-left: 15px;
}

.search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background: #fff;
}

.search-button, .item-button {
    cursor: pointer;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
}


/** BOOTSTRAP SELECT START **/
.bootstrap-select {
    width: 100% !important;
    font-family: 'Roboto', sans-serif !important;;
}

.bootstrap-select button {
    color: #999;
    border-radius: 2px;
    outline: none;
}

.bootstrap-select .dropdown-menu li {
    padding: 0;
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px;
}

.bootstrap-select .dropdown-menu {
    padding: 0 !important;
    margin: 0 0 !important;
    border: 1px solid #e0e0e0;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 12px;
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px;
    font-weight: 500;
    font-size: 12px;
    outline: none;
    border: 0 !important;
}

.bootstrap-select .dropdown-menu li a:hover {
    border: none;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #eee;
    border-color: transparent !important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default:hover {
    background: transparent !important;
    /*color: #999 !important;*/
    opacity: 0.5;
    box-shadow: none !important;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #adadad;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    background: transparent !important;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
    background: #EEE;
    border-bottom: 1px solid #d5d5d5;
}

.bootstrap-select .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    height: 36px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: white;
}

.open > .dropdown-toggle.btn-default {
    color: #999 !important;
}

/** MAIN TITLE AREA START **/
.main-title {
    text-align: center;
    margin-bottom: 40px;
}

.main-title h1 {
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 27px;
}

.main-title h1 span {
    font-weight: 700;
}

.main-title-2 {
    margin-bottom: 30px;
}

.main-title-underline {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.main-title-important {
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    line-height: 22px;
}

.main-title-important:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -20px;
    width: 100vw;
    height: calc(100% + 20px);
}

.main-title-2 h2 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.main-title-2 h2 a {
    color: #212121;
}

.main-title-2 h1 span {
    font-weight: 700;
}

/** PROPERTY AREA START **/
.property {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.2s linear;
}

.property:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.30);
}

.property-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.property-tag {
    position: absolute;
}

.property-tag.sale {
    right: 15px;
    bottom: 15px;
}

.property-tag.featured {
    left: 15px;
    margin-top: 15px;
}

.property-price {
    color: white;
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.property .button, input[type="submit"] {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 20;
}

.property-content {
    padding: 20px;
    position: relative;
}

.property-content .property-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.property-content .title {
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    margin: 0 0 20px;
}

.property-content .title a {
    transition: all 0.2s linear;
}

.property-content p {
    margin: 10px 0 20px;
}

.ratings {
    color: orange;
    font-size: 12px;
}

.property-content .property-address {
    margin: 0 0 15px;
}

.property-content .property-address a {
    font-size: 13px;
    color: #4a4747;
}

.property-content .property-address a i {
    margin-right: 10px;
}

.property-content .facilities-list {
    padding: 0;
    margin: 0;
}

.property-content .facilities-list li {
    width: 33%;
    float: left;
    font-size: 13px;
    line-height: 29px;
}

.property-content .facilities-list li i {
    margin-right: 3px;
    font-size: 13px;
    font-weight: 700;
}

.property-content .fl-2 li {
    width: 50%;
}

.property-content .property-footer {
    border-top: solid 1px #f1f1f1;
    padding-top: 15px;
    margin-top: 15px;
    color: #535353;
    font-size: 13px;
    position: relative;
}

.property-content .property-footer:hover .left {
    color: #333333;
}

.property-content .property-footer:hover .right {
    color: #333333;
}

.property-content .property-footer:before {
    content: '';
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% + 20px);
    background-color: #333333;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.2s linear;
}

.property-content .property-footer .left {
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
}

.property-content .property-footer .right {
    float: right;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
}

.property-content .property-footer i {
    margin-right: 5px;
}

.property-footer a {
    color: #4a4747;
}

.panel {
    background: transparent;
}

.property .col-pad {
    padding: 0;
}

iframe {
    border: 0;
}

.overlay-link {
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
    color: #fff;
}

.overlay-link:hover {
    color: #fff;
}

.property-img:hover .property-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.property-img:hover .overlay-link {
    display: inline-block;
}

.property .hp-2 {
    height: 220px;
}

/** MODAL BODY DESIGN STARTED**/
.modal-raw {
    display: flex;
}

.modal-left, .modal-right {
    flex: 1;
}

.property-modal .modal-left {
    padding: 0;
    background: #535353;
    color: #fff;
}

.property-modal .modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.property-modal .modal-header {
    background: transparent;
    border: none;
    padding: 15px 0;
}

.property-modal .modal-header .modal-title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.property-modal .modal-header p {
    color: #fff;
    margin-bottom: 0;
}

.property-modal .modal-header .close,
.property-modal .modal-header .close:focus {
    padding: 8px 13px;
    outline: none;
    margin: -20px -1px -15px auto;
    background: #3a3a3a;
    opacity: 1;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}

.property-modal .modal-body {
    padding: 0 15px;
    background: #fff;
}

.modal-right {
    padding: 0;
    border-top: 1px solid #EEE;
}

.modal-left-content img {
    width: 100%;
    height: 100%;
}

.modal-left-content .control {
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    bottom: 0px;
    opacity: .5;
}

.modal-left-content .carousel-inner {
    display: flex;
}

.modal-left-content .carousel-inner .item {
    flex: 1;
}

.modal-left-content .item img {
    width: 100%;
}

.modal-left-content iframe {
    border: none;
    width: 100%;
    display: block;
}

.modal-left-content .control:hover {
    opacity: 1;
}

.modal-left-content .control-prev {
    right: 30px;
}

.modal-left-content .control-next {
    right: 0;
}

.modal-left-content .description {
    padding: 40px 25px;
}

.modal-left-content p {
    font-size: 13px;
    color: #fff;
    line-height: 21px;
}

.modal-left-content .description h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 600;
}

.modal-right-content .bullets {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 20px 0;
    columns: 2;
}

.modal-right-content .bullets li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.modal-right-content .bullets li i,
.modal-right-content .bullets li img{
    left: 0;
    position: absolute;
    top: 0;
}

.modal-right-content {
    padding: 30px;
}

.modal-right-content p {
    font-size: 13px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.modal-right-content .price {
    float: right;
}

.modal-right-content h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0 0 15px;
    color: #37404d;
}

.modal-right-content dl {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
}

.modal-right-content dl dt {
    float: left;
    font-weight: 500;
}

.modal-right-content dl dd {
    text-align: right;
    margin-bottom: 8px;
}

/** PROPERTY 2 SECTION START **/
.property-2 {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.2s linear;
}

.property-2:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.30);
}

.property-2 .facilities-list {
    padding: 10px 20px;
    border-top: solid 1px #efe9e9;
}

.property-2 .facilities-list li {
    float: left;
    font-size: 13px;
    line-height: 30px;
    margin-right: 20px;
}

.property-2 .facilities-list li:last-child {
    margin-right: 0;
}

.property-2 .content .title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.property-2 .property-address {
    margin: 0;
}

.property-2 .property-address a {
    font-size: 13px;
    color: #4a4747;
}

.property-2 .content {
    padding: 20px 20px;
}

.property-2 .property-address a i {
    margin-right: 10px;
}

.property-2 .content .title a {
    transition: all 0.2s linear;
}

.property-2 .price-ratings {
    position: absolute;
    font-size: 20px;
    bottom: 10px;
    right: 10px;
    text-align: right;
    z-index: 20;
}

.property-2 .featured {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.property-2 .property-footer:hover .left {
    color: #333333;
}

.property-2 .property-footer:hover .right {
    color: #333333;
}

.property-2 .property-footer:before {
    content: '';
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% + 20px);
    background-color: #333333;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.2s linear;
}

.property-2 .property-footer .left {
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
}

.property-2 .property-footer .right {
    float: right;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
}

.property-2 .price-ratings i {
    font-size: 10px;
}

.property-2 .price-ratings .price {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

/** INTRO SECTION START **/
.intro-section {
    padding: 30px 0;
    color: #ffffff;
}

.intro-section img {
    height: 50px;
}

.intro-section .button-theme {
    background: transparent;
    border: solid 2px #fff;
    color: #fff;
    float: right;
}

.intro-section .button-theme:hover {
    background: #fff;
    border: solid 2px #fff;
    color: #555 !important;
}

.intro-section h3 {
    font-size: 25px;
    margin: 0;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
}

/** NAV TABS START **/
.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
    text-align: center;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}

/** LIST INLINE LISTING AREA START **/
.list-inline-listing {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
}

.list-inline-listing li {
    padding: 5px 20px;
    margin: 4px;
    border: 2px solid #fff;
    background: #fff;
    color: #37404d;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 600;
}

.list-inline-listing li:hover {
    color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.list-inline-listing .active {
    color: #fff;
    box-shadow: none;
}

/** RECENTLY PROPERTIES  AREA START **/
.recently-properties .our-partners .carousel-control .fa {
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    font-weight: 300;
    background: #a09d9d;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

.recently-properties .our-partners .carousel-control {
    width: 0%;
    background-image: none;
}

/** AGENT-SECTION AREA START **/
.agent-section .our-partners .carousel-control .fa {
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    font-weight: 300;
    background: #a09d9d;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

/** CUSTOMER SAY AREA START **/
.chevron-icon .our-partners .carousel-control .icon-prev {
    font-size: 21px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    left: -55px;
    font-weight: 300;
    /*background: #a09d9d;*/
    width: 30px;
    height: 30px;
    line-height: 26px;
}

.carousel-control{
    opacity: 1 !important;
}

.chevron-icon .our-partners .carousel-control .icon-next {
    font-size: 21px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    right: 10px;
    font-weight: 300;
    /*background: #a09d9d;*/
    width: 30px;
    height: 30px;
    line-height: 26px;
}

.chevron-icon .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

/** What are you looking for? AREA START **/
.our-service {
    text-align: center;
}

.our-service .content {
    text-align: center;
    margin: 0 auto 30px;
    padding: 20px;
    background: #fff;
}

.our-service .content:hover {
    padding: 20px;
}

.our-service .content i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    display: inline-block;
    color: #fff;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    border-radius: 50%;
}

.our-service .content h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.our-service .content p {
    font-size: 15px;
    margin-bottom: 0;
}

.our-service .content p a:hover {
    text-decoration: underline !important;
    color: unset !important;
}

.our-service-inner {
    background: rgba(0, 0, 0, 0.80);
    padding: 70px 0;
}

.our-service-two .content {
    padding: 0;
    background: transparent;
}

.our-service-two .content:hover {
    padding: 0;
    background: transparent;
}

.content-area {
    padding: 40px 0 70px;
}

.content-area-7 {
    padding: 100px 0;
}

.content-area-9 {
    padding-top: 100px;
}

.theme img {
    margin-bottom: 30px;
}

.attachments a i {
    margin-right: 10px;
}

/** PARTNERS BLOCK AREA START **/
.partners-block {
    padding-bottom: 20px;
    text-align: center;
}

.partners-block h3 {
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.our-partners .carousel-control {
    width: 0%;
    background-image: none;
}

.our-partners .carousel-control .fa {
    font-size: 38px;
    text-shadow: none;
    color: #4a4747;
    top: 38%;
    font-weight: 300;;
}

.our-partners .cloneditem-1,
.our-partners .cloneditem-2,
.our-partners .cloneditem-3 {
    display: none;
}

.our-partners img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.our-partners img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.our-partners .partner-box {
    padding: 0 20px;
}

/** CATEGORY AREA START **/
.category {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
}

.categories {
    padding-bottom: 80px;
}

.categories .col-pad {
    padding: 0 10px;
}

.category:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #000;
    opacity: 0.4;
    z-index: -11;
    transition: 0.3s ease-out;
}

.category:hover .category_bg_box {
    transform: scale(1.06);
    transition: transform 0.35s ease-out;
}

.category .category-overlay {
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear;
}

/** FOOTER AREA START **/
footer {
    background: #111;
    color: #7c7e83;
    padding: 100px 0 30px;
}

footer .footer-item .newsletter input {
    width: 100%;
    font-size: 12px;
    height: 39px;
    color: rgb(113, 113, 113);
    padding: 11px 15px;
    border-width: 1px;
    border-color: rgb(232, 231, 231);
    border-image: initial;
    outline: none;
    border: none;
}

footer .footer-item .newsletter {
    cursor: pointer;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
    padding: 11px 15px 11px;
}

footer .footer-item .newsletter {
    padding: 20px;
    background: #151515;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.footer-info .personal-info li {
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    position: relative;
    /*padding-left: 30px;*/
}

.footer-info .main-title-2 h2 {
    color: #c5c5c5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.footer-item {
    margin-bottom: 50px;
}

.footer-info .personal-info li i {
    font-size: 15px;
    position: absolute;
    top: 0;
    line-height: 27px;
}
.m-l-5{
    margin-left: 5px;
}
.m-l-12{
    margin-left: 12px;
}
.footer-info .personal-info li a {
    color: #7c7e83;
}

.footer-info .personal-info.full {
    display: flex;
    flex-direction: column;
}

.footer-info .personal-info.full .personal-info-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: 20rem;
}
.personal-info p{
    line-height: 23px !important;
}
.footer-info .personal-info.full li {
    padding-left: 0;
}

.footer-info .personal-info.full .personal-info-wrapper .left {
    display: flex;
    max-width: 20rem;
}

@media(max-width: 768px) {
    .footer-info .personal-info.full .personal-info-wrapper
    {
        flex-direction: column;
        max-width: unset;
    }
    .item-div{
        /*margin-top: -31px;*/
        /*margin-left: 50px;*/
        /*line-height: 34px;*/
    }
}

.footer-info p {
    /*
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 13px;
     */
}

.footer-info .popular-posts .media .media-body .price {
    color: #7c7e83;
}

.footer-info .links li {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.footer-info .links li a {
    color: #7c7e83;
}

.footer-info .links li a:hover {
    color: #5f6063;
}

.footer-info .links.full {
    display: flex;
}

.footer-info .links.full .left,
.footer-info .links.full .right{
    width: 50%;
}



.footer-info .main-title-2 .border-3 {
    background: #737272;
}

/** COPY RIGHT AREA START **/
.copy-right {
    background: #111;
    padding: 25px 0;
    border-top: solid 1px #1b1b1b;
    font-size: 13px;
    position: absolute;
    left: 0;
    right: 0;
}

.copy-right ul {
    float: right;
}

 ul.main-info, ul.legal-links {
    width: 100%;
     text-align: center;
}

 ul.main-info {
     margin-top: 10px;
 }
.item-footer-main{
    text-align: left;
}
.copy-right ul li {
    display: inline-block;
}

.copy-right ul li a {
    margin-left: 25px;
}

.pad {
    padding-top: 0;
}

/** COUNTERS AREA START **/
.counters {
    padding: 40px 0;
    color: #fff;
    background: url(http://placehold.it/1920x223);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counters h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
    text-align: center;
}

.counter-box {
    text-align: center;
    padding: 10px 0;
}

.counter-box i {
    font-size: 35px;
    margin: 0 0 7px;
}

.counter-box h1 {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
    color: #fff;
}

.counter-box p {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

/** TESTIMONIALS 2 **/
.testimonials-2 {
    position: relative;
    padding: 60px 0 40px;
    display: inline-block;
    width: 100%;
    background: transparent;
}

.testimonials-2 .sec-title-three h4 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.testimonials-2 .sec-title-three h2 {
    text-transform: uppercase;
    font-size: 27px;
    margin: 0 0 20px;
    font-weight: 700;
}

.testimonials-2 .sec-title-three .text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 15px;
}

.testimonials-2 .content .avatar {
    border-radius: 50%;
    max-width: 220px;
    margin: 0 auto;
}

.testimonials-2 .content .avatar img {
    border-radius: 50%;
    min-height: 200px;
    height:200px;
    min-width: 200px;
    width:200px;
    object-fit: cover
}

.testimonials-2 .content .text {
    font-size: 15px;
    line-height: 23px;
    height: 130px;
    font-weight: 300;
    margin: 20px 0;
    position: absolute;
}

.testimonials-2 .content .author-name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonials-2 .content ul {
    padding: 0;
    margin: 0;
}

.testimonials-2 .content ul li {
    list-style: none;
    display: inline-block;
    color: orange;
}

/** OVERVIEW BGI **/

.text-color {
    color: #fff !important;
}

.t-slider-l {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    border: none !important;
    /*background: #1B1410;*/
    text-align: center;
    border-radius: 0;
}

.t-slider-l i {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    border-radius: 0;
}

.t-slider-r {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: 0;
    border: none !important;
    background: #1B1410;
    text-align: center;
    border-radius: 0;
}

.t-slider-r i {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    border-radius: 0;
}

.pojison {
    top: 47%;
}

/** AGENT BOX AREA START **/
.agent-1 {
    margin: 0 auto 30px;
    background: #fff;
    text-align: center;
}


.agent-1 .agent-content {
    padding: 30px 20px;
    text-align: left;
    height: 154px;
}

.agent-1 .agent-img img {
    background: #d0cece;
}

.agent-1 .agent-content h5 a {
    color: #343a40;
    font-size: 16px;
    font-weight: 600;
}
.agent-1 .agent-content h5{
    font-weight: bold;
}
.agent-1 .agent-content h6 {
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #535353;
}

/** SOCIAL MEDIA BIG AREA START **/
.img-responsive {
    width: 100%;
}

.red-social{
    margin-left: 0 !important;
    margin-right: 16px;
    font-size: 20px;
}

/** AGENT BOX 2 AREA START **/
.agent-2 {
    margin: 0 auto 30px;
    background: #fff;
}

.agent-2:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.agent-2 .agent-content {
    padding: 30px 30px 0;
}

.agent-2 .agent-content ul li {
    line-height: 30px;
    font-size: 13px;
}

.agent-2 .agent-content ul li a {
    color: #535353;
}

.agent-2 .agent-content ul li strong {
    margin-right: 5px;
    font-weight: 600;
}

.agent-2 .agent-content h3 {
    font-weight: 600;
    margin: 10px 0 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.agent-2 .agent-content h3 a {
    color: #37404d;
}

.agent-2 .agent-content h5 {
    font-weight: 400;
    margin: 0;
}

strong {
    font-weight: 600;
}

.agent-2 .agent-theme-2 {
    padding: 0;
    position: relative;
}

.agent-2 .agent-theme-2 .social-list {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 10px 10px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.agent-2 .agent-theme-2 .social-list li {
    list-style: none;
    display: inline-block;
}

.agent-2 .agent-theme-2 .social-list li a {
    margin: 0 8px;
    color: #fff;
}

.a-2 .agent-content {
    padding: 40px 30px 0;
}

/** AGENT DETAIL AREA START **/
.agent-detail {
    background: #fff;
    margin-bottom: 30px;
}

.agent-detail h3 {
    font-weight: 600;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

.agent-detail h3 a {
    color: #37404d;
}

.agent-detail .agent-content {
    padding: 20px 30px;
}

.agent-detail .agent-theme {
    padding: 0;
}

.agent-detail .social-media ul li a {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

/** BLOCK HEADING AREA START **/
.option-bar {
    background: #fff;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 30px;
}

.option-bar h4 {
    line-height: 50px;
    display: inline-block;
    padding-right: 20px;
    border-radius: 3px 0 0 3px;
    margin: 0 0 0;
    font-weight: 600;
}

.option-bar .heading-icon {
    width: 50px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    position: relative;
    color: #fff;
}

.option-bar .sorting {
    padding: 8px 12px;
    background: #FFF;
    border: 1px solid #EEE;
    color: #999;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
}

.option-bar .sorting-options {
    margin: 10px 15px 0 0;
    text-align: right;
}

.option-bar .sorting {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 12px;
    border: solid 1px #e7e7e7;
}

.option-bar .sorting:focus {
    outline: none;
}

/** PORTFOLIO ITEM **/
.portfolio-item {
    margin-bottom: 30px;
}

.pg .portfolio-item {
    margin-bottom: 0;
}

/** PORTFOLIO AREA START **/
.portfolio-item, .portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.portfolio-item img, .portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
}

.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.1;
    opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    background-color: rgba(0, 0, 0, 0.90);
    color: #fff !important;
    z-index: -999;
}

.overview {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0 0 3px #ddd;
}

.overview .mask, .overview .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 20%;
    left: 0;
}

.overview img {
    display: block;
    position: relative;
    width: 100%;
    height: 232px;
}

.overview .big-img {
    height: 480px;
}

.overview-box img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border: none;
}

.overview-box:hover > img {
    -webkit-transform: scale(2) rotate(10deg);
    transform: scale(2) rotate(10deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.overview h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    text-shadow: none;
}

.overview-box h2 {
    color: #333;
    margin: 0 20px 0;
    background: transparent;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overview a.btn {
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}

.overview-box a.btn {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.5s linear;
    padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/** ADVANCE SEARCH **/
.show-more-options {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
}

/** PAGINATION AREA START **/
.pagination > li > a, .pagination > li > span {
    border-radius: 0% !important;
    margin: 0 5px 5px;
    text-align: center;
    padding: 7px 14.50px;
    display: inline-block;
}

.pagination > li > a {
    font-weight: 400;
}

.pagination > li > a:hover {
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    font-size: 18px;
    color: #212529;
    background: #fff;
    border: none;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/** BLOG AREA START **/
a:hover {
    text-decoration: none;
    color: #4a4747;
}

/** BLOG BOX 2 AREA START **/
.blog-photo {
    position: relative;
    overflow: hidden;
    display: block;
}

/** SIDEBAR WIDGET AREA START **/
.sidebar-grey {
    /*background-color: #efefef;*/
}

.sidebar-widget {
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.property-detail-main .sidebar-widget,
.properties-details-lateral .sidebar-widget {
    overflow: visible;
}

.sidebar .contact-1 .contact-form form textarea {
    min-height: 130px;
}

.contact-1 label {
    font-weight: 600;
    font-size: 13px;
}

.range-slider {
    margin-top: 15px;
    margin-bottom: 30px;
}

.range-slider .ui-slider {
    position: relative;
    text-align: left;
}

.range-slider label {
    font-size: 13px;
    color: #4a4747;
    font-weight: 600;
    margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #66676b;
    cursor: w-resize;
    outline: none;
    top: -5px;
    margin-left: -8px;
    box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.range-slider .ui-widget-content {
    background-color: #ccc;
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height: 4px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.min-value:focus, .max-value:focus, .min-value, .max-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

.min-value {
    float: left;
    margin-left: -8px;
    width: 40%;
    margin-right: -8px;
    font-size: 11px;
    color: #4a4747;
    font-weight: 700;
    margin-top: 15px;
}

.max-value {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: -8px;
    font-size: 11px;
    color: #4a4747;
    font-weight: 700;
    margin-top: 15px;
}

.sidebar .properties-box .detail header {
    padding-bottom: 0;
}

/** TAGS BOX AREA START **/
.tags-box ul li {
    display: inline-block;
}

.tags-box ul li a {
    float: left;
    margin: 0 5px 5px 0;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    color: #61666d;
    border: solid 1px #f3f3f3;
    background: #f3f3f3;
    letter-spacing: 1px;
    border-radius: 2px;
}

.tags-box ul li a:hover {
    color: #fff;
}

/** POPULAR POSTS AREA START **/
.popular-posts .media {
    margin: 0 0 30px;
    color: #4a4747;
}

.popular-posts .media .media-left {
    padding-right: 15px;
}

.popular-posts .media-heading {
    font-size: 14px;
    margin: 0 0 3px;
    font-weight: 600;
}

.popular-posts .media .media-body p {
    margin-bottom: 0;
    font-size: 13px;
}

.popular-posts .media .media-body .price {
    font-weight: 600;
    font-size: 13px;
}

.popular-posts .media:last-child {
    margin: 0;
}

/** POPULAR POSTS AREA START **/
.archives ul {
    margin: 0;
    padding: 0;
}

.archives ul li {
    line-height: 40px;
    border-bottom: dashed 1px #f1f0f0;
}

.archives ul li:last-child {
    border-bottom: none;
}

.archives ul li a {
    color: #535353;
}

.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin: 0 0 30px 0;
    position: relative;
}

.t-s {
    margin-top: 40px;
}

.t-s h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 20px;
    color: #212121;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

/** CONTACT 1 AREA START **/
.contact-1 .contact-form form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    border-radius: 3px;
}

.contact-1 .contact-details .media .media-left i {
    width: 55px;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
}

.contact-1 .contact-details h3 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 35px;
}

.contact-1 .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form {
    position: relative;
}

.contact-form .send-btn {
    margin-top: 75px;
}

.contact-form .g-recaptcha {
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 1;
}

.contact-1 .contact-form .form-group.btnSubmit {
    margin-top: 50px;
}

.contact-1 .contact-form .form-group.checkbox {
    margin-top: 0;
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .contact-1 .contact-form .form-group.checkbox {
        margin-top: 0;
        margin-bottom: 85px;
    }

    .contact-form .g-recaptcha {
        bottom: 55px;
    }

    .submit-address form label {
        white-space: inherit !important;
    }

    .submit-address form .form-group.checkbox {
        margin-bottom: 80px;
    }
    .testimonials-2 .content .avatar img{
        min-height: 150px;
        height:150px;
        min-width: 150px;
        width:150px;
        object-fit: cover
    }
}

.contact-1 .contact-form form textarea {
    min-height: 210px;
}

.contact-1 .contact-details .media .media-left {
    padding-right: 30px;
}

.contact-1 .contact-details .media .media-body h4 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 10px;
}

.contact-1 .contact-details .media .media-body p {
    margin-bottom: 5px;
}

.contact-1 .contact-details .media .media-body p {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
}

.contact-1 .contact-details .media .media-body p a {
    color: #535353;
}

.contact-1 .contact-details .media {
    margin: 0 0 30px;
}
.about-content{
    margin-top: 0px !important;
}
/** CONTACT 2 AREA START **/
.contact-2 .contact-form form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #333333;
    height: 45px;
    border-radius: 3px;
}
.contact-2{
    /*margin-top: 0px !important;*/
}
.contact-2 .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-2 .contact-form form textarea {
    min-height: 150px;
}

.contact-2 .contact-details .media {
    margin: 0 0 30px;
}

.contact-2 .contact-details .media .media-left {
    padding-right: 20px;
}

.contact-2 .contact-details .media .media-left i {
    width: 45px;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 10%;
    text-align: center;
}

.contact-2 .contact-details .media .media-left.one i {
    width: 50px;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
}

.contact-2 .contact-details .media .media-body h4 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 10px;
}

.contact-2 .contact-details .media .media-body p {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
}

.contact-2 .contact-details .media .media-body.one {
    display: flex;
    width: max-content;
}

.contact-2 .contact-details .media .media-body.one p {
    font-size: 15px;
}

.contact-2 .contact-details .media .media-body p a {
    color: #535353;
}

.contact-2 h3 {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 27px;
    text-align: initial;
}

.contact-2 .opening-hours {
    margin-bottom: 50px;
}

.contact-2 .contact-details {
    margin-bottom: 50px;
}

.contact-2 .contact-details.one {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .contact-2 .contact-details.one {
        flex-direction: column;
    }

    .contact-2 .contact-details.one .media {
        width: 100% !important;
        margin: 15px 0;
        place-content: flex-start !important;
    }
}

.contact-2 .contact-details.one .media {
    display: flex;
    width: 33%;
    place-content: center;
}

.contact-2 .opening-hours .list-style-none {
    margin: 0;
    padding: 0;
}

.contact-2 .opening-hours .list-style-none li {
    list-style: none;
    line-height: 35px;
    font-size: 13px;
}

.contact-2 .opening-hours strong {
    width: 85px;
    display: inline-block;
    font-weight: 600;
}

.contact-map {
    height: 100% !important;
}

.contact-map-content .map-content {
    width: 250px;
}

.location .contact-map {
    height: 400px !important;
}

/** ABOUT CITY ESTATE AREA START **/
.about-city-estate {
    padding-top: 100px;
}

.about-city-estate h5 {
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 23px;
}

.about-city-estate .main-title-2 h1 {
    font-weight: 600;
    font-size: 30px;
}

.about-text p {
    line-height: 23px;
    font-size: 13px;
    margin-bottom: 20px;
}

.about-text {
    margin-top: 20px;
}

.about-text h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 20px;
}

/** LAYOUT 1 **/

.about-city-estate.layout_1, .about-city-estate.layout_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
}

.layout_1_child .properties-detail-slider, .layout_2_child .properties-detail-slider {
    display: flex;
    justify-content: center;
}

.layout_1_child .about-text, .layout_2_child .about-text {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*text-align: center;*/
}

.layout_1_child .about-text {
    margin-top: 30px;
}

.layout_1_child .about-text h3, .layout_2_child .about-text h3 {
    font-size: 30px;
}

.layout_1_child .about-text p, .layout_2_child .about-text p {
    font-size: 15px;
    margin-bottom: 10px;
}

.layout_1_child img, .layout_2_child img {
    width: auto;
    height: auto;
    max-height: 50rem;
}

/** LAYOUT 2 **/

.layout_2 .row {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
}

.layout_2_child .properties-detail-slider {
    margin-top: 30px;
}

/** LAYOUT 3 **/

.about-city-estate.layout_4, .about-city-estate.layout_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}

.layout_4 .row, .layout_3 .row  {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.layout_3 .row {
    flex-direction: row-reverse;
}

.layout_4_child, .layout_3_child {
    width: 50%;
}

.layout_4_child .properties-detail-slider {
    margin-right: 20px;
}

.layout_3_child .properties-detail-slider {
    margin-left: 20px;
}

.layout_4_child .about-text, .layout_3_child .about-text {
    display: flex;
    flex-direction: column;
    align-items: initial;
    text-align: unset;
    margin-left: 20px;
    margin-top: 0;
}

.layout_3_child .about-text {
    margin-left: 0;
    margin-right: 20px;
}

.layout_4_child .about-text p, .layout_3_child .about-text p {
    font-size: 14px;
}

.layout_4_child img, .layout_3_child img {
    width: auto;
    height: auto;
    max-height: 50rem;
}

.properties-detail-slider {
    display: flex;
    place-content: center;
}

.want-to-sell {
    font-size: 15px;
    line-height: 23px;
}

.whatsapp-glove {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
    transition: all .5s ease-in-out;
}

.whatsapp-glove.with-fb {
    bottom: 28px;
    right: 100px;
}

.whatsapp-glove:hover {
    transform: scale(1.2);
}

.whatsapp-glove img {
    width: 50px;
    height: 50px;
}

.cookieinfo {
    z-index: 999;
}

@media(max-width: 768px) {
    .whatsapp-glove {
        bottom: 10px;
        right: 10px;
    }

    .whatsapp-glove:hover {
        transform: scale(1.2);
    }

    .whatsapp-glove.with-fb {
        bottom: 34px;
        right: 95px;
    }

    .whatsapp-glove img {
        width: 40px;
        height: 40px;
    }

    .row {
        margin: 0;
    }

    .about-city-estate.layout_4, .about-city-estate.layout_3,
    .about-city-estate.layout_1, .about-city-estate.layout_2 {
        padding-top: 60px;
    }

    .layout_1_child img, .layout_2_child img {
        height: auto;
    }

    .layout_1 .row, .layout_2 .row, .layout_3 .row, .layout_4 .row {
        /*flex-direction: column;*/
        margin: 0 !important;
    }

    .layout_4 .row, .layout_3 .row{
        flex-direction: column;
    }
    .layout_4_child, .layout_3_child, .layout_1_child, .layout_2_child {
        width: 100%;
        margin: 0 !important;
    }

    .about-text {
        margin-top: 30px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 10px;
    }

    .layout_1_child .properties-detail-slider, .layout_2_child .properties-detail-slider,
    .layout_3_child .properties-detail-slider, .layout_4_child .properties-detail-slider {
        margin: 0 !important;
    }

    .layout-child-1 .about-text h3, .layout-child-2 .about-text h3 {
        font-size: 20px;
    }

    .layout-child-1 .about-text p, .layout-child-2 .about-text p {
        font-size: 13px;
    }

}

/** SUB BANNER AREA START **/


.sub-banner {
    background: url(http://placehold.it/1920x280) top left repeat;
    background-size: cover;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(36, 42, 53, 0.7);
}

.sub-banner.overview-bgi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.sub-banner.overview-bgi.not-fixed {
    position: relative;
}

.sub-banner.overview-bgi.not-fixed .breadcrumb-area{
    height: 300px;
    display: flex;
    align-items: center;
    place-content: center;
}

.sub-banner.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .sub-banner.overview-bgi {
        position: relative;
        width: 100%;
    }

    .sub-banner .breadcrumb-area {
        height: auto !important;
        top: 40% !important;
    }

    .sub-banner.overview-bgi.not-fixed {
        display: flex;
        place-content: center;
    }
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: relative;
    height: 400px;
    top: 50%;
}

.sub-banner .breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    z-index: 0 !important;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-weight: 400;
    font-size: 18px;
}

.sub-banner .breadcrumbs li a {
    color: #dadada;
}

.breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
}

.breadcrumbs .active {
    margin-left: 15px;
    color: #dadada;
}

/** SERVICES INFO AREA START **/
.services-info {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.services-info:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.services-info i {
    font-size: 30px;
    margin-bottom: 20px;
}

.services-info h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0 10px;
}

.services-info p {
    margin-bottom: 0;
    font-size: 13px;
}

.services-2 .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.services-2 .read-more {
    font-weight: 600;
    font-size: 13px;
}

/** SERVICES INFO 3 AREA START **/
.services-info-3 {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 450px;
}
@media (max-width:1196px) {
    .services-info-3{
        height: 364px;
    }
}

.services-info-3:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.services-info-3 i {
    font-size: 30px;
    margin-bottom: 20px;
}

.services-info-3 h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0 10px;
}

.services-info-3 p {
    margin-bottom: 0;
    font-size: 13px;
    text-align: left;
}

/** HELPING CENTER AREA START **/
.helping-center {
    margin-bottom: 30px;
    padding-left: 50px;
    text-align: left;
}

.helping-center .icon {
    float: left;
    margin-left: -50px;
}

.helping-center .icon i {
    font-size: 40px;
}

.helping-center h4 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 15px;
}

.helping-center p {
    font-size: 13px;
    margin: 0;
}

.helping-center:last-child {
    margin: 0;
}

/** MRG BTM  BIG AREA START **/
.mrg-btm-30 {
    margin-bottom: 30px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.contact-details .mb-0 {
    margin-bottom: 0 !important;
}

.change-photo-btn {
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    font-size: 13px;
    bottom: -45px;
    left: 15px;
    width: auto;
    background-color: #fff;
    color: #333;
    transition: 0.3s;
    cursor: pointer;
    line-height: 28px;
}

.headline {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 30px 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 30px;
    color: #4a4747;
    background: #f9f6f6;
}

mark.color {
    color: #fff;
    border-radius: 3px;
}

mark {
    background: #ff0;
    color: #8a803e;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: 3px 5px;
    border-radius: 3px;
}

.list-1 li:first-child {
    margin-top: 0;
}

.list-1 li {
    list-style: none;
    margin: 14px 0;
    line-height: 27px;
    margin-left: 27px;
    position: relative;
    color: #4a4747;
}

.list-1 {
    padding: 5px 0 0 0;
}

.list-1 li:before {
    content: "\f0c8";
    font-size: 8px;
}

.list-1 li:before {
    font-family: "FontAwesome";
    margin: 0;
    position: relative;
    color: #66676b;
    float: left;
    margin-left: -27px;
    display: block;
}

.numbered ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-left: 18px;
    display: inline-block;
}

.numbered ol li {
    display: inline-block;
    padding: 6px 0;
    width: 100%;
    color: #4a4747;
}

.numbered.color ol > li::before {
    border: 1px solid #274abb;
    color: #274abb;
}

.numbered.color ol > li::before {
    border: 1px solid #66676b;
    color: #66676b;
}

.numbered ol > li::before {
    content: counter(li);
    counter-increment: li;
    font-size: 16px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    margin-left: 0;
    font-weight: 500;
    color: #333;
    position: relative;
    float: left;
    left: -18px;
    transform: translateY(-20%);
}

.numbered.color.filled ol > li::before {
    color: #fff;
}

.numbered.color ol > li::before {
}

.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 {
    line-height: 40px;
}

/** PANEL BOX **/
.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.yes {
    color: #3c763d !important;
    margin-left: 5px;
    font-weight: 600 !important;
    font-size: 12px;
}

.no {
    color: #a94442 !important;
    margin-left: 7px;
    font-weight: 600 !important;
    font-size: 12px;
}

.nav > li {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}

.nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
}

.nav-tabs > li > a:hover {
    background: transparent;
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}

/** CAROUSEL CUSTOM AREA START **/
#carousel-custom2 .carousel-indicators-container {
    width: 100%;
    overflow: hidden;
}

#carousel-custom2 .carousel-indicators {
    margin: 0;
    overflow: visible;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    border: none;
}

#carousel-custom2 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 12.50%;
    border: none;
    float: left;
}

#carousel-custom2 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom2 .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom2 .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom2 .carousel-outer {
    position: relative;
}

.thumb-preview {
    width: 100%;
}

.thumbs {
    width: 100%;
    margin: 12px auto;
}

.thumbs img {
    width: 100%;
    float: left;
}

/** FLOOR PLANS AREA START **/
.floor-plans table {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table tr:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.floor-plans table td, table th {
    padding: 10px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table td {
    font-size: 13px;
}

/** PROPERTIES DETAILS PAGE AREA START **/
.property-top-gallery {
    width: 100%;
    height: calc(100vh - 78px - 150px);
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 53px -20px rgba(0,0,0,0.75);
}

.property-top-gallery .property-detail-main {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.property-detail-main .heading-properties {
    max-width: 500px;
    position: relative;
    z-index: 1;
    padding: 30px 40px 30px 0px;
    pointer-events: all;
}

.property-detail-main .heading-properties .detail-tag.reserved {
    bottom: 100%;
    right: 0;
    left: unset;
    font-size: 15px;
    border-radius: 0;
    transform: none;
}

.property-detail-main .heading-properties .heading-properties-header {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
}

.property-detail-main .heading-properties .heading-properties-footer {
    position: relative;
    bottom: -6px;
    display: flex;
    justify-content: space-between;
}

.property-detail-main .heading-properties .heading-properties-header .price {
    white-space: nowrap;
}

.property-detail-main .heading-properties:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.property-detail-main .heading-properties p,
.property-detail-main .properties-condition ul li,
.property-detail-main .properties-condition ul li i {
    color: #fff;
}

.property-top-gallery .properties-detail-slider,
.property-top-gallery .carousel,
.property-top-gallery .carousel-outer,
.property-top-gallery .carousel-inner,
.property-top-gallery .carousel-inner * {
    height: 100% !important;
}

.property-top-gallery .property-top-gallery-controls {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.property-top-gallery .property-top-gallery-controls * {
    pointer-events: all;
}

.property-top-gallery .carousel-control {
    position: absolute;
    top: calc(100% - 70px);
    left: unset;
}

.property-top-gallery .expand {
    position: absolute;
    top: 5px;
    right: 15px;
    opacity: 0.5;
    pointer-events: none;
}

.property-top-gallery .expand * {
    pointer-events: none;
}

.property-top-gallery .expand:hover {
    opacity: 0.9;
}

.property-top-gallery .carousel-control.left {
    right: 80px;
}
.property-top-gallery .carousel-control.right {
    right: 15px;
}

.properties-details-page {
    background-color: #fff;
    overflow: hidden;
    padding-top: 0;
}

.properties-details-lateral .sidebar-widget {
    padding-right: 0;
}

.properties-details-page .heading-properties {
    display: none;
}

.properties-details-page .property-2 {
    background-color: #efefef;
}

.properties-details-page .properties-details-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.sidebar-widget.sidebar-widget-p0 {
    padding-left: 0;
    padding-right: 0;
}

.properties-details-page .properties-details-container >* {
    padding-top: 50px;
}

.properties-details-page .properties-details-lateral {
    position: relative;
    z-index: 1;
}

.properties-details-page .properties-details-lateral:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: calc(100% - -30px);
    left: 15px;
    top: 0;
}
@media (max-width: 768px){
    .properties-details-page .properties-details-lateral:before {
        left: -15px;
    }
}

/*
.noVirtualTour::before {
    height: calc(100% + 30px) !important;
}
 */

.properties-details-page .properties-details-lateral .main-title-underline {
    border-color: #fff;
}

.properties-details-page p {
    line-height: 25px;
}

.properties-amenities ul {
    margin: 0;
    padding: 0;
}

.properties-amenities li {
    list-style: none;
}

.properties-amenities ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 13px;
}

.properties-amenities ul li i {
    margin-right: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.properties-condition ul {
    margin: 0;
    padding: 0;
}

.properties-condition li {
    list-style: none;
}

.properties-condition ul li {
    list-style: none;
    color: #4a4747;
    font-size: 13px;
}

.properties-condition ul li i {
    margin-right: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.sidebar .inside-properties iframe {
    width: 100%;
    border: 0;
    height: 250px !important;
}

.inside-properties iframe {
    width: 100%;
    border: 0;
    height: 400px !important;
}

.sidebar .location .contact-map {
    width: 100%;
    height: 250px !important;
}

.heading-properties h1 {
    font-weight: 700;
    margin-top: 0;
    color: #fff;
    font-size: 40px;
}

.heading-properties p {
    margin-bottom: 0;
}

.heading-properties h5 {
    text-align: right;
    font-weight: 700;
}

/** TABLE MANAGE TABLE PAGE AREA START **/
table.manage-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

table.manage-table td:first-child {
    padding-left: 0;
    line-height: 25px;
}

table.manage-table .title-container img {
    width: 20% !important;
    flex: 1.1;
    margin-right: 26px;
}

table.manage-table .title-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

table.manage-table .title-container .title {
    width: 70%;
}

table.manage-table td {
    padding: 35px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
}

table.manage-table .title-container .title h4 {
    margin: 5px 0 5px;
    display: block;
    font-size: 19px;
}

table.manage-table td.action a {
    display: block;
    color: #535353;
    line-height: 20px;
    padding: 3px 0;
    position: relative;
    margin-left: 21px;
}

table.manage-table .title-container .title .table-property-price {
    display: inline-block;
    color: #535353;
    font-size: 13px;
    font-weight: 600;
}

table.manage-table td.action a i {
    position: absolute;
    left: -21px;
    top: 5px;
}

table.manage-table .title-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

table.manage-table .title-container .title span {
    display: block;
    color: #535353;
}

/** SUBMIT PROPERTY AREA START **/
.notification-box {
    padding: 30px 35px;
    color: #2e86b2;
    margin-bottom: 50px;
    background-color: #bae8ff;
}

.notification-box h3 {
    margin: 0 0 10px;
    font-weight: 600;
}

.notification-box p {
    font-size: 17px;
    margin: 0;
}

.submit-address .g-recaptcha {
    position: absolute;
    left: 15px;
    bottom: 60px;
}

.submit-address .btnSubmit {
    margin-top: 45px;
}

.submit-address form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 44px;
    border-radius: 2px;
}

.submit-address form textarea {
    min-height: 250px;
}

.submit-address form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    color: #827f7f;
}

.submit-address form .form-group {
    margin-bottom: 25px;
}

.dropzone-design {
    border: 2px dashed #d0d0d0;
    min-height: 100px;
}

.dropzone-design, .dropzone-design * {
    box-sizing: border-box;
}

.dropzone-design {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.dropzone-design.dz-clickable {
    cursor: pointer;
}

.dropzone-design.dz-clickable * {
    cursor: default;
}

.dropzone-design.dz-clickable .dz-message, .dropzone-design.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone-design.dz-started .dz-message {
    display: none;
}

.dropzone-design.dz-drag-hover {
    border-style: solid;
}

.dropzone-design.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone-design .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone-design .dz-preview:hover {
    z-index: 1000;
}

.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-design .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview.dz-image-preview {
    background: white;
}

.dropzone-design .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone-design .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone-design .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone-design .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone-design .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone-design .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone-design .dz-preview .dz-details .dz-filename span, .dropzone-design .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone-design .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone-design .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all 0.3s;
    display: block;
    z-index: 10;
}

.dropzone-design .dz-preview .dz-image img {
    display: block;
    filter: blur(0px);
    transition: all 0.4s;
}

.dropzone-design .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview .dz-success-mark, .dropzone-design .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone-design .dz-preview .dz-success-mark svg, .dropzone-design .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone-design .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone-design .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone-design .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone-design .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone-design .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone-design .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone-design .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone-design .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.dropzone-design {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    display: inline-block;
    width: 100%;
}

.dropzone-design:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    background-color: #66676b;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.dropzone-design:hover:before {
    opacity: 0.4;
}

.dropzone-design .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #4a4747;
    transition: all 0.3s linear;
    position: relative;
    z-index: 11;
}

.dropzone-design:hover .dz-message {
    color: #66676b;
}

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.dropzone-design .dz-default.dz-message span {
    display: inline;
    line-height: 117px;
}

.bordered-right {
    border-right: 1px solid rgba(22, 24, 27, .12);
}

/** PAGE LOADER **/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

/** Option Panel **/
.setting-button {
    background: #eee;
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -50px;
    color: #fff;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

/** ICONS LIBRARY **/
.glyph {
    background: #fff;
    width: 250px;
    height: 94px;
    float: left;
    text-align: center;
    padding: 20px 11px;
    margin: 10px;
    font-size: 10px;
    color: #999;
}

.glyph .glyph-icon {
    font-size: 24px;
    color: #555;
}

.glyph fieldset,
.glyph .hidden-true {
    display: none;
}

.glyph .bshadow0 .lnr {
    font-size: 24px;
    color: #555;
    display: block;
    line-height: 35px;
}

/** MEDIA QUERY **/
@media (max-width: 1200px) {
    .a-2 .agent-content {
        padding: 25px 20px 0;
    }

    .property .hp-1 {
        height: 220px;
    }

    .banner .banner-slider-inner h2 {
        font-size: 50px;
    }

    .property-2 .facilities-list li {
        margin-right: 10px;
    }

    .property-2 .content {
        padding: 20px 15px;
    }

    .property-2 .facilities-list {
        padding: 10px 15px;
    }
}

@media (max-width: 995px) {

    .logo {
        margin-right: 30px;
        padding: 22px 0 21px;
    }

    .property-2 .facilities-list li {
        margin-right: 20px;
    }

    .property-2 .content {
        padding: 20px 20px;
    }

    .property-2 .facilities-list {
        padding: 10px 20px;
    }

    .main-title .lead {
        font-size: 18px;
    }

    .property .hp-2 {
        height: auto;
    }

    .main-header .navbar-default .nav > li > a {
        padding: 20px 8px 26px;
        font-size: 13px;
    }

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

    .copy-right ul {
        float: none;
        margin-top: 15px;
    }

    .rightside-navbar li .button {
        border-radius: 3px;
        padding: 0 7px !important;
    }

    .rightside-navbar {
        padding: 21px 0 20px;
    }

    .setting-button {
        font-size: 14px;
        width: 36px;
        height: 36px;
        line-height: 38px;
        left: -35px;
    }

    .intro-section img {
        height: 35px;
    }

    .intro-section h3 {
        font-size: 19px;
        line-height: 35px;
    }

    .intro-section .button-theme {
        padding: 7px 20px;
        font-size: 13px;
        font-weight: 500;
    }

    .intro-section {
        text-align: center;
    }

    .intro-section .button-theme {
        float: none;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .bordered-right {
        border-right: 1px solid transparent;
    }

    .counter-box {
        margin-bottom: 40px;
        padding: 0;
    }

    .counters {
        padding: 40px 0 0;
    }

    .contact-1 .contact-form .form-group {
        margin-bottom: 20px;
    }

    .agent-2 .agent-content {
        padding: 30px 25px;
    }

    .rightside-navbar li a.button {
        padding: 4px 15px !important;
    }

    .banner .banner-slider-inner h2 {
        font-size: 35px;
    }

    .banner .banner-slider-inner p {
        font-size: 14px;
    }

    .banner .button-md {
        padding: 12px 20px 8px 20px;
        font-size: 12px;
    }

    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .modal-raw {
        display: block;
    }

    .banner .item {
        height: auto;
    }
}

.radio-theme input[type="radio"]:checked + label::before {
    content: '\2713' !important;
}

@media all and (min-width: 768px) {
    .our-partners .carousel-inner > .active.left,
    .our-partners .carousel-inner > .prev {
        left: -50%;
    }

    .our-partners .carousel-inner > .active.right,
    .our-partners .carousel-inner > .next {
        left: 50%;
    }

    .our-partners .carousel-inner > .left,
    .our-partners .carousel-inner > .prev.right,
    .our-partners .carousel-inner > .active {
        left: 0;
    }

    .our-partners .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner > .item.active.right,
    .our-partners .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.active.left,
    .our-partners .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.left,
    .our-partners .carousel-inner > .item.prev.right,
    .our-partners .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .our-partners .carousel-inner > .active.left,
    .our-partners .carousel-inner > .prev {
        left: -25%;
    }

    .our-partners .carousel-inner > .active.right,
    .our-partners .carousel-inner > .next {
        left: 25%;
    }

    .our-partners .carousel-inner > .left,
    .our-partners .carousel-inner > .prev.right,
    .our-partners .carousel-inner > .active {
        left: 0;
    }

    .our-partners .carousel-inner .cloneditem-2,
    .our-partners .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner > .item.active.right,
    .our-partners .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.active.left,
    .our-partners .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.left,
    .our-partners .carousel-inner > .item.prev.right,
    .our-partners .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media (max-width: 1199px) {
    .navbar-header .logo img {
        max-height: 60px;
    }

    #navbar {
        height: 60px;
    }

    #menu-navbar {
        top: 60px !important;
    }
}

@media (max-width: 768px) {

    #navbar {
        height: 70px;
    }

    #menu-navbar {
        top: 70px !important;
    }

    .navbar-header .logo img {
        height: auto;
        width: auto;
        max-width: 18rem;
        max-height: 6rem;
        cursor: pointer;
    }

    #home-carousel .carousel-inner {
        height: 400px;
    }


    #home-carousel .carousel-inner img {
        height: 400px !important;
    }



    .properties-details-page.content-area {
        padding-top: 0;
    }

    .property-top-gallery {
        position: relative;
        padding-top: 70%;
        height: auto;
    }

    .property-top-gallery .properties-detail-slider {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .property-top-gallery .property-top-gallery-controls {
        width: 100%;
    }

    .property-top-gallery .property-top-gallery-controls .carousel-control {
        display: none;
    }

    .property-top-gallery .property-detail-main {
        width: 90%;
    }

    .property-top-gallery .expand {
        top: 15px;
    }

    .property-detail-main .heading-properties {
        display: none
    }

    .property-detail-main .heading-properties:before {
        width: 100%;
    }

    .property-detail-main .heading-properties .heading-properties-footer {
        flex-wrap: wrap;
    }

    .properties-details-page .heading-properties {
        display: block;
        padding: 0;
    }

    .properties-details-page .heading-properties .heading-properties-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .properties-details-page .heading-properties h3 {
        color: #37404d;
        margin: 0;
    }

    .main-title-underline {
        padding-bottom: 15px;
    }

    .counters h3 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .property .hp-1 {
        height: auto;
    }

    table.manage-table td {
        padding: 15px 10px;
        vertical-align: middle;
        border-bottom: 1px solid #e4e4e4;
    }

    .slider-mover-left i {
        font-size: 15px;
    }

    footer {
        padding: 70px 0 0;
    }

    .brand-box img {
        height: 40px;
    }

    .brand-box h5 {
        font-weight: 600;
        margin: 15px 0 10px;
        font-size: 13px;
    }

    .slider-mover-right i {
        font-size: 15px;
    }

    .property .button, input[type="submit"] {
        padding: 5px 12px;
    }

    .property-price {
        font-size: 17px;
    }

    .logo img {
        width: auto;
        height: 30px;
    }

    .partners-block h3 {
        font-size: 19px;
    }

    .search-area {
        padding: 20px 0 20px;
    }

    .mb-70 {
        margin-bottom: 30px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .search-area .container {
        padding: 0 5px;
    }

    .property-content .property-address a {
        font-size: 13px;
    }

    .comment {
        margin-bottom: 0;
    }

    .about-city-estate .main-title-2 h1 {
        font-size: 24px;
    }

    .about-city-estate {
        padding-top: 50px;
    }

    .breadcrumbs li {
        font-size: 16px;
    }

    .list-inline-listing li {
        padding: 5px 20px;;
    }

    .main-title h1 {
        font-size: 22px;
    }

    .main-title-2 h2 {
        font-size: 18px;
    }

    .service-item .detail h3 {
        margin: 20px 0 10px;
    }

    .property-content .title {
        font-size: 16px;
    }

    .property-hp img {
        height: auto;
    }

    .main-title-2 {
        margin-bottom: 20px;
    }

    .content-area {
        padding: 20px 0 20px;
    }

    .content-area-7 {
        padding: 50px 0;
    }

    .content-area-8 {
        padding: 50px 0 0;
    }

    .content-area-9 {
        padding-top: 50px;
    }

    .categories {
        padding-bottom: 30px;
    }

    .contact-1 .contact-details {
        padding-top: 50px;
    }

    .main-title {
        margin-bottom: 25px;
    }

    .footer-info .links li {
        margin-bottom: 10px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .properties-panel-box .nav-tabs > li > a {
        margin: 2px 4px 2px 0;
    }

    .banner .item img {
        min-height: 250px;
    }

    .banner-content {
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
        padding: 15px 20px 5px 20px;
    }

    .search-area-title {
        padding-left: 15px;
    }

    .banner .banner-slider-inner h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .banner .banner-slider-inner p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .location .contact-map {
        height: 250px !important;
    }

    .banner .btn {
        font-size: 11px;
        padding: 9px 10px 7px 10px;
        margin-bottom: 5px;
    }

    .logo {
        padding: 10px 0;
    }

    .navbar-default .navbar-toggle {
        margin-top: 20px;
        margin-right: 0;
        padding: 0;
        margin-bottom: 8px;
        border-radius: 0;
        border: none;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff !important;
        padding: 6px 15px !important;
    }

    .main-header .navbar-default .nav > li > a:hover {
        color: #fff !important;
        background: transparent;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #555;
        background: #eee;
        padding: 8px 15px;
        border-bottom: none;
    }

    .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header, .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
        background: #f8f8f8;
        padding-left: 50px;
    }

    .rightside-navbar {
        display: none;
    }

    .main-header .navbar-default .nav > li > a {
        padding: 6px 15px !important;
        text-align: left;
    }

    .service-item {
        margin-bottom: 75px;
    }

    .sub-banner h1 {
        font-size: 28px;
    }

    .sub-banner {
        height: 200px;
    }

    .sub-banner .breadcrumbs li {
        font-size: 16px;
    }

    .contact-details .media .media-left {
        padding-right: 20px;
    }

    .contact-details .media .media-left i {
        width: 42px;
        font-size: 21px;
        height: 42px;
        line-height: 42px;
    }

    .blog-box .detail p {
        line-height: 23px;
        text-align: justify;
        font-size: 13px;
    }

    .search-contents {
        padding: 0 15px;
        border-radius: 0;
    }


    .search-box .form-group {
        margin-bottom: 0;
    }

    .blog-box .detail {
        padding: 20px;
    }

    .blog-box .detail .tags-box {
        margin-bottom: 20px;
    }

    .blog-box .detail .blog-share {
        float: left;
        text-align: left;
    }

    .comments ul {
        margin: 0 0 0 0;
    }

    blockquote {
        margin: 20px 0 20px;
    }

    .go-home {
        float: none;
    }

    .option-bar h4 {
        display: block;
        border-radius: 3px;
    }

    .option-bar .cod-pad {
        padding: 0 15px 0 0;
    }

    .form-content-box .details {
        padding: 20px 20px;
    }

    .sec-title-three h2 {
        margin-top: 0;
    }

    .about-text h3 {
        font-size: 19px;
    }

    .slider-mover-left {
        width: 25px;
        height: 40px;
        line-height: 40px;
    }

    .slider-mover-left img {
        width: 10px;
    }

    .slider-mover-right {
        width: 25px;
        height: 40px;
        line-height: 40px;
    }

    .slider-mover-right img {
        width: 10px;
    }

    .search-area .form-group {
        margin-bottom: 10px;
    }

    .properties-box .detail .location a {
        font-size: 14px;
    }

    .property .height img {
        height: auto;
    }

    .properties-details-page p {
        line-height: 21px;
        text-align: left;
        font-size: 13px;
    }

    .properties-amenities ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    .properties-condition ul li {
        margin-bottom: 10px;
    }

    .heading-properties h3 {
        font-size: 18px;
    }

    .breadcrumb-area h1 {
        font-size: 21px;
    }

    .breadcrumb-area p {
        font-size: 14px;
    }

    .breadcrumb-area .button-md {
        padding: 10px 20px;
    }

    .testimonials-2 {
        text-align: center;
    }

    .testimonials-2 .content .avatar {
        max-width: 150px;
        margin: 15px auto;
    }

    .testimonials-2 .sec-title-three .text {
        font-size: 17px;
        line-height: 30px;
    }

    .testimonials-2 .content .text {
        font-size: 15px;
        line-height: 23px;
        height: 250px
    }

    .testimonials-2 {
        padding: 50px 0 80px;
    }

    .intro-section h3 {
        font-size: 19px;
        line-height: 35px;
    }

    .t-slider-l {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .t-slider-r {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media (min-width: 768px) {

    .main-header .navbar-default .nav > li:hover > .dropdown-menu {
        display: block;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s
    }

    .main-header .navbar-default .nav > li > .dropdown-menu li:hover > .dropdown-menu {
        display: block;
    }
}

/** List view inside Map **/
.map-properties-list {
    margin: 0px 15px 30px 15px;
}

.img-inside-map {
    height: 220px;
}

#carousel-custom2 .carousel-indicators {
    font-size: 0;
}

#carousel-custom2 .carousel-indicators li {
    float: none;
}

.main-title h1 {
    padding: 25px;
    margin-top: -25px;
    background-color: #ffffff00;
    display: inline-block;
}
.main-title h1 {
    color: #37404d;
}

/*****************
*** lci-v3.css ***
*****************/

a:hover {
    text-decoration: none;
}

.button-theme {
    color: #000000;
}

.list-inline-listing .active{
    color: #000000;
}

.border-button-theme:hover {
    color: #fff !important;
}

.panel-box .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
}

.heading-properties p i{
    margin-right: 5px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-bottom: transparent;
}

.bootstrap-select .dropdown-menu li a {
    color: #000000;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
    color: #000000;
}

.btn-outline:hover {
    color: #fff;
}

.property-tag.featured {
    color: #000000;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

table.manage-table .title-container .title span i{
    margin-right: 5px;
}

.map-properties-btns .border-button-theme:hover{
    color: #fff !important;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff! important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: #eee;
    }
    .properties-details-page .properties-details-lateral:before {
        height: calc(100% - -30px)!important;
    }
}

.property-price {
    /*background: #00000090;*/
    padding: 0 5px;
    border-radius: 2px;
}

.property-2 .content .title {
    font-size: 15px;
}

.form-group {
    position: relative;
}

.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error.bootstrap-select
{
    border: 1px solid orangered !important;
}

.form-group .error-message {
    position: absolute;
    color: orangered;
    bottom: -17px;
    font-size: 12px;
    left: 3px;
}
.form-group .ok-message {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    color: limegreen;
}

.property-2 .facilities-list {
    height: 114px;
}

.dropdown-menu {
    z-index: 9999;
}

/** Servicios - Servicios destacados - Misma altura de los bloques  */
@media (min-width: 992px) and (max-width: 1199px) {
    .services-info-3 {
        height: 384px !important;
    }
}

.our-partners .partner-box img {
    height: auto;
}

.radio input[type="radio"] {
    margin-left: -16px;
}


/**   */
@media (max-width: 767px) {
    footer h1 {
        /*text-align: center;*/
    }
    footer .links {
        /*text-align: center;*/
    }
    footer .links li {
        /*display: inline-block;*/
    }
    footer .links li:not(:first-child) {
        /*margin-left: 20px;*/
    }

    footer .personal-info {
        /*text-align: center;*/
    }

    footer .personal-info li i {
        position: relative !important;
        margin-right: 5px;
    }

    footer .popular-posts .media {
        margin-bottom: 30px !important;
    }
}

/** Nosotros - Bloque agentes */
@media (max-width: 767px) {
    #ourPartners3 img {
        object-fit: cover !important;
        background-color: white;
    }
    #ourPartners3 img.no-image {
        object-fit: contain !important;
        background-color: white;
    }
}

/** Nosotros - Bloque contadores */
.contadores {
    background-size: cover;
    background-position: center;
}

/** Detalle - Barra encima viviendas */
@media (max-width:381px) {
    .listado-viviendas .block-title {
        font-size: 16px;
    }
}
@media (max-width:359px) {
    .listado-viviendas .block-title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .properties-section .sorting-options {
        Margin: 10px 0;
    }
}

/** Iconos */
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    display: inline-block !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2) !important;
    font-size: 14px !important;
    text-align: center !important;
    line-height: 16px !important;
}

input[type=radio]:checked + label:before {
    content: "\f00d" !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-shadow: unset !important;
}

input[type=checkbox]:checked + label:before {
    content: "\f00c" !important;
}

/** Paginación */
@media (max-width:510px) {
    .pagination-wrapper {
        text-align: center;
    }
    .pagination-wrapper ul.pagination li .page-link {
        padding: 7px 12.5px;
        margin: 0 5px 5px;
        font-size: 15px;
    }
}

@media (max-width:458px) {
    .pagination-wrapper ul.pagination li .page-link {
        padding: 7px 10.5px;
        font-size: 14px;
    }
}

@media (max-width:412px) {
    .pagination-wrapper ul.pagination li .page-link {
        padding: 5px 7.5px;
        margin: 0 3px 5px;
        font-size: 13px;
    }
}

/** Componente card grande */
.facilities-list li {
    font-size: 13px;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 32%;
    overflow: hidden;
    display: inline-block;
}
.facilities-list li i {
    display: inline-block;
}
.facilities-list span {
    display: inline-block;
    width: 81%;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .facilities-list span {
        width: 76%;
    }
}
@media (max-width: 767px) {
    .facilities-list span {
        width: auto;
    }
}

/** Características */
.properties-condition li {
    font-size: 13px;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.properties-condition li i {
    display: inline-block;
    margin-right: 8px !important;
}
.properties-condition span {
    display: inline-block;
    width: 79%;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .properties-condition span {
        width: 76%;
    }
}
@media (min-width: 361px) and (max-width: 767px) {
    .properties-condition span {
        width: 70%;
    }
}
@media (max-width: 360px)   {
    .properties-condition span {
        width: 63%;
    }
}

/** CardProperty */
.card-property-1 {
    height: 105px;
    overflow: hidden;
}
.card-property-1 li {
    margin-bottom: 0 !important;
}
.card-property-1 span {
    width: 68%;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .card-property-1 span {
        width: 76%;
    }
}
@media (min-width: 361px) and (max-width: 767px) {
    .card-property-1 span {
        width: 70%;
    }
}
@media (max-width: 360px)   {
    .card-property-1 span {
        width: 63%;
    }
}

/** Footer, Contacta con nostros, movil */
@media (max-width: 767px)   {
    footer .personal-info li {
        padding-left: 0 !important;
    }
}

/** Home - Bloque ¿Que estas buscando? */
@media (max-width: 767px) {
    .our-service .content {
        height: unset !important;
    }
}

/** Servicios - Servicios destacados */
@media (max-width: 767px) {
    .services-info-3 {
        height: unset !important;
    }
}

/** Servicios - Servicios personalizados */
.services-info-2 .caption.detail{
    height: 374px;
}

@media (max-width: 1199px) {
    .services-info-2 .caption.detail{
        height: 400px;
    }
}
@media (max-width: 991px) {
    .services-info-2 .caption.detail{
        height: 260px;
    }
}
@media (max-width: 767px) {
    .services-info-2 .caption.detail{
        height: 160px;
    }
}

/** Footer parte de abajo orden movil */
.copy-right .only-small {
    display: none;
}
@media (max-width: 767px) {
    .copy-right {
        padding-top: 0;
    }
    .copy-right .copy-row {
        display: flex;
        flex-direction: column;
    }
    .copy-right .col-rrss {
        order: 1;
        margin-top: 0;
    }
    .copy-right .col-legallinks {
        order: 2;
    }
    .copy-right .col-copyright {
        order: 3;
        margin-top: 20px;
    }
    .copy-right .col-legallinks a {
        margin-left: 0;
    }
    .copy-right .only-small {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

    ul.main-info li a{
        margin-left: 0;
    }
}

.legal-inline {
    display: inline-flex;
    flex-flow: wrap;
}

.legal-inline p {
    padding-right: 3px;
    color: #535353 !important;
}

.legal-inline p span {
    color: #535353 !important;
}

/** Publish. Images placeholrer on mobile */
@media (max-width: 400px) {
    .dropzone-design .dz-default.dz-message span {
        font-size: 15px;
    }
}
@media (max-width: 359px) {
    .dropzone-design .dz-default.dz-message span {
        font-size: 13px;
    }
}

/** Publish. Accept. Validation */
@media (max-width: 383px) {
    .accept-field .error-message {
        bottom: 0!important;
    }
}

/** Home. Buscador. Radio buttons centrados  */
@media (max-width: 991px) {
    .search-area .radio-theme {
        text-align: center;
    }
}

/** Footer - Barra inferior */
@media (max-width: 768px) {
    .copy-right {
        border-top: unset;
    }
}

/** Detalle - Formulario de vivienda - Validación */
@media (max-width: 375px) {
    .accept-form-singular-property span.error-message {
        bottom: -10px !important;
    }
}

/** Footer - Fix ipad */
@media (min-width: 768px) and (max-width: 991px) {
    footer .contact-col {
        width: auto;
    }
    footer .lastProperties-col {
        width: 47%;
    }
    footer .lastProperties-col .left-col{
        width: 100%;
    }
    footer .lastProperties-col .right-col{
        display: none;
    }

}

/** Contacto */
@media (max-width: 991px) {
    #contact_form_col {
        padding-top: 55px;
    }
    .contact-details h3 {
        margin-top: 30px;
    }
}

/** Radio input */
 .radio {
     padding-left: 20px;
     margin: 15px 0;
 }

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #535353;
    font-size: 13px;
    line-height: 22px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.radio-theme input[type="radio"]:checked + label::before {
    background-color: #fff;
}

input[type=radio]:checked + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
    padding-top: 1px;
}

/** Legal pages */
.legal-page table {
    margin-top: 15px;
    margin-bottom: 25px;
}
.legal-page table td {
    padding: 5px 10px;
}
.legal-page a {
    font-weight: 600;
}

/** Contacto. Ellipsis en campos que no cabe el texto */
.submit-address form label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** Iconos */
.icono-luminoso,
.icono-ascensor,
.icono-aire-acondicionado,
.icono-amueblado,
.icono-piscina {
    margin-right: 7px;
    width: 100%;
    height: 100%;
    max-width: 15px;
    max-height: 15px;
    vertical-align: middle;

}
.property-price {
 background: #00000090;
 padding: 0 5px;
 border-radius: 2px;
 left: unset !important;
 right: 15px;
}
.property-tag-top-right {
    left: auto !important;
    right: 15px !important;
    margin-top: 15px;
}

.position-top-right {
    left: auto !important;
    right: 15px !important;
    margin-top: 0 !important;
}

.property-tag.featured.reserved, .property-2 .featured.reserved {
    color: #fff;
    background-color: #a83308;
}

.media .media-left {
    position: relative;
}

.media .media-left .reserved {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: calc(100% - 15px);
    color: #fff;
    background-color: #a83308;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.detail-tag.reserved {
    position: absolute;
    left: 50%;
    bottom: calc(100% + -30px);
    height: 25px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    color: #fff;
    background-color: #a83308;
    border-radius: 2px;
    transform: translateX(-50%);
}

.mfp-content {
    height: auto;
    max-height: 90vh !important;
    width: auto;
    max-width: 90vw !important;
}

.mfp-content .mfp-figure figure {
    width: 100%;
}

.mfp-content img.mfp-img {
    width: 100%;
}

.title-contact {
    position: relative;
}

.title-contact:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: black;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.background-customized {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 10rem;
}

.background-customized:before {
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background-color: transparent !important;
    opacity: 0.05;
}

.title-home {
    width: 100%;
    background-color: transparent;
    padding: 15px;
}

.office {
    width: 25%;
    margin: 4%;
}

.office-container {
    margin-bottom: 75px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon {
    font-size: 100px;
    height: 19px;
    width: 19px;
    overflow: hidden;
    display: inline-flex;
    padding-right: 21px;
}

.icon-content {
    display: flex;
    height: 16px;
    width: 16px;
    bottom: -2px;
    position: relative;
    left: -16px;
    filter: drop-shadow(16px 0 0px #000000);
}

.hidden-desktop {
    display: none;
}

.serviceIcon {
    overflow: hidden;
    display: flex;
    justify-content: center;
    place-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%), 0 3px 3px 0 rgb(0 0 0 / 10%);
}

.certificado-emision-title {
    margin-bottom: 1rem;
}

.certificado-emision-content {
    position: relative;
    display: flex;
}

.certificado-emisiones {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid grey;
}

.certificado-emision {
    width: 50%;
}

.cerfificado-img {
    position: relative;
    margin-right: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 0.4;
    padding-left: 0.2rem;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.cerfificado-img:after {
    content: '';
    position: absolute;
    left: 100%;
    display: inline-block;
    border-left: 0.7rem solid transparent;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    filter: drop-shadow(3px 2px 2px rgba(0, 0, 0, 0.2))
}

.certificado-emision-content .certificado-wrapper-value .certificado-value {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.1rem;
}

.certificado-emision-content .certificado-wrapper-value .certificado-measure {
    font-size: 1.2rem;
    color: grey;
}

.certificado-emisiones-parciales {
    margin-top: 1rem;
}

.emisiones-parciales-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.emisiones-parciales-content .emisiones-parcial {
    width: 50%;
}

.emisiones-parciales-content .emisiones-parcial-value {
    margin-left: 1rem;
}

.emisiones-parciales-content .emisiones-parcial-value i:before {
    font-size: 25px;
}

.emisiones-parciales-content .emisiones-parcial-value span {
    margin-left: 1rem;
    font-size: 2rem;
}

.emisiones-parcial-title {
    margin-left: 1rem;
    font-size: 1.3rem;
    color: grey;
}



.cerfificado-img {
    background-color: #c0d7e6;
}

.cerfificado-img:after {
    border-left-color: #c0d7e6;
}

.cerfificado-img.A {
    background-color: #00a322;
}

.cerfificado-img.A:after {
    border-left-color: #00a322;
}

.cerfificado-img.B {
    background-color: #00b700;
}

.cerfificado-img.B:after {
    border-left-color: #00b700;
}

.cerfificado-img.C {
    background-color: #92de02;
}

.cerfificado-img.C:after {
    border-left-color: #92de02;
}

.cerfificado-img.D {
    background-color: #fdfa00;
}

.cerfificado-img.D:after {
    border-left-color: #fdfa00;
}

.cerfificado-img.E {
    background-color: #ffb001;
}

.cerfificado-img.E:after {
    border-left-color: #ffb001;
}

.cerfificado-img.F {
    background-color: #ff3d00;
}

.cerfificado-img.F:after {
    border-left-color: #ff3d00;
}

.cerfificado-img.G {
    background-color: #fe0000;
}

.cerfificado-img.G:after {
    border-left-color: #fe0000;
}

@media (max-width: 768px) {
    .office-container {
        justify-content: center;
    }

    .office {
        width: 75%;
        margin: 4%;
    }

    .hidden-desktop {
        display: block;
    }

    .filters-btn-mobile {
        position: fixed;
        bottom: 25px;
        left: 25px;
        background-color: darkorange;
        z-index: 5;
        width: auto;
        height: 37px;
        display: flex;
        align-items: center;
        border-radius: 3px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    }

    .filters-btn-mobile-close {
        position: fixed;
        top: 15px;
        right: 25px;
        background-color: darkorange;
        z-index: 5;
        width: 32px;
        height: 37px;
        display: flex;
        align-items: center;
        border-radius: 3px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    }

    .filters-btn-mobile-close i {
        color: white;
    }

    .filters-btn-mobile i {
        color: white;
        padding: 10px;
    }

    .filters-btn-mobile span {
        color: white;
        padding-right: 10px;
    }

    .mobile-advanced-search {
        display: none;
    }

    .mobile-advanced-search.show {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 30;
        background-color: white;
        height: auto;
        overflow-y: scroll;
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-advanced-search .form-group {
        margin-bottom: 0;

    }

    .mfp-content {
        max-width: 95vw !important;
    }

    .btn-fixed {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
}

 .navbar-header .logo.logo-full {
     width: 135px; /* TODO #1# Calcular el ancho de la imagen y añadirle un padding dinamicamente */
 }
.navbar-header .logo.logo-full img {
    width: auto;
    max-height: 70px;
    max-width: 175px;
    height: auto;
    top: unset;
    position: unset;
}

@media (max-width: 1200px) {

    .navbar-header .logo.logo-full img {
        max-height: 60px;
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .navbar-header .logo.logo-full {
        width: 90px; /* TODO #1# Calcular el ancho de la imagen y añadirle un padding dinamicamente */
    }

    .navbar-header .logo.logo-full img {
        position: relative;
        width: auto;
        max-height: 60px;
    }
}

.item-flex {
    display: flex !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.default-menu-nav li:not(.active) > a:not(:hover) {
    /*opacity: 0.5;*/
}
.default-menu-nav li.btn-wantToSell > a {
    opacity: 1 !important;
    text-align: center;
}
