html,
body,
.wrapper {
    height: 100%;
}

@font-face {
    font-family: "SegoeUIRegular";
    src: url("/fonts/SegoeUIRegular.woff") format('woff');
}

html {
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
}

::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
}

input[name="contact_number"]::-webkit-inner-spin-button,
input[name="contact_number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[name="age"]::-webkit-inner-spin-button,
input[name="age"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[name="contact_number_1"]::-webkit-inner-spin-button,
input[name="contact_number_1"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[name="contact_number_2"]::-webkit-inner-spin-button,
input[name="contact_number_2"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[name="rangemin"],
input[name="rangemax"] {
    -webkit-text-fill-color: #fff !important;
    -webkit-opacity: 1;
    opacity: 1;
}
.mobilePage input[name="rangemin"],
.mobilePage input[name="rangemax"] {
    width: 70px !important;
}

.mobilePage .hand-write{
    display: none;
}

.yacht-number {
    color: rgb(229, 176, 119);
}

.black {
    color: #000;
}

.max-sea {
    max-width: 110px;
}

.max-beachfrnt {
    max-width: 120px;
}

.covery2 {
    object-fit: cover;
}

.wrapper {
    background: linear-gradient(to bottom, rgba(30, 33, 39, 0.5) 0%, rgba(30, 33, 39, 0.4) 30%, rgba(30, 33, 39, 0.3) 60%, rgba(30, 33, 39, 0.2) 80%);
}

svg {
    max-height: 0px;
    z-index: -998;
}

.header-section {
    min-height: 100%;
}

.image-logo {
    margin-left: 21px;
    text-align: center;
    left: 0;
    right: 0;
}

.image-map {
    margin-top: 1%;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    color: #ffffff;
    border: solid 1px #e0e7ee;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    width: 100px;
}

.padd-count .nice-select {
    border-radius: 10px 0px 0px 10px;
}

.padd-reg .nice-select {
    border-radius: 0px 10px 10px 0px;
    min-width: 105px;
}

.bedroom-select .nice-select {
    border-radius: 10px;
    height: 33px;
    line-height: 33px;
    width: 84px;
}

.bedroom-selectRU .nice-select,
.year-selectRU .nice-select {
    width: 83px;
    border-radius: 10px;
    height: 33px;
    line-height: 33px;
    margin-left: -9px;
}

.year-selectRU .nice-select {
    margin-left: -15px;
}

.lang-select {
    display: inline-flex;
    padding-left: 5px;
}

.lang-select .nice-select {
    height: 20px;
    padding: 0px 20px 0px 5px;
    line-height: 20px;
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    ;
    color: #000000;
    border-radius: 5px;
    font-size: 11px;
    width: 43px;
}

.lang-select .nice-select .option {
    padding-left: 13px;
    padding-right: 13px;
    max-width: 42px;
}

.search-bed .nice-select {
    border-radius: 7px 0px 0px 7px;
    padding-left: 3px;
    width: 117px;
}

.search-price .nice-select {
    width: 78px;
}

.invest_send_inq:hover {
    color: #808080;
}

.parsley-required,
.parsley-errors-list {
    color: red;
}

.send_enquire:hover {
    color: #808080 !important;
}

.search-price .nice-select,
.search-price-new .nice-select,
.search-bed-new .nice-select,
.search-build-new .nice-select {
    padding-left: 2px;
}

option[value=""][selected] {
    display: none;
}

.nice-select:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    color: darkgray;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cdd5de;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: rgba(30, 33, 39, 0.9);
    color: #ffffff;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 2px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 1px solid #ffffff;
    min-width: 97px;
}

.option2 .option {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
}

.nice-select .option:last-child {
    border-bottom: none;
}

.nice-select .option:hover,
.nice-select .option.focus {
    background-color: transparent;
    color: rgb(229, 176, 119);
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    display: none;
    background-color: transparent;
    color: darkgray;
    cursor: default;
}

.param-search .nice-select .option {
    max-width: 135px;
}

.padd-count .nice-select .option {
    margin-right: 0;
    width: 105px;
}

.button-please {
    color: #ffffff;
    border-color: transparent;
    background-color: transparent;
    border: 1px;
    margin-bottom: 10px;
    margin-left: 13px;
    margin-top: 10px;
    text-align: center;
}

.header-padd {
    padding: 0px;
}

.navbar-custom {
    display: table-cell;
    color: #ffae00;
}

.social-links .send-inq {
    float: left;
    position: relative;
    top: -3px;
    left: -15px;
}

.social-links .send-inq a {
    font-size: 16px;
}

.social-links .rightSide {
    float: right;
}

.social-links .rightSide a {
    font-size: 16px;
}

.send-inq,
.social-links .send-inq {
    margin-top: 3px;
    border: none;
    margin-left: 15px;
    color: #000000;
    padding: 3px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 7px;
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.send-inqRU {
    margin-top: 3px;
    border: none;
    margin-left: 15px;
    color: #000000;
    padding: 3px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 7px;
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.menu-listRU {
    font-weight: 700;
}

.footer-custom {
    width: 100%;
    bottom: 0;
}

.footer-scroll p {
    text-align: center;
    color: #ffffff;
    BOTTOM: -5px;
    clear: both;
    position: relative;
    padding-top: 10px;
    font-size: 16px;
    font-family: 'Goudy', sans-serif;
}

.footer-home p {
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    BOTTOM: 0;
    MARGIN-BOTTOM: 0px;
    font-size: 13px;
    position: absolute;
    width: 100%;
}

.bedroom-name {
    color: #ffffff;
    line-height: 35px;
    margin-left: 10px;
    margin-right: 31px;
}

.bedroom-name-search {
    color: #ffffff;
    padding-top: 10px;
    margin-right: 5px;
    font-size: 14px;
}

.hot-price button {
    width: 80px;
    padding-left: 6px;
}

.dest {
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 12px;
    margin-left: 13px;
}

.destRU {
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 12px;
    margin-left: 13px;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

.reg-count {
    margin-bottom: 7px;
    display: inline-flex;
    text-align: center;
}

.check-box-ru-inline {
    display: inline-flex;
    color: #fff;
}

.check-box-ru-inline .col-md-6 {
    padding: 5px;
}

.check-box-ru-inline label {
    color: #FFFFFf;
}

.villa-name-class {
    height: 70px;
    width: 300px;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding-top: 14px;
    text-align: center;
    float: right;
    position: absolute;
    margin-left: 65%;
    font-size: 18px;
}

.villa-name-class::before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.villa-name-class::after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.box {
    transition: 0.5s;
    border: 2px solid #ffffff;
    -webkit-transition: 0.5s;
}

.box:hover {
    border: 2px solid rgba(0, 160, 80, 0);
}

.box::before,
.box::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 0.5s;
}

.box:hover::after,
.box:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.noscroll {
    overflow: hidden;
}

@media screen and (min-width:768px) {
    #number2 {
        margin-left: 45px;
        padding-bottom: 5px;
    }
    #fax1 {
        margin-left: 15px;
    }
    .villa-name-class {
        margin-top: 130px;
    }
    label[for="beach-chk"] {
        margin-left: 5px;
    }
}

@media screen and (min-width:1600px) {
    .villa-name-class {
        margin-top: 150px;
    }
}

@media screen and (max-width:767px) {
    .bord-gray {
        width: auto !important;
    }
}

@media screen and (max-width:768px) {
    .calendar-box .calendar-title {
        padding-left: 0px !important;
        margin-bottom: 0px;
    }
    .share-buttons {
        margin: 30px 0px 0px 0px !important;
    }
    .right-phone {
        padding-right: 0px !important;
    }
    .left-phone {
        padding-left: 0px !important;
        z-index: 999;
    }
    .date-picker-wrapper.two-months.no-gap .month1 .next,
    .date-picker-wrapper.two-months.no-gap .month2 .prev {
        display: block !important;
    }
    label[for="sea-chk"] {
        margin-left: 20px;
    }
    .pad-left-7 {
        padding-left: 7px;
    }
    .pad-left-27 {
        padding-left: 27px;
    }
    .covery2 img {
        /* max-height: 239px; */
        /* min-height: 239px; */
        /* height: 100%; */
        /* width: 100%; */
        overflow: hidden;
        object-fit: cover;
    }
    .covery img {
        min-height: 85px;
        object-fit: cover;
    }
    #number2 {
        margin-left: 50px;
        padding-bottom: 5px;
    }
    #fax1 {
        margin-left: 15px;
    }
    select,
    textarea,
    input {
        font-size: 16px !important;
    }
    .search-price .nice-select {
        width: 85px !important;
    }
    .search-bed .nice-select {
        width: 115px !important;
    }
    .infoholder {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #bigSlider {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mobile_max_height {
        margin-bottom: 30px;
    }
    .mobile_max_height a.more,
    .mobile_max_height a.less {
        float: right;
        color: #919191;
    }
}

.covery {
    object-fit: cover;
}

.ias-noneleft {
    color: #fff;
}

#villa-name-welc,
#welcome-desc {
    color: #ffffff;
}

.brc-name {
    display: inline-flex;
}

.brc-name p {
    color: #ffffff;
}

.bg-opacity1 {
    background: #000 none repeat scroll 0 0;
    opacity: 0.9;
    width: 100%;
    pointer-events: none
}

.social-links-custum {
    margin-top: 3px;
}

.checkbox-book {
    position: relative;
    text-align: center;
}

.checkbox-book input {
    height: 17px;
}

.sea-view {
    color: #ffffff;
    position: relative;
    padding-top: 2px;
    float: left;
}

#resvilmarg>div>label {
    margin-left: 30px;
}

img {
    max-width: 100%
}

.boxed-layout .wrapper {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    width: 1240px;
}

.boxed-layout .sticky,
.boxed-layout .top-header.sticky-header.sticky,
.boxed-layout .header-bottom.sticky-header.sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}

