﻿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: #b40101 !important;
}

.color2 {
    color: #343342 !important;
}

.color3 {
    color: #6d797a !important;
}

.bgcolor1 {
    background-color: #b40101 !important;
}

.bgcolor2 {
    background-color: #343342 !important;
}

.bgcolor3 {
    background-color: #6d797a !important;
}

.bg-light {
    background-color: #F7F7F7 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.alignleft {
    text-align: left!important;
}

.alignright {
    text-align: right !important;
}

.aligncenter {
    text-align: center !important;
}

.copyalignleft {
    text-align: left;
}

.copyalignright {
    text-align: right;
}

.copyfloatleft {
    float: left;
}

.copyfloatright {
    float: right;
}

.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;
    }

        /*.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 {
    /*border: 1px solid #d0d0d0;*/
    /*padding: 8px 8px;*/
    /*padding-right: 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    min-height: 46px;
    padding: .375rem 2rem .375rem 1rem !important;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2 !important;
    line-height: 32px!important;*/
    /*font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;*/
    /*background: #F5F7FB !important;*/
    width: 100% !important;
/*    padding: 15px 0 !important;*/
    border-radius: 4px !important;
    color: #343342 !important;
    -webkit-appearance: none !important;
    overflow: hidden !important;
    z-index: 1 !important;
    /*********************/
    -webkit-tap-highlight-color: transparent !important;
    border-radius: 5px !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: 14px !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: #F5F7FB!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:#b40101;
}

.hidearrow .ts-control:after {
    display: none !important;
}

.ts-dropdown [data-selectable].option {
    text-align: left!important;
}

    /*.ts-control:focus-within {
        border: 1px solid #343342!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: #343342 !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: #343342 !important;
        font-family: inherit;
        font-size: 14px!important;
        font-weight: 400;
        line-height: 1.5;
        vertical-align: middle;
        font-smoothing: inherit;
    }

        .ts-control input::placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
        input::placeholder {
            color: #343342;
            opacity: 1; /* Firefox */
            font-weight: 400;
        }

        .ts-control input:-ms-input-placeholder, /* Internet Explorer 10-11 */
        input:-ms-input-placeholder {
            color: #343342;
            font-weight: 400;
        }

        .ts-control input::-ms-input-placeholder, /* Microsoft Edge */
        input::-ms-input-placeholder {
            color: #343342;
            font-weight: 400;
        }

.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: #343342;
    border: 0 solid #d0d0d0;
}

.ts-dropdown .create:hover, .ts-dropdown .option:hover, .ts-dropdown .active {
    background-color: #b40101 !important;
    color: #fff!important;
}
.ts-dropdown [data-selectable] .highlight {
    /*background: rgba(205, 170, 36, 0.5)!important;*/
    background: none!important;
    border-radius: 1px;
}

.plugin-clear_button .clear-button {
    opacity: 0;
    position: absolute;
    top: 8px;
    right: calc(8px - 6px);
    margin-right: 0 !important;
    background: transparent !important;
    transition: opacity 0.5s;
    cursor: pointer;
    color: #b40101 !important;
}

/*.hidearrow .nice-select {
    height: auto;
}*/



/******** 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: #878C9F;
    /*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: #343342;
    border-color: #343342;    
}
    .classengeneral::after {
        content: "";
        position: absolute;
        right: 100%;
        border: 9px solid transparent;
        border-right: 9px solid #343342;
    }

.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: 20px;
    font-weight: 500;
    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 !important;
    /*font-family: Arial, sans-serif;*/
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

    .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: 114px;
    background-color: #6d797a;
    border-color: #6d797a;
}

    .classUP::after {
        border-left-color: #6d797a;
    }

.classNR {
    width: 114px;
    background-color: #6d797a;
    border-color: #6d797a;
}

    .classNR::after {
        border-left-color: #6d797a;
    }

/******** 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: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 15px;
    z-index: 2;
    border: none;
    cursor: pointer;
    color: white;
    /*background-color: #878C9F;*/
    background-color: transparent;
    transform: translateX(2px);
    height: 48px;
    outline: none !important;
    padding: 0 10px;
    color: #b40101;
}

    .codebutton:hover {
        color: #474646;
        text-decoration: none;
        /*background-color: #343342;*/
        /*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: #343342;
    font-family: FontAwesome;
    content: '\f041';
    font-size: 1rem;
    z-index: 999;
}
.codeinput::before {
    position: absolute;
    display: block;
    top: .75rem;
    right: 1rem;
    color: #343342;
    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: #343342;*/
        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: #343342 !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: #b40101;
    display: inline-block;
    /*text-align: center;*/
    white-space: nowrap;
    height: 46px;
    padding: 0 10px 0 10px;
    border: 1px solid #b40101;
    /*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 #b40101;
        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: #b40101 !important;
}
    .freeprivacypolicy-com---palette-dark .cc-nb-okagree:focus,
    .freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
        box-shadow: 0 0 0 2px #6d797a !important;
    }

.freeprivacypolicy-com---palette-dark .cc-nb-reject {
    color: #fff!important;
    background-color: #b40101 !important;
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
    background: #b40101 !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 #343342;
}
.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: #b40101;
    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: 250px;
    background-color: #000;
}

.container-photos img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: 50% 50%;
}

.has_one_column .container-photos {
    height: 210px;
    background-color: #000;
}

.has_one_column .container-photos img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: 50% 50%;
}

.geodir-category-location {
    font-size: 16px;
    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: 480px;
    background-color: #666;
}

.container-photos-in img {
    width: 100%;
    height: 480px;
    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: #6d797a;*/
    color: #787c86;
    font-family: "Font Awesome 6 Pro";
    content: '\f0ac';
    font-size: 14px;
    font-weight: 300;
}

.infoboxred {
    background: #b40101;
    padding: 3px 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    display: block;
}

.infoboxred i {
    margin-right: 5px;
}

.infoboxblack {
    background: #343342;
    padding: 3px 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    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: #b40101;
    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;
}

.ts-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 150px!important;
    overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.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%;
    }

