:root {
    --primary-text: #525252;
    --second-bg: #888888;
    --main-bg: #FFFFFF;
    --main-org: #EE5C2C;
}
.flexbox {
    display: -ms-flexbox;
    display: flex;
}

.flexbox-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox-between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.flexbox-around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.fwidth {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w33 {
    width: calc(100%/3);
}

.w66 {
    width: calc((100%/3) * 2);
}

.w75 {
    width: 75%;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.justify-between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.justify-start {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.justify-end {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.align-right {
    -moz-text-align-last: right;
    text-align-last: right;
}

.fill-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

input,
button,
textarea,
select {
    outline: none !important;
}

/*@font-face{font-family:'kibarer';src:url('../fonts/kibarer81d2.eot?bq8tcd');src:url('../fonts/kibarer81d2.eot?bq8tcd#iefix') format('embedded-opentype'), url('../fonts/kibarer81d2.ttf?bq8tcd') format('truetype'), url('../fonts/kibarer81d2.woff?bq8tcd') format('woff'), url('../fonts/kibarer81d2.svg?bq8tcd#icomoon') format('svg');font-weight:normal;font-style:normal;}*/
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'kibarer' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-k-logo:before {
    content: "\e900";
}

.icon-k-main-title:before {
    content: "\e901";
}

.icon-k-sub-title:before {
    content: "\e902";
}

.logo img {
    box-shadow: 2px 3px 4px #515151;
}


@media all and (max-width:1500px) {
    .properties .property-list .two-column .property-filter .top-filter .item-3-col {
        width: 50%;
    }

    .properties .property-list .two-column .property-filter .top-filter .btn {
        width: 100%;
        margin-top: 0;
        padding: 10px 20px;
    }

    .properties .property-list .two-column .property-filter .top-filter .btn .btn-cancel {
        margin-right: 0;
    }

    .properties .property-list .two-column #box .box .product-watermark img {
        width: 40%;
    }
}

@media all and (max-width:1120px) {

    .properties .property-list .two-column .property-filter .top-filter .item-2-col,
    .properties .property-list .two-column .property-filter .top-filter .item-3-col {
        width: 100%;
    }

    .properties .property-list .two-column .property-filter .field-amenities-item {
        width: 50%;
    }
}

.hg-mapkr {
    display: none;
    clear: both;
}

@media all and (max-width:1099px) {

    button,
    input,
    textarea {
        outline: none;
    }

    @media all and (max-width:768px) and (min-width:320px) {
        .carousel {
            position: relative;
            display: none;
        }

        .pause-btn {
            display: none;
        }

        #content {
            margin-top: 30px !important;
        }

        .hid-mble {
            display: none;
        }

        .mbl-clrbth {
            clear: both;
            padding: 20px 0 0 0;
        }
    }

    .carousel-fade .carousel-inner .item {
        opacity: 0;
        transition-property: opacity;
        overflow: hidden;
    }

    .item.active img {
        transition: transform 5000ms linear 0s;
        transform: scale(1.05, 1.05);
    }

    .carousel-fade .carousel-inner .active {
        opacity: 1;
    }

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    @media all and (transform-3d),
    (-webkit-transform-3d) {

        .carousel-fade .carousel-inner>.item.next,
        .carousel-fade .carousel-inner>.item.active.right {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

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

        .carousel-fade .carousel-inner>.item.next.left,
        .carousel-fade .carousel-inner>.item.prev.right,
        .carousel-fade .carousel-inner>.item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    header {
        min-height: 111px;
    }

    header div .logo .k {
        top: 0;
    }

    header div .logo .text {
        padding-top: 40px;
    }

    header {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    header div .fullscreen-nav {
        position: fixed;
        display: none;
        visibility: hidden;
        top: 83px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: calc(100vh - 83px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        overflow: scroll;
        background: #FFF;
        transition: all 0.33s ease;
    }

    header div .fullscreen-nav .bottom-nav {
        position: relative;
        margin: auto;
        margin-right: 0 !important;
    }

    header div .fullscreen-nav .bottom-nav nav {
        position: relative !important;
        width: 100% !important;
        margin: auto;
    }

    header div .fullscreen-nav .bottom-nav nav ul li {
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu {
        position: relative;
        width: 100%;
        display: block;
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding-bottom: 10px;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li a {
        font-size: 0.9rem;
        color: #888 !important;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li a.caret-down {
        color: #666 !important;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li a.activeSubParent {
        color: #ee5b2c !important;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li a.caret-down:after {
        position: relative;
        margin-left: 7px;
        margin-right: 0;
        content: "\f0d7";
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li .nav-sub-menu-sub {
        position: relative;
        width: 100%;
        display: block;
        left: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li .nav-sub-menu-sub li {
        border-left: 0 !important;
        background-color: #FFF !important;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li .nav-sub-menu-sub li a {
        font-size: 0.9rem;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li:hover {
        border-left-color: transparent;
        background: #ffffff;
    }

    header div .fullscreen-nav .bottom-nav nav ul li a {
        color: #333;
        padding: 0;
        font-size: 1.3rem;
        line-height: 26px !important;
    }

    header div .fullscreen-nav .bottom-nav nav ul li a.activeSubParent {
        color: #ee5b2c;
    }

    header div .fullscreen-nav .bottom-nav nav ul li a:hover {
        border-bottom-color: transparent;
    }

    header div .fullscreen-nav .bottom-nav nav ul li:after {
        content: none;
    }

    header div .fullscreen-nav .bottom-nav .title-border {
        display: block;
        margin: 20px auto;
    }

    header div .fullscreen-nav .bottom-nav .top-nav {
        position: relative !important;
        border-top: 1px solid #EEE;
        padding-top: 30px;
    }

    header div .fullscreen-nav .bottom-nav .top-nav ul li {
        display: block;
    }

    header div .fullscreen-nav .bottom-nav .top-nav ul li a {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

    header div .fullscreen-nav .bottom-nav .top-nav ul li a i {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    header div .fullscreen-nav .lang-cur {
        padding-left: 0;
    }

    header div .fullscreen-nav .lang-cur .header-lang,
    header div .fullscreen-nav .lang-cur .header-cur {
        width: 50%;
        float: left;
        margin-top: 30px;
        font-size: 13px !important;
        position: relative;
    }

    header div .fullscreen-nav .lang-cur .header-lang .material-icons,
    header div .fullscreen-nav .lang-cur .header-cur .material-icons {
        width: 23px;
        height: 23px;
    }

    header div .fullscreen-nav .lang-cur .header-lang button,
    header div .fullscreen-nav .lang-cur .header-cur button {
        width: 100%;
    }

    header div .fullscreen-nav .lang-cur .header-lang .active-link,
    header div .fullscreen-nav .lang-cur .header-cur .active-link {
        top: 0;
        right: 0;
        position: relative;
        margin-left: 5px;
    }

    header div .fullscreen-nav .lang-cur .header-lang {
        border-right: 1px solid #DDD;
        padding-right: 26px;
        text-align: right;
    }

    header div .fullscreen-nav .lang-cur .header-lang button {
        text-align: right;
    }

    header div .fullscreen-nav .lang-cur .header-lang .material-icons {
        text-align: center;
        right: 10px !important;
    }

    header div .fullscreen-nav .lang-cur .header-lang .link-content {
        right: 0;
        bottom: 40px;
    }

    header div .fullscreen-nav .lang-cur .header-cur button {
        padding-left: 10px;
        text-align: left;
    }

    header div .fullscreen-nav .lang-cur .header-cur .material-icons {
        text-align: center;
        left: 105px !important;
    }

    header div .fullscreen-nav .lang-cur .header-cur .link-content {
        bottom: 40px;
    }

    header div .fullscreen-nav .lang-cur {
        width: 100%;
    }

    header div .fullscreen-nav.active {
        display: block;
        visibility: visible;
        z-index: 10;
    }

    #burger-nav {
        display: block !important;
        width: 100%;
        position: absolute;
        top: 13px;
        right: 0px;
    }

    .home-page section.locations>div h2 {
        height: 37px;
    }

    .home-page section.locations>div.double {
        width: 100%;
    }

    .home-page section.locations>div.single:nth-of-type(2) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.single:nth-of-type(3) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.locations>div.single:nth-of-type(4) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.single:nth-of-type(5) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.locations>div.single:nth-of-type(6) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.double:nth-of-type(7) {
        width: 50%;
    }

    .home-page section.bottom-section .w66,
    .home-page section.bottom-section .w33 {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(1) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(2) {
        width: 50%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(3) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(4) {
        width: 50%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(5) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(6) {
        width: 50%;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(1) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(2) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(3) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(4) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(5) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(6) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(7) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(8) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.bottom-section section.home-text {
        padding: 10px;
    }

    .home-page section.bottom-section section.home-text.first {
        padding: 10px;
    }

    .home-page section.bottom-section section.home-text.last {
        padding: 10px;
    }

    #jumbotron .categories .wrapper a.first-box {
        border-left: 0;
    }

    .properties {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: calc(100vh - 271px);
        background: none;
    }

    .properties .loader-two-column {
        width: 50%;
    }

    .properties .property-list .one-column .property-filter .field-amenities-item {
        width: 50%;
    }

    .properties .property-list .two-column {
        width: 50%;
        overflow-y: scroll;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .properties .property-list .two-column .property-filter .top-filter .item-3-col {
        width: 100%;
    }

    .properties .property-list .two-column .property-filter .top-filter .btn {
        width: 100%;
        margin-top: 0;
        padding: 10px 20px;
    }

    .properties .property-list .two-column .property-filter .top-filter .btn .btn-cancel {
        margin-right: 0;
    }

    .properties .property-list .two-column .box {
        width: calc(100% - 20px);
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
        background: #FFF;
        border: 1px solid #EEE;
        transition: all 0.5s ease;
        position: relative;
    }

    .properties .property-list .two-column #box .box .product-watermark img {
        width: 50%;
    }

    .properties .property-list #box {
        width: 100%;
        padding-right: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        background: #FBFBFB;
    }

    .properties .property-list #box .box a {
        color: #777;
    }

    .properties .property-list #box .img {
        width: 100%;
        height: 80%;
        position: relative;
        background-color: #CCC;
    }

    .properties .property-list #box .arrows .fa-angle-left {
        font-size: 40px;
        color: #FFF;
        text-align: left;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .properties .property-list #box .arrows .fa-angle-right {
        font-size: 40px;
        color: #FFF;
        text-align: right;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .properties .property-list #box .name {
        font-family: 'Poppins';
        font-size: 15px;
        padding: 14px 20px 2px 20px;
    }

    .properties .property-list #box .desc {
        font-size: 13px;
        padding: 8px 20px 10px 20px;
    }

    .properties .property-list #box .price {
        position: absolute;
        bottom: 2px;
        width: 100%;
        z-index: 3;
    }

    .properties .property-list #box .price span {
        color: #FFF;
        font-size: 14px;
        background: rgba(238, 91, 44, 0.9);
        padding: 13px 20px 11px 20px;
        width: 50%;
        display: block;
    }

    .properties .property-list #box .box-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .properties .property-list #box .box-links .box-link-location {
        width: 100%;
        padding: 10px 20px 10px 20px;
        border-bottom: 1px solid #EEE;
        border-top: 1px solid #EEE;
    }

    .properties .property-list #box .box-links .box-link-location .fa-map-marker {
        font-size: 18px;
    }

    .properties .property-list #box .box-links .box-link-bed {
        width: 33.333%;
        border-right: 1px solid #EEE;
        padding: 0px 20px 1px 20px;
    }

    .properties .property-list #box .box-links .box-link-bed .fa-bed {
        font-size: 18px;
    }

    .properties .property-list #box .box-links .box-link-bath {
        width: 33.333%;
        border-right: 1px solid #EEE;
        padding: 0px 20px 1px 20px;
    }

    .properties .property-list #box .box-links .box-link-bath img {
        width: 17px;
        position: relative;
        top: 4px;
    }

    .properties .property-list #box .box-detailz {
        background-color: white;
    }

    .properties .property-map {
        width: 50%;
    }

    .property-detail .left-side .available .item {
        width: 50%;
        margin-bottom: 30px;
    }

    .property-detail .right-side.sticky {
        width: 40%;
    }

    .property-detail .right-side .enquiry {
        width: 100%;
    }

    .property-detail .right-side .price .currency .text {
        visibility: hidden;
    }

    .property-detail .right-side .share {
        width: 100%;
        margin-top: 10px;
        float: left;
        text-align: center;
    }

    .property-detail .right-side .share .share .print {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .property-detail .right-side .share .share .wishlist {
        width: 100%;
    }

    .property-detail .right-side .share .sharing-buttons .facebook {
        width: 100%;
    }

    .property-detail .right-side .share .sharing-buttons .twitter {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .property-detail .right-side .share .sharing-buttons .google-plus {
        width: 100%;
    }

    .account-right-content .wishlist-setting .content-holder .property-facilities-holder .icon {
        width: 43%;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .lawyer-and-notary .lawyer-notary-categories {
        padding-right: 20px;
    }

    #kibarer-footer {
        z-index: 1;
    }
}

@media all and (max-width:1024px) {

    #jumbotron .categories>.wrapper>a:hover .text-wrapper,
    #jumbotron .categories>.wrapper>a:focus .text-wrapper {
        transform: none;
    }

    #jumbotron .categories>.wrapper>a:hover h3,
    #jumbotron .categories>.wrapper>a:focus h3 {
        visibility: visible;
        opacity: 1;
    }

    #jumbotron>.wrapper .category-btn {
        padding: 20px 60px 20px 60px;
    }
}

@media all and (max-width:1000px) {
    .properties .property-list .two-column .property-filter .config-filter .villa-found {
        display: none;
    }

    .property-detail .left-side .product-watermark img {
        width: 60%;
    }
}

@media all and (max-width:940px) and (min-width:769px) {
    .properties .property-list .one-column #box .box .product-watermark img {
        width: 50%;
    }

    .property-detail .left-side .available .item {
        width: 50%;
        margin-bottom: 20px;
    }

    .property-detail .right-side .share .share-holder .print,
    .property-detail .right-side .share .share-holder .wishlist {
        width: 50%;
    }

    .property-detail .right-side .share .share-holder .email {
        border-top: 1px solid #636363;
        width: 100%;
    }

    .property-detail .right-side .price .currency {
        width: 40%;
    }

    .property-detail .right-side .price .regular-price {
        width: 60%;
    }

    .property-detail .right-side .enquiry #box-enquiry a .content .sub-title {
        margin-top: 2px;
        font-size: 12px;
    }
}

@media all and (max-width:870px) {
    .properties .property-list .one-column .property-filter {
        padding: 15px 20px 0 20px;
    }

    .properties .property-list .one-column .property-filter .top-filter .item .fieldset {
        padding-top: 10px;
        border-bottom: 0;
    }

    .properties .property-list .one-column .property-filter .top-filter .item-3-col {
        width: 50%;
    }

    .properties .property-list .one-column .property-filter .top-filter .btn {
        width: 100%;
        margin-top: 0;
        padding: 10px 20px;
    }
}

@media all and (max-width:840px) {
    .home-page section.locations>div.double {
        width: 100% !important;
    }

    .home-page section.locations>div.single {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .breadcrumb .breadcrumb-holder h1 {
        font-size: 21px;
    }

    .properties {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        background: none;
    }

    .properties .loader-two-column {
        width: 100%;
    }

    .properties .property-list {
        width: 100%;
        height: 100%;
    }

    .properties .property-list .one-column .property-filter {
        width: 100%;
    }

    .properties .property-list .one-column .property-filter .field-custom label.option {
        font-size: 12px !important;
    }

    .properties .property-list .one-column #box .box .product-watermark img {
        width: 40%;
    }

    .properties .property-list .two-column {
        width: 100%;
    }

    .properties .property-list .two-column .property-filter .config-filter .villa-found {
        display: block;
    }

    .properties .property-list .two-column .box {
        width: calc(50% - 20px);
    }

    .properties .property-list .two-column #box .box .product-watermark img {
        width: 50%;
    }

    .properties .property-map {
        width: 100%;
        display: none;
    }

    .property-detail.sticky {
        position: relative;
    }

    .property-detail .left-side {
        width: 100%;
        padding-right: 0px;
    }

    .property-detail .left-side .property-slide .property_detail_slide {
        overflow: hidden;
    }

    .property-detail .left-side .product-watermark img {
        width: 70%;
    }

    .property-detail .right-side {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
        padding-right: 0px;
    }

    .property-detail .right-side .price .currency .text {
        visibility: inherit;
    }

    .property-detail .right-side .share .share-holder {
        display: block !important;
        float: left;
        width: 100%;
    }

    .property-detail .right-side .share .share-holder .print {
        width: calc(33.333% - 10px);
        margin-right: 10px;
        margin-bottom: 15px;
        float: left;
    }

    .property-detail .right-side .share .share-holder .wishlist {
        width: 33.333%;
        float: left;
    }

    .property-detail .right-side .share .share-holder .email {
        width: calc(33.333% - 10px);
        float: right !important;
    }

    .property-description .description {
        width: 100%;
        padding-right: 0px;
    }

    #contact-main .contact-holder .input-propety-box .input-holder .content {
        width: 50%;
    }

    #contact-main .contact-holder .input-propety-box .input-holder .contact-form .colm6 {
        width: 100%;
    }

    footer .footer-box {
        width: 50%;
        margin-bottom: 25px;
    }

    footer .footer-social {
        width: 50%;
    }

    footer .footer-social .copyright {
        text-align: left;
    }
}

.item p {
    color: #515151;
    font-weight: 800;
}

@media all and (max-width:760px) {
    .account .register-box {
        padding-left: 0 !important;
        width: 100%;
        margin-bottom: 30px;
    }

    .account .login-box {
        padding-left: 0 !important;
    }

    .property-description-column .property-facility.available {
        font-size: 14px;
        line-height: 20px !important;
        text-indent: 7px !important;
    }
}

@media all and (max-width:736px) {
    #jumbotron>.wrapper .category-btn i {
        left: 10px;
    }
}

@media all and (max-width:700px) {
    .properties .property-list .two-column #box .box {
        width: calc(100% - 20px);
    }

    .video-popup .player-wrapper {
        width: 90%;
    }

    .video-popup .player-wrapper iframe {
        height: 300px !important;
    }
}

@media all and (max-width:640px) {
    header>div .fullscreen-nav {
        height: 100%;
        top: 0 !important;
        width: 100%;
    }

    /* header {
 	z-index: 1 !important;
} */
    header>div .fullscreen-nav .logo-mobile-container {
        width: 100%;
        height: 100px;
        float: left;
        padding: 15px 0 0 15px;
        position: relative;
    }

    header>div .fullscreen-nav .logo-mobile-container img {
        float: left;
        height: auto;
    }

    header>div .fullscreen-nav .bottom-nav {
        float: left;
        width: 100%;
        margin: 60px 0 80px 0;
        top: 0;
    }

    header>div .fullscreen-nav .bottom-nav>nav {
        bottom: 0;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li {
        padding-right: 0px;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li>a {
        color: #333;
        transition: all 0.33s ease;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li>a.activeSubParent {
        color: #ee5b2c;
        transition: all 0.33s ease;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li a {
        border-bottom: none;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li a:hover {
        border-bottom: none;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu {
        position: relative;
        width: 100%;
        display: block;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li {
        border-left: none;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li a {
        color: #888;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li a.caret-down {
        color: #666;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li a.activeSubParent {
        color: #ee5b2c;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li .nav-sub-menu-sub {
        position: relative;
        width: 100%;
        display: block;
        left: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li:hover {
        border-left: none;
        background: #ffffff;
    }

    header>div .fullscreen-nav .top-nav ul li {
        width: 100%;
    }

    header>div .fullscreen-nav .top-nav ul li a {
        font-size: 13px !important;
    }

    header>div .fullscreen-nav .lang-cur {
        padding-left: 0;
    }

    header>div .fullscreen-nav .lang-cur .header-lang,
    header>div .fullscreen-nav .lang-cur .header-cur {
        width: 50%;
        float: left;
        margin-top: 0;
        font-size: 13px !important;
        position: relative;
    }

    header>div .fullscreen-nav .lang-cur .header-lang .material-icons,
    header>div .fullscreen-nav .lang-cur .header-cur .material-icons {
        width: 23px;
        height: 23px;
    }

    header>div .fullscreen-nav .lang-cur .header-lang button,
    header>div .fullscreen-nav .lang-cur .header-cur button {
        width: 100%;
    }

    header>div .fullscreen-nav .lang-cur .header-lang .active-link,
    header>div .fullscreen-nav .lang-cur .header-cur .active-link {
        margin-left: 5px;
    }

    header>div .fullscreen-nav .lang-cur .header-lang {
        border-right: 1px solid #DDD;
        padding-right: 26px;
        text-align: right;
    }

    header>div .fullscreen-nav .lang-cur .header-lang button {
        text-align: right;
    }

    header>div .fullscreen-nav .lang-cur .header-lang .material-icons {
        text-align: center;
        right: 10px !important;
    }

    header>div .fullscreen-nav .lang-cur .header-cur button {
        padding-left: 10px;
        text-align: left;
    }

    header>div .fullscreen-nav .lang-cur .header-cur .material-icons {
        text-align: center;
        left: 105px !important;
    }

    .home-page section.locations>div.double {
        width: 100%;
    }

    .home-page section.locations>div.single:nth-of-type(2) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.single:nth-of-type(3) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.locations>div.single:nth-of-type(4) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.single:nth-of-type(5) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.locations>div.single:nth-of-type(6) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.double:nth-of-type(7) {
        width: 50%;
    }

    .home-page section.bottom-section .w66,
    .home-page section.bottom-section .w33 {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(1) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(2) {
        width: 50%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(3) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(4) {
        width: 50%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(5) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(6) {
        width: 50%;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(1) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(2) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(3) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(4) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(5) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(6) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(7) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(8) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #jumbotron .categories>.wrapper a.closeCategoryWrapper {
        display: block;
        border: none !important;
        width: 100%;
        cursor: pointer;
    }

    #jumbotron .categories>.wrapper a.closeCategoryWrapper:hover {
        border: none;
    }

    #jumbotron .categories>.wrapper a.closeCategoryWrapper span {
        left: 50%;
        margin-left: -15px;
        width: 30px;
        height: 2px;
        background-color: #ee5b2c;
        float: left;
        position: absolute;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    #jumbotron .categories>.wrapper a.closeCategoryWrapper span:first-child {
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }

    #jumbotron .categories>.wrapper a.closeCategoryWrapper:after {
        background: transparent !important;
    }

    #jumbotron .categories>.wrapper a:last-child {
        border-right: 1px solid #e5e5e5;
    }

    #jumbotron .categories>.wrapper a.three-box-view {
        width: 50% !important;
    }

    #jumbotron .categories>.wrapper>a {
        width: 50%;
    }

    #jumbotron .categories>.wrapper>a:hover h4 {
        visibility: hidden;
        opacity: 0;
    }

    #jumbotron>.wrapper .category-btn {
        line-height: 25px;
        padding: 15px 15px 15px 40px;
        display: block;
        margin: 0 auto 20px auto;
        width: 60%;
    }

    #jumbotron>.wrapper .category-btn i {
        position: absolute;
        top: 20px;
        margin-left: -37px;
        left: auto;
        line-height: 15px;
    }

    .blog {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog .blog-content {
        width: 100%;
    }

    .blog .blog-content .blog-list {
        width: 100%;
    }

    .blog .blog-sidebar {
        width: 100%;
        padding-left: 0;
    }

    .blog .blog-sidebar .box {
        width: 100%;
    }

    .properties .property-list .one-column .property-filter .top-filter .item-2-col {
        width: 100%;
    }

    .properties .property-list .one-column .property-filter .top-filter .item-3-col {
        width: 100%;
    }

    .properties .property-list .one-column .property-filter .top-filter .inside-filter .apply-filter .apply .btn-primary {
        width: calc(50% - 10px);
        margin-left: 10px;
    }

    .properties .property-list .one-column .property-filter .top-filter .inside-filter .apply-filter .apply .btn-cancel {
        width: 50%;
        margin-left: 0;
    }

    .properties .property-list .one-column #box .box {
        width: calc(100% - 20px);
    }

    .properties .property-list .one-column #box .box .product-watermark img {
        width: 40%;
    }

    .properties .property-list .two-column #box .box .product-watermark img {
        width: 40%;
    }

    #content .sidebar {
        width: 100%;
    }

    #content .sidebar .account-sidebar .box {
        width: 100%;
    }

    #content .sidebar .account-right-content {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 20px;
    }

    #content .sidebar .account-right-content .wishlist-setting {
        width: 100%;
        margin-bottom: 0;
    }

    #content .sidebar .account-right-content .remove-property {
        top: 0;
        width: 100%;
        float: left;
    }

    #content .sidebar .account-right-content .remove-property .icon {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding-left: 20px;
        position: relative;
    }

    #content .sidebar .account-right-content .remove-property .icon:after {
        content: " Remove";
        position: relative;
        font-size: 0.9em;
    }

    #content .main {
        width: 100%;
    }

    #content .main .account-right-content {
        width: 100%;
    }

    footer .footer-box {
        width: 100%;
        margin-bottom: 25px;
        padding-right: 0;
    }

    footer .footer-box .title-link:after {
        width: 100%;
    }

    footer .footer-social {
        width: 100%;
    }

    footer .footer-social .copyright {
        text-align: left;
    }

    #content .bottom-section .w66 {
        width: 100%;
    }

    #content .bottom-section .w66 .profile-stting,
    #content .bottom-section .w66 .account-setting {
        border-radius: 3px;
        background-clip: padding-box;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li {
        margin-bottom: 15px;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li>.lawyer-notary-box-content {
        border-bottom: 1px solid #DDD;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content strong {
        width: 100%;
        float: left;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content ul {
        width: 100%;
        margin: 0;
        float: left;
        padding-top: 0;
        padding-left: 0;
        list-style: none;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content ul li {
        list-style: none;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content ul li:before {
        margin-right: 3px;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content table {
        margin-bottom: 10px;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content table td {
        border-bottom: 0;
        padding-left: 0;
    }

    .account .sidebar {
        width: 100%;
    }

    .account .sidebar .account-menu-left .account-sidebar .box {
        width: 100%;
    }

    .account .main {
        width: 100%;
    }

    .lawyer-and-notary .sidebar {
        width: 100% !important;
    }

    .lawyer-and-notary .main {
        width: 100% !important;
    }

    .lawyer-notary-categories .blog-sidebar .list-link {
        display: none;
    }

    .lawyer-notary-box-content .content table {
        margin: 0px 0px;
    }

    .lawyer-notary-box-content .content table tr td:first-child {
        width: 60%;
        padding-right: 0px;
    }

    .lawyer-notary-box-content .content table tr td:not(:first-child) {
        text-align: left;
        width: 40%;
    }

    .lawyer-notary-box-content .content ul {
        margin: 0px 15px;
    }

    .property-detail .left-side .available .item {
        width: 50%;
        margin-bottom: 20px;
    }

    .property-detail .left-side .available .item.item-3 {
        width: 33.333%;
    }

    #contact-main .contact-holder .input-propety-box .input-holder .content {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
        -ms-flex-order: 1;
        order: 1;
    }

    #contact-main .contact-holder .input-propety-box .input-holder .contact-form {
        width: 100%;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media all and (max-width:600px) {
    #jumbotron .wrapper h2 {
        margin-top: 20px;
        font-size: 45px;
    }

    #contact-main .contact-holder .contact-choose-button {
        font-size: 14px;
    }

    #contact-main .contact-holder .contact-choose-button .office-icon {
        font-size: 18px;
    }
}

@media all and (max-width:560px) {

    .home-page section.bottom-section .w66,
    .home-page section.bottom-section .w33 {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(1) {
        width: 100%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(2) {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(3) {
        width: 100%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(4) {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(5) {
        width: 100%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(6) {
        width: 100%;
    }

    .account .login-box {
        width: 100%;
        padding-left: 0 !important;
    }

    .property-detail .left-side .product-watermark img {
        width: 50%;
    }

    .property-detail .left-side .available .item-3 {
        width: 33.333%;
    }
}

@media all and (max-width:510px) {
    .properties .property-list .one-column .property-filter .config-filter .villa-found {
        display: none;
    }

    .properties .property-list .two-column .property-filter .config-filter .villa-found {
        display: none;
    }

    .login-popup #login-popup .login-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .login-popup #login-popup .login-wrapper .kesato-wrapper {
        padding: 10px;
    }

    .popup #box-enquiry-form .form-inner {
        width: 100%;
    }

    .enquiry-popup .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .salekit_popup #salekit_popup-form .form-inner {
        width: 100% !important;
    }
}

@media all and (min-width:481px) {
    .home-page section.locations-search-icon>div {
        height: 250px !important;
    }

    .home-page section.locations-search-icon>div .desc div {
        width: 100%;
    }

    .account-right-content .wishlist-setting .img-holder {
        width: 100%;
    }

    .account-right-content .wishlist-setting .img-holder img {
        width: 100%;
        height: auto;
    }

    .account-right-content .wishlist-setting .content-holder {
        width: 50%;
        padding: 20px 0 0 0;
    }

    .account-right-content .wishlist-setting .price-holder {
        width: 50%;
        padding: 20px 0 0 40px;
    }

    .lawyer-and-notary .sidebar {
        width: 40%;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li a {
        font-size: 12px !important;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li {
        margin-bottom: 10px;
    }

    .lawyer-and-notary .main {
        width: 60%;
    }
}

@media all and (max-width:480px) {
    header div .logo .k .icon-k-logo {
        font-size: 65px;
    }

    .challenge_div {
        display: block !important;
    }

    header div .logo .text {
        padding-top: 35px;
        padding-left: 50px;
    }

    header div .logo .text .icon-k-main-title {
        font-size: 8px;
    }

    header div .logo .text .icon-k-sub-title {
        font-size: 5px;
    }

    .wishlist i.fa.fa-heart-o {
        font-size: 12px !important;
    }

    #content {
        padding: 0px 16px 0 16px !important;
    }

    header div .fullscreen-nav #logo-mobile .k {
        left: 16px;
        top: 15px;
    }

    header div .fullscreen-nav #logo-mobile .k .icon-k-logo {
        font-size: 65px;
    }

    header div .fullscreen-nav #logo-mobile .text {
        padding-left: 51px;
        padding-top: 35px;
        text-align: left;
    }

    header div .fullscreen-nav #logo-mobile .text .icon-k-main-title {
        font-size: 8px;
    }

    header div .fullscreen-nav #logo-mobile .text .icon-k-sub-title {
        font-size: 5px;
        display: block;
    }

    header div .fullscreen-nav .bottom-nav .caret-down:after {
        font-family: 'FontAwesome';
        content: "\f0d7";
        position: absolute;
        right: 0;
        margin-right: 20px;
    }

    #jumbotron>.wrapper h2 {
        font-size: 30px;
    }

    #content {
        padding: 10px 16px 0 16px;
    }

    .property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row {
        padding: 12px 0;
    }

    .properties .property-list .one-column #box .box .product-watermark img {
        width: 40%;
    }

    .property-detail .name,
    .property-detail .code {
        padding: 0 15px;
    }

    .property-detail .left-side .available {
        width: 100%;
        padding: 20px 0;
        float: left;
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
        margin: 20px 0;
    }

    .property-detail .left-side .available .item {
        width: 50%;
        margin-bottom: 20px;
    }

    .property-detail .right-side {
        margin-top: 0px;
    }

    .property-detail .right-side .share .sharing-buttons .fa {
        font-size: 11px !important;
    }

    .property-detail .right-side .share .sharing-buttons .big {
        font-size: 9px !important;
    }

    .property-description .description .container .property-view-description-container .property-description-row {
        display: block !important;
    }

    .property-description .description .container .property-view-description-container .property-description-row .p-title {
        color: #ee5b2c;
        font-size: 18px;
        margin-bottom: 4px;
    }

    .property-description .description .container .property-view-description-container .property-description-row .property-description-column {
        width: 100% !important;
    }

    .sitemap .list .item {
        width: 100% !important;
    }

    #sell-poperty-main .sell-property-holder .input-propety-box {
        -ms-flex-order: 2;
        order: 2;
        width: 100% !important;
    }

    #sell-poperty-main .sell-property-holder .input-propety-box .input-holder .label-custom {
        width: 100%;
        margin-bottom: 15px;
    }

    #sell-poperty-main .sell-property-holder .input-propety-box .input-holder .field-custom-checkbox {
        width: 100%;
    }

    #sell-poperty-main .sell-property-holder .input-propety-box .input-holder .field-amenities-item {
        width: 100%;
    }

    #sell-poperty-main .sell-property-holder .map-property-box {
        -ms-flex-order: 1;
        order: 1;
        width: 100% !important;
        background: #ccc;
        height: 500px;
    }

    #sell-poperty-main .sell-property-holder .file-area {
        width: calc(47%);
        position: relative;
        margin-bottom: 15px;
    }

    #sell-poperty-main .sell-property-holder .rc-anchor-normal {
        height: 74px;
        width: 254px;
    }

    .resource .row .link .two-col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .resource .row .link .two-col .list {
        width: 100% !important;
    }

    .resource .row .link .two-col .list.image-wrapper {
        display: none;
    }

    .home-page section.locations-search-icon>div.single {
        width: 100%;
        height: 250px;
    }

    .home-page section.locations-search-icon>div .desc div {
        width: 100%;
    }

    .testimonial-detail .left-side {
        width: 100%;
    }

    .testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide figure {
        height: 350px;
    }

    .testimonial-description .description {
        width: 100%;
        padding-right: 0px;
        margin-top: 0px;
    }

    .testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .avatar-holder {
        width: 30%;
        text-align: center;
    }

    .testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .the-testimonial {
        width: 70%;
        padding-left: 30px;
    }

    .account .register-box img {
        display: none;
    }

    .resource .row {
        padding: 0px;
    }

    header .fullscreen-nav #logo-mobile {
        /*display:block !important;*/
        max-width: 230px;
    }

    .property_detail_slide figure a {
        display: none;
    }

    #contact-main .map-property-box {
        display: none;
    }

    .related-area .list a {
        width: 100% !important;
    }

    .video-popup .player-wrapper {
        width: 90%;
    }

    .video-popup .player-wrapper iframe {
        height: 250px !important;
    }

    .property-detail .left-side .property-slide .property_detail_slide figure {
        height: 300px;
    }

    #contact-main .contact-holder .contact-choose-button {
        font-size: 11px;
    }

    #contact-main .contact-holder .contact-choose-button .office-icon {
        font-size: 15px;
    }
}

@media all and (max-width:440px) {
    #content .bottom-section .main {
        width: 100%;
    }

    #content .bottom-section .main .account-right-content {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 20px;
    }

    #content .bottom-section .main .account-right-content .wishlist-setting {
        width: 100%;
        margin-bottom: 0;
    }

    #content .bottom-section .main .account-right-content .wishlist-setting .content-holder {
        width: 100%;
    }

    #content .bottom-section .main .account-right-content .wishlist-setting .price-holder {
        width: 100%;
        padding-left: 0;
        border-top: 1px solid #DDD;
        transition: all 0.33s ease;
    }

    #content .bottom-section .main .account-right-content .wishlist-setting .price-holder h3 {
        display: inline-block;
    }

    #content .bottom-section .main .account-right-content .wishlist-setting .price-holder h3.currency {
        margin-right: 5px;
    }

    #content .bottom-section .main .account-right-content .dashboard-holder .overview-holder>div {
        width: 100% !important;
    }

    #content .bottom-section .main .account-right-content .dashboard-holder .overview-holder>div .villa-main {
        margin: 10px 0 !important;
    }

    #content .bottom-section .main .account-right-content .remove-property {
        top: 0;
        width: 100%;
        float: left;
    }

    #content .bottom-section .main .account-right-content .remove-property .icon {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding-left: 20px;
        position: relative;
    }

    #content .bottom-section .main .account-right-content .remove-property .icon:after {
        content: " Remove";
        position: relative;
        font-size: 0.9em;
    }

    .popup #box-enquiry-form .form-inner form {
        padding: 20px;
    }

    .sell-poperty-categories {
        width: 100%;
    }

    .sell-poperty-categories ul a:nth-of-type(1),
    .sell-poperty-categories ul a:nth-of-type(2) {
        width: 47% !important;
    }

    .sell-poperty-categories ul a:nth-of-type(3) {
        width: 100% !important;
    }

    #sell-poperty-main .sell-property-holder .file-dummy {
        width: 100%;
    }

    #sell-poperty-main .sell-property-holder .file-dummy .section {
        width: 50%;
        height: auto;
    }

    #contact-main .contact-holder .home-page section.locations>div.double .desc div {
        padding: 0 10px;
    }

    #contact-main .contact-holder .home-page section.locations-search-icon .tab-container a .tab-title .office-title {
        font-size: 15px;
    }
}

@media all and (max-width:400px) {
    .property-detail .right-side .price .currency {
        width: 45%;
    }

    .property-detail .right-side .price .regular-price {
        width: 55%;
    }

    .property-detail .right-side .share {
        margin-top: 10px;
    }

    .property-detail .right-side .share .print,
    .property-detail .right-side .share .wishlist {
        width: 50% !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .property-detail .right-side .share .email {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .property-detail .left-side .product-watermark img {
        width: 40%;
    }

    .home-page section.bottom-section .home-text-title {
        font-size: 1.5rem;
    }

    #contact-main .contact-holder .office-choose-button {
        padding: 15px 5px !important;
    }

    #contact-main .contact-holder .contact-choose-description {
        font-size: 17px;
    }
}

