.size-72 { font-size: 72px; }
.size-48, .size-48 * { font-size: 48px; }
.size-46, .size-46 * { font-size: 44px; }
.size-44, .size-44 * { font-size: 46px; }
.size-42, .size-42 * { font-size: 42px; }
.size-40{ font-size: 40px; }
.size-38{ font-size: 38px; }
.size-36{ font-size: 36px; }
.size-34{ font-size: 34px; }
.size-32{ font-size: 32px; }
.size-30{ font-size: 30px; }
.size-28{ font-size: 28px; }
.size-26{ font-size: 26px; }
.size-24{ font-size: 24px; }
.size-22{ font-size: 22px; }
.size-20{ font-size: 20px; }
.size-18, .size-18 * { font-size: 18px; }
.size-17{ font-size: 17px; }
.size-16{ font-size: 16px !important; }
.size-15{ font-size: 15px !important; }
.size-14{ font-size: 14px; }
.size-13{ font-size: 13px; }
.size-11{ font-size: 11px; }
.size-10{ font-size: 10px; }
.color-0{ color: #ffffff !important; }
.color-1{ color: #333333; }
.color-2{ color: #515151; }
.color-3{ color: #c5a67c; }
.color-4{ color: #515151; }
.color-5{ color: #f1f1f1; }
.color-6{ color: #727272 !important; }
.color-7{ color: #fcfcfc; }
.font-openSans{ font-family: 'Open Sans', sans-serif !important; }
.weight-bold{ font-weight: 700; }
.weight-semi{ font-weight: 600; }
.weight-medium{ font-weight: 500; }
.weight-regular{ font-weight: 400; }
.weight-light{ font-weight: 300; }
.line-height{ line-height: 44px; }


h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.pl-0-mine{
    padding-left: 0;
}
.pr-0-mine{
    padding-right: 0;
}
.opacity-0{
    opacity: 0;
}
.btn-more-line{
    position: relative;
    text-decoration: none !important;
    padding-bottom: 15px;
    border-bottom: solid 2px #d3bca8;
}
.btn-more-line:before{
    content: '';
    position: absolute;
    height: 2px;
    background: #505050;
    left: 0;
    width: 0;
    bottom: -2px;
    -webkit-transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
}
.btn-more-line:hover:before{
    width: 50%;
}
.more-btn{
    display: block;
    width: 200px;
    height: 45px;
    line-height: 43px;
    border: solid 1px #707070;
    text-align: center;
    color: #707070 !important;
    text-decoration: none !important;
    background: #ffffff;
}
.more-btn.auto-width{
    height: 35px;
    line-height: 34px;
    color: #c5a67c !important;
    display: inline-block;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    margin-bottom: 60px;
}
.more-btn.light-dark{
    border: solid 1px #c5a67c;
/*    color: #fff !important; */
           
    vertical-align: middle;
}
.more a{
    text-decoration: none !important;
}
.btn-left-fill:hover{
    color: #fff !important;
    border: solid 1px #c5a67c;
}
.btn-left-fill.transparent:hover{
    color: #fff !important;
    border: solid 1px #c5a67c;
}
.btn-left-fill.transparent{
    border: solid 1px #c5a67c !important;
    background: transparent !important;
    color: #555 !important;
}
.btn-left-fill.outer:hover{
    color: #c5a67c !important;
    border: solid 1px #c5a67c;
}
.btn-left-fill.outer{
    border: solid 1px #c5a67c !important;
    background: #c5a67c !important;
    color: #fff !important;
}

.btn-left-fill{
    width: 200px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    border: solid 1px #ffffff;
    background: #fff;
    color: #505050;
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.btn-left-fill.transparent:after{
    background: #c5a67c !important;
}
.btn-left-fill.outer:after{
    background: #fff !important;
}
.btn-left-fill:after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c5a67c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-left-fill:hover:after, .btn-left-fill:focus:after, .btn-left-fill:active:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.in-touch-link .content div {
    font-size: 15px;
}
#book-now.map:hover{
    background: #fff;
    color: #d57367;
    border: solid 1px #d57367;
}
#book-now.map{
    text-decoration: none;
    display: inline-block;
    height: 35px;
    line-height: 34px;
    border: solid 1px #d57367;
    background: #d57367;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    -webkit-transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
}
.section-map .title{
    padding-bottom: 30px;
}
.section-map{
    padding-top: 80px;
}
.section-map .map-back{
    z-index: 0;
    margin-top: -250px;
    height: 500px;
    background: #c5a279;
    position: relative;
}
.section-map .map-wrap{
    padding-left: 60px;
    padding-right: 60px;
}
.section-map .map-list ul li::before {
    background: transparent url("../images/pointer.png") center left no-repeat;
    content: "";
    width: 15px;
    height: 20px;
    position: absolute;
    margin-left: -25px;
    top: 0;
}
.section-map .map-distance{
    margin-bottom: 26px;
    max-width: 225px;
}
.section-map .map-distance{
    vertical-align: middle;
}
.section-map .map-distance-wrap{
    padding-bottom: 54px;
}
.map-text{
    height: 115px;
    line-height: 115px;
    position: relative;
    background: #F2F2F2;
    z-index: 1;
}
.wap-shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 15px;
    -webkit-box-shadow: 0 14px 32px rgba(29,15,77,.19);
    box-shadow: 0 14px 32px rgba(29,15,77,.19);
    z-index: 0;
}
#map{
    height: 550px;
    z-index: 0;
}
.underline {
    position: relative;
    width: 200px;
    height: 1px;
    margin: 28px auto 34px auto;
}
.underline .left{
    background: #e6a879a6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
}
.underline .right{
    background: #e6a879a6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
}
.underline.sm {
    background-color: rgba(197,162,121,1) !important;
    margin: 20px auto 40px 0;
    width: 100px;
}
.justify-center{
    text-align: justify;
    text-align-last: center;
}
.decoration-none{
    text-decoration: none !important;
}
.pulse-btn{
    position: relative;
}
.pulse-btn::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border:solid 1px #707070;
    -webkit-transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
}
.light-dark.pulse-btn::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border:solid 1px #c5a67c !important;
    -webkit-transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
}
.pulse-btn:hover::before {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 0.01;
}
.l-height-28{
    line-height: 28px;
}
.vertical-line{
    width: 1px;
    height: 75px;
    background: #909090;
    position: absolute;
    left: 50%;
    top: 18px;
}
.vertical-line.colored-1{
    background: #c5a67c !important;
}

.vertical-line.colored-2{
    background: #eac181 !important;
}
/* WELCOME */
.welcome_01{
    height: 600px;
    background: url(../images/welcome_01.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: -20px -19px 0px 0px #e0e0e0;
}
.welcome_01 div{
   position: absolute;
    top: -35px;
    left: -35px;
    bottom: 35px;
    right: 35px;
    border: solid 2px #c5a67c;
}
.welcome-more{
    margin-top: 30px;
}
#welcome .section-01 {
    padding-top: 120px;
    padding-bottom: 40px;
    background: #f9f9f4;
    /* background:#fcfcfc url(../images/about-bg9.png);
    background-position: left center;
    background-repeat: no-repeat; */
}
.above-header-left{
    margin-left: 26px;
}
.above-header-left:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 20px;
    background: #c5a67c;
    left: -25px;
    top: 50%;
}
.above-header-center{
    display: inline-block;
}
.above-header-center:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 20px;
    background: #c5a67c;
    left: -30px;
    top: 50%;
}
.above-header-center:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 20px;
    background: #c5a67c;
    right: -30px;
    top: 50%;
}
#welcome .section-01 .text .row {
    background: #f9f9f4;
}
#welcome .section-01 .text {
    background: #f9f9f4;
    margin-top: 35px;
}
#welcome .section-01 .text .welcome_01_block{
    margin-bottom: 50px;
}
#welcome .section-01 .back{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 600px;
    background: url(../images/welcome_back_01.png) center center;
    background-size: cover;
   /* -webkit-box-shadow: 0 14px 32px rgba(29,15,77,.19);
    box-shadow: 0 14px 32px rgba(29,15,77,.19); */
}
#welcome .section-01_1 {
    padding-top: 60px;
    padding-bottom: 100px;
    /* background: #f8f8f3; */
    background: #f1f1ec;
}
#welcome .section-01_1 .text-wrap {
    margin-left: 30px;
}

