 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&family=Quicksand:wght@300;400;500;600;700&display=swap');

body {font-family: 'Montserrat', sans-serif;font-size: 15px;font-weight: 400;}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background: #fff;
    padding: 0 15px;
    border: none;
    min-height: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    color: #000;
    font-size: 14px;
}


select {-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% - 4px) !important;
    background-position-y: 50% !important;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

a {color:#FA8223;}

* {outline: none !important;}
.btn:not(.dropdown-toggle) {background: #FA8223;border: solid 1px #FA8223;color: #fff;font-size: 14px;padding: 0 16px;font-weight: 400;line-height: 1;display: inline-block;border-radius: 10px;height: 40px;line-height: 38px;}
.btn.outline:not(.dropdown-toggle) {color: #FA8223; background: #fff; }
.read-more {border-bottom: solid 1px #000; color: #000; text-decoration: none; }


#page {padding: 90px 0 0 0; }
#page .site-header {display: flex;padding: 20px 40px;align-items: center;box-shadow: 0 0 5px rgba(0,0,0,0.2);z-index: 101;position: absolute;width: 100%;height: 90px;top: 0;transition: all 0.3s;background: #fff;justify-content: space-between;}
#page .site-header.sticky-hidden {top: -200px; }
#page .site-header.sticky{position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }
#page .site-header .logo {text-decoration: none;font-weight: 800;margin: 0 0;font-size: 33px;color: #000;flex: 0 1 292px;}
#page .site-header nav {margin: 0 0 0 auto; }
#page .site-header nav ul {padding: 0; list-style: none; margin: 0; font-weight: 400; font-size: 14px; }
#page .site-header nav ul li {display: inline; margin: 0 0 0 30px; }
#page .site-header nav ul li a {text-decoration: none; color: #000; }
#page .site-header nav ul li a:hover {color:#FA8223}


.top-menu {
    display: flex;
    align-items: center;
}
.header-filter {
    display: flex;
    background: #f2f2f2;
    padding: 18px 75px 18px 20px;
    border-radius: 30px;
    position: relative;
}
.header-filter.open {border-radius: 30px 30px 0 0;}
.header-filter .item  {
    padding: 0;
    border-right: solid 2px #ddd;
}
.header-filter > button {
    padding: 0;
    border: none;
    font-size: 21px;
    margin: 0 0 0 10px;
    background: #FA8223;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 1px 0 0 0;
}
.header-filter .item:last-child  {border:none}
.header-filter .item input {
    /* box-shadow: none; */
    /* border: solid 1px #ddd; */
    background: none;
    box-shadow: none;
    height: auto;
    min-height: unset;
    max-width: 140px;
    font-size: 15px;
    font-weight: 600;
}
.header-filter .item select {
    /* background: none; */
    border: none;
    padding: 0 15px;
    width: 210px;
    font-size: 15px;
    font-weight: 600;
}
.top-menu .btn {
    margin: 0;
    transition: all 0.3s;
    color: #000;
    padding: 0;
    background: none;
    border: none;
    font-weight: 600;
    height: auto;
    line-height: 1;
    border: solid 1px #000;
    padding: 10px 20px;
}
.top-menu .btn:hover {
    border: solid 1px #FA8223;
    background: #FA8223;
    color: #fff;
}
.top-menu .location {
    margin: 0 0 0 30px;
    position: relative;
}
.top-menu .location i {
    font-size: 28px;
    opacity: 0.4;
    cursor: pointer;
}
.top-menu .user {
    margin: 0 0 0 30px;
    position: relative;
    text-align: left;
}
.top-menu .user img {border-radius: 50%;max-width: 55px;border: solid 2px #fff;box-shadow: 0 0 0px 1px #ccc;}
.top-menu .user ul {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    list-style: none;
    padding: 15px;
    min-width: 150px;
    right: 0;
    top: 67px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    font-size: 13px;
    margin: 0;
    }
/*.top-menu .user ul::before {content:"";width: 0;height: 0;border-style: solid;border-width: 0 10px 14px 10px;border-color: transparent transparent #fff transparent;position: absolute;top: -8px;right: 17px;}*/
.top-menu .user.open ul::after {content:"";height: 20px;width: 100%;display: block;position: absolute;top: -20px;right: 0;}
.top-menu .user.open ul {
    display: block;
    
}
.top-menu .user ul li {
    margin: 0 0 5px 0;
}
.top-menu .user ul li:last-child {margin:0}
.top-menu .user ul li a {
    color: #000;
    text-decoration: none;
    
}
.top-menu .user ul li a:hover {font-weight: 600;}

/*
.top-menu .arrow {position: absolute;bottom: 0;right: 0;background: #fff;border-radius: 50%;width: 12px;height: 12px;border: solid 1px #ccc;}
.top-menu .arrow::before {content:"";width: 0;height: 0;border-style: solid;border-width: 4px 3px 0 3px;border-color: #000 transparent transparent transparent;line-height: 1;vertical-align: middle;position: absolute;top: 50%;left: 50%;transform: translate3d(-50%, -50%, 0);}
*/
#page main {/* overflow: hidden; */max-width: 1300px;padding: 40px 20px;margin: 0 auto;}
#page main.full {
    width: 100%;
    padding: 0;
    max-width: 100%;
}



footer {
    display: none;
}




.listing-full {display: flex;overflow: hidden;position: relative;}
.listing-full .map {flex: 0 1 45%;max-width: 45%;background: #ddd;}
.listing-full .map .facetwp-facet {height: 100%; position: relative; }
.listing-full .map #facetwp-map {width: 100% !important; min-height: 100% !important; }
.listing-full .map #facetwp-map > div {}
.facetwp-map-filtering {position: absolute;bottom: 20px;left: 20px;background: #000c;color: #fff;padding: 10px 17px;border-radius: 5px;opacity: initial;border: none;font-size: 13px;}



.listing-full .content {flex: 0 1 55%;max-width: 55%;position: relative;}
.listing-full .content .content-inner {
    background: #f2f2f2;
    padding: 40px;
    overflow-y: scroll;
}


.listing-full .listing {
    position: unset;
}
.listing-full .listing > div {margin-bottom: 30px;display: flex;flex-direction: column;}
.listing-full .listing > div .banner {display: block;position: relative;margin: 0;overflow: hidden;border-radius: 10px 10px 0 0;overflow: hidden;z-index: 10;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    will-change: transform;
}
.listing-full .listing > div .banner::before {content: "";display: block;width: 100%;height: 50%;position: absolute;left: 0;right: 0;bottom: -20px;background: rgb(0,0,0);background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);z-index: 15;}
.listing-full .listing > div .banner > img {width: 100%;transform: scale(1);transition: all 0.3s;position: relative;z-index: 11;}
.listing-full .listing > div:hover .banner > img {transform:scale(1.2)}
.listing-full .listing > div .banner .meta {position: absolute;left: 0;right: 0;bottom: 0;padding: 20px;display: flex;align-items: center;color: #fff;z-index: 20;}
.listing-full .listing > div .banner .meta .price {font-size: 29px; }
.listing-full .listing > div .banner .meta .price sup {font-size: 45%; top: -9px; margin: 0 3px 0 0; } 
.listing-full .listing > div .banner .meta .price small {font-size: 45%; }
.listing-full .listing > div .banner .meta .user {border-radius: 50%;width: 37px;margin: 0 0 0 auto;border: solid 2px #fff;}
.listing-full .listing > div .text {background: #fff;padding: 20px;font-size: 14px;border-radius: 0 0 10px 10px;flex-grow: 1;display: flex;flex-direction: column;position: relative;}
.listing-full .listing > div .text .name {text-decoration: none;font-size: 20px;font-weight: 700;color: #000;line-height: 1;display: block;margin: 0 0 7px 0;}
.listing-full .listing > div .text .location {font-weight: 300;font-size: 13px;opacity: 0.7;}
.listing-full .listing > div .text .features {margin: 0;flex-grow: 1;}
.listing-full .listing > div .text .features span {padding: 0 20px 0 0;display: inline-block;position: relative;}
.listing-full .listing > div .text .features span:last-child {padding: 0;}
.listing-full .listing > div .text .features span::after {content:"";width: 5px;height: 5px;background: #FA8223;display: inline-block;border-radius: 50%;position: absolute;right: 7px;top: 50%;transform: translateY(-50%);}
.listing-full .listing > div .text .features span:last-child::after {content: none;}
.listing-full .listing > div .text .features span i {}
.listing-full .listing > div .text .rating {margin: 20px 0 0 0;font-weight: 600;}
.listing-full .listing > div .text .rating i {margin: 0 6px 0 0; color: #FA8223; }
.listing-full .listing > div .text .rating small {font-weight: 300; font-size: 100%; }

.listing-full .listing > div .text .icons {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.listing-full .listing > div .text .icons i {
    font-size: 16px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.listing-full .listing > div .text .icons i:hover {color:#FA8223}
.listing-full .listing > div .text .icons i.icon-ban {
    font-size: 18px;
    margin: 0 0 0 10px;
}
.listing-full .listing > div .text .icons i.toggle-info {
    margin: 0 0 0 10px;
    font-weight: 600;
    font-size: 15px;
}
.listing-full .listing > div .text .icons i.toggle-info.active::after {content:"";display: block;height: 400px;position: absolute;width: 30px;top: 50%;transform: translateY(-50%);left: 4px;}

.quick-info {position: absolute;border-radius: 0;left: 0;z-index: 99;width: 45%;height: 100%;top: 0;background: #fff;display: none;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,0.15);}
.quick-info.open {display: block;}
.quick-info .close-popup {width: 30px;height: 30px;line-height: 27px;position: absolute;display: block;top: 10px;right: 10px;z-index: 100;opacity: 1;text-shadow: none;background: #000;border-radius: 50%;color: #fff;font-size: 10px;border: solid 2px #fff;text-align: center;}
.quick-info .close-popup::before {
    content: "\e90d";
    font-family: 'icomoon';
}

.quick-info .hero {display: flex; }
.quick-info .hero img {flex: 0 1 33.33%;object-fit: cover;height: 200px;max-width: 33.33%;}
.quick-info .text {overflow: auto;padding: 20px !important;display: block !important;border-radius: 0 !important;height: 500px;overflow-y: auto;padding-bottom: 100px;}
.quick-info .foot {
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: #fff;
    padding: 20px;
    left: 0;
    right: 0;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.quick-info .foot .btn {
    margin: 0 5px;
}
.quick-info h2 {font-size: 18px; font-weight: 800; }
.quick-info .location {font-size: 13px; }
.quick-info .location i {margin: 0 5px 0 0; font-size: 18px; opacity: 0.3; vertical-align: middle; top: -2px; position: relative; }
.quick-info .meta {}
.quick-info .section {font-size: 13px; }
.quick-info .section h3 {font-size: 16px; font-weight: 800; }
.quick-info .section p {}



.filter {background: #fff; padding: 40px; margin: -40px -40px 30px -40px; width: calc(100% + 80px); }
.filter form {display: flex; width: 100%; align-items: flex-start; }
.filter .fieldWrap {padding: 0 10px 0 0px;flex: 0 1 33.33%;max-width: 33.33%;}
.filter .fieldWrap .select2  {width: 100% !important; }
.filter .fieldWrap .select2 .selection {}
.filter .fieldWrap .select2 .selection .select2-selection {padding: 0; border: none; box-shadow: 0 0 10px rgba(0,0,0,0.10); border-radius: 10px; padding: 7px 9px; min-height: 45px; overflow: hidden; }
.filter .fieldWrap .select2 .selection .select2-selection[aria-expanded="true"] {border-radius: 10px 10px 0 0; }
.filter .fieldWrap .select2 .selection .select2-selection ul {display: inline-block; margin: 0; white-space: nowrap; }
.filter .fieldWrap .select2 .selection .select2-selection ul li {font-size: 12px; border: none; padding: 3px 8px 3px 15px; vertical-align: top; margin: 3px 7px 3px 0px; display: inline-block; border-radius: 5px; background: #f2f2f2; }
.filter .fieldWrap .select2 .selection .select2-selection ul li button {border: none; height: 100%; background: none; color: #000; }
.filter .fieldWrap .select2 .selection .select2-selection ul li button span {}
.filter .fieldWrap .select2 .selection .select2-selection ul li > span {padding: 0; line-height: 1; }
.filter .fieldWrap .select2 .selection .select2-selection .select2-search {/* display: none; */display: inline-block;/* display: inline; */position: absolute;left: 0;top: 0;height: 100%;padding: 0 0 0 6px;}
.filter .fieldWrap .select2 .selection .select2-selection .select2-search textarea {height: 46px;line-height: 46px;margin: 0 0 0 10px;min-height: auto;font-size: 14px;font-weight: 400;font-family: inherit;border-radius: 0;}
.filter .fieldWrap .select2 .selection .select2-selection .select2-search textarea[style="width: 0.75em;"] {
    display: none;
}
.filter .fieldWrap .select2 .selection .dropdown-wrapper {}
.filter .fieldWrap {}
.filter form > input {border: none; background: #FA8223; color: #fff; border-radius: 10px; padding: 0 20px; height: 45px; }


body .select2-container .select2-dropdown {border: none !important; border-radius: 0 0 10px 10px; overflow: hidden; box-shadow: 0 8px 10px rgb(0 0 0 / 10%); margin: -1px 0 0 0; }
body .select2-container .select2-dropdown .select2-results {border-radius: 0; }
body .select2-container .select2-dropdown .select2-results .select2-results__options {font-size: 13px;padding: 10px 20px;}
body .select2-container .select2-dropdown .select2-results .select2-results__options li {line-height: 1; position: relative; padding: 0; margin: 0 0 11px 0; }
body .select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option--selected {background: none !important;color: #aaa !important;}
body .select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option--selected::after {content:"\f00c";font-family: "Font Awesome 5 Free";font-weight: 900;position: absolute;right: 0;top: 1px;color: #FA8223;font-size: 13px;}
body .select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option--highlighted {background: none;color: #FA8223;}


body .select2-container .select2-dropdown.city-dropdown {background: #f2f2f2;width: 170px !important;left: -20px;padding: 5px 0 0 0;top: 20px;box-shadow: none;border-radius: 0 0 23px 23px;}
body .select2-container .select2-dropdown.city-dropdown .select2-search--dropdown {padding: 10px 20px 5px 20px;}
body .select2-container .select2-dropdown.city-dropdown .select2-search--dropdown input {border: none; box-shadow: none; padding: 0 10px; height: auto; min-height: 35px; }
body .select2-container .select2-dropdown.city-dropdown .select2-results {}
body .select2-container .select2-dropdown.city-dropdown .select2-results .select2-results__options {
    font-size: 15px;
}
body .select2-container .select2-dropdown.city-dropdown .select2-results .select2-results__options li {}
body .select2-container .select2-dropdown.city-dropdown .select2-results .select2-results__options li.select2-results__option--selected {}
body .select2-container .select2-dropdown.city-dropdown .select2-results .select2-results__options li.select2-results__option--selected::after {}
body .select2-container .select2-dropdown.city-dropdown .select2-results .select2-results__options li.select2-results__option--highlighted {}



.header-filter .select2  {width: 100% !important;vertical-align: top;padding: 1px 0 0 0;}
.header-filter .select2 .selection {}
.header-filter .select2 .selection .select2-selection {padding: 0;border: none;border-radius: 10px;padding: 0;background: none;box-shadow: none;min-height: unset;height: auto;}

.header-filter .select2 .selection .select2-selection[aria-expanded="true"] {border-radius: 10px 10px 0 0; }
.header-filter .select2 .selection .select2-selection .select2-selection__rendered {
    line-height: 1;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    padding: 0 30px 0 0;
    min-width: 150px;
    font-weight: 600;
}
.header-filter .select2 .selection .select2-selection .select2-selection__arrow {
    height: 17px;
}
.header-filter .select2 .selection .select2-selection .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 4px 3px 0 3px;
    margin: 0 6px 0 -2px;
}
.header-filter .select2 .selection .select2-selection ul {display: inline-block; margin: 0; white-space: nowrap; }
.header-filter .select2 .selection .select2-selection ul li {font-size: 12px; border: none; padding: 3px 8px 3px 15px; vertical-align: top; margin: 3px 7px 3px 0px; display: inline-block; border-radius: 5px; background: #f2f2f2; }
.header-filter .select2 .selection .select2-selection ul li button {border: none; height: 100%; background: none; color: #000; }
.header-filter .select2 .selection .select2-selection ul li button span {}
.header-filter .select2 .selection .select2-selection ul li > span {padding: 0; line-height: 1; }
.header-filter .select2 .selection .select2-selection .select2-search {display: none; }
.header-filter .select2 .selection .select2-selection .select2-search textarea {height: 31px; margin: 0 0 0 10px; min-height: auto; }











.filter .fieldWrap .facetwp-facet {margin: 0; }
.filter .fieldWrap .facetwp-facet .fs-wrap {position: relative;width: 100%;}
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-label-wrap {border: none;background: #ffff;width: 100%;border-radius: 5px;box-shadow: 0 0 5px rgba(0,0,0,0.1);max-width: 100%;}
.filter .fieldWrap .facetwp-facet .fs-wrap.fs-open .fs-label-wrap {border-radius:5px 5px 0 0 }
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-label-wrap .fs-label {padding: 0 25px 0 12px; height: 45px; line-height: 45px; }
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-label-wrap .fs-arrow {border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 4px solid #333; right: 10px; }
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-dropdown {margin: 0;border: none;background: #fff;width: auto;padding: 15px;min-width: 100%;border-radius: 0 0 5px 5px;box-shadow: 0 3px 5px rgb(0 0 0 / 10%);top: 45px;max-width: 100%;}
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-dropdown .fs-search {margin: 0 0 10px 0;padding: 0;border: none;}
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-dropdown .fs-search input {min-height: 30px;background: #f2f2f2;padding: 0 10px;font-size: 13px;border-radius: 5px;}
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options {padding: 0; }
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option {padding: 0 0 0 20px;margin: 0 0 13px 0;position: relative;color: #666;}
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option:last-child {margin-bottom: 5px;}
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option .fs-checkbox {width: auto;top: 0;bottom: auto;transform: none;}
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option .fs-checkbox i {border: none;background-color: #eee;border-radius: 3px;top: auto;bottom: auto;}
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option.selected .fs-checkbox i {background-color: #FA8223;}
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option .fs-option-label {font-size: 13px;white-space: normal;}
.filter .fieldWrap .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option .fs-option-label .facetwp-counter {}
.filter .fieldWrap:last-child {padding: 0;}
.filter .fieldWrap input {font-size: 15px; width: 100%; }

.filter .fieldWrap form {}
.filter .fieldWrap form .bootstrap-select {}
.filter .fieldWrap form .bootstrap-select .dropdown-toggle {background: #fff; box-shadow: 0 0 10px 0 rgba(0,0,0,0.1); padding: 0 10px; height: 45px; outline: none !important; border-radius: 5px; position: relative; }
.filter .fieldWrap form .bootstrap-select .dropdown-toggle::after {border-top: 5px solid;border-left: 4px solid transparent;border-right: 4px solid transparent;margin: 10px 0 0 0;vertical-align: top;}
.filter .fieldWrap form .bootstrap-select.show .dropdown-toggle {border-radius: 5px 5px 0 0; }
.filter .fieldWrap form .bootstrap-select .dropdown-toggle .filter-option {padding: 0 30px 0 10px; font-size: 15px; line-height: 45px; height: 45px; }
.filter .fieldWrap form .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {padding: 0; }
.filter .fieldWrap form .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {}
.filter .fieldWrap form .bootstrap-select .dropdown-menu {max-height: 260px !important; padding: 0 10px 10px; border: none; box-shadow: 0px 4px 10px 0 rgb(0 0 0 / 10%); top: 45px !important; bottom: auto !important; transform: none !important; max-width: 100% !important; min-width: 100% !important; border-radius: 5px; }
.filter .fieldWrap form .bootstrap-select.show .dropdown-menu {border-radius: 0 0 5px 5px;border-top: solid 10px #fff;}
.filter .fieldWrap form .bootstrap-select.show::before {content:"";height: 10px;background: #fff;position: absolute;width: 100%;left: 0;top: 40px;z-index: 1002;}
.filter .fieldWrap form .bootstrap-select.show .dropdown-menu::after {}
.filter .fieldWrap form .bootstrap-select .dropdown-menu .bs-searchbox {padding: 0; margin: 0 0 20px 0; box-shadow: none; }
.filter .fieldWrap form .bootstrap-select .dropdown-menu .bs-searchbox input {background: #f2f2f2; box-shadow: none; padding: 0 10px; height: 40px; min-height: 40px; }
.filter .fieldWrap form .bootstrap-select .dropdown-menu .inner  {padding: 0; }
.filter .fieldWrap form .bootstrap-select .dropdown-menu .inner .dropdown-menu {font-size: 14px; box-shadow: none; }
.filter .fieldWrap form .bootstrap-select .dropdown-menu .inner .dropdown-menu li {margin: 0 0 10px 0; white-space: normal; }
.filter .fieldWrap form .bootstrap-select .dropdown-menu .inner .dropdown-menu li.no-results {font-size: 13px; line-height: 1.2; background: none; padding: 0; }
.filter .fieldWrap form .bootstrap-select .dropdown-menu .inner .dropdown-menu li a {padding: 0; background: none; line-height: 1.1; }
.filter .fieldWrap form .bootstrap-select .dropdown-menu .inner .dropdown-menu li a .text {}
.filter .fieldWrap form .bootstrap-select .dropdown-menu .inner .dropdown-menu li.selected {}
.filter .fieldWrap form .bootstrap-select .dropdown-menu .inner .dropdown-menu li.selected a {opacity: 0.5; }
.filter .fieldWrap form .bootstrap-select .dropdown-menu .inner .dropdown-menu li.selected a .text {white-space: normal; line-height: 1; }
.filter .fieldWrap form .bootstrap-select .dropdown-menu .inner .dropdown-menu li.selected a .check-mark {top: 1px; }



/* ===================== */
/* ==== Single page ==== */
/* ===================== */


.slider {}
.slider .owl-stage-outer {}
.slider .owl-stage-outer .owl-stage {}
.slider .owl-stage-outer .owl-stage .owl-item {}
.slider .owl-stage-outer .owl-stage .owl-item img {height: 450px;width: auto;}
.slider .description {display:none;}
.slider .owl-nav {display:block !important}
.slider .owl-nav .owl-prev {width: 50px;height: 50px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);background: #000 !important;z-index: 10;opacity: 0.5;border-radius: 0 5px 5px 0;font-size: 18px !important;color: #fff;}
.slider .owl-nav .owl-next {width: 50px;height: 50px;position: absolute;top: 50%;right: 0;transform: translateY(-50%);background: #000 !important;z-index: 10;opacity: 0.5;border-radius: 5px 0 0 5px;color: #fff;}
.slider .owl-nav .owl-next::before {content:"\e911";padding: 0 0 0 7px;}
.slider .owl-nav .owl-prev::before {content:"\e912";padding: 0 7px 0 0;}
.slider .owl-nav .owl-next::before, .slider .owl-nav .owl-prev::before {font-family: icomoon;color: #fff;font-size: 25px;}

.slider:hover .owl-prev, .slider:hover .owl-next {opacity: 0.8;background: #FA8223 !important;transition: all 0.3s;}


.content-wrap {display: flex;/* align-items: flex-start; */flex-wrap: wrap;height: 100%;}
.single-content {/* max-width: 66.66%; */flex: 0 1 66.66%;padding: 0 50px 0 0;/* height: 100%; */}
.single-content .intro {position: relative; padding: 0 120px 0 0; margin: 0 0 30px 0; }
.single-content .intro h1 {margin: 0 0 5px 0;font-size: 28px;font-weight: 700;}
.single-content .intro .user {position: absolute;top: 0;right: 0;max-width: 120px;text-align: center;}
.single-content .intro .user img {box-shadow: 0 0 0 1px #FA8223;border-radius: 50%;border: solid 4px #fff;max-width: 75px;position: relative;margin: 0 0 7px 0;}
.single-content .intro .save {font-size: 10px;color: #000;text-decoration: none;/* position: absolute; *//* bottom: 0; *//* right: 70px; */margin: 0 0 0 10px;}
.single-content .intro .share {font-size: 10px;color: #000;text-decoration: none;/* position: absolute; *//* bottom: 0; *//* right: 0; */}
.single-content .intro .share i, .single-content .intro .save i {
    margin: 0 5px 0 0;
    font-size: 14px;
    vertical-align: middle;
}
.single-content .intro .meta {}
.single-content .intro .meta .location {font-weight: 400;margin: 0 0 21px 0;}
.single-content .intro .meta .location i {margin: 0 6px 0 0; font-size: 20px; opacity: 0.3; vertical-align: middle; top: -2px; position: relative; }
.single-content .intro .meta .features  {display: inline-block;margin: 0;font-weight: 700;}
.single-content .intro .meta .features span {padding: 0 30px 0 0;display: inline-block;position: relative;/* font-weight: 300; */}
.single-content .intro .meta .features span strong {font-weight: inherit;}
.single-content .intro .meta .features span:last-child {padding: 0;}
.single-content .intro .meta .features span::after {content:"";width: 5px;height: 5px;background: #FA8223;display: inline-block;border-radius: 50%;position: absolute;right: 11px;top: 50%;transform: translateY(-50%);}
.single-content .intro .meta .features span:last-child::after {content: none;}
.single-content .intro .meta .features span i {}

.content-wrap .section {padding: 30px 0;border-top: solid 2px #EEE;width: 100%;}
.content-wrap .section h2 {font-weight: 800;font-size: 23px;margin: 0 0 20px 0;}
.content-wrap .section p {}

ul.highlights {margin: 0; padding: 0; list-style: none; }
ul.highlights li {margin: 0 0 25px 0;position: relative;padding: 0 0 0 53px;}
ul.highlights li:last-child {margin-bottom:0}
ul.highlights li i {font-size: 38px;position: absolute;top: 0;left: 0;line-height: 1;color: #000;width: 38px;}
ul.highlights li strong {display: block; }


.row.ttn {}
.row.ttn > div {
    font-size: 14px;
}
.row.ttn > div ul {padding: 0; list-style: none; margin: 0; font-size: 14px; }
.row.ttn > div ul li {margin: 0 0 12px 0;padding: 0 0 0 24px;position: relative;line-height: 1.2;}
.row.ttn > div ul li i {margin: 0 10px 0 0; position: absolute; left: 0; top: 3px; }
.row.ttn > div h3 {font-weight: 700; font-size: 16px; }
.row.ttn > div p {}
.row.ttn > div a {color: inherit; }

.review-votes {display: flex; flex-wrap: wrap; margin: 0 -50px; }
.review-votes .item {flex: 0 1 50%; display: flex; padding: 0 50px; align-items: center; margin: 0 0 9px 0; }
.review-votes .item .title {margin: 0; flex: 0 1 35%; }
.review-votes .item .line {margin: 0 0 0 auto; background: #eee; flex: 0 1 35%; height: 4px; border-radius: 2px; }
.review-votes .item .line span {background:#000;width: 50px;height: 4px;display: block;border-radius: 2px;}
.review-votes .item .number {margin: 0; margin: 0 0 0 15px; font-weight: 600; font-size: 13px; }

.reviews-rating {font-weight: 800;margin: 0 auto;/* text-align: center; */margin: 0 0 20px 0;font-size: 32px;}
.reviews-rating i {margin: 0 6px 0 0; color: #FA8223; }
.reviews-rating small {font-weight: 300; font-size: 50%; margin: 0 0 0 3px; }

.reviews {display: flex; flex-wrap: wrap; margin: 40px  -20px 0; }
.reviews .item {flex: 0 1 50%; padding: 0 20px; margin: 0 0 30px 0; }
.reviews .item .author {display: flex; align-items: center; }
.reviews .item .author img {max-width: 60px; border-radius: 50%; margin: 0 12px 0 0; }
.reviews .item .author p {margin: 0; font-weight: 700; line-height: 1.2; }
.reviews .item .author p span {display: block; font-weight: 400; font-size: 13px; }
.reviews .item .comment {padding: 20px; background: #f4f4f4; border-radius: 0 30px 30px 30px; margin: 10px 0 0 0; font-size: 14px; }

  
.single-sidebar {flex: 0 1 33.33%;position: relative;margin: 0;}
.single-sidebar .content {position: sticky; top: 40px; padding: 30px; box-shadow: 0 0 10px rgb(0 0 0 / 10%); border-radius: 10px; min-height: 200px; margin: 0 0 30px 0; }

.single-sidebar .top {display: flex; align-items: center; }
.single-sidebar .rating {font-size: 19px;font-weight: 600;display: inline-block;margin: 0 0 0 auto;text-align: center;}
.single-sidebar .rating i  {color: #FA8223;margin: 0 5px 0 0;}
.single-sidebar .rating small {font-size: 10px; font-weight: 400; display: block; margin: -1px 0 0 1px; }


.single-sidebar .price {font-size: 32px; font-weight: 600; }
.single-sidebar .price sup {font-size: 45%; top: -11px; margin: 0 3px 0 0; font-weight: 400; }
.single-sidebar .price small {font-size: 45%; font-weight: 400; }





.modal {}
.modal .modal-dialog {}
.modal .modal-dialog .modal-content {border: none; border-radius: 0; box-shadow: 0 0 20px rgb(0 0 0 / 15%); border-radius: 10px; }
.modal .modal-dialog .modal-content .modal-body {
    padding: 30px;
}
.modal .modal-dialog .modal-content .modal-body .close {width: 30px; height: 30px; line-height: 27px; position: absolute; display: block; top: -10px; right: -10px; z-index: 100; opacity: 1; text-shadow: none; background: #000; border-radius: 50%; color: #fff; font-size: 10px; border: solid 2px #fff; }
.modal .modal-dialog .modal-content .modal-body .close::before {content:"\e90d";font-family: 'icomoon';}
.modal .modal-dialog .modal-content .modal-body h2 {
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 20px 0;
}


.modal-backdrop {background: rgba(255,255,255,0.8); opacity: 1 !important; }


#gallery-modal {backdrop-filter: blur(3px);}
#gallery-modal .modal-dialog {max-width: 1000px; pointer-events: none; }
#gallery-modal .modal-dialog .modal-content {background: none; box-shadow: none; display: inline-flex; width: auto; margin: 0 auto; border-radius: 0; }
#gallery-modal .modal-dialog .modal-content .modal-body {padding: 0;border-radius: 0;border: none;text-align: center;display: inline-block;width: auto;}
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider {display: inline-block; position: relative; z-index: 10; }
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .item {position: relative;display: none;border-radius: 10px;box-shadow: 0 0 20px rgb(0 0 0 / 15%);overflow: hidden;position: relative;}
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .item.show {display:inline-block;}
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .item .description::after {content:"";background: rgb(0,0,0);background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);position: absolute;left: 0;bottom: 0;right: 0;height: 130%;z-index: -1;opacity: 0.7;}
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .item img {width: auto; max-width: 100%;}
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .item .description {position: absolute; padding: 20px; left: 0; right: 0; bottom: 0; color: #fff; font-size: 12px; margin: 0; z-index: 2; font-weight: 300; }
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .icon-next {position: absolute; top: 50%; right: 10px; font-size: 38px; color: #fff; text-shadow: 0 0 15px rgb(0 0 0 / 80%); transform:translateY(-50%); opacity: 0.5; }
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .icon-back {position: absolute; top: 50%; left: 10px; font-size: 38px; color: #fff; text-shadow: 0 0 15px rgb(0 0 0 / 80%); transform:translateY(-50%); opacity: 0.5; }
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider:hover .icon-back, #gallery-modal .modal-dialog .modal-content .modal-body .modal-slider:hover .icon-next {opacity:1}
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .owl-nav {}
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .owl-nav .owl-next {position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: block; }
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .owl-nav .owl-prev {position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; }
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .owl-nav .owl-next::before {content:"\e911";}
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .owl-nav .owl-prev::before {content:"\e912";}
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .owl-nav .owl-next::before, #gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .owl-nav .owl-prev::before {font-family: icomoon;color: #fff;font-size: 46px;font-weight: 300;text-shadow: 0 0 20px rgb(0 0 0 / 50%);}
#gallery-modal .modal-dialog .modal-content .modal-body .modal-slider .owl-dots {display: none; }


.map {}
.map .gm-style {}
.map .gm-style div[aria-roledescription="map"] {}
.map .gm-style div[aria-roledescription="map"] > div:nth-child(3) {}
.map .gm-style div[aria-roledescription="map"] > div:nth-child(3) > div {}
.map .gm-style div[aria-roledescription="map"] > div:nth-child(3) > div > div:nth-child(3) {}
.map .gm-style div[aria-roledescription="map"] > div:nth-child(3) > div > div:nth-child(3) > div {}
.map .gm-style div[aria-roledescription="map"] > div:nth-child(3) > div > div:nth-child(3) > div img {}
.map .gm-style div[aria-roledescription="map"] > div:nth-child(3) > div > div:nth-child(3) > div map {}
.map .gm-style div[aria-roledescription="map"] > div:nth-child(3) > div > div:nth-child(3) > div map area {}



div[style="display: table-cell; vertical-align: middle; white-space: nowrap; text-align: center;"] {}
div[style="display: table-cell; vertical-align: middle; white-space: nowrap; text-align: center;"] div {background: #fff; padding: 12px; border-radius: 21px; font-family: Montserrat !important; box-shadow: 0 0 8px 0 rgb(0 0 0 / 15%); font-weight: 500; position: relative; }
img[style="position: absolute;left: 0px;top: 0px;width: 27px;height: 43px;user-select: none;border: 0px;padding: 0px;margin: 0px;max-width: none;opacity: 1;"] {display: none !important;}
div[style="position: absolute; left: 0px; top: 0px; z-index: 103; width: 100%;"] img{opacity: 0 !important;}

.gm-style-iw.gm-style-iw-c {padding: 0; }
.gm-style-iw.gm-style-iw-c .gm-style-iw-d {padding: 0 !important; max-width: 300px; overflow: hidden !important; max-height: unset !important; }
.gm-style-iw.gm-style-iw-c > button {top: 0 !important; right: 0 !important; background: none !important; opacity: 1; }
.gm-style-iw.gm-style-iw-c > button img {display: none !important;}
.gm-style-iw.gm-style-iw-c > button::before {content:"\e90d"; color: #fff; font-family: 'icomoon'; font-size: 9px; }
.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info {font-family: "Montserrat";}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .banner {position:relative;overflow: hidden;}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .banner::after  {content: "";display: block;width: 100%;height: 50%;position: absolute;left: 0;right: 0;bottom: -20px;background: rgb(0,0,0);background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);z-index: 15;}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info img {width: 100%; }
.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .meta {position: absolute; bottom: 0; left: 0; color: #fff; right: 0; padding: 20px; z-index: 16; }
.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .text .name {font-weight: 700; color: #000; display: block; font-size: 16px; text-decoration: none; }

.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .meta .price {font-size: 21px;}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .meta .price sup {font-size: 45%; top: -9px; margin: 0 3px 0 0; } 
.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .meta .price small {font-size: 45%; }

.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .text {padding: 15px; }
.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .text .location {margin: 3px 0 6px 0px; font-size: 12px; opacity: 0.7; }

.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .text .rating {margin: 10px 0 0 0;font-weight: 600;}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .text .rating i {margin: 0 6px 0 0; color: #FA8223; }
.gm-style-iw.gm-style-iw-c .gm-style-iw-d > div .popup-info .text .rating small {font-weight: 300; font-size: 100%; }




.pagination {font-size: 13px; text-align: center; justify-content: center; }
.pagination li {margin: 0 6px; line-height: 35px; }
.pagination li a.pagination-prev {border: none;/* background: none !important; */color: #000 !important;font-size: 18px;}
.pagination li a.pagination-prev i {vertical-align: middle; }
.pagination li a.pagination-next {border: none;/* background: none !important; */color: #000;font-size: 18px;}
.pagination li a.pagination-next i {vertical-align: middle; }
.pagination li a {text-decoration: none; display: inline-block; width: 35px; height: 35px; /* border: solid 1px #ccc; */ border-radius: 50%; text-align: center; line-height: 35px; color: #000; position: relative; }
.pagination li a:hover {background: #f9f9f9;color: #000;font-weight: 600;}
.pagination li a u {text-decoration: none; background: #FA8223; height: 35px; display: block; border-radius: 50%; width: 35px; line-height: 36px; border: none; color: #fff; box-shadow: 0 0 0 1px #FA8223; font-weight: 600; }

.pagination + .totals {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 13px;
}




.country-language {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.country-language li {
    flex: 0 1 20%;
    margin: 0  0 20px 0;
    padding: 0 20px 0 0;
}
.country-language li a {
    color: #000;
    text-decoration: none;
    line-height: 1.2;
    display: block;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px transparent;
}
.country-language li a.active {font-weight: 600;background: #000;color: #fff;}
.country-language li a.active span {opacity:1}
.country-language li a:hover {background: #f2f2f2;color: #000;}
.country-language li a:hover span {}
.country-language li a span {
    display: block;
    opacity: 0.7;
    font-weight: 400;
}