.video-whyus {
    /* override other styles to make responsive */
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-whyus iframe,
    .video-whyus object,
    .video-whyus embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videoblog h2 {
    font-size: 2rem;
    color: #fff;
}

/* -------------------------------- 

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, #F5F7FB, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to right, #F5F7FB, 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: #b40101;
        -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: #b40101;
            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: #b40101;
    border-color: #b40101;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    color: #b40101;
}

.cd-horizontal-timeline .events a.selected::after {
    color: #fff;
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: #b40101;
        border-color: #b40101;
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #b40101;
}

@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: #b40101;
}

.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: #b40101;
    }

    .cd-horizontal-timeline .events-content h2 {
        font-weight: bold;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.2;
        color: #b40101;
    }

    .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: #343342;
        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: #b40101;
        font-weight: 400;
        /*background-color: #c8c8c8;*/
    }

    .tabs__btn:hover {
        color: #343342;
        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: #b40101;
    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: #343342;
    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: #343342;
        font-weight: 400;
        margin-top: 4px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .GuideStep .GuideStep__container .GuideStep__description {
        font-size: 16px;
        color: #6d797a;
    }

.GuideInstructionSet__wrapper {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    background: #F5F7FB;
}

    .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: #6d797a;
    }

    .GuideInstructionSet__wrapper .Guide_instruction__content ul {
        color: #6d797a;
        font-size: 16px;
        margin: 15px 0;
    }

    .GuideInstructionSet__wrapper .Guide_instruction__content .Guide__instruction__footer {
        font-weight: 600;
        font-size: 16px;
        color: #6d797a;
    }

.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: #343342;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .GuideRoute__container .GuideRoute__description_text {
        color: #6d797a;
        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: 15px;
    color: #3b4249
}

.accordionlist li:last-child {
    padding-bottom: 10px;
}

    .accordionlist li:before {
        float: left;
        display: block;
        /*content: '\2605';*/
        content: '\f101';
        font-family: FontAwesome;
        color: #b40101;
        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: 90px;
    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: #343342;
    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: #b40101;
        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: #343342;
        color: #fff;
        border: 1px solid #343342;
    }*/

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: #343342;
    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: #b40101;
        color: #fff;
    }

    a.pxp-list-toggle.pxp-active {
        display: block;
    }

a.pxp-full-list {
    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: #343342;
    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: #b40101;
    color: #fff;
}

a.pxp-full-list.pxp-active {
    display: block;
}

a.pxp-fulllist-toggle {
    position: fixed;
    top: 90px;
    right: 20px;
    height: 44px;
    width: 44px;
    padding: 0 12px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    background-color: #343342;
    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: #b40101;
        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;
}

/***************************************/

/*section.parallax-section-about .kw-wrap .bg {
    height: 100vh;
    top: 80px;
}*/

.kw-section {
    /*display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 75vh;*/
    width: 100%;
    height: auto;
    padding: 10rem 0 10rem;
}

.kw-section.kwsmallpad {
    padding: 5rem 0 5rem;
}

.kw-section h1,
.kw-section .h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 300;
    text-align: left;
}

    .kw-section h2,
    .kw-section .h2 {
        color: #fff;
        font-size: 44px;
        font-weight: 300;
        text-align: center;
    }

.kwbox {
    position: absolute;
    top: -80px;
    right:0;
    width: 80px;
}