.preloader {
    background: rgb(4, 23, 33);
    background: -moz-radial-gradient(center, ellipse cover, rgba(4, 23, 33, 1) 0%, rgba(7, 50, 71, 1) 50%, rgba(4, 23, 33, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(4, 23, 33, 1) 0%, rgba(7, 50, 71, 1) 50%, rgba(4, 23, 33, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(4, 23, 33, 1) 0%, rgba(7, 50, 71, 1) 50%, rgba(4, 23, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#041721', endColorstr='#041721', GradientType=1);
    /*background-color:#02aff1; 
    background: url(images/preloader_bkg.png) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999999999;
}

.loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

.loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 160px;
    width: 160px;
    margin-top: -75px;
    margin-left: -75px;
    text-align: center;
}

.my-loader {
    background: url(images/circle.png);
    width: 160px;
    height: 160px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    margin-top: -75px;
}

.my-loader #loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


/*
.skype-loader .dot:nth-child(1) {
  animation-delay: 0.2s;
}

.skype-loader .dot:nth-child(2) {
  animation-delay: 0.35s;
}

.skype-loader .dot:nth-child(3) {
  animation-delay: 0.45s;
}

.skype-loader .dot:nth-child(4) {
  animation-delay: 0.55s;
}

.skype-loader .dot:after, .skype-loader .dot .first {
  content: "";
  position: absolute;
  width:10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
}

.skype-loader .dot .first {
  background: #fff;
  margin-top: -4px;
  animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
  animation-delay: 0.2s;
}

@keyframes dotrotate { 
  from { transform: rotate(0deg); } 
  to { transform: rotate(360deg); }
}

@keyframes dotscale { 
  0%, 10% { width: 16px; height: 16px; margin-left: -8px;  margin-top: -4px; } 
  50% { width: 8px; height: 8px; margin-left: -4px; margin-top: 0; }
  90%, 100% { width: 16px; height: 16px;  margin-left: -8px;  margin-top: -4px; }
}
*/

.object {
    width: 20px;
    height: 20px;
    background-color: rgba(252, 174, 24, 0.8);
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    margin-top: 65px;
    border-radius: 50% 50% 50% 50%;
}

.object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

.object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

.bg-dark {
    background-color: rgba(30, 33, 39, 0.8);
}

.header-section.height-vh {
    height: 100vh;
}

.header-section,
.menu .search-bar,
.b-date,
.select-book {
    position: relative;
}

.bg-opacity {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    pointer-events: none
}

.adresses .phone,
.adresses .email,
.adresses,
.social-links,
.menu-list,
.search-bar {
    display: inline-block;
}

.adresses .phone>p,
.adresses .email>p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.adresses .phone>p,
.adresses .email>p,
.search-bar input,
.search-bar button,
.booking-title h3,
.booking-title>p,
.b-date i,
.b-date input,
.select-book select,
.select-book::before,
.submit-form button:hover,
.social-links>a,
.explore>a,
p.welcome-desc,
.welcome-text h1,
.welcome-text h2 {
    color: #fff;
}

.adresses .email>p {
    margin-left: 18px;
}

.header-top .social-links {
    width: 347px;
    position: relative;
    top: -6px;
}

.rightSide>a>img:hover {
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header-top .social-links,
.menu .search-bar-icon {
    float: right;
}

.menu-list {
    float: left;
    width: 100%;
}

.menu .search-bar {
    margin-top: -8px;
}

.header-top {
    border-bottom: 1px solid #fff;
    padding: 15px 0 10px 0;
}

.welcome-section {
    background: linear-gradient(to bottom, rgba(30, 33, 39, 0.8) 0%, transparent 50%);
}

.menu nav ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding-bottom: 20px;
    vertical-align: middle;
}

.menu nav ul li:first-child {
    margin-left: 0;
}

.menu nav ul li a {
    color: #fff;
    font-size: 12px;
}

.menu nav ul li a i {
    margin-left: 5px;
}

.menu nav ul li a:hover,
.menu nav ul li a span:hover {
    color: rgb(229, 176, 119);
}

.menu .search-bar:hover input {
    display: block;
    width: 100%;
}

.menu .search-bar:hover button {
    right: 5px
}

.booking-box {
    background: linear-gradient(transparent, rgba(30, 33, 39, 0.8));
    margin-top: 15px;
    padding: 25px 25px 15px;
}

.booking-title h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.booking-title>p {
    font-weight: 300;
    line-height: 20px;
}

.b-date i {
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.b-date input {
    background: rgba(169, 169, 169, 0.5) none repeat scroll 0 0;
    border-color: transparent;
}

.b-date input::-webkit-input-placeholder,
.search-bar input::-webkit-input-placeholder {
    color: #fff;
}

.b-date input::-webkit-input-placeholder {
    color: #fff;
}

.b-date input::-moz-placeholder,
.search-bar input::-moz-placeholder {
    color: #fff;
}

.b-date input:-ms-input-placeholder,
.search-bar input:-ms-input-placeholder {
    color: #fff;
}

.select-book select {
    -moz-appearance: none;
    background-color: transparent;
    color: #ffffff;
    border: 0.01em solid #ffffff;
    position: relative;
    text-transform: capitalize;
    border-radius: 10px;
    height: 30px;
    padding-left: 24px;
    width: 87px;
    -webkit-appearance: none;
    appearance: none;
}

.year-name {
    color: #ffffff;
    line-height: 35px;
    margin-left: 10px;
    margin-right: 11px;
}

.bedroom-select {
    margin-left: 14px;
}

.year-select .nice-select {
    border-radius: 10px;
    height: 33px;
    line-height: 33px;
    width: 80px;
}

.year-select .nice-select .option {
    width: 80px;
}

.submit-form>button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #2e2e2e;
    padding: 10px 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.submit-formRU {
    font-family: Arial, serif;
    font-weight: 700;
}

.submit-form button:hover {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
}

.welcome-text h2 {
    padding-top: 60px;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
   /* font-family: "Goudy", sans-serif;*/
}

.welcome-text h2 span.coloring,
.welcome-text h1 span.coloring {
    color: #808080;
}

.welcome-text h1 {
    font-size: 58px;
    font-weight: 400;
}

p.welcome-desc {
    font-weight: 400;
}

.explore>a {
    background: rgba(30, 33, 39, 0.6) none repeat scroll 0 0;
    border: 1px solid transparent;
    display: inline-block;
    font-weight: 500;
    padding: 10px 30px;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.invalid {
    border: 1px solid #ccc;
    margin: 1px;
    background: rgb(75, 75, 75);
}

.social-links>a {
    font-size: 16px;
}

.social-links>a:hover {
    color: #808080;
}

.search-bar {
    display: none;
}

.search-bar.animated.slideInDown,
.search-bar.slideoutup {
    display: block;
}

.search-bar {
    background: rgba(58, 196, 250, 0.9) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}

.table,
.table-cell {
    display: table;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.search-bar-icon a {
    color: #fff;
    font-size: 18px;
}

.search-form-wrap .close-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 30px;
}

.search-form-wrap>form {
    margin-top: 100px;
    position: relative
}

.search-form-wrap .search-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 14px;
}

.search-form-wrap input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    height: 55px;
    font-size: 20px;
}

.menu nav ul li ul.dropdown_menu {
    background: rgba(30, 33, 39, 0.8) none repeat scroll 0 0;
    position: absolute;
    margin-left: -999999px;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    width: 200px;
    z-index: 99999;
    opacity: 1;
    -webkit-box-shadow: 0 2px 10px #607D8B;
    -moz-box-shadow: 0 2px 10px #607D8B;
    -ms-box-shadow: 0 2px 10px #607D8B;
    -o-box-shadow: 0 2px 10px #607D8B;
    box-shadow: 0 2px 10px #607D8B;
}

.menu nav ul li:hover ul.dropdown_menu li {
    opacity: 1;
}

.menu nav ul li:hover ul.dropdown_menu {
    margin-left: 0;
}

.menu nav ul li ul.dropdown_menu li a {
    color: #555;
    display: block;
    font-size: 12px;
    padding: 15px 15px;
    text-transform: uppercase;
}

.menu nav ul li ul.dropdown_menu li {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0;
    padding: 0;
    opacity: 0;
    margin-top: 10px;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.menu nav ul li:hover ul.dropdown_menu li {
    margin-top: 0px;
    opacity: 1;
}

.menu nav ul li ul.dropdown_menu li:last-child {
    border-bottom: medium none;
}

.menu nav ul li ul.dropdown_menu li:last-child a {
    padding-bottom: 15px;
}

.menu nav ul li ul.mega_menu {
    border-bottom: 5px solid #4c4c4c;
    box-shadow: 0 0 3px #222;
    left: 0;
    opacity: 0;
    padding: 20px 20px 5px;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9999;
}

.dropdown-submenu {
    position: relative;
    z-index: 9999;
}

.dropdown-submenu .dropdown-menu {
    background: rgba(30, 33, 39, 0.8) none repeat scroll 0 0;
    top: -47px;
    left: 90%;
    border-radius: 0px;
    padding: 0px;
    opacity: 0;
    display: none;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: 0 2px 10px #607D8B;
    -moz-box-shadow: 0 2px 10px #607D8B;
    -ms-box-shadow: 0 2px 10px #607D8B;
    -o-box-shadow: 0 2px 10px #607D8B;
    box-shadow: 0 2px 10px #607D8B;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
    left: 100%;
    opacity: 1;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-width: 0;
    border-left-color: #ccc;
    margin-top: 0px;
    margin-right: -10px;
}

body>div.wrapper>div>div.top-header.sticky-header>div>div>div>div>div.col-md-9.col-sm-10.hidden-xs.sea-padd>div.menu.mt-10>div>nav>ul>li:nth-child(3)>ul>li:nth-child(2)>a:after {
    margin-top: -5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.menu nav ul li:hover ul.mega_menu {
    transform: scale(1);
    opacity: 1
}

.menu nav ul li ul.mega_menu li a {
    color: #555;
    font-size: 12px;
    text-transform: capitalize;
}

.menu nav ul li ul.mega_menu li {
    float: left;
    margin: 0;
    padding: 0px 0px 0px 15px;
    width: 25%;
}

.menu nav ul li ul.mega_menu li:first-child {
    padding-left: 0;
}

.menu nav ul li ul.mega_menu li ul.mega-sub-menu li {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu nav ul li ul.mega_menu li ul.mega-sub-menu li:last-child {
    border-bottom: medium none;
}

.menu nav ul li ul.mega_menu li ul.mega-sub-menu li a {
    display: block;
    padding: 15px 0;
}

.menu nav ul li ul.mega_menu li:first-child {
    padding-left: 0;
}

.menu nav ul li ul.mega_menu li a.element-title {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.top-header .menu ul li.mega_parent {
    position: static;
}

.top-header.sticky .menu li ul li {
    padding-bottom: 0;
}

.top-header.sticky .menu li ul li ul.mega-sub-menu li:last-child {
    padding-bottom: 0;
}

.menu nav ul li ul.dropdown_menu li a:hover,
.menu nav ul li ul.mega_menu li ul.mega-sub-menu li:hover a,
.menu nav ul li:hover a {
    color: rgb(229, 176, 119);
}

.top-header .container .row [class*="col-"],
.header-bottom .container .row [class*="col-"] {
    position: static;
    margin-left: -10px;
}

.top-header-inner,
.mgea-full-width {
    position: relative;
}

.section-title>h2,
.video-tour .section_title>h2,
.discount_offer_title h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    padding-bottom: 20px;
    margin: 0
}

.section-title>h2 {
    border-bottom: 1px solid #fff;
}

.section-title>h2 span,
.video-tour .section_title>h2 span,
.discount_offer_title h2 span {
    color: #4c4c4c;
}

.section-title>h2::after {
    bottom: -12px;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 45px;
}

.about-chondo>p {
    color: #fff;
    line-height: 26px;
    margin: 0 106px 32px;
}

.about-member>img {
    border: 2px solid #4c4c4c;
    border-radius: 100%;
    height: 100px;
    width: 100px;
}

.about-member>h3 {
    color: #fff;
    font-size: 24px;
    margin: 3px 0;
    text-transform: capitalize;
}

.about-member h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.section-title>p {
    color: #fff;
    line-height: 26px;
    margin: 30px 106px 32px;
}

.our-room-show .single-room {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #b8b8b8;
    transition: all 0.3s ease 0s;
}

.single-room .room-desc {
    padding: 20px 20px 25px;
    text-align: left;
}

.room-desc .room-book {
    display: inline-block;
    margin-top: -45px;
}

.room-desc .room-book a,
.static2 .services-desc-inner .room-book>a:hover {
    background: #4a4a4a none repeat scroll 0 0;
    color: #fff;
}

.room-desc .room-book a,
.static2 .services-desc-inner .room-book>a {
    font-size: 14px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.room-desc .room-book a:hover,
.static2 .services-desc-inner .room-book>a {
    background: #4c4c4c none repeat scroll 0 0;
    color: #fff
}

.room-desc .room-name h3 {
    font-size: 18px;
    color: #4a4a4a;
    text-transform: capitalize;
}

.room-rent>h5 {
    color: #6d6d6d;
    text-transform: capitalize;
}

.room-rent>h5 sapn {
    font-size: 12px;
}

.our-room-show .single-room:hover {
    box-shadow: 0 0 5px #000;
}

.carousel-list .col-md-4 {
    width: 100%;
}

.carousel-list.owl-theme .owl-controls .owl-page span,
.our-room-list.owl-theme .owl-controls .owl-page span,
.our-news-list.owl-theme .owl-controls .owl-page span,
.team_brand.style2.owl-theme .owl-controls .owl-page span {
    background: #cbcbcb none repeat scroll 0 0;
    height: 8px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 26px;
}

.carousel-list.owl-theme .owl-controls .owl-page.active span,
.our-room-list.owl-theme .owl-controls .owl-page.active span,
.our-news-list.owl-theme .owl-controls .owl-page.active span,
.team_brand.style2.owl-theme .owl-controls .owl-page.active span {
    background: #4c4c4c none repeat scroll 0 0;
    width: 40px;
}

.our-room .carousel-list.owl-theme .owl-controls,
.our-room .our-room-list.owl-theme .owl-controls,
.our-room .our-news-list.owl-theme .owl-controls,
.team_brand.style2.owl-theme .owl-controls {
    margin-top: 30px;
    text-align: center;
}

.single-services .services-img {
    position: relative;
}

.services-title {
    bottom: 1px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.services-hover-desc {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}

.services-title>h2 {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    color: #4a4a4a;
    display: inline-block;
    font-size: 23px;
    padding-bottom: 10px;
    padding-right: 0;
    padding-top: 10px;
    text-transform: capitalize;
    width: 95%;
}

.single-services {
    overflow: hidden;
}

.services-hover-inner {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    display: inline-block;
    height: 100%;
    margin-top: 1px;
    opacity: 0;
    padding: 10px;
    transform: scale(0.5);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.services-hover-inner>h2 {
    font-size: 24px;
    text-transform: capitalize;
}

.services-hover-inner>p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
}

.single-services:hover .services-hover-inner,
.single-services.active .services-hover-inner {
    opacity: 1;
    transform: scale(0.9)
}

.single-services:hover .services-title,
.single-services.active .services-title {
    opacity: 0;
    transform: scale(0)
}

.sraff-inner {
    border: 1px solid #4c4c4c;
    overflow: hidden;
    position: relative;
}

.staff-title {
    background: rgba(58, 196, 250, 0.9) none repeat scroll 0 0;
    bottom: 0;
    padding: 10px 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.staff-title,
.staff-title::after,
.staff-title::before,
.staff-hover-desc,
.staff-hover-desc::after,
.staff-list span.plus:before,
.staff-hover-desc::after,
.staff-hover-desc::before {
    position: absolute;
}

.single-staff {
    padding: 45px;
}

.staff-title::after,
.staff-title::before {
    content: "";
    width: 0;
    height: 0;
    top: -90px;
}

.staff-title::after {
    border-bottom: 90px solid rgba(58, 196, 250, 0.9);
    border-left: 135px solid transparent;
    right: 0;
}

.staff-title::before {
    border-bottom: 90px solid rgba(58, 196, 250, 0.9);
    border-right: 135px solid transparent;
    left: 0px;
}

.staff-title>h2,
.staff-hover-desc>h2 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
}

.staff-title>h5,
.staff-hover-desc>h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 3px;
    text-transform: capitalize;
}

.staff-hover-desc {
    background: rgba(58, 196, 250, 0.9) none repeat scroll 0 0;
    bottom: 0;
    margin-bottom: 200px;
    opacity: 0;
    padding: 0 20px 20px;
    transition: all 0.5s ease 0s;
}

.staff-hover-desc>p {
    color: #fff;
    font-size: 13px;
    margin-top: 15px;
}

.staff-hover-desc .scoial_icons>a {
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 23px;
    margin-left: 5px;
    width: 25px;
}

.staff-hover-desc .scoial_icons>a:first-child {
    margin: 0;
}

.staff-hover-desc .scoial_icons>a:hover {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    color: #4c4c4c;
}

.staff-hover-desc::before {
    border-bottom: 80px solid rgba(58, 196, 250, 0.9);
    border-left: 134px solid transparent;
    border-right: 134px solid transparent;
    content: "";
    height: 0;
    left: 0;
    top: -80px;
    width: 0;
}

.staff-hover-desc::after {
    content: "";
    top: -86px;
}

.staff-hover-desc::after,
.staff-list span.plus:before {
    background: #4c4c4c none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-family: FontAwesome;
    left: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    margin-left: -8px;
    line-height: 16px
}

.staff-list span.plus::before {
    content: "";
    top: -15px;
    z-index: 999;
}

.single-staff:hover .staff-hover-desc,
.single-staff.active .staff-hover-desc {
    margin-bottom: 0;
    opacity: 1;
}

.single-staff:hover .staff-title,
.single-staff.active .staff-title {
    bottom: -100%;
}

.single-testimonial>h2 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    position: relative;
    display: inline-block
}

.single-testimonial>p {
    color: #fff;
    margin-top: 65px;
}

.staff-tesimonial {
    background-size: cover;
    position: relative
}

.testimonail-bg-opacity {
    background: rgba(58, 196, 250, 0.9) none repeat scroll 0 0;
}

.testimonail-bg-opacity,
.community-bg-opacity,
.footer-bg-opacity {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-testimonial>h2::before {
    background: #fff none repeat scroll 0 0;
    bottom: -50px;
    content: "";
    height: 40px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    width: 2px;
}

.testimonial-list.owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.testimonial-list.owl-theme .owl-controls .owl-page.active span {
    background: #fff none repeat scroll 0 0;
    height: 15px;
    width: 15px;
}

.one .testimonial-list.owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    height: 9px;
    width: 26px;
}

.one .testimonial-list.owl-theme .owl-controls .owl-page.active span {
    background: #fff none repeat scroll 0 0;
}

.our-gallery .single-gallery::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

.our-gallery .single-gallery {
    width: 20%;
    float: left;
    position: relative
}

.single-gallery.active:hover img,
.single-gallery.active img {
    transform: scale(1.09);
    z-index: 99;
}

.our-gallery {
    overflow: hidden;
}

.single-gallery>img {
    transition: all 0.3s ease 0s;
}

.news-inner .news-img {
    width: 40%;
    position: relative
}

.news-inner .news-img,
.news-inner .news-desc,
.read-more,
.news-post .n-date {
    float: left;
}

.news-post {
    background: rgba(58, 196, 250, 0.5) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.news-inner .news-desc {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 0 3px 4px 0;
    margin-top: 89px;
    padding: 45px 30px 44px 45px;
    text-align: left;
    width: 60%;
}

.news-inner:hover .news-desc {
    box-shadow: 1px 1px 4px #000;
}

.news-img>img,
.news-inner {
    width: 100%;
}

h3.news-title {
    font-size: 22px;
    line-height: 31px;
    margin: 0 107px 20px 0;
    text-transform: capitalize;
}

.news-desc p.news_desc {
    font-weight: 300;
}

.read-more,
.news-post .n-date,
.news-views {
    display: inline-block;
}

.news-share,
.news-img .comment,
.news-views {
    float: right;
}

.news-desc .read-more>a {
    background: #4c4c4c;
    color: #fff;
    display: inline-block;
    padding: 10px 24px;
    text-transform: capitalize;
}

.news-desc .read-more>a:hover {
    background: #4a4a4a none repeat scroll 0 0;
}

.news-share>p {
    float: left;
    margin-right: 10px
}

.news-share>a {
    color: #4a4a4a;
    margin-right: 20px;
}

.news-share>a:hover {
    color: #4c4c4c
}

.news-share>a:last-child {
    margin: 0;
}

.news-post {
    background: rgba(58, 196, 250, 0.5) none repeat scroll 0 0;
    bottom: 0;
    padding: 15px 12px;
    position: absolute;
    width: 100%;
}

.news-post .n-date {
    text-transform: uppercase;
}

.news-views {
    margin-right: 15px;
}

.news-img .comment,
.news-views>a,
.single-commmunites>h1,
.single-commmunites h2,
.news-post .n-date {
    color: #fff;
}

.news-list .col-md-12 {
    overflow: hidden;
}

.single-commmunites h2 {
    font-size: 24px;
    text-transform: capitalize;
}

.single-commmunites:last-child {
    border-right: medium none;
}

.single-commmunites {
    border-right: 2px solid #fff;
    float: left;
    width: 25%;
}

.hotel-cmmunities {
    background-size: cover;
    position: relative
}

.hotel-cmmunities.style2 {
    background-size: cover
}

.hotel-cmmunities.style3 {
    background: #4c4c4c;
}

.community-bg-opacity {
    background: rgba(74, 74, 74, 0.85) none repeat scroll 0 0;
    pointer-events: none;
}

.communities-list {
    position: relative;
    z-index: 9999;
}

.newsletter-title>h2 {
    font-size: 24px;
    line-height: 46px;
    margin: 0 0 0 50px;
}

.team-brand .single-team {
    padding: 0 10px;
}

.team-brand {
    overflow: hidden;
}

.single-team>a {
    border: 1px solid transparent;
    border-radius: 2px;
    display: block;
}

.single-team>a:hover {
    border: 1px solid #ddd;
}

.newsletter {
    background: #4c4c4c none repeat scroll 0 0;
    padding: 25px 40px;
}

.newsletter-form input {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 1px solid transparent;
}

.newsletter-form input::-webkit-input-placeholder {
    color: #fff;
}

.newsletter-form input::-webkit-input-placeholder {
    color: #fff;
}

.newsletter-form input::-moz-placeholder {
    color: #fff;
}

.newsletter-form input:-ms-input-placeholder {
    color: #fff;
}

.newsletter-form input:-moz-placeholder {
    color: #fff;
}

.newsletter-form button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    height: 45px;
    padding: 0 35px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.footer {
    background-size: cover;
}

.footer-bg-opacity {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.f-adress>p,
.hotel-contact>p {
    margin-bottom: 0;
}

.f-adress>p,
.hotel-contact>p,
.quick-item li a,
.single-footer>h3,
.get-touch>p,
.get-conatct input,
.get-conatct button,
.newsletter-title>h2,
.newsletter-form input {
    color: #fff;
}

.f-adress {
    margin-bottom: 25px;
    margin-top: 20px;
}

.quick-item li a {
    text-transform: capitalize;
}

.quick-item li a,
.quick-item li,
.single-post>a {
    display: block;
}

.quick-item li {
    margin-bottom: 20px;
}

.quick-item li a:hover {
    color: #4c4c4c;
}

.single-footer>h3 {
    font-size: 26px;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.get-conatct input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.get-conatct button {
    background: #808080 none repeat scroll 0 0;
    border: medium none;
    padding: 10px 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.get-conatct button:hover {
    background: #fff none repeat scroll 0 0;
    color: #808080;
}

.single-post>a,
.footer,
.newsletter-form {
    position: relative;
}

.single-post>a::before {
    background: rgba(58, 196, 250, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transform: scale(0.6);
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-post>a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.footer-menu li {
    display: inline-block;
    margin-left: 15px;
}

.footer-menu li a {
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}

.footer-menu li a:hover {
    color: #808080
}

.copyright p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.copyright p a {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.copyright p a:hover {
    text-decoration: underline;
}

.footer-menu {
    text-align: right;
}

.instagram-post .single-post {
    float: left;
    padding: 8px;
    width: 33.33%;
}

.instagram-post .single-post img {
    width: 100%;
}

.header-section.static2 {
    background-size: cover;
}

.menu nav ul li.logo {
    margin: 0 0 0 85px;
    padding-bottom: 0 !important;
}

.static2 .welcome-section {
    padding-top: 0;
}

.static2 .menu-list {
    float: none;
}

.static2 .menu {
    overflow: hidden;
}

.static2 .menu nav ul li {
    margin-left: 48px;
    padding-bottom: 38px;
    position: static;
}

.static2 .welcome-text {
    padding: 120px 0 200px;
}

.static2 .booking-form .b-date,
.static2 .booking-form .select-book,
.static2 .booking-box .submit-form {
    display: inline-block;
    margin: 10px;
}

.static2 .booking-form .select-book,
.static2 .booking-box .submit-form {
    width: 200px;
}

.static2 .booking-box .submit-form button {
    height: 43px;
}

.header-section.static2 .booking-box {
    bottom: 0;
    padding: 20px 0;
    position: absolute;
    width: 100%;
}

.header-section.static2 .booking-box .b-date input,
.header-section.static2 .booking-box .select-book select {
    background: none;
    border: 1px solid #fff;
}

.social-links.float-right {
    float: right;
    margin-top: 30px;
}

.layout-header {
    padding: 20px 0;
}

.layout-header .social-links>a {
    margin-left: 15px;
}

.services-tab-menu ul li {
    display: inline-block;
    margin-left: 5px
}

.services-tab-menu ul li a {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #6c6c6c;
    display: block;
    font-size: 20px;
    padding: 20px 58px;
    position: relative;
    text-transform: capitalize;
}

.our-sevices.elements .single-services {
    margin-bottom: 30px;
}

.services-tab-menu ul li.active a {
    background: #4c4c4c none repeat scroll 0 0;
    color: #fff;
}

.services-tab-menu ul li.active a::before {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid #4c4c4c;
    bottom: -25px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-out 0s
}

.static2 .service-tab-desc .single-services {
    overflow: inherit;
}

.static2 .single-services .services-img {
    position: relative;
    border-right: 2px solid #4c4c4c;
}

.services-tab-menu ul li:first-child {
    margin-left: 0;
}

.static2 .services-img>img {
    width: 100%;
}

.static2 .services-desc-inner>h2 {
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
}

.static2 .services-desc-inner p.text1,
.services-desc-inner p.text2 {
    font-size: 13px;
    color: #fff
}

.static2 .services-desc {
    margin-top: 40px;
}

.video-tour {
    background-size: cover;
    position: relative
}

.video-tour .section_title>h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -40px;
    left: 0;
}

.video-tour .section_title>h2 {
    color: #fff;
}

.section_title p {
    color: #fff;
    margin-left: 158px;
    margin-right: 158px;
}

.mfp-bg {
    z-index: 999999999;
}

.mfp-wrap {
    z-index: 2147483647;
}

.video-play>a {
    color: #fff;
    width: 40px;
    height: 40px;
    border: 4px solid;
    display: inline-block;
    line-height: 31px;
    border-radius: 100%;
    font-size: 22px;
}

.staff-tesimonial.client-say .testimonail-bg-opacity {
    background: rgba(89, 89, 89, 0.9) none repeat scroll 0 0;
}

.staff-tesimonial.styel2 {
    background: #4c4c4c none repeat scroll 0 0;
}

.testimonial-img {
    float: left;
    width: 20%;
}

.testimonial-desc {
    float: left;
    padding-left: 31px;
    width: 80%;
}

.testimonial-desc>h2 {
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.testimonial-desc>h3 {
    font-size: 16px;
}

.testimonial-desc>p {
    font-size: 13px;
    line-height: 20px;
    margin-right: 20px;
}

.testimonial-desc>p,
.testimonial-desc>h3,
.testimonial-desc>h2,
.client-say-title>h3,
.client-say-title>h2,
.client-say-desc>p {
    color: #fff;
}

.client-say .testimonial-list.owl-theme .owl-controls .owl-page {
    display: block;
}

.client-say .testimonial-list.owl-theme .owl-controls {
    position: absolute;
    right: -15px;
    top: 15px;
}

.client-say .testimonial-list.owl-theme .owl-controls .owl-page.active span {
    height: 12px;
    width: 12px;
}

.client-say-title>h3 {
    font-size: 22px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.client-say-title>h2 {
    font-size: 32px;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}

.client-say-title>h2::after {
    bottom: -41px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.client-say-desc>p {
    margin-right: 87px;
    position: relative;
    z-index: 999999;
}

.client-say .testimonial-list {
    margin-left: 10px;
}

.client-say .testimonial-list {
    margin-left: 10px;
}

.client-say-desc {
    border-right: 1px solid #fff;
    margin-right: 40px;
    position: relative;
}

.client-say-desc::before {
    right: 8px;
}

.client-say-desc::after {
    right: -10px;
}

.client-say-desc::after,
.client-say-desc::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100px;
    position: absolute;
    top: 40px;
    width: 1px;
}

.gallery-menu-filter>li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-left: 30px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.gallery-menu-filter>li:first-child {
    margin-left: 0
}

.gallery-menu-filter>li.active,
.gallery-menu-filter>li:hover {
    color: #4c4c4c
}

.single_gallery.w-one {
    width: 35%;
}

.single_gallery.w-two {
    width: 30%;
}

.single_gallery.w-3 {
    width: 17.5%;
}

.our-gallery-show .single_gallery {
    float: left;
}

.single-gallery-inner {
    position: relative;
}

.single-gallery-inner a {
    display: block;
}

.single-gallery-hover,
.single_gallery-hover {
    background: rgba(58, 196, 250, 0.9) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: 0
}

.single_gallery:hover .single-gallery-hover,
.single_gallery.active .single-gallery-hover,
.single_gallery .single_gallery_inner:hover .single_gallery-hover {
    transform: scale(0.9);
    opacity: 1
}

.gallery-desc>h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    text-transform: capitalize;
}

.gallery-desc>span {
    background: #4c636c none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.gallery-desc {
    position: relative;
    top: 35%;
}

.mfp-close {
    cursor: pointer !important;
}

.discount_offer_title h2::before {
    bottom: -40px;
    content: "";
    height: 100%;
    left: 22%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    pointer-events: none
}

.discount_offer_title>h2 {
    color: #fff;
}

.discount_offer>p {
    color: #fff;
    margin-top: 28px;
}

.discount_offer .view_more>a {
    background: #4c4c4c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-top: 13px;
    padding: 13px 35px;
    text-transform: uppercase;
}

.discount_offer .view_more>a:hover {
    background: #fff;
    color: #4c4c4c
}

.footer2 {
    background: #404040 none repeat scroll 0 0;
}

.copyright.static2 {
    background: #000000 none repeat scroll 0 0;
}

.copyright.static2 p,
.footer_top_inner>p {
    color: #fff;
}

.copyright.static2 p span {
    color: #4c4c4c;
}

.footer-top {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.feature_item_dsc>p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: lowercase;
}

.footer_social_item>a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    margin-right: 25px;
    width: 20px;
}

.footer_social_item>a:hover {
    color: #4c4c4c
}

.footer_social_item>a:last-child {
    margin-right: 0;
}

.s_footer_feature_item>a {
    background: #4c4c4c none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    width: 30px;
}

.welcome-section .breadcrubs {
    background: rgba(175, 175, 175, 0.4) none repeat scroll 0 0;
    display: inline-block;
    padding: 45px 155px;
    position: relative;
    z-index: 999;
}

.breadcrubs-menu li {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.breadcrubs-menu li a {
    color: #fff;
}

.breadcrubs-menu li a:hover {
    color: #4c4c4c
}

.breadcrubs>h2 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.about-us .top-header {
    padding-bottom: 0;
}

.breadcrubs-menu li a i {
    margin: 0 15px;
}

.breadcurbs-inner {
    border: 8px solid rgba(175, 175, 175, 0.4);
    display: inline-block;
    padding: 6px;
    position: relative;
}

.hotel-exclusive {
    background: #393d50 none repeat scroll 0 0;
}

.single-exclusive>p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}

.single-exclusive>h3 {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
}

.feature-desc .section-title p {
    margin: 18px 0 0;
}

.feature-item ul li {
    font-weight: 400;
    margin: 15px 0;
    color: #fff
}

.feature-item ul li:last-child {
    margin: 0;
}

.feature-item ul li span {
    margin-right: 10px;
}

.feature-tab-item ul li a {
    display: block;
    overflow: hidden;
    padding: 0;
}

.feature-tab-item ul li {
    display: block;
    overflow: hidden;
    padding: 10px;
}

.feature-tab-inner {
    padding: 10px;
}

.feature-tab-desc {
    float: left;
    width: 70%;
}

.feature-tab-item {
    float: left;
    width: 30%;
}

.feature-tab-item ul li a img {
    width: 166px;
}

.feature-tab-inner>img {
    width: 100%;
}

.feature-tab-item ul li a::before {
    background: rgba(58, 196, 250, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

.feature-tab-item ul li.active a::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.separate-gallery-item {
    float: left;
    width: 35%;
}

.separate-gallery-item.middle {
    width: 30%;
}

.single-gallery-subitem {
    float: left;
    width: 50%;
}

.single_gallery .single_gallery_inner {
    position: relative;
}

.gallery-bottom .single_gallery {
    width: 50%;
}

.gallery-top,
.room-gallery {
    overflow: hidden;
}

.separate-gallery-item.middle {
    padding-left: 4px;
    padding-right: 2px;
}

.separate-gallery-item.middle .gallery-desc {
    top: 42%;
}

.our-gallery-show {
    display: inline-block;
}

.single_news-post .news-img,
.single_news-post .news-desc {
    width: 100%;
}

.single_news-post .news-desc {
    margin-top: 0;
    padding: 25px 15px 35px 20px;
}

.single_news-post h3.news-title {
    color: #8a8a8a;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-transform: capitalize;
}

.single_news-post .news-desc .read-more>a {
    padding: 8px 15px;
}

.single_news-post .news-share>a {
    color: #4a4a4a;
    font-size: 12px;
    margin-right: 5px;
}

.single_news-post .news-inner:hover .news-desc {
    box-shadow: none;
}

.booking_form {
    border: 1px solid #ddd;
    padding: 60px 35px;
}

.form-title>h2,
.select-room-title>h3,
h3.s_room_title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-title>h2,
.select-room-title>h3,
.form-title>p,
.select-room-title>p,
.room-social-share>p,
.room-social-share>h3,
.need-help>h3,
.room-sub-desc h3 span,
.room-sub-desc>h4,
.room-sub-desc>h3,
.room-rent-desc .roome-rent-title,
.need-help>h4,
.room-social-share .social-links>a,
h3.s_room_title {
    color: #fff;
}

.form-title>p,
.select-room-title>p,
.room-social-share>p {
    font-weight: 300;
}

.booking-box1 .booking-filed,
.booking-box2 .b_date,
.booking-box3 .select_book,
.booking-box3 .select_book {
    float: left;
    padding-left: 30px;
    width: 50%;
}

.booking-box1 .booking-filed:first-child,
.booking-box2 .b_date:first-child,
.booking-box3 .select_book:first-child,
.booking-box3 .select_book:first-child {
    padding-left: 0;
}

.booking-box1 .booking-filed input,
.booking-box2 .b_date input,
.booking-box3 .select_book select,
.room-booking-box .select-book select,
.single-form-part .name input,
.single-form-part .select-option select,
.single-form-part .mail input,
.request-box textarea,
.payment-form-list .single_form input,
.single_form .select-date>select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #fff;
    text-transform: capitalize
}

.booking-box2 .b_date {
    position: relative;
}

.booking-box2 .b_date i {
    color: #bbb;
    position: absolute;
    right: 12px;
    top: 16px;
}

.room-booking-box .booking-comment textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #bababa;
    height: 150px;
    resize: none;
    text-transform: capitalize;
}

.room-booking-box .submit-form>button {
    background: #4c4c4c none repeat scroll 0 0;
    color: #fff;
}

.select_book>select,
.select-date>select {
    -moz-appearance: none;
}

.booking-box3 .select_book,
.booking-form-list .single-form-part .select-option,
.single_form .select-date {
    position: relative;
}

.booking-box3 .select_book::before,
.room-booking-box .select-book.room:before,
.booking-form-list .single-form-part .select-option:before,
.single_form .select-date:before {
    color: #bababa;
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    right: 12px;
    top: 7px;
}

.selcted-room {
    border: 0.01em solid #ddd;
    padding: 70px 40px 175px;
}

.room-rent .room-rent-img {
    float: left;
    padding-right: 4px;
    width: 40%;
}

.room-rent-desc .roome-rent-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.room-sub-desc>h4,
.room-sub-desc>h3 {
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
}

.room-sub-desc h3 span {
    font-size: 14px;
}

.room-rent-desc {
    float: left;
    padding-left: 16px;
    width: 60%;
}

.room-sub-desc>h3 {
    color: #3ac4fa;
}

.room-rent-img>img {
    border: 1px solid #3ac4fa;
}

.room-social-share>h3,
.need-help>h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.room-social-share .social-links>a {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 22px;
}

.room-social-share .social-links>a:hover {
    color: #fff;
    background: #3ac4fa;
    border-color: #3ac4fa
}

.need-help>h4 {
    font-weight: bold;
}

.need-help>h4 span {
    font-weight: 300;
}

.booking-rooms-tab ul li {
    display: inline-block;
    margin-left: 24px;
    position: relative;
}

.booking-rooms-tab ul li.active a,
.booking-rooms-tab ul li a:hover {
    background: #3ac4fa none repeat scroll 0 0;
}

.booking-rooms-tab ul li.active a,
.booking-rooms-tab ul li a:hover {
    color: #fff
}

.booking-rooms-tab ul {
    border-bottom: 8px solid #f1f1f1;
    display: inline-block;
    padding-bottom: 15px;
}

.booking-rooms-tab ul li.active::before {
    background: #3ac4fa none repeat scroll 0 0;
    bottom: -23px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.booking-rooms-tab ul li:first-child {
    margin-left: 0
}

.booking-rooms-tab ul li a {
    color: #6a6a6a;
    background: #f1f1f1 none repeat scroll 0 0;
    font-size: 24px;
    padding: 25px 40px 30px;
    text-align: center;
    text-transform: capitalize;
}

.booking-rooms-tab ul li a span.tab-border {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #6a6a6a;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    width: 30px;
}

.booking-rooms-tab ul li a span {
    display: block;
}

.single-room-details .room-img {
    float: left;
    width: 15%;
}

.single-room-details .single-room-details {
    float: left;
    width: 85%;
}

.room_price h4,
.room_price h5 {
    font-size: 18px;
    margin: 0;
    color: #fff
}

.room_price h5 span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.single-room-details .room_price>p {
    font-weight: 300;
    margin-top: 15px;
    color: #fff
}

.single-room-booking-form {
    background: #3ac4fa none repeat scroll 0 0;
    padding: 45px 158px;
}

.booking_form_inner .single-form-part {
    display: inline-block;
    padding-left: 18px;
    width: 33%;
}

.booking_form_inner .single-form-part:first-child {
    padding-left: 0;
}

.single-form-part .date-to input,
.single-form-part .select-option select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
}

.single-form-part .select-option select option {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.single-form-part .select-option select {
    -moz-appearance: none;
}

.booking_form_inner .submit-form>button:hover {
    background: #fff none repeat scroll 0 0;
    color: #555;
}

.single-form-part .date-to,
.single-form-part .select-option {
    position: relative
}

.single-form-part .date-to i {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 16px;
}

.single-form-part .date-to i {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 16px;
}

.single-form-part .select-option::before {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    right: 16px;
    top: 5px;
}

.booking-form-list .single-form-part .select-option select {
    border-color: #ddd;
    color: #fff;
}

.single-form-part .select-option select option {
    color: #6a6a6a;
}

.single-form-part .mail {
    position: relative;
}

.single-form-part .mail i {
    color: #6a6a6a;
    position: absolute;
    right: 12px;
    top: 16px;
}

.request-box textarea {
    height: 150px;
    padding: 15px;
    resize: none;
}

.prve-next-box .back-link {
    display: inline-block;
}

.prve-next-box .back-link a,
.prve-next-box button,
.pay-order>button {
    background: #4a4a4a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
}

.prve-next-box button:hover,
.pay-order>button:hover {
    background: #4a4a4a none repeat scroll 0 0;
}

.prve-next-box .back-link a:hover {
    background: #3ac4fa
}

.prve-next-box button,
.pay-order>button {
    background: #3ac4fa none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    margin-left: 25px;
    transition: all 0.3s ease 0s;
}

.booking-form-list .single-form-part {
    display: inline-block;
    padding-left: 30px;
    width: 33.1%;
}

.booking-form-list .single-form-part:first-child {
    padding-left: 0;
}

.payment-form-list .single_form {
    display: inline-block;
    width: 24.7%;
}

.payment-form-list .single_form {
    padding-left: 15px;
}

.payment-form-list .single_form:first-child {
    padding-left: 0;
}

.pay-order {
    float: right;
}

.pay-money-form .payment-card,
.pay-order {
    display: inline-block;
}

.booking-done-table {
    float: left;
    padding-right: 30px;
    width: 50%;
}

.booking-done-description {
    float: left;
    padding-left: 30px;
    width: 50%;
}

.booking-done-table table {
    border: 1px solid #fff;
}

.booking-done-table table tr:first-child td {
    border-right: 1px solid #fff;
}

.booking-done-description>p {
    color: #fff;
    margin-right: 147px;
}

.succesfully strong {
    font-size: 16px;
    color: #3ac4fa
}

.booking-done-table .table p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}

.booking-done-table .table p span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.google-map-area {
    position: relative;
}

.google-map-area .hotel-team {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.contact-form-title h2,
.contact-info-title>h3,
h3.social-medai-title {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.form-field-top .form-field-name input,
.form-field-bottom .textarea textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #fff
}

.form-field-top .form-field-name {
    float: left;
    padding-left: 20px;
    width: 50%;
}

.form-field-top .form-field-name:first-child {
    padding-left: 0;
}

.form-field-top {
    overflow: hidden;
}

.form-field-bottom .textarea textarea {
    height: 180px;
    resize: none;
}

.contact-form .submit button {
    background: #3ac4fa none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 400;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.contact-form .submit button:hover {
    background: #4a4a4a
}

.contact-adresses p {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0
}

.contact-adresses p span.desc {
    display: inline-block;
}

.contact-adresses p span.desc {
    margin-left: 15px;
}

.contact-adresses p span i {
    display: block;
}

.contact-adresses p span i {
    float: left;
    font-size: 18px;
    margin-top: 8px;
    text-align: left;
}

.social-media>a {
    color: #4c4c4c;
    font-size: 20px;
    margin-left: 30px;
}

.social-media>a:first-child {
    margin-left: 0;
}

.social-media-list>a {
    color: #fff;
    font-size: 20px;
    margin-left: 30px;
}

.social-media-list>a:first-child {
    margin-left: 0;
}

.social-media-list>a:hover {
    color: #3ac4fa
}

.contact-info {
    padding-left: 100px;
}

.form-messege.success {
    color: green;
    text-transform: uppercase;
    font-style: italic;
}

.form-messege.error {
    color: red;
    text-transform: capitalize;
    font-style: italic;
}

.top-header {
    transition: all 0.5s ease 0s;
}

.header-bottom.sticky-header.sticky {
    transition: all 0.3s ease 0s;
    width: 100%
}

.top-header.sticky-header.sticky {
    transition: all 0.3s ease 0s;
    width: 100%
}

.top-header.sticky .menu li {
    padding-bottom: 40px;
}

.static2 .sticky .menu {
    margin-left: 0;
    margin-top: 10px;
}

.header-bottom {
    transition: all 0.3s ease-out 0s;
}

.header-bottom-inner {
    position: relative
}

.layout-header.sticky {
    width: 100%;
}

.sticky .logo img {
    width: 90px;
}

#scrollUp {
    bottom: 45px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    line-height: 37px;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(216, 138, 27, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(216, 138, 27, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(216, 138, 27, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
    transform: rotate(45deg);
}

#scrollUp i {
    transform: rotate(-45deg);
}

#scrollUpbnt {
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    text-align: center;
    border: 1px solid #ffffff;
    position: absolute;
    border-radius: 5px;
    transform: rotate(45deg);
    left: 95%;
    top: 90%;
    display: none;
}

#scrollUpbnt i {
    transform: rotate(-45deg);
}

.mobile-menu-area {
    background: #262626 none repeat scroll 0 0;
    margin-top: 16px;
    position: absolute;
    width: 100%;
}

.mobile-menu-area {
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    z-index: 99;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 30px;
    width: 90%;
    left: 0;
    text-align: right;
    background: none !important;
}

.mean-container .mean-nav ul li a:hover {
    color: #3ac4fa;
}

.error-content h2 {
    color: #3ac4fa;
    font-size: 180px;
    line-height: 1;
    margin-bottom: 40px;
}

.error-content h3,
.error-content h4,
.error-content p {
    color: #fff;
}

.error-content h3 {
    font-family: "montserrat";
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 22px;
}

.error-content p {
    font-size: 14px;
    line-height: 25px;
}

.error-area a.go-home {
    border: 1px solid #3ac4fa;
    background: #3ac4fa;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.error-area a.go-home:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #3ac4fa;
}

.typhography h1,
.typhography h2,
.typhography h3,
.typhography h4,
.typhography h5,
.typhography h6,
.typhography p,
.typhography del,
.typhography s,
.typhography u {
    color: #fff;
}

.team_brand .single-team {
    padding: 10px;
}

.property-section {
    padding-top: 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.nav-pills>li.inactive>a,
.nav-pills>li.inactive>a:focus,
.nav-pills>li.inactive>a:hover {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.nav-custom {
    margin: 0 auto;
    display: table;
    float: none;
}

.nav-tabs>li>a {
    border: 1px solid #ffffff;
    border-radius: 4px 4px 0 0;
}

.nav-pills>li>a {
    padding: 12px 20px;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.submit-form>button {
    border-radius: 10px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 60%;
    margin: auto;
    display: block;
}

.copyright.static2 p,
.footer_top_inner>p {
    color: #fff;
    font-size: 12px;
}

select option {
    color: #ffffff;
    background-color: rgba(30, 33, 39, 0.8);
}

#padd-count {
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

.checkbox {
    color: #ffffff;
}

input[type="checkbox"] {
    display: none;
}

label {
    cursor: pointer;
}

input[type="checkbox"]+label:before {
    border: 1px solid #fff;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    width: 16px;
    color: #ffffff;
    margin-right: 5px;
}

input[type="checkbox"]:checked+label:before {
    content: "\2713";
    text-align: center;
    margin-right: 5px;
}

input[type="checkbox"]:checked+label:after {
    font-weight: bold;
}

.sea-padd1 {
    padding-left: 15px;
}

.nav-tabs>li {
    margin-bottom: -1px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

select::-ms-expand {
    display: none;
}

.nav-bottom {
    border-bottom: 1px solid white;
}

.rangemax {
    width: 70px;
}

.rangemin {
    width: 70px;
    text-align: right !important;
}

#rangemin,
#rangemin1 {
    text-align: right;
}

.range-label input,
.range-adv input {
    background-color: transparent;
    color: #ffffff;
    border-color: transparent;
    height: 21px;
    margin-bottom: 2px;
    width: 54px;
    padding: 0px;
}

.range-input,
.range-adv-input {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 24px;
    margin-bottom: 10px;
}

.range-label label {
    margin-left: 10px;
    color: #ffffff;
    font-size: 14px;
}

.ui-widget.ui-widget-content {
    background-color: transparent;
}

.slider-range>span:active,
.slider-range>span:focus,
.slider-range>span:not(:focus),
#slider-range>span:active,
#slider-range>span:focus,
#slider-range>span:not(:focus),
#slider-range1>span:active,
#slider-range1>span:focus,
#slider-range1>span:not(:focus) {
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
    z-index: 0;
}

#slider-range>div,
.slider-range>div,
#slider-range1>div {
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
    z-index: 0;
}

.ui-slider-horizontal {
    height: .4em;
}

.ui-slider .ui-slider-handle {
    width: .8em;
    height: .8em;
}

#roma1-btn:hover {
    background: rgba(0, 0, 0, 0.65);
}

.search-result {
    color: #ffffff;
    text-align: center;
    margin-left: 10px;
    margin-top: 20px;
    display: inline-flex;
    margin-right: 5px;
}

.param-search {
    display: flex;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    margin-left: auto;
}

.search-bed select {
    border-radius: 7px 0px 0px 7px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    height: 35px;
    width: 125px;
}

.search-prop select {
    border-radius: 0px 7px 7px 0px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    height: 35px;
    width: 100px;
}

.search-price select {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    height: 35px;
    width: 85px;
}

.search-build {
    background-color: transparent;
    color: #ffffff;
}

.hot-price button {
    height: 35px;
    border-radius: 0 7px 7px 0;
    font-size: 14px;
}

.btn-pop button {
    background-color: transparent;
    color: #ffffff;
    height: 35px;
    border-radius: 0 7px 7px 0;
    width: 95px;
    font-size: 14px;
}

.btn-pop-new button {
    background-color: transparent;
    color: #ffffff;
    height: 35px;
    width: 70px;
    padding-left: 6px;
    font-size: 14px;
}

.search-bed-new .nice-select {
    width: 117px;
    font-size: 14px;
}

.search-build-new .nice-select {
    width: 100%;
    font-size: 14px;
}

.search-price-new .nice-select {
    width: 78px;
    border-radius: 7px 0px 0px 7px;
    font-size: 14px;
}

.panel-info-rent {
    display: flex;
    margin-top: -23px;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
}

.panel-info-sale {
    display: flex;
    margin-top: -23px;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
}

#sale-count {
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: inline-flex;
    padding: 5px;
    margin-top: 15px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    justify-content: center;
}

.found {
    font-size: 14px;
    position: relative;
    margin-right: auto;
}

.panel-info-rent i,
.panel-info-sale i {
    font-family: "FontAwesome", serif;
}

#panel-bed {
    padding-left: 15px;
}

#panel-price {
    padding-left: 8px;
}

#panel-year {
    padding-left: 10px;
}

.panel-beach-rent {
    padding-left: 10px;
}

.panel-info-sale span img {
    display: table-caption;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-height: 46px;
    padding-bottom: 5px;
}

.panel-info-sale span {
    width: 57px;
}

.panel-info-rent span {
    width: 68px;
}

.panel-row {
    height: 55px;
    display: flex;
}

.phone img {
    max-height: 17px;
    margin-top: -1px;
}

.phone p i {
    font-size: 17px;
    vertical-align: middle;
    margin-top: 1px;
}

.email img {
    max-height: 17px;
    margin-top: -2px;
}

.email i {
    font-size: 17px;
}

.email img .mail-img {
    max-height: 18px;
}

#skype-icon {
    max-height: 15px;
}

#mscrollUp {
    height: 30px;
    width: 30px;
    background-color: gray;
    text-align: center;
    margin: auto;
    position: relative;
    left: 95%;
    bottom: 20px;
    border: 1px solid darkgray;
    border-radius: 5px;
}

.villa-name-search-rent {
    border: 1px solid #ffffff;
    padding: 5px;
    color: #ffffff;
    position: absolute;
    top: 81%;
    left: 53%;
}

.villa-name-search-sale {
    border: 1px solid #ffffff;
    padding: 5px;
    color: #ffffff;
    position: absolute;
    top: 81%;
    left: 43%;
}

#villa-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
}

.sticky .menu-list {
    margin-top: 18px;
}

.select-book {
    display: inline-flex;
}

.select-book p {
    color: #fff;
    padding-top: 11px;
    line-height: 14px;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

.pyear p {
    padding-top: 0px;
}

.space {
    margin-left: 21px;
}

label[for='beach-chk'] {
    color: #ffffff;
}

label[for='guaRU'] {
    padding-left: 5px;
}

.marg-chk {
    margin-left: 17px;
}

.checkbox-book label {
    color: #ffffff;
    font-size: 14px;
}

#rentttt {
    margin-left: -5.5px;
}

.checkbox label input {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0px;
    width: 77px;
    font-size: 13.5px;
    font-weight: 700;
}

.pad-col-md,
.pad-col-thai {
    /*margin-left: -15px;
    margin-right: -15px;*/
    margin-top: 27px;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid #3B3B3B;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    display: block;
}

.pad-col-thai #scrolling-term{
	padding-top:0px !important;
}
.pb-10{
	padding-bottom: 10px;
}


.blog-title-cut{
	line-height: 1.3;
    text-align: left;
}
/*
.pad-col-thai {
    padding-right: 0px;
    padding-left: 0px;
}*/

.reg-3 {
    position: relative;
    margin: 15px 20px;
}

.reg3-pad {
    padding: 3px;
}

.thai-reg-name {
    text-align: center;
    color: #ffffff;
    padding-bottom: 5px;
}

.card-thai {
    margin-left: -10px;
    margin-right: -10px;
}

.thai-text p {
    background-color: rgba(56, 56, 56, 0.4);
    color: #ffffff;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 5px;
    padding: 5px;
    font-family: 'Goudy', sans-serif;
}

.special-offer-discount {
    position: absolute;
    top: 15px;
    margin-left: 10px;
    background-image: url(/img/special-offer-discount.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 3.5;
    font-family: 'Goudy', sans-serif;
	font-size:16px;
}
.special-offer-discount.ru{
	line-height: 2.6;
	font-size:20px;
}
.description_villas_border.promo{
	border: 1px solid #00ff59;
    margin-bottom: 10px;
}
.description_villas_border.promo .property_description_header{
	color:#00ff59;
	font-weight:600;
}
.thai-text span {
    color: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-family: 'Goudy', sans-serif;
}

.thai-desc p {
    background-color: rgba(56, 56, 56, 0.4);
    color: #ffffff;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 5px;
    padding: 5px;
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.thai-img {
    border-radius: 7px;
    background-color: rgba(56, 56, 56, 0.4);
    padding: 10px;
}

.thai-sect {
    margin-left: -25px;
    margin-right: 0px;
}

.thai-sect .card {
    width: 405px;
}

.thai-btn-class {
    text-align: center;
}

.thai-btn {
    color: #ffffff;
    background-color: rgba(56, 56, 56, 0.39);
    width: 70px;
    border: 1px solid white;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px 15px;
}

.thai-btn:hover {
    background-color: rgba(0, 0, 0, 0.65);
}

#scrolling-thai .search-price .nice-select {
    border-radius: 0px 7px 7px 0px;
}

#scrolling-thai .panel-row {
    height: 70px;
    margin-top: -20px;
}

.second-block {
    background: rgba(56, 56, 56, 0.39);
    border: 1px solid #3B3B3B;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 10px 10px 10px 10px;
    display: inline-block;
}

.chk-inline {
    display: inline-flex;
}

.chk-inlineRu {
    display: inline-flex;
    padding: 5px;
}

.card {
    padding: 10px;
    background-color: rgba(56, 56, 56, 0.4);
    border-radius: 10px;
}

.card-head img {
    border: 2px solid #3B3B3B;
    min-height: 252px;
    max-height: 252px;
    min-width: 100%;
    object-fit: cover;
}

.send_enquire_rent:hover {
    color: #808080;
}

.card-head .villa-promo {
    display: block;
    position: absolute;
    left: 25px;
    top: 215px;
    padding: 8px 12px;
    color: #ffffff;
    background-color: rgba(30, 33, 39, 0.8);
    text-transform: uppercase;
    margin-left: 2px;
}

.card-head .villa-promo .mdi-fire {
    color: red;
    padding-right: 2px;
}

.card-head .villa-special {
    display: block;
    position: absolute;
    left: 25px;
    top: 215px;
    padding: 8px 12px;
    color: #ffffff;
    background-color: rgba(30, 33, 39, 0.8);
    text-transform: uppercase;
	font-family: 'Goudy', sans-serif;
	font-size:16px;
}

.card-head .villa-special .mdi-star {
    color: yellow;
    padding-right: 2px;
}

.card-body {
    height: 75px;
    border-radius: 0px 0px 5px 5px;
}

.card-body p {
    margin: 2px 0px;
}

.card-body .h6 {
    margin: 6px 0px 3px 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: initial;
    padding-top: 0px;
}

.card-body .card-price-row {
    color: #ffffff;
    font-size: 13px;
}

.card-body .card-location-row {
    color: #999;
}

.card-body .view-btn {
    margin: 30px 0px;
}

.card-body .view-villa-btn {
    padding: 7px 5px;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    position: relative;
    left: -10px;
    width: 100px;
    display: block;
    text-align: center;
}

.card-body .view-villa-btn:hover {
    background: rgba(0, 0, 0, 0.65);
}

#scrolling-rent,
#scrolling-thai {
    overflow-y: auto;
}

#scrolling-thai {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
    font-family: 'Goudy', sans-serif;
}

.photos,
.photos:focus,
.photos:hover {
    outline: none;
    margin-right: 90px;
    position: relative;
}

#photos-info #photos-name {
    padding-top: 10px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    opacity: 1 !important;
    display: block !important;
    ;
    height: 120px;
}

#photos-name {
    background-color: rgba(56, 56, 56, 0.4);
    color: #ffffff;
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.cover {
    height: 235px;
    cursor: pointer;
    text-align: center;
}

#thai-footer {
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Goudy', sans-serif;
}

.flipster {
    outline: none;
}

.flipster img {
    max-height: 250px;
    max-width: 350px;
    outline: none;
}

.flipster span,
.flipster p {
    display: none;
}

.description {
    color: #FFFFFf;
    margin: 20px 0px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    font-family: "Goudy", sans-serif;
    border: 1px solid #3B3B3B;
    border-radius: 4px;
    padding: 15px;
    line-height: 1.3;
    background: rgba(0, 0, 0, 0.4);
}

.description.ru {
    font-size: 17px;
}

.description a {
    color: #919191;
}

a.less {
    display: none;
}

.flipster .flipster__item--current span {
    margin-top: 5px;
    color: #FFFFFf;
    font-size: 18px;
    display: block;
    padding-left: 130px;
}

.flipster .flipster__item--current p {
    height: 150px;
    display: block;
    color: #FFFFFf;
}

.flipster--loop .flipster__item {
    position: absolute;
}

.flipster--loop .flipster__item--past-2 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.flipster--loop .flipster__item--future-2 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.flipster--loop .flipster__item--past-1 {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flipster--loop .flipster__item--future-1 {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.flipster--infinite-carousel .flipster__container,
.flipster--infinite-carousel .flipster__item {
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
    transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--infinite-carousel .flipster__item__content {
    -webkit-transition: inherit;
    transition: inherit;
}

.flipster--infinite-carousel .flipster__item {
    position: absolute;
    opacity: 0;
    -webkit-perspective: 800px;
    perspective: 00px;
}

.flipster--infinite-carousel .flipster__item--past-2,
.flipster--infinite-carousel .flipster__item--future-2 {
    opacity: 0.6;
    -webkit-transition-delay: 90ms;
    transition-delay: 90ms;
}

.flipster--infinite-carousel .flipster__item--past-1,
.flipster--infinite-carousel .flipster__item--future-1 {
    opacity: 0.8;
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}

.flipster--infinite-carousel .flipster__item--current {
    opacity: 1;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.flipster--infinite-carousel .flipster__item--past .flipster__item__content,
.flipster--infinite-carousel .flipster__item--future .flipster__item__content {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.flipster--infinite-carousel .flipster__item--past-2 .flipster__item__content {
    -webkit-transform: translateX(-75%) rotateY(45deg) scale(0.6);
    transform: translateX(-75%) rotateY(45deg) scale(0.6);
}

.flipster--infinite-carousel .flipster__item--future-2 .flipster__item__content {
    -webkit-transform: translateX(75%) rotateY(-45deg) scale(0.6);
    transform: translateX(75%) rotateY(-45deg) scale(0.6);
}

.flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content {
    -webkit-transform: translateX(-50%) rotateY(45deg) scale(0.8);
    transform: translateX(-50%) rotateY(45deg) scale(0.8);
}

.flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content {
    -webkit-transform: translateX(50%) rotateY(-45deg) scale(0.8);
    transform: translateX(50%) rotateY(-45deg) scale(0.8);
}

.flipster--infinite-carousel .flipster__item--current .flipster__item__content {
    -webkit-transform: translateX(0) rotateY(0deg) scale(1);
    transform: translateX(0) rotateY(0deg) scale(1);
}

.example-desc {
    margin: 3px 0;
    padding: 5px;
}

#carousel {
    height: 300px;
    position: relative;
    clear: both;
    overflow: hidden;
}

#carousel img {
    cursor: pointer;
    max-width: 320px;
}

.split-left {
    float: left;
}

.split-right {
    float: left;
    margin-left: 10px;
}

#callback-output {
    height: 250px;
    overflow: scroll;
}

textarea#newoptions {
    width: 430px;
}

#scrolling-rent,
#scrolling-thai,
#scrolling-term,
.content_property_listing {
    overflow-x: hidden;
}

#scrolling-rent::-webkit-scrollbar,
#scrolling-thai::-webkit-scrollbar,
#scrolling-term::-webkit-scrollbar,
.content_property_listing::-webkit-scrollbar {
    width: 10px;
}

#scrolling-rent::-webkit-scrollbar-thumb,
#scrolling-thai::-webkit-scrollbar-thumb,
#scrolling-term::-webkit-scrollbar-thumb,
.content_property_listing::-webkit-scrollbar-thumb,
.scrollbar-thumb {
    border-radius: 10px !important;
	background: rgba(0,0,0,0.7) !important;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(255,255,255,1) !important;
    box-shadow: inset 0 0 3px 1px rgba(255,255,255,1) !important;
}


/*#scrolling-rent::-webkit-scrollbar-track,
#scrolling-thai::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.7);
    border-radius: 10px;
}*/

.inflexgr {
    display: inline-flex;
}

#scrolling-term {
    overflow-y: auto;
}

.term-padd {
    padding: 10px 20px 0px;
    margin-left: -15px;
    margin-top: 27px;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid #3B3B3B;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    font-family: 'Goudy', sans-serif;
}

#scrolling-term,
#scrolling-term p,

#scrolling-term span {
    color: #ffffff;
    font-family: 'Goudy', sans-serif;
}
.ias-noneleft{
	font-family: 'Goudy', sans-serif;
	font-size:18px;
}
#scrolling-term h3 {
    color: #ffffff;
    font-family: 'Goudy', sans-serif;
    font-size: 28px;
    font-weight: 400;
}