@media all and (max-width:380px) {
    .properties .property-list #box .box-detailz .main-detail {
        padding: 15px;
    }

    .properties .property-list #box .box-detailz .main-detail ul li {
        margin-bottom: 0;
    }

    .properties .property-list #box .box-detailz .box-links-detail .box-view-more,
    .properties .property-list #box .box-detailz .box-links-detail .box-link-favorite,
    .properties .property-list #box .box-detailz .box-links-detail .box-link-enquiry {
        font-size: 12px;
    }

    .properties .property-list #box .box-detailz .box-links-detail i {
        margin-right: 2px;
    }

    .property-detail .name {
        padding-top: 0px;
    }

    .property-detail .right-side .share .sharing-buttons .fa {
        font-size: 11px;
    }

    .property-detail .right-side .share .sharing-buttons .big {
        font-size: 9px;
    }

    .property-detail .left-side .property-slide .property_detail_slide figure {
        height: 200px;
    }
}

@media all and (max-width:360px) {
    #jumbotron .categories .wrapper a.three-box-view {
        width: 50% !important;
    }

    #jumbotron .categories .wrapper a.three-box-view:last-child {
        width: 100% !important;
        border-left: 0;
        border-top: 1px solid #e5e5e5;
    }

    #contact-main .contact-holder .home-page section.locations-search-icon .tab-container a .tab-title .office-title {
        font-size: 12px;
    }
}

@media all and (max-width:340px) {
    .properties .property-filter .config-filter .filter-show {
        display: none;
    }

    .property-description .description .container .property-view-description-container .property-description-row .property-description-column {
        display: block !important;
    }

    .property-description .description .container .property-view-description-container .property-description-row .property-description-column p {
        width: 100% !important;
        display: block;
    }

    .properties .property-list #box .box-detailz .main-detail ul li {
        padding: 3px;
    }

    .properties .property-list #box .box-detailz .main-detail ul li .title {
        font-size: 13px;
    }

    .properties .property-list #box .box-detailz .main-detail ul li .title i {
        width: 18px;
    }
}

@media all and (max-width:330px) {
    .video-popup .player-wrapper {
        width: 90%;
    }

    .video-popup .player-wrapper iframe {
        height: 140px !important;
    }

    .left-side .available .item {
        padding-right: 0px !important;
    }

    .left-side .available .item i {
        font-size: 1.5em !important;
    }

    .left-side .available .item strong {
        font-size: 12px !important;
    }

    .properties .property-filter .field-custom .devcommercial {
        width: 100% !important;
    }

    .properties .property-filter .field-custom label.option {
        font-size: 11px !important;
    }

    .popup #box-enquiry-form .form-inner form {
        padding: 20px 0;
    }

    .popup #box-enquiry-form .form-inner form .g-recaptcha {
        width: 100% !important;
    }

    .popup #box-enquiry-form .form-inner form .g-recaptcha>div>div {
        width: 100% !important;
    }

    .popup #box-enquiry-form .form-inner form .g-recaptcha>div>div iframe .rc-anchor-normal {
        width: 100% !important;
    }

    .popup #box-enquiry-form .form-inner form iframe {
        width: 100% !important;
    }

    .enquiry-popup .wrapper .popup-inner .kesato-form {
        padding: 15px;
    }

    .login-popup #login-popup .login-wrapper .form-footer button {
        width: 30%;
        height: 36px;
    }

    .login-popup #login-popup .login-wrapper .form-footer button.btn-facebook {
        width: 65%;
        float: right;
        margin-right: 0;
    }

    .login-popup #login-popup .login-wrapper .form-footer button.btn-facebook i {
        float: left;
    }

    .login-popup #login-popup .login-wrapper .btn-create-new-account {
        width: 100% !important;
    }

    #contact-main .contact-holder .office-choose-button {
        width: 95% !important;
    }
}

@media all and (max-width:320px) {
    header div .logo .k .icon-k-logo {
        font-size: 65px;
    }

    header div .logo .text .icon-k-main-title {
        font-size: 8px;
    }

    header div .logo .text .icon-k-sub-title {
        font-size: 5px;
    }

    .breadcrumb {
        display: none;
    }

    .properties .property-list .two-column {
        height: 100vh;
    }

    .properties .property-list .two-column #box .box .product-watermark img {
        width: 30%;
    }

    #jumbotron .wrapper h2 {
        padding: 0 20px;
        margin-top: 70px;
        font-size: 24px;
    }

    #jumbotron>.wrapper {
        height: 300px;
    }

    #jumbotron>.wrapper .category-btn {
        padding: 10px 15px 10px 40px;
    }

    #jumbotron>.wrapper .category-btn i {
        line-height: 5px;
    }
}




@media screen and (max-height:500px) {
    #jumbotron .wrapper h2 {
        padding: 0 20px;
        margin-top: 70px;
        font-size: 24px;
    }

    #jumbotron>.wrapper .category-btn {
        padding: 10px 15px 10px 40px;
    }

    header>div .fullscreen-nav .bottom-nav {
        float: left;
        width: 100%;
        margin: 0px 0 30px 0;
        top: 0;
    }

    a.closeCategoryWrapper {
        position: relative;
        top: 40px;
    }
}

@media screen and (max-height:375px) {
    #jumbotron .wrapper h2 {
        margin-bottom: 30px;
        margin-top: 80px;
    }

    #jumbotron>.wrapper .category-btn {
        font-size: 14px;
    }
}

html,
body {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 100% !important;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 4px 10px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

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

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: 3px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.kesato-form,
.kesato-form * {
    box-sizing: border-box;
    font-size: 12px;
}

.wrap-0 {
    max-width: 952px;
}

.wrap-1 {
    max-width: 852px;
}

.wrap-2 {
    max-width: 652px;
}

.wrap-3 {
    max-width: 452px;
}

.kesato-form .section {
    margin-bottom: 7px;
}

.kesato-form .smart-link {
    color: #ee5b2c;
    text-decoration: none;
}

.kesato-form .smart-link:hover {
    text-decoration: underline;
}

.kesato-form .tagline {
    height: 0;
    border-top: 1px solid #CFCFCF;
    text-align: center;
}

.kesato-form .tagline span {
    text-transform: ;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    background: #fff;
    color: #ee5b2c;
    top: -10px;
}

.kesato-form .field {
    display: block;
    position: relative;
}

.kesato-form .field-icon i {
    color: #BBB;
    position: relative;
}

.kesato-form .field-label {
    display: block;
    margin-bottom: 7px;
}

.kesato-form .field-label.colm {
    padding-top: 12px;
}

.kesato-form .field-label em {
    color: #e74c3c;
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 3px;
}

.kesato-form .form-header {
    overflow: hidden;
    position: relative;
    padding: 25px 30px;
    border-radius: 5px 5px 0 0;
}

.kesato-form .form-header h4 {
    text-align: left;
    font-weight: 300;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.kesato-form .form-header h4 i {
    font-size: 38px;
    position: relative;
    margin-right: 10px;
    top: 2px;
}

.kesato-form .header-lite {
    background: #F3F5FA;
    border-top: 1px solid #A7D065;
    border-bottom: 1px solid #D9DDE5;
}

.kesato-form .header-lite:before {
    content: "";
    background-color: #ee5b2c;
    position: absolute;
    height: 8px;
    z-index: 1;
    top: 0px;
    right: 0;
    left: 0;
}

.kesato-form .header-primary h4 {
    color: #fff;
}

.kesato-form .header-lite h4 {
    color: #5D6A87;
    padding-top: 5px;
}

.smart-flat,
.smart-flat .form-header {
    border-radius: 0;
}

.kesato-form .form-footer {
    overflow: hidden;
}

.kesato-form input[type=search] {
    -webkit-appearance: textfield;
}

.kesato-form::-webkit-search-decoration,
.kesato-form::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.kesato-form input:invalid {
    box-shadow: none;
}

.kesato-form input::-webkit-input-placeholder,
.kesato-form textarea::-webkit-input-placeholder {
    color: #AAAAAA;
}

.kesato-form input:focus::-webkit-input-placeholder,
.kesato-form textarea:focus::-webkit-input-placeholder {
    color: #D6DBE0;
}

.kesato-form input:-moz-placeholder,
.kesato-form textarea:-moz-placeholder {
    color: #AAAAAA;
}

.kesato-form input:focus:-moz-placeholder,
.kesato-form textarea:focus:-moz-placeholder {
    color: #D6DBE0;
}

.kesato-form input::-moz-placeholder,
.kesato-form textarea::-moz-placeholder {
    color: #AAAAAA;
    opacity: 1;
}

.kesato-form input:focus::-moz-placeholder,
.kesato-form textarea:focus::-moz-placeholder {
    color: #D6DBE0;
    opacity: 1;
}

.kesato-form input:-ms-input-placeholder,
.kesato-form textarea:-ms-input-placeholder {
    color: #AAAAAA;
}

.kesato-form input:focus:-ms-input-placeholder,
.kesato-form textarea:focus:-ms-input-placeholder {
    color: #D6DBE0;
}

.kesato-form label,
.kesato-form input,
.kesato-form button,
.kesato-form select,
.kesato-form textarea {
    margin: 0;
    font-size: 13px;
    color: #777;
    outline: none;
}

.kesato-form button {
    cursor: pointer;
}

.kesato-form .gui-input,
.kesato-form .gui-textarea,
.kesato-form .select>select,
.kesato-form input[type="button"],
.kesato-form input[type="submit"],
.kesato-form input[type="search"],
.kesato-form .select-multiple select {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

.kesato-form input[type="search"]::-webkit-search-decoration,
.kesato-form input[type="search"]::-webkit-search-cancel-button,
.kesato-form input[type="search"]::-webkit-search-results-button,
.kesato-form input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.kesato-form .switch,
.kesato-form .option,
.kesato-form .field-label {
    font-size: 13px;
}

.kesato-form .radio,
.kesato-form .button,
.kesato-form .checkbox,
.kesato-form .select .arrow,
.kesato-form .switch>label,
.kesato-form .ui-slider .ui-slider-handle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kesato-form .radio,
.kesato-form .button,
.kesato-form .tooltip,
.kesato-form .checkbox,
.kesato-form .gui-input,
.kesato-form .notification,
.kesato-form .gui-textarea,
.kesato-form .select>select,
.kesato-form .select-multiple select {
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    outline: none;
}

.kesato-form .select,
.kesato-form .gui-input,
.kesato-form .gui-textarea,
.kesato-form .select>select,
.kesato-form .select-multiple select {
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 1px solid #CFCFCF;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    color: #626262;
    outline: none;
    height: 42px;
    width: 100%;
    *zoom: 1;
    font-weight: normal !important;
}

.kesato-form .gui-input,
.kesato-form .gui-textarea {
    padding: 10px 15px;
}

.kesato-form .gui-textarea {
    resize: none;
    line-height: 19px;
    overflow: auto;
    max-width: 100%;
    height: 57px;
}

.kesato-form .input-hint {
    padding: 10px;
    display: block;
    margin-top: -1px;
    line-height: 16px;
    position: relative;
    background: #F5F5F5;
    border: 1px solid #CFCFCF;
    border-radius: 0;
    font-size: 11px;
    color: #999;
}

.kesato-form .select {
    border: 0;
    z-index: 10;
}

.kesato-form .select>select {
    display: block;
    padding: 9px 10px;
    color: #626262;
    background: none;
    border: 1px solid #CFCFCF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    z-index: 10;
    margin: 0;
}

.kesato-form .select>select::-ms-expand {
    display: none;
}

.kesato-form .select .arrow {
    position: absolute;
    top: 9px;
    right: 4px;
    width: 24px;
    height: 24px;
    color: #9F9F9F;
    pointer-events: none;
    z-index: 16;
}

.kesato-form .select .arrow:after,
.kesato-form .select .arrow:before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    font-style: normal;
    pointer-events: none;
    display: none\9;
    left: 5px;
}

.kesato-form .select .arrow:before {
    content: '\f0d7';
    bottom: 4px;
    font-size: 13px;
}

.kesato-form .select .double:after {
    content: '\25B2';
    top: -1px;
}

.kesato-form .select .double:before {
    content: '\25BC';
    bottom: -1px;
}

.kesato-form .select-multiple select {
    width: 100%;
    height: 123px;
    padding: 10px;
}

.kesato-form .file {
    display: block;
    width: 100%;
}

.kesato-form .file .gui-file {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 8px 10px;
    position: absolute;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 11;
    bottom: 0;
    right: 0;
}

.kesato-form .file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    z-index: 10;
}

.kesato-form .gui-input:hover,
.kesato-form .gui-textarea:hover,
.kesato-form .select>select:hover,
.kesato-form .select-multiple select:hover,
.kesato-form .gui-input:hover~.input-hint,
.kesato-form .file .gui-file:hover+.gui-input,
.kesato-form .gui-textarea:hover~.input-hint {}

.kesato-form .gui-input:focus,
.kesato-form .gui-textarea:focus,
.kesato-form .select>select:focus,
.kesato-form .select-multiple select:focus {
    color: #3c3c3c;
    background: #fff;
    border: 1px solid #DDD;
    outline: none;
}

.kesato-form .select>select:focus {
    z-index: 10;
    z-index: 20\9;
}

.kesato-form .select>select:focus {
    z-index: 10;
    z-index: 20\9;
}

.kesato-form .gui-input:focus~.field-icon i,
.kesato-form .gui-textarea:focus~.field-icon i {
    color: #ee5b2c;
}

.kesato-form .select-multiple select:focus,
.kesato-form .gui-input:focus~.input-hint,
.kesato-form .gui-textarea:focus~.input-hint,
.kesato-form .file .gui-file:focus+.gui-input {
    border-color: #ee5b2c;
}

.kesato-form .select>select:focus+.arrow {
    color: #333;
}

.kesato-form .option {
    position: relative;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.kesato-form .option>input {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0;
}

.kesato-form .checkbox,
.kesato-form .radio {
    position: relative;
    margin-right: 2px;
    background: #fff;
    display: inline-block;
    border: 2px solid #CFCFCF;
    height: 21px;
    width: 21px;
    top: 4px;
    margin: 0px 3px 0px 0px;
}

.kesato-form .checkbox:before,
.kesato-form .radio:before {
    content: '';
    display: none;
}

.kesato-form input:checked+.checkbox:before,
.kesato-form input:checked+.radio:before {
    display: block;
}

.kesato-form .checkbox:before {
    position: absolute;
    top: 1px;
    left: 4px;
    width: 20px;
    height: 10px;
    border: solid #ee5b2c;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
}

.kesato-form input:checked+.checkbox,
.kesato-form input:checked+.radio {
    border: 2px solid #ee5b2c;
}

.kesato-form .radio {
    border-radius: 20px;
}

.kesato-form .radio:before {
    margin: 5px 0 1px 5px;
    width: 7px;
    height: 7px;
    background: #ee5b2c;
    border-radius: 10px;
}

.kesato-form input:hover+.checkbox,
.kesato-form input:hover+.radio {}

.kesato-form input:focus+.checkbox,
.kesato-form input:focus+.radio {
    border-color: #ee5b2c;
}

.kesato-form input:focus+.radio:before {
    background: #ee5b2c;
}

.kesato-form input:focus+.checkbox:before {
    border-color: #ee5b2c;
}

.kesato-form .switch {
    cursor: pointer;
    position: relative;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    height: 26px;
}

.kesato-form .switch>label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 25px;
    width: 58px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    background: #D7D7D7;
    border: 2px solid #D7D7D7;
    text-transform: ;
    transition: 0.3s ease-out;
}

.kesato-form .switch>label+span {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: -7px;
}

.kesato-form .switch>label:before {
    content: attr(data-off);
    position: absolute;
    top: 1px;
    right: 3px;
    width: 33px;
}

.kesato-form .switch>label:after {
    content: "";
    margin: 1px;
    width: 19px;
    height: 19px;
    display: block;
    background: #fff;
}

.kesato-form .switch>input {
    -webkit-appearance: none;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    left: 0;
    top: 0;
}

.kesato-form .switch>input:focus {
    outline: none;
}

.kesato-form .switch>input:focus+label {
    color: #fff;
    border-color: #C7C7C7;
    background: #C7C7C7;
}

.kesato-form .switch>input:focus+label:after {
    background: #fff;
}

.kesato-form .switch>input:checked+label {
    border-color: #ee5b2c;
    background: #ee5b2c;
    padding-left: 33px;
    color: white;
}

.kesato-form .switch>input:checked+label:before {
    content: attr(data-on);
    left: 1px;
    top: 1px;
}

.kesato-form .switch>input:checked+label:after {
    margin: 1px;
    width: 19px;
    height: 19px;
    background: white;
}

.kesato-form .switch>input:checked:focus+label {
    background: #3c9b39;
    border-color: #3c9b39;
}

.kesato-form .switch-round>label {
    border-radius: 13px;
}

.kesato-form .switch-round>label+span {
    top: -2px;
}

.kesato-form .switch-round>label:before {
    width: 33px;
}

.kesato-form .switch-round>label:after {
    width: 19px;
    color: #D7D7D7;
    content: "\2022";
    font: 20px/20px;
    border-radius: 13px;
}

.kesato-form .switch-round>input:checked+label {
    padding-left: 33px;
}

.kesato-form .switch-round>input:checked+label:after {
    color: #ee5b2c;
}

.kesato-form .button {
    border: 0;
    color: #243140;
    line-height: 1;
    font-size: 13px;
    cursor: pointer;
    padding: 10px 14px;
    text-align: center;
    vertical-align: top;
    background: #DBDBDB;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.kesato-form a.button,
.kesato-form span.button,
.kesato-form label.button {
    line-height: 42px;
    text-decoration: none;
}

.kesato-form .button i {
    font-size: 14px;
}

.kesato-form .button-list .button {
    margin-bottom: 5px;
}

.kesato-form .btn-primary {
    background-color: #ee5b2c;
    /* background-color: var(--primary-text); */
    color: #FFF;
    border: 1px solid transparent;
}

.kesato-form .btn-cancel {
    background: none;
    border: 1px solid #CFCFCF;
    color: #777;
}

.kesato-form .btn-rounded {
    border-radius: 22px;
}

.kesato-form .button-left,
.kesato-form .button-right {
    position: relative;
    z-index: 9;
}

.kesato-form .button-left:before,
.kesato-form .button-right:before {
    content: '';
    z-index: -1;
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: inherit;
    border-color: inherit;
    border: none;
    top: 5px;
}

.kesato-form .button-left {
    border-left-width: 0;
    padding: 0 18px 0 7px;
    border-radius: 0 3px 3px 0;
    margin-left: 20px;
}

.kesato-form .button-left:before {
    left: -15px;
    border-radius: 2px 5px 0 5px;
    transform: rotate(-45deg);
}

.kesato-form .button-right {
    padding: 0 7px 0 18px;
    border-right-width: 0;
    border-radius: 3px 0 0 3px;
    margin-right: 20px;
}

.kesato-form .button-right:before {
    right: -15px;
    border-radius: 5px 2px 5px 0;
    transform: rotate(45deg);
}

.kesato-form .btn-pointed.button-left,
.kesato-form .btn-pointed.button-right {
    border-radius: 22px;
}

.kesato-form .btn-rounded.button-left {
    border-radius: 0 22px 22px 0;
}

.kesato-form .btn-rounded.button-right {
    border-radius: 22px 0 0 22px;
}

.kesato-form .pushed {
    -o-box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.kesato-form .pushed:active {
    -o-box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
    top: 2px;
}

.kesato-form .pushed.button-left:before {
    -o-box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
}

.kesato-form .pushed:active.button-left:before {
    -o-box-shadow: inset 0.2em 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0.2em 0 0 rgba(0, 0, 0, 0.2);
}

.kesato-form .pushed.button-right:before {
    -o-box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
}

.kesato-form .pushed:active.button-right:before {
    -o-box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
}

.kesato-form .form-footer .button {
    margin-right: 10px;
    margin-bottom: 5px;
}

.kesato-form .align-right .button {
    margin-right: 0;
    margin-left: 10px;
}

.kesato-form .twitter,
.kesato-form .twitter:hover,
.kesato-form .twitter:focus,
.kesato-form .facebook,
.kesato-form .facebook:hover,
.kesato-form .facebook:focus,
.kesato-form .googleplus,
.kesato-form .googleplus:hover,
.kesato-form .googleplus:focus {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}

.kesato-form .facebook {
    background-color: #3b5998;
}

.kesato-form .twitter {
    background-color: #00acee;
}

.kesato-form .googleplus {
    background-color: #dd4b39;
}

.kesato-form .facebook:hover,
.kesato-form .facebook:focus {
    background-color: #25385F;
}

.kesato-form .twitter:hover,
.kesato-form .twitter:focus {
    background-color: #00749F;
}

.kesato-form .googleplus:hover,
.kesato-form .googleplus:focus {
    background-color: #8D2418;
}

.kesato-form .span-left {
    padding-left: 52px;
    text-align: left;
}

.kesato-form .btn-social {
    position: relative;
    margin-bottom: 5px;
}

.kesato-form .btn-social i {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.kesato-form .btn-social span {
    border-radius: 3px 0 0 3px;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 42px;
    left: 0;
}

.kesato-form .twitter span {
    background-color: #009AD5;
}

.kesato-form .facebook span {
    background-color: #31497D;
}

.kesato-form .googleplus span {
    background-color: #C03121;
}

.kesato-form .rating {
    overflow: hidden;
}

.kesato-form .rating.block {
    display: block;
    margin: 10px 0;
}

.kesato-form .rating label {
    color: #A2A6A8;
}

.kesato-form .rating label i {
    font-size: 17px;
    text-align: center;
    color: inherit;
}

.kesato-form .rating label span {
    font: 22px/22px;
}

.kesato-form .rating-star {
    margin-left: 4px;
}

.kesato-form .rating-input {
    position: absolute;
    left: -9999px;
    top: auto;
}

.kesato-form .rating:hover .rating-star:hover,
.kesato-form .rating:hover .rating-star:hover~.rating-star,
.kesato-form .rating-input:checked~.rating-star {
    color: #ee5b2c;
}

.kesato-form .rating-star,
.kesato-form .rating:hover .rating-star {
    width: 18px;
    float: right;
    display: block;
    cursor: pointer;
    color: #A2A6A8;
}

.kesato-form .smart-widget,
.kesato-form .append-picker-icon,
.kesato-form .prepend-picker-icon {
    position: relative;
    display: block;
}

.kesato-form .smart-widget .field input,
.kesato-form .append-picker-icon input,
.kesato-form .prepend-picker-icon input {
    width: 100%;
}

.kesato-form .append-picker-icon button,
.kesato-form .prepend-picker-icon button,
.kesato-form .smart-widget .button {
    border: 1px solid #CFCFCF;
    background: #F5F5F5;
    position: absolute;
    cursor: pointer;
    color: #626262;
    height: 42px;
    top: 0;
}

.kesato-form .sm-right .button,
.kesato-form .append-picker-icon button {
    border-left: 0;
}

.kesato-form .sm-left .button,
.kesato-form .prepend-picker-icon button {
    border-right: 0;
}

.kesato-form .sm-left .button,
.kesato-form .prepend-picker-icon button {
    left: 0;
}

.kesato-form .sm-right .button,
.kesato-form .append-picker-icon button {
    right: 0;
}

.kesato-form .sml-50,
.kesato-form .prepend-picker-icon {
    padding-left: 50px;
}

.kesato-form .sml-50 .button,
.kesato-form .prepend-picker-icon button {
    width: 50px;
}

.kesato-form .sml-80 {
    padding-left: 80px;
}

.kesato-form .sml-80 .button {
    width: 80px;
}

.kesato-form .sml-120 {
    padding-left: 120px;
}

.kesato-form .sml-120 .button {
    width: 120px;
}

.kesato-form .smr-50,
.kesato-form .append-picker-icon {
    padding-right: 50px;
}

.kesato-form .smr-50 .button,
.kesato-form .append-picker-icon button {
    width: 50px;
}

.kesato-form .smr-80 {
    padding-right: 80px;
}

.kesato-form .smr-80 .button {
    width: 80px;
}

.kesato-form .smr-120 {
    padding-right: 120px;
}

.kesato-form .smr-120 .button {
    width: 120px;
}

.kesato-form .append-icon,
.kesato-form .prepend-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
}

.kesato-form .append-icon .field-icon,
.kesato-form .prepend-icon .field-icon {
    top: 0;
    z-index: 4;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 42px;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease-out;
    pointer-events: none;
}

.kesato-form .append-icon .field-icon i,
.kesato-form .prepend-icon .field-icon i {
    position: relative;
    font-size: 14px;
}

.kesato-form .prepend-icon .field-icon {
    left: 0;
}

.kesato-form .append-icon .field-icon {
    right: 0;
}

.kesato-form .append-icon>input,
.kesato-form .append-icon>textarea {
    padding-right: 36px;
    padding-left: 10px;
}

.kesato-form .append-icon>textarea {
    padding-right: 36px;
}

.kesato-form .tooltip {
    position: absolute;
    z-index: -1;
    opacity: 0;
    color: #fff;
    width: 184px;
    left: -9999px;
    top: auto;
    font-size: 11px;
    font-weight: normal;
    background: #333333;
    transition: margin 0.6s, opacity 0.6s;
}

.kesato-form .tooltip>em {
    padding: 12px;
    font-style: normal;
    display: block;
    position: static;
}

.kesato-form .tooltip:after {
    content: '';
    position: absolute;
}

.kesato-form .gui-input:focus+.tooltip,
.kesato-form .gui-textarea:focus+.tooltip {
    opacity: 1;
    z-index: 999;
}

.kesato-form .tip-left {
    top: 1px;
    margin-right: -20px;
}

.kesato-form .tip-left:after {
    top: 12px;
    left: 100%;
    border-left: 8px solid #333333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.kesato-form .gui-input:focus+.tip-left,
.kesato-form .gui-textarea:focus+.tip-left {
    margin-right: 5px;
    right: 100%;
    left: auto;
}

.kesato-form .tip-right {
    top: 1px;
    margin-left: -20px;
}

.kesato-form .tip-right:after {
    top: 12px;
    right: 100%;
    border-right: 8px solid #333333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.kesato-form .gui-input:focus+.tip-right,
.kesato-form .gui-textarea:focus+.tip-right {
    left: 100%;
    margin-left: 5px;
}

.kesato-form .tip-right-top {
    bottom: 100%;
    margin-bottom: -20px;
}

.kesato-form .tip-right-top:after {
    top: 100%;
    right: 12px;
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.kesato-form .gui-input:focus+.tip-right-top,
.kesato-form .gui-textarea:focus+.tip-right-top {
    right: 0;
    left: auto;
    margin-bottom: 10px;
}

.kesato-form .tip-left-top {
    bottom: 100%;
    margin-bottom: -20px;
}

.kesato-form .tip-left-top:after {
    top: 100%;
    left: 12px;
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.kesato-form .gui-input:focus+.tip-left-top,
.kesato-form .gui-textarea:focus+.tip-left-top {
    left: 0;
    right: auto;
    margin-bottom: 10px;
}

.kesato-form .tip-right-bottom {
    top: 100%;
    margin-top: -20px;
}

.kesato-form .tip-right-bottom:after {
    right: 12px;
    bottom: 100%;
    border-bottom: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.kesato-form .gui-input:focus+.tip-right-bottom,
.kesato-form .gui-textarea:focus+.tip-right-bottom {
    margin-top: 10px;
    left: auto;
    right: 0;
}

.kesato-form .tip-left-bottom {
    top: 100%;
    margin-top: -20px;
}

.kesato-form .tip-left-bottom:after {
    left: 12px;
    bottom: 100%;
    border-bottom: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.kesato-form .gui-input:focus+.tip-left-bottom,
.kesato-form .gui-textarea:focus+.tip-left-bottom {
    margin-top: 10px;
    right: auto;
    left: 0;
}

.kesato-form .smart-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kesato-form .smart-list li {
    margin-bottom: 20px;
}

.kesato-form .form-msg {
    display: none;
}

.kesato-form .notification {
    color: #444;
    padding: 15px;
    position: relative;
}

.kesato-form .notification p {
    margin: 0;
    padding: 0 15px;
    padding-left: 5px;
    line-height: normal;
}

.kesato-form .notification .close-btn {
    margin-top: -7px;
    padding: inherit;
    position: absolute;
    text-decoration: none;
    font: bold 20px/20px;
    opacity: 0.65;
    color: inherit;
    display: block;
    right: 1px;
    top: 14%;
}

.kesato-form .notification .close-btn:hover {
    opacity: 1;
}

.kesato-form .alert-info {
    color: #163161;
    background-color: #cfe6fc;
}

.kesato-form .alert-success {
    color: #336633;
    background-color: #d2f7ad;
}

.kesato-form .alert-warning {
    color: #CC6600;
    background-color: #fae7a2;
}

.kesato-form .alert-error {
    color: #990000;
    background-color: #FBDBCF;
}

.kesato-form .state-error .gui-input,
.kesato-form .state-error .gui-textarea,
.kesato-form .state-error.select>select,
.kesato-form .state-error.select-multiple>select,
.kesato-form .state-error input:hover+.checkbox,
.kesato-form .state-error input:hover+.radio,
.kesato-form .state-error input:focus+.checkbox,
.kesato-form .state-error input:focus+.radio,
.kesato-form .state-error .checkbox,
.kesato-form .state-error .radio {
    border-color: #DE888A;
}

.kesato-form .state-error .gui-input:focus,
.kesato-form .state-error .gui-textarea:focus,
.kesato-form .state-error.select>select:focus,
.kesato-form .state-error.select-multiple>select:focus {
    -o-box-shadow: 0px 0px 3px #DE888A inset;
    box-shadow: 0px 0px 3px #DE888A inset;
}

.kesato-form .state-error .gui-input~.field-icon i,
.kesato-form .state-error .gui-textarea~.field-icon i {
    color: #DE888A;
}

.kesato-form .state-error.select .arrow {
    color: #DE888A;
}

.kesato-form .state-error.select>select:focus+.arrow {
    color: #DE888A;
}

.kesato-form .state-error .gui-input~.input-hint,
.kesato-form .state-error.file .gui-file:hover+.gui-input,
.kesato-form .state-error .gui-textarea~.input-hint {
    border-color: #DE888A;
}

.kesato-form .state-error+em {
    display: block !important;
    margin-top: 6px;
    padding: 0 3px;
    font-style: normal;
    line-height: normal;
    font-size: 12px;
    color: #DE888A;
}

.kesato-form .state-success .gui-input,
.kesato-form .state-success .gui-textarea,
.kesato-form .state-success.select>select,
.kesato-form .state-success.select-multiple>select,
.kesato-form .state-success input:hover+.checkbox,
.kesato-form .state-success input:hover+.radio,
.kesato-form .state-success input:focus+.checkbox,
.kesato-form .state-success input:focus+.radio,
.kesato-form .state-success .checkbox,
.kesato-form .state-success .radio {
    border-color: #CFCFCF;
}

.kesato-form .state-success .gui-input:focus,
.kesato-form .state-success .gui-textarea:focus,
.kesato-form .state-success.select>select:focus,
.kesato-form .state-success.select-multiple>select:focus {
    -o-box-shadow: 0px 0px 3px #A5D491 inset;
    box-shadow: 0px 0px 3px #A5D491 inset;
}

.kesato-form .state-success .gui-input~.field-icon i,
.kesato-form .state-success .gui-textarea~.field-icon i {
    color: #A5D491;
}

.kesato-form .state-success.select .arrow {
    color: #A5D491;
}

.kesato-form .state-success.select>select:focus+.arrow {
    color: #A5D491;
}

.kesato-form .state-success .gui-input~.input-hint,
.kesato-form .state-success.file .gui-file:hover+.gui-input,
.kesato-form .state-success .gui-textarea~.input-hint {
    border-color: #A5D491;
}

.kesato-form .button[disabled],
.kesato-form .state-disabled .button,
.kesato-form input[disabled]+.radio,
.kesato-form input[disabled]+.checkbox,
.kesato-form .switch>input[disabled]+label {
    cursor: default;
    opacity: 0.5;
}

.kesato-form .gui-input[disabled],
.kesato-form .gui-textarea[disabled],
.kesato-form .select>select[disabled],
.kesato-form .select-multiple select[disabled],
.kesato-form .gui-input[disabled]~.input-hint,
.kesato-form .file .gui-file[disabled]+.gui-input,
.kesato-form .file .gui-file[disabled]:hover+.gui-input,
.kesato-form .gui-textarea[disabled]~.input-hint {
    background-color: #f4f6f6;
    border-color: #d5dbdb !important;
    cursor: default;
    color: #d5dbdb;
    opacity: 0.7;
}

.kesato-form input[disabled]~.field-icon i,
.kesato-form textarea[disabled]~.field-icon i,
.kesato-form .select>select[disabled]+.arrow {
    opacity: 0.4;
}

.ui-datepicker {
    width: 18em;
    margin-top: 8px;
    display: none;
    background: #fff;
    position: relative;
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #CFCFCF;
    z-index: 9999 !important;
    text-align: center;
    color: #666;
}

.ui-datepicker a {
    color: #404040;
    text-align: center;
}

.ui-datepicker .ui-state-disabled span {
    color: #DBDBDB;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    background: #F5F5F5;
    border-bottom: 1px solid #CFCFCF;
    line-height: 27px;
    font-size: 15px;
    padding: 10px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 34px;
    height: 34px;
    display: block;
    font-size: 14px;
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    color: #ee5b2c;
    top: 20.5%;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color: #ee5b2c;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    margin: 0 0 .4em;
    border-collapse: collapse;
}

.ui-datepicker th {
    padding: .5em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 2px 5px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: .25em;
    display: block;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
    background: #F5F5F5;
}

.ui-datepicker .ui-state-disabled span:hover {
    background: none;
}

.ui-datepicker-today a,
.ui-datepicker-today a:hover,
.ui-datepicker .ui-state-highlight {
    font-weight: 700;
    background: #ee5b2c !important;
    color: #fff;
}

.cal-widget .ui-datepicker {
    width: 100%;
    margin-top: 0;
}

.cal-widget .ui-datepicker:before {
    display: none;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.333%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-buttonpane {
    border-top: 1px solid #CFCFCF;
    padding: 10px;
}

.ui-datepicker-buttonpane button {
    padding: 8px 12px;
    margin-right: .2em;
    position: relative;
    line-height: normal;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    background: #DBDBDB;
    text-align: center;
    overflow: visible;
    cursor: pointer;
    color: #243140;
    border: 0;
}

.ui-datepicker-buttonpane button:hover {
    color: #243140;
    background: #E8E8E8;
}

.ui-datepicker-buttonpane button:active {
    color: #1d2938;
    background: #C4C4C4;
}

.ui-monthpicker .ui-datepicker-header {
    margin-bottom: 3px;
}

.kesato-form .slider-wrapper,
.kesato-form .sliderv-wrapper {
    background: #E5E5E5;
    position: relative;
}

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

.kesato-form .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.5em;
    height: 1.5em;
    cursor: default;
    background: #fff;
    border: 3px solid #ee5b2c;
    border-radius: 20px;
    -ms-touch-action: none;
    touch-action: none;
    margin-top: -3px;
    outline: none;
}

.kesato-form .ui-slider .ui-slider-handle:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #ee5b2c;
    border-radius: 10px;
    z-index: 2;
    left: 4px;
    top: 4px;
}

.kesato-form .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #ee5b2c;
}

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

.kesato-form .ui-slider-horizontal {
    height: .5em;
}

.kesato-form .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

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

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

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

.kesato-form .ui-slider-vertical,
.kesato-form .sliderv-wrapper {
    width: .5em;
    height: 100px;
}

.kesato-form .ui-slider-vertical .ui-slider-handle {
    left: -0.45em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.kesato-form .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.kesato-form .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.kesato-form .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.kesato-form .slider-input {
    border: 0;
    background: none;
}

.kesato-form .slider-group .sliderv-wrapper {
    height: 150px;
    float: left;
    margin: 15px 15px;
}

.kesato-form .ui-slider .ui-state-active {
    cursor: grabbing;
}

.kesato-form .slider-tip {
    display: block;
    position: absolute;
    text-align: center;
    font: 10pt;
    background: #333333;
    padding: 10px;
    color: #fff;
}

.kesato-form .slider-wrapper .slider-tip {
    top: -50px;
    left: -15px;
}

.kesato-form .slider-wrapper .slider-tip:after {
    content: '';
    position: absolute;
    top: 98%;
    left: 35%;
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.kesato-form .sliderv-wrapper .slider-tip {
    left: 30px;
    top: -12px;
}

.kesato-form .sliderv-wrapper .slider-tip:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 98%;
    border-right: 8px solid #333333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.kesato-form .yellow-slider .ui-slider .ui-slider-handle {
    border-color: #faa226;
}

.kesato-form .yellow-slider .ui-slider .ui-slider-handle:before,
.kesato-form .yellow-slider .ui-slider .ui-slider-range {
    background-color: #faa226;
}

.kesato-form .red-slider .ui-slider .ui-slider-handle {
    border-color: #ee4f3d;
}

.kesato-form .red-slider .ui-slider .ui-slider-handle:before,
.kesato-form .red-slider .ui-slider .ui-slider-range {
    background-color: #ee4f3d;
}

.kesato-form .purple-slider .ui-slider .ui-slider-handle {
    border-color: #9464e2;
}

.kesato-form .purple-slider .ui-slider .ui-slider-handle:before,
.kesato-form .purple-slider .ui-slider .ui-slider-range {
    background-color: #9464e2;
}

.kesato-form .blue-slider .ui-slider .ui-slider-handle {
    border-color: #00acee;
}

.kesato-form .blue-slider .ui-slider .ui-slider-handle:before,
.kesato-form .blue-slider .ui-slider .ui-slider-range {
    background-color: #00acee;
}

.kesato-form .black-slider .ui-slider .ui-slider-handle {
    border-color: #505558;
}

.kesato-form .black-slider .ui-slider .ui-slider-handle:before,
.kesato-form .black-slider .ui-slider .ui-slider-range {
    background-color: #505558;
}

.kesato-form .green-slider .ui-slider .ui-slider-handle {
    border-color: #0E993C;
}

.kesato-form .green-slider .ui-slider .ui-slider-handle:before,
.kesato-form .green-slider .ui-slider .ui-slider-range {
    background-color: #0E993C;
}

.ui-timepicker-div .ui-widget-header {
    position: relative;
    background: #F5F5F5;
    line-height: 27px;
    font-size: 15px;
    padding: 10px;
}

.ui-timepicker-div dl {
    text-align: left;
    border: 1px solid #CFCFCF;
    border-width: 1px 0 0 0;
    padding: 15px 10px;
    margin: 0;
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 20px 40%;
}

.ui-timepicker-div dl .ui_tpicker_hour,
.ui-timepicker-div dl .ui_tpicker_minute,
.ui-timepicker-div dl .ui_tpicker_second,
.ui-timepicker-div dl .ui_tpicker_millisec {
    background: #E5E5E5;
    position: relative;
    top: 6px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
    float: right;
    clear: right;
}

.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px;
}

.kesato-form .progress-section {
    display: none;
}

.kesato-form .progress-bar {
    position: relative;
    background: #E5E5E5;
}

.kesato-form .progress-bar .percent {
    position: absolute;
    display: inline-block;
    top: -3px;
    right: -24px;
    font-size: 9px;
    color: #93A2AA;
}

.kesato-form .progress-bar>.bar {
    width: 60%;
    height: 7px;
    display: block;
    background-size: 16px 16px;
    background-color: #bdc3c7;
}

.kesato-form .bar-primary>.bar {
    background-color: #ee5b2c;
}

.kesato-form .bar-blue>.bar {
    background-color: #00acee;
}

.kesato-form .bar-black>.bar {
    background-color: #505558;
}

.kesato-form .bar-green>.bar {
    background-color: #0E993C;
}

.kesato-form .bar-purple>.bar {
    background-color: #9464e2;
}

.kesato-form .bar-red>.bar {
    background-color: #ee4f3d;
}

.kesato-form .bar-yellow>.bar {
    background-color: #faa226;
}

.kesato-form .ui-slider .ui-slider-range,
.kesato-form .progress>button[type="submit"],
.kesato-form .progress>button[type="submit"]:hover,
.kesato-form .progress-bar>.bar {
    background-size: 16px 16px;
}

.kesato-form .progress>button[type="submit"],
.kesato-form .progress>button[type="submit"]:hover,
.kesato-form .progress-animated>.bar {
    animation: sfprogress .6s linear infinite;
}

.kesato-form .progress>button[type="submit"]:hover {
    cursor: wait;
}

@keyframes sfprogress {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -16px 0;
    }
}

.kesato-form .map-container {
    padding: 10px;
    border: 1px solid #CFCFCF;
}

.kesato-form #map_canvas {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.kesato-form .block {
    display: block;
}

.kesato-form .frm-row {
    margin: 0 -10px;
}

.kesato-form .slider-group:before,
.kesato-form .slider-group:after,
.kesato-form .frm-row:before,
.kesato-form .frm-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.kesato-form .slider-group:after,
.kesato-form .frm-row:after {
    clear: both;
}

.kesato-form .frm-row .colm {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
}

.kesato-form .frm-row .colm1 {
    width: 8.33%;
}

.kesato-form .frm-row .colm2 {
    width: 16.66%;
}

.kesato-form .frm-row .colm3 {
    width: 25%;
}

.kesato-form .frm-row .colm4 {
    width: 33.33%;
}

.kesato-form .frm-row .colm5 {
    width: 41.66%;
}

.kesato-form .frm-row .colm6 {
    width: 50%;
}

.kesato-form .frm-row .colm7 {
    width: 58.33%;
}

.kesato-form .frm-row .colm8 {
    width: 66.66%;
}

.kesato-form .frm-row .colm9 {
    width: 75%;
}

.kesato-form .frm-row .colm10 {
    width: 83.33%;
}

.kesato-form .frm-row .colm11 {
    width: 91.66%;
}

.kesato-form .frm-row .colm12 {
    width: 100%;
}

.kesato-form .frm-row .colm1-5 {
    width: 20%;
}

.kesato-form .frm-row .colm1-8 {
    width: 12.5%;
}

.kesato-form .spacer {
    border-top: 1px solid #CFCFCF;
    display: block;
    height: 0;
}

.kesato-form .spacer-t10 {
    margin-top: 10px;
}

.kesato-form .spacer-b10 {
    margin-bottom: 10px;
}

.kesato-form .spacer-t15 {
    margin-top: 15p;
}

.kesato-form .spacer-b15 {
    margin-bottom: 15px;
}

.kesato-form .spacer-t20 {
    margin-top: 20px;
}

.kesato-form .spacer-b20 {
    margin-bottom: 20px;
}

.kesato-form .spacer-t25 {
    margin-top: 25px;
}

.kesato-form .spacer-b25 {
    margin-bottom: 25px;
}

.kesato-form .spacer-t30 {
    margin-top: 30px;
}

.kesato-form .spacer-b30 {
    margin-bottom: 30px;
}

.kesato-form .spacer-t40 {
    margin-top: 40px;
}

.kesato-form .spacer-b40 {
    margin-bottom: 40px;
}

.kesato-form .frm-row .pad-l10 {
    padding-left: 10px;
}

.kesato-form .frm-row .pad-r10 {
    padding-right: 10px;
}

.kesato-form .frm-row .pad-l20 {
    padding-left: 20px;
}

.kesato-form .frm-row .pad-r20 {
    padding-right: 20px;
}

.kesato-form .frm-row .pad-l30 {
    padding-left: 30px;
}

.kesato-form .frm-row .pad-r30 {
    padding-right: 30px;
}

.kesato-form .frm-row .pad-l40 {
    padding-left: 40px;
}

.kesato-form .frm-row .pad-r40 {
    padding-right: 40px;
}

.kesato-form .bdl {
    border-left: 1px solid #CFCFCF;
}

.kesato-form .bdr {
    border-right: 1px solid #CFCFCF;
}

.kesato-form .fine-grey {
    color: #999;
}

.kesato-form .small-text {
    font-size: 11px;
    font-style: normal;
}

.kesato-form .text-align {
    height: 42px;
    line-height: 42px;
}

.kesato-form .align-right {
    text-align: right;
}

.kesato-form .align-center {
    text-align: center;
}

.kesato-form .price-box {
    padding: 30px;
    text-align: center;
    position: relative;
    border: 1px solid #CFCFCF;
    -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

.kesato-form .price-box p {
    line-height: 1.5em;
    color: #526066;
    margin-bottom: 0;
}

.kesato-form .price-box h5 {
    text-transform: ;
    font-weight: 300;
    margin: 0;
    font-size: 15px;
    color: #B0B2B9;
    letter-spacing: 2px;
}

.kesato-form .price-box h4 {
    font-size: 60px;
    font-weight: 300;
    margin: 0;
    color: #626262;
}

.kesato-form .selected-box h4 {
    color: #ee5b2c;
}

.kesato-form .price-box h4 sup {
    position: relative;
    font-size: 30px;
    vertical-align: top;
    top: 15px;
}

.kesato-form .price-box h4 .per-month {
    font-size: 14px;
}

.kesato-form .expand {
    height: 50px;
    line-height: 50px !important;
    border-radius: 3px;
}

.kesato-form .ribbon,
.kesato-form .ribbon-large {
    width: 75px;
    height: 78px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 1;
}

.kesato-form .ribbon-inner {
    -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    transform: rotate(45deg);
    background: #ee5b2c;
    letter-spacing: 4px;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 0;
    width: 100px;
    color: #fff;
    z-index: 1;
    left: 3px;
    top: 6px;
}

.kesato-form .ribbon-inner:before,
.kesato-form .ribbon-inner:after {
    content: "";
    border-top: 3px solid #3c9b39;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.kesato-form .ribbon-inner:before {
    left: 0px;
}

.kesato-form .ribbon-inner:after {
    right: 0px;
}

.kesato-form .ribbon-large {
    width: 115px;
    height: 118px;
}

.kesato-form .ribbon-large .ribbon-inner {
    width: 160px;
    left: -8px;
    top: 28px;
}

.kesato-form .sfcode {
    padding-left: 24px;
}

.kesato-form .captcode {
    padding: 0;
    position: relative;
}

.kesato-form .captcode img {
    position: relative;
    top: 1px;
}

.kesato-form .refresh-captcha {
    position: absolute;
    background: #ee5b2c;
    border: 3px solid #3C9B39;
    border-radius: 30px;
    right: -15px;
    height: 32px;
    width: 32px;
    top: 4px;
}

.kesato-form .refresh-captcha i {
    position: absolute;
    text-align: center;
    line-height: 26px;
    font-size: 17px;
    color: #fff;
    left: 24%;
}

.kesato-form .refresh-black {
    background: #505558;
    border-color: #333333;
}

.kesato-form .refresh-blue {
    background: #00acee;
    border-color: #0087bb;
}

.kesato-form .refresh-green {
    background: #0E993C;
    border-color: #0B792F;
}

.kesato-form .refresh-purple {
    background: #9464e2;
    border-color: #7639da;
}

.kesato-form .refresh-red {
    background: #ee4f3d;
    border-color: #e42914;
}

.kesato-form .refresh-yellow {
    background: #faa226;
    border-color: #e88a05;
}

@-moz-document url-prefix() {
    .kesato-form .select:before {
        content: '';
        pointer-events: none;
        transition: none;
        position: absolute;
        background: #F5F5F5;
        width: 36px;
        right: 1px;
        top: 1px;
        bottom: 1px;
        z-index: 99;
    }

    .kesato-form .select>select:focus,
    .kesato-form .select>select:hover,
    .kesato-form .select:hover select,
    .kesato-form .select:hover:before {
        background: #fff;
        transition: none;
        box-shadow: none;
    }

    .kesato-form .select .arrow {
        z-index: 100;
    }

    .kesato-form .state-error.select>select:focus,
    .kesato-form .state-error.select>select:hover,
    .kesato-form .state-error.select:hover select,
    .kesato-form .state-error.select:hover:before,
    .kesato-form .state-error.select:before {
        background: #FEE9EA;
    }

    .kesato-form .state-success.select>select:focus,
    .kesato-form .state-success.select>select:hover,
    .kesato-form .state-success.select:hover select,
    .kesato-form .state-success.select:hover:before,
    .kesato-form .state-success.select:before {
        background: #F0FEE9;
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .kesato-form .select .arrow:after,
    .kesato-form .select .arrow:before {
        display: block;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .kesato-form .option,
    .kesato-form .rating,
    .kesato-form .switch,
    .kesato-form .captcode {
        -webkit-animation: bugfix infinite 1s;
    }

    .kesato-form .switch {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .kesato-form .option {
        margin-right: 15px;
    }
}

/* @media (max-width:600px){.kesato-form .frm-row{margin:0;}
.kesato-form .frm-row .colm{width:100%;float:none;padding:0;}
.kesato-form .bdl{border-left:0;}
.kesato-form .bdr{border-right:0;}
.kesato-form .align-right{text-align:left;}
} */
.smart-forms .gui-input {
    line-height: normal;
}

.smart-forms .option>input {
    position: static;
    margin-right: 5px;
    padding: 0;
}

.smart-forms .checkbox,
.smart-forms .radio {
    display: none;
}

.smart-forms .select .arrow {
    display: none;
}

.smart-forms .switch {
    background: white;
}

.smart-forms .switch>label {
    display: none;
}

.smart-forms .switch>input {
    width: inherit;
    height: inherit;
    position: static;
    vertical-align: top;
    margin-top: -2px;
}

.smart-forms .switch>label+span,
.smart-forms .switch-round>label+span {
    top: 0px;
}

.smart-forms .button-left,
.smart-forms .button-right {
    padding: 0 16px;
}

.smart-forms .button-left {
    margin-left: 0;
}

.smart-forms .button-right {
    margin-right: 0;
}

.smart-forms .button-left:before,
.smart-forms .button-right:before {
    display: none;
}

.smart-forms .file .gui-file {
    padding: 12px 10px;
    filter: alpha(opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.smart-forms .ribbon-large {
    width: 115px;
    height: 118px;
    right: 0px;
    top: -1px;
}

.smart-forms .ribbon-inner {
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
}

.smart-forms .ribbon-large .ribbon-inner {
    width: 180px;
    left: -5px;
    top: -26px;
}

.smart-forms .state-error .option>input {
    outline: thin dotted #CC0000;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

sup {
    vertical-align: super;
    ont-size: smaller;
    margin-left: 1px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

/*ol,*/
/*ul{list-style:none;}*/
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.no-padding-left {
    padding-left: 0;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-35 {
    padding-left: 35px !important;
}

.pt-16 {
    padding-top: 16px;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.lh-20 {
    line-height: 20px;
}

.lh-29 {
    line-height: 29px;
}

.lh-30 {
    line-height: 30px;
}

.lh-31 {
    line-height: 31px;
}

.lh-34 {
    line-height: 34px;
}

.lh-36 {
    line-height: 36px;
}

.lh-40 {
    line-height: 40px;
}

.ta-left {
    text-align: left;
}

.ta-center {
    text-align: center;
}

.primary-link {
    background: #ee5b2c;
    color: #FFF;
    padding: 10px 14px;
    text-align: center;
    border-radius: 3px;
    background-clip: padding-box;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
}

#new_pro_data .primary-link {

    background: var(--primary-text);

}

.primary-link:hover {
    background: #FFF;
    color: #ee5b2c;
    border: 1px solid #ee5b2c;
}

.fw-normal {
    font-weight: normal;
}

.fw-300 {
    font-weight: 300;
}

.display-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-size: 13px;
    /* color: #777 !important; */
    color: var(--primary-text) !important;
}

* {
    font-family: 'Poppins';
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

p {
    line-height: 20px;
}

strong {
    font-family: 'Poppins';
}

ul {
    padding: 0;
}

ul li {
    list-style: unset;
    margin-bottom: 5px;
}

#wrapper {
    position: relative;
    padding-top: 152px;
}

#content {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 40px;
    padding: 30px 16px 0 16px;
}

.custom-page {
    line-height: 20px;
}

.custom-page p {
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}

.custom-page ul {
    padding-left: 20px;
}

.custom-page ul li {
    margin-bottom: 5px;
    list-style: disc;
}

.custom-page ul li a {
    font-size: 13px;
    color: #777;
}

.page-title {
    font-size: 2rem;
    margin: 10px 0;
    padding: 0 20px;
}

.page-title h3 {
    font-size: 4.2rem;
    font-weight: normal;
    font-family: 'Poppins';
    text-transform: ;
    padding-bottom: 0px;
}

.page-title h1.orange {
    font-size: 3.2rem;
    font-weight: normal;
    font-family: 'Poppins';
    text-transform: ;
    padding-bottom: 10px;
}

/* .page-title p{font-size:1.6rem;font-family:'Poppins';} */
.page-title p {
    font-size: 1.6rem;
    font-family: 'Poppins';
    color: #777777 !important;
}

.page-title .orange {
    color: #ee5b2c;
}

.page-title .white {
    color: #FFF;
}

.hiddenBox {
    display: none;
}

.opacity5 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=(20));
    opacity: 0.2;
}

header {
    width: 100%;
    background: #fffcfc;
    transition: all 0.4s ease;
    z-index: 90;
    padding-bottom: 0px;
    position: fixed;
    min-height: auto;
}

/*changes25oct*/
header div .logo a {
    display: inline-block;
    margin: 0 !important;
}

header a {
    color: #292b2c
}

header div .logo {
    position: relative;
    line-height: 0;
    color: transparent;
}

header div .logo a {
    display: inline-block;
    padding: 5px 0 0 0;
}

header div .logo .k {
    position: absolute;
    top: 17px;
    left: 0;
}

header div .logo .k .icon-k-logo {
    content: "\e900";
    color: #ee5b2c;
    font-size: 77px;
}

header div .logo .text {
    padding-left: 60px;
    padding-top: 55px;
}

header div .logo .text .icon-k-main-title {
    content: "\e901";
    color: #333;
    font-size: 11px;
    line-height: 18px;
}

header div .logo .text .icon-k-sub-title {
    content: "\e902";
    color: #ee5b2c;
    font-size: 7px;
}

header div .fullscreen-nav {
    width: 75%;
}

header div .fullscreen-nav #logo-mobile {
    display: none;
}

header div .fullscreen-nav #logo-mobile .k {
    position: absolute;
    top: 17px;
    left: 10px;
}

header div .fullscreen-nav #logo-mobile .k .icon-k-logo {
    content: "\e900";
    color: #ee5b2c;
    font-size: 77px;
}

header div .fullscreen-nav #logo-mobile .text {
    padding-left: 60px;
    padding-top: 55px;
}

header div .fullscreen-nav #logo-mobile .text .icon-k-main-title {
    content: "\e901";
    color: #333;
    font-size: 11px;
    line-height: 18px;
}

header div .fullscreen-nav #logo-mobile .text .icon-k-sub-title {
    content: "\e902";
    color: #ee5b2c;
    font-size: 7px;
}

header div .fullscreen-nav .bottom-nav {
    position: relative;
    width: 100%;
    margin-right: 10px;
}

header div .fullscreen-nav .bottom-nav .caret:after {
    font-family: 'FontAwesome';
    margin-left: 10px;
}

header div .fullscreen-nav .bottom-nav .caret-down:after {
    font-family: 'FontAwesome';
    content: "\f0da";
    position: absolute;
    right: 0;
    margin-right: 20px;
}

header div .fullscreen-nav .bottom-nav nav {
    position: absolute;
    width: auto;
    bottom: 0px;
    right: 0;
}

header div .fullscreen-nav .bottom-nav nav ul {
    margin-bottom: 0;
}

header div .fullscreen-nav .bottom-nav nav ul li {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 0;
    transition: all 0.33s ease;
    padding-right: 30px;
}

header div .fullscreen-nav .bottom-nav nav ul li a {
    font-size: 1.5rem;
    display: inline-block;
    font-family: 'Poppins';
    /* border-bottom: 5px solid #f1f1f1; */
    /* text-transform:; */
    transition: all 0.33s ease;
    text-decoration: none;
}

/*change25oct*/
header div .fullscreen-nav .bottom-nav nav ul li a .material-icons {
    font-size: 23px;
    color: #ee5b2c;
    position: relative;
    top: 6px;
}

header div .fullscreen-nav .bottom-nav nav ul li a:hover {
    /* border-bottom:5px solid #ee5b2c; */
}

header div .fullscreen-nav .bottom-nav nav ul li:hover .nav-sub-menu {
    display: inline-block;
    opacity: 1;
}

header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu {
    z-index: 99;
    opacity: 0;
    display: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 260px;
    left: 0;
    transition: all 0.5s ease;
    z-index: 80;
    background: white;
}

header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li {
    padding: 0px 10px;
    transition: all 0.33s ease;
    width: 100%;
    height: 100%;
    border-left: 5px solid white;
}

header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li a {
    font-size: 1.2em;
    line-height: 40px;
    display: inline-block;
    font-family: 'Poppins';
    border-bottom: none;
    text-transform: ;
    transition: all 0.5s ease;
}

header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li:hover {
    border-left: 5px solid #ee5b2c;
    background: #f8f8f8;
}

header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li:hover .sub-menu-sub .nav-sub-menu-sub {
    display: inline-block;
    opacity: 1;
}

header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li .nav-sub-menu-sub {
    left: 100%;
    top: 0;
    opacity: 0;
    display: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 225px;
    transition: all 0.5s ease;
    z-index: 80;
    background: white;
}

header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li .nav-sub-menu-sub li {
    padding: 0px 15px;
    transition: all 0.33s ease;
    width: 100%;
    height: 100%;
    border-left: 5px solid white;
}

header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li .nav-sub-menu-sub li a {
    font-size: 1.2em;
    line-height: 40px;
    display: inline-block;
    font-family: 'Poppins';
    border-bottom: none;
    text-transform: ;
    transition: all 0.5s ease;
}

header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li .nav-sub-menu-sub li:hover {
    border-left: 5px solid #ee5b2c;
    background: #f8f8f8;
}

header div .fullscreen-nav .bottom-nav nav ul li:last-child {
    padding-right: 11px;
}

header div .fullscreen-nav .bottom-nav .title-border {
    display: none;
}

header div .fullscreen-nav .bottom-nav .top-nav {
    position: absolute;
    width: auto;
    top: 15px;
    right: 0;
}

header div .fullscreen-nav .bottom-nav .top-nav ul li {
    display: inline-block;
}

header div .fullscreen-nav .bottom-nav .top-nav ul li a {
    padding: 0 8px;
    font-family: 'Poppins';
    font-size: 11px;
    text-transform: ;
    transition: all 0.5s ease;
}

header div .fullscreen-nav .bottom-nav .top-nav ul li a.sell {
    color: #777;
}

header div .fullscreen-nav .bottom-nav .top-nav ul li a.sell i {
    color: #ee5b2c;
}

header div .fullscreen-nav .bottom-nav .top-nav ul li a.sell:hover {
    color: #777;
}

header div .fullscreen-nav .bottom-nav .top-nav ul li a.sell:hover i {
    color: #ee5b2c;
}

header div .fullscreen-nav .bottom-nav .top-nav ul li a i {
    font-size: 14px;
    margin-right: 5px;
    transition: all 0.5s ease;
    color: #ee5b2c;
}

header div .fullscreen-nav .bottom-nav .top-nav ul li a:hover {
    color: #777;
}

header div .fullscreen-nav .bottom-nav .top-nav ul li a:hover i {
    color: #777;
}

header div .fullscreen-nav .bottom-nav .accordion {
    background: white;
    margin: auto;
    padding: 1em;
    width: 50%;
}

header div .fullscreen-nav .bottom-nav .accordion h1 {
    text-align: center;
}

header div .fullscreen-nav .bottom-nav .accordion h2 {
    color: red;
    cursor: pointer;
    margin: 0;
}

header div .fullscreen-nav .bottom-nav .accordion p {
    margin: 0;
}

header div .fullscreen-nav .bottom-nav .sub-accordion {
    padding-left: 2em;
}

header div .fullscreen-nav .bottom-nav .sub-accordion h3 {
    color: blue;
    cursor: pointer;
}

header div .fullscreen-nav .lang-cur {
    border-left: 1px solid #c3b9b9;
    padding-left: 15px;
    position: relative;
    text-align: right;
}

header div .fullscreen-nav .lang-cur .header-lang {
    position: relative;
    margin-top: 11px;
}

header div .fullscreen-nav .lang-cur .header-lang .link {
    padding-top: 2px;
    padding-bottom: 16px;
    background: none;
    font-size: 11px;
    text-transform: ;
    border: none;
    cursor: pointer;
    color: #777;
    padding-right: 32px;
    line-height: 16px;
}

header div .fullscreen-nav .lang-cur .header-lang .link-content {
    display: none;
    position: absolute;
    border: 1px solid #DDD;
    min-width: 120px;
    z-index: 3;
    background: #FFF;
}

header div .fullscreen-nav .lang-cur .header-lang .link-content li {
    list-style: none;
}

header div .fullscreen-nav .lang-cur .header-lang .link-content li a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 10px;
    text-transform: ;
}

header div .fullscreen-nav .lang-cur .header-lang .link-content li a:hover {
    background-color: #f1f1f1;
    color: #ee5b2c;
}

header div .fullscreen-nav .lang-cur .header-lang:hover .link-content {
    display: block;
}

header div .fullscreen-nav .lang-cur .header-cur {
    position: relative;
    margin-top: 10px;
    text-align: left;
}

header div .fullscreen-nav .lang-cur .header-cur .link {
    padding-top: 2px;
    padding-bottom: 16px;
    background: none;
    font-size: 11px;
    text-transform: ;
    border: none;
    cursor: pointer;
    color: #777;
    padding-right: 32px;
    line-height: 16px;
}

header div .fullscreen-nav .lang-cur .header-cur .link-content {
    display: none;
    position: absolute;
    border: 1px solid #DDD;
    min-width: 120px;
    z-index: 3;
    background: #FFF;
}

header div .fullscreen-nav .lang-cur .header-cur .link-content li {
    list-style: none;
}

header div .fullscreen-nav .lang-cur .header-cur .link-content li a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 11px;
    text-transform: ;
}

header div .fullscreen-nav .lang-cur .header-cur .link-content li a:hover {
    background-color: #f1f1f1;
    color: #ee5b2c;
}

header div .fullscreen-nav .lang-cur .header-cur:hover .link-content {
    display: block;
}

header div .fullscreen-nav .lang-cur .active-link {
    position: absolute;
    font-style: normal;
    font-weight: 900;
    color: #ee5b2c;
    right: 24px;
    top: 14px;
    font-weight: 100 !important;
}

header div #burger-nav {
    position: relative;
    display: none;
}

header div #burger-nav #burger {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 18px;
    width: 30px;
    background: 0;
    border: 0;
    outline: 0;
    z-index: 90;
}