.line-height-30 {
    line-height: 32px;
}

#welcome .section-02 {
    padding-top: 86px;
    padding-bottom: 70px;
    /* background: #f8f8f3; */
    background: #f1f1ec;
}
#welcome .section-02 .accommodation-features{
    /* -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.15);
    box-shadow: 0 8px 16px rgba(0,0,0,.15); */
    margin-top: 50px;
    background: #ffffff;
}
#welcome .section-02 .accommodation-features .elem{
    height: 150px;
}
#welcome .section-02 .accommodation-features .elem:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 95px;
    background: #d3d3d3;
}
#welcome .section-02 .accommodation-features .elem:last-child:after{
    content: none !important;
}
#welcome .section-03{
    background: #f8f8f3;
    padding-top: 110px;
    padding-bottom: 100px;
}
#welcome .section-03 .how-to-elem {
    /* background: #556670; */
    background: #c5a67c;
    height: 144px;
}
.navigation-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    /* -webkit-box-shadow: 0 14px 32px rgba(29,15,77,.19);
    box-shadow: 0 14px 32px rgba(29,15,77,.19); */
    -webkit-box-shadow: 0 14px 32px rgba(0,0,0,.19);
    box-shadow: 0 14px 32px rgba(0,0,0,.19);
}
#welcome .section-04{
    /* background: #fbfbfb; */
    background: #f8f8f3;
    padding-top: 74px;
    padding-bottom: 90px;
}
#welcome .section-04 .header{
    /* background: #fbfbfb; */
    position: relative;
    z-index: 1;
    display: inline-block;
}
#welcome .section-04 .above-header{
    position:relative;
    margin-left: 25px;
}
#welcome .section-04 .above-header:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 20px;
    background: #c5a67c;
    left: -25px;
    top: 50%;
}
#welcome .section-04 .line{
    height: 2px;
    background: #c5a67c;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 0;
    z-index: 0;
}
#welcome .section-04 #why-book-img{
    border-radius: 16%; 
    /* border: solid 10px #c5c8cba3;
    border-bottom: 10px solid #c5a67c !important;
    border-top: 10px solid #c5c8cba3 !important; */   
}
#welcome .section-04 .title{
    max-width: 260px;
    line-height: 28px;
    margin-bottom: 20px;
}
#welcome .section-04 .title img{
    display:block;
    width: 100%;
}
/* #welcome .section-05 {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #f8f8f3;
}
#welcome .section-05 .header{
    margin-bottom: 30px;
}
#welcome .section-05 .title{
    margin-bottom: 10px !important;
    padding-top: 50px !important;
}
#welcome .section-05 .more{
    margin-top: 50px;
}
#welcome .section-05 .gallery-elem img{
    display: none;
}
.gallery-elem{
    min-height: auto;
    display: block;
    text-decoration: none !important;
    background-size: cover !important;
}
.gallery-elem-padding{
    background-size: cover;
    padding-right: 7px !important;
    padding-left: 7px !important;
    margin-bottom: 14px;
}
.gallery-elem-p1{
    height: 375px;
}
.gallery-elem-p2{;
    border-top-right-radius: 140px;
    overflow: hidden;
    height: 375px;
}
.gallery-elem-p3{;
    height:375px;
}
.gallery-elem-p4{;
    height: 375px;
}
.gallery-elem-p5{;
    border-bottom-left-radius: 140px;
    overflow: hidden;
    height: 375px;
}
.gallery-elem-p6{
    height: 375px;
}
.gallery-cover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    background: rgba(0,0,0,.3);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.gallery-elem:hover .gallery-cover{
    opacity: 1;
    z-index: 1;
}
#welcome .section-05 #circle{
    width: 300px;
    height: 300px;
    left: -150px;
    bottom: -150px;
}
#circle {
    position: absolute;
    overflow: hidden;
    z-index: 9;
}
#circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0); }
    to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(0); }
    to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(0); }
    to { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(0); }
    to { -o-transform: rotate(360deg); }
}
@keyframes rotate {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}

#welcome .item {
    border: solid 2px #fff;
    background-size: cover;
    position: relative;
    margin-bottom: 2px;
}
#welcome .item-1 {
    /// width: 630px; ///
    width: calc((100%) / 3);
    height: auto;
}
#welcome .item-2 {
    width: calc((100%) / 3);
    height: auto;
}
.gallery-elem-wrap{
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}
.gallery-elem{
    position: relative;
    display: block;
    text-decoration: none !important;
}
.gallery-cover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    background: rgba(0,0,0,.3);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.gallery-elem:hover .gallery-cover{
    opacity: 1;
    z-index: 1;
}
.studio-navs{
    cursor: pointer;
    z-index: 1;
}
.studio-navs.carouselNextBtn{

}
.studio-navs.carouselPrevBtn{
    
}
.studio-navs-wrap{
    width: 150px;
} */

