.size-72 { font-size: 72px; }
.size-48, .size-48 * { font-size: 48px; }
.size-42, .size-42 * { font-size: 42px; }
.size-36{ font-size: 36px; }
.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{ font-size: 18px; }
.size-17{ font-size: 17px; }
.size-16{ font-size: 16px; }
.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: #505050; }
.color-2{ color: #606060; }
.color-3{ color: #c09950; }
.color-4{ color: #5693a2; }
.color-5{ color: #f1f1f1; }
.color-6{ color: #b5b5b5; }
.color-7{ color: #1e2b31; }
.font-Commissioner, .font-Commissioner *{ font-family: 'Commissioner', sans-serif !important; }
.font-Roboto{ font-family: 'Roboto', sans-serif !important; }
.weight-bold{ font-weight: 900; }
.weight-semi{ font-weight: 700; }
.weight-medium{ font-weight: 500; }
.weight-regular{ font-weight: 400; }
.weight-light{ font-weight: 300; }
.weight-thin{ font-weight: 100; }

.pl-0-mine{
    padding-left: 0;
}
.pr-0-mine{
    padding-right: 0;
}
.pl-custom{
    padding-left: 60px !important;
}
.more-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 45px;
    border: solid 1px #707070;
    text-align: center;
    color: #ffffff !important;
    text-decoration: none !important;
    background: #ffffff;
}
.more-btn.auto-width{
    height: 35px;
    color: #84a798 !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 #c09950;
    vertical-align: middle;
    background: #565555;
}
.more-btn.dark{
    color: #fff !important;
    height: 50px !important;
    line-height: 48px !important;
    border: solid 1px #c09950;
    background: #c09950;
    vertical-align: middle;
}
#book-now.map:hover{
    background: #fff;
    color: #b46b59;
    border: solid 1px #b46b59;
}
#book-now.map{
    text-decoration: none;
    display: inline-block;
    height: 35px;
    line-height: 34px;
    border: solid 1px #b46b59;
    background: #b46b59;
    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: #c09950;
    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: 500px;
    background: url(../images/gem-location-map.png) center center no-repeat;
    background-size: cover; */
    width: 100%;
    height: 500px;
    border: none !important;
    display: block;
}
.under-map{
    position: relative;
    height: 500px;
    background: #c09950;
    padding-bottom: 60px;
}
.map-distance{
    margin-bottom: 30px;
    max-width: 225px;
}
.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 #999999;
    -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 #ffffff !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:before{
    content: '';
    position: absolute;
    height: 1px;
    background: #e1e1e1;
    left: 0;
    right: 0;
}
.vertical-line:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 75px;
    background: #e1e1e1;
    left: 50%;
}
.vertical-line{
    position: absolute;
    height: 75px;
    left: 0;
    right: 0;
    top: 18px;
}
.vertical-line.colored-1{
    background: #84a798 !important;
}

.vertical-line.colored-2{
    background: #b46b59 !important;
}

.btn-roll-left{
    border: solid 1px #fff;
    color: #fcfcfc;
    text-decoration: none;
    background: #6e6c6c;
    padding-left: 30px;
    padding-right: 30px;
    height: 52px !important;
    border-radius: 12px;
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-decoration:none !important;
}
.btn-roll-left::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    /* background: #303030; */
    background: #c09950;
    border-radius: 12px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn-roll-left span{
    z-index: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn-roll-left:hover span{
    color: #fff;
}
.btn-roll-left:hover::after{
    right: 0;
}

/* WELCOME */
#welcome .section-01 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #6e6c6c;
}
.left-border {
    position: relative;
}
.left-border::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
}
#welcome .section-01 #profile-background {
    position: absolute;
    right: 60px;
    bottom: -60px;
}
#welcome .section-01 .header {
    padding-left: 15px;
    display: inline-block;
}
#welcome .section-01 .text-wrap {
    /* margin-top: 100px; */
    padding-top: 30px;
    padding-bottom: 30px;
}
#welcome .section-01 .text {
    max-width: 600px;
    padding-left: 50px;
}
#welcome .section-01 .back-front img{
    /* border-radius: 20px; */ 
    border: solid 1px #fff;
}
#welcome .section-01 .back-front {
    position: absolute;
    left: -80px;
    top: 50%;
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
#welcome .section-01 .back {
    height: 600px;
    background: url(../images/profile_back.jpg) center center;
    background-size: cover;
    border: solid 1px #fff;
    /* border-radius: 20px; */ 
}
#welcome .section-02 {
    padding-top: 110px;
    padding-bottom: 100px;
    background: #4c4f54;
    /* background: #e1dcd6; 
    background: #d69167;
    background: linear-gradient(180deg, #6e6c6c 45%, rgba(0, 0, 0, 0) 45%), linear-gradient(180deg, #d69167 72%, #6e6c6c 72%); */
}
#welcome .studio-carousel-wrap .studio-carousel.position-relative{
    border: solid 1px #fff;
}
#welcome .section-02 .welcome-room-slide{
    height: 400px;
}
.studio-navs.carouselNextBtn {
    right: 15px;
}
.studio-navs.carouselPrevBtn {
    left: 15px;
}
.studio-navs {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
#welcome .section-03{
    background: #6e6c6c;
    padding-top: 110px;
    padding-bottom: 110px;
}
#welcome .section-03 .header{
    margin-top: -5px;
    margin-bottom: 5px;
}
#welcome .section-03 .left-border{
    padding-left: 15px;
}
#welcome .section-03 .nearby-wrap{
    height: 620px;
    overflow: auto;
    padding-top: 55px;
    padding-bottom: 55px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c09950;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(192,153,80, .2);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #c09950;
    filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #c09950;
    filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}