header div #burger-nav #burger span {
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.33s ease;
}

header div #burger-nav #burger span,
header div #burger-nav #burger:after,
header div #burger-nav #burger:before {
    left: 0;
    right: 0;
    background: #ee5b2c;
    width: 100%;
    height: 2px;
    position: absolute;
    display: block;
}

header div #burger-nav #burger:before,
header div #burger-nav #burger:after {
    content: 'after';
    text-indent: -999999px;
    transition: all 0.33s ease;
}

header div #burger-nav #burger:before {
    bottom: 0;
}

header div #burger-nav #burger:after {
    top: 0;
}

header div #burger-nav #burger.active:before,
header div #burger-nav #burger.active:after {
    visibility: hidden;
    opacity: 0;
}

header div #burger-nav #burger.active span:first-child {
    transform: translate3d(0, 0, 0) rotate(45deg);
}

header div #burger-nav #burger.active span:last-child {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

header.sticky {
    position: fixed;
    width: 100%;
    background: #FFF;
}

#jumbotron {
    position: relative;
    height: calc(100vh - 110px);
    width: 100vw;
    color: #FFF;
    cursor: default;
    text-align: center;
    overflow: hidden;
    background-position: center;
    background-image: url('https://phuketrealtor.com/public/img-slider.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}

#jumbotron #video-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
}

#jumbotron #video-container #video {
    top: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}

#jumbotron>.wrapper {
    position: absolute;
    right: 0;
    bottom: 200px;
    left: 0;
    height: 192px;
    text-align: center;
    margin: auto;
    color: #FFF;
    transition: all 0.33s ease;
}

/*

#jumbotron > .wrapper h2{text-transform:;color:#FFF;font-weight:300;font-family:'Poppins';font-size:7rem;margin-bottom:50px;}

*/
#jumbotron>.wrapper .category-btn {
    line-height: 75px;
    color: #404040;
    position: relative;
    padding: 10px 40px 10px 40px;
    margin: 0px 10px;
    background: #ffffff40;
    text-transform: ;
    border-radius: 3px;
    background-clip: padding-box;
    font-family: 'HelveticaNeueMedium';
    transition: all 0.5s ease;
    font-size: 1rem;
}

.category-btn .fa {
    color: #ffd200;
}

#jumbotron>.wrapper .category-btn.active {
    background: #ee5b2c;
    color: #ffffff;
}

#jumbotron>.wrapper .category-btn:hover {
    cursor: pointer;
    background: #e24b1e;
    color: #fff !important;
}

#jumbotron>.wrapper.active {
    bottom: 200px;
}

#jumbotron .pause-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    height: 30px;
    width: 30px;
}

#jumbotron .pause-btn i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 2rem;
}

#jumbotron .pause-btn .show {
    visibility: hidden;
    opacity: 0;
}

#jumbotron .pause-btn .hide {
    visibility: visible;
    opacity: 1;
    display: inherit !important;
}

#jumbotron .pause-btn.play .show {
    visibility: visible;
    opacity: 1;
}

#jumbotron .pause-btn.play .hide {
    visibility: hidden;
    opacity: 0;
}

#jumbotron .categories {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#jumbotron .categories>.wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: all 0.33s ease;
}

#jumbotron .categories>.wrapper a.closeCategoryWrapper {
    display: none;
}

#jumbotron .categories>.wrapper>a {
    position: relative;
    display: block;
    text-align: center;
    width: 25%;
    height: 100%;
    margin: 10px auto;
    padding: 40px 0;
    box-sizing: border-box;
    overflow: hidden;
    border-left: 1px solid #e5e5e5;
}

#jumbotron .categories>.wrapper>a.three-box-view {
    width: 33.333%;
}

#jumbotron .categories>.wrapper>a h3 {
    color: #ee5b2c;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2rem;
    transition: all 0.33s ease;
    font-family: 'Poppins';
    text-transform: ;
}

#jumbotron .categories>.wrapper>a h3 span {
    font-size: 1.2rem;
    font-weight: 300;
    color: #777;
    font-family: 'Poppins';
    text-transform: ;
}

#jumbotron .categories>.wrapper>a .text-wrapper {
    display: block;
    position: relative;
    transition: all 0.33s ease;
    transform-origin: 50% 0%;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#jumbotron .categories>.wrapper>a .text-wrapper h4 {
    position: absolute;
    top: 0;
    left: 60px;
    right: 60px;
    display: block;
    margin: 0;
    color: #151515;
    transition: all 0.33s ease;
    transform-origin: 50% 0%;
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    visibility: hidden;
    opacity: 0;
    font-size: 1.2rem;
    font-family: 'Poppins';
    text-transform: ;
}

#jumbotron .categories>.wrapper>a .text-wrapper h4 span {
    font-size: 1.2rem;
    font-weight: 300;
    color: #777;
    font-family: 'Poppins';
    text-transform: ;
}

#jumbotron .categories>.wrapper>a.first-box {
    border-left: none;
}

#jumbotron .categories>.wrapper>a:last-child {
    border-right: none;
}

#jumbotron .categories>.wrapper>a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ee5b2c;
    height: 6px;
    transition: left 0.3s ease-out, right 0.3s ease-out;
}

#jumbotron .categories>.wrapper>a:hover h3,
#jumbotron .categories>.wrapper>a:focus h3 {
    visibility: hidden;
    opacity: 0;
}

#jumbotron .categories>.wrapper>a:hover h4,
#jumbotron .categories>.wrapper>a:focus h4 {
    visibility: visible;
    opacity: 1;
}

#jumbotron .categories>.wrapper>a:hover:after,
#jumbotron .categories>.wrapper>a:focus:after {
    left: 0;
    right: 0;
}

#jumbotron .categories>.wrapper>a:hover .text-wrapper,
#jumbotron .categories>.wrapper>a:focus .text-wrapper {
    transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

#jumbotron .categories>.wrapper.active {
    opacity: 1;
    visibility: visible;
}

.about-company-holder {
    background: #f8f8f8;
    letter-spacing: 0.8px;
}

.about-company-holder .desc {
    max-width: 1200px;
    margin: auto;
    padding: 30px 16px;
}

.home-page section.locations .location-name {
    color: #FFF;
    text-transform: ;
    font-family: 'Poppins';
    font-size: 3.9rem;
    font-weight: 400;
}

.home-page section.locations>div {
    position: relative;
    margin-bottom: 16px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    transition: all 0.33s ease;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}

.home-page section.locations>div.double {
    width: calc(((100%/3) * 2) - (16px - (32px/3)));
}

.home-page section.locations>div.double .desc div {
    width: 100%;
    padding: 0 20px;
}

.home-page section.locations>div.double .desc div:nth-of-type(1) {
    text-align: center;
}

.home-page section.locations>div.double .desc div:nth-of-type(2) {
    text-align: center;
    border: 1px solid #ee5b2c;
    border-top: 0;
    border-bottom: 0;
    transition: all 0.2s ease;
}

.home-page section.locations>div.double .desc div:nth-of-type(3) {
    text-align: center;
}

.home-page section.locations>div.single {
    width: calc((100%/3) - (32px/3));
}

.home-page section.locations>div>h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    height: 64px;
    transition: all 0.33s ease;
}

.home-page section.locations>div .desc {
    position: absolute;
    bottom: 0;
    height: 60%;
    width: 100%;
    margin: 30px auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.33s ease;
}

.home-page section.locations>div.double .desc div {
    width: 32%;
    padding: 0 40px;
}

.home-page section.locations>div:hover h2,
.home-page section.locations>div.hover_effect h2 {
    top: -55% !important;
}

.home-page section.locations>div:hover span,
.home-page section.locations>div.hover_effect span {
    top: -55% !important;
}

.home-page section.locations>div .desc div {
    width: 32%;
    padding: 0 20px;
}

.home-page section.locations>div .desc div h4 {
    color: #FFF;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 1.7rem;
}

.home-page section.locations>div .desc div h4 i {
    color: #ee5b2c;
    line-height: 2rem;
    font-size: 1.9rem;
    padding-right: 5px;
    top: 0px;
    position: relative
}

.home-page section.locations>div .desc div p a {
    font-size: 1.4rem;
    color: #d4d2d2;
    display: block;
    padding: 1px 0;
}

.home-page section.locations>div .desc div p a:hover,
.home-page section.locations>div .desc div p a:focus {
    color: #ee5b2c;
}

.home-page section.locations>div .desc div:nth-of-type(1) {
    text-align: center;
}

.home-page section.locations>div .desc div:nth-of-type(2) {
    text-align: center;
    border: 1px solid #ee5b2c;
    border-top: 0;
    border-bottom: 0;
    transition: all 0.2s ease;
}

.home-page section.locations>div .desc div:nth-of-type(3) {
    text-align: center;
}

.home-page section.locations>div .desc:after {
    content: "";
    position: absolute;
    margin: auto;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ee5b2c;
    height: 1px;
    width: 1px;
    transition: all 0.33s ease;
}

.home-page section.locations>div:hover,
.home-page section.locations>div.hover_effect {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}

.home-page section.locations>div:hover .desc,
.home-page section.locations>div.hover_effect .desc {
    visibility: visible;
    opacity: 1;
}

.home-page section.locations>div:hover .desc:after,
.home-page section.locations>div.hover_effect .desc:after {
    content: "";
    position: absolute;
    margin: auto;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ee5b2c;
    height: 100%;
    width: 1px;
}

.home-page section.locations>div .desc:after {
    background: transparent !important;
}

.home-page section.locations>div:hover h2,
.home-page section.locations>div.hover_effect h2 {
    top: 0;
}

.home-page section.locations-search-icon {
    margin-top: 60px;
}

.home-page section.locations-search-icon .location-name {
    color: #ee5b2c;
    text-transform: ;
    font-family: 'Poppins';
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 2px;
}

.home-page section.locations-search-icon>div {
    position: relative;
    margin-bottom: 16px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    transition: all 0.33s ease;
}

.home-page section.locations-search-icon>div a {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.home-page section.locations-search-icon>div a h2 {
    margin-top: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 64px;
    padding-top: 10px;
    position: relative;
    transition: all 0.33s ease;
}

.home-page section.locations-search-icon>div a h2:before {
    top: 0;
    content: ' ';
    position: absolute;
    width: 30px;
    height: 2px;
    border-top: 1px solid #e5e5e5;
    left: 50%;
    margin-left: -15px;
    transition: all 0.33s ease;
}

.home-page section.locations-search-icon>div a:hover path#circle {
    fill: rgba(238, 91, 43, 0.5);
    transition: all 0.33s ease;
}

.home-page section.locations-search-icon>div a:hover h2:before {
    width: 60px;
    border-top: 1px solid #ee5b2c;
    margin-left: -30px;
    transition: all 0.33s ease;
}

.home-page section.locations-search-icon>div.double {
    width: calc(((100%/3) * 2) - (16px - (32px/3)));
}

.home-page section.locations-search-icon>div.double .desc div {
    width: 50%;
    padding: 0 40px;
}

.home-page section.locations-search-icon>div.double .desc div:nth-of-type(1) {
    text-align: right;
}

.home-page section.locations-search-icon>div.double .desc div:nth-of-type(2) {
    text-align: left;
}

.home-page section.locations-search-icon>div.single {
    width: calc((100%/3) - (32px/3));
}

.home-page section.locations-search-icon>div .desc {
    position: absolute;
    bottom: 0;
    height: 60%;
    width: 100%;
    margin: 30px auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.33s ease;
}

.home-page section.locations-search-icon>div .desc div {
    width: 50%;
    padding: 0 20px;
}

.home-page section.locations-search-icon>div .desc div h4 {
    color: #ee5b2c;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 1rem;
    text-align: center;
}

.home-page section.locations-search-icon>div .desc div h4 i {
    color: #ee5b2c;
    line-height: 2rem;
    font-size: 1.4rem;
    padding-right: 5px;
    top: 3px;
    position: relative;
}

.home-page section.locations-search-icon>div .desc div p {
    text-align: center;
}

.home-page section.locations-search-icon>div .desc div p a {
    font-size: 0.9rem;
    color: #FFF;
    display: block;
    padding: 1px 0;
}

.home-page section.locations-search-icon>div .desc div p a:hover,
.home-page section.locations-search-icon>div .desc div p a:focus {
    color: #ee5b2c;
}

.home-page section.locations-search-icon>div .desc div:nth-of-type(1) {
    text-align: right;
}

.home-page section.locations-search-icon>div .desc div:nth-of-type(2) {
    text-align: left;
}

.home-page section.locations-search-icon>div .desc:after {
    content: "";
    position: absolute;
    margin: auto;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ee5b2c;
    height: 1px;
    width: 1px;
    transition: all 0.33s ease;
}

.home-page section.locations-search-icon>div:hover .desc,
.home-page section.locations-search-icon>div.hover_effect .desc {
    visibility: visible;
    opacity: 1;
}

