

/*--- General Rules ---*/

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    overflow-x: hidden;
}

header {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.lazyload,
.lazyloading {
    opacity: 0;
    width: 100%;
    height: auto;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity, 300ms, linear ;
    -moz-transition: opacity, 300ms, linear ;
    -o-transition: opacity, 300ms, linear ;
    transition: opacity, 300ms, linear ;
}

.ui-widget-content{ background: #01AEE5; }
.ui-widget-header{  background: #76b2cb; }

#slide > header {
    -webkit-transition: transform .29s ease-in-out, top 0.3s;
    -moz-transition: transform .29s ease-in-out, top 0.3s;
    -ms-transition: transform .29s ease-in-out, top 0.3s;
    -o-transition: transform .29s ease-in-out, top 0.3s;
    transition: transform .29s ease-in-out, top 0.3s;
}

#slide > main {
    -webkit-transition: transform .29s ease-in-out, padding-top 0.3s;
    -moz-transition: transform .29s ease-in-out, padding-top 0.3s;
    -ms-transition: transform .29s ease-in-out, padding-top 0.3s;
    -o-transition: transform .29s ease-in-out, padding-top 0.3s;
    transition: transform .29s ease-in-out, padding-top 0.3s;
}

body.fixed header {
    top: -45px;
}

body.fixed main {
    padding-top: 186px;
}

main {
    padding-top: 167px;
}

h1 {
    font-size: 45px;
    font-weight: 300;
    color: #005784;
    margin-top: 0;
    margin-bottom: 55px;
}

a:hover,
a:focus{
    text-decoration: none;
}
/*----- side menu open -------*/

#slide.opened .menu-button>span:nth-child(1), #slide.opened .menu-button>span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
}

#slide.opened .menu-button>span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#slide.opened .menu-button>span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#slide.opened header {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
}

#slide.opened main {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
border-color: #ddd;
}

#slide.opened footer {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
}

/*----- side menu open -------*/







/*------ Sections at index fixed width - height full window ------*/

#profile, #stay-home, #services, #photos{

    width:100vw;
    min-height:calc(100vh - 157px) !important;
}


#bxslider {

    padding-left: 0;

}

.bx-wrapper .bx-viewport {

    height: calc(100vh - 345px) !important;
    margin: 0;
    border: none;
    left: 0;

}

.bx-wrapper .bx-pager {
    bottom: -95px;
    overflow: hidden;
}

.bx-wrapper .bx-pager a {
    border: solid #ccc 1px;
    display: block;
    margin: 0 5px;
    padding: 3px;
}

.bx-wrapper .bx-pager a:hover,
.bx-wrapper .bx-pager a.active {
    border: solid #005784 1px;
}

/*.bx-wrapper {*/
    /*margin-bottom: 120px;*/
/*}*/


.md-room-detail .align-center {margin-bottom: 65px;}
.md-slide-home .slideshow-photo > img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1920px;
    height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.thumb-room-detail a,
.thumb-room-detail li {
    display: block;
    position: relative;
    z-index: 999;
}
#bx-pager {
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    z-index: 99;
}
#bx-pager .owl-controls {
    margin: 0;
}

.bx-wrapper .bx-controls-direction a{

z-index: 99;

}

#bx-pager .owl-wrapper-outer {
    /*overflow-y: visible !important;*/
    /*overflow-x: hidden !important;*/
   padding-top: 10px;
}

.owl-wrapper {

    padding-top: 10px;

}

.thumb-room-detail a:after,
.thumb-room-detail a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 999;
}
.thumb-room-detail a:after {
    background: url('../images/pattern.png');
}
.thumb-room-detail a.active:after {
    background: none;
    border: 4px solid #005784;
}
.thumb-room-detail a.active:before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #005784;
    height: 0;
    width: 0;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.slideshow-photo img {

    height: 100vh !important;
    width: 100vw !important;
    max-width: 100vw;

}

/*-------- END ----------*/








/************ LightSlider ***********/