#welcome .section-03 .tag{
    background: #c09950;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
}
#welcome .section-03 .nearby-elem{
    height: 250px;
    background: #f0f0f0;
    margin-bottom: 30px;
}
#welcome .section-03 .nearby-text{
    padding-left: 30px;
    padding-right: 30px;
}
.map_back{
    display: block;
    height: 530px;
    background: url(../images/map-icon4.png) center center no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
#welcome .section-04 {
    padding-top: 100px;
    padding-bottom: 100px;
    /* background: #e1dcd6; 
    background: #f6f5f4; */
    background: #e5e2db;
}
#welcome .section-04 .elem{
    padding: 30px 20px 30px 20px;
    border: solid 1px #c1c1c1;
    background: #fdfdfd;
    min-height: 272px;
}
#welcome .section-04 .elem:after{
    content: '';
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,8) 100%);
    width: 2px;
    right: -1px;
    top: 0;
    bottom: 0;
}
#welcome .section-04 .elem:last-child:after{
    content: none;
}
#welcome .section-05{
    padding-top: 90px;
    padding-bottom: 90px;
    /* background-color: #222; */
    background-color: #4c4f54;
background-size: 10px 10px, 30px 30px;
   /* background-image: linear-gradient(to bottom, transparent 5px, #222 5px), linear-gradient(to right, #444 1px, transparent 1px), linear-gradient(to right, transparent 5px, #222 5px), linear-gradient(to bottom, #444 1px, transparent 1px); */
   background-image: linear-gradient(to bottom, transparent 5px, #4c4f54 5px), linear-gradient(to right, #737373 1px, transparent 1px), linear-gradient(to right, transparent 5px, #4c4f54 5px), linear-gradient(to bottom, #737373 1px, transparent 1px);
}


#welcome .item {
    border: solid 2px #fff;
    background-size: cover !important;
    position: relative;
}
.gallery-elem-wrap{
    margin-bottom: 30px;
}
#welcome .section-05 .left-border{
    padding-left: 40px;
}
#welcome .section-05 .gallery-elem img{
    display: none;
}
.elem-wrap{
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}
.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: 200px;
    overflow: hidden;
    height: 375px;
}
.gallery-elem-p3{;
    height:500px;
}
.gallery-elem-p4{;
    height: 500px;
}
.gallery-elem-p5{;
    border-bottom-left-radius: 200px;
    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;
}
.studio-navs{
    cursor: pointer;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.studio-navs.carouselNextBtn{
    right: 25px;
}
.studio-navs.carouselPrevBtn{
    left: 25px;
}
#welcome .section-07 .weather-container .line{
    background: #e7e2dd;
    height: 1px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%
}
#welcome .section-07 .weather-container .back{
    background: #fff;
    position: relative;
    z-index: 1;
}
#welcome .section-07 .weather-container .left{
    padding-right: 50px;
}
#welcome .section-07 .weather-container .center{
    padding-right: 40px;
    padding-left: 40px;
}
#welcome .section-07 .weather-container .right{
    padding-left: 50px;
}
#welcome .section-07 .weather-container{
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
#welcome .section-07{
    padding-bottom: 120px;
}
/* GALLERY */
#gallery{
    padding-top: 200px;
    background-color: #4c4f54;
}
#gallery #welcome{
    margin-top: 40px;
    padding-top: 110px;
    padding-bottom: 110px;
    /* background-color: #222; */
    background-color: #4c4f54;
