﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.hidden {
    display: none !important;
}

.white {
    color: #fff!important;
}

.color1 {
    color: #050402 !important;
}

.color2 {
    color: #8a8778 !important;
}

.color2l {
    color: #b2ad87 !important;
}

.color2d {
    color: #68634c !important;
}

.color3 {
    color: #808080 !important;
}

.color4 {
    color: #025fbe !important;
}

.red {
    color: #e30613!important;
}

.green {
    color: #2d8f28!important;
}

.bgcolor1 {
    background-color: #050402 !important;
}

.bgcolor2 {
    background-color: #8a8778 !important;
}

.bgcolor2l {
    background-color: #b2ad87 !important;
}

.bgcolor2d {
    background-color: #68634c !important;
}

.bgcolor3 {
    background-color: #808080 !important;
}

.bgcolor4 {
    background-color: #025fbe !important;
}

.bg-light {
    background-color: #F7F7F7 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.alignleft {
    text-align: left!important;
}

.alignright {
    text-align: right !important;
}

.text-uppercase {
    text-transform: uppercase!important;
}

p.fs18 {
    font-size: 18px;
}
p.fs16 {
    font-size: 16px;
}
p.fs14 {
    font-size: 14px;
}
p.fs13 {
    font-size: 13px;
}
p.fs12 {
    font-size: 14px;
}

.copyalignleft {
    text-align: left;
}

.copyalignright {
    text-align: right;
}

.copyfloatleft {
    float: left!important;
}

.copyfloatright {
    float: right!important;
}

.centered {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}

.copyalignleftse {
    text-align: left;
}

.copyalignrightse {
    text-align: right;
}

.copyfloatleftse {
    float: left !important;
}

.copyfloatrightse {
    float: right !important;
}