#welcome .section-05 {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #f8f8f3;
}

#welcome .section-05 .header {
    margin-bottom: 30px;
}

#welcome .section-05 .more {
    margin-top: 50px;
}

#welcome .section-05 .gallery-elem-wrap {
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}

#welcome .section-05 .gallery-elem {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover !important;
    background-position: center !important;
    text-decoration: none !important;
    overflow: hidden;
}

#welcome .section-05 .gallery-elem img {
    display: none;
}

#welcome .section-05 .gallery-radius-top {
    border-top-right-radius: 80px;
}

#welcome .section-05 .gallery-radius-bottom {
    border-bottom-left-radius: 80px;
}

#welcome .section-05 .gallery-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    background: rgba(0,0,0,.3);
    transition: all 300ms linear;
}

#welcome .section-05 .gallery-elem:hover .gallery-cover {
    opacity: 1;
}

#welcome .section-05 #circle {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -100px;
    top: -130px;
    z-index: 9;
    overflow: hidden;
    pointer-events: none;
}

#welcome .section-05 #circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    animation: rotate 10s linear infinite;
}

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

@media (max-width: 998px) {
    #welcome .section-05 .gallery-radius-top,
    #welcome .section-05 .gallery-radius-bottom {
        border-radius: 0;
    }

    #welcome .section-05 #circle {
        display: none;
    }
}

#welcome .section-06 {
    background: #fcfcfc;
}

#welcome .section-06 .header {
    height: 70px;
}

/* PHOTO GALLERY PAGE */
#gallery {
    padding-top: 206px;
    background: #f8f8f3;
}

#gallery .photo-gallery-list {
    padding-top: 50px;
    padding-bottom: 80px;
}

#gallery .photo-gallery-list .gallery-elem-wrap {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}

#gallery .photo-gallery-list .gallery-elem {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-decoration: none !important;
}

#gallery .photo-gallery-list .gallery-elem > img {
    display: block;
    width: 100%;
    height: auto;
}

#gallery .photo-gallery-list .gallery-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    background: rgba(0,0,0,.3);
    transition: all 300ms linear;
}

#gallery .photo-gallery-list .gallery-elem:hover .gallery-cover {
    opacity: 1;
}

#gallery .photo-gallery-list .zoom img {
    width: auto;
    max-width: 40px;
    height: auto;
}