background-size: 10px 10px, 30px 30px;
   /* background-image: linear-gradient(to bottom, transparent 5px, #222 5px), linear-gradient(to right, #444 1px, transparent 1px), linear-gradient(to right, transparent 5px, #222 5px), linear-gradient(to bottom, #444 1px, transparent 1px); */
   background-image: linear-gradient(to bottom, transparent 5px, #4c4f54 5px), linear-gradient(to right, #737373 1px, transparent 1px), linear-gradient(to right, transparent 5px, #4c4f54 5px), linear-gradient(to bottom, #737373 1px, transparent 1px);
}
.content-width {
    margin: 0 auto;
    max-width: 1800px;
    position: relative;
}
.content-padding {
    padding: 0;
}
#welcome-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 #welcome{
    padding-top: 120px;
    padding-bottom: 100px
}
/* LOCATION */
#location .section-01 {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #6e6c6c;
}
#location .section-02 {
    padding-top: 50px;
    padding-bottom: 80px;
    background: #6e6c6c;
}
#location .section-02 .header{
    max-width: 250px;
}
#location .section-02 .distance-elem{
    margin-bottom: 20px;
}
#location .section-03 {
    padding-top: 100px;
    padding-bottom: 50px;
    /* background: #f6f5f4; 
    background: #f8f8f8; */
    background: #ece9e4;
}
#location .section-03 .location-elem{
    margin-bottom: 50px;
    background-color: #fdfdfd;
}
#location .section-03 .locatio-elem-info{
    min-height: 272px;
}
#location .section-04 {
    padding-top: 40px;
    padding-bottom: 70px;
    /* background: #f8f8f8;
    background: #e5e2db;  */
    background: #ece9e4;
}
#location .section-04 .direction-elem:hover{
    background: #c09950;
    color: #fff;
}
#location .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;
}
/* ACCOMMODATION */
#accommodation .section-01 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #6e6c6c;
}
#accommodation .section-02{
    padding-top: 60px;
    padding-bottom: 20px;
    background: #676767;
}
#accommodation .section-02 .welcome-room-elem{
    margin-bottom: 50px;
    margin-top: 50px;
}
#accommodation .section-02 .welcome-room-gallery-elem{
    height: 460px;
    background-size: cover !important;
}
#accommodation .section-02 .welcome-room-info .btn-roll-left:after{
    border-radius: 0;
}
#accommodation .section-02 .welcome-room-info .btn-roll-left{
    border-radius: 0;
    /* background:transparent; */
    background: #565555;
    margin-left: 0;
}
#accommodation .section-02 .welcome-room-info{
    padding-left: 50px;
}
#accommodation .section-02 .invert .welcome-room-info{
    padding-left: 0 !important;
    padding-right: 50px;
}
#accommodation .section-02 .welcome-room-feature-container{
    position: relative;
    padding-right: 30px;
}
#accommodation .section-02 .invert .welcome-room-feature-container{
    position: relative;
    padding-left: 30px;
    padding-right: 0 !important;
}
#accommodation .section-02 .welcome-room-feature-container:after{
    content: '';
    width: 1px;
    background: #d6d6d6;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
}
#accommodation .section-02 .invert .welcome-room-feature-container:after{
    right: auto !important;
    left: 0;
}
#accommodation .section-02 .invert .welcome-room-feature-container{

}
#accommodation .section-02 .header{
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
#accommodation .section-02 .accommodation-photo-wrap{
    margin-bottom: 100px;
}
#accommodation .section-02 .accommodation-photo{
    height: 300px;
    background-size: cover !important;
}
#accommodation #welcome .section-04 {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
}
/* ROOM */
#room .section-01{
    padding-top: 80px;
    padding-bottom: 40px;
    background: #6e6c6c;
}
#room .section-01 .room-details:last-child:after{
    content: none !important;
}
#room .section-01 .room-details{
    margin-top: 40px;
    margin-bottom: 40px;
}
#room .section-02{
    /* padding-top: 80px; */
    padding-bottom: 60px;
    background-color: #6e6c6c;
}
#room .section-01 .book-room{
    width: 160px;
    background: #c09950;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px !important;
    position: relative;
    top: 50px;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #fff;
}
#room .section-02 .book-room{
    background: #c09950;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    height: 80px !important;
    position: absolute;
    left: 50%;
    top: -40px !important;
    border-radius: 0;
    margin-left: 0 !important;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid 10px #fff;
}
.btn-roll-left.book-room::after {
    background: #4c4f54;
    border-radius: 0;
}
#room .section-02 .level:after{
    content: '\2022';
    position: absolute;
    left: 0;
}
#room .section-02 .level{
    position: relative;
    padding-left: 15px;
    width: 350px;
}
#room .section-03{
    padding-top: 80px;
    padding-bottom: 80px;
}
#room .section-03 .room-features-wrap {
    margin-bottom: 40px;
}
#room .section-03 .room-features {
    max-width: 330px;
    width: 92%;
}
#room .section-03 .room-features .list {
    min-height: 230px;
}
#room .section-03 .room-features .list ul{
    padding-left: 15px;
    margin-top: 30px;
}
#room .section-03 .room-features .list ul li{
    padding-left: 10px;
    margin-bottom: 3px;
}
#room .section-03 .header-color{
    background: #d8b65d;
    position: relative;
    height: 46px;
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    max-width: 330px;
    padding-left: 10px;
}
#room .section-03 .header-color:after{
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    border-top: solid 23px #d8b65d;
    border-right: solid 20px #fff;
    border-bottom: solid 23px #d8b65d;
}
.gallery-cover img{
    width: auto !important;
}
#room .section-04{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #4c4f54;
    background-size: 10px 10px, 30px 30px;
    background-image: 
    linear-gradient(to bottom, transparent 5px, #4c4f54 5px), 
    linear-gradient(to right, #737373 1px, transparent 1px), 
    linear-gradient(to right, transparent 5px, #4c4f54 5px), 
    linear-gradient(to bottom, #737373 1px, transparent 1px);
}
#room .section-05{
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: auto;
    background: #676767;
}
#room .section-05 .welcome-room-feature{
    margin-top: 15px;
    margin-bottom: 15px;
}
#room .section-05 .other-elem .wrap{
    height: 280px;
    border-left: solid 1px #d6d6d6;
    padding-left: 35px;
}
#room .section-05 .other-elem .other-back{
    background-size: cover !important;
    height: 480px;
    margin-bottom: 100px;
}
#room .section-05 .other-elem .info{
    background: #676767;
    padding: 20px;
}
/* FAQ */
#faq .section-01 {
    padding-top: 120px;
    padding-bottom: 120px;
}
#faq .section-02 .card-faq{
    width: 100% !important;
    border: solid 1px #c5c9c8;
    border-radius: 20px;
    margin-bottom: 40px;
}
#faq .section-02 .faq-title .faq-btn{
    height: 90px;
    display: flex;
    align-items: center;
}
#faq .section-02 .faq-title.open{
    border-bottom: solid 1px #c5c9c8;
    border-radius: 20px;
}
#faq .section-02 .faq-title{
    background: #dfe8e5;
    height: 90px;
    padding: 0 50px 0 50px;
    border-radius: 20px;
    border: none;
}
#faq .section-02 .faq-text{

}
#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);
}