#scrolling-term {
    padding-right: 15px;
    padding-left: 20px;
    padding-top: 20px;
    font-family: 'Goudy', sans-serif;
}

#scrolling-term p {
    padding-top: 10px;
    font-size: 18px;
    font-family: 'Goudy', sans-serif;
}

#scrolling-term span {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Goudy', sans-serif;
}

#terms-menu {
    color: #ffffff;
    font-family: 'Goudy', sans-serif;
}

#terms-menu h5 {
    color: #ffffff;
    font-family: 'Goudy', sans-serif;
}

#terms-menu p {
    border-top: 1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    font-family: 'Goudy', sans-serif;
}

#terms-menu p:last-child {
    border-bottom: 1px solid #ffffff;
}

.font-panel i {
    font-family: 'FontAwesome';
    font-size: 13px;
}

.image-map {
    left: 0;
    right: 0;
    text-align: center;
}

#myImg1 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    max-height: 100% !important;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    max-height: 100% !important;
}

#myImg:hover,
#myImg1:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    overflow: auto;
    background-color: transparent;
    z-index: 10;
}

.modal-content {
    display: block;
    top: 85px;
    background-color: transparent;
    max-height: 540px;
    z-index: 10;
}

.modal-content,
.close {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 85px;
    color: #f1f1f1;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 2000;
    opacity: 0.7;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-shadow: none;
    padding-left: 1px;
    padding-right: 3px;
    left: 408px;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal {
    margin-top: 32px;
}

.chk-zindex {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    z-index: 999;
    position: absolute;
}

.chk-zindex:after {
    content: '';
    display: block;
    clear: both;
}

.chk-zindex label {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    width: 100px;
    position: absolute;
    display: inline-table;
}

.chk-zindex label:hover {
    color: #e5b077;
}

.chk-zindex .chk-zindex-after input[type="checkbox"]+label:hover:after,
.chk-zindex .chk-zindex-before input[type="checkbox"]+label:hover:before {
    border: 1px solid #e5b077;
}

.chk-zindex .chk-zindex-after input[type="checkbox"]+label:before,
.chk-zindex .chk-zindex-before input[type="checkbox"]+label:after {
    display: none
}

.chk-zindex .chk-zindex-after input[type="checkbox"]+label:after,
.chk-zindex .chk-zindex-before input[type="checkbox"]+label:before {
    border: 1px solid #fff;
    content: "\00a0";
    display: inline-block;
    font: 14px/13px sans-serif;
    height: 13px;
    width: 13px;
    color: #ffffff;
    margin-left: 5px;
    margin-top: 3px;
}

.chk-zindex .chk-zindex-after input[type="checkbox"]:checked+label:after,
.chk-zindex .chk-zindex-before input[type="checkbox"]:checked+label:before {
    content: "\2713";
    text-align: center;
}

label[for='Natai'],
label[for='saleNatai'] {
    top: -391px;
    left: 6px;
}

label[for='PhangNga'],
label[for='salePhangNga'] {
    top: -345px;
    left: 83px;
}

label[for='MaiKhao'],
label[for='saleMaiKhao'] {
    top: -281px;
    left: 17px;
}

label[for='NaiYang'],
label[for='saleNaiYang'] {
    top: -238px;
    left: 10px;
}

label[for='NaiThon'],
label[for='saleNaiThon'] {
    top: -219px;
    left: 2px;
}

label[for='Layan'],
label[for='saleLayan'] {
    top: -201px;
    left: 18px;
    position: absolute;
    display: inline-table;
}

label[for='BangTao'],
label[for='saleBangTao'] {
    top: -181px;
    left: 13px;
}

label[for='Surin'],
label[for='saleSurin'] {
    left: 12px;
    top: -161px;
}

label[for='Kamala'],
label[for='saleKamala'] {
    left: 9px;
    top: -145px;
}

label[for='Kalim'],
label[for='saleKalim'] {
    left: 13px;
    top: -119px;
}

label[for='Patong'],
label[for='salePatong'] {
    left: 21px;
    top: -103px;
}

label[for='Karon'],
label[for='saleKaron'] {
    left: 20px;
    top: -70px;
}

label[for='Kata'],
label[for='saleKata'] {
    left: 28px;
    top: -47px;
}

label[for='KataNoi'],
label[for='saleKataNoi'] {
    left: 9px;
    top: -30px;
}

label[for='NaiHarn'],
label[for='saleNaiHarn'] {
    left: 21px;
    top: -16px;
}

label[for='AoPo'],
label[for='saleAoPo'] {
    top: -241px;
    left: 145px;
}

label[for='Thalang'],
label[for='saleThalang'] {
    top: -190px;
    left: 115px;
}

label[for='CapeYamu'],
label[for='saleCapeYamu'] {
    top: -172px;
    left: 158px;
}

label[for='Rawai'],
label[for='saleRawai'] {
    top: -15px;
    left: 106px;
    width: 60px;
}

label[for='Panwa'],
label[for='salePanwa'] {
    top: -49px;
    left: 131px;
}

label[for='Chalong'],
label[for='saleChalong'] {
    top: -68px;
    left: 99px;
}

label[for='KohSirey'],
label[for='saleKohSirey'] {
    top: -93px;
    left: 168px;
}

label[for='PhuketTown'],
label[for='salePhuketTown'] {
    left: 151px;
    top: -112px;
}

label[for='Kathu'],
label[for='saleKathu'] {
    top: -144px;
    left: 106px;
    display: block;
    display: -webkit-box;
}

label[for='RoyalPhuket'],
label[for='saleRoyalPhuket'] {
    top: -147px;
    left: 150px;
}

label[for='KoYaoNoi'],
label[for='saleKoYaoNoi'] {
    top: -267px;
    left: 290px;
}

label[for='Krabi'],
label[for='saleKrabi'] {
    top: -218px;
    left: 346px;
}

label[for='KoYaoYai'],
label[for='saleKoYaoYai'] {
    top: -145px;
    left: 278px;
}

label[for='Lamai'],
label[for='saleLamai'] {
    top: -185px;
    left: 302px;
}

label[for='BaanTai'],
label[for='saleBaanTai'] {
    top: -408px;
    left: 154px;
}

label[for='MaeNam'],
label[for='saleMaeNam'] {
    top: -380px;
    left: 166px;
    display: block;
    display: -webkit-box;
    white-space: nowrap;
}

label[for='PlaiLaem'],
label[for='salePlaiLaem'] {
    top: -402px;
    left: 290px;
    display: block;
    display: -webkit-box;
    white-space: nowrap;
}

label[for='Bophut'],
label[for='saleBophut'] {
    top: -374px;
    left: 265px;
    display: block;
    display: -webkit-box;
}

label[for='BangRak'],
label[for='saleBangRak'] {
    top: -356px;
    left: 310px;
}

label[for='ChoengMon'],
label[for='saleChoengMon'] {
    top: -405px;
    left: 379px;
    display: block;
    display: -webkit-box;
}

label[for='Chaweng'],
label[for='saleChaweng'] {
    top: -284px;
    left: 309px;
}

label[for='ChawengNoi'],
label[for='saleChawengNoi'] {
    top: -241px;
    left: 320px;
}

label[for='HuaThanon'],
label[for='saleHuaThanon'] {
    top: -146px;
    left: 270px;
}

label[for='LaemSet'],
label[for='saleLaemSet'] {
    top: -91px;
    left: 240px;
    display: block;
    display: -webkit-box;
}

label[for='BangKao'],
label[for='saleBangKao'] {
    top: -118px;
    left: 194px;
    display: block;
    display: -webkit-box;
}

label[for='LaemSor'],
label[for='saleLaemSor'] {
    top: -73px;
    left: 157px;
    display: block;
    display: -webkit-box;
}

label[for='ThongKrut'],
label[for='saleThongKrut'] {
    top: -112px;
    left: 126px;
    display: block;
    display: -webkit-box;
}

label[for='PangKa'],
label[for='salePangKa'] {
    top: -92px;
    left: 31px;
}

label[for='TalingNgam'],
label[for='saleTalingNgam'] {
    top: -152px;
    left: 14px;
}

label[for='LipaNoi'],
label[for='saleLipaNoi'] {
    top: -232px;
    left: 21px;
}

label[for='Nathon'],
label[for='saleNathon'] {
    top: -288px;
    left: 26px;
}

label[for='BangMakham'],
label[for='saleBangMakham'] {
    top: -350px;
    left: 68px;
    display: block;
    display: -webkit-box;
}

label[for='LaemYai'],
label[for='saleLaemYai'] {
    top: -371px;
    left: -12px;
}

label[for='BangPo'],
label[for='saleBangPo'] {
    top: -393px;
    left: 53px;
}

label[for='NorthBali'],
label[for='saleNorthBali'] {
    top: -352px;
    left: 228px;
}

label[for='Gretek'],
label[for='saleGretek'] {
    top: -379px;
    left: 500px;
}

label[for='Amed'],
label[for='saleAmed'] {
    top: -304px;
    left: 595px;
}

label[for='Candidasa'],
label[for='saleCandidasa'] {
    top: -180px;
    left: 584px;
}

label[for='Ubud'],
label[for='saleUbud'] {
    top: -180px;
    left: 410px;
}

label[for='Tabanan'],
label[for='saleTabanan'] {
    top: -160px;
    left: 335px;
}

label[for='BalianBeach'],
label[for='saleBalianBeach'] {
    top: -185px;
    left: 216px;
}

label[for='Medewi'],
label[for='saleMedewi'] {
    top: -235px;
    left: 171px;
}

label[for='Seseh-TanahLot'],
label[for='saleSeseh-TanahLot'] {
    top: -124px;
    left: 246px;
    width: 120px;
}

label[for='Canggu'],
label[for='saleCanggu'] {
    top: -106px;
    left: 337px;
}

label[for='Seminyak'],
label[for='saleSeminyak'] {
    top: -89px;
    left: 307px;
}

label[for='Legian'],
label[for='saleLegian'] {
    top: -74px;
    left: 328px;
}

label[for='Sanur'],
label[for='saleSanur'] {
    top: -72px;
    left: 420px;
}

label[for='Kuta'],
label[for='saleKuta'] {
    top: -58px;
    left: 335px;
}

label[for='Jimbaran'],
label[for='saleJimbaran'] {
    top: -29px;
    left: 321px;
}

label[for='Uluwatu'],
label[for='saleUluwatu'] {
    top: -1px;
    left: 286px;
}

label[for='Bukit'],
label[for='saleBukit'] {
    top: -8px;
    left: 374px;
    width: 70px;
}

label[for='Pandawa'],
label[for='salePandawa'] {
    top: 12px;
    left: 381px;
}

label[for='NusaDua'],
label[for='saleNusaDua'] {
    top: -24px;
    left: 406px;
}

label[for='TanjungBenoa'],
label[for='saleTanjungBenoa'] {
    top: -44px;
    left: 420px;
    width: 110px;
}

label[for='NusaLembongan'],
label[for='saleNusaLembongan'] {
    top: -95px;
    left: 499px;
}

label[for='Lombok'],
label[for='saleLombok'] {
    top: -242px;
    left: 862px;
    display: block;
    display: -webkit-box;
}

@media only screen and (max-width:700px) {
    .modal-content {
        width: 100%;
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@media only screen and (max-width:700px) {
    .modal-content {
        width: 100%;
    }
}

.slide_wrapper {
    align-self: flex-end;
    position: relative;
    width: 100%;
    text-align: center;
}

.ghost_text,
.text_mask {
    font-size: 14px;
}

.ghost_text {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.text_mask {
    background-image: radial-gradient(circle 3em at 100%, rgba(0, 0, 0, 1) 0%, rgba(30, 33, 39, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 0;
}

.search-bed,
.search-price,
.search-prop,
.search-build,
.search-bed-new,
.search-price-new,
.search-prop-new,
.search-build-new {
    font-family: 'Montserrat', 'FontAwesome', Arial;
}

.form-fix {
    max-width: 260px;
    top: 130px;
    z-index: 1;
}

.menu nav ul li ul.dropdown_menu li a {
    background: rgba(30, 33, 39, 0.7);
    color: #ffffff;
}

.parallax_property_listing {
    background-image: url(images/siam/phuket-anandajivana_18.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.padding_div_carousel,
.padd_2 {
    padding: 2px;
}

.padding_div_0 {
    padding: 0px;
}

.ma-10 {
    margin: 10px;
}

.div_important_information {
    margin-top: 10px;
}

.property_listing_background {
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid #3B3B3B;
    padding: 10px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    margin-left: -15px;
}

form>.form-group>.description_property {
    color: #FFFFFF;
    line-height: 1.25em;
    font-family: "Goudy", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

form>.form-group>div.approved_bg>.description_property {
    color: #FFFFFF;
    line-height: 125%;
    font-family: "Goudy", sans-serif;
    font-size: 17px;
    font-weight: 300;
}

#plan_trip,
#plan-inspection {
    font-family: 'Goudy', sans-serif;
    text-align: center;
    font-size: 1.5em;
    color: #FFFFFF;
    padding: 6px;
    white-space: nowrap;
}

.border_form {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

.margin_form {
    margin: 10px 10px 10px 10px;
}

form>.form-group>.col-md-6>.check-in-out,
form>div.form-group>div.col-md-12>.earliest-latest {
    background-color: transparent;
    border-radius: 10px;
    color: #FFFFFF;
}

.check-in-out,
.earliest-latest {
    border-radius: 10px;
}

.check-in {
    padding-left: 0;
    padding-right: 5px;
}

.check-out {
    padding-right: 0;
    padding-left: 5px;
}

form>.form-group>.btn_submit,
div.col-md-4>div.col-md-12>button.btn_submit,
div.col-md-4>div.col-md-12>button.btn_submit,
div.col-md-12.mt-45>button.btn_submit,
div.form-group>.btn_submit {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 25px;
    outline: none;
}

div.col-md-4>div:nth-child(1)>button.btn_submit,
div.col-md-4>div:nth-child(2)>button.btn_submit,
div.col-md-12.mt-25>div.form-group>button.btn_submit {
    margin: 10px;
}

div.col-md-12.mt-25>div.form-group>button.btn_submit {
    width: 150px;
    margin: auto;
}

.bedroom_select {
    background-color: transparent;
    color: #ffffff;
    border-radius: 25px;
    height: 30px;
}

form>.form-group>.form_margin {
    margin-bottom: 7px;
    margin-top: 7px;
}

.sl_contact_info {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: 10px 5px 10px 15px;
    width: 254px;
    border-radius: 0 0 0 0;
}

div.sl.slick-initialized.slick-slider>button.slick-prev,
div.sl.slick-initialized.slick-slider>button.slick-next,
div>button.slick-prev.slick-arrow,
div>button.slick-next.slick-arrow {
    z-index: 97;
    height: 32px;
    width: 32px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

div.sl.slick-initialized.slick-slider>button.slick-prev,
div>button.slick-prev.slick-arrow {
    left: 25px;
}

div.sl.slick-initialized.slick-slider>button.slick-next,
div>button.slick-next.slick-arrow {
    right: 25px;
}

div.also_like.slick-initialized.slick-slider>button.slick-prev,
div.also_like.slick-initialized.slick-slider>button.slick-next {
    top: 35%;
}

div.sl.slick-initialized.slick-slider>.slick-list {
    position: relative;
    border: 1px solid #3B3B3B;
}

div.sl.slick-initialized.slick-slider>img.prev_arrow {
    position: absolute;
    color: #ffffff;
    top: 42%;
    left: 25px;
    z-index: 97;
    max-height: 100px;
    border: 15px solid transparent;
}

div.sl.slick-initialized.slick-slider>img.prev_arrow:hover,
div.sl.slick-initialized.slick-slider>img.next_arrow:hover {
    cursor: pointer;
}

div.sl.slick-initialized.slick-slider>img.next_arrow {
    position: absolute;
    color: #ffffff;
    top: 42%;
    right: 25px;
    z-index: 97;
    max-height: 100px;
    border: 15px solid transparent;
}

.sl_nav {
    margin-top: 10px;
}

.sl_nav_slide {
    outline: none;
}

div.also_like>div.slick-list.draggable>div.slick-track>div.sl_nav_slide.ml-7.mr-7,
div.col-md-12.padding_div_0>div.also_like.slick-initialized.slick-slider>div.slick-track>div.sl_nav_slide.ml-7.mr-7 {
    border: none;
    border-radius: 10px;
    background-color: rgba(56, 56, 56, 0.4);
}

.sl_nav_img {
    cursor: pointer;
    border: 1px solid #3B3B3B;
}

.slick-dots li button {
    border: 1px solid #FCAE18 !important;
    border-radius: 50% !important;
    -webkit-transition: border-color 0.3s !important;
    -o-transition: border-color 0.3s !important;
    transition: border-color 0.3s !important;
}

.slick-dots li button::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #FCAE18 !important;
    opacity: 1;
    border-radius: 50% !important;
    -webkit-transition: background 0.3s !important;
    -o-transition: background 0.3s !important;
    transition: background 0.3s !important;
}

.slick-dots li button:hover::before {
    background-color: #ffffff;
}

.contact_us_button {
    background-color: transparent;
    border-radius: 10px;
    margin-left: 15px;
    size: 16px;
}

div.ui-datepicker-group.ui-datepicker-group-first>table>tbody>tr>td>a,
div.ui-datepicker-group.ui-datepicker-group-last>table>tbody>tr>td>a {
    color: #FFF;
    background-color: transparent;
}

.contact_info,
.yacht-charter-title,
.car-charter-title,
.car-rent {
    color: #ffffff;
    text-align: justify;
}

.form_border {
    border: 1px solid #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 15px 3px 15px;
}

.important_information {
    font-family: 'Goudy', sans-serif;
    color: #ffffff;
    font-size: 1.125em;
}

.important_information_zone {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #999999;
    line-height: 1.71em;
    letter-spacing: 0em;
    margin-bottom: 0px;
}

.important_information_price {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    line-height: 1em;
    letter-spacing: 0em;
}

.important_information_img {
    color: #ffffff;
}

.villa_name {
    font-family: 'Goudy', sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    line-height: 1.06em;
    letter-spacing: 0em;
}

.additions {
    text-align: center;
}

.more_villas_in_zone,
.investment_consultation {
    font-family: 'Goudy', sans-serif;
    color: #ffffff;
    text-align: justify;
}

.description_villas {
    font-family: 'Goudy', sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.additional_info {
    font-family: 'Goudy', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.div_bedroom_name {
    padding: 0;
    margin-top: 13px;
}

.property_description_header,
.seasons_and_rates_title {
    font-family: 'Goudy', sans-serif;
    font-size: 17px;
    padding-bottom: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}

.seasons_and_rates .textsmaller {
    font-family: 'Goudy', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
}

ul.ul_disc li {
    list-style: disc inside;
    display: list-item;
    font-family: 'Goudy', sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.robo17 {
    font-family: 'Goudy', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
}

.robo18 {
    font-family: 'Goudy', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.space_between_rows {
    line-height: 1.5;
    font-size: 18px;
	font-family: 'Goudy', sans-serif;
}

.space_between_rows.ru {
    font-size: 19px;
}

.mb-0 {
    margin-bottom: 0;
}

.book_with_us {
    color: #FFFFFF;
    font-weight: bold;
}

.panel-default>.panel-heading {
    background-color: rgba(56, 56, 56, 0.4);
    color: #ffffff;
    border: 1px solid #3B3B3B;
}

.investment_consultation_info {
    font-size: 18px !important;
    color: #FFFFFF;
    text-align: justify;
    font-family: 'Goudy', sans-serif;
    line-height: 1.5;
}

.investment_consultation_info.ru {
    font-size: 19px !important;
}

.panel-body.space_between_rows.ru>.investment_consultation_info {
    font-size: 19px !important;
}

.card-box .col-xs-8.text-left {
    padding-left: 0 !important;
}

.investment_consultation_info_collapse {
    font-size: 1em;
    color: #FFFFFF;
    text-align: justify;
    background-color: transparent;
}

#myImg1.precise {
    max-height: 53px !important;
}

.border_none {
    border: none;
}

.color-welc {
    color: #808080;
}

.font-bold {
    font-weight: bold;
}

.box1 {
    text-align: center;
    padding-left: -1px;
    transition: 0.5s;
    border: 2px solid #ffffff;
    -webkit-transition: 0.5s;
    background: transparent !important;
    border-radius: 0px !important;
}

.box1:hover {
    border: 2px solid rgba(0, 160, 80, 0);
}

.box1::before,
.box1::after {
    width: 100px;
    height: 35px;
    z-index: 3;
    content: '';
    position: absolute;
    top: -10px;
    left: 15px;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 0.5s;
}

.box1:hover::after,
.box1:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.view-villa-btn::before {
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: rgba(0, 0, 0, 0.65);
    color: white !important;
}

.view-villa-btn::after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.name_zone_w {
    width: 569px;
}

.plan_trip_w {
    width: 247px;
    border-radius: 10px;
}

.icons_max_width {
    max-width: 41px;
}

.icon_text_inf {
    font-family: 'Goudy', sans-serif;
    color: #ffffff;
    font-size: 16px;
}

div.col-md-9.name_zone_w>div.col-md-12>div.col-md-4>div.col-md-12>.print_offer,
div.col-md-9.name_zone_w>div.col-md-12>div.col-md-4>div.col-md-12>.send_offer {
    background: transparent;
    color: #ffffff;
    width: 130px;
}

div.col-md-9.name_zone_w>div.col-md-12>div.col-md-4>div.col-md-12>.print_offer:hover,
div.col-md-9.name_zone_w>div.col-md-12>div.col-md-4>div.col-md-12>.send_offer:hover {
    background: #000000;
    color: #ffffff;
}

div.form-group>.enquire_now,
div.form-group>.enquire_now_sale,
div.col-md-3.form_border.plan_trip_w>form.buy_property>div.form-group>.send_enquire,
div.col-md-12.mt-45>.send_enquire,
div.form-group>.send_enquire {
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    line-height: 2.14em;
    letter-spacing: 0em;
}

div.form-group>.enquire_now:hover,
div.col-md-12.mt-45>.send_inquire:hover {
    color: #a1a1a1;
}

.parallax_investment_consultation {
    background-image: url(images/siam/investment_consultation.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.border_bottom {
    border-bottom: 1px solid #3b3b3b;
}

.plan_trip_bedroom {
    font-family: 'FontAwesome';
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    background-color: transparent;
    height: 32px;
    max-width: 233px;
    width: 216px;
    line-height: 30px;
}

.white_color {
    color: #ffffff;
}

.rates_table {
    width: 100%;
    font-family: 'Goudy', sans-serif;
    font-size: 17px;
    color: #ffffff;
}

.rates_th,
.rates_td {
    border: 1px solid #ffffff;
    border-spacing: 0px;
    color: #ffffff;
    font-family: 'Goudy', sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 200%;
}

.rates_th {
    background-color: rgba(51, 51, 51, 0.9);
    font-size: 17px;
}

.car-size {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
}

.space_between_rows p {
    font-family: 'Goudy', sans-serif;
    font-size: 19px;
}

.space_between_rows.ru p {
    font-size: 20px;
}

.padd-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.article_header {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
}

.useful_articles {
    font-size: 21px;
    text-align: center;
    padding-bottom: 10px;
    font-family: 'Goudy', sans-serif;
}

.fs-1_125 {
    font-family: 'Goudy', sans-serif;
    font-size: 1.125em
}

.calendar_icon {
    font-family: "FontAwesome";
    content: "&#xf073;";
    color: #ffffff;
    left: 4px;
    top: 2px;
}

.bg_transparent {
    background-color: transparent;
}

.btn_center {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
}

.bg_guest_support_page {
    background: url(images/siam/guest_suport.jpg) no-repeat fixed center;
    background-size: cover;
}

.footer_menu_font {
    font-family: 'Goudy', sans-serif;
    font-size: 1em;
    font-style: normal;
    color: #ffffff;
    line-height: 1.58em;
    letter-spacing: 0em;
}

.rent-footer-menu>.book_with_us {
    font-family: "Goudy", sans-serif;
}

.content_property_listing {
    overflow-y: auto;
}


/*.content_property_listing::-webkit-scrollbar{display:none;}*/

.copyright_property_listing {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
}

.mr-7 {
    margin-right: 7px;
}

.ml-7 {
    margin-left: 7px;
}

.google_map_w {
    width: 100%;
    height: 400px;
}

.approved_bg {
    background: url("images/siam/approve.09-20.png") no-repeat center;
}

.border_none {
    border: none;
}

.also_like_villa_name {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.also_like_zone {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    line-height: 1.25em;
    letter-spacing: 0em;
}
.also_like_villa_name, .also_like_zone .mt-6, .cutme li{
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.col-md-12.pl-10.pr-10.pt-10.pb-10>div.also_like.slick-initialized.slick-slider>.slick-prev,
div.col-md-12.pl-10.pr-10.pt-10.pb-10>div.also_like.slick-initialized.slick-slider>.slick-next {
    top: 40%;
}

div.col-md-12.more_villas_in_zone.also-like-buy>div.container-fluid>div.row>div.col-md-12.pl-10.pr-10.pt-10.pb-10>div.also_like.slick-initialized.slick-slider>.slick-prev,
div.col-md-12.more_villas_in_zone.also-like-buy>div.container-fluid>div.row>div.col-md-12.pl-10.pr-10.pt-10.pb-10>div.also_like.slick-initialized.slick-slider>.slick-next {
    top: 35%;
}

div.ui-datepicker-group.ui-datepicker-group-first>div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left {
    margin-right: 7px;
}

div.ui-datepicker-group.ui-datepicker-group-last>div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right {
    margin-left: 7px;
}

div.ui-datepicker-group.ui-datepicker-group-first>div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left,
div.ui-datepicker-group.ui-datepicker-group-last>div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #ffffff;
}

.pl-7 {
    padding-left: 7px;
}

.sl_text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    line-height: 1.25em;
    letter-spacing: 0em;
}

.transparent_50 {
    background-color: rgba(255, 255, 255, 0.1);
}

div.form-group.space_between_rows {
    margin-bottom: 0;
}

#scroll-up {
    display: none;
    position: absolute;
    left: 95%;
    bottom: 30px;
}

#scroll-up {
    bottom: 45px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    line-height: 37px;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    transform: rotate(45deg);
    border: none;
}

#scroll-up i {
    transform: rotate(-45deg);
}

hr.hr-color {
    color: #3b3b3b;
    background-color: #3b3b3b;
    height: 1px;
    border: 0;
}

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

@media screen and (min-width:768px) {
    .lighter_zone {
        border-radius: 10px;
        border: 1px solid #3b3b3b;
        padding: 10px;
    }
    .text-temp-icon-text {
        margin-left: 10px;
    }
}

.lighter_zone_inf {
    border-radius: 10px;
    border: 1px solid #3B3B3B;
    padding: 10px;
}

div.col-md-9.col-sm-7.property_listing_background.content_property_listing>div.col-md-12>div.col-md-9.name_zone_w.mt-10>div.col-md-12.lighter_zone {
    padding-top: 10px;
    padding-bottom: 10px;
}

.description_villas_border {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #3b3b3b;
    border-radius: 10px;
}

.yacht-type-title {
    font-family: 'Goudy', sans-serif;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    border-bottom: 1px solid #3b3b3b;
    padding: 10px;
}

.yacht-name {
    font-family: 'Goudy', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px 0px;
}

#accordion1,
#accordion2,
#accordion3,
#accordion4,
#accordion5,
#accordion6,
#accordion7,
#accordion8,
#accordion9,
#accordion10 {
    padding-top: 5px;
}

.calendar-box {
    border: 1px solid #3b3b3b;
    border-radius: 7px;
    padding: 5px;
}

.hrgray {
    border-bottom: 1px solid #3b3b3b;
}

.hrwhite {
    border-bottom: 1px solid #ffffff;
}

.calendar-box .calendar-title {
    font-family: 'Goudy', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    PADDING-LEFT: 15PX;
}

.calendar-box img {
    border: 1px solid #3B3B3B;
}

.calendar-box .desc-short {
    background-color: rgba(56, 56, 56, 0.4);
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    height: 240px;
    text-align: justify;
}

.hei222r {
    /*height:240px;*/
    float: right;
}

.hei222l {
    height: 230px;
    float: left;
}

.calendar-box .calendar-link {
    padding-left: 5px;
}

.car-charter-description,
.car-rent-description,
.calendar_form_thailand_description,
.for_owners_content {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
}

.yacht-description {
    font-family: 'Goudy', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(229, 176, 119);
    padding-bottom: 5px;
    line-height: 20px;
}


.ui-datepicker-title {
    color: #fff;
}

.yacht-description .descr1 {
    display: inline-block;
}

.title-th {
    color: #fff;
}

.yacht-details {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    border: 1px solid #3b3b3b;
    border-radius: 10px;
    line-height: 20px;
}

.space_between_rows p {
    color: #fff;
}

#yacht-detail-p {
    font-family: 'Goudy', sans-serif;
    color: #FFFFFF;
    font-size: 19px;
    padding-left: 15px;
}

#yacht-detail-p.ru {
    font-size: 20px;
}

div.form-group>.btn_submit {
    margin: 0 auto;
    display: block;
    width: 190px;
}

.yacht-charter-description_specification {
    font-family: 'Goudy', sans-serif;
    color: #ffffff;
    font-size: 1em;
}

.register p {
    font-size: 18px !important;
}

.register.ru p {
    font-size: 19px !important;
}

.register #header {
    font-family: 'Goudy', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.register p {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.contacts-info {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #3B3B3B;
    padding: 7px;
    border-radius: 4px;
	color:#fff;
}
.register .ui.form .field {
    margin: 0em 0em 1em;
}

.contacts-info span {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
    font-weight: 700;
	text-align: left;
}

.contacts-info p {
    font-family: 'Goudy', sans-serif;
    font-size: 15px !important;
    font-weight: 300;
    padding-top: 0;
    margin-bottom: 0;
	text-align: left;
}

#phoneid {
    padding-top: 17px;
}

#contacts-submit, .contacts-submit {
    margin-top: 12px;
    height: 30px;
    min-width: 90px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

#contacts-submit:hover, .contacts-submit:hover {
    background: rgba(39, 45, 60, 1) none repeat scroll 0 0;
}

.country-form {
    max-height: 300px;
}

#numfiled1 input {
    max-width: 60px;
}

#numfiled2 input {
    max-width: 90px;
}

#numfiled3 input {
    max-width: 100px;
}

.country-form .nice-select {
    width: 190px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: rgba(56, 56, 56, 0.4);
    max-height: 300px;
    border: 1px solid #ffffff;
}

.country-form .nice-select .option {
    width: 190px;
    max-height: 300px;
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.actas label {
    color: rgb(229, 176, 119);
    font-weight: 400;
    font-size: 14px;
}

.actas .checkbox label {
    color: #ffffff;
    font-size: 16px;
    padding-left: 0px;
}

#contacts-phone2 {
    font-family: 'Goudy', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgb(229, 176, 119);
    width: 82px;
    display: inline-table;
}

#contacts-phone1 {
    font-family: 'Goudy', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgb(229, 176, 119);
    width: 80px;
    display: inline-table;
}

#contacts-phone {
    font-family: 'Goudy', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgb(229, 176, 119);
    width: 67px;
    display: inline-table;
}

#scrolling-term .country-form .nice-select span {
    font-size: 16px;
    font-weight: 300;
}

#pleasefill p {
    /*margin-top: -25px;*/
    font-family: 'Goudy', sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

#security-label {
    color: rgb(229, 176, 119);
    margin-bottom: -10px;
}