/* GALLERY */
/* #gallery{
    padding-top: 220px;
    background: #fcfcfc;
}
.content-width {
    margin: 0 auto;
    max-width: 1800px;
    position: relative;
}
.content-padding {
    padding: 0;
}
#gallery-container {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
#gallery #welcome .item{
    float: left;
    position: relative;
    display: inline-block;
    margin: 5px;
    clear: both;
    overflow: hidden;
}

#gallery #gallery-container .item-1 {
    width: 430px !important;
    //width: calc((97%) / 4);//
    height: 310px;
}
#gallery #gallery-container .item-2 {
    width:430px !important;
    //width: calc((97%) / 4);//
    height: 510px;
}
@media only screen and (max-width: 1024px) {
    //#welcome #gallery-container .gallery-elem.item.item-1:last-child{//
    //    display:none !important;//
    //}//
    .gallery-elem-p2{;
    border-top-right-radius: 0px;
    }
    .gallery-elem-p5{;
    border-bottom-left-radius: 0px;
 }
}
@media only screen and (max-width: 992px) {
    #gallery #gallery-container .item-1 {
        width: 350px !important;
        //width: calc((97%) / 4);//
        height: auto;
    }
    #gallery #gallery-container .item-2 {
        width:350px !important;
        //width: calc((97%) / 4);//
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    #gallery #gallery-container .item-1 {
        width: 250px !important;
        //width: calc((97%) / 4);//
        height: auto;
    }
    #gallery #gallery-container .item-2 {
        width:250px !important;
        //width: calc((97%) / 4);//
        height: auto;
    }
}
@media only screen and (max-width: 600px) {
    #gallery #gallery-container .item-1 {
        width: 180px !important;
        //width: calc((97%) / 4);//
        height: auto;
    }
    #gallery #gallery-container .item-2 {
        width:180px !important;
        //width: calc((97%) / 4);//
        height: auto;
    }
}
#gallery #welcome{
    padding-top: 80px;
    padding-bottom: 100px
} */
/* LOCATION */
#location .section-01 {
    padding-top: 70px;
    padding-bottom: 90px;
    background: #f1f1ec;
}
#location .section-02 {

}
#location .section-02 .location-block{
    background: #f7f2ef;
    padding: 40px;
    margin-bottom: 80px;
}
#location .section-02 .location-block .header{
    white-space: nowrap;
    position: absolute;
    background: #f7f2ef;
    padding-left: 30px;
    padding-right: 30px;
    top: -25px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#location .section-02 .location-block .content{
    border: solid 1px #707070;
    padding-top: 50px;
}
#location .section-02 .location-block .location-reach{
    margin-bottom: 50px;
}

/* ACCOMMODATION */
#accommodation .section-01{
    padding-top: 70px;
    padding-bottom: 50px;
    background: #f1f1ec;
}
#accommodation .section-01 .room-details:last-child:after{
    content: none !important;
}
#accommodation .section-01 .room-details:after{
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
    width: 1px;
    background: #b5bcc1;
}
#accommodation .section-01 .room-details{
    position: relative;
    margin-top: 30px;
    width: 210px;
    height: 85px;
    background: #ffffff;
}
#accommodation .section-02{
    padding-top: 40px;
    padding-bottom: 50px;
    background: #f1f1ec;
}
#accommodation .section-02 .feature-info{
    max-width: 750px;
}
#accommodation .section-02 .back{
    height: 520px;
    background-size: cover !important;
}
#accommodation .section-02 .room-feature{
    margin-top: 40px;
    margin-bottom: 40px;
}
#accommodation .section-02 .room-feature .header {
    margin-bottom: 60px;
}

/* ROOM */
#room .section-01{
    padding-top: 70px;
    padding-bottom: 120px;
}
#room .section-01 .room-attributes{
    border: solid 1px #f8f4f1;
    padding: 30px;
}
#room .section-01 .room-attribute{
    height: 100px;
    border-top: solid 1px #f8f4f1;
    border-right: solid 1px #f8f4f1;
}
.pl-30{
    padding-left: 30px;
}
.no-border-r {
    border-right: none !important;
}
.no-border-t {
    border-top: none !important;
}
#room .section-02{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fbfbfb;
}
#room .section-03{
    padding-top: 80px;
    padding-bottom: 80px;
}
#room .section-04{
    padding-top: 80px;
    padding-bottom: 80px;
}
#room .section-04 .gallery-elem {
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none !important;
  margin-bottom: 8px !important;
}
#room .section-04 .gallery-cover img, 
#gallery #welcome .item .zoom img {
    width: auto !important;
    min-height: auto !important;
}
#room .section-05{
    padding-top: 80px;
    padding-bottom: 80px;
}
#room .section-05 .other-elem .wrap{
    -webkit-box-shadow: 0 14px 32px rgba(29,15,77,.19);
    box-shadow: 0 14px 32px rgba(29,15,77,.19);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#room .section-05 .other-elem .info{
    background: #fff;
    padding: 20px;
}

