﻿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: #252525 !important;
}

.color2 {
    /*color:#CA232B !important;*/
    /*color: #d2242b !important;*/
    color: #ed1c24 !important;
}

.color3 {
    color: #808080 !important;
}

.color4 {
    color: #025fbe !important;
}

.bgcolor1 {
    background-color: #252525 !important;
}

.bgcolor2 {
    background-color: #ed1c24 !important;
}

.bgcolor3 {
    background-color: #808080 !important;
}

.bgcolor4 {
    background-color: #025fbe !important;
}

.bg-light {
    background-color: #f8f8f8 !important;
}

.alignleft {
    text-align: left!important;
}

.alignright {
    text-align: right !important;
}

.text-uppercase {
    text-transform: uppercase!important;
}

p.fs18 {
    font-size: 18px!important;
}
p.fs14 {
    font-size: 14px!important;
}
.fs13 {
    font-size: 13px!important;
}
.fs12 {
    font-size: 12px!important;
}

.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;
}

@media only screen and (max-width: 768px) {

    .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: 15px 0 !important;
    color: #000 !important;
    -webkit-appearance: none !important;
    overflow: hidden !important;
    z-index: 1 !important;
    /*********************/
    -webkit-tap-highlight-color: transparent !important;
    border-radius: 25px !important;
    /*border: 2px solid #ed1c24 !important;*/
    border: 1px solid #e5e7f2 !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: 48px !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:#252525;
}

.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: 400 !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 #ed1c24!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: #ed1c24 !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: #000 !important;
        font-family: inherit;
        font-size: 13px !important;
        font-weight: 700 !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: #000;
            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: #000;
            font-weight: 400;
            font-family: 'Open Sans', sans-serif!important;
        }

        .ts-control input::-ms-input-placeholder, /* Microsoft Edge */
        input::-ms-input-placeholder {
            color: #000;
            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: #000;
    border: 0 solid #d0d0d0;
    font-family: 'Open Sans', sans-serif!important;
}

.ts-dropdown .create:hover, .ts-dropdown .option:hover, .ts-dropdown .active {
    background-color: #ed1c24 !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: #252525 !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: #5a5a5a;
    opacity: 0.5;
    /* margin: 0 20px 0 0; */
}

/******** 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: #ddd;
    border: solid 1px #ddd;*/
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #808081;
    /*margin-top: 1rem !important*/
}

/******** 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: #ed1c24;
    border-color: #ed1c24;    
}
    .classengeneral::after {
        content: "";
        position: absolute;
        right: 100%;
        border: 9px solid transparent;
        border-right: 9px solid #ed1c24;
    }

.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: 13px;
    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: 25px;
    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: #808081;*/
    background-color: transparent;
    transform: translateX(2px);
    height: 48px;
    outline: none !important;
    padding: 0 10px;
    color: #252525;
}

    .codebutton:hover {
        color: #000;
        text-decoration: none;
        /*background-color: #ed1c24;*/
        /*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: #252525;
}

    .codebutton-first:hover {
        color: #000;
        text-decoration: none;
        /*background-color: #ed1c24;*/
        /*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;
    /*padding-top: 150px;*/
}

.areainput::before {
    position: absolute;
    display: block;
    top: .75rem;
    right: 1rem;
    color: #ed1c24;
    font-family: FontAwesome;
    content: '\f041';
    font-size: 1rem;
    z-index: 999;
}
.codeinput::before {
    position: absolute;
    display: block;
    top: .75rem;
    right: 1rem;
    color: #ed1c24;
    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: #999 !important;
        /*background: #ed1c24;*/
        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: #ed1c24 !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: #252525;
    display: inline-block;
    /*text-align: center;*/
    white-space: nowrap;
    height: 46px;
    padding: 0 10px 0 10px;
    border: 1px solid #252525;
    /*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 #252525;
        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: #252525 !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: #252525 !important;
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
    background: #252525 !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 #ed1c24;
}
.freeprivacypolicy-com---palette-dark .cc-cp-body {
    background: #474646 !important;
    color: #f5f5f5;
}
/*.freeprivacypolicy-com---palette-dark .cc-cp-body-content {
    background: #474646 !important;
    color: #f5f5f5;
}*/
/*.freeprivacypolicy-com---palette-dark .cc-pc-head-title {
    background-image: url(../images/logo.svg) !important;
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: 15px 10px;
}*/
.freeprivacypolicy-com---palette-dark .cc-pc-head-title-text {
    color: #252525;
    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%;
}

.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;
}

    .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: 520px;
    background-color: #666;
}