.calendar_form_thailand_title {
    font-family: 'Goudy', sans-serif;
    color: #ffffff;
    text-align: justify;
    font-size: 1.125em;
    font-weight: bold;
}

.owners-title {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
}

.owner-border {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
}

.owner-border p {
    font-size: 18px !important;
}

.owner-border.ru p {
    font-size: 19px !important;
}

.contacts-info-forowners {
    margin-bottom: 10px;
}

.label-number {
    width: 60px;
}

.label-number label {
    color: rgb(229, 176, 119);
}

.propertychk label {
    color: rgb(229, 176, 119);
    font-weight: 400;
    font-size: 14px;
}

.propertychk .checkbox label {
    color: #ffffff;
    font-size: 16px;
    padding-left: 9px;
}

.mt-27 {
    margin-top: 27px;
}

.pl-12 {
    padding-left: 12px;
}

div.col-md-9.col-sm-7.property_listing_background>div.col-md-12>div.col-md-9.name_zone_w>.ptb-16 {
    padding-top: 24px;
    padding-bottom: 25px;
}

div.col-md-12.form-group.form-inline.pl-0.pr-0>div.plan_trip_bedroom>ul {
    max-width: 233px;
    width: 233px;
}

div.col-md-12.form-group.form-inline.pl-0.pr-0>div.plan_trip_bedroom>ul>li {
    max-width: 233px;
    width: 233px;
}