/* SERVICES */
/* #services .section-01 {
    padding-top: 70px;
    padding-bottom: 24px;
    background: #f9f9f4;
}
#services .section-02{
    padding-top: 40px;
    padding-bottom: 90px;
    background: #f9f9f4;
}
#services .section-02 .room-features-wrap {
    margin-bottom: 40px;
}
#services .section-02 .room-features {

}
#services .section-02 .room-features .header{
    position: relative;
    margin-bottom: 30px;
    background: #c5a67c;
    border-radius: 7px;
}
#services .section-02 .room-features .list {
    min-height: 230px;
}
#services .section-02 .room-features .list {
    padding-left: 25px;
    margin-top: 30px;
}
#services .section-02 .room-features .elem{
    padding-left: 35px;
    margin-bottom: 3px;
}
#services .section-02 .header-color{
    background-size: contain !important;
    position: relative;
    height: 46px;
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    max-width: 465px;
    padding-left: 35px;
    border-radius: 7px;
    font-weight: 600;
    line-height: 22px;
}
#services .section-03{
    padding-top: 60px;
    padding-bottom: 60px;
}
#services .section-03 .header{
    margin-bottom: 32px;
}
#services .section-03 .service-elem:hover{
    transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}
#services .section-03 .service-elem{
    margin-bottom: 30px;
    background: #fff;
    height: 250px;
    padding: 30px 40px 30px 40px;
    border-radius: 10px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}  */

/* SERVICES */
#services .section-01 {
    padding-top: 70px;
    padding-bottom: 30px;
    background: #f1f1ec;
}

#services .section-02 {
    padding-top: 40px;
    padding-bottom: 80px;
    background: #f1f1ec;
}

#services .services-intro {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#services .services-card-wrap {
    margin-bottom: 30px;
}

#services .services-card {
    background: #fcfcfc;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    transition: all 250ms linear;
}

#services .services-card:hover {
    transform: translateY(-4px);
}

#services .services-card-header {
    margin-bottom: 24px;
}

#services .services-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #c5a67c;
    color: #fff;
    font-size: 22px;
    margin-right: 16px;
}

#services .services-title {
    color: #333;
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
}

#services .services-list {
    margin-top: 10px;
    color: #424242;
}

#services .services-elem {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

#services .services-check {
    color: #c5a67c;
    margin-right: 10px;
    font-size: 14px;
    padding-top: 2px;
}

#services .services-note {
    margin-top: 30px;
}

@media (max-width: 991px) {
    #services .section-01 {
        padding-top: 50px;
    }

    #services .services-card {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    #services .services-card {
        padding: 22px;
    }

    #services .services-card-header {
        align-items: flex-start !important;
    }

    #services .services-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 20px;
        margin-right: 14px;
    }

    #services .services-title {
        font-size: 18px;
        line-height: 24px;
    }

    #services .services-elem {
        font-size: 15px;
        line-height: 23px;
    }
}

/* FAQ */
#faq .section-01 {
    padding-top: 70px;
    padding-bottom: 40px;
}
#faq .section-02{
    padding-bottom: 100px;   
}
#faq .section-02 .card-faq{
    width: 100% !important;
    border-radius: 0 !important;
    margin-bottom: -1px;
    border: none;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}
#faq .section-02 .faq-title .faq-btn{
    height: 80px;
    display: flex;
    align-items: center;
}
#faq .section-02 .faq-title.open{
    border-radius: 0 !important;
}
#faq .section-02 .faq-title{
    background: #fff;
    height: 100%;
    padding: 0 5px 0 5px;
    border-radius: 0 !important;
    border: none;
}
#faq .section-02 .faq-text .card-body {
    padding: 0 5px 40px 5px;
}
#faq .section-02 .faq-text .text{
    padding: 30px;
}
#faq .section-02 .faq-title .faq-arrow{
    -webkit-transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
}
#faq .section-02 .faq-title .faq-arrow.open{
    transform: rotate(180deg);
}

/* CONTACT */
#contact .section-01{
    padding-top: 70px;
    background: #f1f1ec;
    padding-bottom: 100px;
}
#contact .section-01 .contact-info{
    margin-top: 45px;
}
#contact .section-01 .contact-icon-wrap:hover span{
    color: #c5a67c;
}
#contact .section-01 .contact-icon-wrap{
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 15px;
    padding-bottom: 15px;
}
#contact .section-01 .contact-icon::after{
    content: '';
    position: absolute;
    background: #c5a67c;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    z-index: -1;
}
#contact .section-01 .contact-icon img{
    z-index: 1;
    position: relative;
}
#contact .section-01 .contact-icon{
    position: relative;
    min-width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
    z-index: 1;
}
#contact .input {
    height: 50px;
}
#contact .section-01 .field-wrap label{
    z-index: 0;
    position: absolute;
    width: 270px;
    height: 56px;
    line-height: 52px;
    top: 2px;
    left: 15px;
    color: #575754;
    padding-left: 15px;
    margin-bottom: 0;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
#phone-label{
  padding-left: 50px !important;
}
#phone {
  padding-left: 50px !important;
}
.iti {
    display: block !important;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    z-index: 9 !important;
}
.iti__selected-flag {
    padding-top: 5px !important;
}
#contact .field-wrap.open label{
    opacity: .4;
    left: 3px;
    top: -18px !important;
    transform: scale(.8);
}
#contact .field-wrap{
    margin-bottom: 25px;
}
#contact .input, #contact .textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #ffffff;
    padding-left: 15px;
    border: none;
    border-bottom: solid 1px #c5a67c;
    color: #505050;
}
#contact .textarea {
    padding-top: 15px;
    height: 200px;
    color: #505050;
}
#contact .contact-submit {
    width: 100%;
    height: 50px;
    background: #c5a67c;
    border: none;
    color: #fff;
}
#captcha{
    background: #fcfcfc url(../captcha/captcha.php) center right no-repeat !important;
    height: 37px;
}
#contact #welcome .section-04 {
    padding-top: 120px;
    padding-bottom: 150px;
}
#contact #welcome .section-04 .title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contact .section-04 {
    padding-top: 40px;
    padding-bottom: 70px;
    /* background: #f8f8f8;
    background: #e5e2db;  */
    background: #f1f1ecf7;
}
#contact .section-04 .direction-elem:hover{
    background: #656565;
    color: #fff;
}
#contact .section-04 .direction-elem{
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #d7d7d7;
    background: #ffffff;
    margin-bottom: 30px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