@media only screen and (max-width: 1270px) {

    .copyalignleftse, .copyalignrightse {
        text-align: center;
        margin-bottom: 10px;
    }

    .copyfloatleftse,
    .copyfloatrightse {
        float: none !important;
    }
}

    @media only screen and (max-width: 768px) {

        .centered {
            display: block;
        }

        .centeredfull {
            display: flex;
        }

        .centeredfull button {
            min-height: 54px;
        }

        .copyalignleft, .copyalignright {
            text-align: center;
            margin-bottom: 10px;
        }

        .copyfloatleft,
        .copyfloatright {
            float: none !important;
        }

        /*.copyalignleft img, .copyalignright img {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }*/

        /*.copyalignleft i, .copyalignr i {
            margin-right: auto;
            margin-left: auto;
        }*/
    }

    h1.pxp-page-header {
        font-weight: 500;
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .pxp-sp-top-title {
        margin-bottom: 5px;
        /*line-height: 46px;*/
        font-weight: 900;
        font-size: 1.4rem;
    }

    .pxp-map-right {
        top: 115px !important;
    }

    /*body {*/
    /*  margin-bottom: 60px;*/
    /*}*/

    /*.pxp-header {*/
    /*    background-color: #fff !important;*/
    /*    padding: 30px 0;*/
    /*}*/

    .pxp-image {
        background-image: url(../images/ph-big.jpg) !important;
        background-position: 50% 80% !important;
    }

    .pxp-image-error {
        background-image: url(../images/error.jpg) !important;
        background-position: 50% 80% !important;
    }

    .pxp-image-inpages {
        background-image: url(../images/ph-inpages.jpg) !important;
        background-position: 50% 80% !important;
    }

    .pxp-image-agents {
        background-image: url(../images/ph-big.jpg) !important;
        background-position: 50% 60% !important;
    }

    .pxp-image-single-agent {
        background-image: url(../images/ph-agent.jpg) !important;
        background-position: top center !important;
    }

    .pxp-image-results {
        background-image: url(../images/ph-gallery.jpg) !important;
    }

    #button {
        display: block;
        margin: 20px auto;
        padding: 10px 30px;
        background-color: #eee;
        border: solid #ccc 1px;
        cursor: pointer;
    }

    #overlay {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        display: none;
        background: rgba(0,0,0,0.5);
    }

    .cv-spinner-loader {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .spinner-loader {
        width: 48px;
        height: 48px;
        /*border: 4px #ddd solid;
    border-top: 4px #fbb900 solid;
    border-radius: 50%;*/
        /*animation: sp-anime 0.8s infinite linear;*/
        animation: sp-anime 1s infinite linear;
        background-image: url(../images/spinner.png) !important;
    }

    @keyframes sp-anime {
        100% {
            /*transform: rotate(360deg);*/
            transform: rotateY(360deg);
        }
    }

    .is-hide {
        display: none;
    }

    .form-control {
        display: flex;
    }

    .no-left-rounded {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .no-right-rounded {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    /******** tom-select changes start ********/

    .plugin-clear_button .ts-control {
        padding-right: calc(1em + (3 * 6px)) !important;
    }

    .ts-control {
        width: 100% !important;
        padding: 14px 0 !important;
        color: #474646 !important;
        -webkit-appearance: none !important;
        overflow: hidden !important;
        z-index: 1 !important;
        /*********************/
        -webkit-tap-highlight-color: transparent !important;
        border-radius: 6px !important;
        /*border: 2px solid #8a8778 !important;*/
        border: 2px solid #e6e6e7 !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        /*display: block !important;
    float: left !important;*/
        font-family: inherit !important;
        font-size: 13px !important;
        font-weight: normal !important;
        font-weight: 600 !important;
        /*height: auto!important; */
        /*line-height: 48px !important;*/
        outline: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        /*padding-right: 30px !important;*/
        text-align: left !important;
        -webkit-transition: all .2s ease-in-out !important;
        transition: all .2s ease-in-out !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        white-space: pre-wrap !important;
        min-height: 50px !important;
        background: #fff !important;
        font-family: 'Open Sans', sans-serif !important;
    }

    /*.ts-control:after {
    color: #999;
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    display: block;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    font-weight: 600;
    height: 10px;
    line-height: 10px;
    transition: all .15s ease-in-out;
    width: 5px;
}*/

    .nice-select .list li:hover {
        color: #474646;
    }

    .hidearrow .ts-control:after {
        display: none !important;
    }

    .ts-dropdown, .ts-control, .ts-control input {
        color: #303030;
        font-family: inherit;
        font-size: 13px;
        line-height: normal;
        font-smoothing: inherit;
    }

        .ts-dropdown [data-selectable].option {
            text-align: left !important;
            font-size: 13px !important;
            font-weight: 500 !important;
            font-family: 'Open Sans', sans-serif !important;
        }

        .ts-dropdown .option, .ts-dropdown .optgroup-header, .ts-dropdown .no-results, .ts-dropdown .create {
            padding: 12px 8px !important;
        }

    .ts-dropdown-content {
        /*overflow-y: auto;
    overflow-x: hidden;*/
        max-height: 300px !important;
        /*overflow-scrolling: touch;
    scroll-behavior: smooth;*/
    }

    /*.ts-control:focus-within {
        border: 1px solid #8a8778!important;
    }*/

    /*.ts-wrapper.single .ts-control:after {
    border-color: #343a40 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: " ";
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute; 
    right: calc(.75rem);
    top: 22px;
    width: 0;
    pointer-events: none;
}*/
    /*right: calc(.75rem + 5px);*/
    /*top: 50%;*/

    /*.ts-control:after {
    content: "▼";
    font-size: 13px;
    color: #343a40;
    right: 10px;
    top: 0;
    height: 46px;
    line-height: 1.5;
    padding: 14px 0px 0px 7px;
    position: absolute;
    pointer-events: none;
}*/
    /*content: '\f101';
    font-family: FontAwesome;*/

    .ts-control > input {
        min-width: 3rem !important;
    }

    #homesearch .ts-control {
        line-height: 16px !important;
    }

        #homesearch .ts-control > input {
            flex: 1 0 !important;
        }

    .ts-control, .ts-wrapper.single.input-active .ts-control {
        background: #fff;
        cursor: text;
    }

        /*.ts-dropdown, .ts-control {
        color: #8a8778 !important;
        font-family: inherit;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
        vertical-align: middle;
        font-smoothing: inherit;
    }*/

        .ts-control input {
            color: #474646 !important;
            font-family: inherit;
            font-size: 13px !important;
            font-weight: 600 !important;
            line-height: 1.5;
            vertical-align: middle;
            font-smoothing: inherit;
            font-family: 'Open Sans', sans-serif !important;
        }

            .ts-control input::placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
            input::placeholder {
                color: #474646;
                opacity: 1; /* Firefox */
                font-weight: 400;
                font-family: 'Open Sans', sans-serif !important;
            }

            .ts-control input:-ms-input-placeholder, /* Internet Explorer 10-11 */
            input:-ms-input-placeholder {
                color: #474646;
                font-weight: 400;
                font-family: 'Open Sans', sans-serif !important;
            }

            .ts-control input::-ms-input-placeholder, /* Microsoft Edge */
            input::-ms-input-placeholder {
                color: #474646;
                font-weight: 400;
                font-family: 'Open Sans', sans-serif !important;
            }

    .ts-wrapper {
        margin-bottom: 10px;
    }

        .ts-wrapper.multi .ts-control > div {
            cursor: pointer;
            margin: 1px 3px 3px 0 !important;
            padding: 2px 8px !important;
            padding-right: 6px;
            background: #fff !important;
            color: #fff;
            border: 0 solid #d0d0d0;
            font-family: 'Open Sans', sans-serif !important;
        }

.ts-dropdown .create:hover, .ts-dropdown .option:hover, .ts-dropdown .active {
    background-color: #8a8778 !important;
    color: #fff !important;
}

    .ts-dropdown [data-selectable] .highlight {
        /*background: rgba(205, 170, 36, 0.5)!important;*/
        background: none !important;
        border-radius: 1px;
        font-family: 'Open Sans', sans-serif !important;
    }

    .plugin-clear_button .clear-button {
        opacity: 0;
        position: absolute;
        top: 0 !important;
        right: calc(8px - 4px);
        margin-right: 0 !important;
        background: transparent !important;
        transition: opacity 0.5s;
        cursor: pointer;
        color: #050402 !important;
    }

    /*.hidearrow .nice-select {
    height: auto;
}*/

    .ts-wrapper:not(.form-control):not(.form-select):not(.inputarea) .ts-control:after {
        /*position: absolute;
    right: 0.75rem;
    content: '\f107';
    font-family: FontAwesome;
    color: #050402;
    opacity: 0.5;*/
        /* margin: 0 20px 0 0; */
        font-family: Font Awesome\ 5 Pro;
        /*content: "\f0d7";*/
        content: "\f107";
        display: block;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 18px;
        top: 50%;
        font-weight: 600;
        height: 10px;
        line-height: 10px;
        transition: all .15s ease-in-out;
        width: 5px;
        color: #050402;
    }

    /******** tom-select changes end ********/

    .nophoto {
        background-color: #e6e6e6;
        width: auto;
        height: 340px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        .nophoto img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .onephoto {
        height: 340px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    }

    .nophotobox {
        background-color: #fff;
        /*border: solid 1px #ddd;*/
        text-align: center;
        padding: 25px;
        font-size: 16px;
        font-weight: 600;
        color: #474646;
        margin-top: 0.5rem !important;
        border-bottom: 1px dotted #ddd;
    }

    /******** energy start ********/

    .classno {
        position: relative;
        display: block;
        height: 18px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 3px;
        margin-bottom: 2px;
        padding-left: 5px;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 1rem;
        line-height: 19px;
        font-weight: 600;
    }

    .classengeneral {
        position: relative;
        display: block;
        height: 18px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 3px;
        margin-bottom: 2px;
        padding-left: 5px;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 1rem;
        line-height: 19px;
        font-weight: 600;
        width: 30px;
        background-color: #8a8778;
        border-color: #8a8778;
    }

        .classengeneral::after {
            content: "";
            position: absolute;
            right: 100%;
            border: 9px solid transparent;
            border-right: 9px solid #8a8778;
        }

    .classAPlus, .classA, .classBPlus, .classB, .classC, .classD, .classE, .classF, .classG {
        position: relative;
        display: block;
        height: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 3px;
        margin-bottom: 2px;
        padding-left: 5px !important;
        color: #fff;
        /*font-family: Arial, sans-serif;*/
        font-size: 15px;
        line-height: 19px;
        font-weight: 600;
        color: #fff !important;
    }

    .classUP, .classNR {
        position: relative;
        display: block;
        height: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 3px;
        margin-bottom: 2px;
        padding-left: 5px !important;
        color: #fff;
        /*font-family: Arial, sans-serif;*/
        font-size: 13px;
        line-height: 19px;
        font-weight: 600;
    }

        .classAPlus::after, .classA::after, .classBPlus::after, .classB::after, .classC::after, .classD::after, .classE::after, .classF::after, .classG::after, .classUP::after, .classNR::after {
            content: "";
            position: absolute;
            left: 100%;
            border: 10px solid transparent;
            border-left: 10px solid #fbb900;
        }

        .classAPlus > sup, .classA > sup, .classBPlus > sup, .classB > sup, .classC > sup, .classD > sup, .classE > sup, .classF > sup, .classG > sup, .classUP > sup, .classNR > sup {
            position: absolute;
            top: 10px;
        }

    .classAPlus {
        width: 24px;
        background-color: #026f30;
        border-color: #026f30;
    }

        .classAPlus::after {
            border-left-color: #026f30;
        }

    .classA {
        width: 34px;
        background-color: #2d8f28;
        border-color: #2d8f28;
    }

        .classA::after {
            border-left-color: #2d8f28;
        }

    .classBPlus {
        width: 44px;
        background-color: #89ae03;
        border-color: #89ae03;
    }

        .classBPlus::after {
            border-left-color: #89ae03;
        }

    .classB {
        width: 54px;
        background-color: #a3d000;
        border-color: #a3d000;
    }

        .classB::after {
            border-left-color: #a3d000;
        }

    .classC {
        width: 64px;
        background-color: #fb9a00;
        border-color: #fb9a00;
    }

        .classC::after {
            border-left-color: #fb9a00;
        }

    .classD {
        width: 74px;
        background-color: #e30613;
        border-color: #e30613;
    }

        .classD::after {
            border-left-color: #e30613;
        }

    .classE {
        width: 84px;
        background-color: #b41818;
        border-color: #b41818;
    }

        .classE::after {
            border-left-color: #b41818;
        }

    .classF {
        width: 94px;
        background-color: #8d1e1e;
        border-color: #8d1e1e;
    }

        .classF::after {
            border-left-color: #8d1e1e;
        }

    .classG {
        width: 104px;
        background-color: #671111;
        border-color: #671111;
    }

        .classG::after {
            border-left-color: #671111;
        }

    .classUP {
        width: 124px;
        background-color: #808080;
        border-color: #808080;
    }

        .classUP::after {
            border-left-color: #808080;
        }

    .classNR {
        width: 124px;
        background-color: #808080;
        border-color: #808080;
    }

        .classNR::after {
            border-left-color: #808080;
        }

    /******** energy end ********/

    .flexContainbtn {
        display: flex;
    }

    .inputFieldbtn {
        flex: 1;
    }

    .buttonIn {
        position: relative;
    }

    .codebutton {
        /*position: absolute;
    top: 1px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 3px;
    z-index: 2;
    border: none;
    cursor: pointer;
    color: white;
    background-color: #000;
    transform: translateX(2px);
    height: 44px;*/
        /*******************/
        position: absolute;
        top: 2px;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        right: 10px;
        z-index: 2;
        border: none;
        cursor: pointer;
        color: white;
        /*background-color: #818180;*/
        background-color: transparent;
        transform: translateX(2px);
        height: 48px;
        outline: none !important;
        padding: 0 10px;
        color: #050402;
    }

        .codebutton:hover {
            color: #fff;
            text-decoration: none;
            /*background-color: #8a8778;*/
            /*color: rgba(255, 255, 255, .7);*/
        }

    .codebutton-first {
        position: absolute;
        top: 2px;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        right: 7px;
        z-index: 2;
        border: none;
        cursor: pointer;
        color: white;
        background-color: transparent;
        transform: translateX(2px);
        height: 48px;
        outline: none !important;
        padding: 0 10px;
        color: #050402;
    }

        .codebutton-first:hover {
            color: #fff;
            text-decoration: none;
            /*background-color: #8a8778;*/
            /*color: rgba(255, 255, 255, .7);*/
        }

    .pagination {
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .addimage {
        background-image: url('../images/globe.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: right top;
    }

    .areainput::before {
        position: absolute;
        display: block;
        top: .75rem;
        right: 1rem;
        color: #8a8778;
        font-family: FontAwesome;
        content: '\f041';
        font-size: 1rem;
        z-index: 999;
    }

    .codeinput::before {
        position: absolute;
        display: block;
        top: .75rem;
        right: 1rem;
        color: #8a8778;
        font-family: FontAwesome;
        content: '\f002';
        font-size: 1rem;
        z-index: 999;
    }

    .pxp-sp-agent-section {
        background-color: #fff;
        padding: 20px;
        overflow: hidden;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.16);
    }

    .page-item {
        font-size: 1.75rem;
        display: inline-block;
    }

        .page-item .page-link {
            color: #050402 !important;
            /*background: #8a8778;*/
            background-color: transparent;
            cursor: pointer;
            outline: 0;
            border: none !important;
            padding: 4px 8px;
            font-size: 20px;
            border-radius: 3px;
        }

            .page-item .page-link:hover {
                color: #6a7c9d !important;
                /*background: #000;*/
            }

        .page-item.disabled .page-link {
            display: none;
            color: #ccc !important;
            /*background: #666;*/
        }

    ul.pagination li {
        display: inline-block;
        font-weight: 600;
        font-size: 15px;
    }

    .small {
        font-size: 0.9rem !important;
    }

    .smaller {
        font-size: 0.8rem !important;
    }

    .page-link:focus {
        box-shadow: none;
    }

    .sort-select,
    .sort-select:focus {
        background-color: #050402;
        display: inline-block;
        /*text-align: center;*/
        white-space: nowrap;
        height: 46px;
        padding: 0 10px 0 10px;
        border: 1px solid #050402;
        /*margin-right: 10px;
    margin-bottom: 10px;*/
        border-radius: .25rem;
        font-size: .9rem;
        /*text-transform: uppercase;*/
        line-height: 46px;
        font-weight: 400;
        color: #000;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer !important;
        min-width: 200px;
    }

        .sort-select:hover {
            background-color: #d8af17;
            border: 1px solid #050402;
            box-shadow: none;
        }

        .sort-select:before {
            /*content: "▼";*/
            font-size: 13px;
            color: #343a40;
            right: 10px;
            top: 0;
            height: 46px;
            line-height: 1.5;
            padding: 14px 0px 0px 7px;
            position: absolute;
            pointer-events: none;
            content: '\f101';
            font-family: FontAwesome;
        }

    /*select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') no-repeat right #ddd;
    -webkit-appearance: none;
    padding-right: 1.5rem;
    background-position: right 0.1rem center;
}

    select:focus {
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') no-repeat right #ddd;
        background-position: right 0.1rem center;
    }*/

    button:disabled {
        background-color: #dddddd;
    }

    .p-5-noxs {
        padding: 3rem !important;
    }

    @media only screen and (max-width: 768px) {
        .p-5-noxs {
            padding: 1rem !important;
        }
    }

    /*.pswp img {
    max-width: none;
    object-fit: none!important;
}*/
    .pswp__img--placeholder--blank {
        display: none !important;
    }

    .pswp--zoom-allowed .pswp__img {
        cursor: default !important
    }

    .pxp-sp-kd-item-value .fa,
    .pxp-sp-kd-item-value .fas,
    .pxp-sp-kd-item-value .fal {
        color: #909090;
    }

    /************** Cookies start **************/
    .freeprivacypolicy-com---nb .cc-nb-main-container {
        padding: 0.7rem 20rem !important;
        text-align: center;
    }

    .freeprivacypolicy-com---pc-overlay {
        background: rgba(0,0,0,0.75);
    }

    .freeprivacypolicy-com---palette-dark .cc-nb-okagree {
        color: #fff !important;
        background-color: #050402 !important;
    }

        .freeprivacypolicy-com---palette-dark .cc-nb-okagree:focus,
        .freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
            box-shadow: 0 0 0 2px #808080 !important;
        }

    .freeprivacypolicy-com---palette-dark .cc-nb-reject {
        color: #fff !important;
        background-color: #050402 !important;
    }

    .freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
        background: #050402 !important;
        color: #fff !important;
    }

    .freeprivacypolicy-com---nb .cc-nb-title {
        font-size: 18px !important;
        font-weight: 600;
    }

    .freeprivacypolicy-com---reset p {
        margin-top: 0;
        margin-bottom: 0.5rem !important;
    }

    .freeprivacypolicy-com---nb .cc-nb-text {
        font-size: 14px !important;
        margin: 0 0 0.5rem 0 !important;
    }

    .freeprivacypolicy-com---nb-simple {
        right: 0;
        top: auto;
        bottom: 0;
        left: auto;
        max-width: 100% !important;
        position: fixed;
        background: #474646 !important;
    }

    .freeprivacypolicy-com---palette-dark .cc-pc-container {
        background: #474646 !important;
        border: solid 1px #8a8778;
    }

    .freeprivacypolicy-com---palette-dark .cc-cp-body {
        background: #474646 !important;
        color: #f8f8f6;
    }
    /*.freeprivacypolicy-com---palette-dark .cc-cp-body-content {
    background: #474646 !important;
    color: #f8f8f6;
}*/
    /*.freeprivacypolicy-com---palette-dark .cc-pc-head-title {
    background-image: url(../images/logo.png) !important;
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: 15px 10px;
}*/
    .freeprivacypolicy-com---palette-dark .cc-pc-head-title-text {
        color: #050402;
        font-weight: 500;
        /*display: none;*/
        font-size: 18px;
        line-height: 1.5;
        margin: 0;
    }

    .freeprivacypolicy-com---pc-dialog .cc-pc-head-title-headline {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 0px;
    }

    .freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-title {
        font-size: 18px;
        font-weight: 600;
    }

    .freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-text {
        font-size: 14px;
        line-height: 1.35;
    }

    .freeprivacypolicy-com---palette-dark .cc-pc-head {
        background: #474646 !important;
        color: #fff;
        border-bottom: 1px solid #111;
    }

    .freeprivacypolicy-com---palette-dark .cc-cp-foot {
        background: #474646 !important;
        border-top-color: #111;
    }

    .freeprivacypolicy-com---reset select, .freeprivacypolicy-com---reset optgroup, .freeprivacypolicy-com---reset textarea {
        font-size: 14px;
        line-height: inherit;
    }

    .freeprivacypolicy-com---palette-dark .cc-pc-head-lang select:focus {
        /*box-shadow: 0 0 0 2px #fff!important;*/
        box-shadow: 0 0 0 1px #fff !important;
    }

    @media screen and (max-width: 600px) {
        .freeprivacypolicy-com---nb .cc-nb-main-container {
            padding: 1rem !important;
            text-align: center;
        }

        .freeprivacypolicy-com---nb-simple {
            max-width: 100% !important;
            right: 0;
            top: auto;
            bottom: 0;
            left: auto;
            position: fixed;
        }
    }

    /************** Cookies end **************/

    .container-photos {
        height: 300px;
        background-color: #000;
    }

        .container-photos img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            object-position: 50% 50%;
        }

    @media only screen and (max-width: 769px) {
        .container-photos {
            height: 250px;
        }

            .container-photos img {
                width: 100%;
                height: 250px;
            }
    }

    .blog-photos {
        height: 250px;
        background-color: #000;
    }

        .blog-photos img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            object-position: 50% 50%;
        }

    .has_one_column .container-photos {
        height: 200px;
        background-color: #000;
    }

        .has_one_column .container-photos img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            object-position: 50% 50%;
        }

    .geodir-category-location {
        font-size: 22px;
        float: left;
        text-align: left;
    }

    @media only screen and (max-width: 1070px) {
        .geodir-category-location {
            font-size: 16px;
        }
    }

    .geodir-category-location i {
        padding-right: 4px;
    }

    /*.has_one_column .geodir-category-location {
     display: none;
}

.geodir-category-location-one {
    display: none;
}

.has_one_column .geodir-category-location-one {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 20px;
}*/
    .gotobottom {
        position: absolute;
        bottom: 15px;
    }

    .container-photos-in {
        height: 580px;
        background-color: #fff;
    }

        .container-photos-in img {
            width: 100%;
            height: 580px;
            object-fit: cover;
            object-position: 50% 50%;
        }

    .container-photos-inthumb {
        height: 110px;
        background-color: #666;
    }

        .container-photos-inthumb img {
            width: 100%;
            height: 110px;
            object-fit: cover;
            object-position: 50% 50%;
        }

    @media only screen and (max-width: 564px) {
        .container-photos-in {
            height: 380px;
            background-color: #fff;
        }

            .container-photos-in img {
                width: 100%;
                height: 380px;
                object-fit: cover;
                object-position: 50% 50%;
            }

        .container-photos-inthumb {
            height: 80px;
            background-color: #666;
        }

            .container-photos-inthumb img {
                width: 100%;
                height: 80px;
                object-fit: cover;
                object-position: 50% 50%;
            }
    }

