@import url('https://fonts.cdnfonts.com/css/jenna-sue');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');
@font-face {
    font-family: "Apple Chancery";
    src: url("/fonts/AppleChancery.ttf") format("ttf"),
    url("/fonts/AppleChancery.ttf") format("ttf");
}
#admin_panel{
    position: fixed;
    height: 50px;
    background-color: #eeeeee;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    z-index: 99999;
}

#admin_panel .admin-panel-element{
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    font-family: "Open Sans", sans-serif;
}

.toggle-switch, .toggle-switch .toggle-knob {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.toggle-switch {
    height: 30px;
    width: 55px;
    display: inline-block;
    background-color: #ffffff;
    margin: 2px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 30px;
    cursor: pointer;
    border: solid 1px #d2d6de;
    box-shadow: inset 1px 1px 9px -3px rgba(4, 4, 4, 0.08), 1px 2px 6px -2px rgba(0, 0, 0, 0.01);
}

.toggle-switch .toggle-knob {
    width: 28px;
    height: 26px;
    display: inline-block;
    background-color: #ffffff;
    border: solid 1px rgba(126, 126, 126, 0.07);
    box-shadow: 0 1px 3px rgba(107, 106, 106, 0.26), 0 5px 1px rgba(107, 106, 106, 0.13);
    border-radius: 26px;
    margin: 1px 1px;
}

.toggle-switch.active {
    background-color: #77e189;
    border: solid 1px transparent;
}

.toggle-switch.active .toggle-knob {
    margin-left: 24px;
}

.slider-item p{
    margin-bottom: 0px;
    text-transform: uppercase;
}
.slider-item  h3{
    color: white;
    font-size: 50px;
}


.boxed-btn3{
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    color: white;
    background: #4c6579;
}

.boxed-btn2{
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    color: white;
    background: #ffc107;
}

.boxed-btn2:hover{
    background: #d0a027;
    color: white;
}

.boxed-btn3:hover{
    background: #334453;
    color: white;
}


.boxed-btn4{
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    color: white;
    background: #e49a9a;
}

.boxed-btn4:hover{
    background: #e09797;
    color: white;
}

.navbar-dark .navbar-toggler {
     position: relative;
    top: 10px;
    color: white !important;
}

.search_icon{
    position: relative;
    top: 10px;
    color: white;
}

.search_icon a{
    color: white;
}

.ftco-navbar-light.scrolled .search_icon a {
    color: #000000 !important;
}

.ftco-navbar-light.scrolled .booking-button{

    top: 10px !important;
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: black !important;
    border-color: black !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
    top: 0px !important;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.non-ui{
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.employee-mark{
    font-family: 'Jenna Sue', "Open Sans", sans-serif;
    font-size: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.employee-info{
    top: -12px;
    position: relative;
}

.index-info p{

}

.image-wrapper{
    position: relative;
}

.image-wrapper img{
    padding-left: 30px;
    z-index: 10;
    position: relative;
}

.image-wrapper .shifted-border{
    border: 1px solid #dadada;
    height: calc(100% + 0px);
    position: absolute;
    top: 30px;
    width: calc(100% - 30px);
    z-index: 9;
}

.image-wrapper .actions{
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 11;
    margin-left: 30px;
}


.room{
    padding-left: 30px;
    padding-top: 30px;
    z-index: 10;
    position: relative;
}

.room p.description{
    font-size: 11px;
}

.room a.span-link{
    font-size: 12px;
    color: #c19b76;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.9px;
}

.room-wrapper{
    position: relative;
}

.room-wrapper .shifted-border{
    border: 1px solid #dadada;
    height: calc(100% - 60px);
    position: absolute;
    bottom: 60px;
    width: calc(100% - 60px);
    z-index: 9;
}

.ftco-rooms h2{
    color: #4c6579;
}

/* line 2, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area.add_padding {
    padding-top: 120px;
}

@media (max-width: 767px) {
    /* line 2, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area.add_padding {
        padding-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 2, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area.add_padding {
        padding-top: 50px;
    }
}

/* line 11, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .gallery_title {
    font-size: 42px;
    font-weight: 600;
    color: #4b96c6;
    line-height: 52px;
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 11, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area .gallery_title {
        font-size: 25px;
        line-height: 35px;
    }
}

/* line 21, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .gallery_nav {
    margin-bottom: 0px;
}

/* line 24, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .portfolio-menu {
    text-align: right;
}

@media (max-width: 767px) {
    /* line 24, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area .portfolio-menu {
        text-align: left;
        margin-top: 20px;
    }
}

/* line 30, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .portfolio-menu button {
    background: none;
    color: #c19b76;
    font-size: 12px;
    font-weight: 500;
    border: none;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 25px;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery_area .portfolio-menu button.active {
    color: #c19b76;
    background: transparent;
    border-radius: 25px;
}


@media (max-width: 767px) {
    /* line 30, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area .portfolio-menu button {
        margin-left: 0;
        margin-right: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* line 30, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
    .gallery_area .portfolio-menu button {
        margin-left: 0;
        margin-right: 8px;
    }
}

/* line 48, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .portfolio-menu button.active {
    color: #c19b76;
}

/* line 53, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery {
    position: relative;
    padding: 20px;
    height: auto;
}

/* line 55, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .thumb {
    overflow: hidden;
}

/* line 57, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .thumb img {
    width: 100%;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 63, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .gallery_hover {
    background: transparent;
    position: absolute;
    left: 0px;
    top: -4px;
    width: 100%;
    height: calc(100% + 8px);
    padding: 24px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

/* line 75, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .gallery_hover .hover_inner h3 {
    font-size: 20px;
    color: #4b96c6;
    font-weight: 500;
    margin-bottom: 0;
}

/* line 82, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .gallery_hover .hover_inner .icon a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fab702;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}

/* line 96, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery:hover .gallery_hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

/* line 101, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_gallery.scss */
.gallery_area .single_gallery:hover .thumb img {
    width: 100%;
}

.resto-img {
    height: 450px;
}

.gallery_area .gallery-inner{
    position: relative;
    padding: 30px;
    z-index: 10;
}


.gallery_area .shifted-border{
    border: 1px solid #dadada;
    height: calc(100% - 0px);
    position: absolute;
    top: 0px;
    left: 60px;
    width: calc(100% - 120px);
}


.gallery_area .gallery-inner h3{
    color: #4c6579;
}

.gallery_area .gallery-inner p{
    color: #858585;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.gallery_area p.price{
    color: #1c1c1c;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

.gallery_area span.value{
    color: #c19b76;
    font-size: 22px;
    font-family: "Playfair Display", sans-serif;
}

#section-testimonials{
    background: #e68a8a;
}

#section-testimonials i.star{
   color: #eaeaea;
    font-size: 18px;
}

.tripadvisor-quote{
    font-family: "Open Sans", sans-serif;
    color: #ececec;
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 100;
}

.tripadvisor-author{
   font-size: 12px;
   letter-spacing: 2px;
   color: #ececec;
}

.tripadvisor-line{

}



.news{

    padding-bottom: 30px;
    z-index: 10;
    position: relative;
}

.news p.description{
    font-size: 11px;
}

.news a.span-link{
    font-size: 12px;
    color: #c19b76;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.9px;
}

.news-wrapper{
    position: relative;
}

.news-wrapper .shifted-border{
    border: 1px solid #dadada;
    height: calc(100% - 60px);
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 9;
}

.news .img {
    display: block;
    height: 250px;
}

.news h3{
    font-size: 20px;
    color: black;
}
.news h3 a{
    color: black;
}

.news span.date{
    text-transform: uppercase;
    color: #b1b1b1;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
}

.hotel-chains{
    padding: 20px;
}

.bottom-block h5{
    font-weight: 100;
}

.bottom-block .city{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.bottom-block .temp{
    font-family: "Old Standard TT", "Open Sans", sans-serif;
    font-size: 45px;
    color: #c19b76;
}

.bottom-block .degree{
    position:relative; top: -10px; left: -4px;
}

.bottom-block .social-links{
    margin-top: 30px;
}

.bottom-block .social-links i{
    color: #c19b76;
    font-size: 18px;
    margin: 12px;
}


.newsletter-form{
    margin-top: 30px;
}

.newsletter-form input{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background: #f8f8f8 !important;
    height: 45px !important;
    color: #b1b1b1;
}

.newsletter-form button{
    border: none;
    margin: 0;
    height: 45px;
    color: white;
    width: 100%;
    text-align: center;
    background: #c19b76;
}


ul.pagination li{
    height: calc(1.35em + 1.1rem + 2px);
    width: calc(1.35em + 1.1rem + 2px);
    color: #7E8299;
    background-color: #F3F6F9;
    line-height: calc(1.35em + 1.1rem + 2px);
    text-align: center;
    margin-right: 10px;
    border-radius: 0.42rem;

}

ul.pagination li a{

    color: #7E8299;

}


ul.pagination li.active{
    height: calc(1.35em + 1.1rem + 2px);
    width: calc(1.35em + 1.1rem + 2px);
    color: #FFFFFF !important;
    background-color: #c19b76 !important;
    border-color: #c19b76 !important;
    line-height: calc(1.35em + 1.1rem + 2px);
    text-align: center;
    margin-right: 10px;
    border-radius: 0.42rem;


}

ul.pagination li.active a{

    color: #FFFFFF !important;


}


h1.blog-header{
    font-weight: 100;
    text-transform: capitalize;
}

p.subheader{
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #b1b1b1;
}

.banner-text-container{
    position: absolute;
    bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(76, 101, 121, 0.76);
}

.banner-text-container h1{
    font-family: "Playfair Display", sans-serif;
    color: white;
    font-weight: 400;
    margin-top: 0px;
    font-size: 40px;
    text-transform: capitalize;
}

.banner-text-container .breadcrumbs a.breadcrumb-item{
    text-transform: uppercase;
    color: white;
    font-size: 14px;
}

.banner-text-container .breadcrumbs span.breadcrumb-item{
    text-transform: uppercase;
    font-size: 14px;
}

.banner-text-container .right-offer{
    position: absolute;
    right: 0px;
    top: 20px
}

.banner-text-container .right-offer p{
    font-family: "Playfair Display", sans-serif;
    color: white;
    font-size: 14px;
}


.banner-text-container .actions{
    position: absolute;
    right: 0px;
    bottom: -30px;
}

.about-description p{
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #858585;
}

.room-fast-book p.price{
    color: #1c1c1c;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

.room-fast-book span.value{
    color: #c19b76;
    font-size: 22px;
    font-family: "Playfair Display", sans-serif;
}


.offers .offer-item{
    padding: 30px;
    color: white;

}

.offers .offer-item h3{
    color: white;

}

.offers .offer-item p{
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 200;
}

.offers .offer-item span{
    color: white;
}

.offers .offer-item a.span-link{
    font-size: 12px;
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.9px;
}

nav.breadcrumbs{
    background: #f1f1f1;
}

ol.breadcrumb{
    background: transparent;
    font-family: "Open Sans", sans-serif;
    padding-left: 0px;
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
}

ol.breadcrumb .breadcrumb-item a{
    color: black;

}

div.price h3{
    color: #4c6579;
}

div.price  p{
    color: #858585;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

div.price p.price{
    color: #1c1c1c;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
}

div.price span.value{
    color: #c19b76;
    font-size: 32px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.booking-wrap h5{
    font-weight: 400;
    margin-top: 0px;
}

.booking-wrap p{
    font-size: 12px;
    color: #b1b1b1;
}

.booking-wrap {
    width: 100%; }
.booking-wrap .form-group {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
    background: white; }
.booking-wrap .form-group label {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
    color: #858585;
    text-transform: uppercase;
}
.booking-wrap .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 0;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.booking-wrap .form-group .icon span {
    color: black !important; }
.booking-wrap .form-group .wrap {
    width: 100%;
    display: block; }
.booking-wrap .form-group .select-wrap, .booking-wrap .form-group .input-wrap {
    position: relative; }
.booking-wrap .form-group .select-wrap select, .booking-wrap .form-group .input-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
.booking-wrap .form-group .btn {
    width: 100%;
    display: block !important; }
.booking-wrap .form-control {
    border: 2px solid #fff !important;
    height: auto !important;
    padding-left: 0;
    padding-right: 0;
    color: #1c1c1c !important;
    font-weight: 200;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.booking-wrap .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1c1c1c !important; }
.booking-wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #1c1c1c !important; }
.booking-wrap .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #1c1c1c !important; }
.booking-wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #1c1c1c !important; }
.booking-wrap .form-control:focus, .booking-wrap .form-control:active {
    border-color: #fff; }
.booking-wrap textarea.form-control {
    padding-top: 18px;
    height: 58px !important; }
.booking-wrap textarea.form-control-2 {
    padding-top: 18px;
    height: inherit !important; }
.booking-wrap .btn-primary {
    background: #4c6579;
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
.booking-wrap .btn-primary:hover {
    background: #d0a027;
    color: #fff; }
.booking-wrap input[type=number] {
    border: 1px solid transparent;
    text-align: left;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 100;
    -moz-appearance: textfield ;
    background: transparent;
    position: relative; }

.checkbox-button {
    cursor: pointer;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.checkbox-button__input {
    opacity: 0;
    position: absolute;
}

.checkbox-button__label {
    color: #1c1c1c;
    font-size: 14px;
    text-transform: none;
    font-weight: 100;
    font-family: Poppins, sans-serif;
}

.checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #1c1c1c;
    border: 1px solid #e6e6e6;
}

.checkbox-button__input:checked+.checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: #d0a027;
}

.checkbox-button__input:checked+.checkbox-button__control {
    border-color: #d0a027;
}

.checkbox-button__control {
    transform: scale(0.75);
}

.booking-form-button{
    background: #c19b76;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border: 0px;
    font-size: 12px;
    letter-spacing: 0.1em;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;

}

.list-group{
    border-radius: 0px;
}

.list-group-item{
    border-radius: 0;
    border-right: 1px solid #e6e6e6;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    text-transform: uppercase;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
}

.list-group-item.active {
    z-index: 2;
    color: #c19b76;
    background-color: transparent;
    border-radius: 0;
    border-right: 1px solid #c19b76;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    text-transform: uppercase;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
}

.room-info{
    padding-top: 15px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}



.room-wrap {
    width: 100%;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.room-wrap .img {
    width: 100%;
    height: 360px;
    display: block; }
.room-wrap .half {
    width: 100%;
    position: relative; }
.room-wrap .half:after, .room-wrap .half:before {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.room-wrap .half.left-arrow:after {
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 12px 0;
    border-color: transparent #fff transparent transparent; }
.room-wrap .half.right-arrow:after {
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent transparent transparent #fff; }
.room-wrap .text {
    width: 100%; }
.room-wrap .text h2 {
    color: #fff;
    font-size: 40px; }
.room-wrap .text p {
    color: rgba(255, 255, 255, 0.9); }
.room-wrap .text h3 {
    font-size: 30px;
    margin-bottom: 5px; }
.room-wrap .text h3 a {
    color: #000000; }
.room-wrap .text span.price {
    font-size: 26px;
    color: #c19b76;
    position: relative; }
.room-wrap .text span.per {
    font-size: 14px;
    color: #666666; }
.room-wrap .text .btn-custom {
    display: inline-block;
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.1); }
.room-wrap:hover, .room-wrap:focus {
    background: #c19b76; }
.room-wrap:hover .half.left-arrow:after, .room-wrap:focus .half.left-arrow:after {
    border-color: transparent #c19b76 transparent transparent; }
.room-wrap:hover .half.right-arrow:after, .room-wrap:focus .half.right-arrow:after {
    border-color: transparent transparent transparent #c19b76; }
.room-wrap:hover .text .star span, .room-wrap:focus .text .star span {
    color: #fff; }
.room-wrap:hover .text h3 a, .room-wrap:focus .text h3 a {
    color: #fff; }
.room-wrap:hover .text span.price, .room-wrap:focus .text span.price {
    color: #fff; }
.room-wrap:hover .text span.per, .room-wrap:focus .text span.per {
    font-size: 14px;
    color: white; }
.room-wrap:hover .text .btn-custom, .room-wrap:focus .text .btn-custom {
    display: inline-block;
    color: #000000;
    border: 2px solid white;
    background: #fff; }

.room {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
@media (max-width: 991.98px) {
    .room {
        margin-bottom: 30px; } }
.room .img {
    display: block;
    height: 250px; }
.room .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.room .icon span {
    color: #000000; }
.room:hover .icon {
    opacity: 1; }
.room .text {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    background: #fff;
    position: relative; }
.room .text h3 {
    font-size: 22px;
    margin-bottom: 5px; }
.room .text h3 a {
    color: #000000; }
.room .text span.price {
    font-size: 26px;
    color: #000000;
    position: relative; }
.room .text span.price:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #98eec5; }
.room .text span.per {
    color: #b3b3b3; }
.room .text .btn-custom {
    color: #000000; }
.room .text ul.list {
    padding: 0; }
.room .text ul.list li {
    list-style: none;
    color: #000000;
    font-size: 14px; }
.room .text ul.list li span {
    color: #21cc7a; }

.room-img {
    height: 400px;
    margin-bottom: 2em; }

.room-single h2 {
    font-size: 28px; }
.room-single h2 span {
    color: #21cc7a;
    font-size: 18px; }

.room-single .loc {
    margin-right: 10px; }
.room-single .loc a {
    color: #999999; }

.room-single ul {
    margin: 0;
    padding: 0; }
.room-single ul li {
    list-style: none;
    margin-bottom: 10px; }
.room-single ul li span {
    color: #000000; }




#sidebar {
    position: fixed;
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: #cba78a;
    color: #fff;
    transition: all 0.3s;
    z-index: 9999999;
    margin-left: -250px;
}

#sidebar.active {
    margin-left: 0px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #c19b76;
}

#sidebar .sidebar-header h3{
    color: white;
    font-weight: 600;
}

#sidebar ul.components {
    padding: 15px;
    overflow-y: auto;
    height: 100vh;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
    border: 0px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    text-transform: uppercase;
    display: block;
    color: white;
    border: 1px solid #cba78a;
}
#sidebar ul li a:hover {

}

#sidebar ul li.active > a, a[aria-expanded="true"] {

}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

#sidebar .sidebar-close{
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
}

.hotel-contacts-h4{
    font-weight: 200 !important;
    font-family: "Playfair Display", sans-serif;
}

.hotel-contacts-p{
    width: 300px;
    font-size: 14px;
    text-align: left;
}

@media (max-width: 768px) {
    .hotel-contacts-p{
        width: 100%;
        text-align: left;
    }

    .hotel-chains{
        text-align: center;
    }

    .hotel-chains img{
        width: 60% !important;
    }
}

.bg-gray-100{
    background: #f8f8f8;
}

.contact-input{
    background: #f4f4f4 !important;
    font-size: 12px;
    width: 100%;
    color: #858585;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.contact-input::placeholder{
    font-size: 12px;
}

textarea .contact-input{
    height: 200px !important;
    outline: none;
}

.show-spinner input[type='number']::-webkit-outer-spin-button,
.show-spinner input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    opacity: 1;
    margin-left: 10px;
}

.slider_area .single_slider {
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 767px) {
    /* line 20, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_slider.scss */
    .slider_area .single_slider {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 20, ../../Arafath/CL/Cl November/226. Construction/HTML/scss/_slider.scss */
    .slider_area .single_slider {
        height: 600px;
    }
}