#main-slider {
    position: relative;
}

#photo-slider img{
    width: 100%;
    height: 100%;
}
.slider-photo {
     width: 100%;
     background: url("../images/Carousel-1.jpg") center center /cover no-repeat;
     height: calc(100vh - 167px);
}

.slider-photo1 {
    width: 100%;
    background: url("../images/Carousel-2.jpg") center center /cover no-repeat;
    height: calc(100vh - 167px);
}

.slider-photo2 {
    width: 100%;
    background: url("../images/Carousel-3.jpg") center center /cover no-repeat;
    height: calc(100vh - 167px);
}

.slider-photo3 {
    width: 100%;
    background: url("../images/Carousel-4.jpg") center center /cover no-repeat;
    height: calc(100vh - 167px);
}

.slider-photo4 {
    width: 100%;
    background: url("../images/Carousel-5.jpg") center center /cover no-repeat;
    height: calc(100vh - 167px);
}

.espa {
    margin-left: 44rem;
}

@media only screen and (min-width: 777px) and (max-width: 991px) {
    .slider-photo,
    .slider-photo1,
    .slider-photo2,
    .slider-photo3,
    .slider-photo4 {
        height: calc(100vh - 157px);
    }
    .espa {
        display: none;
    }
}
@media only screen and (max-width: 776px) {
    #main-slider {
        position: relative;
        height: 100vh;
    }
    .espa {
        display: none;
    }
    .slider-photo,
    .slider-photo1,
    .slider-photo2,
    .slider-photo3,
    .slider-photo4 {
        height: 100vh;
    }

    main {
        padding-top: 0;
    }

    body.fixed main {
        padding-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 38px;
    }

    .col-services-6 {
        width:50%;
    }
}
/*--- End of General Rules ---*/

/*-- top-menu --*/

.top-layer-menu {
    background: #005784;
    height: 45px;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
}

.icons  a {
    display: inline-block;
    color: #FFFFFF;
    opacity: 0.5;
}

.icons a.active,
.icons a:hover {
    opacity: 1;
    text-decoration: none;
}

.social-media img {
    height: 16px;
    margin: 0 5px;
    width: auto;
}

.social-media {
    position: absolute;
    left: 15px;
}

.pre-footer{
    background-color: #005784;
    display: block;
    padding: 10px 0;
}

@media only screen and (max-width: 776px) {

    .social-media{
        position: static;
    }
}

/*-- end of top-menu --*/



/*-- main menu --*/

#home-main-slider {
    width: 100%;
    list-style-type: none;
}

#slide {
    min-height: 100vh;
    position: relative;
}

#slide > * {
    -webkit-transition: transform .29s ease-in-out;
    -moz-transition: transform .29s ease-in-out;
    -o-transition: transform .29s ease-in-out;
    transition: transform .29s ease-in-out;
}

.menu-wrapper {
    background-color: white;
}

.logo-wrapper {
    background-color: #01AEE5;
}



.logo-wrapper img {
    height: 100px;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 22%;
}

.logo-wrapper .spa-logo {
    position: absolute;
    top: 0;
    right: 20px;
}

.sidebar-spa-logo {
    width: 90%;
    position: absolute;
    bottom: 70px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    height: 67px;
    font-size: 12px;
    font-weight: 700;
}

.topnav li {
    float: left;
}

.topnav li.active, .tabber-style li.active{
    background-color: #005784;
    color: #FFFFFF;
    border-bottom: 4px solid #005784;
}
.tabber-style li.active {
    border-bottom: none!important;
    padding: 0 5px;
}
.tabber-style li{
    padding: 0 5px;
}
.topnav li a {
    display: inline-block;
    color: #005784;
    text-align: center;
    padding: 23px 23px;
    text-decoration: none;
    opacity: 0.5;
}

.topnav li:first-child a {
    padding-left: 0;
}

.topnav li:last-child a {
    padding-right: 0;
}

.topnav li a:hover {
    color: #c2c2c2;
    border-bottom: 4px solid #005784;
}