.container-photos-blog {
    height: 360px;
    background-color: #666;
}

    .container-photos-blog img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.container-photos-blogpost {
    height: 220px;
    background-color: transparent;
}

    .container-photos-blogpost img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .geodir-category-content h3 {
        text-align: left;
        padding: 0 0 7px 0;
        font-weight: 600;
        font-size: 16px;
    }

    @media only screen and (max-height: 800px) {
        .geodir-category-content h3 {
            text-align: left;
            padding: 0 0 7px 0;
            font-weight: 600;
            font-size: 15px;
        }

        .container-photos-blog {
            height: 300px;
            background-color: #666;
        }

            .container-photos-blog img {
                width: 100%;
                height: 300px;
                object-fit: cover;
                object-position: 50% 50%;
            }
    }

    .langright {
        position: relative;
        right: 20px;
        top: 15px;
        float: right;
    }

    .nice-select.langicon {
        padding-left: 30px;
    }

    .langicon:before {
        position: absolute;
        display: block;
        top: 0;
        left: 8px;
        /*color: #808080;*/
        color: #787c86;
        font-family: "Font Awesome 6 Pro";
        content: '\f0ac';
        font-size: 13px;
        font-weight: 300;
    }

    .infoboxtop-list {
        position: absolute;
        top: 15px;
        left: 20px;
        color: #fff;
        z-index: 5;
    }

    .infoboxtop {
        background: #68634c;
        padding: 3px 6px;
        color: #fff;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        display: inline-block;
        text-transform: uppercase;
    }

    .infoboxred {
        background: #8a8778;
        padding: 3px 6px;
        color: #fff;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        display: block;
    }

        .infoboxred i {
            margin-right: 5px;
        }

    .infoboxblack {
        background: #8a8778;
        padding: 3px 6px;
        color: #fff;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
    }

        .infoboxblack i {
            margin-right: 5px;
            opacity: 0.65;
        }

    #homeradar-map {
        height: 340px;
        border: none;
    }

    .iconleft {
        font-size: 30px;
        float: left;
        position: relative;
        top: 0;
        color: #8a8778;
        width: 36px;
        text-align: center !important;
    }

        .iconleft i {
            text-align: center;
        }

    .textright {
        margin-top: 0px;
        margin-left: 46px;
    }

    .columns2 {
        column-count: 2;
        column-gap: 30px;
    }

    @media (max-width: 768px) {
        .columns2 {
            column-count: 1;
            column-gap: 0;
        }
    }

    /************** Print Property Page start **************/

    @media print {

        body {
            background-color: #fff;
        }

        @page {
            size: auto; /* auto is the initial value */
            margin: 20mm 20mm 20mm 20mm;
        }

        #wrapper {
            padding-top: 0;
        }

        /*h1, h2, h3, h4, h5, div[class^="list-"] {*/
        /*h1, h2, h3, h4, h5,
    div[class^="list-single-main-item"] {
        page-break-inside: avoid;
    }*/

        .list-single-header-item.no-bg-list_sh h1 {
            font-size: 20px;
        }

        .main-header,
        .main-footer,
        .inline-facts-wrap,
        #overlay {
            display: none !important;
        }

        div[class^="mt-"],
        div[class^="mb-"] {
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
        }

        .list-single-main-container {
            border-radius: 6px;
            overflow: hidden;
            background: #fff;
            border: none;
        }

        .content {
            padding-top: 0 !important;
        }

        /*.columns2 {
        column-count: 1;
        column-gap: 0;
    }*/

        #homeradar-map {
            height: 340px;
            border: none;
        }

        .leaflet-right {
            left: 0;
        }

            .leaflet-right .leaflet-control {
                float: left !important;
            }

        .printpage table {
            max-width: auto;
            width: 100%;
            min-width: 2rem;
            border: solid #fff;
        }

        .printpage th, td {
            white-space: pre-wrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border: 12px solid #fff;
            padding: 0.1rem;
            text-align: center;
            max-width: 3rem;
            min-width: 0rem;
            cursor: pointer;
        }

        /*.printpage table img {
        max-height: 200px;
    }*/

        .imgowl1 {
            height: 120px;
        }

            .imgowl1 img {
                width: 100%;
                height: 120px;
                object-fit: cover;
                object-position: 50% 50%;
            }

        /*.imgowl1 {
        position: relative;
        background-color: #fff;
        width: auto;
        height: 240px;
        overflow: hidden;
        z-index: 1;
    }

        .imgowl1 img {
            position: absolute;
            left: -1000%;
            right: -1000%;
            top: -1000%;
            bottom: -1000%;
            margin: auto;
            opacity: 1;
            height: 100%;
            width: 100%;
            object-fit: contain;
        }*/

        /*.content {
        margin-top: 30px;        
    }*/
        .list-single-main-wrapper {
            padding-left: 0;
            margin-top: -50px;
            border-top: solid 1px #ddd;
        }
    }

    /*************** Print Property Page end ***************/

    .ts-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 99 !important;
        border: 1px solid #d0d0d0;
        background: #fff;
        margin: 0.25rem 0 0 0;
        border-top: 0 none;
        box-sizing: border-box;
        box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
        border-radius: 0 0 3px 3px;
    }

    .g-recaptcha,
    #error-captcha {
        float: left;
        display: inline-block;
    }

    .video-container-kw {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .video-container-kw iframe,
        .video-container-kw object,
        .video-container-kw embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    /* -------------------------------- 

Main Components 

-------------------------------- */
    .cd-horizontal-timeline {
        opacity: 0;
        margin: 0 auto;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .cd-horizontal-timeline::before {
            /* never visible - this is used in jQuery to check the current MQ */
            content: 'mobile';
            display: none;
        }

        .cd-horizontal-timeline.loaded {
            /* show the timeline after events position has been set (using JavaScript) */
            opacity: 1;
        }

        .cd-horizontal-timeline .timeline {
            position: relative;
            height: 100px;
            width: 90%;
            max-width: 1600px;
            margin: 0 auto;
        }

        .cd-horizontal-timeline .events-wrapper {
            position: relative;
            height: 100%;
            margin: 0 40px;
            overflow: hidden;
        }

            .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
                /* these are used to create a shadow effect at the sides of the timeline */
                content: '';
                position: absolute;
                z-index: 2;
                top: 0;
                height: 100%;
                width: 20px;
            }

            .cd-horizontal-timeline .events-wrapper::before {
                left: 0;
                background-image: -webkit-linear-gradient( left, #f8f8f6, rgba(248, 248, 248, 0));
                background-image: linear-gradient(to right, #f8f8f6, rgba(248, 248, 248, 0));
            }

            .cd-horizontal-timeline .events-wrapper::after {
                right: 0;
                background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
                background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
            }

        .cd-horizontal-timeline .events {
            /* this is the grey line/timeline */
            position: absolute;
            z-index: 1;
            left: 0;
            top: 49px;
            height: 2px;
            /* width will be set using JavaScript */
            background: #dfdfdf;
            -webkit-transition: -webkit-transform 0.4s;
            -moz-transition: -moz-transform 0.4s;
            transition: transform 0.4s;
        }

        .cd-horizontal-timeline .filling-line {
            /* this is used to create the green line filling the timeline */
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: #050402;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -ms-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
        }

        .cd-horizontal-timeline .events a {
            position: absolute;
            bottom: 0;
            z-index: 2;
            text-align: center;
            font-size: 1.3rem;
            padding-bottom: 25px;
            color: #383838;
            /* fix bug on Safari - text flickering while timeline translates */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }

            .cd-horizontal-timeline .events a::after {
                /* this is used to create the event spot */
                content: 'kw';
                position: absolute;
                left: 50%;
                right: auto;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                bottom: -15px;
                height: 30px;
                width: 30px;
                border-radius: 50%;
                border: 2px solid #dfdfdf;
                background-color: #f8f8f8;
                -webkit-transition: background-color 0.3s, border-color 0.3s;
                -moz-transition: background-color 0.3s, border-color 0.3s;
                transition: background-color 0.3s, border-color 0.3s;
                color: #050402;
                text-align: center;
                font-size: 18px;
                font-weight: 600;
                line-height: 30px;
                letter-spacing: -1px;
            }

    .no-touch .cd-horizontal-timeline .events a:hover::after {
        background-color: #050402;
        border-color: #050402;
    }

    .cd-horizontal-timeline .events a.selected {
        pointer-events: none;
        color: #050402;
    }

        .cd-horizontal-timeline .events a.selected::after {
            color: #fff;
        }

        .cd-horizontal-timeline .events a.selected::after {
            background-color: #050402;
            border-color: #050402;
        }

    .cd-horizontal-timeline .events a.older-event::after {
        border-color: #050402;
    }

    @media only screen and (min-width: 1100px) {
        .cd-horizontal-timeline {
            margin: 0 auto;
        }

            .cd-horizontal-timeline::before {
                /* never visible - this is used in jQuery to check the current MQ */
                content: 'desktop';
            }
    }

    .cd-timeline-navigation a {
        /* these are the left/right arrows to navigate the timeline */
        position: absolute;
        z-index: 1;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 34px;
        width: 34px;
        border-radius: 50%;
        border: 2px solid #dfdfdf;
        /* replace text with an icon */
        overflow: hidden;
        color: transparent;
        text-indent: 100%;
        white-space: nowrap;
        -webkit-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        transition: border-color 0.3s;
    }

        .cd-timeline-navigation a::after {
            /* arrow icon */
            content: '';
            position: absolute;
            height: 16px;
            width: 16px;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            background: url(../images/cd-arrow.svg) no-repeat 0 0;
        }

        .cd-timeline-navigation a.prev {
            left: 0;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -moz-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }

        .cd-timeline-navigation a.next {
            right: 0;
        }

    .no-touch .cd-timeline-navigation a:hover {
        border-color: #050402;
    }

    .cd-timeline-navigation a.inactive {
        cursor: not-allowed;
    }

        .cd-timeline-navigation a.inactive::after {
            background-position: 0 -16px;
        }

    .no-touch .cd-timeline-navigation a.inactive:hover {
        border-color: #dfdfdf;
    }

    .cd-horizontal-timeline .events-content {
        position: relative;
        width: 100%;
        margin: 2em 0;
        overflow: hidden;
        -webkit-transition: height 0.4s;
        -moz-transition: height 0.4s;
        transition: height 0.4s;
    }

        .cd-horizontal-timeline .events-content li {
            position: absolute;
            z-index: 1;
            width: 100%;
            left: 0;
            top: 0;
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
            padding: 0 5%;
            opacity: 0;
            -webkit-animation-duration: 0.4s;
            -moz-animation-duration: 0.4s;
            animation-duration: 0.4s;
            -webkit-animation-timing-function: ease-in-out;
            -moz-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
        }

            .cd-horizontal-timeline .events-content li.selected {
                /* visible event content */
                position: relative;
                z-index: 2;
                opacity: 1;
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
            }

            .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
                -webkit-animation-name: cd-enter-right;
                -moz-animation-name: cd-enter-right;
                animation-name: cd-enter-right;
            }

            .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
                -webkit-animation-name: cd-enter-left;
                -moz-animation-name: cd-enter-left;
                animation-name: cd-enter-left;
            }

            .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
                -webkit-animation-direction: reverse;
                -moz-animation-direction: reverse;
                animation-direction: reverse;
            }

            .cd-horizontal-timeline .events-content li > * {
                max-width: 1600px;
                margin: 0 auto;
            }

        .cd-horizontal-timeline .events-content i {
            font-weight: bold;
            font-size: 2rem;
            line-height: 1.2;
            color: #050402;
        }

        .cd-horizontal-timeline .events-content h2 {
            font-weight: bold;
            font-size: 2.4rem;
            font-weight: 700;
            line-height: 1.2;
            color: #050402;
        }

        .cd-horizontal-timeline .events-content em {
            display: block;
            font-style: italic;
            margin: 10px auto;
        }

            .cd-horizontal-timeline .events-content em::before {
                content: '- ';
            }

        .cd-horizontal-timeline .events-content p {
            font-size: 1.4rem;
            color: #959595;
        }

        .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
            line-height: 1.6;
        }

    @media only screen and (min-width: 768px) {
        .cd-horizontal-timeline .events-content h2 {
            font-size: 2.4rem;
        }

        .cd-horizontal-timeline .events-content h3 {
            font-size: 1.4rem;
        }

        .cd-horizontal-timeline .events-content em {
            font-size: 1rem;
        }

        .cd-horizontal-timeline .events-content p {
            font-size: .8rem;
        }
    }

    @-webkit-keyframes cd-enter-right {
        0% {
            opacity: 0;
            -webkit-transform: translateX(100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
        }
    }

    @-moz-keyframes cd-enter-right {
        0% {
            opacity: 0;
            -moz-transform: translateX(100%);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0%);
        }
    }

    @keyframes cd-enter-right {
        0% {
            opacity: 0;
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
        }
    }

    @-webkit-keyframes cd-enter-left {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
        }
    }

    @-moz-keyframes cd-enter-left {
        0% {
            opacity: 0;
            -moz-transform: translateX(-100%);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0%);
        }
    }

    @keyframes cd-enter-left {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
        }
    }

    .timeline-title {
        text-align: center;
    }

        .timeline-title h2 {
            color: #8a8778;
            font-size: 26px;
            text-align: center;
            font-weight: 600;
            margin-bottom: 40px;
        }

    /******************/

    @keyframes chartjs-render-animation {
        from {
            opacity: .99
        }

        to {
            opacity: 1
        }
    }

    .chartjs-render-monitor {
        animation: chartjs-render-animation 1ms
    }

    .chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
        position: absolute;
        direction: ltr;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        pointer-events: none;
        visibility: hidden;
        z-index: -1
    }

        .chartjs-size-monitor-expand > div {
            position: absolute;
            width: 1000000px;
            height: 1000000px;
            left: 0;
            top: 0
        }

        .chartjs-size-monitor-shrink > div {
            position: absolute;
            width: 200%;
            height: 200%;
            left: 0;
            top: 0
        }

    /***********************/

    .tabs {
        width: 100%;
        /*max-width: 1600px;*/
        margin: 0 auto;
    }

    .tabs__navigation {
        display: flex;
        border-bottom: 1px solid #c8c8c8;
        background-color: #fff;
        justify-content: center;
    }

        .tabs__navigation:hover .tool-tabs__tab.active {
            color: #000;
            font-weight: 400;
            /*background-color: #c8c8c8;*/
        }

            .tabs__navigation:hover .tool-tabs__tab.active:after {
                width: 0;
            }

        .tabs__navigation:hover .tool-tabs__tab:hover.active {
            color: #000;
            font-weight: 500;
        }

            .tabs__navigation:hover .tool-tabs__tab:hover.active:after {
                width: 100%;
            }

    .tabs__btn {
        position: relative;
        flex: 0 1 50%;
        padding-top: 15px;
        padding-bottom: 15px;
        border: none;
        background-color: transparent;
        font-size: 24px;
        line-height: 30px;
        /*line-height: 120%;*/
        color: #c8c8c8;
        transition: color 0.2s;
        cursor: pointer;
        max-width: 20%;
    }

        .tabs__btn.active {
            color: #050402;
            font-weight: 400;
            /*background-color: #c8c8c8;*/
        }

        .tabs__btn:hover {
            color: #8a8778;
            font-weight: 500;
        }

            .tabs__btn:hover.active {
                /*color: red;*/
                font-weight: 500;
            }

    .tabs__content {
        margin-top: 15px;
        text-align: center;
    }

    .tabs__body {
        display: none;
        font-size: 18px;
    }

        .tabs__body.active {
            display: block;
        }


    .tabs__btn:first-child.active ~ .Tabs__presentation-slider {
        transform: translateX(30%) scaleX(0.20);
    }

    .tabs__btn:nth-child(2).active ~ .Tabs__presentation-slider {
        transform: translateX(50%) scaleX(0.20);
    }

    .Tabs__presentation-slider {
        position: absolute;
        top: 58px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #050402;
        transform-origin: 0 0;
        transition: transform .25s;
    }

    @media only screen and (max-width: 768px) {
        .tabs__btn {
            position: relative;
            flex: 0 1 50%;
            padding-top: 15px;
            padding-bottom: 15px;
            border: none;
            background-color: transparent;
            font-size: 18px;
            line-height: 30px;
            color: #c8c8c8;
            transition: color 0.2s;
            cursor: pointer;
            max-width: 50%;
        }

            .tabs__btn:first-child.active ~ .Tabs__presentation-slider {
                transform: translateX(0) scaleX(0.50);
            }

            .tabs__btn:nth-child(2).active ~ .Tabs__presentation-slider {
                transform: translateX(50%) scaleX(0.520);
            }
    }

    /***********************/

    .text-left {
        text-align: left !important;
    }

    .headerkw {
        display: none;
    }

    .bodykw {
        display: block;
        box-sizing: border-box;
    }

    @media only screen and (max-width: 1063px) {
        .bodykw {
            display: none;
            box-sizing: border-box;
        }

        .headerkw {
            display: block;
            padding: 13px 0;
            border-radius: 4px;
            color: #fff;
            cursor: pointer;
            margin-bottom: 20px;
            text-align: center;
        }
    }

    /*.cross-icon {
    position: absolute;
    right: 30px;
    transition: all 0.5s ease-in;
    opacity: 0.8;
}

    .cross-icon::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 10px;
        background-color: white;
    }

    .cross-icon::before {
        content: "";
        position: absolute;
        height: 20px;
        width: 3px;
        border-radius: 10px;
        background-color: white;
        left: 8px;
        bottom: -12px;
        transition: all 0.5s ease-in;
    }

.active.cross-icon::before {
    transform: rotate(90deg);
}*/


    .Guide__banner {
        color: #fff;
        background: #8a8778;
        position: relative;
        overflow: hidden;
        text-align: center;
        min-height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .Guide__banner .Guide__outerContainer {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 0;
            opacity: 0.2;
        }

            .Guide__banner .Guide__outerContainer img {
                top: -75%;
                position: absolute;
                left: 0;
                width: 100%;
            }

        .Guide__banner .Guide__banner__content .Guide__banner__header {
            font-size: 56px;
            color: #fafafa;
        }

        .Guide__banner .Guide__banner__content .Guide__banner__subheader {
            font-size: 18px;
            color: #fafafa;
            margin: 20px 0 40px;
        }

        .Guide__banner .Guide__banner__content .KWButton.Guide__find_agent {
            color: #fff;
            background-image: linear-gradient(to right, #68d0cb, #1ca1d4);
            border: 0;
            font-size: 16px;
            padding: 15px 30px;
            height: auto;
        }

    .Guide__steps {
        width: 80%;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
    }

    @media (max-width: 767px) {
        .Guide__steps {
            width: 100%;
        }
    }

    .Guide__steps .Guide__steps__step_wrapper {
        border-left: 2px solid #dedede;
        position: relative;
        padding-bottom: 70px;
        padding-left: 70px;
        display: flex;
        flex-direction: row;
    }

        .Guide__steps .Guide__steps__step_wrapper:last-of-type {
            border-left: none;
        }

    @media (max-width: 767px) {
        .Guide__steps .Guide__steps__step_wrapper {
            flex-direction: column;
        }
    }

    @media (max-width: 359px) {
        .Guide__steps .Guide__steps__step_wrapper {
            padding-left: 40px;
        }
    }

    .Guide__steps .Guide__steps__step_wrapper .GuideStep__checkbox.GuideStep__circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 20px;
        font-weight: 600;
        line-height: 38px;
        color: #fff;
        text-align: center;
        background-image: linear-gradient(to bottom right, #68d0cb, #1ca1d4);
        position: absolute;
        left: 0;
        transform: translateX(-50%);
    }

    .Guide__steps .Guide__steps__step_wrapper .GuideStep {
        flex: 1;
        text-align: left;
    }

    .Guide__steps .Guide__steps__step_wrapper .GuideInstructionSet {
        flex: 1;
    }

    .GuideStep {
        padding-right: 30px;
    }

    @media (max-width: 767px) {
        .GuideStep {
            margin-bottom: 30px;
            padding-right: 0;
        }
    }

    .GuideStep .GuideStep__container {
        width: 100%;
    }

        .GuideStep .GuideStep__container .GuideStep__title {
            color: #8a8778;
            font-weight: 400;
            margin-top: 4px;
            margin-bottom: 10px;
            font-size: 24px;
        }

        .GuideStep .GuideStep__container .GuideStep__description {
            font-size: 16px;
            color: #808080;
        }

    .GuideInstructionSet__wrapper {
        font-size: 16px;
        padding: 15px 0;
        border-bottom: 1px solid #dedede;
        background: #f8f8f6;
    }

        .GuideInstructionSet__wrapper:last-of-type {
            border: 0;
        }

        .GuideInstructionSet__wrapper .GuideInstructionSet__bar {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
        }

            .GuideInstructionSet__wrapper .GuideInstructionSet__bar .Guide__instruction__title-text {
                font-weight: 600;
            }

            .GuideInstructionSet__wrapper .GuideInstructionSet__bar .icon:before {
                line-height: 24px;
                font-size: 20px;
                color: #1ca1d4;
            }

        .GuideInstructionSet__wrapper .Guide_instruction__content .Guide__instruction__description {
            font-size: 16px;
            color: #808080;
        }

        .GuideInstructionSet__wrapper .Guide_instruction__content ul {
            color: #808080;
            font-size: 16px;
            margin: 15px 0;
        }

        .GuideInstructionSet__wrapper .Guide_instruction__content .Guide__instruction__footer {
            font-weight: 600;
            font-size: 16px;
            color: #808080;
        }

    .GuideRoute__wrapper {
        background-color: #fafafa;
    }

        .GuideRoute__wrapper .GuideRoute__tabs {
            background: #fff;
        }

        .GuideRoute__wrapper div.GuideRoute__tab {
            background-color: #fff;
            padding: 20px 64px;
            max-width: 33%;
        }

            .GuideRoute__wrapper div.GuideRoute__tab .KWTabs__text {
                font-size: 26px;
            }

    .GuideRoute__container {
        padding: 30px 16px 0;
    }

        .GuideRoute__container .GuideRoute__description {
            max-width: 600px;
            margin: 0 auto 80px;
            text-align: center;
        }

        .GuideRoute__container .GuideRoute__description__header {
            font-size: 21px;
            color: #8a8778;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .GuideRoute__container .GuideRoute__description_text {
            color: #808080;
            font-size: 18px;
        }

    ul.accordionlist,
    ol.numberlist {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .accordionlist li {
        line-height: 1.5;
        text-indent: -30px;
        padding: 2px 0 2px 30px;
        text-align: left;
        font-size: 14px;
        color: #fff;
        /***********/
        margin-bottom: 10px;
        font-size: 16px;
        color: #333333 !important;
    }

    .numberlist li {
        line-height: 1.5rem;
        text-indent: -12px;
        padding: 2px 0 5px 25px;
        text-align: left;
        font-size: 14px;
        color: #fff;
        /***********/
        font-size: 16px;
        color: #333333 !important;
    }

        .accordionlist li:last-child,
        .numberlist li:last-child {
            padding-bottom: 10px;
        }

    .accordionlist li:before {
        float: left;
        display: block;
        /*content: '\2605';*/
        /*content: '\f101';*/
        content: '\f0a3';
        font-family: FontAwesome;
        color: #68634c;
        margin: 0 30px 0 0;
    }


@media only screen and (max-width: 1070px) {
    .accordionlist li {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0;
    }
}


    ol.numberlist {
        list-style: none;
        counter-reset: item;
    }

        ol.numberlist li {
            counter-increment: item;
            /*margin-bottom: 5px;*/
        }

            ol.numberlist li:before {
                margin: 0 10px 0 0;
                /*content: counter(item);*/
                content: counters(item, ".") ". ";
                color: #68634c;
                text-align: center;
                display: inline-block;
                font-size: 16px;
                font-weight: 600;
            }

    .bulletlist ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .bulletlist li {
        line-height: 1.5;
        text-indent: -30px;
        padding: 2px 0 2px 30px;
        text-align: left;
        font-size: 16px;
        /*color: #525355;*/
        color: #8a8778;
        font-weight: 500;
    }

        .bulletlist li:last-child {
            padding-bottom: 10px;
        }

        .bulletlist li:before {
            float: left;
            display: block;
            /*content: '\2605';*/
            content: '\f101';
            font-family: FontAwesome;
            color: #8a8778;
            margin: 0 30px 0 0;
        }

    .bulletlist a,
    .about-wrap a {
        text-decoration: underline;
    }

        .bulletlist a:hover,
        .about-wrap a:hover {
            color: #050402;
        }

    .sync-map {
        /*position: absolute;*/
        top: 10px;
        /*left: 50%;*/
        position: fixed;
        right: 10px;
        /*right: 20px;*/
        z-index: 99999;
        background-color: white;
        padding: 10px;
        border-radius: 4px;
        border: solid 1px #ddd;
        /*transform: translateX(-50%);*/
    }

    .requiredfield {
        color: red;
        font-size: 0.9rem;
        text-align: left !important;
    }

    #interested-form,
    #email-form {
        text-align: left;
    }

    /************************************************/

    .box-media-zoom {
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 100%;
        color: #fff;
        z-index: 10;
        top: 20px;
        right: 20px;
        font-size: 12px;
        transition: all 300ms linear;
        box-shadow: 0 0 0 4px rgba(255,255,255,.2);
    }

    .addmargin20 {
        margin-bottom: 20px;
    }

    .addtopmargin {
        margin-top: 100px;
    }

    .map-container.column-map.pxp-max,
    .col-list-wrap.pxp-max {
        width: 100%;
    }

    .map-container #results-map {
        width: 100%;
        height: 100%;
    }

    .column-map.pxp-min,
    .col-list-wrap.pxp-min {
        width: 0;
        position: fixed;
    }

    a.pxp-map-toggle {
        /*position: relative;
        top: 0;
        right: 0;*/
        /*border: 1px solid #E2E2E2;*/
        margin: 0 10px;
        height: 50px;
        width: 50px;
        padding: 10px;
        border-radius: .25rem;
        font-size: 1.2rem;
        line-height: 50px;
        background-color: #8a8778;
        color: #fff;
        text-align: center;
        /*box-shadow: 0px 15px 30px rgba(0,0,0,0.16);*/
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: 51;
    }


        a.pxp-map-toggle:hover {
            background-color: #68634c;
            color: #fff;
        }

        a.pxp-map-toggle.pxp-active {
            display: block;
        }

    /*    a.pxp-map-toggle.pxp-active,
    a.pxp-map-toggle.pxp-active:hover {
        background-color: #8a8778;
        color: #fff;
        border: 1px solid #8a8778;
    }*/

    a.pxp-list-toggle {
        position: fixed;
        top: 20px;
        right: 20px;
        height: 44px;
        width: 44px;
        padding: 0 12px;
        border-radius: .25rem;
        font-size: 1.2rem;
        line-height: 46px;
        background-color: #8a8778;
        color: #fff;
        display: block;
        text-align: center;
        /*box-shadow: 0px 15px 30px rgba(0,0,0,0.16);*/
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: none;
        z-index: 1110;
    }

        a.pxp-list-toggle:hover {
            background-color: #68634c;
            color: #fff;
        }

        a.pxp-list-toggle.pxp-active {
            display: block;
        }

    a.pxp-full-list {
        /*position: fixed;
        top: 180px;
        right: 20px;
        height: 44px;
        width: 44px;
        padding: 0 12px;
        border-radius: .25rem;
        font-size: 1.2rem;
        line-height: 46px;
        background-color: #050402;
        color: #fff;
        display: block;
        text-align: center;
        box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: 1101;*/
        margin: 0 10px;
        height: 50px;
        width: 50px;
        padding: 10px 12px;
        border-radius: .25rem;
        font-size: 1.2rem;
        line-height: 50px;
        background-color: #8a8778;
        color: #fff;
        text-align: center;
        /*box-shadow: 0px 15px 30px rgba(0,0,0,0.16);*/
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: 51;
    }

        a.pxp-full-list:hover {
            background-color: #68634c;
            color: #fff;
        }

        a.pxp-full-list.pxp-active {
            display: block;
        }

    a.pxp-fulllist-toggle {
        position: fixed;
        top: 130px;
        right: 20px;
        height: 44px;
        width: 44px;
        padding: 0 12px;
        border-radius: .25rem;
        font-size: 1.2rem;
        line-height: 46px;
        background-color: #8a8778;
        color: #fff;
        display: block;
        text-align: center;
        /*box-shadow: 0px 15px 30px rgba(0,0,0,0.16);*/
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: none;
        z-index: 1110;
    }

        a.pxp-fulllist-toggle:hover {
            background-color: #68634c;
            color: #fff;
        }

        a.pxp-fulllist-toggle.pxp-active {
            display: block;
        }


    @media only screen and (max-width: 1070px) {
        a.pxp-map-toggle,
        a.pxp-list-toggle,
        a.pxp-fulllist-toggle,
        a.pxp-full-list {
            display: none;
        }
    }

    /*.more-filter-full {
        display: none;
    }*/

    /*a.pxp-full-list.pxp-active.more-filter-full {
        display: block;
    }
*/
    .listing-features {
        font-size: 14px;
    }

    /*.addimage {
    background-image: url('../images/');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right 20%;
}

.addimage img {
    opacity: 0.10;
}*/

    /*.addimage:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 50px;
    top: 90px;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url('../images/');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right top;
}*/

    @media only screen and (max-width: 1469px) {
        .addimage:before {
            display: none;
        }
    }

    .main-header.main-is-sticky {
        /*background-color: #fff;*/
        /*padding: 20px 0;*/
        /*box-shadow: 0px 15px 30px rgba(0,0,0,0.16);*/
        /*color: #8a8778;*/
        /*background-color: rgba(242,242,243,1);*/
        background-color: #fff;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
    }

        .main-header.main-is-sticky .draft-white {
            filter: none;
        }

    .showcase_container {
        padding: 0 120px;
    }

    @media only screen and (max-height: 1280px) {
        .showcase_container {
            padding: 0 20px;
        }
    }

    @media only screen and (max-height: 800px) {
        .showcase_container {
            padding: 0 10px;
        }
    }

    .tprop_aim {
        margin-bottom: 10px;
        font-family: 'Noto Serif', serif;
        font-weight: 700;
        /*font-size: 1.5vw;*/
        font-size: 30px;
        color: #fff;
        padding-bottom: 10px;
        line-height: 1.25em;
    }

    .overlay_hover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #000;
        /*opacity: 0.5;*/
        opacity: 0;
        overflow: hidden;
        width: 100%;
        /*height: 0;*/
        height: 100%;
        transition: .6s ease;
    }

    /*.geodir-category-listing:hover .overlay_hover { */ /* for full panel hover */
    .geodir-category-img_item:hover .overlay_hover {
        /*height: 100%;*/
        opacity: 0.5;
    }

    @media only screen and (max-height: 800px) {
        .tprop_aim {
            margin-bottom: 10px;
            font-family: 'Noto Serif', serif;
            font-weight: 700;
            /*font-size: 5vw;*/
            font-size: 24px;
            color: #fff;
            padding-bottom: 10px;
            line-height: 1.25em;
        }
    }

    /*
.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}*/

    /*.top_inner_content {
    position: relative;
    z-index: 1;
}*/
    /*.top_section_body {
    height: 15vw;    
}*/

    .top_pb_section {
        position: relative;
        background-color: #fff;
        background-position: 50%;
        background-size: 100%;
        background-size: cover;
        /*padding: 8% 0;*/
        padding: 0;
    }

    /*@media (min-width: 981px) {
    .top_pb_section {
        padding: 3% 0;
    }
}*/

    .top_pb_section_tb_body {
        height: 90vh;
        z-index: 1;
        position: relative;
    }

    .top_pb_with_background {
        position: relative;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }

    .top_pb_row_tb_body {
        position: absolute !important;
        bottom: 2vw;
        top: auto;
        /*left: 50%;*/
        right: 80px;
        /*transform: translateX(-50%);*/
    }

        .top_pb_row_tb_body h1 {
            font-family: 'Noto Serif', serif;
            font-size: 6vw;
            color: #FFFFFF !important;
            padding-bottom: 10px;
            line-height: 1em;
            font-weight: 500;
            text-align: revert;
        }

    .imgontop {
        z-index: 2;
        position: relative;
    }

        .imgontop img {
            margin-left: 100px;
            margin-right: -100px;
        }

    .imgontop2 img {
        margin-right: 100px;
        margin-left: -100px;
    }

    .imgonback {
        z-index: 1;
        position: relative;
    }

        .imgonback img {
            margin-left: 15px;
            margin-right: -15px;
        }


    .imgonback2 {
        z-index: 1;
        position: relative;
    }

    .imgontop2 {
        z-index: 2;
        position: relative;
    }

    .extramargin {
        margin-top: 100px;
    }

    .top_parallax_bg {
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-attachment: fixed;
        z-index: 1;
    }

    .top_about-title {
        position: relative;
        top: 75px;
        left: 75px;
        text-align: left;
    }

        .top_about-title h2 {
            margin-bottom: 10px;
            font-weight: 600;
            font-size: 40px;
            color: #fff !important;
        }

        .top_about-title p {
            margin-bottom: 10px;
            font-weight: 600;
            font-size: 18px;
            color: #fff !important;
        }

    .about_parallax_bg {
        background-image: url('/images/bg/about.jpg');
    }

    .gv_parallax_bg {
        background-image: url('/images/bg/gv.png');
    }

    .serv_parallax_bg {
        background-image: url('/images/bg/serv.jpg');
    }

    .languageset a {
        width: auto;
    }

    .languagesetxs {
        display: none;
    }

    .nav-holder nav li.languageset a::before {
        background: none;
    }

    @media only screen and (max-width: 1070px) {
        .languageset a {
            display: none;
        }

        .languagesetxs {
            display: inline-block;
            position: absolute;
            top: 35px;
            right: 90px;
        }
    }

    @media only screen and (max-width: 800px) {
        .languageset a {
            display: none;
        }

        .languagesetxs {
            display: inline-block;
            position: absolute;
            top: 35px;
            right: 60px;
        }
    }

    .geodir-category-img .viewprop {
        /*background: rgba(0, 61, 165, 0.75);*/
        color: white;
        display: table;
        width: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms;
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        transition-delay: 100ms;
        z-index: 100;
    }

    .geodir-category-img:hover .viewprop {
        opacity: 1;
        bottom: 40%;
    }

    /* Common style */
    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        /*margin: 10px 1.66%;*/
        /*margin: 0;*/
        /*min-width: 300px;*/
        /*max-width: 480px;*/
        /*width: 23%;*/
        /*background: #3085a3;*/
        /**********************************/
        /*margin: 3%;
    max-height: 600px;
    width: 27.33%;*/
        /**********************************/
        background: #403f3e;
        text-align: center;
        cursor: pointer;
        -webkit-box-shadow: 0 28px 16px -26px black;
        -moz-box-shadow: 0 28px 16px -26px black;
        box-shadow: 0 28px 16px -26px black;
        /*border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;*/
        border-radius: 0;
        /*padding: 30px;*/
        max-height: 600px;
        margin-left: 5%;
        width: 90%;
        /*border-top-right-radius: 50px;*/
    }

    .gridhalf.grid figure {
        width: 47.9%;
    }

    /**/

    .grid figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid figure figcaption {
        padding: 2em;
        color: #fff;
        /*text-transform: uppercase;*/
        font-size: 1.5em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

    .grid figure figcaption
    /*.grid figure figcaption > a*/ {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* Anchor will cover the whole item by default */
    /* For some effects it will show as a button */
    /*.grid figure figcaption > a {
					z-index: 1000;
					text-indent: 200%;
					white-space: nowrap;
					font-size: 0;
					opacity: 0;
				}*/

    .grid figure h2 {
        /*word-spacing: -0.15em;*/
        font-weight: 300;
        font-size: 1.15em;
        /*text-transform: uppercase;*/
        color: #fff;
        /*font-family: 'Noto Serif', serif;*/
        letter-spacing: 0.5px;
    }

    /*.grid figure h2 span {
            font-weight: 500;
        }*/

    .grid figure h2,
    .grid figure p {
        margin: 0;
    }

    .grid figure p {
        /*letter-spacing: 1px;*/
        /*font-size: 68.5%;*/
        /*font-size: 75%;*/
        font-size: 0.8em;
        padding-top: 5px;
        font-weight: 600;
    }

        .grid figure p span {
            /*text-transform: uppercase;*/
            font-size: 0.9em;
        }

    /* Individual effects */

    /*---------------*/
    /***** Lily *****/
    /*---------------*/

    figure.effect-lily img {
        max-width: none;
        /*width: -webkit-calc(100% + 50px);
        width: calc(100% + 50px);*/
        width: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        /*-webkit-transform: translate3d(-40px,0, 0);
        transform: translate3d(-40px,0,0);*/
    }

    figure.effect-lily figcaption {
        text-align: center;
    }

        /*figure.effect-lily figcaption > div {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 99% 35px 0 25px;
            width: 100%;
            height: 100%;   
        }*/

        figure.effect-lily figcaption > div {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 98% 2em 0;
            /* padding: 1.25em 2em 0; */
            width: 100%;
            height: 100%;
            -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
            transition: opacity 0.2s, transform 0.35s;
        }

    @media only screen and (max-width: 1369px) {
        figure.effect-lily figcaption > div {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 90% 2em 0;
            /* padding: 1.25em 2em 0; */
            width: 100%;
            height: 100%;
            -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
            transition: opacity 0.2s, transform 0.35s;
        }
    }

    figure.effect-lily h2 {
        /*-webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    text-align: left;*/
        /************************/
        -webkit-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0);
        text-align: left;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        bottom: 0;
    }

        figure.effect-lily h2 > i {
            text-align: right;
            position: absolute;
            right: 0;
            top: 5px;
            transition: transform 300ms linear;
            font-size: 0.75em;
        }

    figure.effect-lily p {
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
        text-align: right;
    }

    figure.effect-lily h2 {
        /*background: rgba(0,0,0,0.75);*/
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }

    figure.effect-lily p {
        color: rgba(255,255,255,1) !important;
        /*opacity: 0;*/
        -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
    }

    figure.effect-lily:hover img {
        transform: scale(1.05);
    }


    figure.effect-lily:hover h2 i {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    figure.effect-lily:hover img,
    figure.effect-lily:hover p {
        opacity: 1;
    }

    figure.effect-lily div {
        background: none;
        -webkit-transition: background 0.35s, -webkit-transform 0.5s;
        transition: background 0.35s, transform 0.5s;
    }

    figure.effect-lily:hover div {
        background: rgba(0,0,0,0.25);
        -webkit-transition: background 0.35s, -webkit-transform 0.5s;
        transition: background 0.35s, transform 0.5s;
    }

    /*figure.effect-lily:hover img,
    figure.effect-lily:hover h2,
    figure.effect-lily:hover p {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }*/

    figure.effect-lily:hover p {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
    }

    /*@media screen and (max-width: 50em) {*/
    @media screen and (max-width: 1178px) {

        .grid figure,
        .gridhalf.grid figure {
            display: inline-block;
            float: none;
            margin: 10px auto;
            width: 100%;
        }

        figure.effect-lily figcaption > div {
            position: absolute;
            bottom: 0;
            left: 0;
            /*padding: 1.25em 2em 0;*/
            width: 100%;
            /*height: 50%;*/
            -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
            transition: opacity 0.2s, transform 0.35s;
        }
    }

    @media only screen and (max-width: 968px) and (min-width: 768px) {
        .grid figure,
        .gridhalf.grid figure {
            display: inline-block;
            float: none;
            margin: 10px auto;
            width: 65%;
        }
    }

    /*************************************************/

    .inline-facts h6 {
        font-size: 18px;
        font-weight: 600;
    }

    /*************** callslide1 ***************/

    #callslide1 {
        transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -webkit-transition: left 0.4s ease-in-out;
        transition: 0.5s;
        /***********************/
        height: 70px;
        width: 210px;
        float: left;
        position: fixed;
        bottom: 175px;
        left: -140px;
        z-index: 9999 !important;
        background: #8a8778;
        color: #fff;
        padding: 10px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.5);
        box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.5);
        cursor: default;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.1em;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    #callicon1 img {
        position: absolute;
        left: 130px;
        top: -10px;
        padding: 20px;
    }

    /*#callicon1 {
    position: absolute;
    right: 225px;
    bottom: 0;
    padding: 20px;
    background: ##8a8778;
    font-size: 24px;
    height: 65px;
    color: #fff;
}*/

    #callicon1 i {
        position: relative;
        top: -20px;
        color: #fff;
    }

    .calltoggle1 {
        padding: 0 60px 0 0;
        float: left;
        font-size: 20px;
        line-height: 1.1em;
    }

    #callslide1:hover {
        left: 0px;
        background-color: #8a8778;
        opacity: 1;
    }

    #callslide1 a {
        color: #fff;
        font-size: 14px;
    }

        #callslide1 a:hover {
            color: rgba(255, 255, 255, 0.80);
        }

    /*************** callslide1 end ***************/

    /* ----------------------------------------
        
    ---------------------------------------- */

    [class*="item-col-"]:not(.no-gutters) {
        margin: -2rem -1rem 0;
    }

    .item-col-3 > * {
        width: 33.3%;
    }

    .item-col-4 > * {
        width: 25%;
    }

    .category-gallery {
        display: flex;
        flex-wrap: wrap;
    }

        .category-gallery.item-col-4 .category-col.col-x2 {
            width: 50%;
        }

        .category-gallery .category-gallery-item {
            display: block;
            position: relative;
            border-radius: 0.5rem;
            overflow: hidden;
            height: 100%;
            transition: all .5s ease;
        }

            .category-gallery .category-gallery-item:before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
                opacity: 0.7;
            }

            .category-gallery .category-gallery-item img {
                height: 100%;
            }

            .category-gallery .category-gallery-item:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 3px;
                background: #060e1d70;
                transition: all .5s ease;
            }

            .category-gallery .category-gallery-item:hover:after {
                width: 100%;
            }

            .category-gallery .category-gallery-item:hover {
                -webkit-box-shadow: 0px 0px 30px 0px rgba(15, 27, 56, 0.1);
                -moz-box-shadow: 0px 0px 30px 0px rgba(15, 27, 56, 0.1);
                box-shadow: 0px 0px 30px 0px rgba(15, 27, 56, 0.1);
            }

    .category-gallery-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #d8dbe1;
        font-size: 1rem;
        line-height: 1rem;
        padding: 2rem;
    }

        .category-gallery-content .category-title {
            color: #fff;
            font-weight: 500;
        }

            .category-gallery-content .category-title:not(:last-child) {
                margin-bottom: 0.5rem;
            }

    .category-gallery-item:not(:hover) .category-gallery-content .category-title:not(:last-child) {
        margin-bottom: 0;
    }

    .category-gallery-content > span {
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease;
        margin-top: -1rem;
        display: block;
    }

    .category-gallery-item:hover .category-gallery-content > span {
        position: relative;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    /* ----------------------------------------
        
    ---------------------------------------- */

    .languageset a {
        width: auto;
        margin-top: -3px;
    }

    .nav-holder nav li.languageset a::before {
        background: none;
    }

    @media only screen and (max-width: 800px) {
        .languageset a {
            width: auto;
            margin-top: 2px;
        }
    }

    .geodir-category-img .viewprop {
        /*background: rgba(0, 61, 165, 0.75);*/
        color: white;
        display: table;
        width: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms;
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        transition-delay: 100ms;
        z-index: 100;
    }

    .geodir-category-img:hover .viewprop {
        opacity: 1;
        top: 40%;
    }

    .parallax-bgi {
        background-image: url("/images/parallax-im.jpg");
        height: 100%;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 450px;
    }

        .parallax-bgi > div {
            /*background-image: linear-gradient(45deg, rgb(17, 40, 70, 0.90) 100%, rgb(17, 40, 70, 0.90) 100%);*/
            background-image: linear-gradient(45deg, #787c8699 10%, #787c864c 100%);
            height: 100%;
            min-height: 500px;
            padding: 120px 40px 120px;
            text-align: center;
            font-size: 21px !important;
            font-weight: 400;
        }

        .parallax-bgi .boxin {
            padding: 40px;
            background: #0000004d;
            min-height: 250px;
        }

    .boxin h2 {
        color: #fff !important;
    }

    @media only screen and (max-width: 800px) {

        .parallax-bgi {
            min-height: 300px;
        }

            .parallax-bgi > div {
                height: 100%;
                min-height: 300px;
                padding: 20px;
                text-align: center;
                /*font-size: 15px !important;*/
                font-weight: 400;
            }

            .parallax-bgi .boxin {
                min-height: 400px;
                margin-bottom: 15px;
            }
    }

    .parallax-bgi h4 {
        text-align: left;
        font-weight: 400;
        color: #fff;
        font-size: 28px;
        padding-bottom: 0;
        padding-bottom: 10px;
        font-family: 'Noto Serif', serif;
    }

        .parallax-bgi h4 span {
            float: right;
            color: #050402;
            margin-top: -10px;
        }

    .parallax-about {
        background-image: url("/images/parallax-about-down.jpg");
        height: 100%;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }

    parallax-about > .parallax-about-overlay {
        background-color: #000000;
        opacity: 0.5;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    /*.parallax-about {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}*/

    .parallax-about > .aboverlay {
        /*background-image: linear-gradient(45deg, rgb(17, 40, 70, 0.90) 100%, rgb(17, 40, 70, 0.90) 100%);*/
        /*background-image: linear-gradient(45deg, #18385a 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*height: 100%;
        min-height: 500px;*/
        padding: 120px 40px 120px 40px;
        text-align: center;
        /*font-size: 21px !important;
        font-weight: 400;*/
        background-color: #0000007f;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .parallax-about .boxin {
        padding: 40px;
        background: #ffffff1a;
        min-height: 250px;
    }

    /*.parallax-about h4 {
    font-weight: 400;
    color: #fff;
    font-size: 28px;
    padding-bottom: 0;
    padding-bottom: 10px;
    font-family: 'Noto Serif', serif;
}*/

    .parallax-about h2 {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 40px;
        color: #fff !important;
        letter-spacing: -1px;
        text-align: center;
    }

    .parallax-about p {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 18px;
        color: #fff !important;
        line-height: 1.5;
        text-align: center;
    }

    .parallax-about h4 span {
        float: right;
        color: #050402;
        margin-top: -10px;
    }

    @media only screen and (max-width: 1280px) {

        .parallax-about {
            min-height: 300px;
        }

            .parallax-about > .aboverlay {
                padding: 30px;
            }

            .parallax-about .boxin {
                min-height: 280px;
                margin-bottom: 15px;
            }

            .parallax-about h2 {
                margin-bottom: 10px;
                font-weight: 400;
                font-size: 30px;
                color: #fff !important;
            }

            .parallax-about p {
                margin-bottom: 10px;
                font-weight: 500;
                font-size: 15px;
                color: #fff !important;
            }
    }

    /**************************/

    .parallax-sell {
        background-image: url("/images/parallax-sell-down.jpg");
        height: 100%;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }

    parallax-sell > .parallax-sell-overlay {
        background-color: #000000;
        opacity: 0.5;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .parallax-sell > .aboverlay {
        /*background-image: linear-gradient(45deg, rgb(17, 40, 70, 0.90) 100%, rgb(17, 40, 70, 0.90) 100%);*/
        /*background-image: linear-gradient(45deg, #18385a 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*height: 100%;
        min-height: 500px;*/
        padding: 120px 40px 120px 40px;
        text-align: center;
        /*font-size: 21px !important;
        font-weight: 400;*/
        background-color: #00000040;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .parallax-sell .boxin {
        padding: 40px;
        background: #ffffff1a;
        min-height: 250px;
    }

    .parallax-sell h2 {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 40px;
        color: #fff !important;
        letter-spacing: -1px;
        text-align: center;
    }

    .parallax-sell p {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 18px;
        color: #fff !important;
        line-height: 1.5;
        text-align: center;
    }

    .parallax-sell h4 span {
        float: right;
        color: #050402;
        margin-top: -10px;
    }

    @media only screen and (max-width: 1280px) {

        .parallax-sell {
            min-height: 300px;
        }

            .parallax-sell > .aboverlay {
                padding: 30px;
            }

            .parallax-sell .boxin {
                min-height: 280px;
                margin-bottom: 15px;
            }

            .parallax-sell h2 {
                margin-bottom: 10px;
                font-weight: 400;
                font-size: 30px;
                color: #fff !important;
            }

            .parallax-sell p {
                margin-bottom: 10px;
                font-weight: 500;
                font-size: 15px;
                color: #fff !important;
            }
    }

    .parallax-career {
        background-image: url("/images/parallax-career-down.jpg");
        height: 100%;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }

    parallax-career > .parallax-career-overlay {
        background-color: #000000;
        opacity: 0.5;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .parallax-career > .aboverlay {
        /*background-image: linear-gradient(45deg, rgb(17, 40, 70, 0.90) 100%, rgb(17, 40, 70, 0.90) 100%);*/
        /*background-image: linear-gradient(45deg, #18385a 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*height: 100%;
        min-height: 500px;*/
        padding: 120px 40px 120px 40px;
        text-align: center;
        /*font-size: 21px !important;
        font-weight: 400;*/
        background-color: #00000040;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .parallax-career .boxin {
        padding: 40px;
        background: #ffffff1a;
        min-height: 250px;
    }

    .parallax-career h2 {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 40px;
        color: #fff !important;
        letter-spacing: -1px;
        /*text-align: center;*/
    }

    .parallax-career p {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 18px;
        color: #fff !important;
        line-height: 1.5;
        /*text-align: center;*/
    }

    .parallax-career h4 span {
        float: right;
        color: #050402;
        margin-top: -10px;
    }

    @media only screen and (max-width: 1280px) {

        .parallax-career {
            min-height: 300px;
        }

            .parallax-career > .aboverlay {
                padding: 30px;
            }

            .parallax-career .boxin {
                min-height: 280px;
                margin-bottom: 15px;
            }

            .parallax-career h2 {
                margin-bottom: 10px;
                font-weight: 400;
                font-size: 30px;
                color: #fff !important;
            }

            .parallax-career p {
                margin-bottom: 10px;
                font-weight: 500;
                font-size: 15px;
                color: #fff !important;
            }
    }

    /**************************/

    .align-center {
        text-align: center !important;
    }

    .contact-item {
        padding: 10px 30px 50px 45px;
        /*background: #fff;*/
        /*border: solid 2px #fff;*/
        /*border-right: solid 12px #ffffff40;*/
    }

    .addborderleft {
        border-left: solid 4px #ddd;
    }

    @media only screen and (max-width: 1070px) {
        .contact-item {
            border-right: none;
        }

        .addborderleft {
            border-left: none;
        }
    }

    /*.about-title {
    text-align: left!important;
}*/

    .box-item .btn {
        position: absolute;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 40px;
        /*left: 40px;*/
        background-color: #948560;
        height: 46px;
        padding: 0 20px;
        border-radius: 0;
        border-radius: .25rem;
        font-size: .9rem;
        text-transform: uppercase;
        line-height: 46px;
        font-weight: 500;
        color: #fff;
        box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .box-item .btn:hover {
            color: #fff;
            background-color: #050402;
            text-decoration: none;
        }

    /********* PXP SLIDER START *********/
    .pxp-single-property-gallery-container {
        position: relative;
    }

    .pxp-single-property-gallery > figure {
        float: left;
        width: 25%;
        position: relative;
        height: 300px;
        margin: 0;
        overflow: hidden;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        border-bottom: 4px solid #fff;
        border-top: none;
    }

        .pxp-single-property-gallery > figure:first-child {
            border-left: none;
        }

        .pxp-single-property-gallery > figure.pxp-sp-gallery-main-img {
            width: 50%;
            height: 600px;
        }

        .pxp-single-property-gallery > figure.pxp-sp-gallery-main-imgsolo {
            width: 50%;
            height: 600px;
            left: 25%;
        }

        .pxp-single-property-gallery > figure.pxp-sp-gallery-main-imgsolo1 {
            width: 50%;
            height: 600px;
            left: 0;
        }

        .pxp-single-property-gallery > figure.pxp-sp-gallery-main-imgsolo2 {
            width: 50%;
            height: 600px;
            right: 0;
        }

    @media screen and (max-width: 1139px) {
        .pxp-single-property-gallery > figure.pxp-sp-gallery-main-img,
        .pxp-single-property-gallery > figure.pxp-sp-gallery-main-imgsolo {
            width: 100%;
        }

        .pxp-single-property-gallery > figure.pxp-sp-gallery-main-imgsolo {
            width: 100%;
            height: auto;
            left: 0
        }
    }

    .pxp-single-property-gallery > figure > a {
        position: absolute;
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0; 
        left: 0;
        -webkit-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear;
    }

    .pxp-single-property-gallery > figure:hover > a {
        transform: scale(1.05, 1.05);
    }

    .pxp-sp-gallery-btn {
        position: absolute;
        bottom: 30px;
        /*bottom: 40px;*/
        /*right: calc((100% - 200px) / 2 + 15px);*/
        left: 30px;
        /*right: calc((100% - 1140px) / 2 + 15px);*/ \ height: 46px;
        padding: 0 15px;
        /*margin-left: 10px;*/
        /*border-radius: .25rem;*/
        font-size: .9rem;
        text-transform: uppercase;
        line-height: 46px;
        font-weight: 600;
        color: #fff;
        box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: 99;
    }

        .pxp-sp-gallery-btn:hover {
            color: #fff;
            background-color: #68634c !important;
            text-decoration: none;
        }

    @media screen and (max-width: 800px) {

        .pxp-sp-gallery-btn {
            left: 50%;
            transform: translateX(-50%);
            bottom: 10px;
        }

            .pxp-single-property-gallery > figure {
            height: 225px;
            width: 50%;
        }

            .pxp-single-property-gallery > figure:nth-child(4),
            .pxp-single-property-gallery > figure:nth-child(5) {
                display: none;
            }

            .pxp-single-property-gallery > figure.pxp-sp-gallery-main-img,
            .pxp-single-property-gallery > figure.pxp-sp-gallery-main-imgsolo {
                height: 350px;
            }
    }

    .pxp-cover {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .pxp-cover-bottom {
        background-position: center bottom;
    }

    .pxp-cover-top {
        background-position: center top;
    }

    /********* PXP SLIDER END *********/

    .bg-mandate {
        background-color: #ffffffc2 !important;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 20px 25px;
        border-radius: 16px 16px 16px 16px;
    }

    .upload-btn-wrapper {
        position: relative;
        overflow: hidden;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #cdcdcd;
        border-radius: 3px;
        padding: 8px 12px;
        height: 39px !important;
        width: calc(100% - 26px);
    }

        .upload-btn-wrapper .btnr {
            border: 1px solid gray;
            color: gray;
            background-color: #eee;
            padding: 5px 10px;
            border-radius: 1px;
            font-size: 14px;
            font-weight: bold;
            position: relative;
        }

            .upload-btn-wrapper .btnr + span {
                padding: 5px;
                font-weight: normal;
            }

        .upload-btn-wrapper input[type=file] {
            font-size: 42px;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
        }

    .listing-item, .listing-item.has_three_column.listfavorites {
        width: 33.33%;
    }

    @media only screen and (max-width: 1368px) {
        .listing-item, .listing-item.has_three_column.listfavorites {
            width: 50%;
            padding: 0 20px;
        }
    }

    @media only screen and (max-width: 768px) {
        .listing-item, .listing-item.has_three_column.listfavorites {
            width: 100%;
            padding: 0 20px;
        }
    }


    #favorites-list-items {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
    }

    .fa-heart {
        pointer-events: auto !important;
    }

    #clear-favorites-btn {
        pointer-events: auto !important;
        /*width: 20%;*/
        margin: 0 auto;
        outline: 0 !important;
    }

        #clear-favorites-btn.btn {
            background: #8a8778;
            outline: 0 !important;
            border: none;
        }

            #clear-favorites-btn.btn:hover {
                background: #050402;
                outline: 0 !important;
            }


    .nav-holder nav li a:hover i.favorite-icon,
    .nav-holder2 nav li a:hover i.favorite-icon {
        transform: none;
        color: #fff !important;
    }


    section.figure-section {
        padding: 50px 0 100px;
    }

    .figure-box {
        padding-top: 150px;
    }

    .verticallinefirst {
        /*background-color: #ac9883;
        width: 20px;
        height: 40px;*/
        /*border-left: solid 20px;*/
        height: 200px;
        position: absolute;
        left: 75px;
        top: 55px;
        border: 0 !important;
        width: 15px !important;
        background-image: -webkit-linear-gradient(bottom, #68634c, #8a8778);
        background-image: -moz-linear-gradient(bottom, #68634c, #8a8778);
        background-image: -ms-linear-gradient(bottom, #68634c, #8a8778);
        background-image: -o-linear-gradient(bottom, #68634c, #8a8778);
        z-index: 99999;
        padding-top: 75px;
    }

    .figure-title {
        margin-bottom: 20px;
    }

        .figure-title h2 {
            color: #050402 !important;
            line-height: normal;
            letter-spacing: 0.5px;
            position: absolute;
            left: 110px;
            /*top: -95px;*/
            top: 50px;
            /**********/
            font-weight: 500;
            font-size: 28px;
        }

            .figure-title h2 span {
                font-weight: 800;
                font-size: 28px;
                color: #151515 !important;
                line-height: normal;
                letter-spacing: 0.5px;
                text-transform: uppercase;
            }

    /*******************************************************/
    .firstbox1 {
        position: relative;
        /*top: 330px;*/
        left: 0;
        padding: 20px 0;
        width: 55%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: left;
    }

    .firstbox1a {
        position: relative;
        top: 120px;
        right: 5%;
        background: #F5F7FB;
        padding: 40px 60px;
        width: 45%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 2;
        float: left;
    }

    .first1 h2 {
        text-align: left;
        font-size: 44px;
        font-weight: 700;
        color: #555551;
    }

    .first1 p {
        text-align: left;
        font-size: 18px;
        line-height: 1.75;
        color: #555551;
    }

    @media only screen and (max-width: 1280px) {

        .firstbox1 {
            position: relative;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .firstbox1a {
            position: relative;
            top: 0;
            left: 10%;
            padding: 20px;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
            background: #fff;
            /*margin: 0 0.5%;*/
        }

        .first1 h2 {
            font-size: 36px;
        }
    }

    .first2 {
        position: relative;
    }

    .firstbox2 {
        position: relative;
        /*top: 330px;*/
        left: -5%;
        padding: 40px 40px 40px 140px;
        width: 50%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: left;
        background: #0000007f;
    }

    .firstbox2 {
        -webkit-box-shadow: 0 28px 16px -26px black;
        -moz-box-shadow: 0 28px 16px -26px black;
        box-shadow: 0 28px 16px -26px black;
    }

    .firstbox2a {
        position: relative;
        top: 80px;
        left: 0;
        background: #F5F7FB;
        padding: 40px 60px;
        width: 30%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 2;
        float: left;
    }

    .first2 h2 {
        text-align: right;
        font-size: 34px;
        font-weight: 700;
        color: #010101;
    }

    .first2 h3 {
        text-align: left;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
    }

    .first2 p {
        text-align: left;
        font-size: 18px;
        line-height: 1.25;
        color: #dfdfdf;
    }

    .firstbox2in {
        padding: 30px 30px 30px 110px;
        width: 80%;
        background: #000;
    }

    @media only screen and (max-width: 1024px) {

        .firstbox2a {
            position: relative;
            left: 5%;
            top: 0;
            padding: 0 0 20px 0;
            width: 90%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .firstbox2 {
            position: relative;
            left: 10%;
            top: 0;
            padding: 20px;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
            background: #555551;
        }

        .first2 h2 {
            text-align: center;
            padding-left: 10px;
            font-size: 36px;
        }
    }

    .firstbox3 {
        position: relative;
        /*top: 330px;*/
        left: 0;
        padding: 40px 0;
        width: 55%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: left;
    }

    /*.firstbox3 img {
		-webkit-box-shadow: 0 28px 16px -26px black;
		-moz-box-shadow: 0 28px 16px -26px black;
		box-shadow: 0 28px 16px -26px black;
	}*/


    .firstbox3a {
        position: relative;
        top: 120px;
        right: -15%;
        background: #fff;
        padding: 40px 60px;
        width: 45%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 2;
        float: left;
    }

    .first3 h2 {
        text-align: left;
        font-size: 44px;
        font-weight: 700;
        color: #555551;
    }

    .first3 p {
        text-align: left;
        font-size: 18px;
        line-height: 1.75;
        color: #555551;
    }

    @media only screen and (max-width: 1280px) {

        .firstbox3 {
            position: relative;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .firstbox3a {
            position: relative;
            top: 0;
            left: 10%;
            padding: 20px;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
            background: #fff;
            /*margin: 0 0.5%;*/
        }

        .first3 h2 {
            font-size: 36px;
        }
    }

    /*@keyframes float {
	0% {*/
    /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
    /*transform: translatex(0px);
	}

	50% {*/
    /*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
    /*transform: translatex(-20px);
	}

	100% {*/
    /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
    /*transform: translatex(0px);
	}
}*/

    .floatcontainer {
        /*width: 100%;
	height: 100%;*/
        /*display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
        position: absolute;
        top: 180px;
        right: -5%;
        width: 100%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 2;
        float: right;
    }

    .floatimg {
        /*width: auto;
	height: 100%;*/
        box-sizing: border-box;
        /*border-radius: 50%;*/
        overflow: hidden;
        /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
        transform: translatex(-20px);
        /*animation: float 4.5s ease-in-out infinite;*/
        z-index: 4;
        transition: all 1s; /* lets make it smooth */
    }

        .floatimg img {
            width: auto;
            height: 100%;
            z-index: 4;
            border: 5px #F5F7FB solid;
        }

    /*.boxes {
	width: auto;
	height: 100%;
	transition: all 1s;*/ /* lets make it smooth */
    /*display: flex;
	align-items: center;
	justify-content: center;
}*/

    .move-right:hover {
        transition: all .9s;
        transform: translateX(10px);
    }


    @media only screen and (max-width: 1280px) {
        .floatcontainer {
            display: none;
        }
    }

.firstbtn {
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    color: #050402;
    font-size: 16px;
    border: solid 1px #8a8778;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #8a8778;
    color: white;
}


    /* Fade */
    .hvr-fade {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color;
    }

        .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
            background-color: #68634c;
            color: white;
        }

    /****************************/

    .sefields {
        display: inline-block;
        position: relative;
        /*padding: 12px 0;*/
        /* border-radius: 6px; */
        /*margin-bottom: 10px;*/
        /* box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07); */
    }

    @media only screen and (max-width: 1246px) {
        .sefields {
            float: none;
        }
    }

    @media only screen and (max-width: 675px) {
        .sefields {
            float: none;
        }
    }

    .sefields label {
        width: auto;
        text-align: center;
        line-height: 15px;
        appearance: none;
        outline: none;
        cursor: pointer;
        border-radius: 6px;
        padding: 14px 15px;
        /*min-width: 60px;*/
        color: #ffffff7f;
        transition: all .3s ease;
        /*display: flex;
    align-items: center;
    justify-content: center;*/
        /*background: #56564c;*/
        user-select: none;
        font-size: 14px;
        font-weight: 500;
        display: block;
        height: 48px;
        color: #ffffffa5;
        background: #8a8778;
        border: 2px solid #8a8778 !important;
        /*box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.35);*/
    }

        .sefields label:hover {
            color: #fff;
            background: #8a8778;
            border: 2px solid #e6e6e7 !important;
        }

    .sefields ul {
        /*display: flex;*/
        display: inline-block;
    }

        .sefields ul li {
            margin-left: 5px;
            display: inline-block;
            padding: 15px 0;
        }

    .sefields input:checked + label {
        user-select: none;
        color: #56564c;
        background: #fff;
        border: 2px solid #e6e6e7 !important;
    }

    .sefields input {
        display: none;
    }

    .porperty-categories li label {
        font-size: 16px;
        font-weight: 300;
    }

    .searchBox {
        /*position: relative;  */
        transition: all .2s ease-in-out !important;
        margin-top: 15px;
    }

    .searchBoxin {
        position: relative;
        background: #fff;
        height: 48px;
        /*border-radius: 40px;*/
        /*border-radius: 6px !important;*/
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border: 2px solid #e6e6e7 !important;
        border-left: none!important;
    }

        .searchBoxin:hover > .searchInput, .searchBoxin:focus-within > .searchInput {
            width: 150px;
            padding: 14px 15px;
        }

    .searchInput {
        border: none;
        background: none;
        outline: none;
        float: left;
        padding: 0;
        color: #474646;
        font-size: 13px;
        transition: 0.4s;
        width: 0px;
        height: 44px;
        line-height: 48px;
        font-family: 'Open Sans', sans-serif !important;
    }

.searchButton {
    color: #fff;
    width: auto;
    column-gap: 5px;
    height: 44px;
    background: #8a8778;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border: none;
    /*border-radius: 50px;*/
    padding: 10px;
    cursor: pointer;
    /******************************/
    /*padding: 20px 5px;
    margin-bottom: 10px;*/
    /*border-radius: 4px !important;*/
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 2px solid #8a8778 !important;
    border-left-color: #47464632!important;
    line-height: 15px;
}

        .searchButton span {
            font-family: 'Open Sans', sans-serif !important;
            font-size: 14px;
            font-weight: 500 !important;
        }

        .searchButton {
            pointer-events: none;
        }
        
        .searchInput:not(:placeholder-shown) + .searchButton {
            pointer-events: auto;
        }

    @media only screen and (max-width: 800px) {
        .sefields label {
            /*font-size: 13px;*/
            /*margin-bottom: 10px;*/
            padding: 12px 6px;
        }

        .sefields ul li {
            margin-left: 0;
            padding: 5px 0;
        }
    }

    /*@media only screen and (max-width: 489px) {
    .sefields label {
        font-size: 12px;
        margin-bottom: 20px;
        min-width: 33px;
    }
}*/

    @media only screen and (max-width: 1270px) {
        .searchBox {
            position: relative;
            max-width: 300px;
            margin: 0 auto;
            margin-bottom: 10px;
        }

        .searchButton {
            width: 65%;
            float: right;
        }

        .searchBoxin:hover > .searchInput, .searchBoxin:focus-within > .searchInput {
            width: calc(35% - 15px);
            padding: 14px 0 14px 15px;
        }
    }

    @media only screen and (max-width: 800px) {
        /*.searchBoxin {
            margin-top: 100px;
        }*/
        .sefields.setotop {
            margin-top: 100px;
        }
    }

    .listborderright li:last-child {
        padding-right: 10px;
    }

    /*.listborderleft li:first-child {
        border-left: dotted 2px #fff;
        padding-left: 16px;
    }*/

.copyfloatleftse li:last-child {
    border-right: solid 2px #ffffffbf;
    /*padding-right: 16px;*/
}

    @media only screen and (max-width: 1270px) {
        .listborderright li:last-child {
            padding-right: 0;
        }

        .listborderleft li:first-child {
            border-left: none;
            padding-left: 0;
        }

        .copyfloatleftse li:last-child {
            border-right: none;
            border-radius: 6px !important;
        }
    }

    /*****  *****/

    .sebtn-wrap {
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .sebtn-wrap button {
            float: right;
            height: 40px;
            line-height: 40px;
            /*color: #fff;*/
            border-radius: 12px 12px 0 0;
            /*background: #fff;*/
            /*border: 1px solid #403f3e;*/
            border-bottom: none;
            padding: 0 30px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all .2s ease-in-out
        }

    @media only screen and (max-width: 664px) {
        .sebtn-wrap {
            position: relative;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
        }

            .sebtn-wrap button {
                float: none;
                height: 40px;
                line-height: 40px;
                /*color: #fff;*/
                border-radius: 12px 12px 0 0;
                /*background: #fff;*/
                border: 1px solid #403f3e;
                border-bottom: none;
                padding: 0 30px;
                font-size: 12px;
                font-weight: 600;
                cursor: pointer;
                transition: all .2s ease-in-out;
                margin-top: 30px;
            }
    }

.servicebox {
    background: #fff;
    border-left: 10px solid #8a8778;
    border-right: 10px solid #8a8778;
    padding: 20px 10px;
    margin: 0 0 30px 0;
    box-shadow: 0 10px 6px -6px #ddd;
    border-radius: 10px;
    /*text-align: left;*/
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .4s ease-in-out;
}

.servicebox:hover {
    transform: scale(1.05);
}

    .servicebox h2 {
    font-size: 18px;
    margin-bottom: 5px;
    /*text-align: left;*/
    /*display: inline-block;*/
    line-height: normal;
    font-weight: 700!important;
}

    .servicebox i {
        font-size: 48px;
        /*text-align: left;*/
        margin-bottom: 10px;
        color: #b2ad87;
    }

.list-single-main-item.blogtitle {
    min-height: 320px;
}

.blogtitle a h1 {
    color: #525355;
}

.blogtitle a:hover h1 {
    color: #8a8778;
}

.blogtitle h1 {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    /*min-height: 80px;*/
    color: #525355;
}

.blogtitle h2 {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    /*min-height: 80px;*/
    color: #8a8778;
}

.blogtitle p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

/*.blogtitle a img {
    max-width: 320px;
}*/

@media only screen and (max-width: 800px) {
    .blogtitle h1 {
        /*font-size: 15px;
        font-weight: 400;*/
        text-align: center;
    }
}

.blogtitle span {
    /*font-size: 21px;*/
    /*font-weight: 400;
    color: #808080;*/
}

.blogtitle img {
    max-width: 980px;
}


.blogul ul,
.blogul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*.blogul ul {
    margin: 2em 0;
}*/

.blogul li {
    margin: 1em;
    margin-left: 3em;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

    .blogul li:first-child {
        margin-top: 0;
    }

    .blogul li i {
        float: left;
        margin-left: -1.5em;
        color: #8a8778;
    }


