
@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: #7a9948;
    border: 0px;
}

.boxed-btn2{
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    color: white;
    background: #7a9948;
}

.boxed-btn2:hover{
    background: #7a9948;
    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: #363e50;
}

.boxed-btn4:hover{
    background: #363e50;
    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: 8px;
    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;
    font-weight: bold;
}

/* 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;
    font-weight: 600;
}

.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: "Montserrat", sans-serif;
}

#section-testimonials{
    background: url("/images/section-testimonials.jpg");
    background-size: cover;
}

#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: 350px;
    background-position: 10%;
}

.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: #d54b4d;
}


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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: #bb4e49;
    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: "Montserrat", 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: "Montserrat", 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: #47b8e6; }
.room-wrap:hover .half.left-arrow:after, .room-wrap:focus .half.left-arrow:after {
    border-color: transparent #47b8e6 transparent transparent; }
.room-wrap:hover .half.right-arrow:after, .room-wrap:focus .half.right-arrow:after {
    border-color: transparent transparent transparent #47b8e6; }
.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: #7a9948;
    color: #fff;
    transition: all 0.3s;
    z-index: 9999999;
    margin-left: -250px;
}

#sidebar.active {
    margin-left: 0px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #647e38;
}

#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 #7a9948;
}
#sidebar ul li a:hover {

}

#sidebar ul li.active > a, a[aria-expanded="true"] {

}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -251px;
    }
    #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: "Montserrat", 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;
    }
}

.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;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

@media (max-width: 768px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 60%;
        height: auto;
    }

    #sidebarCollapse{
        margin-top: 20px;
        margin-left: 0px !important;
    }

    .awake #sidebarCollapse{
        margin-top: 5px;
        margin-left: 0px !important;
    }

    .index-info{
        background: #647e38 !important;
    }
}


.table-wrapper{
    margin: 0px auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("/images/timetable-background.png") no-repeat;
    background-size: contain;
    overflow: auto;
}

@media (max-width: 769px) {
    .table-wrapper{
        background: white;
    }
}

.table-wrapper table{
    border: 0px;
}

.table-wrapper table tr{
    border: 0px;
}

.table-wrapper .table th, .table td{
    padding: 4px;
    border: 0px;
}

.table-wrapper table td{
    height: 90px;
    width: 100px;
}

.table-wrapper table th{
    height: 30px;
    width: 100px;
}

.table-wrapper table th p.green1{
    background: #7a9948 ;
    padding: 5px;
    color: white;
    border-radius: 5px;
    width: 100px;
    margin-bottom: 0px;
}

.table-wrapper table th p.green{
    background: #7a9948 ;
    padding: 5px;
    color: white;
    border-radius: 5px;
    height: 90px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.table-wrapper table th p.blue{
    background: #47b8e6 ;
    width: 100px;
    padding: 5px;
    color: white;
    border-radius: 5px;
    margin-bottom: 0px;
}

.table-wrapper table td p {
    background: #47b8e6 ;
    padding: 5px;
    color: white;
    border-radius: 5px;
    height: 90px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1.2vh;
}

.subscribe-section{
    background: #47b8e6;
    -webkit-box-shadow: 0px 0px 12px 2px #dbdbdb;
    -moz-box-shadow: 0px 0px 12px 2px #DBDBDB;
    box-shadow: 0px 0px 8px 12px #DBDBDB;
    margin-bottom: 20px;
}

.subscribe-section h3{
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    font-weight: 500;
    font-family: Montserrat, Sans-serif;
}

.teacher-wrapper{
    margin: 0px auto;
    padding-left: 180px;
    padding-right: 180px;
    padding-top: 90px;
    padding-bottom: 90px;
    background: url("/images/green-schooldesk.png") no-repeat;
    background-size: cover;

}

.teacher-wrapper{
    color: white;
}


.teacher-wrapper .teachers-intro{
    color: white;
    height: 300px;
    overflow-y: auto;
}
.teacher-wrapper .teachers-intro::-webkit-scrollbar {
    display: none;
}

.teacher-avatar{
    background: white;
    height: 100px;
}


.round-image{
    position: relative;
}
.round-image .round-img{
    z-index: 999;
    position: absolute;
    top: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.teacher-name{
    margin-left: 250px;
}

.teacher-name h1{
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.teacher-name p{
   font-family: Montserrat, Sans-serif;
}

.modal-login {
    color: #636363;
    width: 350px;
    margin: 80px auto 0;
}
.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}
.modal-login h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
    border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
}
.modal-login .modal-footer a {
    color: #999;
}
.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #60c7c1;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-login .avatar img {
    width: 100%;
}
.modal-login .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-login .btn:hover, .modal-login .btn:focus {
    background: #45aba6;
    outline: none;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

@media (max-width: 768px) {
    .resto-img{
        height: 250px;
    }

    .teacher-wrapper{
        color: white;
    }
    .teacher-wrapper{
        margin: 0px auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #7a9948;
        background-size: cover;

    }


    .teacher-wrapper .teachers-intro{
        color: white;
        height: 300px;
        overflow-y: auto;
    }
    .teacher-wrapper .teachers-intro::-webkit-scrollbar {
        display: none;
    }

    .teacher-avatar{
        background: white;
        height: 120px;
    }


    .round-image{
        position: relative;
    }
    .round-image .round-img{
        z-index: 999;
        position: absolute;
        top: 10px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .teacher-name{
        margin-left: 120px;
    }

    .teacher-name h1{
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .teacher-name p{
        font-family: Montserrat, Sans-serif;
    }

}