.topnav li a:active {
    color: #ffffff;
    background-color: #005784;
}

.menu-button {
    width: 35px;
    height: 25px;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 38px;
    right: 15px;
}

.menu-button>span {
    transition: all .29s ease-in-out;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #005784;
    border-radius: 0;
    opacity: 1;
    left: 0;
    top: 0;
}

.menu-button>span:nth-child(2), .menu-button>span:nth-child(3) {
    top: 9px;
}

.menu-button>span:nth-child(4) {
    top: 18px;
}

.breadcrumb-wrapper {
    background-color: #005784;
    position: fixed;
    left: 0;
    right: 0;
    top: 167px;
    z-index: 14;
}

body.fixed .breadcrumb-wrapper {
    top: 187px;
    -webkit-transition: transform .29s ease-in-out, top 0.3s;
    -moz-transition: transform .29s ease-in-out, top 0.3s;
    -ms-transition: transform .29s ease-in-out, top 0.3s;
    -o-transition: transform .29s ease-in-out, top 0.3s;
    transition: transform .29s ease-in-out, top 0.3s;
}

.breadcrumb {
    margin: 0;
    padding: 10px 0;
    background-color: #005784;
}

.breadcrumb-wrapper .breadcrumb>li+li:before {
    padding: 0 5px;
    font-size: 9px;
    font-weight: 300;
    content: "/\00a0";
}

.breadcrumb li a {
    color: #ccc;
    font-size: 9px;
    font-weight: 700;
}

.breadcrumb>.active {
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 700;
}

#slide.opened .breadcrumb-wrapper {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
}

#slide > .breadcrumb-wrapper {
    -webkit-transition: transform .29s ease-in-out, top 0.3s;
    -moz-transition: transform .29s ease-in-out, top 0.3s;
    -ms-transition: transform .29s ease-in-out, top 0.3s;
    -o-transition: transform .29s ease-in-out, top 0.3s;
    transition: transform .29s ease-in-out, top 0.3s;
}

@media only screen and (min-width: 992px) {

    .topnav li {
        display: inline-block;
        float: none;
    }

    .topnav li a {
        padding: 23px 19px;
    }

    .topnav li:first-child a {
         padding: 23px 19px;
     }

    .topnav li:last-child a {
        padding: 23px 19px;
    }

    .topnav {
        text-align: center;
    }

    .ccenter-nav {
        width: 930px;
        margin: auto;
    }

}

@media only screen and (min-width: 777px) and (max-width: 991px) {
    main{
        padding-top: 157px;
    }

    .logo-wrapper img {
        height: 110px;
    }

    .topnav {
        width: 720px;
        margin: auto;
        text-align: center;
    }

    .topnav li a {
        padding: 23px 7px;
    }

    .topnav li:first-child a {
        padding-left: 3px;
    }

    .topnav li:last-child a {
        padding-right: 4px;
    }

    .topnav li {
        display: inline-block;
        float: none;
    }

    .breadcrumb-wrapper {
        top: 176px;
        -webkit-transition: transform .29s ease-in-out, top 0.3s;
        -moz-transition: transform .29s ease-in-out, top 0.3s;
        -ms-transition: transform .29s ease-in-out, top 0.3s;
        -o-transition: transform .29s ease-in-out, top 0.3s;
        transition: transform .29s ease-in-out, top 0.3s;
    }

    body.fixed .breadcrumb-wrapper {
        top: 177px;
        -webkit-transition: transform .29s ease-in-out, top 0.3s;
        -moz-transition: transform .29s ease-in-out, top 0.3s;
        -ms-transition: transform .29s ease-in-out, top 0.3s;
        -o-transition: transform .29s ease-in-out, top 0.3s;
        transition: transform .29s ease-in-out, top 0.3s;
    }

}