.home-page section.locations-search-icon>div .icon-base {
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    display: block;
    margin-bottom: 10px;
    position: absolute;
}

.home-page section.locations-search-icon>div .icon-base path {
    fill: #ee5b2c;
    transition: all 0.33s ease;
}

.home-page section.suggest .suggest-item {
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.33s ease;
}

.home-page section.suggest .suggest-item .suggest-pict img {
    width: 75px;
    height: 75px;
}

.home-page section.suggest .suggest-item .suggest-title {
    background: #f1f1f1;
    padding: 20px 15px;
}

.home-page section.suggest .suggest-item .suggest-title span,
.home-page section.suggest .suggest-item .suggest-title a {
    font-size: 1.2em;
    color: #777;
    transition: all 0.33s ease;
    text-transform: capitalize;
}

.home-page section.suggest .suggest-item .suggest-title span i,
.home-page section.suggest .suggest-item .suggest-title a i {
    margin-left: 10px;
    transition: all 0.33s ease;
}

.home-page section.suggest .suggest-item .suggest-title span a:hover i:hover,
.home-page section.suggest .suggest-item .suggest-title a a:hover i:hover {
    color: #ee5b2c;
}

.home-page section.suggest .suggest-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=(80));
    opacity: 0.8;
}

.home-page section.bottom-section .w66 {
    width: calc(((100%/3) * 2) - 16px);
}

.home-page section.bottom-section .full-width {
    width: 100%;
}

.home-page section.bottom-section section .testimonials a.flexbox {
    position: relative;
    width: calc((100%/2) - (32px/3));
    text-align: left;
    margin-bottom: 16px;
    min-height: 287px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}

.home-page section.bottom-section section .testimonials a .desc {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    color: #ee5b2c;
    transition: bottom 0.33s ease;
}

.home-page section.bottom-section section .testimonials a .desc h4 {
    margin-top: 0;
    margin-bottom: 3px;
    color: #FFF;
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: ;
    font-family: 'Poppins';
    font-weight: 400;
}

.home-page section.bottom-section section .testimonials a .desc p {
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-page section.bottom-section section .testimonials a .desc .md-button {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 95px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    text-align: center;
}

.home-page section.bottom-section section .testimonials a:hover,
.home-page section.bottom-section section .testimonials a:focus {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
}

.home-page section.bottom-section section .testimonials a:hover .desc,
.home-page section.bottom-section section .testimonials a:focus .desc {
    bottom: 50px;
}

.home-page section.bottom-section section .testimonials a:hover .desc .md-button,
.home-page section.bottom-section section .testimonials a:focus .desc .md-button {
    visibility: visible;
    opacity: 1;
}

.home-page section.bottom-section section .blog a {
    position: relative;
    padding: 20px;
    width: 100%;
    min-height: 188px;
    margin-bottom: 14px;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-page section.bottom-section section .blog a .desc {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    color: #ee5b2c;
    transition: bottom 0.33s ease;
}

.home-page section.bottom-section section .blog a .desc h3 {
    color: #FFF;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: ;
    font-family: 'Poppins';
}

.home-page section.bottom-section section .blog a .desc h3 .date {
    color: #ee5b2c;
    font-weight: 400;
}

.home-page section.bottom-section section .blog a .desc p {
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-page section.bottom-section section .blog a .desc .md-button {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 95px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    text-align: center;
}

.home-page section.bottom-section section .blog a:hover,
.home-page section.bottom-section section .blog a:focus {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
}

.home-page section.bottom-section section .blog a:hover .desc,
.home-page section.bottom-section section .blog a:focus .desc {
    bottom: 50px;
}

.home-page section.bottom-section section .blog a:hover .desc .md-button,
.home-page section.bottom-section section .blog a:focus .desc .md-button {
    visibility: visible;
    opacity: 1;
}

.home-page section.bottom-section section.home-text {
    padding: 10px;
}

.home-page section.bottom-section section.home-text.first {
    padding: 10px 20px 10px 0;
}

.home-page section.bottom-section section.home-text.last {
    padding: 10px 0 10px 20px;
}

.home-page section.bottom-section section.home-text h3 {
    font-size: 1.3rem;
    font-family: 'Poppins';
    margin-bottom: 10px;
    font-weight: 400;
}

.home-page section.bottom-section section.home-text p {
    text-align: justify;
}

.home-page section.bottom-section .home-text-title {
    font-size: 2rem;
    font-weight: normal;
    font-family: 'Poppins';
    text-transform: ;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    color: #ee5b2c;
    margin: 20px 0 10px;
}

.home-page .md-button {
    border-radius: 3px;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.33s ease;
    text-transform: ;
    color: white;
    border: 1px solid white;
    font-weight: 300;
    font-size: 0.6rem;
    padding: 4px 7px;
    background: transparent;
}

.home-page .md-button:hover,
.home-page .md-button:focus {
    background: #ee5b2c;
    border-color: #ee5b2c;
}

.home-location h2 {
    font-family: 'Poppins';
    font-size: 30pt;
    font-weight: 400;
    color: #FFF;
}

.account {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account h1 {
    text-transform: ;
    color: #666;
    font-size: 1.3rem;
    padding-bottom: 15px;
    font-family: 'Poppins';
}

.account .register-box {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
}

.account .register-box .primary-link {
    border: 1px solid #ee5b2c !important;
}

.account .register-box .primary-link:hover {
    background: none;
    color: #FFF;
    background: #ee5b2c;
    border: 1px solid #ee5b2c !important;
}

.account .login-box {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
}

.account .login-box #log_email,
.account .login-box #log_password {
    width: 300px;
    max-width: 100%;
}

.account .login-box .primary-link {
    border: 1px solid #ee5b2c !important;
}

.account .login-box .primary-link:hover {
    background: none;
    color: #FFF;
    background: #ee5b2c;
    border: 1px solid #ee5b2c !important;
}

.account .forgot-password {
    width: 500px;
    max-width: 100%;
    margin: auto;
}

.account .note {
    color: #a94442;
}

.account .btn-primary {
    margin-top: 10px;
}

.blog {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog .blog-content {
    width: 66.666%;
}

.blog .blog-content .blog-list {
    width: 100%;
    margin-bottom: 30px;
}

.blog .blog-content .blog-list .title {
    font-family: 'Poppins';
    font-size: 16px;
    color: #ee5b2c;
    text-transform: ;
    font-weight: 500;
}

.blog .blog-content .blog-list .title a {
    font-family: 'Poppins';
    font-size: 16px;
    color: #ee5b2c;
    text-transform: ;
    font-weight: 500;
}

.blog .blog-content .blog-list .thumbnail {
    margin-bottom: 20px;
    border: 0px;
}

.blog .blog-content .blog-list .thumbnail img {
    width: 100%;
    margin-left: 0px !important;
}

.blog .blog-content .blog-list .sub {
    margin-bottom: 8px;
    margin-top: 10px;
    font-style: italic;
    font-family: 'Poppins';
    font-size: 12px;
}

.blog .blog-content .blog-list .desc {
    line-height: 20px;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}

.blog .blog-sidebar {
    width: 33.333%;
    padding-left: 40px;
    box-sizing: border-box;
}

.blog .blog-sidebar .box {
    width: 100%;
    margin-bottom: 25px;
    float: left;
}

.blog .blog-sidebar .title {
    font-family: 'Poppins';
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: ;
    font-weight: normal;
}

.blog .blog-sidebar .title-border-bottom {
    width: 60px;
    /* background: #ee5b2c; */
    background: var(--second-bg);
    height: 4px;
    display: block;
}

.blog .blog-sidebar .list-link {
    padding-left: 20px;
    margin-top: 20px;
}

.blog .blog-sidebar .list-link li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    list-style: disc;
}

.blog .blog-sidebar .list-link li a {
    font-size: 13px;
    color: #777;
}

.notification .error-404 {
    max-width: 700px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.notification .error-404 .icon {
    width: 100%;
    margin-bottom: 30px;
}

.notification .error-404 .title {
    font-size: 12rem;
    font-family: 'Poppins';
    color: #ee5b2c;
    text-transform: ;
    padding-bottom: 20px;
    font-weight: normal;
}

.notification .error-404 p {
    font-size: 5em;
    font-family: 'Poppins';
    margin: 20px 0px 50px 0px;
}

.notification .error-404 .desc {
    line-height: 20px;
}

.notification .success {
    max-width: 700px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.notification .success .icon {
    width: 100%;
    margin-bottom: 30px;
}

.notification .success .icon .fa-check-circle {
    color: #97D43C;
    font-size: 12rem;
}

.notification .success .title {
    font-size: 1.5rem;
    font-family: 'Poppins';
    color: #ee5b2c;
    text-transform: ;
    padding-bottom: 20px;
    font-weight: normal;
    line-height: 35px;
}

.notification .success .desc {
    line-height: 20px;
}

.notification .login-link {
    border: 1px solid #ee5b2c;
    color: #ee5b2c;
    padding: 10px 14px;
    border-radius: 3px;
    background-clip: padding-box;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.5s ease-in-out;
    text-transform: ;
    font-size: 13px;
}

.notification .login-link:hover {
    background: #ee5b2c;
    color: #FFF;
}

#kibarer-footer {
    position: relative;
}

#box-enquiry-form {
    width: 100%;
    background: transparent;
    float: left;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

#box-enquiry-form .submit {
    border: 1px solid #ee5b2c;
    color: #FFF;
    padding: 10px 14px;
    font-size: 13px;
    text-align: center;
    background: #ee5b2c;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
    text-transform: ;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

#box-enquiry-form .submit:hover {
    cursor: pointer;
}

#box-enquiry-form .cancel {
    border: 1px solid #ee5b2c;
    color: #ee5b2c;
    padding: 10px 14px;
    font-size: 13px;
    text-align: center;
    background: none;
    width: calc(50% - 10px);
    margin-right: 10px;
    border-radius: 2px;
    background-clip: padding-box;
}

#box-enquiry-form .cancel:hover {
    cursor: pointer;
}

#box-enquiry-form button {
    cursor: pointer;
}

footer {
    width: 100%;
    background: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 8px;
    box-sizing: border-box;
    border-top: 1px solid #DDD;
    float: left;
}

footer .footer-box {
    width: 20%;
    padding-right: 30px;
    box-sizing: border-box;
}

footer .footer-box .title-link {
    position: relative;
    font-size: 15px;
    color: #ee5c2d;
    font-family: 'Poppins';
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: ;
}

footer .footer-box .title-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    margin-top: 5px;
    display: block;
    height: 1px;
    width: 80%;
    background-color: #c1c1c1;
}

footer .footer-box ul li {
    margin-bottom: 10px;
}

footer .footer-box ul li a {
    color: #030303;
    font-size: 13px;
    font-family: 'Poppins';
}

footer .footer-box ul li a:hover,
footer .footer-box ul li a:focus {
    color: #151515;
}

footer .footer-social {
    width: 25%;
}

footer .footer-social a {
    padding: 0 7px;
}

footer .footer-social a .fa-facebook {
    font-size: 22px;
    color: #b1b1b1;
    transition: color 0.33s ease;
    position: relative;
    top: 1px;
}

footer .footer-social a .fa-google-plus {
    font-size: 24px;
    color: #b1b1b1;
    transition: color 0.33s ease;
}

footer .footer-social a .fa-instagram {
    font-size: 22px;
    color: #b1b1b1;
    transition: color 0.33s ease;
}

footer .footer-social a .fa-twitter {
    font-size: 28px;
    color: #b1b1b1;
    transition: color 0.33s ease;
}

footer .footer-social a .fa-linkedin {
    font-size: 24px;
    color: #b1b1b1;
    transition: color 0.33s ease;
}

footer .footer-social a .fa-youtube {
    font-size: 28px;
    color: #b1b1b1;
    transition: color 0.33s ease;
}

footer .footer-social a .fa-skype {
    font-size: 30px;
    color: #b1b1b1;
    transition: color 0.33s ease;
}

footer .footer-social a:hover .icon-facebook,
footer .footer-social a:focus .icon-facebook {
    color: #3b5998;
}

footer .footer-social a:hover .icon-twitter,
footer .footer-social a:focus .icon-twitter {
    color: #00aced;
}

footer .footer-social a:hover .icon-google-plus,
footer .footer-social a:focus .icon-google-plus {
    color: #dd4b39;
}

footer .footer-social a:hover .icon-youtube,
footer .footer-social a:focus .icon-youtube {
    color: #bb0000;
}

footer .footer-social a:hover .icon-linkedin,
footer .footer-social a:focus .icon-linkedin {
    color: #007bb5;
}

footer .footer-social a:hover .icon-skype,
footer .footer-social a:focus .icon-skype {
    color: #12A5F4;
}

footer .footer-social .newsletter {
    position: relative;
    margin-top: 20px;
    color: #151515;
}

footer .footer-social .newsletter input[type=email] {
    background: none;
    border: 1px solid #d3d3d3;
    transition: all 0.3s ease;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 13px 12px 12px 12px;
    width: 100%;
    font-size: 12px;
    color: #8e8e8e;
}

footer .footer-social .newsletter input[type=email].error {
    background: none;
    border: 1px solid red;
}

footer .footer-social .newsletter input[type=email].success {
    background: none;
    border: 1px solid green;
}

footer .footer-social .newsletter .fab-button {
    position: absolute;
    color: #b1b1b1;
    right: 9px;
    top: 9px;
}

footer .footer-social .newsletter .fab-button a {
    padding: 0;
    background: transparent;
    border: 1px solid #b1b1b1;
    padding: 3px 4px 2px 4px;
    border-radius: 50%;
    background-clip: padding-box;
    top: 2px;
    position: relative;
}

footer .footer-social .newsletter .fab-button a i {
    color: #b1b1b1;
    font-size: 1rem;
}

footer .footer-social .copyright {
    margin-top: 18px;
    text-align: right;
    color: #b1b1b1;
    font-size: 11px;
}

footer .footer-social .copyright a {
    color: #ee5b2c;
    padding: 0;
}

.breadcrumb {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.breadcrumb .breadcrumb-holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}

.breadcrumb .breadcrumb-holder .breadcrumb-title,
.breadcrumb .breadcrumb-holder .breadcrumb-desc {
    color: #FFF;
    letter-spacing: 1px;
}

.breadcrumb .breadcrumb-holder h1 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Poppins';
    text-transform: ;
    padding-bottom: 10px;
}

#sell-poperty-main {
    margin: auto;
    height: 100%;
}

#sell-poperty-main .sell-property-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sell-poperty-main .sell-property-holder h1 {
    color: #666;
    font-size: 25px;
    font-family: 'Poppins';
    text-transform: ;
    padding-bottom: 15px;
}

#sell-poperty-main .sell-property-holder .input-propety-box {
    width: 65%;
}

#sell-poperty-main .sell-property-holder .input-propety-box .sell-poperty-categories {
    padding-bottom: 50px;
}

#sell-poperty-main .sell-property-holder .input-propety-box .sell-poperty-categories ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#sell-poperty-main .sell-property-holder .input-propety-box .sell-poperty-categories ul a {
    /* text-align: center;
    width: 30%;
    border: 1px solid var(--primary-text);
    color: var(--primary-text);
    padding: 15px;
    border-radius: 3px;
    background-clip: padding-box;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.5s ease-in-out;
    text-transform: ;
    font-size: 13px;
    text-decoration: none; */
}

.wpb_wrapper a:hover{
    color: var(--main-org)!important;
}

#sell-poperty-main .sell-property-holder .input-propety-box .sell-poperty-categories ul a {
    display: block;
    padding: 10px;;
}

#sell-poperty-main .sell-property-holder .input-propety-box .sell-poperty-categories ul a:hover {
    background: #ee5b2c;
    color: #FFF;
}

#sell-poperty-main .sell-property-holder .input-propety-box .sell-poperty-categories ul a:active {
    background: #ee5b2c;
    color: #FFF;
}

#sell-poperty-main .sell-property-holder .input-propety-box .sell-poperty-categories ul a.active {
    background: var(--primary-text);
    color: #FFF;
}

#sell-poperty-main .sell-property-holder .input-propety-box .sell-poperty-categories .active {
    background: #ee5b2c;
    color: #FFF;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder {
    padding: 50px 0px;
    width: 80%;
    margin: 0 auto;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .content {
    margin-top: 50px;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .content p,
#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .content ul,
#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .content li,
#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .content strong {
    line-height: 2;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .content ul {
    margin: 10px 20px;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .content li:before {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 10px;
    margin-right: 15px;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .title {
    font-family: 'Poppins';
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: ;
    font-weight: normal;
    border-bottom: 5px solid #ee5b2c;
    margin-bottom: 20px;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .title span {
    font-family: 'Poppins';
    margin: 0px 10px;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder.active {
    display: block;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder.disable {
    display: none;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .form-holder.active {
    display: block;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .form-holder.disable {
    display: none;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .fieldset-checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .field-custom-checkbox {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .label-custom {
    font-size: 15px;
    width: 20%;
}

#sell-poperty-main .sell-property-holder .input-propety-box .input-holder .field-amenities-item {
    width: 33.333%;
    margin-bottom: 12px;
}

#sell-poperty-main .sell-property-holder .map-property-box {
    width: 35%;
    position: relative;
}

#sell-poperty-main .sell-property-holder .map-property-box .notice {
    position: absolute;
    top: 50%;
    background: #fff;
    z-index: 80;
    left: 50%;
    transform: translateX(-50%);
}

#sell-poperty-main .sell-property-holder .map-property-box .notice .content {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sell-poperty-main .sell-property-holder .map-property-box .notice .content .alert-sell {
    width: 95%;
}

#sell-poperty-main .sell-property-holder .map-property-box .notice .content .close-sell {
    width: 5%;
    text-align: right;
    color: #FFF;
}

#sell-poperty-main .sell-property-holder .map-property-box .notice .content .close-sell .close-holder {
    background: #ee5b2c;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

#sell-poperty-main .sell-property-holder .map-property-box .show-tooltip {
    opacity: .5;
    pointer-events: none;
}

#sell-poperty-main .sell-property-holder .map-property-box #map {
    width: 100%;
    height: 100%;
    position: absolute;
}

#sell-poperty-main .sell-property-holder .img-upload-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#sell-poperty-main .sell-property-holder .file-dummy {
    margin-top: 30px;
}

#sell-poperty-main .sell-property-holder .file-area {
    width: 100%;
    position: relative;
}

#sell-poperty-main .sell-property-holder .file-area input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    cursor: pointer;
}

#sell-poperty-main .sell-property-holder .file-area .upload-title {
    text-transform: ;
    padding: 40px 0;
    width: 100%;
    background: #f8f8f8;
    border: 2px dashed #c0c0c0;
    text-align: center;
    transition: background 0.3s ease-in-out;
    height: 100px;
}

#sell-poperty-main .sell-property-holder .file-area .upload-title .default {
    font-size: 32px;
    margin: 10px 0px;
}

#sell-poperty-main .sell-property-holder .file-area .upload-title .success {
    display: none;
}

#sell-poperty-main .sell-property-holder .file-area:hover .file-dummy {
    background: rgba(255, 255, 255, 0.1);
}

#sell-poperty-main .sell-property-holder .file-area input[type=file]:focus+.file-dummy {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline: -webkit-focus-ring-color auto 5px;
}

.opacity-box {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
    filter: alpha(opacity=(20)) !important;
    opacity: 0.2 !important;
}

.properties {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.properties .loader-one-column {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: calc(50% + 90px);
    transform: translate(-50%, -50%);
}

.properties .loader-two-column {
    width: 60%;
    position: absolute;
    left: 0;
    top: calc(50% + 90px);
    transform: translateY(-50%);
    text-align: center;
}

.properties svg path,
.properties svg rect {
    fill: #FF6700;
}

.properties .property-filter {
    padding: 15px 20px 0 20px;
}

.properties .property-filter .config-filter {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    float: left;
}

.properties .property-filter .config-filter .label {
    width: auto;
    float: left;
    margin-right: 8px;
    padding: 10px 0;
}

.properties .property-filter .config-filter .field-custom {
    float: left;
    width: auto;
    position: relative;
}

.properties .property-filter .config-filter .field-custom .label {
    padding-right: 10px;
}

.properties .property-filter .config-filter .field-custom .select {
    min-width: 80px;
    height: 30px;
}

.properties .property-filter .config-filter .field-custom .select select {
    height: 30px;
    padding-top: 0;
    padding-bottom: 1px;
}

.properties .property-filter .config-filter .field-custom .select .arrow {
    top: 1px;
    right: 0;
}

.properties .property-filter .config-filter .sort-asc-desc {
    position: absolute;
    top: 9px;
    padding-left: 10px;
}

.properties .property-filter .config-filter .sort-asc-desc .fa-arrow-up {
    color: #999999;
}

.properties .property-filter .config-filter .sort-asc-desc .fa-arrow-down {
    color: #999999;
}

.properties .property-filter .config-filter .filter-show {
    float: left;
    margin-left: 60px;
}

.properties .property-filter .config-filter .filter-show .label {
    padding-top: 8px;
}

.properties .property-filter .config-filter .select-search-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    color: #999999;
    margin: 0px 15px 0px 0px;
    transition: all 0.5s ease;
}

.properties .property-filter .config-filter .select-search-holder:after {
    font-size: 13px;
    content: "\f0d7";
    font-family: 'FontAwesome';
    color: #999;
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 1;
    text-align: center;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.properties .property-filter .config-filter .select-search {
    min-width: 55px;
    width: 100%;
    background: #FFF;
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;
    outline: none;
    padding: 6px 18px 7px 12px;
    font-size: 13px;
    border-radius: 0;
    background-clip: padding-box;
}

.properties .property-filter .config-filter .villa-found {
    line-height: 37px;
    float: right;
}

.properties .property-filter .top-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FFF;
    border: 1px solid #DDD;
    padding-bottom: 5px;
}

.properties .property-filter .top-filter .item .fieldset {
    padding-top: 10px;
    border-bottom: 0;
}

.properties .property-filter .top-filter .item-2-col {
    width: 50%;
}

.properties .property-filter .top-filter .item-3-col {
    width: 33.333%;
}

.properties .property-filter .top-filter .btn {
    width: 50%;
    margin-top: 49px;
}

.properties .property-filter .top-filter .btn .btn-search {
    width: calc(50% - 5px);
    float: left;
    padding-top: 12px;
    padding-bottom: 13px;
    margin-right: 5px;
    transition: opacity 0.5s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}

.properties .property-filter .top-filter .btn .btn-more-filter {
    width: calc(50% - 20px);
    float: right;
    padding-top: 12px;
    padding-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
}

.properties .property-filter .top-filter .inside-filter {
    width: 100%;
    background: #FFF;
    display: none;
}

.properties .property-filter .top-filter .inside-filter .fieldset:first-child {
    border-top: 1px solid #EEE;
    margin-top: 10px;
}

.properties .property-filter .top-filter .inside-filter .apply-filter {
    width: 100%;
    text-align: right;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

.properties .property-filter .top-filter .inside-filter .apply-filter .apply {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.properties .property-filter .top-filter .inside-filter .apply-filter .apply .btn-primary {
    width: 150px;
    max-width: 100%;
    margin-left: 15px;
}

.properties .property-filter .top-filter .inside-filter .apply-filter .apply .btn-cancel {
    width: 150px;
    max-width: 100%;
}

.properties .property-filter .suggest-location {
    width: calc(100% - 33.33% - 25px);
    top: 60px;
    background: #FFF;
    padding: 20px;
    right: 20px;
    z-index: 90;
    margin-top: 15px;
    position: absolute;
    border: 1px solid #CCC;
}

.properties .property-filter .suggest-location.hide {
    display: none;
}

.properties .property-filter .suggest-location .sugestion-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.properties .property-filter .suggest-location .sugestion-box .sugestion-item {
    width: 50%;
    color: #fff;
    padding-right: 15px;
    margin-bottom: 5px;
}

.properties .property-filter .suggest-location .sugestion-box .sugestion-item img {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.properties .property-filter .suggest-location .sugestion-box .sugestion-item a {
    transition: all 0.33s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.properties .property-filter .suggest-location .sugestion-box .sugestion-item a:hover {
    color: #ee5b2c;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=(50));
    opacity: 0.5;
    background: #eee;
}

.properties .property-filter .suggest-location .sugestion-box .sugestion-item a:hover p {
    color: #ee5b2c;
}

.properties .property-filter .suggest-location .sugestion-box .sugestion-item p {
    color: #777;
    line-height: 15px;
    padding: 10px;
}

.properties .property-filter .fieldset {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #EEE;
    position: relative;
}

.properties .property-filter .label-price-range {
    width: 100%;
    font-family: 'HelveticaNeueMedium';
    font-size: 13px;
}

.properties .property-filter .field-price-range {
    width: 100%;
}

.properties .property-filter .field-price-range .select2 .selection .select2-selection {
    border-radius: 0;
    background-clip: padding-box;
    height: 42px;
    padding: 0;
    border-color: #CFCFCF;
    transition: all 0.5s ease;
}

.properties .property-filter .field-price-range .select2 .selection .select2-selection:hover {
    outline: none;
    transition: all 0.5s ease;
}

.properties .property-filter .field-price-range .select2 .selection .select2-selection .select2-selection__rendered {
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
}

.properties .property-filter .field-price-range .select2 .selection .select2-selection .select2-selection__arrow {
    height: 42px;
    margin-right: 10px;
}

.properties .property-filter .label-custom {
    width: 100%;
    font-family: 'HelveticaNeueMedium';
    font-size: 13px;
}

.properties .property-filter .field-custom {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.properties .property-filter .field-bedroom {
    width: calc(50% - 10px);
    margin-right: 10px;
}

.properties .property-filter .field-bathroom {
    width: calc(50% - 10px);
    margin-left: 10px;
}

.properties .property-filter .field-amenities-item {
    width: 33.333%;
    margin-bottom: 12px;
}

.properties .property-filter .noUi-base {
    width: calc(100% - 20px);
}

.properties .property-filter .noUi-horizontal {
    height: 5px;
}

.properties .property-filter .noUi-horizontal .noUi-handle {
    border-radius: 50%;
    top: -12px;
    width: 24px;
    height: 25px;
    left: -1px;
}

.properties .property-filter .noUi-horizontal .noUi-handle:before,
.properties .property-filter .noUi-horizontal .noUi-handle:after {
    display: none;
}

.properties .property-filter .noUi-target {
    border: none;
    background: #f8f8f8;
}

.properties .property-filter .noUi-origin .noUi-background {
    background: #f8f8f8;
}

.properties .modal-filter {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 90;
}

.properties .modal-filter.active {
    display: block;
}

.properties .modal-filter .spinner {
    z-index: 91;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url("/public/loading.gif");
    margin: 0 auto;
    transform: translateY(-50%);
}

.properties .property-list {
    width: 100%;
}

.properties .property-list .one-column {
    width: 100%;
    background: #f6f6f6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.properties .property-list .one-column .box {
    width: calc(50% - 20px);
}

.properties .property-list .two-column {
    width: 60%;
    background: #f6f6f6;
    overflow-y: auto;
    height: 100%;
}

.properties .property-list .two-column .box {
    width: calc(50% - 20px);
}

.properties .property-list #box,
.properties .property-list #boxes {
    width: calc(100% - 20px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    background: #FFFFFF;
}

.properties .property-list #box.hidden {
    display: none;
}

.properties .property-list #box .box {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #FFF;
    border: 1px solid #EEE !important;
    transition: all 0.5s ease;
    position: relative;
}

.properties .property-list #box .box a {
    color: #777;
}

.properties .property-list #box .box.hide {
    display: none;
}

.properties .property-list #box .box-detail {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #FFF;
    border: 1px solid #EEE;
    transition: all 0.5s ease;
    position: relative;
}

.properties .property-list #box .box-detail a {
    color: #777;
}

.properties .property-list #box .box-detail.hide {
    display: none;
}

.properties .property-list #box .box-detailz {
    top: 0px;
    position: absolute;
    width: 100%;
    background-color: white;
}

.properties .property-list #box .img {
    width: 100%;
    height: 80%;
    position: relative;
    overflow: hidden;
}

.properties .property-list #box .img img {
    transition: all 0.5s ease;
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.properties .property-list #box .product-watermark {
    position: absolute;
    right: 0;
    bottom: 0;
}

.properties .property-list #box .product-watermark img {
    width: 60%;
    float: right;
}

.properties .property-list #box .price-holder {
    position: absolute;
    /* background: rgba(238, 91, 44, 0.9); */
    background: var(--second-bg);
    padding: 10px 20px 11px 20px;
    top: 55%;
    transform: translateY(55%);
    color: white;
    font-family: 'Poppins';
    font-size: 1.2em;
    text-transform: ;
}

.properties .property-list #box .arrows .fa-angle-left {
    font-size: 40px;
    color: #FFF;
    text-align: left;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 5px;
    z-index: 1 !important;
}

.properties .property-list #box .arrows .fa-angle-right {
    font-size: 40px;
    color: #FFF;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 5px;
    z-index: 1 !important;
}

.properties .property-list #box .name {
    font-family: 'Poppins';
    text-transform: none;
    /* color: #ee5b2c; */
    color: var(--primary-text);
    padding: 12px 0px 0px 20px;
    font-size: 18px;
}

.properties .property-list #box .desc {
    font-size: 14px;
    padding: 4px 20px 10px 20px;
    line-height: 20px;
}

.properties .property-list #box .desc p {
    font-size: 12px;
}

.properties .property-list #box .price {
    position: absolute;
    bottom: 2px;
    width: 100%;
    z-index: 3;
}

.properties .property-list #box .price span {
    color: #FFF;
    font-size: 14px;
    background: rgba(238, 91, 44, 0.9);
    padding: 13px 20px 11px 20px;
    width: 50%;
    display: block;
}

.properties .property-list #box .box-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.properties .property-list #box .box-links .box-link-location {
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
}

.properties .property-list #box .box-links .box-link-location .fa-map-marker {
    font-size: 18px;
}

.properties .property-list #box .box-links .box-link-bed {
    width: 33.333%;
    border-right: 1px solid #EEE;
    height: 46px;
    line-height: 45px;
}

.properties .property-list #box .box-links .box-link-bed .fa-bed {
    font-size: 18px;
}

.properties .property-list #box .box-links .box-link-bath {
    width: 33.333%;
    border-right: 1px solid #EEE;
    height: 46px;
    line-height: 45px;
}

.properties .property-list #box .box-links .box-link-bath img {
    width: 17px;
    position: relative;
    top: 4px;
}

.properties .property-list #box .box-links .box-link-detail {
    font-size: 14px;
    transition: all 0.33s ease;
    cursor: pointer;
    width: 33.333%;
    float: left;
    text-align: center;
    text-transform: none;
    color: #777;
    font-family: 'Poppins';
    /* background: #ee5b2c; */
    background: var(--second-bg);
    color: #FFF;
    height: 46px;
    line-height: 45px;
}

.properties .property-list #box .box-links .box-link-detail:hover,
.properties .property-list #box .box-links .box-link-detail:active {
    background: #fb7d54;
}

.properties .property-list #box .box-links .box-link-detail .fa-plus {
    padding-right: 5px;
}

.properties .property-list #box .detail-price-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* background: #ee5b2c; */
    background: var(--second-bg);
    transition: all 0.5s ease;
    height: 60px;
}

.properties .property-list #box .detail-price-holder .the-price-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 15px;
}

.properties .property-list #box .detail-price-holder .the-price-holder .currency,
.properties .property-list #box .detail-price-holder .the-price-holder .nominal {
    color: white;
    font-family: 'Poppins';
    text-transform: ;
}

.properties .property-list #box .detail-price-holder .the-price-holder .currency {
    line-height: 50px;
    font-size: 1.2em;
}

.properties .property-list #box .detail-price-holder .the-price-holder .nominal {
    font-size: 1.8em;
    margin-left: 10px;
    letter-spacing: 1px;
    line-height: 60px;
}

.properties .property-list #box .detail-price-holder .close-button i {
    color: #FFF;
    font-size: 1.5em;
    line-height: 60px;
    padding: 0px 15px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.properties .property-list #box .detail-price-holder .close-button i:active {
    background: #fb7d54;
}

.properties .property-list #box .box-detail-desc {
    font-size: 14px;
    letter-spacing: 0.5px;
    height: 50px;
    color: #999999;
    padding: 0px 15px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #f3f3f3;
}

.properties .property-list #box .main-detail {
    padding: 24px;
    line-height: 20px;
    background: #FFF;
    width: 100%;
    position: relative;
}

.properties .property-list #box .main-detail ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
}

.properties .property-list #box .main-detail ul li .title {
    width: 50%;
    color: #999999;
    text-align: left;
    padding-right: 10px;
    font-size: 14px;
}

.properties .property-list #box .main-detail ul li .title i {
    width: 28px;
    color: #999999;
    font-size: 16px;
}

.properties .property-list #box .main-detail ul li .values {
    width: 50%;
    color: #999999;
    padding-left: 10px;
    font-size: 14px;
}

.properties .property-list #box .main-detail p {
    text-align: right;
    margin: 20px 0px 0px;
}

.properties .property-list #box .main-detail p a {
    font-size: 16px;
    transition: all 0.5s ease;
    border: 1px solid #EEE;
    padding: 10px;
}

.properties .property-list #box .main-detail p a:hover {
    background: #ee5b2c;
    color: #FFF;
}

.properties .property-list #box .box-links-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    border-top: 1px solid #EEE;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 15px;
    background-color: #fff;
}

.properties .property-list #box .box-links-detail i {
    margin-right: 8px;
    font-size: 14px;
}

.properties .property-list #box .box-links-detail .box-link-enquiry {
    color: #666;
    width: 33.333%;
    cursor: pointer;
    border-right: 1px solid #EEE;
    height: 46px;
    line-height: 45px;
    transition: all 0.5s ease;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 14px;
}

.properties .property-list #box .box-links-detail .box-link-favorite {
    color: #666;
    width: 33.333%;
    cursor: pointer;
    border-right: 1px solid #EEE;
    height: 46px;
    line-height: 45px;
    transition: all 0.5s ease;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 14px;
}

.properties .property-list #box .box-links-detail .box-view-more {
    color: #FFF;
    width: 33.333%;
    /* background: #ee5b2c; */
    background: var(--second-bg);
    cursor: pointer;
    height: 46px;
    line-height: 45px;
    transition: all 0.5s ease;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 14px;
}

.properties .property-list #box .box-links-detail .box-view-more:hover,
.properties .property-list #box .box-links-detail .box-view-more:active {
    background: #fb7d54;
}

.properties .property-list #box .box-links-detail .box-link-enquiry:hover,
.properties .property-list #box .box-links-detail .box-link-favorite:hover {
    background: #f8f8f8;
}

.properties .property-list #box .empty-property {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.properties .property-list #box .empty-property .note {
    width: 100%;
}

.properties .property-list #box .empty-property .note .title {
    font-size: 5rem;
    font-family: 'Poppins';
    color: #ee5b2c;
    padding-bottom: 20px;
    font-weight: normal;
}

.properties .property-list #box .empty-property .note p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
}

.properties .property-list #box .empty-property .note .desc {
    line-height: 20px;
}

.properties .property-list #box .empty-property.hidden {
    display: none;
}

.properties .property-list .modal {
    display: none;
}

.properties .property-list .modal.active {
    display: block;
}

.properties .property-list .modal:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.properties .property-list .modal-dialog {
    background: #fefefe;
    margin-left: -200px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateY(50%);
    z-index: 90;
    width: 360px;
    transform: translate(0, -50%);
    transition: transform 0.3s ease-out;
}

.properties .property-list .modal-dialog .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ee5b2c;
    height: 50px;
}

.properties .property-list .modal-dialog .modal-header .title {
    line-height: 50px;
    padding-left: 15px;
    color: white;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 1.5em;
}

.properties .property-list .modal-dialog .modal-header .title i {
    font-size: 25px;
    margin-right: 5px;
}

.properties .property-list .modal-dialog .modal-header .close-button i {
    color: #FFF;
    font-size: 1.5em;
    line-height: 50px;
    padding: 0px 15px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.properties .property-list .modal-dialog .modal-header .close-button i:active {
    background: #ee5b2c;
}

.properties .property-list .modal-dialog .modal-body {
    padding: 20px 15px;
}

.properties .property-list .modal-dialog.active {
    display: block;
}

.properties .property-list .modal-dialog.hide {
    display: none;
}

.properties .property-list .modal-dialog {
    background: #fefefe;
    margin-left: -200px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateY(50%);
    z-index: 90;
    width: 360px;
    transform: translate(0, -50%);
    transition: transform 0.3s ease-out;
}

.properties .property-list .modal-dialog .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ee5b2c;
    height: 50px;
}

.properties .property-list .modal-dialog .modal-header .title {
    line-height: 50px;
    padding-left: 15px;
    color: white;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 1.5em;
}

.properties .property-list .modal-dialog .modal-header .title i {
    font-size: 25px;
    margin-right: 5px;
}

.properties .property-list .modal-dialog .modal-header .close-button i {
    color: #FFF;
    font-size: 1.5em;
    line-height: 50px;
    padding: 0px 15px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.properties .property-list .modal-dialog .modal-header .close-button i:active {
    background: #ee5b2c;
}

.properties .property-list .modal-dialog .modal-body {
    padding: 20px 15px;
}

.properties .property-list .modal-dialog.active {
    display: block;
}

.properties .property-list .modal-dialog.hide {
    display: none;
}

.properties .property-map {
    width: 40%;
    height: 87%;
    background: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 0;
    top: 105px;
}

.properties .property-map.sticky-map {
    top: 0;
}

.property-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.property-detail .left-side {
    width: 100%;
    padding: 0px;
}

.property-detail .left-side .property-slide {
    width: 100%;
    z-index: 0;
}

.property-detail .left-side .property-slide .property_detail_slide {
    position: relative;
    display: block;
}

.property-detail .left-side .property-slide .property_detail_slide:focus {
    outline: 0;
}

.property-detail .left-side .property-slide .property_detail_slide figure {
    position: absolute;
    top: 0;
    width: 100%;
    height: 485px;
}

.property-detail .left-side .property-slide .property_detail_slide figure>a {
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #ee5b2c;
    padding: 5px 20px;
}

.property-detail .left-side .property-slide .property_detail_slide figure>a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80px)";
    filter: alpha(opacity=(80px));
    opacity: 0.8px;
}