.panel-title {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    color: #ffffff;
}

.panel-title.ru {
    font-size: 20px;
}

.investment_consultation_background {
    padding: 20px 40px 30px;
    padding-bottom: 10px;
    font-family: 'Goudy', sans-serif;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    margin-left: -15px;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid #3B3B3B;
    margin-top: 27px;
}

.text-temp {
    margin-top: 50px;
}

.text-temp h1 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.text-temp h5 {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    font-family: 'Goudy', sans-serif;
}

.text-temp-button {
    position: relative;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-temp {
    height: 40px;
    width: 100px;
    color: #0b0b0b;
    background-color: #00a9da;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
    transition: 0.5s;
}

.btn-temp:hover {
    color: #00a9da;
    background-color: #0b0b0b;
}

.text-temp-icon {
    display: block;
    position: relative;
}

.text-temp-icon1 img {
    max-height: 75px;
}

.text-temp-icon1 {
    display: inline-flex;
}

.text-temp-icon1 p {
    color: #212421;
    font-weight: bolder;
    font-size: 36px;
}

.text-temp-icon1 span {
    color: #212421;
    font-weight: bolder;
    font-size: 16px;
}

.text-temp-icon-text {
    margin-top: 10px;
}

.send-inq-text {
    position: relative;
    top: -5px;
    margin: 0 auto;
    text-align: center;
}

.bnt-inq {
    color: #000000;
    font-weight: 700;
    border: 1px solid #ffffff;
    height: 40px;
    width: 270px;
    margin-left: 15px;
    margin-right: 15px;
    transition: 0.5s;
    margin-top: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 7px;
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
}

.search-box {
    display: inline-flex;
    background-color: rgba(56, 56, 56, 0.4);
    color: #fff;
    width: 100%;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #3B3B3B;
}

.search-box:hover #advHover {
    color: #E5B077;
}