/* SIGHTSEEING */
#sightseeing .section-01 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f6f5f4;
}
#sightseeing .section-02 .header{
    line-height: 34px;
    position: relative;
}
#sightseeing .section-02 .header:after{
    content: '';
    position: absolute;
    height: 3px;
    width: 80px;
    bottom: -20px;
    left: 0;
    background: #505050;
}
#sightseeing .section-03 {
    padding-top: 120px;
    padding-bottom: 120px;
}
#sightseeing .section-03 .sightseeing{
    margin-bottom: 60px;
}
#sightseeing .section-03 .text{
    margin-bottom: 60px;
}

/* SERVICES */
#services .section-01 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #6e6c6c;
}
#services .section-01 .services-wrap ul{
    margin-bottom: 0;
    list-style-type: "\2022";
}
#services .section-01 .services-wrap ul li{
    margin-bottom: 10px;
    padding-left: 8px;
}
#services .section-01 .services-wrap{
    margin-top: 70px;
}
#services .section-01 .service-elem{
    max-width:400px;
}
#services .section-02{
    padding-top: 60px;
    padding-bottom: 80px;
    background: #e5e2db;
}
#services .section-02 .service-elem .pl-zero{
    padding-left: 0 !important;
}
#services .section-02 .service-elem .pr-zero{
    padding-right: 0 !important;
}
#services .section-02 .service-elem{
}
#services .section-02 .service-text{
    padding-top: 120px;
}
#services .section-02 .title{
    margin-bottom: 20px;
}