.property-detail .left-side .property-slide .property_detail_slide figure:first-child {
    position: relative;
}

.property-detail .left-side .property-slide .property_detail_slide figure img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity 1.2s;
    position: relative;
    backface-visibility: hidden;
    display: block;
}

.property-detail .left-side .property-slide .property_detail_slide .bss-show {
    z-index: 3;
}

.property-detail .left-side .property-slide .property_detail_slide .bss-show img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    backface-visibility: hidden;
}

.property-detail .left-side .property-slide .property_detail_slide figcaption {
    position: absolute;
    font-size: .8em;
    bottom: .75em;
    right: .35em;
    padding: .25em;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    background-clip: padding-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    transition: opacity 1.2s;
}

.property-detail .left-side .property-slide .property_detail_slide .bss-show figcaption {
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}

.property-detail .left-side .property-slide .property_detail_slide figcaption a {
    color: #fff;
}

.property-detail .left-side .property-slide .bss-next,
.property-detail .left-side .property-slide .bss-prev {
    color: #FFF;
    position: absolute;
    top: 50%;
    z-index: 9999;
    font-size: 40px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=(50));
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s ease-in-out;
}

.property-detail .left-side .property-slide .bss-next:hover,
.property-detail .left-side .property-slide .bss-prev:hover {
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}

.property-detail .left-side .property-slide .bss-next {
    background-color: rgba(0, 0, 0, 0.8);
    right: 0px;
    padding: 10px 10px 15px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transform: translate(0, -50%);
}

.property-detail .left-side .property-slide .bss-prev {
    background-color: rgba(0, 0, 0, 0.8);
    left: 0px;
    padding: 10px 10px 15px 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transform: translate(0, -50%);
}

.property-detail .left-side .property-slide .bss-fullscreen {
    display: block;
    width: 24px;
    height: 24px;
    /*background: rgba(0, 0, 0, 0.3) url('../arrows-alt_ffffff_64.html');*/
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=(30));
    opacity: 0.3;
}

.property-detail .left-side .property-slide .bss-fullscreen:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=(80));
    opacity: 0.8;
}

.property-detail .left-side .property-slide:-webkit-full-screen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.property-detail .left-side .property-slide:-moz-full-screen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.property-detail .left-side .property-slide:-ms-fullscreen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.property-detail .left-side .property-slide:full-screen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.property-detail .left-side .property-slide:-webkit-full-screen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.property-detail .left-side .property-slide:-moz-full-screen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.property-detail .left-side .property-slide:-ms-fullscreen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.property-detail .left-side .property-slide:fullscreen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.property-detail .left-side .available {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0px 30px;
}

.property-detail .left-side .available .item {
    width: 25%;
    padding-right: 20px;
    position: relative;
    padding-left: 40px;
}

.property-detail .left-side .available .item .icon {
    position: absolute;
    left: 0;
    font-size: 2rem;
}

.property-detail .left-side .available .item .fa-map-marker {
    position: absolute;
    left: 0;
    font-size: 2rem;
}

.property-detail .left-side .available .item b,
.property-detail .left-side .available .item strong {
    /* color: #ee5b2c; */
    color: var(--primary-text);
}

.property-detail .left-side .product-watermark {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.property-detail .left-side .product-watermark img {
    width: 65%;
    float: right;
}

.property-detail .right-side {
    width: 100%;
    position: relative;
    top: 0;
    background: #FFF;
    padding: 0px 10px;
    transition: top 0.3s ease;
}

.left-side .property-description #content {
    width: 100%;
}

.property-description .description .detail-page .page-view-section-body .container {
    width: 100%;
}

.property-detail .right-side.sticky-chrome {
    position: fixed;
    top: 120px;
    width: 467px;
    z-index: 15;
    transform: translateX(150%);
}

.right-pr-bar {
    width: 378px;
}

#logo-mobile img {
    box-shadow: 2px 3px 4px #515151;
}

@media all and (max-width:767px) {
    .right-pr {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }

    .main-detail {
        padding: 0 24px;
    }

    .properties .property-list #box .box-links-detail {
        bottom: -75px;
    }

    .properties .property-list #box .box {
        margin-top: 70px;
    }

    .properties .property-list .two-column .property-filter .config-filter .villa-found {
        display: block !important;
    }

    .bottom-nav .sub-menu {
        display: none;
    }

    .bottom-nav .sub-menu.active {
        display: block !important;
    }

    .right-pr-bar {
        width: 100%;
    }

    .related-area .list a {
        margin-bottom: 10px;
    }

    #content {
        width: 100%;
        max-width: 100%;
        margin: auto;
        margin-bottom: 40px;
        padding: 30px 16px 0 16px;
    }
}

.right-pr {
    position: fixed;
    top: 104px;
    width: 378px;
}

.property-detail .right-side.sticky {
    position: fixed;
    top: 120px;
    width: 467px;
    z-index: 15;
    transform: translateX(150%);
}

.property-detail .right-side.top-auto {
    top: auto;
}

.property-detail .right-side.bottom-auto {
    bottom: auto;
}

.property-detail .right-side .side-title {
    font-family: 'Poppins';
    padding: 15px 10px;
    font-size: 14px;
    text-transform: ;
    font-weight: normal;
    width: 100%;
    display: block;
    text-align: left;
}

.property-detail .right-side .price {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.property-detail .right-side .price .currency {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 45%;
    /* background: #ee5b2c; */
    background: var(--primary-text);
    color: #FFF;
    position: relative;
    text-align: right;
    line-height: 17px;
}

.property-detail .right-side .price .currency .text {
    float: right;
    width: auto;
    margin-right: 10px;
}

.property-detail .right-side .price .currency .symbol {
    width: auto;
    position: relative;
    background: #ee962c;
    border-radius: 24px;
}

.property-detail .right-side .price .currency .symbol i.fa-dollar {
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
    border: 2px solid white;
    font-size: 14px;
    border-radius: 50%;
    background-clip: padding-box;
    padding: 5px 8px;
}

.property-detail .right-side .price .currency .symbol i.fa-chevron-down {
    /* top: 1px;
    position: absolute;
    right: -20px; */
}

.property-detail .right-side .price .currency .other-currency {
    display: none;
    top: 65px;
    left: calc(100% - 60px);
    position: absolute;
    border: 1px solid #DDD;
    min-width: 120px;
    z-index: 3;
    background: #FFF;
}

.property-detail .right-side .price .currency .other-currency li {
    list-style: none;
    text-align: left;
}

.property-detail .right-side .price .currency .other-currency li a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 10px;
    text-transform: ;
}

.property-detail .right-side .price .currency .other-currency li a:hover {
    background-color: #f1f1f1;
    color: #ee5b2c;
}

.property-detail .right-side .price .currency:hover .other-currency {
    display: block;
}

.property-detail .right-side .price .regular-price {
    width: 55%;
    padding: 15px 18px 15px 18px;
    font-size: 22px !important;
    font-family: 'Poppins';
    background: #f8f8f8;
    text-align: right;
}

.property-detail .right-side .price .regular-price sub {
    font-size: 14px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: -0.25em;
    font-family: 'Poppins';
}

.property-detail .right-side .enquiry {
    width: 100%;
    float: left;
}

.property-detail .right-side .enquiry #box-enquiry {
    text-align: center;
    width: 100%;
    float: left;
}

.property-detail .right-side .enquiry #box-enquiry a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all 0.5s ease;
    height: auto;
    text-align: left;
    background: #ee5b2c;
    color: #FFF;
    padding: 0px 20px;
    float: left;
    width: 100%;
    text-transform: ;
}

.property-detail .right-side .enquiry #box-enquiry a .icon {
    width: 20%;
    text-align: right;
    padding-right: 10px;
}

.property-detail .right-side .enquiry #box-enquiry a .icon i {
    font-size: 3em;
    line-height: 80px;
}

.property-detail .right-side .enquiry #box-enquiry a .content {
    width: 80%;
    text-align: left;
    padding: 16px 10px 10px 10px;
    font-weight: 200;
    font-family: 'Helvetica Neue', sans-serif;
}

.property-detail .right-side .enquiry #box-enquiry a .content .title {
    font-size: 1.4em;
    font-family: 'Poppins';
    padding-bottom: 5px;
}

.property-detail .right-side .enquiry #box-enquiry a .content .sub-title {
    font-size: 1em;
}

.property-detail .right-side .enquiry #box-enquiry a:hover {
    background: #e35f44;
}

.property-detail .right-side .enquiry #box-enquiry a:hover {
    cursor: pointer;
}

.property-detail .right-side .enquiry #box-enquiry-form {
    width: 100%;
    background: transparent;
    float: left;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.property-detail .right-side .enquiry #box-enquiry-form .submit {
    border: 1px solid #ee5b2c;
    color: #FFF;
    padding: 10px 14px;
    font-size: 13px;
    text-align: center;
    background: #ee5b2c;
    width: 50%;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
}

.property-detail .right-side .enquiry #box-enquiry-form .submit:hover {
    cursor: pointer;
}

.property-detail .right-side .enquiry #box-enquiry-form .cancel {
    border: 1px solid #ee5b2c;
    color: #ee5b2c;
    padding: 10px 14px;
    font-size: 13px;
    text-align: center;
    background: none;
    width: calc(50% - 10px);
    margin-right: 10px;
    border-radius: 2px;
    background-clip: padding-box;
}

.property-detail .right-side .enquiry #box-enquiry-form .cancel:hover {
    cursor: pointer;
}

.property-detail .right-side .share {
    width: 100%;
    margin-top: 5px;
    float: left;
    text-align: center;
}

.property-detail .right-side .share .print {
    width: 28%;
    transition: all 0.5s ease;
}

.property-detail .right-side .share .print a {
    padding: 18px 0px;
    display: block;
    color: #FFF;
    background: #4e4e4e;
    border-right: 1px solid #636363;
    font-size: 1em;
    font-weight: 200;
    font-family: 'Helvetica neue', sans-serif;
}

.property-detail .right-side .share .print a:before {
    font-family: 'FontAwesome';
    content: "\f02f";
    padding: 0 5px;
    font-size: 18px;
}

.property-detail .right-side .share .wishlist {
    width: 39%;
    transition: all 0.5s ease;
}

.property-detail .right-side .share .wishlist a {
    padding: 18px 0px;
    display: block;
    color: #FFF;
    background: #4e4e4e;
    border-right: 1px solid #636363;
    font-size: 1em;
    font-weight: 200;
    font-family: 'Helvetica neue', sans-serif;
}

.property-detail .right-side .share .wishlist a:before {
    font-family: 'FontAwesome';
    padding: 0 5px;
    font-size: 18px;
}

.property-detail .right-side .share .email {
    width: 33%;
    transition: all 0.5s ease;
}

.property-detail .right-side .share .email a {
    padding: 18px 0px;
    display: block;
    color: #FFF;
    background: #4e4e4e;
    font-size: 1em;
    font-weight: 200;
    font-family: 'Helvetica neue', sans-serif;
}

.property-detail .right-side .share .email a:before {
    font-family: 'FontAwesome';
    content: "\f003";
    padding: 0 5px;
    font-size: 18px;
}

.property-detail .right-side .share .print:hover,
.property-detail .right-side .share .wishlist:hover,
.property-detail .right-side .share .email:hover {
    opacity: .8;
}

.property-detail .right-side .share .sharing-buttons {
    text-decoration: none;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f8f8f8;
    width: 100%;
    margin-top: 10px;
    padding: 15px 10px;
}

.property-detail .right-side .share .sharing-buttons .social-item {
    width: 33.333%;
}

.property-detail .right-side .share .sharing-buttons .social-item a {
    color: #777;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.property-detail .right-side .share .sharing-buttons .facebook-icon {
    width: 25%;
}

.property-detail .right-side .share .sharing-buttons .facebook-icon .fa-facebook {
    padding: 8px 11px;
    font-size: 15px;
    color: #3e5c9a;
    border: 1px solid #3e5c9a;
    border-radius: 50%;
    background-clip: padding-box;
}

.property-detail .right-side .share .sharing-buttons .facebook-label {
    width: 75%;
    padding-left: 10px;
}

.property-detail .right-side .share .sharing-buttons .facebook-label .small {
    color: #777;
    font-style: normal;
    font-size: 9px;
}

.property-detail .right-side .share .sharing-buttons .facebook-label .big {
    font-family: 'Poppins';
    font-size: 11px;
}

.property-detail .right-side .share .sharing-buttons .linkedin-icon {
    width: 25%;
}

.property-detail .right-side .share .sharing-buttons .linkedin-icon .fa-linkedin {
    padding: 8px 9px;
    font-size: 15px;
    color: #2caae1;
    border: 1px solid #2caae1;
    border-radius: 50%;
    background-clip: padding-box;
}

.property-detail .right-side .share .sharing-buttons .linkedin-label {
    width: 75%;
    padding-left: 10px;
}

.property-detail .right-side .share .sharing-buttons .linkedin-label .small {
    color: #777;
    font-style: normal;
    font-size: 9px;
}

.property-detail .right-side .share .sharing-buttons .linkedin-label .big {
    font-family: 'Poppins';
    font-size: 11px;
}

.property-detail .right-side .share .sharing-buttons .google-plus-icon {
    width: 25%;
}

.property-detail .right-side .share .sharing-buttons .google-plus-icon .fa-google-plus {
    padding: 8px 7px;
    font-size: 15px;
    color: #ec403d;
    border: 1px solid #ec403d;
    border-radius: 50%;
    background-clip: padding-box;
}

.property-detail .right-side .share .sharing-buttons .google-plus-label {
    width: 75%;
    padding-left: 10px;
}

.property-detail .right-side .share .sharing-buttons .google-plus-label .small {
    color: #777;
    font-style: normal;
    font-size: 9px;
}

.property-detail .right-side .share .sharing-buttons .google-plus-label .big {
    font-family: 'Poppins';
    font-size: 11px;
}

.property-detail .right-side .map-location {
    width: 100%;
    float: left;
}

.property-detail .right-side .map-location #propertydetailMapLocation {
    margin-top: 10px;
    width: 100%;
    height: 200px;
}

.property-detail .name {
    width: 100%;
    padding-top: 0;
    font-size: 20px;
    font-family: 'Poppins';
    text-transform: none;
    padding-bottom: 10px;
    /* color: #ee5b2c; */
    color: var(--primary-text);
    font-weight: normal;
    margin: 0;
}

/*change25oct*/
.property-detail .code {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    margin: 0;
}

/*changed 25oct*/
.property-description {
    width: 100%;
    border-top: 1px solid #DDD;
    background: #FFF;
}

.property-description .sub-title {
    font-size: 13px;
    font-family: 'Poppins';
    padding-bottom: 10px;
    width: 100%;
}

.property-description .page-title {
    margin: 20px 0 15px;
    padding: 0px;
}

.property-description .related-area {
    border-top: 1px solid #d3d3d3;
    margin-top: 20px;
}

.property-description .related-area .list a {
    overflow: hidden;
    position: relative;
    width: calc(33.333% - 15px);
    text-align: left;
    margin-bottom: 16px;
    height: 212px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
    margin-right: 15px;
}

.property-description .related-area .list a .desc {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    color: #ee5b2c;
    transition: bottom 0.33s ease;
}

.property-description .related-area .list a .desc h4 {
    margin-top: 0;
    margin-bottom: 3px;
    color: #FFF;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: ;
    font-family: 'Poppins';
    font-weight: 400;
}

.property-description .related-area .list a .desc p {
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-description .related-area .list a .desc .md-button {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 95px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    text-align: center;
}

.property-description .related-area .list a:hover,
.property-description .related-area .list a:focus {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
}

.property-description .related-area .list a:hover .desc,
.property-description .related-area .list a:focus .desc {
    bottom: 50px;
}

.property-description .related-area .list a:hover .desc .md-button,
.property-description .related-area .list a:focus .desc .md-button {
    visibility: visible;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
}

.property-description .description container {
    width: 100%;
}

.property-description .description {
    width: 100%;
    padding: 0px;
    margin-top: 20px;
    line-height: 20px;
}

.property-description .description .detail-page .page-view-section-top {
    width: 100%;
    margin-bottom: 8px;
    background-color: white;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-header {
    margin-bottom: 12px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-header h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #ee5b2c;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-left {
    width: calc(70% - 8px);
    margin-right: 8px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-left .property-view-head-gallery {
    height: 528px;
    background-size: cover;
    background-position: center;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-left .property-head-left-information-wrapper {
    height: 64px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-left .property-head-left-information-wrapper .property-view-head-information-block {
    width: 25%;
    height: 64px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-left .property-head-left-information-wrapper .property-view-head-information-block i {
    width: 64px;
    font-size: 35px;
    line-height: 64px;
    text-align: center;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-left .property-head-left-information-wrapper .property-view-head-information-block .property-view-head-information-text {
    position: relative;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-left .property-head-left-information-wrapper .property-view-head-information-block .property-view-head-information-text p {
    margin: 0;
    position: absolute;
    white-space: nowrap;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-left .property-head-left-information-wrapper .property-view-head-information-block .property-view-head-information-text .property-view-head-information-bold {
    color: #ee5b2c;
    font-weight: 600;
    bottom: 50%;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-left .property-head-left-information-wrapper .property-view-head-information-block .property-view-head-information-text .property-view-head-information-string {
    top: 50%;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right {
    width: 30%;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-price-box {
    background-color: #f8f8f8;
    margin-bottom: 8px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-price-box .property-head-view-price-currency {
    width: 96px;
    position: relative;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-price-box .property-head-view-price-currency select {
    text-transform: ;
    border: 0;
    background-color: #ee5b2c;
    color: white;
    text-indent: 14px;
    padding: 16px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-price-box .property-head-view-price-currency:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4px;
    width: 4px;
    border-top: 6px solid white;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-price-box .property-head-view-price-value {
    width: calc(100% - 96px);
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-price-box .property-head-view-price-value p {
    margin: 0;
    font-weight: 500;
    color: #4e4e4e;
    line-height: 52px;
    font-size: 32px;
    text-align: right;
    padding-right: 24px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-enquiry {
    margin-bottom: 8px;
    background-color: #ee5b2c;
    color: #f1f1f1;
    width: 100%;
    border: 0;
    position: relative;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-enquiry .head-enquiry-icon {
    width: 80px;
    text-align: right;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-enquiry .head-enquiry-icon i {
    font-size: 48px;
    height: 80px;
    line-height: 80px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-enquiry .head-enquiry-text {
    text-indent: 12px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-enquiry .head-enquiry-text p {
    margin: 0;
    position: absolute;
    text-transform: ;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-enquiry .head-enquiry-text .head-enquiry-bold {
    bottom: 50%;
    margin-bottom: -4px;
    font-weight: 500;
    font-size: 18px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-enquiry .head-enquiry-text .head-enquiry-hint {
    top: 50%;
    margin-top: -2px;
    font-weight: 400;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-action-buttons {
    margin-bottom: 8px;
    width: 100%;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-action-buttons .property-view-head-action-button {
    background-color: #4e4e4e;
    color: #f1f1f1;
    border: 0;
    width: 50%;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-action-buttons .property-view-head-action-button:first-child {
    border-right: 1px solid #969696;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-action-buttons .property-view-head-action-button i {
    height: 54px;
    line-height: 54px;
    width: 40px;
    text-align: right;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-action-buttons .property-view-head-action-button p {
    margin: 0;
    padding-left: 8px;
    line-height: 54px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-social-wrapper {
    margin-bottom: 8px;
    width: 100%;
    background-color: #f8f8f8;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-social-wrapper .property-view-head-social-button {
    width: 33.33%;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-social-wrapper .property-view-head-social-button:first-child,
.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-social-wrapper .property-view-head-social-button:nth-child(2) {
    border-right: 1px solid #d3d3d3;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-social-wrapper .property-view-head-social-button .head-social-button-icon {
    width: 40px;
    height: 54px;
    text-align: center;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-social-wrapper .property-view-head-social-button .head-social-button-icon i {
    line-height: 54px;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-social-wrapper .property-view-head-social-button .head-social-button-text {
    position: relative;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-social-wrapper .property-view-head-social-button .head-social-button-text p {
    position: absolute;
    margin: 0;
    white-space: nowrap;
    text-transform: ;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-social-wrapper .property-view-head-social-button .head-social-button-text .social-button-hint {
    bottom: 50%;
    font-size: 8px;
    font-weight: 800;
    color: #a1a1a1;
}

.property-description .description .detail-page .page-view-section-top .container .property-view-head .property-view-head-right .property-view-head-social-wrapper .property-view-head-social-button .head-social-button-text .social-button-name {
    top: 50%;
    margin-top: -4px;
    font-size: 10px;
    font-weight: 700;
}

.property-description .description .detail-page .page-view-section-body {
    width: 100%;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container {
    width: 100%;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row {
    width: 100%;
    padding: 32px 0;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row:nth-child(n+2) {
    border-top: 1px solid #d3d3d3;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column {
    width: 33.33%;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column .converter {
    margin-left: 10px;
    transition: all 0.33s ease;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column .converter-active {
    transform: rotate(180deg);
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column .the-converter {
    width: 100px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 90;
    left: 300px;
    color: white;
    padding: 10px;
    transition: all 0.33s ease;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column .select-wrapper {
    position: relative;
    cursor: pointer;
}

.select-wrapper .select-converter {
    width: 60px;
    cursor: pointer;
    border: none;
    background: url('../img/convert_arrow.jpg') no-repeat scroll 100% 50% #fff;
    padding: 0px;
    /* color: #ee5b2c; */
    color: var(--primary-text);
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;
    outline: none;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column .select-wrapper .select-converter:after {
    font-family: 'FontAwesome';
    content: '\f078';
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column .select-wrapper i {
    position: absolute;
    top: -3px;
    right: -16px;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column .arrow {
    color: #CFCFCF;
    font-size: 10px;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column.double {
    width: 66.66%;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column.double p {
    width: 50%;
    line-height: 35px;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column#property-description-container p {
    width: 100%;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column .property-facility {
    position: relative;
    text-transform: capitalize;
    font-weight: 300;
    text-decoration: line-through;
    margin-bottom: 10px;
    color: #d3d3d3;
    text-indent: 32px;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column .property-facility i {
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 3px;
    margin-right: 4px;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column .property-facility.available {
    color: #777777;
    text-indent: 32px;
    font-weight: 700;
    text-decoration: none;
}

.property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row#distance-row .property-description-column .property-distance {
    text-transform: capitalize;
}

.testimonial-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial-detail .left-side {
    width: 66.666%;
}

.testimonial-detail .left-side .testimonial-slide {
    width: 100%;
}

.testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide {
    position: relative;
    display: block;
}

.testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide:focus {
    outline: 0;
}

.testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide figure {
    position: absolute;
    top: 0;
    width: 100%;
    height: 525px;
}

.testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide figure:first-child {
    position: relative;
}

.testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide figure img {
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity 1.2s;
    position: relative;
}

.testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide .bss-show {
    z-index: 3;
}

.testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide .bss-show img {
    height: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide figcaption {
    position: absolute;
    font-size: .8em;
    bottom: .75em;
    right: .35em;
    padding: .25em;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    background-clip: padding-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    transition: opacity 1.2s;
}

.testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide .bss-show figcaption {
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}

.testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide figcaption a {
    color: #fff;
}

.testimonial-detail .left-side .testimonial-slide .bss-next,
.testimonial-detail .left-side .testimonial-slide .bss-prev {
    color: #FFF;
    position: absolute;
    top: 50%;
    z-index: 4;
    font-size: 40px;
    margin-top: -1.2em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=(50));
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s ease-in-out;
}

.testimonial-detail .left-side .testimonial-slide .bss-next:hover,
.testimonial-detail .left-side .testimonial-slide .bss-prev:hover {
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}

.testimonial-detail .left-side .testimonial-slide .bss-next {
    background-color: rgba(0, 0, 0, 0.8);
    right: 20px;
    padding: 10px 10px 15px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.testimonial-detail .left-side .testimonial-slide .bss-prev {
    background-color: rgba(0, 0, 0, 0.8);
    left: 20px;
    padding: 10px 10px 15px 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.testimonial-detail .left-side .testimonial-slide .bss-fullscreen {
    display: block;
    width: 24px;
    height: 24px;
    /*background: rgba(0, 0, 0, 0.3) url('../arrows-alt_ffffff_64.html');*/
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=(30));
    opacity: 0.3;
}

.testimonial-detail .left-side .testimonial-slide .bss-fullscreen:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=(80));
    opacity: 0.8;
}

.testimonial-detail .left-side .testimonial-slide:-webkit-full-screen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.testimonial-detail .left-side .testimonial-slide:-moz-full-screen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.testimonial-detail .left-side .testimonial-slide:-ms-fullscreen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.testimonial-detail .left-side .testimonial-slide:full-screen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.testimonial-detail .left-side .testimonial-slide:-webkit-full-screen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.testimonial-detail .left-side .testimonial-slide:-moz-full-screen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.testimonial-detail .left-side .testimonial-slide:-ms-fullscreen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.testimonial-detail .left-side .testimonial-slide:fullscreen .bss-fullscreen {
    /*background: rgba(0, 0, 0, 0.4) url('../compress_64.html');*/
    background-size: contain;
}

.testimonial-detail .left-side .available {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0px;
}

.testimonial-detail .left-side .available .item {
    width: calc(25% - 20px);
    padding-right: 20px;
    position: relative;
    padding-left: 50px;
}

.testimonial-detail .left-side .available .item .icon {
    position: absolute;
    left: 0;
    font-size: 2rem;
}

.testimonial-detail .left-side .available .item b,
.testimonial-detail .left-side .available .item strong {
    color: #ee5b2c;
}

.testimonial-detail .right-side {
    width: 25.5%;
    position: fixed;
    z-index: 70;
    background: #FFF;
    padding: 0px 10px;
}

.testimonial-detail .right-side .side-title {
    font-family: 'Poppins';
    padding: 15px 10px;
    font-size: 14px;
    text-transform: ;
    font-weight: normal;
    width: 100%;
    display: block;
    text-align: left;
}

.testimonial-detail .right-side .enquiry {
    width: 100%;
    float: left;
}

.testimonial-detail .right-side .enquiry #box-enquiry {
    text-align: center;
    width: 100%;
    float: left;
}

.testimonial-detail .right-side .enquiry #box-enquiry a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100px;
    text-align: left;
    background: #ee5b2c;
    color: #FFF;
    padding: 0px 20px;
    float: left;
    width: 100%;
    text-transform: ;
}

.testimonial-detail .right-side .enquiry #box-enquiry a .icon {
    width: 20%;
    text-align: right;
    padding-right: 10px;
}

.testimonial-detail .right-side .enquiry #box-enquiry a .icon i {
    font-size: 3em;
    line-height: 100px;
}

.testimonial-detail .right-side .enquiry #box-enquiry a .content {
    width: 80%;
    text-align: left;
    padding: 35px 10px;
    font-weight: 200;
    font-family: 'Helvetica Neue', sans-serif;
}

.testimonial-detail .right-side .enquiry #box-enquiry a .content .title {
    font-size: 1.4em;
}

.testimonial-detail .right-side .enquiry #box-enquiry a .content .sub-title {
    font-size: 1em;
    letter-spacing: 0.5px;
}

.testimonial-detail .right-side .enquiry #box-enquiry a:hover {
    cursor: pointer;
}

.testimonial-detail .right-side .enquiry #box-enquiry-form {
    width: 100%;
    background: transparent;
    float: left;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 30px;
}

.testimonial-detail .right-side .enquiry #box-enquiry-form .submit {
    border: 1px solid #ee5b2c;
    color: #FFF;
    padding: 10px 14px;
    font-size: 13px;
    text-align: center;
    background: #ee5b2c;
    width: 50%;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
}

.testimonial-detail .right-side .enquiry #box-enquiry-form .submit:hover {
    cursor: pointer;
}

.testimonial-detail .right-side .enquiry #box-enquiry-form .cancel {
    border: 1px solid #ee5b2c;
    color: #ee5b2c;
    padding: 10px 14px;
    font-size: 13px;
    text-align: center;
    background: none;
    width: calc(50% - 10px);
    margin-right: 10px;
    border-radius: 2px;
    background-clip: padding-box;
}

.testimonial-detail .right-side .enquiry #box-enquiry-form .cancel:hover {
    cursor: pointer;
}

.testimonial-detail .name {
    width: 100%;
    padding-top: 25px;
    font-size: 20px;
    font-family: 'Poppins';
    text-transform: ;
    padding-bottom: 10px;
    color: #ee5b2c;
    font-weight: normal;
}

.testimonial-detail .code {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.testimonial-description {
    width: 100%;
    border-top: 1px solid #DDD;
    background: #FFF;
}

.testimonial-description .sub-title {
    font-size: 13px;
    font-family: 'Poppins';
    padding-bottom: 10px;
    width: 100%;
}

.testimonial-description .description {
    width: 66.666%;
    padding-right: 30px;
    margin-top: 20px;
    line-height: 20px;
}

.testimonial-description .description .detail-page .page-view-section-top {
    width: 100%;
    margin-bottom: 8px;
    background-color: white;
}

.testimonial-description .description .detail-page .page-view-section-top .container .testimonial-view-header {
    margin-bottom: 12px;
}

.testimonial-description .description .detail-page .page-view-section-top .container .testimonial-view-header h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #ee5b2c;
}

.testimonial-description .description .detail-page .page-view-section-top .container .testimonial-view-header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-description .description .detail-page .page-view-section-top .container .testimonial-view-head .testimonial-view-head-right {
    width: 30%;
}

.testimonial-description .description .detail-page .page-view-section-top .container .testimonial-view-head .testimonial-view-head-right .testimonial-view-head-enquiry {
    margin-bottom: 8px;
    background-color: #ee5b2c;
    color: #f1f1f1;
    width: 100%;
    border: 0;
    position: relative;
}

.testimonial-description .description .detail-page .page-view-section-top .container .testimonial-view-head .testimonial-view-head-right .testimonial-view-head-enquiry .head-enquiry-icon {
    width: 80px;
    text-align: right;
}

.testimonial-description .description .detail-page .page-view-section-top .container .testimonial-view-head .testimonial-view-head-right .testimonial-view-head-enquiry .head-enquiry-icon i {
    font-size: 48px;
    height: 80px;
    line-height: 80px;
}

.testimonial-description .description .detail-page .page-view-section-top .container .testimonial-view-head .testimonial-view-head-right .testimonial-view-head-enquiry .head-enquiry-text {
    text-indent: 12px;
}

.testimonial-description .description .detail-page .page-view-section-top .container .testimonial-view-head .testimonial-view-head-right .testimonial-view-head-enquiry .head-enquiry-text p {
    margin: 0;
    position: absolute;
    text-transform: ;
}

.testimonial-description .description .detail-page .page-view-section-top .container .testimonial-view-head .testimonial-view-head-right .testimonial-view-head-enquiry .head-enquiry-text .head-enquiry-bold {
    bottom: 50%;
    margin-bottom: -4px;
    font-weight: 500;
    font-size: 18px;
}

.testimonial-description .description .detail-page .page-view-section-top .container .testimonial-view-head .testimonial-view-head-right .testimonial-view-head-enquiry .head-enquiry-text .head-enquiry-hint {
    top: 50%;
    margin-top: -2px;
    font-weight: 400;
}

.testimonial-description .description .detail-page .page-view-section-body {
    width: 100%;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder {
    width: 100%;
    padding: 50px 0px;
    border-bottom: 1px solid #ddd;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .avatar-holder {
    width: 20%;
    text-align: center;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .avatar-holder .avatar {
    width: 100px;
    margin: 0 auto;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .avatar-holder .avatar .avatar-icon {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 5px solid #ddd;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .avatar-holder .account-desc {
    width: 100%;
    margin: 0 auto;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .avatar-holder .account-desc .name,
.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .avatar-holder .account-desc .join,
.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .avatar-holder .account-desc span {
    text-align: center;
    color: #666;
    font-weight: 100;
    font-family: 'Poppins';
    letter-spacing: 1px;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .avatar-holder .account-desc .name {
    margin: 10px 0px 0px;
    font-size: 1.2em;
    text-transform: ;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .avatar-holder .account-desc .join {
    font-size: 12px;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .the-testimonial {
    width: 80%;
    padding-left: 20px;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .the-testimonial .title-the-testimonial h3 {
    color: #ee5b2c;
    margin-bottom: 10px;
    text-transform: ;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .the-testimonial .desc-the-testimonial p {
    color: #666;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-view-description-container {
    width: 100%;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-view-description-container .testimonial-description-row {
    width: 100%;
    padding: 32px 0;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-view-description-container .testimonial-description-row:nth-child(n+2) {
    border-top: 1px solid #d3d3d3;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-view-description-container .testimonial-description-row .testimonial-description-column {
    width: 33.33%;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-view-description-container .testimonial-description-row .testimonial-description-column.double {
    width: 66.66%;
}

.testimonial-description .description .detail-page .page-view-section-body .container .testimonial-view-description-container .testimonial-description-row .testimonial-description-column.double p {
    width: 50%;
}

.popup.is-visible {
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 90;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    padding: 0px 0;
}

.popup {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
}

.popup #box-enquiry-form {
    width: 100%;
    background: #fff;
    float: left;
    padding-top: 0px;
    padding-bottom: 40px;
    border-bottom: none;
    margin-bottom: 30px;
    margin-top: 0px;
}

.popup #box-enquiry-form .form-inner {
    width: 420px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #EEE;
}

.popup #box-enquiry-form .form-inner form {
    padding: 20px;
}

div#enquiry-single-rent {
    padding: 10px 22px;
}

.popup .modal-header {
    display: -ms-flexbox;
    display: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f7f7f7;
    height: 50px;
}

.popup .modal-header .title {
    line-height: 1.2em;
    padding: 0px;
    color: #444;
    font-family: 'Poppins';

    font-size: 1.2em;
    float: left;
}

.popup .modal-header .close-button {
    float: right;
}

.popup .modal-header .title i {
    font-size: 25px;
    margin-right: 5px;
}

.popup .modal-header .close-button i {
    color: #444;
    font-size: 1.5em;
    line-height: 20px;
    padding: 0;
    transition: all 0.5s ease;
    cursor: pointer;
}

.popup .modal-header .close-button i:active {
    background: #ee5b2c;
}

#rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.enquiry-popup.is-visible {
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 101;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    padding: 50px 0;
}

.enquiry-popup {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
}

.enquiry-popup .wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.enquiry-popup .wrapper .popup-inner {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}

.enquiry-popup .wrapper .popup-inner .kesato-form {
    padding: 10px 20px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: #e0e0e0;
}

.enquiry-popup .wrapper .popup-inner .kesato-form .submit {
    border: 1px solid #ee5b2c;
    color: #FFF;
    padding: 10px 14px;
    font-size: 13px;
    text-align: center;
    background: #ee5b2c;
    width: 50%;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
    margin-bottom: 10px;
}

.enquiry-popup .wrapper .popup-inner .kesato-form button {
    cursor: pointer;
}

.enquiry-popup .modal-header {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f7f7f7;
    height: 50px;
}

.enquiry-popup .modal-header .title {
    line-height: 22px;
    padding-left: 6px;
    color: #444;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 1.4em;
    float: left;
}

.enquiry-popup .modal-header .close-button {
    float: right;
}

.enquiry-popup .modal-header .title i {
    font-size: 25px;
    margin-right: 5px;
}

.enquiry-popup .modal-header .close-button i {
    color: #444;
    font-size: 1.5em;
    line-height: 22px;
    padding: 0px 15px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.enquiry-popup .modal-header .close-button i:active {
    background: #ee5b2c;
}

.video-popup.is-visible {
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 90;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    padding: 50px 0;
}

.video-popup {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
}

.video-popup .player-wrapper {
    width: 650px;
    margin: 150px auto 0;
    background: transparent;
    min-height: 500px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-popup .player-wrapper .close {
    position: absolute;
    right: 0;
    top: -23px;
    z-index: 80;
    background: #ee5b2c;
    padding: 5px;
}

.video-popup .player-wrapper .close a {
    color: #fff;
    text-transform: ;
}

.video-popup .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ee5b2c;
    height: 50px;
}

.video-popup .modal-header .title {
    line-height: 50px;
    padding-left: 15px;
    color: white;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 1.5em;
}

.video-popup .modal-header .title i {
    font-size: 25px;
    margin-right: 5px;
}

.video-popup .modal-header .close-button i {
    color: #FFF;
    font-size: 1.5em;
    line-height: 50px;
    padding: 0px 15px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.video-popup .modal-header .close-button i:active {
    background: #ee5b2c;
}

.login-popup.is-visible {
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 90;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

.login-popup {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
}

.login-popup #login-popup {
    width: 100%;
    height: 100%;
}

.login-popup #login-popup .login-wrapper {
    width: 500px;
    max-width: 100%;
    background: #fff;
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-popup #login-popup .login-wrapper .kesato-wrapper {
    padding: 20px;
    border: 1px solid #EEE;
}

.login-popup #login-popup .login-wrapper .kesato-wrapper .kesato-wrapper p,
.login-popup #login-popup .login-wrapper .kesato-wrapper .kesato-wrapper .form-description,
.login-popup #login-popup .login-wrapper .kesato-wrapper .kesato-wrapper h1 {
    text-align: center;
}

.login-popup #login-popup .login-wrapper .kesato-wrapper .primary-link {
    color: #FFF;
    padding: 10px 14px !important;
}

.login-popup #login-popup .login-wrapper .close {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 50px;
    height: 30px;
    cursor: pointer;
}

.login-popup #login-popup .login-wrapper .close a {
    color: #777;
    margin-top: 8px;
    display: block;
}

.login-popup .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ee5b2c;
    height: 50px;
}

.login-popup .modal-header .title {
    padding-left: 15px;
    color: white;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 1.5em;
}

.login-popup .modal-header .title i {
    font-size: 25px;
    margin-right: 5px;
}

.login-popup .modal-header .close-button i {
    color: #FFF;
    font-size: 1.5em;
    padding: 0px 15px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.login-popup .modal-header .close-button i:active {
    background: #ee5b2c;
}

.register-popup.is-visible {
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 111 !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

.register-popup {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
}

.register-popup #register-popup {
    width: 100%;
    height: 100%;
}

.register-popup #register-popup .login-wrapper {
    width: 500px;
    max-width: 100%;
    background: #fff;
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.register-popup #register-popup .login-wrapper .kesato-wrapper {
    padding: 20px;
    border: 1px solid #EEE;
}

.register-popup #register-popup .login-wrapper .kesato-wrapper .kesato-wrapper p,
.register-popup #register-popup .login-wrapper .kesato-wrapper .kesato-wrapper .form-description,
.register-popup #register-popup .login-wrapper .kesato-wrapper .kesato-wrapper h1 {
    text-align: center;
}

.register-popup #register-popup .login-wrapper .kesato-wrapper .primary-link {
    color: #FFF;
    padding: 10px 14px !important;
}

.register-popup #register-popup .login-wrapper .close {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 50px;
    height: 30px;
    cursor: pointer;
}

.register-popup #register-popup .login-wrapper .close a {
    color: #777;
    margin-top: 8px;
    display: block;
}

.register-popup .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ee5b2c;
    height: 50px;
}

.register-popup .modal-header .title {
    padding-left: 15px;
    color: white;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 1.5em;
}

.register-popup .modal-header .title i {
    font-size: 25px;
    margin-right: 5px;
}

.register-popup .modal-header .close-button i {
    color: #FFF;
    font-size: 1.5em;
    padding: 0px 15px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.register-popup .modal-header .close-button i:active {
    background: #ee5b2c;
}

#warning {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 90;
    overflow: hidden;
}

#warning h4 {
    color: #ee5b2c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 15px;
    width: 430px;
}

#warning.active {
    display: block;
}

#burger-nav {
    position: relative;
    display: none;
}

#burger-nav #burger {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 18px;
    width: 30px;
    background: 0;
    border: 0;
    outline: 0;
    z-index: 90;
}

#burger-nav #burger span {
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.33s ease;
}

#burger-nav #burger span,
#burger-nav #burger:after,
#burger-nav #burger:before {
    left: 0;
    right: 0;
    background: #ee5b2c;
    width: 100%;
    height: 2px;
    position: absolute;
    display: block;
}

#burger-nav #burger:before,
#burger-nav #burger:after {
    content: 'after';
    text-indent: -999999px;
    transition: all 0.33s ease;
}

#burger-nav #burger:before {
    bottom: 0;
}

#burger-nav #burger:after {
    top: 0;
}

#burger-nav #burger.active:before,
#burger-nav #burger.active:after {
    visibility: hidden;
    opacity: 0;
}

#burger-nav #burger.active span:first-child {
    transform: translate3d(0, 0, 0) rotate(45deg);
}

#burger-nav #burger.active span:last-child {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.alert-wrapper {
    top: 0 !important;
    position: fixed !important;
    z-index: 90;
    width: 100%;
    max-width: none !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.33s ease;
}

.alert-wrapper.active {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.33s ease;
}

.alert {
    width: 100%;
    font-family: 'Poppins';
    color: #ee5b2c;
    padding: 15px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-wishlist,
.alert-wishlist-2 {
    display: none;
}

.alert-success {
    color: #555;
    background-color: #FFF;
    border-color: #FFF;
    border: none;
    position: relative;
}

.alert-success span {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ee5b2c;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -9999999px !important;
}

.alert-success span:after,
.alert-success span:before {
    content: '';
    width: 10px;
    height: 3px;
    top: 50%;
    margin-top: -3px;
    margin-left: 5px;
    left: 0;
    position: absolute;
    background-color: #FFF;
}

.alert-success span:after {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.alert-success span:before {
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.alert-success hr {
    border-top-color: #c1e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
    display: none;
}

.alert-info hr {
    border-top-color: #a6d5ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc;
    display: none;
}

.alert-warning hr {
    border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc;
    display: none;
}

.alert-danger hr {
    border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
    color: #843534;
}

#pagination {
    margin: 0 auto;
    padding: 30px 20px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#pagination .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 auto;
}

#pagination .pagination>li {
    display: inline-block;
    margin: 5px 0;
}

#pagination .pagination>li i {
    font-size: 1em;
}

#pagination .pagination>li>a,
#pagination .pagination>li>span {
    background: #FFF;
    position: relative;
    float: left;
    border: 1px solid #e6e6e6;
    padding: 8px 13px 8px 12px;
    border-radius: 3px;
    background-clip: padding-box;
    transition: all 0.33s ease;
    color: #999999;
    margin: 0 3px;
}

#pagination .pagination>li:first-child>a,
#pagination .pagination>li:first-child>span {
    background: #FFF;
    margin-left: 0;
}

#pagination .pagination>li:last-child>a,
#pagination .pagination>li:last-child>span {
    background: #FFF;
}

#pagination .pagination>li>a:hover,
#pagination .pagination>li>span:hover,
#pagination .pagination>li>a:focus,
#pagination .pagination>li>span:focus {
    z-index: 2;
    color: #ee5b2c;
    border-color: #ee5b2c;
}

#pagination .pagination>.active>a,
#pagination .pagination>.active>span,
#pagination .pagination>.active>a:hover,
#pagination .pagination>.active>span:hover,
#pagination .pagination>.active>a:focus,
#pagination .pagination>.active>span:focus {
    z-index: 3;
    color: #ee5b2c;
    border-color: #ee5b2c;
    cursor: default;
}

#pagination .pagination>.disabled>span,
#pagination .pagination>.disabled>span:hover,
#pagination .pagination>.disabled>span:focus,
#pagination .pagination>.disabled>a,
#pagination .pagination>.disabled>a:hover,
#pagination .pagination>.disabled>a:focus {
    color: #aaa;
    background-color: #f6f6f6;
    border-color: #e6e6e6;
    cursor: not-allowed;
}

#contact-main {
    margin: auto;
    height: 100%;
}

#contact-main .map-property-box {
    width: 100%;
    position: relative;
    height: 500px;
}

#contact-main .map-property-box #map {
    width: 100%;
    height: 100%;
}

#contact-main .contact-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#contact-main .contact-holder h1 {
    color: #666;
    font-size: 25px;
    font-family: 'Poppins';
    text-transform: ;
}

#contact-main .contact-holder .input-propety-box {
    width: 100%;
}

#contact-main .contact-holder .input-propety-box .input-holder {
    padding: 20px 0px;
    width: 100%;
    margin: 0 auto;
}

#contact-main .contact-holder .input-propety-box .input-holder .content {
    width: 50%;
    padding-left: 50px;
}

#contact-main .contact-holder .input-propety-box .input-holder .content a {
    color: var(--primary-text);
    font-size: 13px;
}

#contact-main .contact-holder .input-propety-box .input-holder .content .desc {
    margin-bottom: 20px;
}

#contact-main .contact-holder .input-propety-box .input-holder .content .email,
#contact-main .contact-holder .input-propety-box .input-holder .content .phone,
#contact-main .contact-holder .input-propety-box .input-holder .content .address {
    margin-bottom: 20px;
}

#contact-main .contact-holder .input-propety-box .input-holder .content .address {
    font-size: 13px;
}

#contact-main .contact-holder .input-propety-box .input-holder .content .fa-envelope {
    padding-right: 10px;
    font-size: 16px;
}

#contact-main .contact-holder .input-propety-box .input-holder .content .fa-phone {
    padding-right: 10px;
    font-size: 18px;
}