.gold-text {
    color: #E5B077 !important;
}

.search-box p {
    padding: 15px 15px 0px 25px;
    padding-top: 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.search-box .right-part {
    padding-top: 8px;
    display: inline-flex;
    margin-left: auto;
}

.search-box .btn-advanced {
    padding: 9px 0px;
}

.search-box .nice-select {
    border: 1px solid #ffffff;
}

.search-box .countrysearch .nice-select {
    border-radius: 10px 0px 0px 10px;
}

.search-box-advanced-block .nice-select {
    width: 100% !important;
}

.search-box-advanced-block .clearfix {
    margin-bottom: 10px;
}

.search-box-advanced label {
    color: #ffffff;
    display: block;
}

.search-box-advanced {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #3B3B3B;
    border-top: none;
    color: #fff;
    border-radius: 0px 0px 4px 4px;
    width: 97%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
}

.search-box-advanced-block {
    margin-left: 10px;
    display: block;
    padding-top: 10px;
    font-family: "Montserrat", sans-serif;
}

.search-box-advanced-block .nice-select,
.search-box-advanced-block .nice-select .option,
.search-box-advanced-block .form-option .nice-select {
    font-family: "Montserrat", sans-serif;
    background: transparent;
}

.range-adv1 {
    display: block;
}

.flex-adv {
    display: flex;
}

.text-rage {
    padding: 18px 0px 0px 10px;
}

.range-adv {
    margin: 10px;
}

.search-box-advanced-block .numtrav .nice-select {
    margin-top: 5px;
    border-radius: 10px;
    margin-right: 30px;
}

.search-box-advanced .check-adv {
    margin-left: 10px;
    margin-top: 10px;
}

.search-box-advanced .check-adv label,
.search-box-advanced .chk-range label {
    color: #ffffff;
    padding-right: 24px;
    display: inline-block;
    margin: 20px 0;
}

.search-box-advanced .btn-adv {
    margin-left: auto;
    margin-bottom: 10px;
    text-align: center;
}

.btn-adv .btn-primary {
    border: 1px solid #FFFFFf;
    border-radius: 10px 0px 0px 10px;
    background-color: rgba(0, 0, 0, 0.65);
    outline: none;
    /* width: 120px; */
}

.btn-adv .btn-primary:hover {
    color: rgb(229, 176, 119);
    background: #000000;
}

.btn-adv .btn-danger {
    border-radius: 0px 10px 10px 0px;
    width: 120px;
    font-size: 15px;
}

.btn-adv .btn-danger,
.btn-adv .btn.active.focus,
.btn-adv .btn.active:focus,
.btn-adv .btn.focus,
.btn-adv .btn:active.focus,
.btn-adv .btn:active:focus,
.btn-adv .btn:focus {
    outline: none;
}

.dropdown-checkbox {
    position: relative;
    border: 1px solid #ffffff;
    padding: 8px 15px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.dropdown-checkbox-toggle {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.dropdown-checkbox.dropdown.open .caret {
    border-top-color: black !important;
}

.dropdown-checkbox .dropdown-checkbox-content {
    display: none;
    position: absolute;
    background: white;
    z-index: 1000;
    top: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-perspective: 1000;
    border-top: 1px solid #777777;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-checkbox .dropdown-checkbox-content li .layout {
    padding: 0px 10px;
}

.dropdown-checkbox .dropdown-checkbox-content li .layout input[type=checkbox] {
    float: left;
    height: 25px;
    margin: 0;
    outline: none;
    padding: 0;
}

.dropdown-checkbox .dropdown-checkbox-content li .layout label {
    display: block;
    white-space: nowrap;
    line-height: 25px;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.dropdown-checkbox .dropdown-checkbox-content li .layout label:hover {
    color: rgb(229, 176, 119);
}

.dropdown-checkbox .dropdown-checkbox-content .maxitems {
    margin: 0;
}

.dropdown-checkbox.open .dropdown-checkbox-content {
    display: block;
    width: 190px;
    margin-left: -13px;
    margin-top: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.dropdown-checkbox-menu::-webkit-scrollbar {
    overflow-y: scroll;
}

.dropdown-checkbox .dropdown-checkbox-header {
    min-width: 170px;
    padding: 5px 20px;
    border-radius: 4px 4px 0px 0px;
    display: inline-flex;
}

.dropdown-checkbox input.checkbox-all {
    height: 20px;
}

.dropdown-checkbox .dropdown-checkbox-header .search {
    margin: 0;
    height: 30px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 15px !important;
    margin-left: 0px !important;
    width: 100%;
}

.dropdown-checkbox .dropdown-checkbox-header .checkbox-all {
    margin-right: 10px;
}

.dropdown-checkbox ul.dropdown-checkbox-menu {
    margin: 0;
    list-style: none;
    padding: 5px 10px 5px 10px;
    max-height: 137px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-checkbox ul.dropdown-checkbox-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown li:last-child {
    border-bottom: 0px;
}

#sliderToogle {
    transition: 0.5s;
}

.rotate {
    transform: rotate(-180deg);
}

.selectbuy {
    display: none
}

.form-test {
    position: absolute;
    border-radius: 5px;
    transition: all 2s linear;
    display: none;
}

.blurry {
    background-image: url(images/siam/home-test-blur.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.form-test {
    border: 2px solid #000;
    padding: 15px 50px;
    width: 650px;
    font-family: 'Goudy', sans-serif;
    -webkit-box-shadow: 0 6px 6px 0px rgba(0, 9, 22, .9);
    box-shadow: 0 6px 6px 0px rgba(0, 9, 22, .9);
    position: fixed;
    top: 90px;
    z-index: 100;
}

#form-test1phuket {
    min-height: 567px;
}

#form-test2 {
    min-height: 530px;
}

#form-test3 {
    min-height: 463px;
}

#form-test4 {
    min-height: 535px;
}

#form-test5 {
    min-height: 520px;
}

#form-test6 {
    min-height: 520px;
}

#form-test9 {
    min-height: 508px;
}

#form-yacht {
    min-height: 520px;
}

#form-1bali {
    min-height: 570px;
}

#form-1samui {
    min-height: 570px;
}

#form-1phuket {
    min-height: 570px;
}

#form-test7 {
    min-height: 398px;
}

#form-trip {
    min-height: 459px;
}

#form-test10 {
    min-height: 535px;
}

#form-test12 {
    min-height: 497px;
}

#form-test11 {
    min-height: 538px;
}

#form9,
#form10,
#form11,
.form9,
.form10,
.form11 {
    margin: 0 auto;
    padding: 10px 25px;
    margin-top: 75px;
    color: #000000;
    font-weight: 700;
    border: 1px solid #ffffff;
    transition: 0s;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: Montserrat;
    border-radius: 25px;
    background: rgb(202, 127, 46);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
}

#form9:hover,
#form10:hover,
#form11:hover,
.form9:hover,
.form10:hover,
.form11:hover {
    cursor: pointer;
    color: #808080;
}

#form9,
.form9 {
    width: 280px;
}

#form10,
.form10 {
    width: 252px;
}

#form11,
.form11 {
    width: 320px;
}

.form-test::after {
    content: '';
    filter: blur(5px) brightness(60%);
    -webkit-filter: blur(5px) brightness(60%);
    position: absolute;
    left: -3px;
    top: -5px;
    bottom: -1px;
    right: -3px;
    background: inherit;
    z-index: -996;
}

.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="time"],
.ui.form input[type="text"],
.ui.form input[type="file"],
.ui.form input[type="url"] {
    height: 30px;
}

.form-test label {
    color: rgb(229, 176, 119);
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 7px;
}

label[id='needcar'] {
    padding-left: 15px;
}

label[for='likerentchk9'],
label[for='likerentchk'] {
    padding-left: 0px;
}

.spec-request-inline {
    display: flex;
    justify-content: space-between;
}

.form-test .ui.form .textarea-flex textarea:not([rows]) {
    width: 250px;
}

label[for='yes'] {
    margin-top: 5px;
    padding-left: 15px;
    margin-bottom: -5px;
}

#plus {
    font-size: 20px;
    color: darkgray;
    padding-top: 3px;
    padding-right: 3px;
}

.form-test .calendar-check label {
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: 7px;
}

.form-test #datepicker,
.form-test #datepicker2,
#startrangedatecar,
#endrangedatecar,
#start-range-date,
#end-range-date,
#startrangedate,
#endrangedate,
#startrangedate2,
#endrangedate2,
#startrangedatesale,
#endrangedatesale,
#startrangedatesendenquirerent,
#endrangedatesendenquirerent {
    font-family: 'Goudy', 'FontAwesome';
}

.form-test p {
    text-align: center;
    margin: 0px;
    color: rgb(229, 176, 119);
    font-size: 20px;
    font-weight: 400;
    font-family: 'Goudy', sans-serif;
}

#form-test9 .text-form p {
    color: rgb(229, 176, 119);
    padding: 10px 0px;
    border-radius: 7px;
}

#form-test10 .text-form p {
    padding: 10px 0px;
}

.form-test #form-title {
    color: #FFFFF0;
}

.form-test .ui.form .field>label {
    margin-top: 10px;
    margin-bottom: 7px;
}

.form-test .close {
    position: absolute;
    font-size: 38px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 2000;
    opacity: 0.7;
    border: 0px solid #ffffff;
    border-radius: 5px;
    color: #fff;
    text-shadow: none;
    padding-left: 1px;
    padding-right: 3px;
    left: 617px;
    top: 0px;
}

.form-test .ui.form textarea:not([rows]) {
    min-height: 90px;
    height: 90px;
}

.PickUpLocationfield label {
    color: rgb(229, 176, 119);
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-option .nice-select {
    width: 170px;
    border-radius: 5px;
    font-family: 'Goudy', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #ffffff;
    height: 30px;
    line-height: 30px;
    background: rgba(56, 56, 56, 0.4);
    color: #fff;
}

.form-gray .nice-select {
    color: white;
}

.PickUpLocation .nice-select .list {
    overflow-y: auto;
    max-height: 110px;
    width: 100%;
}

.PickUpLocation .nice-select .list::-webkit-scrollbar {
    overflow-y: scroll;
}

.nice-select .option.disabled {
    color: darkgray;
}

.nice-select .option.selected.disabled {
    color: darkgray;
}

.form-option1 .nice-select {
    width: 100%;
    border-radius: 5px;
    font-family: 'Goudy', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #ffffff;
    height: 30px;
    line-height: 30px;
    background: rgba(56, 56, 56, 0.4);
    color: #fff;
}

.form-planbuy .nice-select {
    width: 100%;
    border-radius: 5px;
    font-family: 'Goudy', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #ffffff;
    height: 30px;
    line-height: 30px;
    background: rgba(56, 56, 56, 0.4);
    color: white;
}

.form-purpose .nice-select {
    width: 100%;
    border-radius: 5px;
    font-family: 'Goudy', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #ffffff;
    height: 30px;
    line-height: 30px;
    background: rgba(56, 56, 56, 0.4);
    color: white;
}

.form-option3 .nice-select {
    width: 100%;
    border-radius: 5px;
    font-family: 'Goudy', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #ffffff;
    height: 30px;
    line-height: 30px;
    background: rgba(56, 56, 56, 0.4);
    color: white;
}

.form-option3 .nice-select .option,
.form-planbuy .nice-select .option,
.form-purpose .nice-select .option {
    width: 110px;
}

.form-option .nice-select .option {
    width: 100%;
}

.form-test .select2 .nice-select,
.form-test .select2 .nice-select {
    width: 100%;
}

.form-test .select3 .nice-select .option {
    width: 100%;
}

.form-test10 .nice-select {
    width: 100%;
}

.calendar-page p {
    color: #ffffff;
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
}

.calendar-page-img img {
    border: 1px solid #3B3B3B;
}

.select-form-test .nice-select {
    width: 100%;
    border-radius: 4px;
}

.select-form-test label,
.calendar-check label {
    color: rgb(229, 176, 119);
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-test .ui.form .inline.fields .field>input {
    max-width: 130px;
}

.form-test #age {
    width: 60px;
}

.asterix {
    float: left;
    font-size: 15px !important;
    text-align: left !important;
    font-family: 'Goudy', sans-serif;
    color: rgb(229, 176, 119);
}

.select-people .nice-select .option {
    text-align: center;
}

.adult-form .nice-select,
.child-form .nice-select {
    width: 100%;
    border-radius: 4px;
}

.adult-form .nice-select .option,
.child-form .nice-select .option {
    width: 230px;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #000000;
}

.form-control {
    color: #0b0b0b;
    background-color: transparent;
    border: 1px solid #ffffff;
}

.check-div {
    color: #ffffff;
}

#test-test {
    color: #00a9da;
}