/* CONTACT */
#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;
}
#contact .section-011{
    padding-top: 80px;
    padding-bottom: 40px;
    background: #6e6c6c;
}
#contact .section-012{
    padding-top: 50px;
    padding-bottom: 80px;
    background: #6e6c6c;
}
#contact .section-01 .pr-30{
    padding-right: 30px !important;
}
#contact .section-01 .contact-form-wrap span{
    margin-left: 15px;
}
#contact .section-01 .contact-icon-wrap:hover span{
    color: #c09950;
}
#contact .section-01 .contact-icon-wrap{
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
}
#contact .section-01 .contact-icon::after{
    content: '';
    position: absolute;
    background: #c09950;
    width: 40px;
    height: 40px;
    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;
    z-index: 1;
}
#contact .input {
    height: 55px;
}
#contact .section-01 .field-wrap label{
    z-index: 0;
    position: absolute;
    width: 170px;
    height: 56px;
    line-height: 52px;
    top: 2px;
    left: 15px;
    color: #6C6C6C;
    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;
}
#contact .field-wrap.open label{
    opacity: .4;
    left: 3px;
    top: -16px !important;
    transform: scale(.8);
}
#contact .input, #contact .textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    background: transparent;
    padding-left: 15px;
    border: none;
    border-bottom: solid 1px #606060;
}
#contact .field-wrap{
    background: #fff;
    margin-bottom: 25px;
}
#contact .textarea {
    padding-top: 15px;
    height: 200px;
    padding-bottom: 0 !important;
margin-bottom: 0 !important;
display:block;
}
#contact .contact-submit {
    width: 100%;
    height: 56px;
    background: #c09950;
    border: none;
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#contact #myTab{
    flex-wrap: nowrap;
    border-bottom: 1px solid #c0995066;
}
#contact .contact-submit:hover {
    font-weight: bold;
    background: #ece9e4;
    color: #c09950
}
#captcha{
    background: url(../captcha/captcha.php) center right no-repeat !important;
    height: 37px;
}
#contact .section-02 {
    background: #ece9e4;
    padding-top: 80px;
    padding-bottom: 80px;
}
#contact .section-02 .back{
    background: url(../images/find-us.jpg) center center no-repeat;
    background-size: cover;
    height: 460px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
#contact .section-02 .nav-tabs .nav-item {
    width: 350px;
}
#contact .section-02 .nav-tabs .nav-link.active,
#contact .section-02 .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border-color: transparent;
    color: #c09950 !important;
    font-weight: 500;
}
#contact .section-02 .nav-tabs .nav-link:hover{
    color: #c09950 !important;
    border-bottom: 2px solid #c0995066;
}
#contact .section-02 .nav-tabs .nav-link{
    padding-left: 0 !important;
}
#contact .section-03 .header {
    height: 100px;
    display: flex;
    align-items: center;
}