#contact-main .contact-holder .input-propety-box .input-holder .content .fa-whatsapp {
    padding-right: 10px;
    font-size: 18px;
}

#contact-main .contact-holder .input-propety-box .input-holder .content .fa-map-marker {
    padding-right: 10px;
    font-size: 19px;
}

#contact-main .contact-holder .input-propety-box .input-holder .contact-form {
    width: 50%;
}

#contact-main .contact-holder .input-propety-box .input-holder .title {
    font-family: 'Poppins';
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: ;
    font-weight: normal;
}

#contact-main .contact-holder .input-propety-box .input-holder .title-border-bottom {
    margin-bottom: 15px;
    width: 60px;
    background: #ee5b2c;
    height: 4px;
    display: block;
}

#contact-main .contact-holder .contact-choose-description {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0.5px;
}

#contact-main .contact-holder .contact-choose-button {
    font-size: 19px;
    text-transform: ;
    font-family: 'Poppins';
    letter-spacing: 1px;
}

#contact-main .contact-holder .contact-choose-button .office-icon {
    font-size: 25px;
    margin-right: 3px;
}

#contact-main .contact-holder .office-choose-button {
    cursor: pointer;
    width: 80% !important;
}

#contact-main .contact-holder .home-page {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

#contact-main .contact-holder .home-page section.locations-search-icon {
    width: 50%;
    margin-top: 10px;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container {
    height: auto !important;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container:hover a .tab-title .office-icon {
    color: #ee5b2c;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container:hover a .tab-title .office-title {
    color: #ee5b2c;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container a {
    cursor: pointer;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container a .tab-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container a .tab-title .office-icon {
    font-size: 25px;
    color: #aaa;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container a .tab-title .office-title {
    font-size: 19px;
    color: #aaa;
    text-transform: ;
    font-family: 'Poppins';
    letter-spacing: 1px;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container a .tab-title .icon-base {
    width: 25px;
    height: 25px;
    margin-left: 0;
    left: 0;
    position: relative;
    margin-bottom: 0;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container a .tab-title .icon-base .office-title {
    font-size: 20px;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container a .location-name {
    margin-top: 15px;
    height: 10px;
    margin-bottom: 20px;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container a .location-name:before {
    width: 80%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container.active a {
    cursor: default;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container.active a .office-icon {
    color: #ee5b2c;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container.active a .office-title {
    color: #ee5b2c;
}

#contact-main .contact-holder .home-page section.locations-search-icon .tab-container.active a .location-name:before {
    border-top: 1px solid #ee5b2c;
}

.account-menu-left .account-sidebar {
    width: 100%;
    box-sizing: border-box;
}

.account-menu-left .account-sidebar .box {
    width: 80%;
    margin-bottom: 25px;
    float: left;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 4px;
}

.account-menu-left .account-sidebar .box .icon {
    height: 250px;
    width: 100%;
    background: #ee5b2c;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.account-menu-left .account-sidebar .box .icon .avatar {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding-top: 20px;
}

.account-menu-left .account-sidebar .box .icon .avatar .avatar-icon {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
}

.account-menu-left .account-sidebar .box .icon .account-desc {
    width: 100%;
    height: 150px;
    padding-top: 20px;
    margin: 0 auto;
}

.account-menu-left .account-sidebar .box .icon .account-desc .name,
.account-menu-left .account-sidebar .box .icon .account-desc .join,
.account-menu-left .account-sidebar .box .icon .account-desc span {
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-family: 'Poppins';
    letter-spacing: 1px;
}

.account-menu-left .account-sidebar .box .icon .account-desc .name {
    margin: 20px 0px 5px;
    font-size: 1.5em;
    text-transform: ;
}

.account-menu-left .account-sidebar .box .icon .account-desc .join {
    font-size: 13px;
}

.account-menu-left .account-sidebar .title {
    font-family: 'Poppins';
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: ;
    font-weight: normal;
}

.account-menu-left .account-sidebar .title-border-bottom {
    width: 60px;
    background: #ee5b2c;
    height: 5px;
    display: block;
}

.account-menu-left .account-sidebar .list-link li {
    width: 100%;
    float: left;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
}

.account-menu-left .account-sidebar .list-link li:last-child {
    border-bottom: none;
}

.account-menu-left .account-sidebar .list-link li a {
    font-size: 1em;
    color: #777;
    transition: all 0.33s ease;
    text-transform: ;
    font-family: 'Poppins';
}

.account-menu-left .account-sidebar .list-link li a.active,
.account-menu-left .account-sidebar .list-link li a:hover {
    color: #ee5b2c;
}

.account-menu-left .account-sidebar .list-link li i {
    margin-right: 10px;
}

.account-right-content .profile-stting,
.account-right-content .account-setting {
    border: 1px solid #e6e6e6;
    padding: 30px;
}

.account-right-content .profile-stting .title,
.account-right-content .account-setting .title {
    font-family: 'Poppins';
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: ;
    font-weight: normal;
}

.account-right-content .profile-stting .title-border-bottom,
.account-right-content .account-setting .title-border-bottom {
    margin-bottom: 20px;
    width: 60px;
    background: #ee5b2c;
    height: 4px;
    display: block;
}

.account-right-content .dashboard-holder .overview-holder {
    width: 100%;
}

.account-right-content .dashboard-holder .overview-holder a .wishlist-main,
.account-right-content .dashboard-holder .overview-holder a .villa-main,
.account-right-content .dashboard-holder .overview-holder a .land-main {
    font-family: 'Poppins';
    color: #666;
    text-align: center;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    transition: all 0.33s ease;
}

.account-right-content .dashboard-holder .overview-holder a .wishlist-main:hover,
.account-right-content .dashboard-holder .overview-holder a .villa-main:hover,
.account-right-content .dashboard-holder .overview-holder a .land-main:hover {
    border: 1px solid #ee5b2c;
}

.account-right-content .dashboard-holder .overview-holder a .wishlist-main i,
.account-right-content .dashboard-holder .overview-holder a .villa-main i,
.account-right-content .dashboard-holder .overview-holder a .land-main i {
    font-size: 4em;
    margin: 10px 0px;
}

.account-right-content .dashboard-holder .overview-holder a .wishlist-main .numeric,
.account-right-content .dashboard-holder .overview-holder a .villa-main .numeric,
.account-right-content .dashboard-holder .overview-holder a .land-main .numeric,
.account-right-content .dashboard-holder .overview-holder a .wishlist-main .title,
.account-right-content .dashboard-holder .overview-holder a .villa-main .title,
.account-right-content .dashboard-holder .overview-holder a .land-main .title {
    font-family: 'Poppins';
    text-transform: ;
}

.account-right-content .dashboard-holder .overview-holder a .wishlist-main .numeric,
.account-right-content .dashboard-holder .overview-holder a .villa-main .numeric,
.account-right-content .dashboard-holder .overview-holder a .land-main .numeric {
    font-size: 3em;
    color: #ee5b2c;
}

.account-right-content .dashboard-holder .overview-holder a .wishlist-main .title,
.account-right-content .dashboard-holder .overview-holder a .villa-main .title,
.account-right-content .dashboard-holder .overview-holder a .land-main .title {
    font-size: 1.2em;
}

.account-right-content .dashboard-holder .overview-holder .wishlist-list-holder {
    width: 33%;
}

.account-right-content .dashboard-holder .overview-holder .villa-list-holder {
    width: 33%;
}

.account-right-content .dashboard-holder .overview-holder .villa-list-holder .villa-main {
    margin: 0px 10px;
}

.account-right-content .dashboard-holder .overview-holder .land-list-holder {
    width: 33%;
}

.account-right-content .dashboard-holder .map-holder {
    margin-top: 20px;
}

.account-right-content .account-setting {
    margin-top: 30px;
}

.account-right-content .wishlist-setting {
    margin-bottom: 15px;
    width: 95%;
    border: 1px solid #e6e6e6;
    padding: 15px;
    transition: all 0.33s ease;
}

.account-right-content .wishlist-setting p {
    font-family: 'Helvetica Neue', sans-serif;
}

.account-right-content .wishlist-setting h3 {
    font-family: 'Poppins';
}

.account-right-content .wishlist-setting .img-holder {
    width: 30%;
}

.account-right-content .wishlist-setting .img-holder img {
    width: 250px;
}

.account-right-content .wishlist-setting .content-holder {
    width: 40%;
    padding: 0px 20px;
}

.account-right-content .wishlist-setting .content-holder .wishlist-date {
    margin-bottom: 5px;
    margin-bottom: 10px;
    color: #666;
    padding: 5px 0px;
}

.account-right-content .wishlist-setting .content-holder .wishlist-date i {
    color: #666;
}

.account-right-content .wishlist-setting .content-holder .wishlist-date .wishlist-date-bottom {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    margin: 10px 0px 10px 0;
    float: left;
}

.account-right-content .wishlist-setting .content-holder .property-title {
    margin-bottom: 15px;
}

.account-right-content .wishlist-setting .content-holder .property-title h3,
.account-right-content .wishlist-setting .content-holder .property-title p {
    color: #666;
}

.account-right-content .wishlist-setting .content-holder .property-title h3 {
    font-size: 1.5em;
    text-transform: ;
    font-weight: 100;
    margin-bottom: 5px;
}

.account-right-content .wishlist-setting .content-holder .property-title p {
    font-weight: 300;
}

.account-right-content .wishlist-setting .content-holder .property-desc p {
    line-height: normal;
    font-weight: 300;
}

.account-right-content .wishlist-setting .content-holder .property-facilities-holder {
    margin-top: 20px;
}

.account-right-content .wishlist-setting .content-holder .property-facilities-holder .icon {
    color: #666;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
    width: 30%;
    text-align: center;
    border-radius: 3px;
}

.account-right-content .wishlist-setting .content-holder .property-facilities-holder .icon:nth-of-type(3) {
    margin-right: 0;
}

.account-right-content .wishlist-setting .content-holder .property-facilities-holder span {
    font-size: 12px;
}

.account-right-content .wishlist-setting .price-holder {
    width: 30%;
}

.account-right-content .wishlist-setting .price-holder .regular-price {
    width: 100%;
    font-size: 24px;
    font-family: 'Poppins';
    text-align: left;
    text-transform: ;
}

.account-right-content .wishlist-setting .price-holder .currency,
.account-right-content .wishlist-setting .price-holder .price {
    color: #666;
}

.account-right-content .wishlist-setting .price-holder .currency {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 10px;
}

.account-right-content .wishlist-setting .price-holder .price {
    font-size: 2.4em;
    color: #ee5b2c;
    font-weight: 400;
}

.account-right-content .wishlist-setting .price-holder .button-holder {
    margin: 20px 0px;
}

.account-right-content .wishlist-setting .price-holder .button-holder .form-footer .button {
    padding: 0px 14px;
}

.account-right-content .wishlist-setting:hover {
    border: 1px solid #ee5b2c;
}

.account-right-content .remove-property {
    width: 5%;
    position: relative;
}

.account-right-content .remove-property .icon {
    height: 30px;
    width: 30px;
    background: #e6e6e6;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #737373;
    transition: all 0.33s ease;
}

.account-right-content .remove-property .icon a {
    color: #737373;
    transition: all 0.33s ease;
}

.account-right-content .remove-property .icon:hover {
    background: #4d4d4d;
    color: #fff;
}

.account-right-content .remove-property .icon:hover a {
    color: #fff;
}

.account-right-content .profile-pict {
    position: relative;
}

.account-right-content .profile-pict .preview {
    position: relative;
    width: 150px;
    height: 150px;
    background: #eee;
    border: 2px dashed #CCC;
    text-align: center;
    padding: 60px 0;
    text-transform: ;
}

.account-right-content .profile-pict .preview img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.account-right-content .profile-pict input {
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 65px 0;
    width: 150px;
    cursor: pointer;
}

.bg-white {
    background: #ffffff;
}

.bg-grey {
    background: #fbfbfb;
}

.sitemap .list {
    border-bottom: 1px solid #dddddd;
    padding: 50px 0px;
}

.sitemap .list h1,
.sitemap .list h2 {
    font-size: 1rem;
    color: #3b3b3b;
    font-family: 'Poppins';
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: ;
}

.sitemap .list h3 {
    color: #3b3b3b;
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sitemap .list a {
    font-family: 'Poppins';
    line-height: 20px;
    color: #777;
    display: block;
    clear: both;
}

.sitemap .list .two-col,
.sitemap .list .full-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sitemap .list a:hover {
    color: #999;
    text-decoration: underline;
}

.sitemap .list .item {
    -ms-flex: auto;
    flex: auto;
    width: 50%;
}

.sitemap .list:last-child {
    border-bottom: none;
}

.lawyer-notary-categories .blog-sidebar {
    width: 100%;
    box-sizing: border-box;
}

.lawyer-notary-categories .blog-sidebar .box {
    width: 100%;
    margin-bottom: 25px;
    float: left;
}

.lawyer-notary-categories .blog-sidebar .box li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.lawyer-notary-categories .blog-sidebar .title {
    font-family: 'Poppins';
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: ;
    font-weight: normal;
}

.lawyer-notary-categories .blog-sidebar .title-border-bottom {
    width: 60px;
    background: #ee5b2c;
    height: 5px;
    display: block;
}

.lawyer-notary-categories .blog-sidebar .list-link {
    padding-left: 20px;
    margin-top: 20px;
}

.lawyer-notary-categories .blog-sidebar .list-link li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    list-style: disc;
}

.lawyer-notary-categories .blog-sidebar .list-link li a {
    font-size: 13px;
    color: #777;
    transition: all 0.33s ease;
}

.lawyer-notary-categories .blog-sidebar .list-link li a.active,
.lawyer-notary-categories .blog-sidebar .list-link li a:hover {
    color: #ee5b2c;
}

.lawyer-notary-categories .blog-sidebar .list-link li .mobile-toggle {
    display: none;
}

.lawyer-notary-box-content .content p,
.lawyer-notary-box-content .content ul,
.lawyer-notary-box-content .content li,
.lawyer-notary-box-content .content strong {
    line-height: 2;
}

.lawyer-notary-box-content .content ul,
.lawyer-notary-box-content .content table {
    padding: 20px 30px;
}

.lawyer-notary-box-content .content li:before {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 10px;
    margin-right: 15px;
}

.lawyer-notary-box-content .content table {
    border-collapse: collapse;
    width: 100%;
}

.lawyer-notary-box-content .content table tr td {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0px;
    text-align: right;
    padding-left: 30px;
}

.lawyer-notary-box-content .content table tr td:first-child {
    width: 80%;
    padding-right: 50px;
    text-align: left;
}

.lawyer-notary-box-content .content table tr td:first-child:before {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 10px;
    margin-right: 15px;
}

.lawyer-notary-box-content .title {
    font-family: 'Poppins';
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: ;
    font-weight: normal;
    border-bottom: 5px solid #ee5b2c;
    margin-bottom: 20px;
}

.lawyer-notary-box-content .title span {
    font-family: 'Poppins';
    margin: 0px 10px;
}

.lawyer-notary-box-content.active {
    display: block;
}

.lawyer-notary-box-content.disable {
    display: none;
}

.resource .row a:hover {
    text-decoration: underline;
    color: #333;
}

.resource .row .description p {
    line-height: 30px;
}

.resource .row .description h5 {
    margin: 5px 0;
    padding: 5px 0;
    color: #666;
    font-size: 13px;
}

.resource .row .description ul.explanation,
.resource .row .description ul.reasons {
    margin: 0;
    padding: 0;
}

.resource .row .description ul.explanation li,
.resource .row .description ul.reasons li {
    line-height: 30px;
}

.resource .row .description ul.explanation {
    list-style-type: circle;
}

.resource .row .description ul.reasons li:before {
    content: "-";
    margin: 0 5px;
}

.resource .row h1 {
    text-transform: ;
    font-weight: 300;
    font-family: 'Poppins';
    font-size: 1.5rem;
    margin: 20px 0;
}

.resource .row h1.sub {
    color: #666;
}

.resource .row h1.caption {
    color: #ff6600;
}

.resource .row .link .two-col .list {
    width: 50%;
}

.resource .row .link .two-col .list .two-col-inner {
    margin: 0 0 20px 0;
}

.resource .row .link .two-col .list .two-col-inner .item.image-box {
    width: 30%;
}

.resource .row .link .two-col .list .two-col-inner .item.image-box a img {
    width: 100%;
}

.resource .row .link .two-col .list .two-col-inner .item.text {
    width: 70%;
    padding-left: 15px;
}

.resource .row .link .two-col .list .two-col-inner .item.text a {
    text-transform: ;
    color: #666;
    font-weight: 300;
    font-family: 'Poppins';
    font-size: 1.3rem;
    margin-bottom: 5px;
    display: block;
}

.resource .row .link .two-col .list.image-wrapper {
    padding-left: 20px;
}

.resource .row .link .two-col .list.image-wrapper img {
    width: 100%;
}

.title-resource {
    width: 100%;
    text-transform: ;
    color: #666;
    font-weight: 300;
    font-family: 'Poppins';
    font-size: 2rem;
    margin-bottom: 30px;
}

.resource-desc p {
    line-height: 2;
    margin-bottom: 15px;
}

.line {
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin: 50px 0;
}

.resource-ul {
    width: 100%;
}

.resource-ul li {
    list-style-type: circle;
    line-height: 20px;
    margin-left: 50px;
}

.resource-holder {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.resource-holder .logo-resource {
    width: 140px;
    height: auto;
    padding: 0 25px 0 0;
}

.resource-holder .logo-resource img {
    margin: 0 0 20px 0;
}

.resource-holder .content-resource {
    width: 40%;
    padding: 0 25px 0 0;
}

.resource-holder .img-resource {
    width: 40%;
}

.resource-holder .img-resource .img-wrapper {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
}

.resource-holder h3 {
    width: 100%;
    text-transform: ;
    color: #666;
    font-weight: 300;
    font-family: 'Poppins';
    font-size: 1rem;
    margin-bottom: 5px;
}

.flash-message {
    padding: 10px;
    position: relative;
    color: #000;
    margin-bottom: 20px;
}

.flash-message.success {
    border: 1px solid #ee5b2c;
    text-align: center;
}

.flash-message.error {
    background: red;
}

.flash-message.error2 {
    background: #FFCCBA;
    color: #D63301;
    border-left: 2px solid #D63301;
    border-radius: 2px;
}

.flash-message .close {
    position: absolute;
    padding: 5px 10px;
    top: 0;
    right: 0;
    color: #ee5b2c;
    font-size: 20px;
}

.state-error {
    color: red;
}

.state-success {
    color: green;
}

.sold-holder .sold-img {
    letter-spacing: 1px;
    font-family: 'Poppins';
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.property-category-description {
    padding: 0 20px 20px;
    width: 100%;
}

.property-category-description p {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 100;
    line-height: 25px;
}

.word-container {
    margin-top: 15px;
}

.word-container .word-title {
    text-transform: ;
    color: #ee5b2c;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.word-container .word-title:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #ee5b2c;
    margin-right: 8px;
    margin-bottom: 5px;
}

.word-container p {
    text-align: justify;
    padding-right: 35px;
}

.enquiry-text {
    text-align: center;
    font-size: 14px;
    margin: 20px;
}

.enquiry-text-main {
    text-align: center;
    font-size: 17px;
    margin: 20px;
    color: #ee5b2c;
    font-weight: bold;
    text-transform: ;
}

.google-recaptcha {
    text-align: center;
    text-align: -webkit-center;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.flexbox {
    display: -ms-flexbox;
    display: flex;
}

.flexbox-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox-between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.flexbox-around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.fwidth {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w33 {
    width: calc(100%/3);
}

.w66 {
    width: calc((100%/3) * 2);
}

.w75 {
    width: 75%;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.justify-between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.justify-start {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.justify-end {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.align-right {
    -moz-text-align-last: right;
    text-align-last: right;
}

.fill-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

input,
button,
textarea,
select {
    outline: none !important;
}

@font-face {
    font-family: 'kibarer';
    src: url('../fonts/kibarer81d2.eot?bq8tcd');
    src: url('../fonts/kibarer81d2.eot?bq8tcd#iefix') format('embedded-opentype'), url('../fonts/kibarer81d2.ttf?bq8tcd') format('truetype'), url('../fonts/kibarer81d2.woff?bq8tcd') format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'kibarer' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-k-logo:before {
    content: "\e900";
}

.icon-k-main-title:before {
    content: "\e901";
}

.icon-k-sub-title:before {
    content: "\e902";
}

/*@font-face {*/
/*    font-family: 'HelveticaNeueLightCondensodOb';*/
/*    src: url('../fonts/HelveticaNeueLightCondensodOb.eot');*/
/*    src: url('../fonts/HelveticaNeueLightCondensodOb.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLightCondensodOb.woff2') format('woff2'), url('../fonts/HelveticaNeueLightCondensodOb.woff') format('woff'), url('../fonts/HelveticaNeueLightCondensodOb.ttf') format('truetype'), url('../fonts/HelveticaNeueLightCondensodOb.svg#HelveticaNeueLightCondensodOb') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueUltraLightCondensod';*/
/*    src: url('../fonts/HelveticaNeueUltraLightCondensod.eot');*/
/*    src: url('../fonts/HelveticaNeueUltraLightCondensod.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueUltraLightCondensod.woff2') format('woff2'), url('../fonts/HelveticaNeueUltraLightCondensod.woff') format('woff'), url('../fonts/HelveticaNeueUltraLightCondensod.ttf') format('truetype'), url('../fonts/HelveticaNeueUltraLightCondensod.svg#HelveticaNeueUltraLightCondensod') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    src: url('../fonts/Poppins.eot');*/
/*    src: url('../fonts/Poppins.eot') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype'), url('../fonts/Poppins.svg#Poppins') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueMedium';*/
/*    src: url('../fonts/HelveticaNeueMedium.eot');*/
/*    src: url('../fonts/HelveticaNeueMedium.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueMedium.woff2') format('woff2'), url('../fonts/HelveticaNeueMedium.woff') format('woff'), url('../fonts/HelveticaNeueMedium.ttf') format('truetype'), url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueCyrHeavy';*/
/*    src: url('../fonts/HelveticaNeueCyrHeavy.eot');*/
/*    src: url('../fonts/HelveticaNeueCyrHeavy.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueCyrHeavy.woff2') format('woff2'), url('../fonts/HelveticaNeueCyrHeavy.woff') format('woff'), url('../fonts/HelveticaNeueCyrHeavy.ttf') format('truetype'), url('../fonts/HelveticaNeueCyrHeavy.svg#HelveticaNeueCyrHeavy') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueUltraLight';*/
/*    src: url('../fonts/HelveticaNeueUltraLight.eot');*/
/*    src: url('../fonts/HelveticaNeueUltraLight.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueUltraLight.woff2') format('woff2'), url('../fonts/HelveticaNeueUltraLight.woff') format('woff'), url('../fonts/HelveticaNeueUltraLight.ttf') format('truetype'), url('../fonts/HelveticaNeueUltraLight.svg#HelveticaNeueUltraLight') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueRegular';*/
/*    src: url('../fonts/HelveticaNeueRegular.eot');*/
/*    src: url('../fonts/HelveticaNeueRegular.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueRegular.woff2') format('woff2'), url('../fonts/HelveticaNeueRegular.woff') format('woff'), url('../fonts/HelveticaNeueRegular.ttf') format('truetype'), url('../fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    src: url('../fonts/HelveticaNeue.eot');*/
/*    src: url('../fonts/HelveticaNeue.eot') format('embedded-opentype'), url('../fonts/HelveticaNeue.woff2') format('woff2'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueLight';*/
/*    src: url('../fonts/HelveticaNeueLight.eot');*/
/*    src: url('../fonts/HelveticaNeueLight.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLight.woff2') format('woff2'), url('../fonts/HelveticaNeueLight.woff') format('woff'), url('../fonts/HelveticaNeueLight.ttf') format('truetype'), url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    src: url('../fonts/Poppins.eot');*/
/*    src: url('../fonts/Poppins.eot') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype'), url('../fonts/Poppins.svg#Poppins') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'PoppinsCondensod';*/
/*    src: url('../fonts/PoppinsCondensod.eot');*/
/*    src: url('../fonts/PoppinsCondensod.eot') format('embedded-opentype'), url('../fonts/PoppinsCondensod.woff2') format('woff2'), url('../fonts/PoppinsCondensod.woff') format('woff'), url('../fonts/PoppinsCondensod.ttf') format('truetype'), url('../fonts/PoppinsCondensod.svg#PoppinsCondensod') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueThinCondensod';*/
/*    src: url('../fonts/HelveticaNeueThinCondensod.eot');*/
/*    src: url('../fonts/HelveticaNeueThinCondensod.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueThinCondensod.woff2') format('woff2'), url('../fonts/HelveticaNeueThinCondensod.woff') format('woff'), url('../fonts/HelveticaNeueThinCondensod.ttf') format('truetype'), url('../fonts/HelveticaNeueThinCondensod.svg#HelveticaNeueThinCondensod') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueRoman';*/
/*    src: url('../fonts/HelveticaNeueRoman.eot');*/
/*    src: url('../fonts/HelveticaNeueRoman.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueRoman.woff2') format('woff2'), url('../fonts/HelveticaNeueRoman.woff') format('woff'), url('../fonts/HelveticaNeueRoman.ttf') format('truetype'), url('../fonts/HelveticaNeueRoman.svg#HelveticaNeueRoman') format('svg');*/
/*}*/

@media all and (max-width:1500px) {
    .properties .property-list .two-column .property-filter .top-filter .item-3-col {
        width: 50%;
    }

    .properties .property-list .two-column .property-filter .top-filter .btn {
        width: 100%;
        margin-top: 0;
        padding: 10px 20px;
    }

    .properties .property-list .two-column .property-filter .top-filter .btn .btn-cancel {
        margin-right: 0;
    }

    .properties .property-list .two-column #box .box .product-watermark img {
        width: 40%;
    }
}

@media all and (max-width:1120px) {

    .properties .property-list .two-column .property-filter .top-filter .item-2-col,
    .properties .property-list .two-column .property-filter .top-filter .item-3-col {
        width: 100%;
    }

    .properties .property-list .two-column .property-filter .field-amenities-item {
        width: 50%;
    }
}

@media all and (max-width:1099px) {
    .mbil-frm-onl {
        display: block !important;
        margin-top: 0px !important;
    }

    .breadcrumb {
        display: block !important;
    }

    button,
    input,
    textarea {
        outline: none;
    }

    header {
        min-height: 111px;
    }

    header div .logo .k {
        top: 0;
    }

    header div .logo .text {
        padding-top: 40px;
    }

    header {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    header div .fullscreen-nav {
        position: fixed;
        display: none;
        visibility: hidden;
        top: 83px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: calc(100vh - 83px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        overflow: scroll;
        background: #FFF;
        transition: all 0.33s ease;
    }

    header div .fullscreen-nav .bottom-nav {
        position: relative;
        margin: auto;
        margin-right: 0 !important;
    }

    header div .fullscreen-nav .bottom-nav nav {
        position: relative !important;
        width: 100% !important;
        margin: auto;
    }

    header div .fullscreen-nav .bottom-nav nav ul li {
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu {
        position: relative;
        width: 100%;
        display: block;
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding-bottom: 10px;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li a {
        font-size: 0.9rem;
        color: #888 !important;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li a.caret-down {
        color: #666 !important;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li a.activeSubParent {
        color: #ee5b2c !important;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li a.caret-down:after {
        position: relative;
        margin-left: 7px;
        margin-right: 0;
        content: "\f0d7";
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li .nav-sub-menu-sub {
        position: relative;
        width: 100%;
        display: block;
        left: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li .nav-sub-menu-sub li {
        border-left: 0 !important;
        background-color: #FFF !important;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li .nav-sub-menu-sub li a {
        font-size: 0.9rem;
    }

    header div .fullscreen-nav .bottom-nav nav ul li .nav-sub-menu li:hover {
        border-left-color: transparent;
        background: #ffffff;
    }

    header div .fullscreen-nav .bottom-nav nav ul li a {
        color: #333;
        padding: 0;
        font-size: 1.3rem;
        line-height: 26px !important;
    }

    header div .fullscreen-nav .bottom-nav nav ul li a.activeSubParent {
        color: #ee5b2c;
    }

    header div .fullscreen-nav .bottom-nav nav ul li a:hover {
        border-bottom-color: transparent;
    }

    header div .fullscreen-nav .bottom-nav nav ul li:after {
        content: none;
    }

    header div .fullscreen-nav .bottom-nav .title-border {
        display: block;
        margin: 20px auto;
    }

    header div .fullscreen-nav .bottom-nav .top-nav {
        position: relative !important;
        border-top: 1px solid #EEE;
        padding-top: 30px;
    }

    header div .fullscreen-nav .bottom-nav .top-nav ul li {
        display: block;
    }

    header div .fullscreen-nav .bottom-nav .top-nav ul li a {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

    header div .fullscreen-nav .bottom-nav .top-nav ul li a i {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    header div .fullscreen-nav .lang-cur {
        padding-left: 0;
    }

    header div .fullscreen-nav .lang-cur .header-lang,
    header div .fullscreen-nav .lang-cur .header-cur {
        width: 50%;
        float: left;
        margin-top: 30px;
        font-size: 13px !important;
        position: relative;
    }

    header div .fullscreen-nav .lang-cur .header-lang .material-icons,
    header div .fullscreen-nav .lang-cur .header-cur .material-icons {
        width: 23px;
        height: 23px;
    }

    header div .fullscreen-nav .lang-cur .header-lang button,
    header div .fullscreen-nav .lang-cur .header-cur button {
        width: 100%;
    }

    header div .fullscreen-nav .lang-cur .header-lang .active-link,
    header div .fullscreen-nav .lang-cur .header-cur .active-link {
        top: 0;
        right: 0;
        position: relative;
        margin-left: 5px;
    }

    header div .fullscreen-nav .lang-cur .header-lang {
        border-right: 1px solid #DDD;
        padding-right: 26px;
        text-align: right;
    }

    header div .fullscreen-nav .lang-cur .header-lang button {
        text-align: right;
    }

    header div .fullscreen-nav .lang-cur .header-lang .material-icons {
        text-align: center;
        right: 10px !important;
    }

    header div .fullscreen-nav .lang-cur .header-lang .link-content {
        right: 0;
        bottom: 40px;
    }

    header div .fullscreen-nav .lang-cur .header-cur button {
        padding-left: 10px;
        text-align: left;
    }

    header div .fullscreen-nav .lang-cur .header-cur .material-icons {
        text-align: center;
        left: 105px !important;
    }

    header div .fullscreen-nav .lang-cur .header-cur .link-content {
        bottom: 40px;
    }

    header div .fullscreen-nav .lang-cur {
        width: 100%;
    }

    header div .fullscreen-nav.active {
        display: block;
        visibility: visible;
        z-index: 10;
    }

    #burger-nav {
        display: block !important;
        width: 100%;
        position: absolute;
        top: 13px;
        right: 10px;
    }

    .home-page section.locations>div h2 {
        height: 37px;
    }

    .home-page section.locations>div.double {
        width: 100%;
    }

    .home-page section.locations>div.single:nth-of-type(2) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.single:nth-of-type(3) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.locations>div.single:nth-of-type(4) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.single:nth-of-type(5) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.locations>div.single:nth-of-type(6) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.double:nth-of-type(7) {
        width: 50%;
    }

    .home-page section.bottom-section .w66,
    .home-page section.bottom-section .w33 {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(1) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(2) {
        width: 50%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(3) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(4) {
        width: 50%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(5) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(6) {
        width: 50%;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(1) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(2) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(3) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(4) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(5) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(6) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(7) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(8) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.bottom-section section.home-text {
        padding: 10px;
    }

    .home-page section.bottom-section section.home-text.first {
        padding: 10px;
    }

    .home-page section.bottom-section section.home-text.last {
        padding: 10px;
    }

    #jumbotron .categories .wrapper a.first-box {
        border-left: 0;
    }

    .properties {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: calc(100vh - 271px);
        background: none;
    }

    .properties .loader-two-column {
        width: 50%;
    }

    .properties .property-list .one-column .property-filter .field-amenities-item {
        width: 50%;
    }

    .properties .property-list .two-column {
        width: 50%;
        overflow-y: scroll;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .properties .property-list .two-column .property-filter .top-filter .item-3-col {
        width: 100%;
    }

    .properties .property-list .two-column .property-filter .top-filter .btn {
        width: 100%;
        margin-top: 0;
        padding: 10px 20px;
    }

    .properties .property-list .two-column .property-filter .top-filter .btn .btn-cancel {
        margin-right: 0;
    }

    .properties .property-list .two-column .box {
        width: calc(100% - 20px);
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
        background: #FFF;
        border: 1px solid #EEE;
        transition: all 0.5s ease;
        position: relative;
    }

    .properties .property-list .two-column #box .box .product-watermark img {
        width: 50%;
    }

    .properties .property-list #box {
        width: 100%;
        padding-right: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        background: #FBFBFB;
    }

    .properties .property-list #box .box a {
        color: #777;
    }

    .properties .property-list #box .img {
        width: 100%;
        height: 80%;
        position: relative;
        background-color: #CCC;
    }

    .properties .property-list #box .arrows .fa-angle-left {
        font-size: 40px;
        color: #FFF;
        text-align: left;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .properties .property-list #box .arrows .fa-angle-right {
        font-size: 40px;
        color: #FFF;
        text-align: right;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .properties .property-list #box .name {
        font-family: 'Poppins';
        font-size: 15px;
        padding: 14px 20px 2px 20px;
    }

    .properties .property-list #box .desc {
        font-size: 13px;
        padding: 8px 20px 10px 20px;
    }

    .properties .property-list #box .price {
        position: absolute;
        bottom: 2px;
        width: 100%;
        z-index: 3;
    }

    .properties .property-list #box .price span {
        color: #FFF;
        font-size: 14px;
        background: rgba(238, 91, 44, 0.9);
        padding: 13px 20px 11px 20px;
        width: 50%;
        display: block;
    }

    .properties .property-list #box .box-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .properties .property-list #box .box-links .box-link-location {
        width: 100%;
        padding: 10px 20px 10px 20px;
        border-bottom: 1px solid #EEE;
        border-top: 1px solid #EEE;
    }

    .properties .property-list #box .box-links .box-link-location .fa-map-marker {
        font-size: 18px;
    }

    .properties .property-list #box .box-links .box-link-bed {
        width: 33.333%;
        border-right: 1px solid #EEE;
        padding: 0px 20px 1px 20px;
    }

    .properties .property-list #box .box-links .box-link-bed .fa-bed {
        font-size: 18px;
    }

    .properties .property-list #box .box-links .box-link-bath {
        width: 33.333%;
        border-right: 1px solid #EEE;
        padding: 0px 20px 1px 20px;
    }

    .properties .property-list #box .box-links .box-link-bath img {
        width: 17px;
        position: relative;
        top: 4px;
    }

    .properties .property-list #box .box-detailz {
        background-color: white;
    }

    .properties .property-map {
        width: 50%;
    }

    .property-detail .left-side .available .item {
        width: 50%;
        margin-bottom: 30px;
    }

    .property-detail .right-side.sticky {
        width: 40%;
    }

    .property-detail .right-side .enquiry {
        width: 100%;
    }

    .property-detail .right-side .price .currency .text {
        visibility: hidden;
    }

    .property-detail .right-side .share {
        width: 100%;
        margin-top: 10px;
        float: left;
        text-align: center;
    }

    .property-detail .right-side .share .share .print {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .property-detail .right-side .share .share .wishlist {
        width: 100%;
    }

    .property-detail .right-side .share .sharing-buttons .facebook {
        width: 100%;
    }

    .property-detail .right-side .share .sharing-buttons .twitter {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .property-detail .right-side .share .sharing-buttons .google-plus {
        width: 100%;
    }

    .account-right-content .wishlist-setting .content-holder .property-facilities-holder .icon {
        width: 43%;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .lawyer-and-notary .lawyer-notary-categories {
        padding-right: 20px;
    }

    #kibarer-footer {
        z-index: 1;
    }
}

@media all and (max-width:1024px) {

    #jumbotron .categories>.wrapper>a:hover .text-wrapper,
    #jumbotron .categories>.wrapper>a:focus .text-wrapper {
        transform: none;
    }

    #jumbotron .categories>.wrapper>a:hover h3,
    #jumbotron .categories>.wrapper>a:focus h3 {
        visibility: visible;
        opacity: 1;
    }

    #jumbotron>.wrapper .category-btn {
        padding: 20px 60px 20px 60px;
    }

    .testimonials_v a.youtubevideoo1 {
        width: 49% !important;
    }
}

@media all and (max-width:1000px) {
    .properties .property-list .two-column .property-filter .config-filter .villa-found {
        display: none;
    }

    .property-detail .left-side .product-watermark img {
        width: 60%;
    }
}

@media all and (max-width:940px) and (min-width:769px) {
    .properties .property-list .one-column #box .box .product-watermark img {
        width: 50%;
    }

    .property-detail .left-side .available .item {
        width: 50%;
        margin-bottom: 20px;
    }

    .property-detail .right-side .share .share-holder .print,
    .property-detail .right-side .share .share-holder .wishlist {
        width: 50%;
    }

    .property-detail .right-side .share .share-holder .email {
        border-top: 1px solid #636363;
        width: 100%;
    }

    .property-detail .right-side .price .currency {
        width: 40%;
    }

    .property-detail .right-side .price .regular-price {
        width: 60%;
    }

    .property-detail .right-side .enquiry #box-enquiry a .content .sub-title {
        margin-top: 2px;
        font-size: 12px;
    }
}

@media all and (max-width:870px) {
    .properties .property-list .one-column .property-filter {
        padding: 15px 20px 0 20px;
    }

    .properties .property-list .one-column .property-filter .top-filter .item .fieldset {
        padding-top: 10px;
        border-bottom: 0;
    }

    .properties .property-list .one-column .property-filter .top-filter .item-3-col {
        width: 50%;
    }

    .properties .property-list .one-column .property-filter .top-filter .btn {
        width: 100%;
        margin-top: 0;
        padding: 10px 20px;
    }
}

@media all and (max-width:840px) {
    .home-page section.locations>div.double {
        width: 100% !important;
    }

    .home-page section.locations>div.single {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .breadcrumb .breadcrumb-holder h1 {
        font-size: 21px;
    }

    .properties {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        background: none;
        top: 25px;
    }

    .properties .loader-two-column {
        width: 100%;
    }

    .properties .property-list {
        width: 100%;
        height: 100%;
    }

    .properties .property-list .one-column .property-filter {
        width: 100%;
    }

    .properties .property-list .one-column .property-filter .field-custom label.option {
        font-size: 12px !important;
    }

    .properties .property-list .one-column #box .box .product-watermark img {
        width: 40%;
    }

    .properties .property-list .two-column {
        width: 100%;
    }

    .properties .property-list .two-column .property-filter .config-filter .villa-found {
        display: block;
    }

    .properties .property-list .two-column .box {
        width: calc(50% - 20px);
    }

    .properties .property-list .two-column #box .box .product-watermark img {
        width: 50%;
    }

    .properties .property-map {
        width: 100%;
        display: none;
    }

    .property-detail.sticky {
        position: relative;
    }

    .property-detail .left-side {
        width: 100%;
        padding-right: 0px;
    }

    .property-detail .left-side .property-slide .property_detail_slide {
        overflow: hidden;
    }

    .property-detail .left-side .product-watermark img {
        width: 70%;
    }

    .property-detail .right-side {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
        padding-right: 0px;
    }

    .property-detail .right-side .price .currency .text {
        visibility: inherit;
    }

    .property-detail .right-side .share .share-holder {
        display: block !important;
        float: left;
        width: 100%;
    }

    .property-detail .right-side .share .share-holder .print {
        width: calc(33.333% - 10px);
        margin-right: 10px;
        margin-bottom: 15px;
        float: left;
    }

    .property-detail .right-side .share .share-holder .wishlist {
        width: 33.333%;
        float: left;
    }

    .property-detail .right-side .share .share-holder .email {
        width: calc(33.333% - 10px);
        float: right !important;
    }

    .property-description .description {
        width: 100%;
        padding-right: 0px;
    }

    #contact-main .contact-holder .input-propety-box .input-holder .content {
        width: 50%;
    }

    #contact-main .contact-holder .input-propety-box .input-holder .contact-form .colm6 {
        width: 100%;
    }

    footer .footer-box {
        width: 50%;
        margin-bottom: 25px;
    }

    footer .footer-social {
        width: 50%;
    }

    footer .footer-social .copyright {
        text-align: left;
    }
}

@media all and (max-width:760px) {
    .account .register-box {
        padding-left: 0 !important;
        width: 100%;
        margin-bottom: 30px;
    }

    .account .login-box {
        padding-left: 0 !important;
    }
}

@media all and (max-width:736px) {
    #jumbotron>.wrapper .category-btn i {
        left: 10px;
    }
}

@media all and (max-width:700px) {
    .properties .property-list .two-column #box .box {
        width: calc(100% - 20px);
    }

    .video-popup .player-wrapper {
        width: 90%;
    }

    .video-popup .player-wrapper iframe {
        height: 300px !important;
    }
}

@media all and (max-width:640px) {
    header>div .fullscreen-nav {
        height: 100%;
        top: 0 !important;
        width: 100%;
    }

    header>div .fullscreen-nav .logo-mobile-container {
        width: 100%;
        height: 100px;
        float: left;
        padding: 15px 0 0 15px;
        position: relative;
    }

    header>div .fullscreen-nav .logo-mobile-container img {
        float: left;
        height: auto;
    }

    header>div .fullscreen-nav .bottom-nav {
        float: left;
        width: 100%;
        margin: 60px 0 80px 0;
        top: 0;
    }

    header>div .fullscreen-nav .bottom-nav>nav {
        bottom: 0;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li {
        padding-right: 0px;
        margin: 10px 0;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li>a {
        color: #333;
        transition: all 0.33s ease;
        font-size: 16px;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li>a.activeSubParent {
        color: #ee5b2c;
        transition: all 0.33s ease;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li a {
        border-bottom: none;
    }

    header div .fullscreen-nav .bottom-nav nav ul li a:hover {
        border-bottom: 2px solid #ee5b2c;
    }


    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu {
        position: relative;
        width: 100%;
        display: block;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li {
        border-left: none;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li a {
        color: #888;
        font-size: 1.5rem;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li a.caret-down {
        color: #666;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li a.activeSubParent {
        color: #ee5b2c;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li .nav-sub-menu-sub {
        position: relative;
        width: 100%;
        display: block;
        left: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    header>div .fullscreen-nav .bottom-nav>nav ul li .nav-sub-menu li:hover {
        border-left: none;
        background: #ffffff;
    }

    header>div .fullscreen-nav .top-nav ul li {
        width: 100%;
    }

    header>div .fullscreen-nav .top-nav ul li a {
        font-size: 13px !important;
    }

    header>div .fullscreen-nav .lang-cur {
        padding-left: 0;
    }

    header>div .fullscreen-nav .lang-cur .header-lang,
    header>div .fullscreen-nav .lang-cur .header-cur {
        width: 50%;
        float: left;
        margin-top: 0;
        font-size: 13px !important;
        position: relative;
    }

    header>div .fullscreen-nav .lang-cur .header-lang .material-icons,
    header>div .fullscreen-nav .lang-cur .header-cur .material-icons {
        width: 23px;
        height: 23px;
    }

    header>div .fullscreen-nav .lang-cur .header-lang button,
    header>div .fullscreen-nav .lang-cur .header-cur button {
        width: 100%;
    }

    header>div .fullscreen-nav .lang-cur .header-lang .active-link,
    header>div .fullscreen-nav .lang-cur .header-cur .active-link {
        margin-left: 5px;
    }

    header>div .fullscreen-nav .lang-cur .header-lang {
        border-right: 1px solid #DDD;
        padding-right: 26px;
        text-align: right;
    }

    header>div .fullscreen-nav .lang-cur .header-lang button {
        text-align: right;
    }

    header>div .fullscreen-nav .lang-cur .header-lang .material-icons {
        text-align: center;
        right: 10px !important;
    }

    header>div .fullscreen-nav .lang-cur .header-cur button {
        padding-left: 10px;
        text-align: left;
    }

    header>div .fullscreen-nav .lang-cur .header-cur .material-icons {
        text-align: center;
        left: 105px !important;
    }

    .home-page section.locations>div.double {
        width: 100%;
    }

    .home-page section.locations>div.single:nth-of-type(2) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.single:nth-of-type(3) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.locations>div.single:nth-of-type(4) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.single:nth-of-type(5) {
        width: 50%;
        margin-right: 0;
    }

    .home-page section.locations>div.single:nth-of-type(6) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.locations>div.double:nth-of-type(7) {
        width: 50%;
    }

    .home-page section.bottom-section .w66,
    .home-page section.bottom-section .w33 {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(1) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(2) {
        width: 50%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(3) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(4) {
        width: 50%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(5) {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(6) {
        width: 50%;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(1) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(2) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(3) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(4) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(5) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(6) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(7) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-page section.bottom-section section .blog a:nth-of-type(8) {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #jumbotron .categories>.wrapper a.closeCategoryWrapper {
        display: block;
        border: none !important;
        width: 100%;
        cursor: pointer;
    }

    #jumbotron .categories>.wrapper a.closeCategoryWrapper:hover {
        border: none;
    }

    #jumbotron .categories>.wrapper a.closeCategoryWrapper span {
        left: 50%;
        margin-left: -15px;
        width: 30px;
        height: 2px;
        background-color: #ee5b2c;
        float: left;
        position: absolute;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    #jumbotron .categories>.wrapper a.closeCategoryWrapper span:first-child {
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }

    #jumbotron .categories>.wrapper a.closeCategoryWrapper:after {
        background: transparent !important;
    }

    #jumbotron .categories>.wrapper a:last-child {
        border-right: 1px solid #e5e5e5;
    }

    #jumbotron .categories>.wrapper a.three-box-view {
        width: 50% !important;
    }

    #jumbotron .categories>.wrapper>a {
        width: 50%;
    }

    #jumbotron .categories>.wrapper>a:hover h4 {
        visibility: hidden;
        opacity: 0;
    }

    #jumbotron>.wrapper .category-btn {
        line-height: 25px;
        padding: 15px 15px 15px 40px;
        display: block;
        margin: 0 auto 20px auto;
        width: 60%;
    }

    #jumbotron>.wrapper .category-btn i {
        position: absolute;
        top: 20px;
        margin-left: -37px;
        left: auto;
        line-height: 15px;
    }

    .blog {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog .blog-content {
        width: 100%;
    }

    .blog .blog-content .blog-list {
        width: 100%;
    }

    .blog .blog-sidebar {
        width: 100%;
        padding-left: 0;
    }

    .blog .blog-sidebar .box {
        width: 100%;
    }

    .properties .property-list .one-column .property-filter .top-filter .item-2-col {
        width: 100%;
    }

    .properties .property-list .one-column .property-filter .top-filter .item-3-col {
        width: 100%;
    }

    .properties .property-list .one-column .property-filter .top-filter .inside-filter .apply-filter .apply .btn-primary {
        width: calc(50% - 10px);
        margin-left: 10px;
    }

    .properties .property-list .one-column .property-filter .top-filter .inside-filter .apply-filter .apply .btn-cancel {
        width: 50%;
        margin-left: 0;
    }

    .properties .property-list .one-column #box .box {
        width: calc(100% - 20px);
    }

    .properties .property-list .one-column #box .box .product-watermark img {
        width: 40%;
    }

    .properties .property-list .two-column #box .box .product-watermark img {
        width: 40%;
    }

    #content .sidebar {
        width: 100%;
    }

    #content .sidebar .account-sidebar .box {
        width: 100%;
    }

    #content .sidebar .account-right-content {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 20px;
    }

    #content .sidebar .account-right-content .wishlist-setting {
        width: 100%;
        margin-bottom: 0;
    }

    #content .sidebar .account-right-content .remove-property {
        top: 0;
        width: 100%;
        float: left;
    }

    #content .sidebar .account-right-content .remove-property .icon {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding-left: 20px;
        position: relative;
    }

    #content .sidebar .account-right-content .remove-property .icon:after {
        content: " Remove";
        position: relative;
        font-size: 0.9em;
    }

    #content .main {
        width: 100%;
    }

    #content .main .account-right-content {
        width: 100%;
    }

    footer .footer-box {
        width: 100%;
        margin-bottom: 25px;
        padding-right: 0;
    }

    footer .footer-box .title-link:after {
        width: 100%;
    }

    footer .footer-social {
        width: 100%;
    }

    footer .footer-social .copyright {
        text-align: left;
    }

    #content .bottom-section .w66 {
        width: 100%;
    }

    #content .bottom-section .w66 .profile-stting,
    #content .bottom-section .w66 .account-setting {
        border-radius: 3px;
        background-clip: padding-box;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li {
        margin-bottom: 15px;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li>.lawyer-notary-box-content {
        border-bottom: 1px solid #DDD;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content strong {
        width: 100%;
        float: left;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content ul {
        width: 100%;
        margin: 0;
        float: left;
        padding-top: 0;
        padding-left: 0;
        list-style: none;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content ul li {
        list-style: none;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content ul li:before {
        margin-right: 3px;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content table {
        margin-bottom: 10px;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li .lawyer-notary-box-content .content table td {
        border-bottom: 0;
        padding-left: 0;
    }

    .account .sidebar {
        width: 100%;
    }

    .account .sidebar .account-menu-left .account-sidebar .box {
        width: 100%;
    }

    .account .main {
        width: 100%;
    }

    .lawyer-and-notary .sidebar {
        width: 100% !important;
    }

    .lawyer-and-notary .main {
        width: 100% !important;
    }

    .lawyer-notary-categories .blog-sidebar .list-link {
        display: none;
    }

    .lawyer-notary-box-content .content table {
        margin: 0px 0px;
    }

    .lawyer-notary-box-content .content table tr td:first-child {
        width: 60%;
        padding-right: 0px;
    }

    .lawyer-notary-box-content .content table tr td:not(:first-child) {
        text-align: left;
        width: 40%;
    }

    .lawyer-notary-box-content .content ul {
        margin: 0px 15px;
    }

    .property-detail .left-side .available .item {
        width: 50%;
        margin-bottom: 20px;
    }

    .property-detail .left-side .available .item.item-3 {
        width: 33.333%;
    }

    #contact-main .contact-holder .input-propety-box .input-holder .content {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
        -ms-flex-order: 1;
        order: 1;
    }

    #contact-main .contact-holder .input-propety-box .input-holder .contact-form {
        width: 100%;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media all and (max-width:600px) {
    #jumbotron .wrapper h2 {
        margin-top: 20px;
        font-size: 45px;
    }

    #contact-main .contact-holder .contact-choose-button {
        font-size: 14px;
    }

    #contact-main .contact-holder .contact-choose-button .office-icon {
        font-size: 18px;
    }
}

@media all and (max-width:560px) {

    .home-page section.bottom-section .w66,
    .home-page section.bottom-section .w33 {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(1) {
        width: 100%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(2) {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(3) {
        width: 100%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(4) {
        width: 100%;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(5) {
        width: 100%;
        margin-right: 0;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(6) {
        width: 100%;
    }

    .account .login-box {
        width: 100%;
        padding-left: 0 !important;
    }

    .property-detail .left-side .product-watermark img {
        width: 50%;
    }

    .property-detail .left-side .available .item-3 {
        width: 33.333%;
    }
}

@media all and (max-width:510px) {
    .properties .property-list .one-column .property-filter .config-filter .villa-found {
        display: none;
    }

    .properties .property-list .two-column .property-filter .config-filter .villa-found {
        display: none;
    }

    .login-popup #login-popup .login-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .login-popup #login-popup .login-wrapper .kesato-wrapper {
        padding: 10px;
    }

    .register-popup #register-popup .login-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .register-popup #register-popup .login-wrapper .kesato-wrapper {
        padding: 10px;
    }

    .popup #box-enquiry-form .form-inner {
        width: 100%;
    }

    .enquiry-popup .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (min-width:481px) {
    .home-page section.locations-search-icon>div {
        height: 250px !important;
    }

    .home-page section.locations-search-icon>div .desc div {
        width: 100%;
    }

    .account-right-content .wishlist-setting .img-holder {
        width: 100%;
    }

    .account-right-content .wishlist-setting .img-holder img {
        width: 100%;
        height: auto;
    }

    .account-right-content .wishlist-setting .content-holder {
        width: 50%;
        padding: 20px 0 0 0;
    }

    .account-right-content .wishlist-setting .price-holder {
        width: 50%;
        padding: 20px 0 0 40px;
    }

    .lawyer-and-notary .sidebar {
        width: 40%;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li a {
        font-size: 12px !important;
    }

    .lawyer-and-notary .sidebar .lawyer-notary-categories ul li ul li {
        margin-bottom: 10px;
    }

    .lawyer-and-notary .main {
        width: 60%;
    }
}

@media all and (max-width:480px) {
    header div .logo .k .icon-k-logo {
        font-size: 65px;
    }

    header div .logo .text {
        padding-top: 35px;
        padding-left: 50px;
    }

    header div .logo .text .icon-k-main-title {
        font-size: 8px;
    }

    header div .logo .text .icon-k-sub-title {
        font-size: 5px;
    }

    header div .fullscreen-nav #logo-mobile .k {
        left: 16px;
        top: 15px;
    }

    header div .fullscreen-nav #logo-mobile .k .icon-k-logo {
        font-size: 65px;
    }

    header div .fullscreen-nav #logo-mobile .text {
        padding-left: 51px;
        padding-top: 35px;
        text-align: left;
    }

    header div .fullscreen-nav #logo-mobile .text .icon-k-main-title {
        font-size: 8px;
    }

    header div .fullscreen-nav #logo-mobile .text .icon-k-sub-title {
        font-size: 5px;
        display: block;
    }

    header div .fullscreen-nav .bottom-nav .caret-down:after {
        font-family: 'FontAwesome';
        content: "\f0d7";
        position: absolute;
        right: 0;
        margin-right: 20px;
    }

    #jumbotron>.wrapper h2 {
        font-size: 30px;
    }

    /* #content{padding:10px 0px 0px 0px;} */
    .property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column.double p {
        font-size: 1.3rem;
    }

    .property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row {
        padding: 12px 0;
    }

    .properties .property-list .one-column #box .box .product-watermark img {
        width: 40%;
    }

    .property-detail .left-side .available {
        width: 100%;
        padding: 20px 0;
        float: left;
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
        margin: 20px 0;
    }

    .property-detail .left-side .available .item {
        width: 50%;
        margin-bottom: 20px;
    }

    .property-detail .right-side {
        margin-top: 0px;
    }

    .property-detail .right-side .share .sharing-buttons .fa {
        font-size: 11px !important;
    }

    .property-detail .right-side .share .sharing-buttons .big {
        font-size: 9px !important;
    }

    .property-description .description .container .property-view-description-container .property-description-row {
        display: block !important;
    }

    .property-description .description .container .property-view-description-container .property-description-row .p-title {
        color: var(--primary-text);
        font-size: 18px;
        margin-bottom: 4px;
    }

    .property-description .description .container .property-view-description-container .property-description-row .property-description-column {
        width: 100% !important;
    }

    .sitemap .list .item {
        width: 100% !important;
    }

    #sell-poperty-main .sell-property-holder .input-propety-box {
        -ms-flex-order: 2;
        order: 2;
        width: 100% !important;
    }

    #sell-poperty-main .sell-property-holder .input-propety-box .input-holder .label-custom {
        width: 100%;
        margin-bottom: 15px;
    }

    #sell-poperty-main .sell-property-holder .input-propety-box .input-holder .field-custom-checkbox {
        width: 100%;
    }

    #sell-poperty-main .sell-property-holder .input-propety-box .input-holder .field-amenities-item {
        width: 100%;
    }

    #sell-poperty-main .sell-property-holder .map-property-box {
        -ms-flex-order: 1;
        order: 1;
        width: 100% !important;
        background: #ccc;
        height: auto;
    }

    #sell-poperty-main .sell-property-holder .file-area {
        width: calc(47%);
        position: relative;
        margin-bottom: 15px;
    }

    #sell-poperty-main .sell-property-holder .rc-anchor-normal {
        height: 74px;
        width: 254px;
    }

    .resource .row .link .two-col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .resource .row .link .two-col .list {
        width: 100% !important;
    }

    .resource .row .link .two-col .list.image-wrapper {
        display: none;
    }

    .home-page section.locations-search-icon>div.single {
        width: 100%;
        height: 250px;
    }

    .home-page section.locations-search-icon>div .desc div {
        width: 100%;
    }

    .testimonial-detail .left-side {
        width: 100%;
    }

    .testimonial-detail .left-side .testimonial-slide .testimonial_detail_slide figure {
        height: 350px;
    }

    .testimonial-description .description {
        width: 100%;
        padding-right: 0px;
        margin-top: 210px !important;
    }

    .testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .avatar-holder {
        width: 30%;
        text-align: center;
    }

    .testimonial-description .description .detail-page .page-view-section-body .container .testimonial-user-holder .the-testimonial {
        width: 70%;
        padding-left: 30px;
    }

    .account .register-box img {
        display: none;
    }

    .resource .row {
        padding: 0px;
    }

    header .fullscreen-nav #logo-mobile {
        /*display:block !important;*/
        max-width: 230px;
    }

    .property_detail_slide figure a {
        display: none;
    }

    #contact-main .map-property-box {
        display: none;
    }

    .related-area .list a {
        width: 100% !important;
    }

    .video-popup .player-wrapper {
        width: 90%;
    }

    .video-popup .player-wrapper iframe {
        height: 250px !important;
    }

    .property-detail .left-side .property-slide .property_detail_slide figure {
        height: 300px;
    }

    #contact-main .contact-holder .contact-choose-button {
        font-size: 11px;
    }

    #contact-main .contact-holder .contact-choose-button .office-icon {
        font-size: 15px;
    }
}