.kwboxcenter {
    position: absolute;
    top: -80px;
    left: calc(50% - 40px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
}

.kwboxin {
    position: relative;
    /*top: -80px;*/
    right: 0;
    width: 60px;
}

@media only screen and (max-width: 1280px) {
    .kwboxin {
        position: relative;
        /*top: -80px;*/
        width: 60px;
        padding-top: 10px;
    }
}

    .kwbg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-origin: content-box;
    }


    @media only screen and (max-width: 800px) {
        .kw-section {
            width: 100%;
            height: auto;
            padding: 15rem 0 5rem;
        }

            .kw-section h1,
            .kw-section .h1 {
                color: #fff;
                font-size: 40px;
                font-weight: 300;
                text-align: left;
            }
    }

    .careerbox2 {
        position: relative;
        /*top: 330px;*/
        left: 0;
        padding: 20px 0;
        width: 55%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: left;
    }

    .careerbox2a {
        position: relative;
        top: 80px;
        right: 5%;
        background: #fff;
        padding: 20px 30px;
        width: 45%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 2;
        float: left;
    }

    .career2 h2 {
        text-align: left;
        font-size: 44px;
        font-weight: 700;
        color: #343342;
    }

    .career2 p {
        text-align: left;
        font-size: 18px;
        line-height: 1.75;
        color: #343342;
    }

    @media only screen and (max-width: 1280px) {

        .careerbox2 {
            position: relative;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .careerbox2a {
            position: relative;
            top: 0;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
            background: #fff;
            /*margin: 0 0.5%;*/
        }

        .career2 h2 {
            font-size: 36px;
        }
    }

    .careerbox3 {
        position: relative;
        /*top: 330px;*/
        left: 0;
        padding: 20px 0;
        width: 100%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: left;
    }

    .careerbox3a {
        position: relative;
        /*left: 0;*/
        padding: 20px 0;
        width: 34%;
        overflow: hidden;
        z-index: 1;
        float: left;
        background: #000;
        margin: 0 0.5%;
    }

    .careerbox3b {
        position: relative;
        padding: 20px 0;
        width: 24%;
        overflow: hidden;
        z-index: 1;
        float: left;
        background: #000;
        margin: 0 0.5%;
    }

    .careerbox3c {
        position: relative;
        padding: 20px 0;
        width: 39%;
        overflow: hidden;
        z-index: 1;
        float: left;
        background: #000;
        margin: 0 0.5%;
    }

    .careerbox3in {
        border-left: solid 3px #b40101;
        margin-left: 20px;
        padding-left: 15px;
    }

    .career3 h2 {
        text-align: left;
        font-size: 44px;
        font-weight: 700;
        color: #343342;
    }

    .career3 h3 {
        text-align: left;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
    }

    .career3 p {
        text-align: left;
        font-size: 18px;
        line-height: 2;
        color: #dfdfdf;
    }

    .careerimg3 {
        position: absolute;
        bottom: 30px;
        left: 180px
    }

    @media only screen and (max-width: 1280px) {

        .careerbox3 {
            position: relative;
            left: 5%;
            top: 0;
            padding: 20px 0;
            width: 90%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .careerbox3a {
            position: relative;
            left: 5%;
            padding: 20px 0;
            width: 90%;
            overflow: hidden;
            z-index: 1;
            float: left;
            background: #000;
            margin: 0 0.5%;
        }

        .careerbox3b {
            position: relative;
            left: 5%;
            padding: 20px 0;
            width: 90%;
            overflow: hidden;
            z-index: 1;
            float: left;
            background: #000;
            margin: 0 0.5%;
        }

        .careerbox3c {
            position: relative;
            left: 5%;
            padding: 20px 0;
            width: 90%;
            overflow: hidden;
            z-index: 1;
            float: left;
            background: #000;
            margin: 0 0.5%;
        }

        .career3 h2 {
            font-size: 36px;
        }
    }

    .career4 {
        position: relative;
    }

    .careerbox4 {
        position: relative;
        /*top: 330px;*/
        left: 0;
        padding: 20px 20px 20px 110px;
        width: 50%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: left;
        background: #000;
    }

    .careerbox4a {
        position: relative;
        top: 80px;
        left: 5%;
        background: #F5F7FB;
        padding: 20px 30px;
        width: 40%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 2;
        float: left;
    }

    .career4 h2 {
        text-align: right;
        font-size: 44px;
        font-weight: 700;
        color: #343342;
    }

    .career4 h3 {
        text-align: left;
        font-size: 38px;
        font-weight: 700;
        color: #b40101;
    }

    .career4 p {
        text-align: left;
        font-size: 28px;
        line-height: 1.25;
        color: #dfdfdf;
    }

    .careerbox4in {
        padding: 30px 30px 30px 110px;
        width: 80%;
        background: #000;
    }

    @media only screen and (max-width: 1024px) {

        .careerbox4a {
            position: relative;
            left: 5%;
            top: 0;
            padding: 0 0 20px 0;
            width: 90%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .careerbox4 {
            position: relative;
            left: 10%;
            top: 0;
            padding: 20px;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
            background: #000;
        }

        .career4 h2 {
            text-align: left;
            padding-left: 10px;
            font-size: 36px;
        }
    }

    .careerbox5a {
        position: relative;
        /*top: 330px;*/
        left: 0;
        padding: 20px 0;
        width: 49%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: left;
    }

    .careerbox5b {
        position: relative;
        /*top: 330px;*/
        right: 0;
        padding: 20px 0;
        width: 45%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: right;
    }

    .careerbox5 {
        position: relative;
        top: 30px;
        left: 15%;
        background: #000;
        padding: 20px 30px;
        width: 45%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        border-top: solid 10px #b40101;
        z-index: 2;
        float: left;
    }

    .career5 h2 {
        text-align: left;
        font-size: 44px;
        font-weight: 700;
        color: #343342;
    }

    .career5 h3 {
        text-align: left;
        font-size: 28px;
        font-weight: 600;
        color: #fff;
    }

    .career5 p {
        text-align: left;
        font-size: 18px;
        line-height: 1.75;
        color: #fff;
    }

    .career5 .careerother p {
        text-align: left;
        font-size: 16px;
        line-height: 1.25;
        color: #fff;
    }

    /*.careerbox5in {    
    padding-bottom: 20px;
}*/

.mapplus4 {
    position: relative;
}

.mapplus4box4 {
    position: relative;
    /*top: 330px;*/
    left: 0;
    padding: 20px 20px 20px 140px;
    width: 40%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
    background: #000;
}

.mapplus4box4a {
    position: relative;
    top: 80px;
    left: 5%;
    background: #F5F7FB;
    padding: 20px 30px;
    width: 50%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 2;
    float: left;
}

.mapplus4 h2 {
    text-align: right;
    font-size: 44px;
    font-weight: 700;
    color: #343342;
}

.mapplus4 h3 {
    text-align: left;
    font-size: 38px;
    font-weight: 700;
    color: #b40101;
}

.mapplus4 p {
    text-align: left;
    font-size: 28px;
    line-height: 1.25;
    color: #dfdfdf;
}

.mapplus4box4in {
    padding: 30px 30px 30px 110px;
    width: 80%;
    background: #000;
}

@media only screen and (max-width: 1024px) {

    .mapplus4box4a {
        position: relative;
        left: 5%;
        top: 0;
        padding: 0 0 20px 0;
        width: 90%;
        overflow: hidden;
        z-index: 1;
        float: left;
    }

    .mapplus4box4 {
        position: relative;
        left: 10%;
        top: 0;
        padding: 20px;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
        background: #000;
    }

    .mapplus4 h2 {
        text-align: left;
        padding-left: 10px;
        font-size: 36px;
    }
}

.mapplus5box5a {
    position: relative;
    /*top: 330px;*/
    left: 0;
    padding: 20px 0;
    width: 34%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
}

.mapplus5box5b {
    position: relative;
    /*top: 330px;*/
    top: 50px;
    right: 0;
    padding: 20px 0;
    width: 50%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: right;
}

.mapplus5box5 {
    position: relative;
    top: 30px;
    left: 5%;
    background: #000;
    padding: 20px 30px;
    width: 50%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    border-top: solid 10px #b40101;
    z-index: 2;
    float: left;
}

.mapplus5 h2 {
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    color: #343342;
}

.mapplus5 h3 {
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.mapplus5 p {
    text-align: left;
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
}

.mapplus5 .careerother p {
    text-align: left;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
}

@media only screen and (max-width: 1280px) {

    .mapplus5box5a {
        position: relative;
        /*top: 330px;*/
        left: 10%;
        right: 30px;
        padding: 20px 0;
        width: 80%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: none;
    }

    .mapplus5box5b {
        position: relative;
        /*top: 330px;*/
        left: 10%;
        padding: 20px 0;
        width: 80%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: none;
    }

    .mapplus5box5 {
        position: relative;
        top: 20px;
        left: 10%;
        background: #000;
        padding: 20px 30px;
        width: 80%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        border-top: solid 10px #b40101;
        z-index: 2;
        float: none;
    }

    .mapplus5 h2 {
        font-size: 36px;
    }
}

    .showinlg {
        display: block;
    }

    .hideinlg {
        display: none;
    }

    @media only screen and (max-width: 1280px) {

        .careerbox5a {
            position: relative;
            /*top: 330px;*/
            left: 10%;
            right: 30px;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            /*margin-bottom: 80px;*/
            z-index: 1;
            float: none;
        }

        .careerbox5b {
            position: relative;
            /*top: 330px;*/
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            /*margin-bottom: 80px;*/
            z-index: 1;
            float: none;
        }

        .careerbox5 {
            position: relative;
            top: 20px;
            left: 10%;
            background: #000;
            padding: 20px 30px;
            width: 80%;
            overflow: hidden;
            /*margin-bottom: 80px;*/
            border-top: solid 10px #b40101;
            z-index: 2;
            float: none;
        }

        .career5 h2 {
            font-size: 36px;
        }
    }

    .careerbox6a {
        position: relative;
        /*top: 330px;*/
        left: 0;
        padding: 20px 0;
        width: 49%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: left;
    }

    .careerbox6b {
        position: relative;
        /*top: 330px;*/
        right: 0;
        padding: 20px 0;
        width: 45%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: right;
    }

    .careerbox6 {
        position: relative;
        top: 30px;
        left: 20%;
        background: #F5F7FB;
        padding: 20px 30px 10px;
        width: 40%;
        overflow: hidden;
        z-index: 2;
        float: left;
    }

    .career6 h2 {
        text-align: left;
        font-size: 44px;
        font-weight: 700;
        color: #343342;
    }

    .career6 h3 {
        text-align: left;
        font-size: 28px;
        font-weight: 600;
        color: #000;
        padding-top: 20px;
    }

    .career6 p {
        text-align: left;
        font-size: 22px;
        line-height: 1.25;
        color: #000;
    }

    /*.careerbox6in {    
    padding-bottom: 20px;
}*/

    @media only screen and (max-width: 1280px) {

        .careerbox6a {
            position: relative;
            left: 10%;
            top: 0;
            /*right: 30px;*/
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            /*margin-bottom: 80px;*/
            z-index: 1;
            float: none;
        }

        .careerbox6b {
            position: relative;
            /*top: 330px;*/
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            /*margin-bottom: 80px;*/
            z-index: 1;
            float: none;
        }

        .careerbox6 {
            position: relative;
            top: 20px;
            left: 10%;
            background: #F5F7FB;
            padding: 20px 30px;
            width: 80%;
            overflow: hidden;
            z-index: 2;
            float: none;
        }

        .career6 h2 {
            font-size: 36px;
        }
    }

.careerbox7 {
    position: relative;
    /*top: 330px;*/
    left: 0;
    padding: 20px 0;
    width: 55%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
}

.careerbox7a {
    position: relative;
    top: 100px;
    left: 5%;
    background: #F5F7FB;
    padding: 20px 30px;
    width: 45%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 2;
    float: left;
}

.career7 h2 {
    text-align: right;
    font-size: 44px;
    font-weight: 700;
    color: #343342;
}

.career7 p {
    text-align: right;
    font-size: 18px;
    line-height: 1.75;
    color: #343342;
}

@media only screen and (max-width: 1280px) {

    .careerbox7 {
        position: relative;
        left: 10%;
        padding: 20px 0;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
    }

    .careerbox7a {
        position: relative;
        top: 0;
        left: 10%;
        padding: 20px;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
        /*margin: 0 0.5%;*/
    }

    .career7 h2 {
        font-size: 36px;
        text-align: left;
    }
    .career7 p {
        text-align: left;
    }
}

.careerbox8 {
    position: relative;
    /*top: 330px;*/
    left: 0;
    padding: 20px 0;
    width: 55%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
}

.careerbox8a {
    position: relative;
    top: 100px;
    left: 5%;
    background: #fff;
    padding: 20px 30px;
    width: 45%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 2;
    float: left;
}

.career8 h2 {
    text-align: right;
    font-size: 44px;
    font-weight: 700;
    color: #343342;
}

.career8 h3 {
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    color: #b40101;
    margin-top: 20px;
}

    .career8 h3 span {
        text-align: right;
        font-size: 48px;
        font-weight: 500;
        color: #b40101;
    }

.career8 p {
    text-align: right;
    font-size: 18px;
    line-height: 1.75;
    color: #343342;
}

@media only screen and (max-width: 1280px) {

    .careerbox8 {
        position: relative;
        left: 10%;
        padding: 20px 0;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
    }

    .careerbox8a {
        position: relative;
        top: 0;
        left: 10%;
        padding: 0;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
        background: #fff;
        /*margin: 0 0.5%;*/
    }

    .career8 h2 {
        font-size: 36px;
        text-align: left;
    }

    .career8 h3 {
        text-align: left;
        font-size: 24px;
    }

        .career8 h3 span {
            text-align: left;
            font-size: 44px;
        }

    .career8 p {
        text-align: left;
    }
}

.careerbox9 {
    position: relative;
    /*top: 330px;*/
    left: 0;
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: none;
    text-align: center;
}

.careerbox9a {
    position: relative;
    top: 100px;
    left: 0;
    background: #F5F7FB;
    padding: 20px;
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: none;
    text-align: center;
}

.career9 h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    color: #343342;    
}

.career9 h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #343342;
    margin-top: 20px;
    padding-bottom: 20px;
}

.career9 p {
    text-align: center;
    font-size: 18px;
    line-height: 1.75;
    color: #343342;
    padding-top: 10px;
}

@media only screen and (max-width: 1280px) {

    .careerbox9 {
        position: relative;
        left: 10%;
        padding: 20px 0;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
    }

    .careerbox9a {
        position: relative;
        top: 0;
        left: 10%;
        padding: 20px;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
        background: #fff;
        /*margin: 0 0.5%;*/
    }

    .career9 h2 {
        font-size: 36px;
    }

}

    .career11 h2 {
        text-align: left;
        font-size: 44px;
        font-weight: 700;
        color: #343342;
    }

    .career11 h3 {
        text-align: left;
        font-size: 28px;
        font-weight: 600;
        color: #000;
    }

    .career11 p {
        text-align: left;
        font-size: 18px;
        line-height: 1.75;
        color: #000;
    }

    /*.careerbox11in {    
    padding-bottom: 20px;
}*/


    .kwboxlogo {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: right !important;
    }

        .kwboxlogo img {
            position: absolute;
            top: 0;
            left: 70%;
            bottom: -40px;
            right: calc(10% - 120px);
            width: 120px; /* to keep proportions */
            height: auto; /* to keep proportions */
            /*max-width: 100%;*/ /* not to stand out from div */
            /*max-height: 100%;*/ /* not to stand out from div */
            margin: auto auto 0; /* position to bottom and center */
            text-align: right !important;
        }

    @media only screen and (max-width: 1280px) {
        .careerbox11 {
            position: relative;
            top: 20px;
            left: 40px;
            background: #fff;
            padding: 30px;
            width: 80%;
            overflow: hidden;
            margin-bottom: 20px;
        }

        .kwboxlogo {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: left !important;
        }

            .kwboxlogo img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 120px; /* to keep proportions */
                height: auto; /* to keep proportions */
                /*max-width: 100%;*/ /* not to stand out from div */
                /*max-height: 100%;*/ /* not to stand out from div */
                margin: 40px auto 0; /* position to bottom and center */
                text-align: right !important;
            }
    }

    /*************************************************************/

    h1.has-red-line {
        display: inline-block;
        position: relative;
        padding: 1.2rem 0 1.2rem 1.2rem;
        overflow: hidden;
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: 0.06rem;
        line-height: 2rem;
        margin: 0 auto 3rem;
        transition: all 0.41s ease-in;
        text-align: left;
    }

        h1.has-red-line:before {
            background: #ce011f;
            content: '';
            display: block;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            width: 0.2rem;
            vertical-align: middle;
        }

        h1.has-red-line span {
            opacity: 1;
            left: 0;
        }

    .kw-hero_content h2 {
        font-size: 1.75rem;
        font-weight: 700;
        letter-spacing: 0.06rem;
        line-height: 2.5rem;
        text-align: left;
    }

    .whyus_content {
        text-align: left;
    }

        .whyus_content h2 {
            font-size: 1.65rem;
            font-weight: 600;
            letter-spacing: 0.06rem;
            line-height: 2.5rem;
            text-align: left;
        }

        .whyus_content h3 {
            font-size: 1rem;
            font-weight: 600;
            letter-spacing: 0.03rem;
            line-height: 1.75rem;
            text-align: left;
        }

    .whybutton,
    .whybutton:visited,
    .whybutton:focus {
        position: relative;
        outline: none;
        border: none;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: 20px;
        font-family: 'Source Sans Pro', sans-serif;
        background: #343342 !important;
        font-size: 16px;
    }

        .whybutton:hover {
            background: #b40101 !important;
        }

section.single-whyus {
    /*padding: 400px 0 100px;*/
    margin: 0 auto 5rem;
}

.whyusbox {
    /*background: #000;
    padding: 20px 30px;
    width: 50%;
    overflow: hidden;
    z-index: 2;
    float: left;
    text-align: left;*/
    /*******************/
    position: relative;
    top: 150px;
    left: 15%;
    background: #000000;
    color: #ffffff;
    display: inline-block;
    max-width: 40rem;
    margin: 0;
    padding: 4rem;
    text-align: left;
    z-index: 99;
    width: 100%;
}

h1.whyusboxin {
    display: inline-block;
    position: relative;
    padding: 1.2rem 0 1.2rem 1.2rem;
    overflow: hidden;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.06rem;
    line-height: 2rem;
    margin: 0 auto 3rem;
    transition: all 0.41s ease-in;
    text-align: left;
    color: #fff;
}

    h1.whyusboxin:before {
        background: #ce011f;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        width: 0.2rem;
        vertical-align: middle;
    }

.whyusbox h2 {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.06rem;
    line-height: 2.5rem;
    text-align: left;
    color: #fff;
}

.whyusbox1 {
    position: relative;
    top: 0;
    left: 5%;
    padding: 20px 0;
    width: 45%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
}

.whyusbox1a {
    position: relative;
    top: 0;
    left: 10%;
    padding: 20px 30px;
    width: 40%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 2;
    float: left;
}

@media only screen and (max-width: 1280px) {

    .whyusbox {
        position: relative;
        top: 150px;
        left: 10%;
        background: #000000;
        color: #ffffff;
        display: inline-block;
        max-width: 40rem;
        margin: 0;
        padding: 4rem;
        text-align: left;
        z-index: 99;
        width: 80%;
    }

    .whyusbox1 {
        left: 10%;
        padding: 20px 0;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
    }

    .whyusbox1a {
        left: 10%;
        padding: 20px;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
        /*margin: 0 0.5%;*/
    }
}

.whyusbox2 {
    position: relative;
    left: 5%;
    padding: 20px 0;
    width: 35%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
}

.whyusbox2a {
    position: relative;
    left: 10%;
    padding: 20px 30px;
    width: 50%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 2;
    float: left;
}

@media only screen and (max-width: 1280px) {

    .whyusbox2 {
        left: 10%;
        padding: 20px 0;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
    }

    .whyusbox2a {
        left: 10%;
        padding: 20px;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
        /*margin: 0 0.5%;*/
    }
}

.whyusbox3 {
    position: relative;
    left: 5%;
    padding: 20px 0;
    width: 45%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
}

.whyusbox3a {
    position: relative;
    left: 10%;
    padding: 20px 30px;
    width: 45%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 2;
    float: left;
    text-align: left;
}

.whyusbox3b {
    position: relative;
    left: 10%;
    padding: 20px 30px;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 2;
    float: left;
    text-align: left;
}

    .whyusbox3a h1.has-red-line {
        display: inline-block;
        position: relative;
        left: 0;
        padding: 1.2rem 0 1.2rem 1.2rem;
        overflow: hidden;
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: 0.06rem;
        line-height: 2rem;
        margin: 0 auto 3rem;
        transition: all 0.41s ease-in;
    }

        .whyusbox3a h1.has-red-line:before {
            background: #ce011f;
            content: '';
            display: block;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            width: 0.2rem;
            vertical-align: middle;
            text-align: left;
        }

@media only screen and (max-width: 1280px) {

    .whyusbox3 {
        left: 10%;
        padding: 20px 0;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
    }

    .whyusbox3a {
        left: 10%;
        padding: 20px;
        width: 80%;
        overflow: hidden;
        z-index: 1;
        float: left;
        /*margin: 0 0.5%;*/
    }
}


    /*********************************************/

    .fs12 {
        font-size: 12px !important;
    }

    .fs14 {
        font-size: 14px !important;
    }

    .fs16 {
        font-size: 16px !important;
    }

.fs18 {
    font-size: 18px !important;
    line-height: 28px;
}

    .fs20 {
        font-size: 20px !important;
    }

.fs22 {
    font-size: 22px !important;
}

.map-container-n {
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: translate3d(0,0,0);
    z-index: 1;
}

    .map-container-n.column-map {
        /*width: calc(100% - 930px);*/
        width: 40%;
        /*position: fixed;*/
        position: sticky;
        overflow: hidden;
        left: 80px;
        top: 150px;
    }
.map-container-n.column-map.right-position-map {
    left: inherit;
    right: 0px;
}

.map-container-n.column-map.no-top_search {
    top: 80px;
}

    .map-container-n #map {
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100vh - 80px) !important;
        width: 100%;
        z-index: 990;
        margin: 0;
        padding: 0;
    }