@media (max-width: 1600px) {
    #welcome .section-02 .title {
        margin-bottom: 45px;
    }
    #welcome .section-02 .back-color {
        top: 45px;
        bottom: 45px;
    }
    #services .section-02 .service-text {
        padding-top: 70px;
    }
}
@media (max-width: 1400px) {
    #welcome .section-03 .nearby-text .title{
        font-size: 18px !important;
    }
    #welcome .section-02 .welcome-room-slide {
      height: 300px;
    }
    #welcome .section-02 {
      padding-top: 130px;
      padding-bottom: 60px;
    }
    #welcome .section-04 .elem{
      min-height: 294px;
    }
}
@media (max-width: 1200px) {
    #welcome .section-02 .text{
    height: 72px;
}
    #welcome .section-01 .pl-5 {
        padding-left: 25px !important;
    }
    #welcome .section-01 .pr-5 {
        padding-right: 25px !important;
    }
    #room .section-01 .room-details:nth-child(3):after{
        content: none !important;
    }
    #welcome .section-04 .elem{
        margin-bottom: 40px;
    }
    #welcome .section-04 .elem:nth-child(3):after{
        content: none !important;
    }
    #welcome .section-01 .back {
        height: 500px;
        display:none;
    }
    #welcome .section-01 .text {
      max-width: none;
      padding-left: 50px;
    }
    #location .section-03 .locatio-elem-info{
        min-height: 300px;
    }
}
@media (max-width: 1024px) {
    #welcome .section-01 {
    padding-top: 80px;
    padding-bottom: 80px;
    }
    #gallery {
    padding-top: 140px;
    }
}
@media (max-width: 992px) {
    #contact .section-02 .back {
  display: none;
}
#contact #myTab {
  margin-top: 40px;
}
    /*#welcome .section-03 .elem-1 {*/
    /*    order:2;*/
    /*}*/
    /*#welcome .section-03 .elem-2 {*/
    /*    order:1;*/
    /*}*/
    /*#welcome .section-03 .elem-3 {*/
    /*    order:3;*/
    /*}*/
    #welcome .section-03 .gallery-elem {
      margin-bottom: 15px;
    }
    #contact .section-01 .pr-30 {
      padding-right: 15px !important;
      padding-left: 15px !important;
      margin-bottom: 30px;
    }
    #contact .section-01 .contact-icon-wrap {
      margin-left: 5px;
    }
    #accommodation .section-02 .welcome-room-info .btn-roll-left{
        margin: 0 auto;
    }
    #room .section-05 .other-features {
        margin-top: 30px;
    }
    #room .section-01 .room-details{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #accommodation .section-02 .welcome-room-feature-container:after{
        content: none;
    }
    #accommodation .section-02 .invert .welcome-room-info,
    #accommodation .section-02 .welcome-room-info {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #accommodation .section-02 .welcome-room-info *{
        text-align: center !important;
    }
    #accommodation .section-02 .welcome-room-info .more-btn{
        margin-left: auto;
        margin-right: auto;
    }
    #accommodation .section-02 .welcome-room-feature-container{
        flex-direction: row !important;
        margin-top: 30px;
        margin-bottom: 30px;
        justify-content: space-around !important;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    #welcome .section-01 .back-front {
        position: absolute;
        left: 40px;
        top: auto;
        bottom: -50px;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    #welcome .section-01 .text {
        padding-left: 15px;
    }
    #welcome .section-01 .text-wrap {
        justify-content: center;
        margin-top: 40px;
    }
    #welcome .section-01 .text-wrap-header {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    #welcome .section-04 .how-to-elem {
        margin-bottom: 30px;
    }
    #room .section-05 .other-elem{
        max-width: 650px;
        margin: 0 auto;
    }
    #room .section-05 .other-elem .wrap{
        height: auto;
        border-left: none;
        padding-left: 0 !important;
    }
    #room .section-05 .other-elem .more-btn{
        margin-left: auto;
        margin-right: auto;
    }
    #room .section-05 .other-elem .info{
        text-align: center !important;
    }
    #room .section-05 .welcome-room-feature {
        width: 90px;
    }
    .other-features {
        flex-direction: row !important;
        justify-content: space-between !important;
        flex-wrap: wrap;
    }
    .removed{
        display: none;
    }
    .center-col{
        display: none !important;
    }
    #map {
        height: 450px;
    }
    #welcome .section-02 .accommodation-features .elem {
        margin-bottom: 20px;
        /*-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.2);
        box-shadow: 0 8px 16px rgba(0,0,0,.2);*/
    }
    #welcome .section-02 .accommodation-features .elem:nth-child(3):after{
        content: none !important;
    }
    #welcome .section-02 * {
        text-align: center;
    }
    #location .section-05 .text {
        margin-bottom: 40px;
    }
    #location .section-05 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .nearby-wrap-header{
        display: flex;
        justify-content: center;
    }
    #welcome .section-03 .left-border {
        display: inline-block;
    }
    #welcome .section-03 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #welcome .section-03 .nearby-wrap {
        height: 565px;
        overflow: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        max-width: 550px;
        margin: 0 auto;
    }
    .map_back {
        height: 500px;
    }
    #welcome .section-04 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #gallery {
    padding-top: 80px;
    }
}