.container-photos-in img {
    width: 100%;
    height: 520px;
    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: #666;
    }

        .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%;
        }
}

.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;
    }
}

.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: #fff;
    padding: 3px 6px;
    color: #000;
    /*border-radius: 4px;*/
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

.infoboxred {
    background: #000;
    padding: 3px 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

    .infoboxred i {
        margin-right: 5px;
    }

.infoboxblack {
    background: #000;
    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: #000;
    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, #f3f4f6, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to right, #f3f4f6, 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: #252525;
        -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: #252525;
            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: #252525;
    border-color: #252525;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    color: #252525;
}

.cd-horizontal-timeline .events a.selected::after {
    color: #fff;
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: #252525;
        border-color: #252525;
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #252525;
}

@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: #252525;
}

.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: #252525;
    }

    .cd-horizontal-timeline .events-content h2 {
        font-weight: bold;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.2;
        color: #252525;
    }

    .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: #ed1c24;
        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: #252525;
        font-weight: 400;
        /*background-color: #c8c8c8;*/
    }

    .tabs__btn:hover {
        color: #ed1c24;
        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: #252525;
    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;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !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: #ed1c24;
    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: #ed1c24;
        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: #f3f4f6;
}

    .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: #ed1c24;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .GuideRoute__container .GuideRoute__description_text {
        color: #808080;
        font-size: 18px;
    }

.accordionlist ul {
    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: #4d4d4d
}

.accordionlist li:last-child {
    padding-bottom: 10px;
}

    .accordionlist li:before {
        float: left;
        display: block;
        /*content: '\2605';*/
        content: '\f101';
        font-family: FontAwesome;
        color: #ed1c24;
        margin: 0 30px 0 0;
    }

.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: 14px;
    color: #4d4d4d;
    font-weight: 500;
}

    .bulletlist li:last-child {
        padding-bottom: 10px;
    }

    .bulletlist li:before {
        float: left;
        display: block;
        /*content: '\2605';*/
        content: '\f00c';
        font-family: FontAwesome;
        color: #ed1c24;
        margin: 0 30px 0 0;
    }

.numberlist li {
    line-height: 1.5;
    /*text-indent: -30px;*/
    padding: 2px 0 2px 0;
    text-align: left;
    font-size: 14px;
    color: #4d4d4d;
    margin-left: 15px;
}

    .numberlist li:last-child {
        padding-bottom: 10px;
    }

    .numberlist li::marker {
        float: left;
        display: block;
        color: #ed1c24;
        /*margin: 0 30px 0 0;*/
    }
    
    .sync-map {
        position: absolute;
        top: 10px;
        left: 50%;
        /*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;
}


.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: fixed;
    top: 140px;
    right: 20px;
    /*border: 1px solid #E2E2E2;*/
    margin-left: 10px;
    height: 44px;
    width: 44px;
    padding: 0 6px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    background-color: #252525;
    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;
}


    a.pxp-map-toggle:hover {
        background-color: #ed1c24;
        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: #ed1c24;
        color: #fff;
        border: 1px solid #ed1c24;
    }*/

a.pxp-list-toggle {
    position: fixed;
    top: 10px;
    right: 20px;
    height: 44px;
    width: 44px;
    padding: 0 12px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    background-color: #252525;
    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: #ed1c24;
        color: #fff;
    }

    a.pxp-list-toggle.pxp-active {
        display: block;
    }

a.pxp-full-list {
    position: fixed;
    top: 190px;
    right: 20px;
    height: 44px;
    width: 44px;
    padding: 0 12px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    background-color: #252525;
    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;
}

a.pxp-full-list:hover {
    background-color: #ed1c24;
    color: #fff;
}

a.pxp-full-list.pxp-active {
    display: block;
}

a.pxp-fulllist-toggle {
    position: fixed;
    top: 140px;
    right: 20px;
    height: 44px;
    width: 44px;
    padding: 0 12px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    background-color: #252525;
    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: #ed1c24;
        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: #ed1c24;*/
    /*background-color: rgba(242,242,243,1);*/
    /*background-color: #fff;*/
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

.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: 75vh;
    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-family: 'Noto Serif', serif;
        font-weight: 400;
        font-size: 4vw;
        color: #fff !important;
        line-height: 1.2em;
    }

/*.about_parallax_bg {
    height: 85vh;
    background-image: url('/images/mykonos.png');
    background-size: cover;
}*/