.col-list-wrap-n {
    position: relative;
    /*width: 850px;*/
    /*width: 930px;*/
    width: 60%;
    float: right;
    padding-top: 120px;
    min-height: 100vh;
    z-index: 2;
    right: 0;
}

    .col-list-wrap-n.no-top-pad {
        padding-top: 0;
    }

.col-list-wrap_left {
    float: left;
}

/*.full, #map {
    margin: 0;
    padding: 0;*/
    /*height: 500px;*/
    /*height: 100vw;
}*/

/********** BLOG BOXES **********/

.kwwherebox {
    position: relative;
    top: 0;
    left: 5%;
    padding: 20px 40px;
    width: 90%;
    overflow: hidden;
    z-index: 1;
    float: left;
    margin-top: 10px;
}

.kwwhere {
    position: relative;
    top: 0;
    left: 0;
    max-width: 500px;
    float: left;
}

.kwwherein {
    position: relative;
    right: 0;
    width: 60px;
}


.blogbox1 {
    padding: 50px 0 0;
}

.blogbox1a {
    position: relative;
    top: 80px;
    left: 10%;
    padding: 20px 40px;
    width: 30%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
}

.blogbox1b {
    position: relative;
    /*top: 330px;*/
    right: 0;
    padding: 0;
    width: 55%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: right;
}