@media only screen and (max-width: 776px) {

    #profile, #stay-home, #services, #photos{

    width:100vw;
    min-height:calc(100vh - 100px) !important;
    }

    main {
        padding-top: 0;
    }

    body.fixed main {
        padding-top: 0;
    }

    .logo-wrapper img {
        height: 100px;
    }

    ul.topnav {
        position: fixed;
        z-index: 21;
        top: 0;
        right: -250px;
        background-color: #005784;
        overflow-y: auto;
        padding-top: 65px;
        height: calc(100vh + 45px);
        width: 250px;
    }

    ul.topnav li {
        float: none;
    }
    .topnav li:last-child a {
        padding-right: 53px;
    }

    ul.topnav li a {
        padding: 25px 53px 25px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #c2c2c2;
        display: block;
        transition: 0.3s;
        font-weight: 300;
        text-align: right;
    }

    ul.topnav li a:hover, ul.topnav li a:focus {
        color: #ffffff;
        border: none;
    }


    .breadcrumb-wrapper {
        top: 145px;
        -webkit-transition: transform .29s ease-in-out, top 0.3s;
        -moz-transition: transform .29s ease-in-out, top 0.3s;
        -ms-transition: transform .29s ease-in-out, top 0.3s;
        -o-transition: transform .29s ease-in-out, top 0.3s;
        transition: transform .29s ease-in-out, top 0.3s;
    }

    body.fixed .breadcrumb-wrapper {
        top: 100px;
        -webkit-transition: transform .29s ease-in-out, top 0.3s;
        -moz-transition: transform .29s ease-in-out, top 0.3s;
        -ms-transition: transform .29s ease-in-out, top 0.3s;
        -o-transition: transform .29s ease-in-out, top 0.3s;
        transition: transform .29s ease-in-out, top 0.3s;
    }

    .menu-wrapper {
        height: 0;
    }

}

@media only screen and (min-width: 777px) {
    .menu-button {
        display: none;
    }

}
/*-- end of main menu --*/

/*----- main -----*/

/*-- section form --*/

#reservation {
    z-index: 11;
    background-color: rgba(255,255,255,0.9);
    padding: 35px;
    margin-bottom: 25px;
    position: absolute;
    bottom: 12px;
    left: 30px;
    border-radius: 5px;
    right: 30px;
    max-width: 1170px;
}

.block-form {
    margin: auto;
}

.button-form {
    border: 0 none;
    margin-top: 0;
    border-radius: 4px;
    width: 100%;
    font-weight: 700;
    color: #ffffff;
    background-color: #005784;
    font-size: 10px;
    padding: 16px 30px 16px 30px;
}

.select-wrap select {
    background-color: #76b2cb;
    font-weight: 400;
    color: #ffffff;
    height: 30px;
    border: none;
    border-radius: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 13;
    opacity: 1.1;
    cursor: pointer;
}

.select-wrap input {
    background-color: #76b2cb;
    font-weight: 400;
    color: #ffffff;
    height: 30px;
    border: none;
}

.select-wrap {
    background-color: #76b2cb;
    margin-top: 7px;
    position: relative;
}

.custom-select {
    bottom: 0;
    background-color: #76b2cb;
    font-weight: 400;
    color: #ffffff;
    height: 30px;
    border: none;
    border-radius: 0;
    width: 100%;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 30px;
}

.custom-select:after {
    content: url(/assets/icons/arrowdown.svg);
    position: absolute;
    top: 4px;
    right: 10px;
    width: 10px;
    height: 8px;
}

input#checkin {
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
    cursor: pointer;
    height: 30px;
    border: none;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    z-index: 13;
    opacity: 0;
}