@media (max-width: 767px) {

#location .section-03 .locatio-elem-info{
        min-height: auto;
    }
}
@media (max-width: 768px) {
    #location .section-03 .locatio-elem-info{
        min-height: 300px;
    }
    #location .section-03 .location-elem{
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    #accommodation .section-02 .room-img{
        display:block !important;
    }
    #services .section-01 .services-wrap{
        margin-top: 40px;
    }
    #location .section-04 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    #location .section-03 {
        padding-top: 60px;
        padding-bottom: 0;
    }
    #contact-form{
        margin-top: 30px;
    }
    #contact .section-02 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #contact .section-03 .header {
        height: 70px;
    }
    #services .section-02 .service-text {
        padding-top: 20px;
    }
    #services .section-02 .service-elem{
        margin-bottom: 40px;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    #room .section-05 .other-elem .other-back{
        display: none !important;
    }
    #room .section-02 .level {
        position: relative;
        padding-left: 15px;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    #room .section-02 .header{
        text-align: center;
    }
    #accommodation .section-02 .welcome-room-gallery-elem{
        height: auto;
        background: none !important;
    }
    #welcome .section-02 {
      background: #6e6c6c;
    }
    .back-front, .back{
        display: none;
    }
    .studio-carousel-wrap{
        margin-bottom: 40px;
    }
    #welcome .section-01 #profile-background {
        display: none;
    }
    #services .section-02 .service-elem .pl-zero{
        padding-left: 15px !important;
    }
    #services .section-02 .service-elem .pr-zero{
        padding-right: 15px !important;
    }
    #welcome .section-06 .header {
        justify-content: center;
    }
    #accommodation #welcome .section-04 {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }
    #accommodation .section-02 {
        padding-top: 30px;
        padding-bottom: 0;
    }
    #accommodation .section-02 .accommodation-photo-wrap .info *{
        text-align: center !important;
        margin-top: 10px;
    }
    #accommodation .section-02 .accommodation-photo{
        background:none !important;
        height: auto;
    }
    #welcome .section-03_1{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    #welcome .section-05 .header{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .gallery-elem{
        border-radius: 0 !important;
    }
    #circle {
        display: none !important;
    }
    #welcome .section-03 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #welcome .section-03 .welcome-room-elem {
        margin-bottom: 30px;
    }
    #welcome .section-01 #circle {
        width: 200px;
        height: 200px;
        right: -100px;
        top: -100px;
    }
    #welcome .section-01 #circle svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 200px;
        height: 200px;
    }
    #welcome .section-01 .text_l {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #welcome .section-01 .height {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #welcome .section-01 .pr-5 {
        padding-right: 15px !important;
    }
    #welcome .section-01 .pl-5 {
        padding-left: 15px !important;
    }
    #welcome .section-03 .welcome-room-feature-container {
        margin-bottom: 0 !important;
    }
    #welcome .section-04,
    #welcome .section-04 .why-book-wrap .text {
        height: auto;
    }
    #welcome .section-04 .why-book-elem a {
        margin-top: 20px;
    }
    #welcome .section-03 .back-color {
        margin-bottom: 50px;
    }
    .under-map {
        height: 385px;
        padding-bottom: 40px;
    }
    .map-distance {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #services .section-01 {
    padding-top: 60px;
    }
    #welcome .section-04_1 {
        padding-top: 50px;
        padding-bottom: 0;
    }
    #services .section-03 .back{
        height: 350px;
    }
    #services .section-03 .back-text{
        max-width: 100%;
        padding: 40px;
        position: relative;
        bottom: auto;
        left: auto;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        background: rgba(116, 188, 220, 0.9);
    }
    #services .section-02 .service-elem *{
        text-align: center !important;
    }
    #faq .section-02 .faq-title,
    #faq .section-02 .faq-title .faq-btn {
        height: 60px;
    }
    #faq .section-02 {
        padding-bottom: 30px;
    }
    #faq .section-02 .card-faq {
        margin-bottom: 25px;
    }
    #sightseeing .section-02 .text {
        text-align: center;
    }
    #sightseeing .section-02 .header {
        text-align: center;
        margin-bottom: 50px;
    }
    #sightseeing .section-02 .header::after {
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #sightseeing .section-02 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #sightseeing .section-03 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #sightseeing .section-03 .text,
    #sightseeing .section-03 .sightseeing {
        margin-bottom: 30px;
        text-align: center;
    }
    #faq .section-01,
    #sightseeing .section-01 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    #room .section-05 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #contact .section-01 .contact-form-wrap {
        padding-top: 0;
    }
    #contact .section-01 .contact-form-wrap .header{
        text-align: center;
    }
    #contact .section-01 .contact-info{
        text-align: center;
    }
    #contact .section-01 .contact-info *{
        align-items: center !important;
    }
    .vertical-line::after {
        height: 25px;
    }
    #welcome .section-04 .why-book .order_3{
        order: 1 !important;
    }
    #welcome .section-05 .more {
        margin-top: 15px;
    }
    #welcome .section-04 .size-36{
        font-size: 30px !important;
    }
    #room .section-03 {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    #room .section-01 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    #room .section-02 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #accommodation .section-03 {
        padding-bottom: 10px !important;
    }
    #accommodation .section-01 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    #location .section-01 {
        padding-top: 60px;
        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-07 .weather-container {
        justify-content: center;
        flex-direction: column;
    }
    #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;
    }
    #how-to-block {
        margin-bottom: 40px;
        margin-top: 30px;
    }
    #contact .section-01 {
        padding-top: 60px;
        padding-bottom: 10px;
    }
    #contact .section-01 .pr-30 {
        padding-right: 15px !important;
        margin-top: 40px;
    }
    #welcome .section-06 .more-btn.auto-width {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .vertical-line {
        height: 30px;
    }
    #welcome .section-02 .back-color {
        top: 10px;
        bottom: 10px;
    }
    #welcome .section-02 .list ul {
        padding-left: 0;
    }
    #welcome .section-02 .list ul li::before {
        content: none;
    }
    #welcome .section-04 .title {
        max-width: none;
        margin-bottom: 0 !important;
    }
    #welcome .section-01 .text-wrap{
        margin-left: 0;
    }
    #welcome .section-01 {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .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: 50px;
        padding-bottom: 40px;
    }
    #welcome .section-02 .section_02_block{
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    #welcome .section-05 .wrap{
        display: flex;
        justify-content: center;
    }
    #welcome .section-05 .left-border{
        display: inline-block;
    }
    #welcome .section-05 .info-elem {
        margin-left: auto;
        margin-right: auto;
        max-width: 250px;
    }
    #welcome .section-04 .welcome_05 {
        background: url(../slider/yposkafon-concept001.jpg) center center no-repeat;
        background-size: auto;
        background-size: cover;
        position: relative;
        height: 350px;
        margin-bottom: 30px;
    }
    #welcome .section-07 {
        padding-bottom: 40px;
        margin-top: 50px;
    }
    #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-top: 40px;
        padding-bottom: 30px;
    }
    #welcome .section-05 .info-wrap {
        max-width: none;
    }
    #welcome .section-04 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #welcome .section-04 .header {
        background: #fff;
        padding-left: 40px;
        padding-right: 40px;
    }
    #welcome .section-04 .line {
        left: 15px;
        right: 15px;
    }
    #room .section-02 .level-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 5px !important;
    }
    #welcome .section-05 .gallery-elem{
        height: 375px !important;
        background-size: cover !important;
    }
    #welcome .section-05 .left-border {
        padding-left: 20px;
    }
}
@media (max-width: 575px) {
    #services .section-01 .services-wrap ul {

    padding-left: 0;
}
    #welcome .section-01 .text-wrap {
      margin-top: 0;
    }
    #contact .section-01 .pr-30 {
      padding-right: 15px !important;
      padding-left: 15px;
    }
    #contact #myTab{
        /*flex-wrap: wrap;*/
    }
    .map_back{
        background: none !important;
    }
    .map_back img{
        display: block !important;
    }
    #accommodation .section-02 .welcome-room-feature {
        width: 90px;
        margin-bottom: 20px;
        flex: 1 0 50%;
    }
    #accommodation .section-02 .welcome-room-feature-container {
        flex-wrap: wrap;
        padding: 0 !important;
    }
    #room .section-05 .other-features {
        flex-wrap: wrap;
        justify-content: center !important;
        margin-top: 30px;
    }
    #room .section-05 .welcome-room-feature {
        flex: 1 0 50%;
    }
    .map_back {
        height: auto;
    }
    #welcome .section-04 .elem {
      align-items: center;
      text-align: center;
    }
    #welcome .section-03 .nearby-elem{
        flex-direction: column;
        height: auto;
    }
    #welcome .section-03 .nearby-text {
        text-align: center;
        padding: 30px 15px 30px 15px;
    }
    #welcome .section-02 .accommodation-features .elem:nth-child(3):after{
        content: '' !important;
    }
    #welcome .section-02 .accommodation-features .elem:nth-child(2):after,
    #welcome .section-02 .accommodation-features .elem:nth-child(4):after{
        content: none !important;
    }
    #welcome .section-05 .gallery-elem{
        background: none !important;
        height: auto !important;
    }
    #welcome .section-05 .gallery-elem img{
        display: block;
    }
    .under-map {
        height: 500px;
        padding-bottom: 20px;
    }
    #room .section-01 .room-details:nth-child(2):after,
    #room .section-01 .room-details:nth-child(4):after{
        content: none !important;
    }
    #room .section-01 .room-details:nth-child(3):after{
        content: '' !important;
    }
    #room .section-01 .room-details:nth-child(2):after{
        content: none !important;
    }
}
@media (max-width: 500px) {
    .weight-bold {
        font-weight: 400;
    }
    #welcome .section-03 .welcome-room-info{
        font-size: 19px !important;
    }
    #welcome .section-07 .back {
        height: 250px;
    }
    #welcome .section-07 .back-text {
        margin-top: 0;
    }
}