#contact .section-06{
    background: #fcfcfc;
}

@media (min-width: 2100px) {
    #welcome .section-03 .welcome-room-gallery-elem{
        height: 650px;
    }
    #welcome .section-06 .square {
      position: absolute;
      top: 70px;
      bottom: 70px;
      right: -90px;
      left: 15px;
      width: 600px;
      background: #eac181;
      z-index: 1;
    }
    #welcome .section-06 .sub-square {
      width: 600px;
    }
}

@media (max-width: 1600px) {
    #welcome .section-02 .title {
        margin-bottom: 45px;
    }
    #welcome .section-02 .back-color {
        top: 45px;
        bottom: 45px;
    }
}
@media (max-width: 1440px) {
    #welcome .section-01 {
        background: #f9f9f4;
    }
}
@media (max-width: 1360px) {
    #welcome .section-06 .sub-square {
      width: 395px;
    }
    #welcome .section-06 .square {
      position: absolute;
      top: 70px;
      bottom: 70px;
      right: -90px;
      left: 15px;
      width: 395px;
      background: #eac181;
      z-index: 1;
    }
    .more-btn.auto-width {
      margin-bottom: 30px;
    }
}
@media (max-width: 1200px) {
    #circle{
        display: none;
    }
    #welcome .section-04 .header-wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #welcome .section-03 .welcome-room-info .room-title {
        font-size: 32px !important;
    }
    #welcome .section-01 * {
        text-align: center !important;
    }
    #welcome .section-01 .back {
        margin-top: 30px;
        height: 600px;
    }
    .why-book-elem .mr-4{
        margin-right: 0 !important;
    }
    #welcome .section-03 .welcome-room-info {
        padding-top: 70px;
    }
    #welcome .section-04 #why-book-img{
        max-width: 350px;

        margin-bottom: 50px;
    }
    #welcome .section-03 .welcome-room-info {
      padding-left: 0;
      padding-right: 0;
    }
    #welcome .section-02 .section_02_block{
        margin-bottom: 30px;
    }
    #welcome .item-1 {
        width: 350px;
        height: auto;
    }
    #welcome .item-2 {
       width: 350px;
        height: auto;
    }
   #welcome .section-03 .invert .room-feature {
      justify-content: right;
    }
    #how-to-block .how-to{
        margin-bottom: 40px;
    }
    #welcome .section-03 .welcome-room-elem {
        padding-bottom: 50px;
    }
    .why-book-elem{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #welcome .section-04 .title {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 992px) {
    #accommodation .section-01 {
      padding-bottom: 20px;
    }
    #accommodation .section-02 {
      padding-top: 20px;
    }
    #accommodation .section-02 .room-feature .header {
        margin-bottom: 30px;
    }
    #accommodation .section-02 .room-feature *{
      text-align: center;
    }
    #accommodation .section-02 .back {
      height: auto;
      background: none !important;
      margin-bottom: 20px;
    }
    #welcome .section-03 .how-to-elem {
        margin-bottom: 30px;
    }
    #room .section-05 .other-elem .size-28{
        font-size: 24px !important;
    }
    #room .section-01 .room-attributes{
        margin-top: 40px;
    }
    #welcome .section-04 .header-wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #welcome .section-03 .btn-more-line {
        margin-left: auto;
        margin-right: auto;
    }
    #scroll-line {
        display:none;
    }
    #welcome .section-06 .wrap.right .more-btn,
    #welcome .section-06 .wrap.left .more-btn{
        margin-left: auto;
        margin-right: auto;
    }
    #welcome .section-06 .wrap.right {
        margin-top: 20px;
        margin-bottom: auto;
        text-align: center !important;
    }
    #welcome .section-06 .wrap.left {
        margin-top: 20px;
        text-align: center !important;
    }
    #welcome .section-06 .wrap{
        margin-bottom: 40px;
    }
    #welcome .section-06 .back_left {
        height: 400px;
        margin-right: auto;
    }
    #welcome .section-06 .back_right {
        height: 400px;
        margin-left: auto;
    }
    #welcome .section-04 {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    #welcome .section-03 .welcome-room-info .more-btn{
        margin: 0 auto;
    }
    #welcome .section-03 .room-feature {
        align-items: center !important;
    }
    #welcome .section-03 .welcome-room-info .room-title::after,
    #welcome .section-03 .invert .welcome-room-info .room-title::after {
        left: 50% !important;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto !important;
        bottom: -10px;
    }
    #welcome .section-03 .welcome-room-info *,
    #welcome .section-03 .welcome-room-info,
    #welcome .section-03 .invert .welcome-room-info {
        text-align: center !important;
    }
    #welcome .section-03 .welcome-room-info .room-title {
        display: inline-block;
    }
    #welcome .section-01 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    #welcome .section-01 * {
        text-align: center;
    }
    #welcome .section-01 .back {
        margin-top: 30px;
        height: 600px;
    }
    #welcome .section-03 .room-feature{
        margin-bottom: 15px !important;
    }
    .center-col{
        display: none !important;
    }
    #welcome .section-03 .welcome-room-info {
        padding-left: 20px;
        padding-right: 20px;
    }
    #map {
        height: 450px;
    }
    #welcome .section-06 .square {
        margin-top: 40px;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        width: 500px;
        background: #d57367;
        z-index: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #welcome .section-06 .sub-square {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: 520px;
        background: #fff;
        z-index: 2;
        padding-left: 50px;
        padding-right: 50px;
    }
    #welcome .section-05 {
        padding-bottom: 50px;
    }
    #welcome .section-06 {
        padding-bottom: 30px;
    }
    #welcome .section-03 .welcome-room-gallery-elem {
        height: 400px;
    }
    #accommodation #welcome .section-02 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 768px) {
    #contact .section-01 .contact-icon-wrap {
      max-width: 350px;
      margin: 0 auto;
    }
    #contact .section-01 .contact-info, #contact .section-01 .contact-info *{
        text-align: center;
        /* justify-content: center; */
    }
    #welcome .section-06 .header {
        justify-content: center !important;
    }
    #location .section-02 .location-block .location-reach {
        margin-bottom: 30px;
    }
    #location .section-02 .location-block *{
        text-align: center;
    }
    #location .section-02 .location-block {
        margin-bottom: 40px;
    }
    #room .section-01 .info *{
        text-align: center !important;
    }
    #room .other-elem {
        margin-bottom: 40px;
    }
    #room .section-05 {
        padding-top: 0;
        padding-bottom: 40px;
    }
    #room .section-05 .other-elem *{
        text-align: center !important;
    }
    #room .section-05 .other-elem .more-btn{
        margin-right: auto !important;
    }
    #room .section-05 .other-elem .room-feature{
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    #contact .section-01 {
        padding-bottom: 50px;
    }
    #contact .section-03 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #welcome .section-04 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #services .section-02 {
      padding-bottom: 30px;
    }
    #services .section-01 {
      padding-top: 40px;
      padding-bottom: 10px;
    }
    #how-to-block {
      padding-bottom: 30px;
      padding-top: 40px;
    }
    #gallery {
        padding-top: 70px;
    }
    #welcome .section-03 .mr-3{
        margin-left: 1rem !important;
    }
    #welcome .section-03 .room-feature *{
        text-align: left !important;
    }
    #welcome .section-03 .room-feature{
        justify-content: start !important;
    }
    #welcome .section-03 .room-feature-block{
        margin-left: auto;
        margin-right: auto;
        justify-content: center !important;
    }
    #room .section-03 {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    #room .section-01 {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #room .section-02 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #concierge .section-03 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #concierge .section-02 .concierge-elem {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    #concierge .section-01 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #accommodation .section-03 {
        padding-bottom: 10px !important;
    }
    #accommodation .section-01 {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    #accommodation .section-02 {
        padding-top: 20px;
    }
    #location .section-01 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #gallery #welcome{
        padding-top: 40px;
        padding-bottom: 40px
    }
    .weather-elem{
        flex-direction: column !important;
    }
    #welcome .section-07 .weather-container .back{
        margin-bottom: 20px;
    }
    #welcome .section-07 .weather-container{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #welcome .section-07 .weather-container .line {
        display: none;
    }
    #welcome .section-07 .weather-container .center,
    #welcome .section-07 .weather-container .left,
    #welcome .section-07 .weather-container .right {
        padding-right: 40px;
        padding-left: 40px;
    }
    #welcome .section-06 .square,
    #welcome .section-06 .sub-square {
        width: auto !important;
    }
    #contact #welcome .section-04 {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    #how-to-block .how-to .elem {
        margin-bottom: 40px;
    }
    #contact .section-01 {
        padding-top: 40px;
    }
    .pr-30 {
        padding-top: 50px;
    }
    #welcome .section-06 .more-btn.auto-width {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    #welcome .section-06 {
        padding-top: 0;
        padding-bottom: 30px;
    }
    #welcome .section-03 .fa-right-long{
        display: inline-block !important;
    }

    #welcome .section-03 .fa-left-long,
    #welcome .section-03 .first {
        display: none !important;
    }
    #welcome .section-03 .more {
        margin-left: auto;
        margin-right: auto;
    }
    #welcome .section-03 .see-more {
        padding-left: 15px;
    }
    #welcome .section-03 .links {
        margin-top: 20px !important;
    }
    #welcome .section-03 .welcome-room-info .more-btn.auto-width {
        margin: 10px auto 0 auto;
    }
    #welcome .section-03 .welcome-room-gallery-elem {
        height: 400px;
    }
    #welcome .section-03 .welcome-room-info {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #welcome .section-03 .attributes,
    #welcome .section-03 .invert .attributes {
        position: absolute;
        top: 15px;
        left: 50%;
        right: auto;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #welcome .section-02 .back-color {
        top: 10px;
        bottom: 10px;
    }
    .vertical-line {
        height: 30px;
    }
    #welcome .section-02 .list ul {
        padding-left: 0;
    }
    #welcome .section-02 .list ul li::before {
        content: none;
    }
    #welcome .section-02 * {
        text-align: center;
    }
    #welcome .section-04 .title {
        margin-left: auto;
        margin-right: auto;
        line-height: 25px;
        margin-bottom: 20px;
    }
    #welcome .section-04 .text {
        margin-bottom: 50px;
    }
    #welcome .section-01 .text-wrap{
        margin-left: 0;
    }
    #welcome .section-01 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #welcome .section-01 * {
        text-align: center;
    }
    .welcome_01{
        height: auto;
        background: none !important;
    }
    .welcome_01 div{
        display: none;
    }
    .welcome_01 img{
        margin: 0 auto 50px auto;
        max-width: 600px;
        display: block !important;
    }
    #welcome .section-02 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #welcome .section-02 .section_02_block{
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    #welcome .section-03 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #welcome .section-03 *{
        text-align: center;
    }
    #welcome .section-03 .block {
        margin-bottom: 30px;
    }
    #welcome .section-03 .mb-30 {
        margin-bottom: 0 !important;
    }
    #welcome .section-04 *, #welcome .section-05 * {
        text-align: center;
    }
    #welcome .section-05 .info-elem {
        margin-left: auto;
        margin-right: auto;
        max-width: 250px;
    }
    #welcome .section-04 .welcome_05 {
        background: url(../slider/001.jpg) center center no-repeat;
        background-size: auto;
        background-size: cover;
        position: relative;
        height: 350px;
        margin-bottom: 30px;
    }
    #welcome .section-07 {
        padding-bottom: 40px;
    }
    #welcome .section-07 .nav-btns .more {
        position: absolute;
        bottom: -70px;
        right: auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .map-wrap {
        margin-top: 30px;
    }
    #map{
        height: 300px;
    }
    #welcome .section-05 {
        padding: 0 15px 30px;
    }
    #welcome .section-05 .info-wrap {
        max-width: none;
    }
    #welcome .section-04 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    #welcome .section-03 .welcome-room-info .more-btn.auto-width {
        margin: 30px auto 0 auto;
    }
    #welcome .section-04 .header {
        padding-left: 40px;
        padding-right: 40px;
    }
    #welcome .section-04 .line {
        left: 15px;
        right: 15px;
    }
    #accommodation .section-03 .welcome-room-elem {
        margin-bottom: 0 !important;
    }
    #accommodation .section-03 .welcome-room-elem_0 {
      padding-top: 0;
      padding-bottom: 40px;
    }
    #welcome .item-1 {
        width: 260px;
        height: auto;
    }
    #welcome .item-2 {
       width: 260px;
        height: auto;
    }
    #welcome .section-06 .wrap {
        position: relative;
        padding: 30px 20px 30px 20px;
    }
    #accommodation #welcome .section-02 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