.input-wrapper.custom-select:after {
    content: url(/assets/icons/calendar.svg);
    position: absolute;
    top: 6px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    .custom-md {
        width:20%;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-sm {
        width:29.166667%;

    }

    .button-form {
        margin-top: 15px;
        padding: 8px 30px 8px 30px;
    }

    .sm-marg {
        margin-top: 15px;
    }

    .select-wrap {
        margin: 0;
    }

    .logo-wrapper .spa-logo {
        height: 90px;
        top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .form-wrapper {
        background-color: #005784;
    }

    #reservation {
        padding: 5px 0 20px;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #005784;
        margin: 0;
    }

    .button-form {
        padding: 10px 30px 10px 30px;
        border: 1px solid #fff;
        background-color: rgba(255,255,255,0);
    }

    .button-form button:hover {
        background-color: rgba(255,255,255,0.2);
    }

    .button-form button:focus {
        outline: rgba(255,255,255,0.5);
    }

    .custom-md {
        margin-top: 15px;
    }


}

@media only screen and (max-width: 480px) {
    .custom-xxs-12 {
        width: 100%;
    }
}
/*-- end of section form --*/


/* section stay */

#stay-home {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #f8f8f6;

}

#stay-home h2.title a, .title {
    font-size: 20px;
    font-weight: 600;
    color: #005784;
    line-height: 26px;
    margin: 23px 0 10px;
}

#stay-home h3.subtitle a, .subtitle {
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    color: #005784;
}

/* 768px-991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .textbox {
        background-color: #eff0ed;
        height: 230px;
        padding: 80px 75px 80px 55px;
        text-align: left;
    }

    .spacebetween {
        padding-top: 15px;

    }

    .textbox h2 {
        margin-top:0;
    }
}
/* <767px */
@media only screen and (max-width: 767px) {
    .textbox {
        background-color: #eff0ed;
        margin-top: 15px;
        margin-bottom: 55px;
        padding: 35px 15px;
        max-width: 700px;
    }

    .textbox h2 {
        margin-top:0;
    }

    #stay-home {
        padding-bottom: 0;
        overflow-wrap: break-word;
    }
}

/* end of section stay */

/* section profile */

#profile {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color:#ffffff;
}

.button-standard {
    margin-top: 25px;
    padding: 16px 22px 16px 22px;
    font-size: 10px;
    width: 163px;
    border-radius: 8px;
    font-weight: 700;
    color: #ffffff;
    background-color: #005784;
}

.button-standard:focus {
    background-color: #005784;
    color: #ffffff;
    outline: none;
}

.button-standard:hover {
    background-color: #01AEE5;
    color: #ffffff;
}

.button-standard:focus:active {
    outline: none;
}

.profile-text{
    font-size: 15px;
    font-weight: 300;
    color: #363636;
    line-height: 28px;
    text-align: justify;
}
/* end of section profile */

/* section photos */

.nogap {
    padding-left: 0;
    padding-right: 0;
}

#photos {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #f8f8f6;
}



.see-more-photos {

    border-radius: 6px;
    height: 50px;
    border: 2px solid #01AEE5;
    background: #005784;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;

}

.lb-nav a.lb-next{
    right: -82px;
    position: absolute;
}

.lb-nav a.lb-prev{
    left: -82px;
    position: absolute;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev{

opacity: 1;

}

#photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lSSlideOuter .lSPager.lSpg li a {
    height: 20px;
    width: 20px;
    background: #daded3;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #005784;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 15px;
}

/* end of section photos */


/* Services */

.text-services {
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #005784;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
}

.services-image-wrapper {
    width: 100px;
    height: 100px;
    background-color: #005784;
    border-radius: 50%;
    opacity: 0.5;
}

.services-image-wrapper img {
    display: block;
    margin: 0 auto;
    height:inherit;
    width: 40px;
}

#services {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color:#ffffff;

}

.services-wrapper {
    padding-bottom: 50px;
}

/* end of services */


/* section contact */

#contact {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color:#ffffff;
}

.map-home {
    width:100%;
    height:315px;
}

.contact-details {
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 14px;
    font-weight: 700;
    color: #005784;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.contact-details img{
    height: 22px;
    width: auto;
    margin: 10px;
}

.contact-details a {
    color: #005784;
}

.contact-details a:hover {
    color: #005784;
    text-decoration: none;
}

.form-group {
    margin-bottom: 34px;
    margin-top: 20px;
}