.form-option .morecar .nice-select {
    width: 170px;
    border-radius: 5px;
    font-family: 'Goudy', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #ffffff;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background: rgba(56, 56, 56, 0.4);
}

.morecar .nice-select .option {
    width: 170px;
}

.successText {
    color: rgb(229, 176, 119);
    font-size: 28px;
    display: block;
    justify-content: center;
	font-family: 'Goudy', sans-serif;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 60px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.btn-submit-test {
    padding-left: 15px;
    padding-top: 5px;
}

.btn-submit-test-btn {
    width: 115px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 2px 5px;
    font-family: "Montserrat", sans-serif;
}

.form-test .text-form p {
    font-size: 16px;
    padding: 10px 15px 0px;
    text-align: center;
    color: rgb(229, 176, 119);
}

.form-test .form-chk {
    padding-left: 15px;
    padding-top: 5px;
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #272d3c;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    color: #fff;
    border-radius: 4px;
}

.month-select .nice-select,
.year-select1 .nice-select {
    border-radius: 4px;
}

.slick-list {
    width: 100%;
}

.select-people {
    margin: 10px 15px;
}

.select-people .nice-select {
    border-radius: 4px;
    width: 100%;
}

.test-input3 {
    margin: 0px 15px;
}

.select-form {
    margin: 10px 15px
}

.text-commnet {
    margin: 0px 30px;
}

.calendar-check {
    margin-left: 15px;
    margin-right: 15px;
}

.calendar-check input {
    background-color: transparent;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-family: "fontawesome";
}

input[name=remember] {
    display: block;
    width: 15px;
    margin: 0px;
    height: 15px;
}

.padding-thai {
    margin: 0 15px;
}

/* .search-box-advanced .check-adv label[for='specialoffert'] {
    padding-right: 0px;
} */
.bfast-included-ribbon:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    z-index: -1;
    border: 5px solid #077812;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.bfast-included-ribbon {
    background: #077812;
    position: absolute;
    top: 30px;
    left: 17px;
    width: auto;
    height: auto;
    padding: 8px 16px;
    border-radius: 3px 6px 6px 0;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.4);
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.4);
    z-index: 20;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}

.bfast-included-ribbon.second{
    top: 75px;
}

.title-thai {
    color: #ffffff;
    font-size: 25px !important;
    font-weight: 400 !important;
    font-family: "Goudy", sans-serif;
    text-align: center;
    padding: 10px !important;
    margin-top: 28px;
    text-transform: initial !important;
}
h1.title-thai:nth-child(1){
	font-size: 27px !important;
}

.title_sub-thai {
    color: #ffffff;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-family: "Goudy", sans-serif;
    text-align: center;
    margin-top: 24px;
    text-transform: initial !important;
}

input[name=phonenumer] {
    background-color: transparent;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.roboto-cond-font {
    font-family: 'Goudy', sans-serif;
}

#term-footer .footer_menu_font,
#term-footer .description_villas,
.more_villas_in_zone,
.investment_consultation h3 {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
    margin-top: 10px;
}

.additional_info {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
}

.investment_consultation h1 {
    font-family: "Goudy", sans-serif;
    color: #ffffff;
    font-size: 26px;
}

.investment_consultation h1.ru {
    font-size: 30px;
}

.walk.ru{
    margin-left:4px;
}

.investment_consultation_background.ru p {
    font-size: 19px;
}
.investment_consultation_background.ru .lh11 p{
	line-height: 1.1;
}
.investment_consultation_background.ru .yacht-type-title{
	font-size: 22px !important;
}

#term-footer .book_with_us {
    font-family: 'Goudy', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    color: white;
}

.bord-gray {
    background-color: rgba(56, 56, 56, 0.4);
    border-radius: 5px;
    padding: 5px;
    height: 238px;
    margin-left: 5px;
    margin-right: 5px;
    width: 32%;
}

#carousel {
    margin-top: -45px;
}

#carousel .carouselimage {
    display: hidden;
    cursor: pointer;
    border: solid 1px #e0e7ee;
}

#imageName {
    color: #FFFFFf;
    font-size: 21px;
    margin: 0 auto;
    margin-top: -30px;
    padding-top: 0px;
    font-weight: 400;
	font-family: 'Goudy', sans-serif;
}
.approved_bg.pb-46.ru{
	padding-bottom: 27px;
}
.header-title.ru{
	font-size: 30px;
}
.nextButton {
    position: absolute;
    top: 44%;
    right: 20%;
    cursor: pointer;
    z-index: 10;
    appearance: none;
    background: none;
    border: none;
}

.zoomimage {
    position: absolute;
    top: 44%;
    right: 48%;
    cursor: pointer;
    z-index: 10;
    appearance: none;
    background: none;
    border: none;
    opacity: 0;
    pointer-events: none;
}

.prevButton {
    position: absolute;
    top: 44%;
    left: 20%;
    cursor: pointer;
    z-index: 10;
    appearance: none;
    background: none;
    border: none;
}

.bord-gray img {
    border: 1px solid #3B3B3B;
}

.invest_send_inq {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    position: relative;
    display: block;
    top: 50px;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 300px;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 25px;
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
}

.invest_send_inq_gest {
    margin: 0 auto;
    width: 230px;
    display: block;
    text-transform: uppercase;
}

.card-guest img {
    border: 1px solid #3B3B3B;
}

iframe {
    max-width: 100%;
    height: auto;
}

.card-guest {
    padding: 10px;
    background-color: rgba(56, 56, 56, 0.4);
    border-radius: 10px;
    float: right;
    margin-top: 8px;
    margin-left: 10px;
}

.card-guest img {
    max-width: 320px;
    height: 200px;
}

.card-guest1 {
    padding: 10px;
    background-color: rgba(56, 56, 56, 0.4);
    border-radius: 10px;
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}

.card-guest1 img {
    max-width: 320px;
    height: 200px;
}

.yach-img {
    padding: 10px;
    background-color: rgba(56, 56, 56, 0.4);
    border-radius: 5px;
}

.yach-img2 {
    padding: 7px;
    background-color: rgba(56, 56, 56, 0.4);
    border-radius: 5px;
}

div.ui-datepicker-group.ui-datepicker-group-first>table>tbody>tr>td>a,
div.ui-datepicker-group.ui-datepicker-group-last>table>tbody>tr>td>a {
    background-color: #000000;
}

.ui-datepicker-month,
.ui-datepicker-year {
    font-weight: 400;
}

.mb-8 {
    margin-bottom: 8px;
}

.seasons_and_rates {
    font-family: 'RobotoSans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}

.seasons_and_rates_roboto {
    font-family: 'Goudy', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
}

.seasons_and_rates_roboto.ru {
    font-size: 20px;
}

#term-footer.ru .book_with_us {
    font-size: 18px;
}

#term-footer.ru .space_between_rows .footer-anchor {
    font-size: 18px;
}

.rates_width {
    width: 160px;
}

.pb-23 {
    padding-bottom: 23px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-46 {
    padding-bottom: 46px;
}

.mt-45 {
    margin-top: 45px;
}

.condition-car {
    color: #fff;
    margin: 15px 0;
    font-family: 'Goudy', sans-serif;
}

.condition-car ul li {
    font-size: 18px;
    font-family: 'Goudy', sans-serif;
}

#condition-car-title {
    color: #fff;
    font-family: 'Goudy', sans-serif;
    font-size: 18px;
}

#condition-car-info {
    color: #FFFFFf;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    font-family: "Goudy", sans-serif;
    padding: 10px 0;
    line-height: 1.1;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin-left: -10px;
    margin-top: -10px;
}

.ui-datepicker .ui-datepicker-prev {
    background-image: url("images/icons/arrow-1502/back.png");
    background-color: #000000;
    background-repeat: no-repeat;
    left: 7px;
    top: 7px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    background-image: url("images/icons/arrow-1502/next.png");
    background-color: #000000;
    background-repeat: no-repeat;
    position: absolute;
    right: 3px;
    top: 7px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 1.2em;
    height: 1.2em;
}

.robo16 {
    font-family: 'Goudy', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
}

.robo16.ru {
    font-size: 19px;
}

.fancybox-next span {
    background: url("images/icons/nextnew.png") no-repeat scroll center center;
    background-size: 70px 200px;
}

.fancybox-prev span {
    background: url("images/icons/backnew.png") no-repeat scroll center center;
    background-size: 70px 200px;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
}

.fancybox-skin {
    background: none;
}

.fancybox-nav span {
    position: absolute;
    top: 46%;
    width: 100px;
    height: 100px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
}

.fancybox-title,
.slick-modal-title {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 16px;
    padding-left: 15px;
	padding-bottom:10px;
}

.fancybox-next {
    right: -100px;
}

.fancybox-prev {
    left: -100px;
}

.img-crop {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.image215 {
    height: 215px;
}

.goldcolor {
    color: rgb(229, 176, 119);
}

ul.ul_disc.robo16>li {
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
}

#check-availability {
    margin-left: 15px;
    color: #000000;
    padding: 0px 21px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #ffffff;
    border-radius: 25px;
    outline: none;
}

#check-availability:hover {
    color: #a1a1a1;
}

#fancybox-thumbs {
    width: 70%;
    margin-left: 14.5%;
}

.fancybox-region-name,
.slick-modal-region-name {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #c5c5c5;
    background-color: #333333;
    font-weight: normal;
    color: #FFFFFF;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
    opacity: 1;
}

div.fancybox-title.fancybox-title-outside-wrap {
    text-align: center;
}

table.ui-datepicker-calendar>thead>tr>th {
    color: rgb(229, 176, 119);
}

.display-none {
    display: none;
}

#send-to-email-property-description {
    width: 30%;
    top: 20%;
    left: 35%;
    z-index: 9980;
}

.transparent-input {
    background-color: transparent;
    border-radius: 10px;
    color: #FFFFFF;
}

.close-send-to-email {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    filter: alpha(opacity=20);
    z-index: 9999;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    padding: 0px 5px;
}

.mt-6 {
    margin-top: 6px;
}

.print-page {
    width: 1188px;
    height: 840px;
    border: 1px solid #000000;
    padding: 40px;
}

.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #fff;
}

.date-picker-wrapper .drp_top-bar {
    display: none;
}

.date-picker-wrapper table .caption {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.date-picker-wrapper {
    border-radius: 5px;
}

.date-picker-wrapper.no-shortcuts {
    padding: 0;
}

.date-picker-wrapper {
    padding: 0;
}

.date-picker-wrapper .gap {
    width: 7px;
    margin: 0;
}

#start-range-date-property-page,
#end-range-date-property-page,
#earliest-suitable-property-page,
#latest-suitable-property-page {
    color: #ffffff;
    border-radius: 10px;
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 7px;
}

.date-picker-wrapper .footer {
    padding: 0;
}

.date-picker-wrapper .month-wrapper {
    padding: 5px 5px 0 5px;
}

#modal-slick {
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    left: 0;
}

.slick-modal-slide>img {
    width: 1180px;
}

#modal-slick>div>div.modal-content>div>div>div>div>img {
    width: 1180px;
}

.slick-modal-to {
    position: relative;
}

.magnifier-carousel {
    position: absolute;
    height: 50px;
    bottom: 10px;
    right: 270px;
    cursor: pointer;
}

.send-email-modal {
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    line-height: 2.14em;
    letter-spacing: 0em;
    margin: 0 auto;
    display: block;
    width: 150px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    outline: none;
    height: 35px;
}

.date-picker-wrapper {
    z-index: 200;
}

.earliest-latest::-webkit-input-placeholder {
    text-align: left;
}

.earliest-latest:-moz-placeholder {
    text-align: left;
}

.airport-text-min {
    text-align: right !important;
    margin-top: -16px !important;
    margin-right: 242px !important;
}

.welcome-section.mobilePage {
    background: none;
}

.welcome-section.mobilePage .booking-box {
    background: rgba(30, 33, 39, 0.8);
    border-radius: 20px;
}

#mobileSlider .form9,
#mobileSlider .form10,
#mobileSlider .form11 {
    margin-top: 35px;
    margin-bottom: 70px;
}

#mobileSlider li {
    width: 100%;
    position: relative;
    min-height: 600px;
    display: inline-block;
    background: rgba(160, 153, 153, 0.2);
    color: #fff;
    border-bottom: 2px solid white;
}

#mobileSlider li .welcome-text {
    margin-top: 0 !important;
    position: relative;
    padding: 10% 0 20% 0;
}

#mobileSlider li .welcome-text h2 {
    font-size: 22px;
    font-weight: bold;
}

#mobileSlider li .welcome-text .villa-title-mobile {
    font-size: 27px;
    margin: 10px;
    font-weight: bold;
}

#mobileSlider li p.welcome-desc-mobile {
    color: #fff;
    padding: 0 10px;
    line-height: 20px;
}

#mobileSlider li .text-temp-icon {
    margin-top: 20px;
}

#mobileSlider li .text-temp-icon-text span {
    font-size: 13px;
}

#mobileSlider li .villa-name-class.box {
    position: initial;
    margin: 10px auto;
    margin-top: 90px;
    display: block;
    float: none;
}

#mobileSlider li img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover !important;
}

#mobileSlider li .text-temp-icon img {
    max-height: 85px;
    width: auto;
    position: relative;
    object-fit: initial;
    z-index: 1;
}

.ui-datepicker-calendar .ui-state-disabled span {
    color: #cacaca;
    background-color: #484e4b;
}

.ui-datepicker-calendar thead {
    background-color: rgba(0, 0, 0, 0.8);
}

.pr-wdth-100 {
    max-width: 100px;
}

.welcome-text.first_slide h2 {
    padding-top: 5px !important;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    line-height: 55px;
}

.welcome-text.first_slide h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: Montserrat, Arial;
    font-weight: 500;
    line-height: 24px;
}

.homeSearchBorder {
    display: inline-block;
    background: rgba(0, 0, 0, .667);
    padding: 15px;
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 78px;
}

.searchWrapper {
    position: relative;
    font-size: 18px;
    padding: 0!important;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.searchWrapper .lricon-map {
    position: absolute;
    left: 13px;
    bottom: 0;
    top: 0;
    z-index: 1;
    text-shadow: none;
    align-items: center;
}

.searchWrapper .lricon-map {
    position: absolute;
    left: 13px;
    bottom: 0;
    top: 0;
    z-index: 1;
    text-shadow: none;
    align-items: center;
}

.custicon {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    padding-top: 10px!important;
    font-size: 24px;
    padding-left: 5px;
}

.custicon2 {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 16px;
}

#searchCheckOut {
    padding-left: 0px;
}

.searchWrapper .searchInput {
    width: 35%;
    text-align: left;
    text-shadow: none;
    word-spacing: 2px;
    border-right: 1px solid #a5a5a5;
    color: #000;
}

.searchWrapper .searchCheckInOutWrapper {
    width: 40%;
    position: relative;
}

#searchVillas,
#labelInput {
    border: none;
    height: 46px;
    text-align: center;
    font-family: "FontAwesome";
    background: #f4f4f4;
    box-shadow: none;
    padding-left: 10px;
    font-size: 16px;
    color: #000;
    width: 100%;
}

#searchVillas:focus {
    border: none;
}

.searchWrapper .searchCheckInOutWrapper .searchCheckInOut {
    position: relative;
    width: 50%;
    background: #f4f4f4;
    color: #000;
    text-shadow: none;
    border: none;
    height: 46px;
    border-left: none;
    border-right: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
}

.calendar_icon2 {
    font-family: "FontAwesome";
    content: "&#xf073;";
}

.searchWrapper .searchCheckInOutWrapper i {
    border-left: none;
    border-right: none;
    text-shadow: none;
    align-items: center;
    min-width: 22px;
}

.searchWrapper .guests {
    position: relative;
    width: 25%;
    padding-left: 14px;
    align-items: center;
    text-align: left;
    text-shadow: none;
    font-style: italic;
    color: #a4a4a4;
    border: solid 1px #a9a9a9;
    cursor: pointer;
    font-style: normal;
}

.searchWrapper .guests span.default {
    color: #a4a4a4;
    font-style: italic;
    font-size: 16px;
    width: 100%;
    color: #000;
}

.searchWrapper .guests input[type="number"] {
    -moz-appearance: textfield;
}

searchWrapper .guests input {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: transparent;
    border: none;
    height: 100%;
    padding-left: 14px;
    align-items: center;
    color: #333;
}

.searchWrapper .guests .wrapper {
    display: inline-block;
    background: #f4f4f4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.searchWrapper .guests .wrapper .plus {
    padding-left: 18px;
    padding-right: 4px;
    align-items: center;
    display: inline-block;
}

.searchWrapper .guests .wrapper .plus.disabled,
.searchWrapper .guests .wrapper .minus.disabled {
    color: transparent;
    border: none;
}

.searchWrapper .guests .wrapper .minus {
    padding: 0 12px 0 6px;
    align-items: center;
    display: inline-block;
}

.searchWrapper .searchBtn {
    height: 100%;
    font-weight: 300;
    text-transform: uppercase;
    line-height: normal;
    font-size: 16px;
    padding: 0 20px;
    width: calc(100% - 15px);
    margin-left: 15px;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
}

.dropdown-checkbox.open .dropdown-checkbox-menu::-webkit-scrollbar {
    width: 10px;
}

.dropdown-checkbox.open .dropdown-checkbox-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.dropdown-checkbox.open .dropdown-checkbox-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 1);
}

.nice-select.open .list::-webkit-scrollbar {
    width: 10px;
}

.nice-select.open .list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.nice-select.open .list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 1);
}

.guests-list:after {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    content: '';
    display: block;
    height: 9px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}

.list-item-autocomplete i {
    font-size: 18px;
    padding-top: 5px;
    padding-right: 4px;
}

.list-item-autocomplete small {
    font-size: 12px !important;
}

.list-item-autocomplete {
    min-height: 40px;
    font-size: 14px;
    padding-top: 4px;
    width: 100%;
    display: inline-flex !important;
}

.top-nav-icon-badge {
    background: rgb(202, 127, 46);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    border-radius: 50%;
    color: #000;
    font-size: 13px;
    height: 20px;
    font-weight: 600;
    line-height: 20px;
    position: absolute;
    right: 43px;
    text-align: center;
    top: -6px;
    width: 20px;
}

.top-nav-icon-badge-mobile {
    background: #252320;
    border: 1px solid white;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 30px;
    font-weight: 600;
    line-height: 28px;
    position: absolute;
    right: 120px;
    text-align: center;
    top: 12px;
    width: 30px;
    z-index: 999999;
}

.dark {
    display: inline-flex !important;
}

.search-form {
    margin: 0 auto;
}

.search-form label {
    position: absolute;
    left: 5px;
    top: 9px;
    color: #fff;
}