.gv_parallax_bg {
    background-image: url('/images/bg/gv.png');
}

.serv_parallax_bg {
    background-image: url('/images/bg/serv.jpg');
}

.languageset a {
width: auto;
}

.nav-holder nav li.languageset a::before {
    background: none;
}

.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: 1%;
    /*margin: 0;*/
    min-width: 300px;
    /*max-width: 480px;*/
    max-height: 435px;
    width: 31.33%;
    /*background: #3085a3;*/
    background: #494949;
    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;
}

.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: 1em;
    padding: 10px 5px;
    font-family: 'Noto Serif', serif;
}

        .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.9em;
        padding-top: 5px;
    }

        .grid figure p span {
            text-transform: uppercase;
            font-size: 0.8em;
        }

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.75;
    -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: 1.25em 2em 0;
        width: 100%;
        height: 40%;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
    }

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    text-align: center;
}

figure.effect-lily h2 {
    background: #ed1c24bf;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,1);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

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: #35353580;
    -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;
    }
}

/*************************************************/

.inline-facts h6 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Noto Serif', serif;
}

.num {
    font-family: 'Noto Serif', serif;
}

.inline-facts h6 a,
.inline-facts h6 a:visited {
    color: #eee;
    opacity: 0.90;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
}
    .inline-facts h6 a:hover {
        color: #ffffff;
        opacity: 1;
        text-decoration: underline;
    }

/*************** 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: 120px;
    width: 210px;
    float: left;
    position: fixed;
    bottom: 175px;
    left: -140px;
    z-index: 9999 !important;
    background: #000;
    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: 15px;
    padding: 20px;
}

/*#callicon1 {
    position: absolute;
    right: 225px;
    bottom: 0;
    padding: 20px;
    background: ##ed1c24;
    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: #000;
    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/parallax2.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, #383838 10%, rgb(122, 122, 122, 0.60) 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: #ffffff1a;
            min-height: 250px;
        }

    @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: 280px;
                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: #ffffffa6;
            margin-top: -10px;
        }

    .align-center {
        text-align: center !important;
    }

.contact-item {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 28px 16px -26px #ddd;
    -moz-box-shadow: 0 28px 16px -26px #ddd;
    box-shadow: 0 28px 16px -26px #ddd;
}

    .contact-item img {
        width: auto;
        height: 100px;
        margin-bottom: 10px;
    }

.about-title {
    text-align: center!important;
}

.rightborder {
    border-right: solid 10px #ddd;
}

.boxshadow {
    -webkit-box-shadow: 0 28px 16px -26px #808080;
    -moz-box-shadow: 0 28px 16px -26px #808080;
    box-shadow: 0 28px 16px -26px #808080;
}

.iconservice {
    font-size: 64px;
    color: #ed1c24;
}

@media only screen and (max-width: 800px) {
    .iconservice {
        font-size: 54px;
        margin-top: 40px;
    }
}

.whyusfirst {
    max-width: 60px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

/******* TOP BAR *******/

/* Add a black background color to the top navigation */
.topnav {
    background-color: #042132;
    overflow: hidden;
    z-index: 1;
    height: 30px;
    width: 100%;
    /*position: sticky;
    top: 0;
    left: 0;*/
    padding: 4px 75px 4px 55px;
    display: none;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        /*float: left;
        display: block;*/
        color: #ddd;
        /*text-align: left;
        padding: 4px 30px;*/
        text-decoration: none;
        font-size: 14px;
        /*font-weight: 600;*/
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            /*background-color: #ddd;*/
            color: #fff;
        }

            .topnav a:hover.toptext {
                text-decoration: underline;
            }

    .topnav i {
        color: #cecece;
    }

    .topnav a.topicon:hover i {
        color: #fff;
    }

    .tophours {
        color: #ddd !important;
        font-size: 13px;
    }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
        display: none;
    }

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
/*@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}*/

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1070px) {
    .topnav {
        background-color: #252525;
        overflow: hidden;
        z-index: 1;
        height: 30px;
        width: 100%;
        padding: 4px 8px;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav .toptext {
        display: none;
    }

        .topnav a:hover.toptext {
            display: none;
        }

        .topnav a:hover {
            text-decoration: none !important;
        }

        .topnav a:hover i {
            color: #fff;
        }

    .tophours {
        display: none;
    }

        /*.topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }*/

        .topnav.responsive a {
            float: none;
            display: block;
            /*text-align: left;*/
        }
}
/******* TOP BAR END *******/


.widget-title {
    font-size: 2rem;
}