.form-input {
    width: 100%;
    display: block;
    margin: 0 auto 40px;
    border: none;
    color: #005784;
    padding: 6px 12px 6px 25px;
    height: 52px;
    background-color: #f1f2ee;
    font-size: 18px;
    font-weight: 400;
}

#contact-form .error-box {
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

/* response after submitting form */
.thank-you-response{
    display: none;
}

.thank-you-response p{
    font-size: 18px;
    color: #005784;
}

body.response {
    overflow: hidden;
}

body.response .thank-you-response{
    display: block;
    position: fixed;
    z-index: 3;
    top:0;
    width: 100%;
    height: 100%;
    padding-top: 40vh;
    background-color: white;
}

.button-close-response{
    cursor: pointer;
    display: block;
    width: 130px;
    margin: auto;
    background-color: #005784;
    border-color: #005784;
}

.button-close-response:hover,
.button-close-response:active,
.button-close-response:focus,
.button-close-response.btn-primary:active:focus{
    background-color: #515844;
    border-color: #515844;
}

/* end of response after submitting form */

.error {
    color: #f7941d;
    display: none;
    font-size: 12px;
    margin-top: -40px;
    position: absolute;
    right: 0;
}

#contact-form .error-box .form-input {
    border: 1px solid #f7941d;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

#contact-form .error-box input::-webkit-input-placeholder {
    color: #f7941d;
    font-size: 18px;
    font-weight: 400;
}
#contact-form .error-box input::-moz-placeholder {
    color: #f7941d;
    font-size: 18px;
    font-weight: 400;
}

#contact-form .error-box input:-ms-input-placeholder {
    color: #f7941d;
    font-size: 18px;
    font-weight: 400;
}

form.contact-form .error img {
    width: 15px;
    margin-right: 5px;
}

@media only screen and (max-width: 766px){
    .col-custom-12{
        text-align: left;
        width:100%;
    }

}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .contact-details img {
        display: block;
        margin: 0 auto 10px;

    }
}
/* end of section contact */

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent;
    color: white;
    border: 0;
    opacity: 1;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}


/*-----End of main -----*/


/*----- footer -----*/

footer {
    text-align: center;
    position: relative;
    background-color: #333;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
}

footer .container .emblem {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
}

@media only screen and (max-width: 767px) {
    .copyright {
        padding-top: 24px;
        text-align: left;

    }

    button.submit-button {
        width: 100%;
    }

    footer .txt-footer {
        padding-right: 40px;

    }
}

/*----- end of footer -----*/

@media only screen and (max-width: 767px) {

    .nogap {
        padding-left: 0;
        padding-right: 0;
    }

    footer {
        text-align: left;
    }

    .menu-lang{
        right: 50px;
    }

    .menu-lang.icons a{
        color: #ffffff;
    }
}

/*** page stay ****/

#stay {
    padding-top: 0;

}

#stay-details {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #f8f8f6;
}

#front-stay-photo {
    background: url('../../assets/images/room-header.jpg') center center/cover no-repeat;
    height: 600px;
    opacity: 0.7;
}

.bg-front-photo {
    background-color: #000000;
    padding-top: 85px;
    position: relative;
}

#title-wrapper, #title-wrapper-stay {
    padding-top: 260px;
}

#title-wrapper-stay h1, h2, #title-wrapper h1 {
    color: #ffffff;
    margin-bottom: 20px;
}

.stay-text {
    padding-top: 0;
    font-size: 15px;
    font-weight: 300;
    color: #363636;
    line-height: 28px;
    text-align: justify;
}

#stay-services {
    padding-top: 55px;
    padding-bottom: 55px;
}

.text-stay-services {
    font-size: 14px;
    font-weight: 400;
    color: #363636;
}

.text-stay-services img {
    height: 22px;
    width: 22px;
    margin: 9px;
}

#stay-photos {
    padding-top: 55px;
    padding-bottom: 110px;
    background-color: #f8f8f6;
}