.search-form .easy-autocomplete {
    width: 265px !important;
}

.search-form .easy-autocomplete-container {
    left: -30px;
}

.search {
    background: rgba(0, 0, 0, 0.25) !important;
    border: 1px solid #eceff8 !important;
    height: 34px;
    border-radius: 10px !important;
    box-shadow: none !important;
    margin-left: -0px !important;
    font-size: 12px;
    color: #ffffff !important;
    width: 210px;
    font-style: italic;
    padding-left: 30px !important;
}


/* .search::-webkit-input-placeholder {color:#fff;} */


/* .search::-moz-placeholder          {color:#fff;} */


/* .search:-moz-placeholder           {color:#fff;} */


/* .search:-ms-input-placeholder      {color:#fff;} */

.fancybox-check-sale {
    text-transform: uppercase;
}

.villaToPreferenced {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    cursor: hand;
    opacity: 1;
    background-image: url(/img/nofave.png);
    background-repeat: no-repeat no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
}
/*
.villaToPreferenced.hovery,
.villaToPreferenced2.hovery{
    -webkit-filter: drop-shadow(0px 0px 0 #000) drop-shadow(-0.2px -0.5px 0 #000) drop-shadow(-0.9px 1.6px 0 #000) drop-shadow(1.9px 0px 0 #000);
    filter: drop-shadow(0px 0px 0 #000) drop-shadow(-0.2px -0.5px 0 #000) drop-shadow(-0.9px 1.6px 0 #000) drop-shadow(1.9px 0px 0 #000);
}
*/
.no-margin {
    margin-left: 15px;
    padding-bottom: 15px;
}

.preferences-btn {
    width: 32%;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 5px;
    outline: none;
    color: #ffffff;
    text-transform: uppercase;
}

.favorite-text {
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 25px;
    font-weight: 400;
    font-family: "Goudy", sans-serif;
}

.preferences-btn:hover,
.preferences-btn:focus {
    background: #000000;
    color: #ffffff;
}

.villaToPreferenced2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 55px;
    height: 55px;
    z-index: 90;
    cursor: pointer;
    cursor: hand;
    opacity: .8;
    background-image: url(/img/nofave.png);
    background-repeat: no-repeat no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
}

.favorite {
    opacity: 1;
    background-image: url(/img/fave.png) !important;
    background-repeat: no-repeat no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
}


/*.hovery:hover{
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}*/

@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.special-offer {
    max-height: 16px !important;
    max-width: 16px !important;
    min-height: 16px !important;
    min-width: 16px !important;
    border: none !important;
	margin-bottom: 5px;
}


/* .favorite { */


/* background-position: -3519px 0; */


/* transition: background 1s steps(55); */


/* } */

.searchMenu {
    display: inline !important;
    padding-bottom: 0px !important;
    margin-right: 0px !important;
    vertical-align: super !important;
    position: absolute !important;
    width: 200px;
    float: right;
    right: 30px;
    top: 51px;
}

.guests-list {
    width: 100%;
    border: none !important;
    color: #333;
}

.guests-list.current {
    color: #a4a4a4;
}

.guests-list .list {
    max-height: 140px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}

.static-block-2 .text .link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid red;
    color: red;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-top: 30px;
    padding: 10px 33px;
    text-transform: uppercase;
}

.favSmall {
    -moz-transform: scale(.01);
    -webkit-transform: scale(.01);
    -o-transform: scale(.01);
    -ms-transform: scale(.01);
    transform: scale(.01);
}

.trans {
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.favBubble {
    z-index: 7;
    position: absolute;
    top: 1px;
    right: 56px;
}

.favBubbleRelative {
    position: relative;
}

.favBubble .favImgWrapper {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.favBubbleImg {
    width: 58px;
    min-height: 58px;
    max-width: none;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.favBubbleFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: url(/img/favBubble.png) -5px -5px no-repeat;
}

.marger {
    margin-left: 10px;
    margin-right: 5px;
}

.easy-autocomplete-container ul li {
    margin-top: 5px;
    border-bottom: 1px solid white;
    border-left: none;
    border-right: none;
    padding-bottom: 0px !important;
    width: 100%;
}

.easy-autocomplete-container ul li:last-child {
    border-bottom: none;
}

.no-favs {
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 30px;
	font-family: "Goudy", sans-serif;
	font-size:20px;
}

.enq-fav,
.enq-fav .h5 {
    color: #fff !important;
    padding-top: 30px;
    font-weight: 300;
    font-family: "Goudy", sans-serif;
}

.enq-fav h5 {
    font-weight: 500;
    font-size: 20px;
}

#two-inputs-range_rent_down label {
    font-size: 18px;
    font-family: "Goudy", sans-serif;
}

#two-inputs-range_rent_down label.ru {
    font-size: 19px;
}

#pref_enquire,
#pref_enquire label,
#pref_enquire input,
#formRentPropertyPage input,
#formRentPropertyPage textarea,
#pref_enquire textarea {
    color: #fff;
    border-radius: 4px;
    resize: vertical;
}
#pref_enquire label{
	font-family: "Goudy", sans-serif;
    font-size: 18px !important;
}
.goudy18 {
    font-family: "Goudy", sans-serif;
    font-size: 18px !important;
}
.goudy{
	font-family: "Goudy", sans-serif;
}
.goudy18.ru {
    font-size: 19px;
}

.goudy17 {
    font-family: "Goudy", sans-serif !important;
    font-size: 17px !important;
}

.goudy17.ru {
    font-size: 18px !important;
}

#pref_enquire input:not(.calendar_icon),
#pref_enquire textarea {
    background: transparent;
    /*background: rgba(0, 0, 0, 0.65) !important;*/
    font-size: 16px;
	font-family: "Goudy", sans-serif;
	
}

#pref_enquire input.ru,
#pref_enquire textarea.ru {
    font-size: 17px;
}

.infants-fav,
.budnight_rent_down {
    min-width: 100%;
    /*background: rgba(0, 0, 0, 0.65) !important;*/
    border-radius: 4px;
    font-size: 18px;
    font-family: "Goudy", sans-serif;
}

.infants-fav.ru,
.budnight_rent_down.ru {
    font-size: 19px;
}

#pref_enquire .g-recaptcha .rc-anchor-dark {
    background: rgba(0, 0, 0, 0.65) !important;
}

.infants-fav .list,
.budnight_rent_down .list {
    max-height: 140px !important;
    overflow-y: scroll;
    width: 100%;
}

#favorites-submit {
    margin-top: 12px;
    height: 30px;
    min-width: 100px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

#favorites-submit:hover {
    background: rgba(39, 45, 60, 1) none repeat scroll 0 0;
}

#send-to-email-preferences {
    width: 30%;
    top: 20%;
    left: 35%;
    z-index: 9980;
}

#send-to-email-preferences .modal-header {
    border: none;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    padding-bottom: 20px;
    margin-bottom: -7px;
}

#send-to-email-preferences .modal-body {
    border-top: 1px solid #e5e5e5;
    color: #fff;
    padding: 25px;
    border-bottom: 1px solid #e5e5e5;
    background: rgba(0, 0, 0, 0.75);
}

#send-to-email-preferences .modal-body label {
    font-size: 14px;
    padding-top: 10px;
    color: #fff;
}

#sendPreferences {
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

#send-to-email-preferences .modal-footer {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    margin-top: -10px;
    border: none;
}

#sendPreferences:focus {
    background: rgb(202, 127, 46);
    background: -moz-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    background: linear-gradient(135deg, rgba(202, 127, 46, 1) 0%, rgba(255, 224, 191, 1) 33%, rgba(202, 127, 46, 1) 66%, rgba(255, 224, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ca7f2e', endColorstr='#ffe0bf', GradientType=1);
    border: 1px solid #ffffff;
}

.redder {
    color: red!important;
}

.browsers ul,
.pgn__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix .cf:before,
.clearfix .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    line-height: 0;
}

.clearfix .cf:after {
    clear: both;
}

.clearfix .cf {
    *zoom: 1;
}
/*
.pgn {
    width: 100%;
    border-top: 3px solid #fff;
    clear: both;
}
*/

.pgn li {
    float: left;
}

.pgn a,
.pgn span,
.pgn strong {
    float: left;
    text-align: center;
    padding-top: 20px;
    color: #fff;
}


@media screen and (min-width: 48em) {
    .pgn a,
    .pgn span,
    .pgn strong {
        display: block;
    }
}

.pgn a {
    text-decoration: none;
}

.pgn .prev,
.pgn .next {
    width: 33.33333%;
}

@media screen and (min-width: 37.5em) {
    .pgn .prev,
    .pgn .next {
        width: 20%;
    }
}

.pgn .prev a,
.pgn .next a {
    display: block;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

.pgn .prev {
    float: left;
}

.pgn .prev a {
    text-align: left;
}

.prev a:hover,
.next a:hover {
    background: rgba(0, 0, 0, 0.65);
}

.pgn .next {
    float: right;
}

.pgn .next a {
    text-align: right;
    float: right;
}


/* <ul> */

.pgn__list {
    width: 100%;
    position: relative;
    top: -3px;
}


/* <li> - pagination numbers */

.pgn__item {
    width: 33.33333%;
}

@media screen and (min-width: 48em) {
    .pgn__item {
        width: calc(100% - 230px);
    }
}

.pgn__item a,
.pgn__item span,
.pgn__item strong {
    display: none;
    text-align: center;
    width: 100%;
}

.pgn__item a.current,
.pgn__item span.current,
.pgn__item strong.current {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .pgn__item a {
        display: block;
    }
}


/* prev/next icon */

.pgn__prev-icon {
    /* margin-left: 15px; */
    margin-right: 5px;
}

.pgn__next-icon {
    /* margin-right: 15px; */
    margin-left: 5px;
}

.disabled .pgn__prev-icon,
.disabled .pgn__next-icon {
    color: #bec2d8;
}

.fullprevnext .pgn__prev-icon {
    float: left;
}

.fullprevnext .pgn__next-icon {
    float: right;
}


/* prev/next text */

.pgn__prev-txt,
.pgn__next-txt {
    display: none;
}

.disabled .pgn__prev-txt,
.disabled .pgn__next-txt {
    color: #bec2d8;
}

.fullprevnext .pgn__prev-txt,
.fullprevnext .pgn__next-txt {
    display: inline-block;
    padding-top: 0;
}

.fullprevnext .pgn__prev-txt {
    float: left;
}

.fullprevnext .pgn__next-txt {
    float: right;
}

.pgn__magic-line {
    background-color: #fff;
    position: absolute;
    height: 3px;
}

.rent-text {
    padding: 0 59px;
    font-size: 18px;
    font-family: 'Goudy', sans-serif;
    color: #ffffff;
    line-height: 1.3;
}

.rent-text.ru {
    font-size: 19px;
	line-height: 1.1;
}
.title-thai.ru .title_sub-thai{
	font-size: 22px !important;
}
.padding-thai.ru .title-thai{
	font-size: 26px !important;
}
.rent_static.ru .rent_static{
	font-size: 19px !important;
}

.rent_static {
    font-size: 18px;
    padding: 0 38px;
    font-family: 'Goudy', sans-serif;
    color: #ffffff;
    line-height: 1.3;
}

.rent_static.ru {
    font-size: 19px;
}

.rent_static.ru>.list-rent {
    font-size: 19px;
}

.pad50 .rent_static {
    font-family: "Goudy", sans-serif;
}

.pad50 .rent_static.ru {
    font-family: "Goudy", sans-serif;
}


/*.pad50 .rent_static.ru */

.navs-btn {
    padding: 7px 10px;
    background-color: rgba(0, 0, 0, .6);
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin: 20px;
    min-width: 150px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.navs-btn.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
}

.list-rent {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    list-style: disc outside;
    margin: 0px 80px;
    font-family: "Goudy", sans-serif;
}

.list-rent.ru {
    font-size: 19px;
}

.list-rent li {
    list-style: disc inside;
    padding: 5px 0px;
}

.icons_rentals {
    border: 1px solid white;
    padding: 3px;
    max-width: 165px;
    margin: 0 auto;
}

.pad50 .rent_static {
    margin-top: 10px;
    font-size: 20px;
    padding: 0px !important;
    white-space: nowrap;
}

.pad50:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pad50:hover .rent_static {
    color: rgb(229, 176, 119);
}

.form_rent_down {
    margin: 0 15px;
}

.region-element {
    color: #fff !important;
}

.region-element p {
    font-family: "Goudy", sans-serif;
    position: absolute;
    left: 40px;
    font-size: 20px;
    top: 25px;
    background: #174449;
    padding: 10px 14px;
}

.region-element p.ru {
    padding: 10px 35px;
}

.region-element .redirector {
    font-family: "Messanger", sans-serif;
    position: absolute;
    left: 40px;
    top: 50px;
    padding: 15px 20px 8px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
	color: #000;
    border: 1px solid black;
}

.region-element .redirector.ru {
    font-size: 19px;
    padding: 8px;
}

.region-element .redirector:hover {
    color: rgb(229, 176, 119);
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
}

.more,
.less {
    color: #919191;
}

.pad50 {
    margin-top: 15px;
}

.cnt img {
    border: 1px solid #3B3B3B;
}

.top-nav-icon-badge-mobile.mobile {
    position: relative !important;
    right: -10px !important;
    top: 0px !important;
    float: right;
}

.overflowScroll .list {
    max-height: 140px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.table-curency-selector .list {
    max-height: 180px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown-checkbox.open .dropdown-checkbox-content {
    background-color: rgba(30, 33, 39, 0.9);
}

.caret {
    float: right;
    margin-top: 5px;
}

.dropdown-checkbox-toggle {
    padding: 7px 0px !important;
    display: block;
}

.dropdown-checkbox {
    padding: 0px 15px !important;
}

#jsdisplay:focus,
#scrolling-rent:focus,
#scrolling-term:focus {
    outline: none;
}

#buildingyear .year-name {
    float: left;
}

#buildingyear .year-select {
    float: right;
    margin-right: 5px;
}

.left-align {
    right: auto !important;
    left: 35px;
}

.footer-anchor {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.8;
    display: inline;
}

.welcome-desc-mobile {
    color: #fff !important;
    padding: 0 10px;
    line-height: 20px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.rent-text.npp {
    padding: 0px !important;
    margin-bottom: 20px;
}

.borderas {
    border-radius: 0px 0px 10px 10px;
    background-color: rgba(56, 56, 56, 0.4);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.borderas:hover .blog-title {
    color: rgb(229, 176, 119);
}

.borderas img {
    border: 1px solid #3B3B3B;
}

.borderas .parr {
    height: 48px;
    max-height: 48px;
    overflow-y: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.borderas .blog-title {
    font-size: 14px;
    outline: medium none;
    color: #ffffff;
}

.blog-body>p {
    font-size: 18px;
}

.blog-body.ru>p {
    font-size: 19ox;
}

.fs18 {
    font-size: 18px !important;
}

.fs18.ru {
    font-size: 19px !important;
}

.fs19 {
    font-size: 19px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs20.ru {
    font-size: 21px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fs22.ru {
    font-size: 23px !important;
}

.fs29 {
    font-size: 29px !important;
}

.fs29.ru {
    font-size: 30px !important;
}

.goudyff {
    font-family: "Goudy", sans-serif;
}

.calendar-box .calendar-title.ru{
	font-size:21px;
}
.islands{
	font-size:22px;
}
.islands.ru{
	font-size:26px;
}

.investment_consultation em {
    font-style: italic;
}

.investment_consultation.space_between_rows>div.en>p {
    font-size: 18px;
}

.investment_consultation.space_between_rows>div.ru>p {
    font-size: 19px;
}

.travel-tips-title {
    color: #e5b077 !important;
    font-size: 23px !important;
}

.travel-tips-title.ru {
    font-size: 24px !important;
}
.favorite-text.ru{
	font-size: 30px;
}

.condition-car .space_between_rows.ru p{
	line-height: 1.2;
}

.fw400 {
    font-weight: 400 !important;
}

.read-more-block {
    display: inline;
    padding: 120px 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.read-more-button {
    background: rgba(0, 0, 0, .5);
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 100%;
    padding: 8px 0;
    text-transform: uppercase;
    width: 60%;
}

@media all and (max-width: 1024px) {
    .rent_static_truncate.truncated,
    .mobile_max_height.truncated {
        max-height: 400px;
        overflow: hidden;
        -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
        mask-image: gradient(linear, left 50%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    }
    .rent_static_truncate.expanded,
    .mobile_max_height.expanded {
        max-height: none;
        overflow: visible;
    }
    .rent_static_truncate.expanded .read-more-block,
    .mobile_max_height.expanded .read-more-block {
        display: none;
    }
}

@media (max-width: 992px) {
    .footer-background {
        background: rgba(20, 24, 26, 0.7);
        padding-top: 10px;
    }
    .mobile-border_bottom {
        border-bottom: 1px solid #3b3b3b;
    }
}

.fancyThumb{
	position:absolute; z-index: 8050; bottom:20px; width: 150px; height: auto; text-align:center; cursor:pointer;
}
.fancyThumb .fancyThumbNumber{
	/*width: 36px;
    height: 36px;
    border: 1px solid white;
    border-radius: 50%;
    color: #fff;
    padding: 5px 10px;
    bottom: 20px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);*/
	top: 25px;
    right: 10px;
    float: right;
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.fancyThumb .fancyThumbImg{
	cursor: pointer;
	border: 1px solid #3B3B3B;
}
/*
.g-recaptcha{
	transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
}
*/
#pref_enquire textarea{
		font-family: "Goudy", sans-serif;
		font-size: 18px !important;
}
.mobile-menu-area.affix{
    box-shadow: 0 7px 17px -2px #000;
}
input[name="rangemin"]:focus, input[name="rangemax"]:focus{
    border-bottom: 1px solid #fff !important;
}
.hand-write {
    height: 15px;
}
.breadcrumb{
    position: absolute;
    top: 100px;
}
/*

Bar rating

*/

.br-wrapper{

	display:inline-block;

}

.br-theme-fontawesome-stars .br-widget {

  height: 28px;

  white-space: nowrap;

}

.br-theme-fontawesome-stars .br-widget a {

  font: normal normal normal 20px/1 FontAwesome;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  text-decoration: none;

  margin-right: 2px;

}

.br-theme-fontawesome-stars .br-widget a:after {

  content: '\f005';

  color: #d2d2d2;

}

.br-theme-fontawesome-stars .br-widget a.br-active:after {

  color: #EDB867;

}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {

  color: #EDB867;

}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: inline;
    color: white;
    font-size: 19px;
    margin-left: 5px;
    font-family: "Goudy", sans-serif;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating:after {
    content: "/5";
}

.br-theme-fontawesome-stars .br-readonly a {

  cursor: default;

}

@media print {

  .br-theme-fontawesome-stars .br-widget a:after {

    content: '\f006';

    color: black;

  }

  .br-theme-fontawesome-stars .br-widget a.br-active:after,

  .br-theme-fontawesome-stars .br-widget a.br-selected:after {

    content: '\f005';

    color: black;

  }

}
.review-block{
    font-family: 'Goudy', sans-serif;
    font-size: 16px;
}
.review-block .review-text{
    font-style: italic;
    border-radius: 10px;
    border: 1px solid #3b3b3b;
    padding: 10px;
}
.review-block .review-header a:after{
    font-size: 15px;
}

.formRentPropertyPage{
    font-family: 'Goudy', sans-serif;
    font-size: 18px;
    color:#fff;
}
.formRentPropertyPage label {
    font-size: 18px;
    color:#fff;
    margin-top: 10px;
}
.formRentPropertyPage textarea,
.formRentPropertyPage input,
.formRentPropertyPage select{
    background: rgba(0, 0, 0, 0.7);
}
.formRentPropertyPage .nice-select{
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.calendar-title:hover {
    color: rgb(229, 176, 119);
}
.desktop-view .sideBlock {
    z-index: 99;
}