@media all and (max-width:440px) {
    #content .bottom-section .main {
        width: 100%;
    }

    #content .bottom-section .main .account-right-content {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 20px;
    }

    #content .bottom-section .main .account-right-content .wishlist-setting {
        width: 100%;
        margin-bottom: 0;
    }

    #content .bottom-section .main .account-right-content .wishlist-setting .content-holder {
        width: 100%;
    }

    #content .bottom-section .main .account-right-content .wishlist-setting .price-holder {
        width: 100%;
        padding-left: 0;
        border-top: 1px solid #DDD;
        transition: all 0.33s ease;
    }

    #content .bottom-section .main .account-right-content .wishlist-setting .price-holder h3 {
        display: inline-block;
    }

    #content .bottom-section .main .account-right-content .wishlist-setting .price-holder h3.currency {
        margin-right: 5px;
    }

    #content .bottom-section .main .account-right-content .dashboard-holder .overview-holder>div {
        width: 100% !important;
    }

    #content .bottom-section .main .account-right-content .dashboard-holder .overview-holder>div .villa-main {
        margin: 10px 0 !important;
    }

    #content .bottom-section .main .account-right-content .remove-property {
        top: 0;
        width: 100%;
        float: left;
    }

    #content .bottom-section .main .account-right-content .remove-property .icon {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding-left: 20px;
        position: relative;
    }

    #content .bottom-section .main .account-right-content .remove-property .icon:after {
        content: " Remove";
        position: relative;
        font-size: 0.9em;
    }

    .popup #box-enquiry-form .form-inner form {
        padding: 20px;
    }

    .sell-poperty-categories {
        width: 100%;
    }

    .sell-poperty-categories ul a:nth-of-type(1),
    .sell-poperty-categories ul a:nth-of-type(2) {
        width: 47% !important;
    }

    .sell-poperty-categories ul a:nth-of-type(3) {
        width: 100% !important;
    }

    #sell-poperty-main .sell-property-holder .file-dummy {
        width: 100%;
    }

    #sell-poperty-main .sell-property-holder .file-dummy .section {
        width: 50%;
        height: auto;
    }

    #contact-main .contact-holder .home-page section.locations>div.double .desc div {
        padding: 0 10px;
    }

    #contact-main .contact-holder .home-page section.locations-search-icon .tab-container a .tab-title .office-title {
        font-size: 15px;
    }
}

@media all and (max-width:400px) {
    .property-detail .right-side .price .currency {
        width: 45%;
    }

    .property-detail .right-side .price .regular-price {
        width: 55%;
    }

    .property-detail .right-side .share {
        margin-top: 10px;
    }

    .property-detail .right-side .share .print,
    .property-detail .right-side .share .wishlist {
        width: 50% !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .property-detail .right-side .share .email {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .property-detail .left-side .product-watermark img {
        width: 40%;
    }

    .home-page section.bottom-section .home-text-title {
        font-size: 1.5rem;
    }

    #contact-main .contact-holder .office-choose-button {
        padding: 15px 5px !important;
    }

    #contact-main .contact-holder .contact-choose-description {
        font-size: 17px;
    }
}

@media all and (max-width:380px) {
    .properties .property-list #box .box-detailz .main-detail {
        padding: 15px;
    }

    .properties .property-list #box .box-detailz .main-detail ul li {
        margin-bottom: 0;
    }

    .properties .property-list #box .box-detailz .box-links-detail .box-view-more,
    .properties .property-list #box .box-detailz .box-links-detail .box-link-favorite,
    .properties .property-list #box .box-detailz .box-links-detail .box-link-enquiry {
        font-size: 12px;
    }

    .properties .property-list #box .box-detailz .box-links-detail i {
        margin-right: 2px;
    }

    .property-detail .right-side .share .sharing-buttons .fa {
        font-size: 11px;
    }

    .property-detail .right-side .share .sharing-buttons .big {
        font-size: 9px;
    }

    .property-detail .left-side .property-slide .property_detail_slide figure {
        height: 200px;
    }
}

@media all and (max-width:360px) {
    #jumbotron .categories .wrapper a.three-box-view {
        width: 50% !important;
    }

    #jumbotron .categories .wrapper a.three-box-view:last-child {
        width: 100% !important;
        border-left: 0;
        border-top: 1px solid #e5e5e5;
    }

    #contact-main .contact-holder .home-page section.locations-search-icon .tab-container a .tab-title .office-title {
        font-size: 12px;
    }
}

@media all and (max-width:340px) {
    .properties .property-filter .config-filter .filter-show {
        display: block;
    }

    .property-description .description .container .property-view-description-container .property-description-row .property-description-column {
        display: block !important;
    }

    .property-description .description .container .property-view-description-container .property-description-row .property-description-column p {
        width: 100% !important;
        display: block;
    }

    .properties .property-list #box .box-detailz .main-detail ul li {
        padding: 3px;
    }

    .properties .property-list #box .box-detailz .main-detail ul li .title {
        font-size: 13px;
    }

    .properties .property-list #box .box-detailz .main-detail ul li .title i {
        width: 18px;
    }
}

@media all and (max-width:330px) {
    .video-popup .player-wrapper {
        width: 90%;
    }

    .video-popup .player-wrapper iframe {
        height: 140px !important;
    }

    .left-side .available .item {
        padding-right: 0px !important;
    }

    .left-side .available .item i {
        font-size: 1.5em !important;
    }

    .left-side .available .item strong {
        font-size: 12px !important;
    }

    .properties .property-filter .field-custom .devcommercial {
        width: 100% !important;
    }

    .properties .property-filter .field-custom label.option {
        font-size: 11px !important;
    }

    .popup #box-enquiry-form .form-inner form {
        padding: 20px 0;
    }

    .popup #box-enquiry-form .form-inner form .g-recaptcha {
        width: 100% !important;
    }

    .popup #box-enquiry-form .form-inner form .g-recaptcha>div>div {
        width: 100% !important;
    }

    .popup #box-enquiry-form .form-inner form .g-recaptcha>div>div iframe .rc-anchor-normal {
        width: 100% !important;
    }

    .popup #box-enquiry-form .form-inner form iframe {
        width: 100% !important;
    }

    .enquiry-popup .wrapper .popup-inner .kesato-form {
        padding: 15px;
    }

    .login-popup #login-popup .login-wrapper .form-footer button {
        width: 30%;
        height: 36px;
    }

    .login-popup #login-popup .login-wrapper .form-footer button.btn-facebook {
        width: 65%;
        float: right;
        margin-right: 0;
    }

    .login-popup #login-popup .login-wrapper .form-footer button.btn-facebook i {
        float: left;
    }

    .login-popup #login-popup .login-wrapper .btn-create-new-account {
        width: 100% !important;
    }

    #contact-main .contact-holder .office-choose-button {
        width: 95% !important;
    }
}

@media all and (max-width:320px) {
    header div .logo .k .icon-k-logo {
        font-size: 65px;
    }

    header div .logo .text .icon-k-main-title {
        font-size: 8px;
    }

    header div .logo .text .icon-k-sub-title {
        font-size: 5px;
    }

    .breadcrumb {
        display: none;
    }

    .properties .property-list .two-column {
        height: 100vh;
    }

    .properties .property-list .two-column #box .box .product-watermark img {
        width: 30%;
    }

    #jumbotron .wrapper h2 {
        padding: 0 20px;
        margin-top: 70px;
        font-size: 24px;
    }

    #jumbotron>.wrapper {
        height: 300px;
    }

    #jumbotron>.wrapper .category-btn {
        padding: 10px 15px 10px 40px;
    }

    #jumbotron>.wrapper .category-btn i {
        line-height: 5px;
    }
}




@media screen and (max-height:500px) {
    #jumbotron .wrapper h2 {
        padding: 0 20px;
        margin-top: 70px;
        font-size: 24px;
    }

    #jumbotron>.wrapper .category-btn {
        padding: 10px 15px 10px 40px;
    }

    header>div .fullscreen-nav .bottom-nav {
        float: left;
        width: 100%;
        margin: 0px 0 22px 0;
        top: 0;
    }

    a.closeCategoryWrapper {
        position: relative;
        top: 40px;
    }
}