.nogap a, .room-photo {
    width: 100%;
    overflow: hidden;
    margin: auto;
    display: block;
    position: relative;
    height: 0;
    padding-top: 66.66666666%;

}


.nogap img, .room-photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1.01);
    transition: all .5s linear;
}

.nogap img:hover, .room-photo img{

    transform: scale(1.1);
    transition: all .5s linear;

}

.button-services {
    width:100%;
}

@media only screen and (min-width: 525px) and (max-width: 767px) {
    .xs-services-center {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 310px;
    }

    .button-services {
        width: 480px;
    }
}

/******* page location *******/

.map-location {
    width: 100%;
    height: 600px;
    position: relative;
    margin-bottom: 55px;
}

#front-location-photo {
    background: url('../../assets/images/Carousel-4.jpg') center center/cover no-repeat;
    height: 600px;
    opacity: 0.7;
}

.map-txt {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    color: #363636;
    text-align: justify;
}

.map-txt-wrapper {
    z-index: 11;
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 25px;
    position: absolute;
    bottom: 12px;
    left: 30px;
    right: 40px;
    max-width: 1170px;
    max-height: 40%;
    overflow-y: auto;
}


@media only screen and (max-width: 480px) {
    #front-location-photo, #front-stay-photo {
        height: 380px;
    }

    #title-wrapper-stay {
        padding-top: 165px;
    }

    #title-wrapper {
        padding-top: 210px;
    }

    .map-text {
        padding: 20px;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px)  {
    #front-location-photo, #front-stay-photo {
        height: 490px;
    }

    #title-wrapper-stay {
        padding-top: 220px;
    }
}



/******** page prices *******/

#pricing-table {
    margin-top: 55px;
    margin-bottom: 55px;
}

section#pricing-table table {
    float: left;
}

section#pricing-table table tr:first-child {
    border: none;
}

section#pricing-table table tr th {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

section#pricing-table table tr {
    color: #005784;
    font-weight: 400;
    font-size: 16px;
}

section#pricing-table table tr td {
    padding: 20px 10px 20px 10px;
    border: 1px solid #eff1ec;

}

section#pricing-table table tr td span {
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    color: #005784;
}

section#pricing-table .pricing-table-wrapper {
    width: calc(100% - 170px);
}

section#pricing-table table.table-prices {
    width: 100%;
    max-width: 575px;
    text-align: center;
}

section#pricing-table table tr th {
    font-size: 18px;
    font-weight: 600;
}

section#pricing-table table.table-prices tr {
    font-size: 35px;
    font-weight: 300;
}

.text-below-table {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: #333;
    margin-top: 40px;
    line-height: 19px;
}
section#pricing-table table.table-prices tr td {
    text-align: center;
    padding: 20px 60px;
    border-right: 1px solid #dfecf2;
}

@media screen and (max-width: 767px) {
    section#pricing-table .pricing-table-wrapper {
        border: none;
    }

    section#pricing-table table tr th {
        font-size: 13px;
    }

    section#pricing-table table tr td span {
        font-size: 16px;
        font-weight: 700;
        line-height: 28px;
        color: #005784;

    }
}

@media screen and (max-width: 991px) {
    section#pricing-table table.table-prices tr td {
        padding: 20px 18px;
    }

    section#pricing-table table.table-prices {
        max-width: 545px;
    }
}

.slider-wrapper {
    position: relative;
}

@media screen and (max-height: 670px) and (max-width: 767px){
    .menu-wrapper .nav > li > a {
        padding: 12px;
    }
    #navbar {
        min-height: 0px;
    }
}

#navbar{
    position: relative;
}

/*#navbar .topnav{*/
    /*text-align: left;*/
/*}*/

.menu-lang{
    right: 15px;
    top: 20px;
    position: absolute;
}

 .menu-lang.icons a{
    color: #005784;
    font-size: 16px;
    font-weight: 700;
}


@media only screen and (max-width: 776px) {


    .menu-lang{
        right: 50px;
    }

    .menu-lang.icons a{
        color: #ffffff;
    }

    .breadcrumb-wrapper{
        display: none !important;
    }

    .logo-wrapper .spa-logo {
        display: none;
    }
}