.blogbox1 h2 {
    text-align: left;
    font-size: 4rem;
    font-weight: 700;
    color: #343342;
}

.blogbox1 h3 {
    text-align: left;
    font-size: 2.5rem;
    line-height: normal;
    color: #343342;
}

.blogbox1 p {
    text-align: left;
    font-size: 1.5rem;
    line-height: normal;
    color: #6d797a;
    margin: 40px 0 20px;
}

.btnbox {
    border: solid 1px #6d797a;
    padding: 10px 40px;
    width: auto;    
}

@media only screen and (max-width: 1720px) {
    .blogbox1 h2 {
        font-size: 3rem;
    }
}

    @media only screen and (max-width: 1280px) {

        .blogbox1 {
            padding: 50px 0;
        }

        .blogbox1a {
            position: relative;
            top: 0;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
            /*margin: 0 0.5%;*/
        }

        .blogbox1b {
            position: relative;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .kwwherebox {
            position: relative;
            top: 0;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .blogbox1 h2 {
            font-size: 36px;
        }
    }


    .blogbox2 {
        padding: 100px 0;
    }

    .blogbox2a {
        position: relative;
        /*top: 330px;*/
        left: 10%;
        padding: 0;
        width: 40%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: left;
    }

    .blogbox2b {
        position: relative;
        top: 40px;
        left: 15%;
        padding: 20px 40px;
        width: 35%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        /*float: left;*/
    }

.blogbox2aleft {
    position: relative;
    /*top: 330px;*/
    top: 40px;
    left: 15%;
    padding: 20px 40px;
    width: 35%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
}

.blogbox2bleft {
    position: relative;    
    left: 10%;
    padding: 0;
    width: 40%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    /*float: left;*/
}

    .blogbox2 h2 {
        text-align: left;
        font-size: 3rem;
        font-weight: 700;
        color: #fff;
    }

    .blogbox2 h3 {
        text-align: left;
        font-size: 2.5rem;
        line-height: normal;
        color: #fff;
    }

    .blogbox2 p {
        text-align: left;
        font-size: 1.75rem;
        line-height: normal;
        color: #fff;
        margin: 40px 0 20px;
    }

    .btnbox {
        border: solid 1px #fff;
        padding: 10px 40px;
        width: auto;
    }

.blogshowonxs {
    display: none;
}

.bloghideonxs {
    display: block;
}

@media only screen and (max-width: 1720px) {
    .blogbox2 h2 {
        font-size: 2.5rem;
    }
}

    @media only screen and (max-width: 1280px) {

        .blogbox2 {
            padding: 80px 0;
        }

        .blogbox2b {
            position: relative;
            top: 0;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
            /*margin: 0 0.5%;*/
        }

        .blogbox2a {
            position: relative;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .kwwherebox {
            position: relative;
            top: 0;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .blogbox2aleft {
            position: relative;
            /*top: 330px;*/
            top: 0;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            /*margin-bottom: 80px;*/
            z-index: 1;
            float: left;
        }

        .blogbox2bleft {
            position: relative;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            /*margin-bottom: 80px;*/
            z-index: 1;
            /*float: left;*/
        }


        .blogshowonxs {
            display: block;
        }

        .bloghideonxs {
            display: none;
        }


        .blogbox2 h2 {
            font-size: 36px;
        }
    }

    .blogbox3,
    .blogbox4 {
        padding: 100px 0;
    }

        .blogbox3 h2 {
            font-size: 3rem;
            font-weight: 600;
            color: #343342;
            padding-bottom: 20px;
        }

        .blogbox4 h2 {
            font-size: 3rem;
            font-weight: 600;
            color: #fff;
            padding-bottom: 20px;
        }

        .blogbox4 h3 {
            font-size: 1.25rem;
            font-weight: 400;
            color: #fff;
            padding-top: 20px;
            padding-bottom: 20px;
            min-height: 240px;
        }


    @media only screen and (max-width: 1280px) {

        .blogbox3,
        .blogbox4 {
            padding: 80px 0;
        }

            .blogbox3 h2,
            .blogbox4 h2 {
                font-size: 36px;
            }
    }


    .blogbox5 {
        padding: 100px 0;
    }

        .blogbox5 h2 {
            font-size: 4rem;
            font-weight: 700;
            color: #fff;
        }

        .blogbox5 h3 {
            font-size: 2.5rem;
            line-height: normal;
            color: #fff;
        }

        .blogbox5 p {
            font-size: 1.75rem;
            line-height: normal;
            color: #fff;
            margin: 40px 0 20px;
        }

    @media only screen and (max-width: 1280px) {

        .blogbox5 {
            padding: 80px 0;
        }

            .blogbox5 h2 {
                font-size: 36px;
            }
    }

    .blogbox6 {
        padding: 100px 0;
    }

    .blogbox6a {
        position: relative;
        /*top: 330px;*/
        left: 0;
        padding: 0;
        width: 40%;
        overflow: hidden;
        /*margin-bottom: 80px;*/
        z-index: 1;
        float: left;
    }

        .blogbox6a img {
        max-width: 680px;
    }

.blogbox6b {
    position: relative;
    /*top: 100px;*/
    left: 5%;
    padding: 40px 20px;
    width: 30%;
    height: auto;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
    min-height: 480px;
}

    .blogbox6 h2 {
        text-align: left;
        font-size: 3rem;
        font-weight: 600;
        color: #fff;
    }

    .blogbox6 h3 {
        text-align: left;
        font-size: 2.5rem;
        line-height: normal;
        color: #fff;
    }

    .blogbox6 p {
        text-align: left;
        font-size: 1.5rem;
        line-height: normal;
        color: #fff;
        margin: 40px 0 20px;
    }

    @media only screen and (max-width: 1280px) {

        .blogbox6 {
            padding: 80px 0;
        }

        .blogbox6a {
            position: relative;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .blogbox6b {
            position: relative;
            top: 0;
            left: 10%;
            /*padding: 80px 0;*/
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
            /*margin: 0 0.5%;*/
        }

        .blogbox6 h2 {
            font-size: 36px;
        }
    }

.blogbutton,
.blogbutton:visited,
.blogbutton:focus {
    position: relative;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    background: #b40101 !important;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
}

        .blogbutton:hover {
            background: #343342 !important;
        }

    .blogbuttonw,
    .blogbuttonw:visited,
    .blogbuttonw:focus {
        position: relative;
        outline: none;
        border: none;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: 20px;
        font-family: 'Source Sans Pro', sans-serif;
        background: #fff !important;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 30px;
        color: #343342;
        /*padding: 15px;*/
        font-weight: 600;
    }

        .blogbuttonw:hover {
            background: #343342 !important;
            color: #fff;
        }

    /********** BLOG BOXES **********/

.eventbox2 {
    padding: 60px 0;
}

.eventbox2a {
    position: relative;
    /*top: 330px;*/
    left: 5%;
    padding: 0;
    width: 45%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
}

    .eventbox2a img {
        max-width: 780px;
        padding-left: 30px;
        padding-right: 30px;
    }

.eventbox2b {
    position: relative;
    /*top: 100px;*/
    left: 5%;
    right: 5%;
    padding: 40px 20px;
    width: 30%;
    /*height: auto;*/
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: left;
    min-height: 480px;
}

    .eventbox2b.eventbox2w40 {
        width: 40%;
    }
    .eventbox2b.eventbox2w50 {
        left: 5%;
        right: 0%;
        width: 40%;
    }

.eventbox2 img.redcircle {
    position: absolute;
    top: 60px;
    right: 60px;
    max-width: 200px;
    z-index: 2;
}

.eventbox2 img.redcirclexs {
    position: absolute;
    top: 0;
    right: 0px;
    max-width: 120px;
    display: none;
}

@media only screen and (max-width: 1288px) {
    .eventbox2 img.redcirclexs {
        top: -40px;
        right: 40px;
        max-width: 160px;
        display: block;
    }
    .eventbox2 img.redcircle {
        display: none;
    }
    .eventbox2a img {
        max-width: 780px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    .eventbox2 img.redcirclexs {
        top: -20px;
        right: 0;
        max-width: 140px;
        display: block;
    }

    .eventbox2 img.redcircle {
        display: none;
    }
}
@media only screen and (max-width: 668px) {
    .eventbox2 img.redcirclexs {
        top: -20px;
        right: -20px;
        max-width: 110px;
        display: block;
    }

    .eventbox2 img.redcircle {
        display: none;
    }
}

.eventbox2 h2 {
    text-align: left;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}

    .eventbox2 h3 {
        text-align: left;
        font-size: 2rem;
        line-height: normal;
        color: #fff;
    }

    .eventbox2 p {
        text-align: left;
        font-size: 1.75rem;
        line-height: normal;
        color: #fff;
        margin: 40px 0 20px;
    }

    @media only screen and (max-width: 1280px) {

        .eventbox2 {
            padding: 30px 0;
        }

        .eventbox2a {
            position: relative;
            left: 10%;
            padding: 20px 0;
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
        }

        .eventbox2b {
            position: relative;
            top: 0;
            left: 10%;
            /*padding: 80px 0;*/
            width: 80%;
            overflow: hidden;
            z-index: 1;
            float: left;
            /*margin: 0 0.5%;*/
        }

            .eventbox2b.eventbox2w40 {
                width: 80%;
            }
            .eventbox2b.eventbox2w50 {
                width: 90%;
            }

        .eventbox2 h2 {
            font-size: 36px;
        }
    }

.parallax-section.redvideo {
    background-image: url(../images/events/videobg.png) !important;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-section.redfr {
    background-image: url(../images/events/familyreunion/videobg.png) !important;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-section.redslider {
    background-image: url(../images/events/sliderbg.png) !important;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*************************************/

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
}

.videoWrapper43 {
    padding-top: 75%;
}

.videoWrapper169 {
    padding-top: 56%;
}

.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

    .videoPoster:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
        border: 5px solid #fff;
        border-radius: 100%;
        -webkit-transition: border-color 300ms;
        -moz-transition: border-color 300ms;
        transition: border-color 300ms;
    }

    .videoPoster:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        margin: -20px 0 0 -10px;
        border-left: 40px solid #fff;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        -webkit-transition: border-color 300ms;
        -moz-transition: border-color 300ms;
        transition: border-color 300ms;
    }

    .videoPoster:hover:before, .videoPoster:focus:before {
        border-color: #b40101;
    }

    .videoPoster:hover:after, .videoPoster:focus:after {
        border-left-color: #b40101;
    }

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

/*************************************/

.netcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*max-width: 1600px;*/
    width: 92%;
    margin: 0 auto;
}

.networkbox {
    position: relative;
    width: 480px;
    min-height: 400px;
    transform-style: preserve-3d;
    perspective: 1600px;
    transition: 1s;
    margin: 15px;
}

    .networkbox .Flipnetworkbox {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        transition: 1s;
        transform-style: preserve-3d;
        box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    }

    .networkbox .Front {
        cursor: pointer;
        padding-bottom: 80px;
    }

    .networkbox .Front,
    .networkbox .Back {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        /*cursor: pointer;*/
        transition: .5s;
        backface-visibility: hidden;
        background-color: #fff;        
    }

        .networkbox .Front img {
            width: 100%;
            height: 100%;
        }

        .networkbox .Front div {
            vertical-align: middle;
            text-align: center;
            padding: 30px;
        }

        .networkbox .Front h4 {
            font-size: 16px;
            line-height: 20px;
            font-weight: 600;
            color: #343342;
        }

    .networkbox .Back {
        background-color: #fff;
        color: #343342;
        display: table;
        transform: rotateY(180deg);
    }

        .networkbox .Back div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            padding: 20px;
        }

        .networkbox .Back div div {
            display: block;
        }

            .networkbox .Back div h3 {
                font-size: 20px;
                margin-bottom: 20px;
                text-align: left;
            }

            /*.networkbox .Back div p {
                font-size: 17px;
                margin-top: 10px;
            }*/

        .networkbox .Back div .geodir-category-location,
        .networkbox .Back div .geodir-category-location a {
            float: none!important;
        }

            .networkbox .Back div .geodir-category-location a {
                font-size: 15px;
            }

        .networkbox .Back div a:hover:not(.btn) {
            color: #b40101;
        }

            .networkbox .Back div .geodir-category-location.kwwebsites a {
                font-size: 18px;
            }
        

        /*.networkbox .Back div a {
            color: #fff;
                text-decoration: none;
                display: inline-block;
                margin-top: 20px;
                width: 120px;
                height: 45px;
                background-color: #fff;
                color: #222;
                line-height: 45px;
                box-shadow: 0px 0px 10px rgba(0,0,0,.1);
                transition: .5s;
                font-weight: bold;
        }

                .networkbox .Back div a:hover {
                    background-color: #081a25;
                    color: #fff;
                }*/

        .networkbox .Back ul li {
            display: inline-block;
            margin: 0 5px;
        }

        /*.networkbox .Back ul li:not(:last-child):after {
            content: "|";
            color: #b40101;
            margin: 0 5px 0 10px;
        }*/

            .networkbox .Back ul a {
                /*display: block;                
                color: #fff;
                text-align: center;
                margin: 0 5px;
                line-height: 38px;
                border: 2px solid transparent;
                border-radius: 50%;
                background: linear-gradient(375deg, #1cc7d0, #2ede98);
                transition: all 0.5s ease;*/
            }

                .networkbox .Back ul a:hover {
                    /*color: #1cc7d0;
                    border-color: #1cc7d0;
                    background: linear-gradient(375deg, transparent, transparent);*/
                }

    .networkbox:hover .Flipnetworkbox {
        transform: rotateY(180deg);
    }

    .networkbox:hover {
        /*transform: translateY(-30px);*/
        z-index: 2;
    }

@media (max-width:780px) {
    .networkbox:not(:last-child):hover {
        /*transform: translateY(0px);*/
        z-index: 2;
    }
}

@media (max-width:520px) {
    .networkbox:hover {
        transform: translateY(0px);
        z-index: 2;
    }
}

@media (max-width:255px) {
    .networkbox {
        width: 100%;
    }
}

/*************************************/

.caps {
    text-transform: uppercase!important;
}

.filter-tags input.myinput {
    /*margin-right: 10px;*/
    float: left;
}

.filter-tags label.mylabel {
    margin-left: 10px;
    /*margin-right: 25px;
    margin-top: -20px;*/
    font-weight: 500;
    display: block;
    padding: 0;
    margin-top: 0;
    width: 80%;
}

/*@media (max-width:923px) {
    .filter-tags label.mylabel {
        margin-left: 25px;
        margin-top: -20px;
    }
}*/

.notifyjs-bootstrap-base {
    white-space: normal!important;
}

.imglink {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

    .imglink img.imgzoom {
        max-width: 100%;
        transition: all 0.3s;
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1);
    }

    .imglink:hover img.imgzoom {
        transform: scale(1.05);
    }

    /***************************************/


/****************************/

.categoryselect {
    /*height: 100px;
    margin-bottom: 50px;*/
}

    .categoryselect nav ul {
        display: flex;
    }

@media screen and (max-width: 700px) {
    .categoryselect nav ul {
        flex-direction: unset;
        display: block;
    }
}

.categoryselect nav ul li {
    flex: 1;
    /*background-color: #222;*/
    /*border-right: solid thin #111;*/
    width: 100%;
    padding: 0 0 40px 0;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 0 20px;    
}

    .categoryselect nav ul li a {
        text-align: center;
        appearance: none;
        outline: none;
        cursor: pointer;
        color: #fff;
        transition: all .2s ease;
        align-items: center;
        justify-content: center;
        background: none;
        user-select: none;
        /*********************/
        width: 100%;
        /*padding: 20px 0;
        color: #fff;*/
        display: block;
        text-decoration: none;
        padding: 20px 30px;
        border: solid 1px #ffffff80;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background-color: #00000033;        
    }

        .categoryselect nav ul li a i {
            display: block;
            font-size: 40px;
            margin-bottom: 5px;
        }

        .categoryselect nav ul li label span {
            display: block;
            font-size: 13px;
        }

@media screen and (max-width: 1070px) {
    .categoryselect {
        height: 200px;
        margin-bottom: 0;
    }

    .smallbgcolor {
        background-color: #315177;
    }

    .categoryselect nav ul li {
        margin: 0 0;
    }
}

@media screen and (max-width: 800px) {
    .categoryselect nav ul li {
        /*border-bottom: solid thin #111;*/
        /*width: auto;*/
        width: 38%;
        display: inline-block !important;
        margin: 0 5%;
        padding: 5px 0 15px;
    }

        .categoryselect nav ul li a i {
            display: block;
            font-size: 30px;
            margin-bottom: 5px;
        }
}

.categoryselect nav ul li a:hover {
    /*background-color: #111;*/
    /*color: #eee;*/
    /*transform: translateY(-5px);*/
    /*webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-filter: opacity(.65);
    filter: opacity(.65);*/
    border-radius: 6px;
    border: solid 1px #b40101;
    background-color: #ffffff58;
    background-color: #00000080;
}

.categoryselect nav ul > li input:checked + label {
    color: #fff;
    /*background-color: #313d53 !important;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*transform: translateY(0);*/
    border: solid 1px #fff;
    background-color: transparent;
}

.categoryselect input {
    display: none;
}

.biggerspan span {
    font-size: 44px;
}