@media screen and (max-height:375px) {
    #jumbotron .wrapper h2 {
        margin-bottom: 30px;
        margin-top: 80px;
    }

    #jumbotron>.wrapper .category-btn {
        font-size: 14px;
    }
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35);
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    /*background-image: url("images/ui-icons_222222_256x240.png");*/
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;*/
    opacity: .3;
    filter: alpha(opacity=30);
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    text-decoration: none;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2.2em;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
    padding: .4em 2.1em .4em 1em;
    padding-left: 2.1em;
    padding-right: 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
    right: 1px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

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

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

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

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

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

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

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-shadow: 0 0 5px #aaaaaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    /*background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;*/
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-content .ui-icon {
    /*background-image: url("images/ui-icons_222222_256x240.png");*/
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    /*background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;*/
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

.ui-widget-header .ui-icon {
    /*background-image: url("images/ui-icons_222222_256x240.png");*/
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    /*background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-default .ui-icon {
    /*background-image: url("images/ui-icons_888888_256x240.png");*/
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    /*background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;*/
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    /*background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;*/
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active .ui-icon {
    /*background-image: url("images/ui-icons_454545_256x240.png");*/
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    /*background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;*/
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    /*background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;*/
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: normal;
}

.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    /*background-image: url("images/ui-icons_454545_256x240.png");*/
}

.ui-state-highlight .ui-icon {
    /*background-image: url("images/ui-icons_2e83ff_256x240.png");*/
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    /*background-image: url("images/ui-icons_cd0a0a_256x240.png");*/
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    /*background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;*/
    opacity: .3;
    filter: alpha(opacity=30);
    border-radius: 8px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.flexbox {
    display: -ms-flexbox;
    display: flex;
}

.flexbox-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox-between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.flexbox-around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.fwidth {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w33 {
    width: calc(100%/3);
}

.w66 {
    width: calc((100%/3) * 2);
}

.w75 {
    width: 75%;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.justify-between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.justify-start {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.justify-end {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.align-right {
    -moz-text-align-last: right;
    text-align-last: right;
}

.fill-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

input,
button,
textarea,
select {
    outline: none !important;
}

/*@font-face {*/
/*    font-family: 'kibarer';*/
/*    src: url('../fonts/kibarer81d2.eot?bq8tcd');*/
/*    src: url('../fonts/kibarer81d2.eot?bq8tcd#iefix') format('embedded-opentype'), url('../fonts/kibarer81d2.ttf?bq8tcd') format('truetype'), url('../fonts/kibarer81d2.woff?bq8tcd') format('woff'), url('../fonts/kibarer81d2.svg?bq8tcd#icomoon') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'kibarer' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-k-logo:before {
    content: "\e900";
}

.icon-k-main-title:before {
    content: "\e901";
}

.icon-k-sub-title:before {
    content: "\e902";
}

/*@font-face {*/
/*    font-family: 'HelveticaNeueLightCondensodOb';*/
/*    src: url('../fonts/HelveticaNeueLightCondensodOb.eot');*/
/*    src: url('../fonts/HelveticaNeueLightCondensodOb.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLightCondensodOb.woff2') format('woff2'), url('../fonts/HelveticaNeueLightCondensodOb.woff') format('woff'), url('../fonts/HelveticaNeueLightCondensodOb.ttf') format('truetype'), url('../fonts/HelveticaNeueLightCondensodOb.svg#HelveticaNeueLightCondensodOb') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueUltraLightCondensod';*/
/*    src: url('../fonts/HelveticaNeueUltraLightCondensod.eot');*/
/*    src: url('../fonts/HelveticaNeueUltraLightCondensod.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueUltraLightCondensod.woff2') format('woff2'), url('../fonts/HelveticaNeueUltraLightCondensod.woff') format('woff'), url('../fonts/HelveticaNeueUltraLightCondensod.ttf') format('truetype'), url('../fonts/HelveticaNeueUltraLightCondensod.svg#HelveticaNeueUltraLightCondensod') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    src: url('../fonts/Poppins.eot');*/
/*    src: url('../fonts/Poppins.eot') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype'), url('../fonts/Poppins.svg#Poppins') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueMedium';*/
/*    src: url('../fonts/HelveticaNeueMedium.eot');*/
/*    src: url('../fonts/HelveticaNeueMedium.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueMedium.woff2') format('woff2'), url('../fonts/HelveticaNeueMedium.woff') format('woff'), url('../fonts/HelveticaNeueMedium.ttf') format('truetype'), url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueCyrHeavy';*/
/*    src: url('../fonts/HelveticaNeueCyrHeavy.eot');*/
/*    src: url('../fonts/HelveticaNeueCyrHeavy.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueCyrHeavy.woff2') format('woff2'), url('../fonts/HelveticaNeueCyrHeavy.woff') format('woff'), url('../fonts/HelveticaNeueCyrHeavy.ttf') format('truetype'), url('../fonts/HelveticaNeueCyrHeavy.svg#HelveticaNeueCyrHeavy') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueUltraLight';*/
/*    src: url('../fonts/HelveticaNeueUltraLight.eot');*/
/*    src: url('../fonts/HelveticaNeueUltraLight.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueUltraLight.woff2') format('woff2'), url('../fonts/HelveticaNeueUltraLight.woff') format('woff'), url('../fonts/HelveticaNeueUltraLight.ttf') format('truetype'), url('../fonts/HelveticaNeueUltraLight.svg#HelveticaNeueUltraLight') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueRegular';*/
/*    src: url('../fonts/HelveticaNeueRegular.eot');*/
/*    src: url('../fonts/HelveticaNeueRegular.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueRegular.woff2') format('woff2'), url('../fonts/HelveticaNeueRegular.woff') format('woff'), url('../fonts/HelveticaNeueRegular.ttf') format('truetype'), url('../fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    src: url('../fonts/HelveticaNeue.eot');*/
/*    src: url('../fonts/HelveticaNeue.eot') format('embedded-opentype'), url('../fonts/HelveticaNeue.woff2') format('woff2'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueLight';*/
/*    src: url('../fonts/HelveticaNeueLight.eot');*/
/*    src: url('../fonts/HelveticaNeueLight.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLight.woff2') format('woff2'), url('../fonts/HelveticaNeueLight.woff') format('woff'), url('../fonts/HelveticaNeueLight.ttf') format('truetype'), url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    src: url('../fonts/Poppins.eot');*/
/*    src: url('../fonts/Poppins.eot') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype'), url('../fonts/Poppins.svg#Poppins') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'PoppinsCondensod';*/
/*    src: url('../fonts/PoppinsCondensod.eot');*/
/*    src: url('../fonts/PoppinsCondensod.eot') format('embedded-opentype'), url('../fonts/PoppinsCondensod.woff2') format('woff2'), url('../fonts/PoppinsCondensod.woff') format('woff'), url('../fonts/PoppinsCondensod.ttf') format('truetype'), url('../fonts/PoppinsCondensod.svg#PoppinsCondensod') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueThinCondensod';*/
/*    src: url('../fonts/HelveticaNeueThinCondensod.eot');*/
/*    src: url('../fonts/HelveticaNeueThinCondensod.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueThinCondensod.woff2') format('woff2'), url('../fonts/HelveticaNeueThinCondensod.woff') format('woff'), url('../fonts/HelveticaNeueThinCondensod.ttf') format('truetype'), url('../fonts/HelveticaNeueThinCondensod.svg#HelveticaNeueThinCondensod') format('svg');*/
/*}*/

/*@font-face {*/
/*    font-family: 'HelveticaNeueRoman';*/
/*    src: url('../fonts/HelveticaNeueRoman.eot');*/
/*    src: url('../fonts/HelveticaNeueRoman.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueRoman.woff2') format('woff2'), url('../fonts/HelveticaNeueRoman.woff') format('woff'), url('../fonts/HelveticaNeueRoman.ttf') format('truetype'), url('../fonts/HelveticaNeueRoman.svg#HelveticaNeueRoman') format('svg');*/
/*}*/

.partners ul li img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px !important;
    list-style: none;
    background-color: #272727 !important;
    border-radius: 4px;
}

.hme-btn li {
    display: inline-block;
    margin: 0 5px;
}

.hme-btn li a {
    text-decoration: none;
    padding: 9px 8px;
    background-color: #fc7401;
    color: #fff;
    border-radius: 2px;
    text-transform: ;
}

.partners .carousel {
    width: 100%;
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.carousel .item .col-xs-12 {
    padding: 0;
}

@media only screen and (max-width:992px) {
    .carousel .item .col-xs-12:nth-last-child(-n+2) {
        display: none;
    }
}

@media all and (min-width:768px) {

    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -50%;
    }

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

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

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

    .logo img {
        width: 80%;
        margin-top: 10px;
    }
}

@media all and (min-width:768px) and (transform-3d),
all and (min-width:768px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

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

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

@media all and (min-width:992px) {

    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -16.6%;
    }

    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 16.6%;
    }

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

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

@media all and (min-width:992px) and (transform-3d),
all and (min-width:992px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(16.6%, 0, 0);
        transform: translate3d(16.6%, 0, 0);
        left: 0;
    }

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

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

@media screen and (min-width:320px) and (max-width:767px) {
    #burger-nav {
        display: block !important;
        width: 32% !important;
        position: absolute;
        top: 13px;
        right: 10px;
    }

    .property-detail .right-side .enquiry #box-enquiry a .content {
        width: 80%;
        text-align: left;
        padding: 16px 10px !important;
        font-weight: 200;
        font-family: 'Helvetica Neue', sans-serif;
    }

    .property-detail .right-side .price .regular-price {
        font-size: 16px !important;
    }

    .currency .text span {
        font-size: 12px;
    }

    .properties .property-filter .config-filter .filter-show {
        float: right;
        margin-left: 0px;
    }
}

.label {
    color: #777 !important;
}

.pagination>.active>span {
    background-color: transparent !important;
}

header div .fullscreen-nav .lang-cur .dropdown .dropdown-toggle {
    background-color: transparent !important;
    border: 0px solid #fff;
    padding: 0px 16px 0px 0px;
    float: left;
    width: 100%;
}

header #hdr-icon-drp .dropdown .dropdown-toggle {
    background-color: transparent !important;
    border: 0px solid #fff;
    padding: 9px 28px 0px 0px;
    font-size: 11px;
    text-transform: ;
}

header #hdr-icon-drp .dropdown {
    float: right;
}

.property-facility font {
    line-height: 18px;
}

.property-facility {
    line-height: 18px !important;
}

.property-facility {
    vertical-align: top;
}

#pic-thr .row {
    width: 100% !important;
    max-width: 100% !important;
}

#pic-thr {
    background-color: #fff !important;
    z-index: 99 !important;
    position: relative;
    padding-bottom: 10px;
}

.related-area .desc p {
    color: #fff;
    text-transform: lowercase;
}

.related-area .desc div {
    color: #fff;
}

/* #wrapper .property-detail .row{width:100%;} */


@media all and (max-width:767px) {
    #jumbotron>.wrapper .scrn-hm {
        font-size: 4rem !important;
        margin-bottom: 35px !important;
    }

    #jumbotron>.wrapper {
        bottom: 16% !important;
        left: 0 !important;
        height: auto !important;
    }

    #jumbotron .wrapper h2 {
        margin-top: 0px !important;
    }
}

@media screen and (min-device-width: 616px) and (max-device-width: 1024px) {
    #jumbotron>.wrapper .category-btn {
        padding: 10px 15px 10px 15px !important;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 770px) and (orientation : landscape) {
    #hdr-icon-drp .ct-language {
        padding-bottom: 0 !important;
    }

    header {
        padding-bottom: 0px !important;
    }

    #jumbotron>.wrapper .category-btn {
        padding: 10px 15px 10px 15px;
        margin: 0 auto 5px auto !important;
    }

    #jumbotron>.wrapper {
        bottom: 0% !important;
    }
}

.rltd-ara .rltd-box {
    height: 175px;
}

.breadcrumbs {
    margin: 0 0 10px;
}

.breadcrumbs li {
    display: inline-block;
    color: #fccc02;
    font-size: 16px;
    position: relative;
    margin: 0 8px 0 0;
}

.breadcrumbs li:before {
    content: "/";
    position: absolute;
    top: 0;
    right: -10px;
}

.breadcrumbs li:last-child:before {
    content: none;
}

.breadcrumbs li a {
    font-size: 16px;
    text-decoration: none;
    color: #fccc02;
}

.breadcrumbs li a:hover {
    color: #fff;
}

.products-pagination {
    text-align: center;
}

.products-pagination .pagination {
    margin: auto 0;
    padding: 0;
    text-align: center;
}

.products-pagination .pagination>li>a,
.products-pagination .pagination>li>span {
    color: #f0692b;
}

.products-pagination .pagination>.active>a,
.products-pagination .pagination>.active>span,
.products-pagination .pagination>.active>a:hover,
.products-pagination .pagination>.active>span:hover,
.products-pagination .pagination>.active>a:focus,
.products-pagination .pagination>.active>span:focus {
    background-color: #ee5b2c !important;
    border-color: #ee5b2c;
    color: #fff;
}

@media all and (max-width:768px) {
    .related-area {
        display: none;
    }
}

/*add for youtubevideo25oct*/
.flexbox-wrap iframe {
    width: 100%;
    height: 299px;
    margin: 0px 0px 10px 0px;
}

.bd {
    color: #515151;
}

.ar {
    color: #000;
}

.amt {
    /* color: #ee5b2c; */
    color: var(--primary-text);
    font-size: 18px;
}

.author-bio .col-md-2 img {
    width: 80px !important;
}


@media only screen and (min-width:1240px) {
    .footer-col {
        display: none !important;
    }
}

.footer-col {
    position: fixed;
    bottom: 0;
    width: 100% !important;
    margin-bottom: 0;
    z-index: 9999999999;
    display: block;
    text-align: center;
    background: #ffcc01;
    padding: 0;
}

.footer-col button {
    padding: 13px 21px;
    margin-bottom: 0;
    width: 50%;
}

.footer-col .button {
    padding: 13px 0;
    margin-bottom: 0;
    width: 50%;
    background: #ffcc01;
    color: #fff;
    margin-top: 2px;
    float: left;
}

.tel-foo {
    border-right: 3px solid #fff !important;
    border-radius: 0 !important;
}

.edit-dashboard {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 999;
    padding: 5px 10px;
}

.edit-dashboard a {
    color: #fff;
    background: #000;
    padding: 5px;
}


section.breadcrumb {
    background-image: url('/assets/img/testimonials-bg.jpg');
}

/* 24-11-18 */
#totalFounds {
    color: #00b019;
}

#box i.heart5 {
    color: #fed601 !important;
    /*
	 -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: orange
*/
}

@media all and (max-width:480px) {
    .property-detail .right-side .share .share-holder .print {
        width: 33.33% !important;
        margin-right: 0;
    }

    .property-detail .right-side .share .share-holder .wishlist {
        width: 33.33% !important;
        margin-right: 0;
    }

    .property-detail .right-side .share .share-holder .email {
        width: 33.33% !important;
        margin-right: 0;
    }

    .property-detail .right-side .share .print a {
        font-size: 12px;
    }

    .property-detail .right-side .share .print a::before {
        font-size: 12px;
    }

    .property-detail .right-side .share .wishlist a {
        font-size: 12px;
    }

    .property-detail .right-side .share .wishlist a::before {
        font-size: 12px;
    }

    .property-detail .right-side .share .email a {
        font-size: 12px;
    }

    .property-detail .right-side .share .email a::before {
        font-size: 12px;
    }

    /* .blog .blog-content .blog-list .thumbnail img {max-width: 100%!important;width:auto;} */
    .home-page section.locations>div.double .desc div {
        width: 32%;
        padding: 0 13px;
    }

    .home-page section.locations>div .desc div {
        width: 33%;
        padding: 0 11px;
    }

    .sharing-buttons {
        width: 100% !important;
    }

    .sub.subfl {
        width: 100% !important;
    }

    .single-blog-share {
        width: 100% !important;
    }

    .enquiry-popup .modal-header {
        height: 40px;
    }

    .enquiry-popup .modal-header .title {
        padding-left: 3px;
        font-size: 1.1em;
    }

    .enquiry-popup .modal-header .title i {
        font-size: 20px;
    }
}

@media all and (max-width:320px) {
    .property-detail .right-side .share .share-holder .print {
        width: 28% !important;
        margin-right: 0;
    }

    .property-detail .right-side .share .share-holder .wishlist {
        width: 38% !important;
        margin-right: 0;
    }

    .property-detail .right-side .share .share-holder .email {
        width: 34% !important;
        margin-right: 0;
    }
}

/* 3-12-18 */
::placeholder {
    color: #ee5c2d;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ee5c2d;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ee5c2d;
}

.more-result-l {
    width: 70%;
    /* margin: 0 auto; */
    text-align: right;
    float: left;
}

.more-result-r {
    width: 30%;
    float: right;
    margin-top: 5px;
}

.kesato-form .form-footer .button {
    float: left;
}

/*.loader-img img {
    margin-top: 5px!important;
    width:auto!important;
    float:left!important;
}*/
.load-more-listing {

    background-color: #515151;
    border-color: #515151;
    height: 40px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    color: #202124;
    border-radius: 20px;
    border: 1px solid #DFE1E5;
    margin: 20px 0 0 10px;


}

.load-more-listing i {
    margin-left: 20px;
}

.load-more-listing span {
    font-family: 'Poppins';
    margin: 16px 16px 22px 16px;
    padding: 5px 60px;
}

#contact_form_submit {
    float: left;
}

@media all and (max-width:767px) {
    .more-result-l {
        width: 80%;
        text-align: right;
    }

    .more-result-r {
        width: 20%;
        text-align: center;
    }

    .challenge {
        width: 100% !important;
    }

    .kesato-form .form-footer .button {
        float: left;
    }
}

.home-page section.locations>div .desc div p a:hover,
.home-page section.locations>div .desc div p a:focus {
    text-decoration: none;
}

.property-detail .right-side .share .sharing-buttons .linkedin-icon .fa-linkedin {
    padding: 8px 9px;
    font-size: 15px;
    color: #64afcc;
    border: 1px solid #1da1f2;
    border-radius: 50%;
    background-clip: padding-box;
}

/* .single-blog-share .social-item { */
/* width: 30%; */
/* float: left; */
/* } */
.single-blog-share .social-item {
    width: 33.333%;
    float: left;
}

.single-blog-share .sharing-buttons .fa-linkedin {
    padding: 7px 9px;
    font-size: 14px;
    color: #0b2b5c;
    border: 1px solid #0b2b5c;
    border-radius: 50%;
    background-clip: padding-box;
}

.single-blog-share .sharing-buttons .fa-facebook {
    padding: 7px 11px;
    font-size: 14px;
    color: #0b2b5c;
    border: 1px solid #0b2b5c;
    border-radius: 50%;
    background-clip: padding-box;
}

.single-blog-share .sharing-buttons .fa-twitter {
    padding: 7px 8px;
    font-size: 14px;
    color: #55aded;
    border: 1px solid #55aded;
    border-radius: 50%;
    background-clip: padding-box;
}

.blog-sidebar .sharing-buttons {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 10px;
}

.single-blog-share .sharing-buttons .facebook-label .small {
    color: #777;
    font-style: normal;
    font-size: 9px;
}

.single-blog-share .sharing-buttons .facebook-label .big {
    font-family: 'Poppins';
    font-size: 11px;
    color: #777;
}

.sharing-buttons {
    float: left;
    text-decoration: none;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f8f8f8;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 10px;
}

.facebook-icon {
    width: 25%;
}

.facebook-label {
    width: 75%;
    padding-left: 10px;
}

.twitter-icon {
    width: 25%;
}

.socil {
    width: 100%;
    float: left;
}

.sub.subfl {
    float: left;
    width: 50%;
    line-height: 50px;
}

.single-blog-share {
    width: 50%;
    float: right;
}

.is_salekit {
    width: 100%;
    padding: 10px;
    background: #fbcc02;
    color: #4e4e4e;
    font-size: 21px;
    border: none;
}

.salekit_popup.is-visible {
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 90;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    padding: 0px 0;
}

.salekit_popup {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
}

.salekit_popup #salekit_popup-form {
    width: 100%;
    background: transparent;
    float: left;
    padding-top: 0px;
    padding-bottom: 40px;
    border-bottom: none;
    margin-bottom: 30px;
    margin-top: 0px;
}

div#salekit-single-rent {
    padding: 10px 22px;
    background: #e0e0e0;
}

.salekit_popup #salekit_popup-form .form-inner {
    width: 420px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #EEE;
}

.salekit_popup #salekit_popup-form .form-inner form {
    padding: 20px;
}

div#enquiry-single-rent {
    padding: 10px 22px;
}

.salekit_popup .modal-header {
    display: -ms-flexbox;
    display: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ee5b2c;
    height: 50px;
}

.salekit_popup .modal-header .title {
    line-height: 20px;
    padding: 0px;
    color: white;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 1.5em;
    float: left;
}

.salekit_popup .modal-header .close-button {
    float: right;
}

.salekit_popup .modal-header .title i {
    font-size: 25px;
    margin-right: 5px;
}

.salekit_popup .modal-header .close-button i {
    color: #FFF;
    font-size: 1.5em;
    line-height: 20px;
    padding: 0;
    transition: all 0.5s ease;
    cursor: pointer;
}

.salekit_popup .modal-header .close-button i:active {
    background: #ee5b2c;
}

.salekit_popup.is-visible {
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 90;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    padding: 0px 0;
}

.salekit_popup {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
}

.salekit_popup #box-enquiry-form {
    width: 100%;
    background: transparent;
    float: left;
    padding-top: 0px;
    padding-bottom: 40px;
    border-bottom: none;
    margin-bottom: 30px;
    margin-top: 0px;
}

.salekit_popup #box-enquiry-form .form-inner {
    width: 420px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #EEE;
}

.salekit_popup #box-enquiry-form .form-inner form {
    padding: 20px;
    background: #e0e0e0;
}

div#enquiry-single-rent {
    padding: 10px 22px;
    background: #e0e0e0;
}

.salekit_popup .modal-header {
    display: -ms-flexbox;
    display: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ee5b2c;
    height: 50px;
}

.salekit_popup .modal-header .title {
    line-height: 20px;
    padding: 0px;
    color: white;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 1.5em;
    float: left;
}

.salekit_popup .modal-header .close-button {
    float: right;
}

.salekit_popup .modal-header .title i {
    font-size: 25px;
    margin-right: 5px;
}

.salekit_popup .modal-header .close-button i {
    color: #FFF;
    font-size: 1.5em;
    line-height: 20px;
    padding: 0;
    transition: all 0.5s ease;
    cursor: pointer;
}

.salekit_popup .modal-header .close-button i:active {
    background: #ee5b2c;
}

#rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.salekit_popup.is-visible {
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 101;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    padding: 50px 0;
}

.salekit_popup {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
}

.salekit_popup .wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.salekit_popup .wrapper .salekit_popup {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}

.salekit_popup .wrapper .salekit_popup .kesato-form {
    padding: 10px 20px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.salekit_popup .wrapper .salekit_popup .kesato-form .submit {
    border: 1px solid #ee5b2c;
    color: #FFF;
    padding: 10px 14px;
    font-size: 13px;
    text-align: center;
    background: #ee5b2c;
    width: 50%;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
    margin-bottom: 10px;
}

.salekit_popup .wrapper .salekit_popup .kesato-form button {
    cursor: pointer;
}

.salekit_popup .modal-header {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f7f7f7;
    height: 50px;
}

.salekit_popup .modal-header .title {
    line-height: 22px;
    padding-left: 6px;
    color: #444;
    font-family: 'Poppins';
    text-transform: ;
    font-size: 1.5em;
    float: left;
}

.salekit_popup .modal-header .close-button {
    float: right;
}

.salekit_popup .modal-header .title i {
    font-size: 25px;
    margin-right: 8px;
}

.salekit_popup .modal-header .close-button i {
    color: #444;
    font-size: 1.5em;
    line-height: 22px;
    padding: 0px 15px;
    transition: all 0.5s ease;
    cursor: pointer;
}

#salekit_popup-form .submit {
    border: 1px solid #ee5b2c;
    color: #FFF;
    padding: 10px 14px;
    font-size: 13px;
    text-align: center;
    background: #ee5b2c;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;

    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section i {
    position: absolute;
    z-index: 99;
    top: 14px;
    left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.kesato-form .gui-input {
    padding: 10px 32px;
}

/*14sep css*/
.ct-language i.fa.fa-chevron-down {
    display: none
}

.header-cur i.fa.fa-chevron-down {
    display: none;
}


.challenge_div {
    display: flex;
    margin: 20px 0px;
}

.challenge {
    flex-direction: column;
    text-align: justify;
    padding: 0px 12px;
    width: 40%;
}

p.MsoNormal.challenge_h {
    text-align: center;
    color: #ee5b2c !important;
    font-family: 'Poppins';
    font-size: 20px;
}

.challenge #more {
    display: none;
}

.challenge #more1 {
    display: none;
}

.lang-cur i.fa.fa-chevron-down {
    display: none;
}

#myBtn {
    color: #777;
    font-size: 16px;

}

#myBtn1 {
    color: #777;
    font-size: 16px;

}

section.bottom-section.flexbox.flexbox-wrap.justify-between.partners {
    width: 100%;
    margin-bottom: 70px;
}

.header-lang .active-link {
    color: #ee5b2c;
}

span#thbcur {
    color: #ee5b2c;
}

.property-list .loader {
    margin: 0px 0px 8px 14px;
}

#enquiry-popup .loader {
    margin: 0px 0px 8px 14px;
}

#salekit_popup .loader1 {
    margin: 0px 0px 8px 14px;
}

.header-cur .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 29px;
    min-width: 100px;
    text-align: center;
}

/**New form ownership request*******/
#slider {
    position: relative;
    /*background-image: url(../img/slider.webp);*/
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -15px;
    width: 100%;
    float: left;
}

#slider .slider_form {
    width: 100%;
    float: left;
    padding: 30px 0px;
    background: #0000008c;
}

#slider .form_left {
    width: 34%;
    background: #000000b0;
    float: left;
    color: #fff;
    padding: 26px;
}

#slider .form_right {
    width: 40%;
    float: right;
    color: #fff;
    text-align: center;
    font-size: 15px;

    position: absolute;
    left: 50%;
    top: 25%;
}

#slider .form_left h1 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}

#slider .form_left p {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 8px;
}

#slider p.hightlight {
    color: #e68123;
    margin-bottom: 10px;
}

#slider .col-full input {
    width: 100%;
    padding: 12px;
    margin: 5px 0px;
    border: 0;
    border-radius: 8px;
    color: #000;
}

#slider .col-full textarea#message {
    width: 100%;
    padding: 12px;
    margin: 10px 0px;
    border: 0;
    border-radius: 8px;
    height: auto;
    color: #000;
}

#slider input.buttonsub {
    background: #e68123;
    color: #fff;
}

#slider .register a {
    color: #e68123;
}

#slider .button_left {
    display: inline-block;
    /* background: orange; */
}

#slider .button_right {
    display: inline-block;
}

#slider button.org {
    background: #e68123;
    border: 0;
    padding: 13px;
    /* color: #fff; */
    border-radius: 6px;
    font-size: 15px;
}

#slider .org a {
    color: #fff;
    text-decoration: none;
}

#slider button.blk {
    background: #000;
    border: 0;
    padding: 13px;
    /* color: #fff; */
    border-radius: 6px;
    font-size: 15px;
}

#slider .blk a {
    color: #fff;
    text-decoration: none;
}

.contact_info {
    width: 75%;
    float: right;
    margin-top: 25px;
}

.contact_info ul.list-inline {
    padding: 0;
    list-style: none;
    text-align: right;
}

.contact_info li.list-item {
    display: inline-block;
    margin: 0px 10px;
}

.contact_info a.sell {
    color: #777;
    text-decoration: none;
}

.contact_info .sell i {
    color: #ee5b2c;
}

.contact_info ul.social {
    list-style: none;
    padding: 0;
    float: right;
    margin: 0
}

.contact_info .social li {
    display: inline-block;
}

/*all media query*/
@media only screen and (max-width: 480px) {

    #slider .form_left,
    .form_right {
        width: 100%;
        position: static;
    }


    .contact_info {
        width: 50%;
        float: left;
    }

    #jumbotron #video-container {
        display: none !important;
    }

}

#seller-popup.popup {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, .8);
    opacity: 1;
    -ms-filter: "alpha(opacity=1)";
    filter: alpha(opacity=1);
    visibility: visible;
    transition: opacity .3s .1s;
    z-index: 6;
}

.property_search_box {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 95px;
    padding: 15px 0px 6px 0px;
    background: #dfdddd;
}

.property_search_box form {
    margin: auto;
    display: block;
    text-align: center;
    width: 73%;
}

.property_search_box .col-md-3,
.col-md-4,
.col-md-2 {
    padding: 0 !important;
    border: 0 !important;
}

.property_search_box .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-right: 1px solid #eee;
    border-radius: 2px 0px 0px 2px;
}

.property_search_box .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px;
    user-select: none;
    -webkit-user-select: none;
}

.property_search_box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

#property_search_form select {
    background-color: #fff;
    color: #444;
}

.property_search_box .form-control {
    display: block;
    width: 100%;
    height: 35px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: normal;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0px 4px 4px 0px;
    box-shadow: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#property_search_form input[type="submit"] {
    color: #fff;
    /* background-color: #ee5c2d; */
    background-color: var(--primary-text);
}

.property_search_box .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eee;
    border-right-color: rgb(238, 238, 238);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 4px;
}

footer .footer-box ul li {
    margin-bottom: 10px;
    list-style: none;
}

footer .footer-box .title-link {
    margin: 22px 0px 0px 0px;
}

@media only screen and (min-width:768px) and (max-width: 1024px) {
    .property_search_box {
        position: absolute;
        top: 100px;
    }

    header {
        padding-bottom: 0px !important;
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(1) {
        margin-right: 0 !important;
    }

    #wrapper {
        padding-top: 192px;
    }

    .right-pr {
        position: fixed;
        top: 104px;
        width: 236px;
    }

    .right-pr-bar {
        width: 236px;
    }

    .property-detail .right-side .price .currency {

        padding: 4px 10px 0px 10px;
        width: 100%;
        line-height: normal;
    }

    .property-detail .right-side .price .regular-price {
        width: 100%;
    }

    .property-detail .right-side .share .sharing-buttons .facebook-icon {
        width: auto;
    }

    .property-detail .right-side .share .sharing-buttons .twitter-icon {
        width: auto;
    }

    .property-detail .right-side .share .sharing-buttons .linkedin-icon {
        width: auto;
    }

    .property-detail .right-side .enquiry #box-enquiry a .content .title {
        font-size: 14px;
    }

    .property-detail .right-side .share .share-holder .print {
        margin-bottom: 0;
    }

    .property-detail .right-side .price .regular-price {
        padding: 9px 18px 9px 18px;
        font-size: 14px;
    }

    .property-detail .right-side .share .print a {
        padding: 11px 0px;
    }

    .property-detail .right-side .share .wishlist a {
        padding: 11px 0px;
    }

    .property-detail .right-side .share .email a {
        padding: 11px 0px;
    }

    .property-detail .right-side .share .sharing-buttons {
        padding: 1px 10px;
    }

    .property-detail .right-side .share .sharing-buttons .facebook-label {
        display: none;
    }

    .property-detail .right-side .side-title {
        padding: 0px 10px;
    }

    .property-description .description .detail-page .page-view-section-body .container .property-view-description-container .property-description-row .property-description-column .property-facility.available {
        text-indent: 2px;
    }
}

@media only screen and (max-width: 600px) {
    .property_search_box {
        position: fixed;
        top: 5%;
        transform: translate(0px, 100%);
    }

    .home-page section.bottom-section section .testimonials a:nth-of-type(1) {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .property_search_box {
        padding: 10px 0 6px;
        position: fixed;
        top: 4%;
    }

    .popup .modal-header {
        height: auto;
    }

    .popup .modal-header .title {
        float: none;
        font-size: 11px;
    }

    .popup #box-enquiry-form {

        padding-bottom: 0;
        margin-bottom: 0;
    }

    .modal-header {
        padding: 7px;
    }

    .popup .modal-header .title i {
        font-size: 20px;
    }

    #wrapper {
        padding-top: 189px;
    }

    .right-pr {
        z-index: 1;
    }
}

#jumbotron {
    width: 100%;
}

.goog-logo-link {
    display: none !important;
}

.fa.fa-search {
    color: #ffcd00;
}

header div .fullscreen-nav .lang-cur .header-cur .link-content {
    display: none;
    position: absolute;
    border: 0px solid #DDD;
    min-width: 120px;
    z-index: 3;
    background: #FFF;
    top: 32px;
}

header div .fullscreen-nav .lang-cur .header-cur .link-content li {
    border-bottom: 1px solid #DDD;
}

header div .fullscreen-nav .lang-cur .header-cur .link {

    padding-top: 2px;
    padding-bottom: 16px;
    background: none;
    font-size: 11px;

    border: none;
    cursor: pointer;
    color: #777;
    padding-right: 32px;
    line-height: 16px;
    width: auto !important;
    position: relative;
    float: left;

}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-combo {
    color: black;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
    font-family: 'Poppins'
}

.lang-cur #google_translate_element select {

    border-radius: 4px;
    padding: 2px 2px;
    color: #404040;
    /* background-color: #fc7401; */
}

.goog-tooltip {
    display: none !important;
}

.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.ct-topbar {
    text-align: right;
    background: #eee;
}

.ct-topbar__list {
    margin-bottom: 0px;
}

.ct-language__dropdown {
    padding-top: 8px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 110%;
    left: -32px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100px;
    text-align: center;
    padding-top: 0;
    z-index: 200;
}

.ct-language__dropdown li {

    background: #fff;
    padding: 5px;
    margin: 0px;

}

.ct-topbar__list li ul li {
    border-bottom: 1px solid #e0e0e0;
}

.ct-language .ct-language__dropdown::before {
    content: none !important;
}

.lang-cur .header-cur .link {
    padding-right: 20px !important;
}

.lang-cur .header-cur .link .active-link {
    right: 21px !important;
}

.ct-topbar__list li ul li:hover {
    background-color: #f1f1f1 !important;
    color: #ee5b2c !important;
}

.ct-topbar__list li ul li:hover a {
    color: #ee5b2c !important;
}

.ct-language__dropdown li a {
    display: block;
}

.ct-language__dropdown li:first-child {
    padding-top: 10px;
    border-radius: 3px 3px 0 0;
}

.ct-language__dropdown li:last-child {
    padding-bottom: 10px;
    border-radius: 0 0 3px 3px;
}

.ct-language__dropdown li:hover {
    background: #444;
}

.ct-language__dropdown:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 8px;
    border-left-width: 8px;
    border-bottom: 8px solid #222;
}

.ct-language {
    position: relative;
    background: transparent;
    color: #777;
    padding: 7px 0 10px 0;
    font-size: 11px;
    /*  */
}

.ct-language:hover .ct-language__dropdown {
    max-height: 200px;
    padding-top: 8px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.headerSearch {
    position: absolute;
    top: 37px;
    display: block;
    right: 0px;
}

.headerSearch form {
    display: flex;
}

.srch-hdr {
    position: relative;
}

.headerSearch {
    padding: 2px 3px;
    background-color: #ee5b2c;
    border-radius: 3px;
}

.headerSearch input {
    border: 0px solid #fff;
}

.headerSearch button {
    background-color: #fff;
    border: 1px solid #fff;
}

@media screen and (min-width: 320px) and (max-width: 1099px) {

    .lang-cur .header-cur .link .active-link {
        position: initial !important;
        margin: 0px !important;
    }

    header div .logo a {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    #burger-nav {
        top: 0px !important;
    }

    .srch-hdr {
        display: none !important;
    }

    .mbil-frm-onl {
        display: block !important;
        margin-top: 10px;
    }

    .mbil-frm-onl form {
        width: 100%;
        margin-top: 15px;
    }

    .mbil-frm-onl {
        padding: 0px;
        background-color: transparent;
        border-radius: 3px;
    }

    .mbil-frm-onl input {
        border: 0px solid #fff;
        width: 96%;
        display: none;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 2%;
        border: 2px solid #ee5b2c;
        padding: 1px 1px 1px 6px;
    }

    .fullscreen-nav .lang-cur {
        display: none;
    }

    #hdr-icon-drp .lang-cur {
        display: none !important;
    }

    #hdr-icon-drp {
        padding-top: 20px;
    }

    #video-container, #jumbotron {
        display: none;
    }

    #hdr-icon-drp .lang-cur .header-cur {
        width: 50%;
        float: left;
        margin-top: 0;
        font-size: 13px !important;
        position: relative;
    }

    #hdr-icon-drp .lang-cur .header-cur .link {
        padding-top: 2px;
        padding-bottom: 0px;
        background: none;
        font-size: 11px;

        border: none;
        cursor: pointer;
        color: #777;
        padding-right: 32px;
        line-height: 30px;
        width: auto !important;
        position: relative;
        float: left;
    }

    #hdr-icon-drp .lang-cur .header-cur .link .active-link {
        position: initial !important;
        margin: 0 5px 0 0px !important;
    }

    #hdr-icon-drp .lang-cur .header-cur .link-content {
        display: none;
        position: absolute;
        border: 1px solid #DDD;
        min-width: 120px;
        z-index: 99;
        background: #FFF;
        top: 32px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    #hdr-icon-drp .lang-cur .header-cur .link-content li {
        border-bottom: 1px solid #DDD;
    }

    #hdr-icon-drp .lang-cur .header-cur .link-content li a {
        color: black;
        padding: 10px;
        text-decoration: none;
        display: block;
        font-size: 11px;

    }

    #hdr-icon-drp .lang-cur .header-cur:hover .link-content {
        display: block;
    }

    #hdr-icon-drp .lang-cur .header-lang {
        float: left;
    }

    #hdr-icon-drp .lang-cur .header-cur {
        float: right;
    }

    #hdr-icon-drp {
        clear: both;
    }

    .row.flexbox.justify-between {
        width: 100%;
    }

    header {
        padding-top: 0 !important;
        padding-bottom: 18px;
    }

    #hdr-icon-drp .lang-cur .header-lang ul li i {
        position: initial !important;
    }
}

.mbil-frm-onl {
    display: none;
}

#hdr-icon-drp .lang-cur {
    display: none;
}

.header-lang #language_name {
    font-size: 11px;
    white-space: nowrap;
}

.commercial_none {
    display: none !important;
}

.headerSearch {
    display: none;
}

@media only screen and (min-width: 1200px) {
    img.videosz {
        min-height: 281px;
        margin-bottom: 20px;
    }
}

.form-body .fa-phone:before {
    content: none !important;
}