/******** covid19 modal && page *******/


#covid19Modal .modal-header,
#covid19Modal .modal-footer {
    border: none;
}

#covid19Modal .modal-footer {
    text-align: center;
    padding-top: 0;
    padding-bottom: 25px;
}

#covid19Modal .see-more-photos {
    padding: 8px 20px;
}

#covid19Modal .btn-default {
    margin-bottom: 1px;
}

#covid19Modal .see-more-photos:hover {
    color: #FFFFFF;
}

#covid19 {
    margin: 80px 0;
}

#covid19Modal .logo,
#covid19 .logo {
    width: 100%;
    max-width: 200px;
}

#covid19 .content {
    margin-top: 35px;
    margin-bottom: 35px;
}

#covid19 .content h1 {
    font-size: 25px;
    padding-top: 15px;
}

#covid19 .content ul {
    padding-left: 20px;
}

#covid19 .img-responsive {
    box-shadow: 0px 0px 8px lightgrey;
    border-radius: 5px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 776px) {

    #covid19 {
        margin: 120px 0;
    }

    #covid19 .content h1 {
        font-size: 22px;
    }
}
.fw-bold{
    font-weight: 700;
}
.tabber-style{
    background: #f8f8f6;
    height: 50px;
}
@media (max-width: 1199px){
    .tabber-style{
        height: 100px;
    }

}
.tabber-style li a {
    display: list-item;
    color: #005784;
    text-align: center;
    padding: 15px 0px;
    text-decoration: none;
    opacity: 0.5;
    font-weight: 700;
}
.tabber-titles{
    color: #005784;
    font-size: 20px;
    font-weight: 700;
}
.tabber-text{
    padding: 1rem 8rem 3rem;
    font-size: 15px;
    text-align: justify;
}
#info .nav-tabs>li.active>a, #info .nav-tabs>li.active>a:focus, #info .nav-tabs>li.active>a:hover {
    background-color: transparent;
    color: white;
    border: 0;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    height: 50px;
}
@media (max-width: 991px){
    .col-6{
        width: 50%;
    }
    .tabber-style{
        height: 150px;
        margin: 0 20px;
    }
}
@media (max-width: 600px){
    #info .nav-tabs>li.col-6{
        width: 100%;
    }
    .tabber-style{
        height: 300px;
    }
    .tabber-text {
        padding: 1rem 4rem 3rem;
    }
}
:root {
    --padding: 0px 44px;
}
@media (min-width: 1200px){
    #info .nav-tabs>li.col-lg-3, #info .nav-tabs>li.col-lg-2, #info .nav-tabs>li.col-lg-1{
        width: max-content!important;
    }
    .style-en .tabber-style li{
        padding: 0px 44px!important;
    }
    .style-el .tabber-style li{
        padding: 0px 18.8px!important;
    }
}
.h-auto{
    height: auto!important;
}
.btn-booknow, .btn-booknow:focus, .btn-booknow:hover{
    padding: 12px 20px 12px 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    color: #ffffff;
    background-color: #005784;
}
.pc-4rem{
    padding: 4rem 0;
    text-align: end;
}
.d-none{
    display: none!important;
}
@media (min-width: 769px){
    .d-sm-block{
        display: block!important;
    }
}
@media (max-width: 769px){
    .col-12-c{
        width: 100% !important;
    }
    .visible-sm-c{
        display: block!important;
    }
    .logo-wrapper img {
        padding-left: inherit;
    }
    .btn-booknow, .btn-booknow:focus, .btn-booknow:hover, .btn-booknow:active {
        padding: 12px 20px 12px 20px!important;
        font-size: 14px!important;
        font-weight: bold!important;
        border-radius: 8px!important;
        color: #005784!important;
        background-color: #ffffff!important;
        width: fit-content!important;
        opacity: 1!important;
        margin-left: auto!important;
    }
}