@media (max-width: 600px) {
    #welcome .item-1 {
        width: 200px;
        height: auto;
    }
    #welcome .item-2 {
       width: 200px;
        height: auto;
    }
    .villas-caption{
        display: none;
    }
}
@media (max-width: 575px) {
    #iframe{
        height: 400px !important;
    }
    #welcome .section-01_1 .text-wrap {
      margin-left: 0;
      text-align:center;
      margin-top: 20px;
    }
    #welcome .section-01 .back {
        height: 420px;
        background-image: url(../images/fp00.jpg);
        background-position: center center;
        background-size: cover;
    }
    #services .section-02 .room-features .elem {
        padding-right: 32px;
        max-width: 350px;
        margin: 0 auto;
        margin-top: 0px;
    }
    #room .section-01 .room-attributes {
        border: none;
        padding: 30px;
    }
    #room .section-01 .room-attribute .ml-3{
        margin-left: 0 !important;
    }
    .pl-30 {
        padding-left: 0;
    }
    #room .section-01 .room-attribute {
        border: solid 1px #f8f4f1 !important;
        justify-content: center;
        margin-bottom: 20px;
        flex-direction: column;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
    }
    .size-38 { font-size: 32px; }
    .size-36 { font-size: 30px; }
    .size-34 { font-size: 30px; }
    .size-32 { font-size: 26px; }
    .size-28 { font-size: 24px; }
    .size-24 { font-size: 22px; }
    .size-22 { font-size: 20px; }
    .size-20 { font-size: 18px; }
}
@media (max-width: 500px) {
    .size-42, .size-42 * {
        font-size: 38px !important;
    }
    #welcome .item-1 {
        width: 150px;
        height: auto;
    }
    #welcome .item-2 {
        width: 150px;
        height: auto;
    }
    #welcome .section-07 .weather-container {
        height: 154px;
    }
    #welcome .section-07 .weather-container {
        justify-content: center;
        flex-direction: column;
    }
    #welcome .section-07 .back {
        height: 250px;
    }
    #welcome .section-07 .back-text {
        margin-top: 0;
    }
    #contact .section-01 .contact-info{
        padding-right: 15px !important;
    }
    #contact-info-logo{
        transform: scale(.8);
    }
    #contact .section-01 .contact-icon-wrap{
        padding-left: 10px;
    }
    #contact .section-01 .contact-icon-wrap * {
        font-size: 14px;
    }
}