.scrollClick {
    z-index: 2;
    left: 0;
    bottom: 200px;
    position: absolute;
    right: 0;
    margin: auto;
}

.text_title_slide {
    left: 5%;
    z-index: 2;
    bottom: 200px;
    overflow: hidden;
    transition: all 0.5s;
    position: absolute;
}

.text_title_slide ul {
    margin: 0;
    padding: 0;
}

header .topMenu .selectLanguage {
    padding: 5px 10px;
}

.sisterHotel ul {
    display: inline-block;
    width: auto;
    margin: auto;
    clear: both;
    padding: 0;
}

.sisterHotel {
    width: 100%;
    height: 90px;
    margin-top: 30px;
    background: #fbf6ed;
    text-align: center;
}

.parallax h2 {
    bottom: 0;
    top: 0;
    height: 30px;
    margin: auto;
}

.pageGallery .section-text-title {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.booknow a {
    color: inherit;
}

.pageAccommodation-roomAmenities ul li {
    padding: 20px 10px;
}

.nav_mobile {
    display: none;
    position: absolute;
    left: 85px;
    top: 0;
    z-index: 10;
    /*text-transform: uppercase;*/
    height: 100%;
}

.button_container {
    position: absolute;
    top: 0;
    right: 25px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    bottom: 0;
    margin: auto;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #a58d36;
}

.button_container.active .middle {
    opacity: 0;
    background: #a58d36;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #a58d36;
}

.button_container span {
    background: #a58d36;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay_menu {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 9;
}

.overlay_menu.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay_menu.open li {
    -webkit-animation: fadeInUp .1s ease forwards;
    animation: fadeInUp 1s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay_menu.open li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay_menu.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay_menu.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay_menu.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay_menu.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.overlay_menu.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay_menu.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}

.overlay_menu.open li:nth-of-type(9) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.overlay_menu.open li:nth-of-type(10) {
    -webkit-animation-delay: .80s;
    animation-delay: .80s;
}

.overlay_menu.open li:nth-of-type(11) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}

.overlay_menu.open li:nth-of-type(12) {
    -webkit-animation-delay: .90s;
    animation-delay: .90s;
}

.overlay_menu.open li:nth-of-type(13) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}

.overlay_menu nav {
    /*position: absolute;*/
    top: 0;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: left;
    padding: 80px 25px;
    overflow: scroll;
    width: 100%;
}

.overlay_menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: left;
    color: #797979;
}

.overlay ul li {
    display: block;
    height: 25%;
    position: relative;
    padding: 10px;
    opacity: 0;
}

.overlay_menu ul li a {
    display: block;
    position: relative;
    color: #797979;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s;
}

.overlay_menu ul li a:hover {
    color: #a58d36;
    margin-left: 5px;
}

.overlay_menu ul li a:hover:after, .overlay_menu ul li a:focus:after, .overlay_menu ul li a:active:after {
    width: 100%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.nav_mobile .overlay-menu .active {
    color: #a58d36;
}

.fix_body {
    overflow: hidden;
}

#overlay_popup .col-xs-6 {
    width: 50% !important;
    top: 0;
    height: 100vh;
    overflow: scroll;
}

.imagebox_menu {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    position: relative;
    float: left;
    transition: all 0.5s;
}

.nav .active {
    color: #113a76;
}

header .topMenu .dropdown-content {
    left: auto;
    width: 130px;
    padding: 7px 17px;
    text-align: left;
    z-index: 99;
    animation-name: fadeInDown;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    right: -10px;
    top: 25px;
}

.menu span {
    float: right;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
}

.submenu_mobile {
    text-transform: none;
    margin: 15px 15px 0 !important;
}

.submenu_mobile li {
    padding: 5px !important;
}

.menu li {
    list-style: none;
    padding: 10px;
    transition: all 0.5s;
    display: inline-block;
    width: 100%;
    position: relative;
}

.menu li:hover {
    color: #a58d36;
}

.menu span {
    float: right;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
}

nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: inherit;
}

nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
}

.nav_mobile li > a:after {
    content: ' +';
}

li > a:only-child:after {
    content: '';
}

input[type="radio"], input[type="checkbox"] {
    display: none;
}

.menu_humberher {
    margin: 0;
    color: #353535;
}

.submenu_mobile a {
    transition: none;
}

.submenu_mobile li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    /* animation-delay: 6s; */
}

.submenu_mobile li:nth-child(1) {
    animation-delay: 0.1s;
}

.submenu_mobile li:nth-child(2) {
    animation-delay: 0.2s !important;
}

.submenu_mobile li:nth-child(3) {
    animation-delay: 0.3s !important;
}

.submenu_mobile li:nth-child(4) {
    animation-delay: 0.4s !important;
}

.submenu_mobile li:nth-child(5) {
    animation-delay: 0.5s !important;
}

.submenu_mobile li:nth-child(6) {
    animation-delay: 0.6s !important;
}

.submenu_mobile li:nth-child(7) {
    animation-delay: 0.7s !important;
}

.submenu_mobile li:nth-child(8) {
    animation-delay: 0.8s !important;
}

.submenu_mobile li:nth-child(9) {
    animation-delay: 0.9s !important;
}

.submenu_mobile li:nth-child(10) {
    animation-delay: 1.0s !important;
}
.submenu_mobile li:nth-child(11) {
    animation-delay: 1.1s !important;
}
.submenu_mobile li:nth-child(12) {
    animation-delay: 1.2s !important;
}
.submenu_mobile li:nth-child(13) {
    animation-delay: 1.3s !important;
}
nav ul ul {
    display: none;
}

.nav_mobile label {
    /* color: #fff; */
    height: auto;
    cursor: pointer;
}

.nav_mobile li > .main_menu:after {
    content: none;
}

footer .address {
    width: 100%;
    margin: auto;
    clear: both;
    display: block;
    text-align: center;
}
.social ul{
    display: inline-block;
    margin: 0;
}

footer .social {
    width: auto;
    margin: auto;
    padding: 20px 0px;
    clear: both;
    display: block;
    text-align: center;
}
footer .address ul li {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0 10px;
}
footer .address ul {
    padding: 0px;
    display: inline-block;
    text-align: center;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.loading_info .box-right{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 65px;
    margin: auto;
}
.loading_info .box-left{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 95px;
    margin: auto;
 }
.reservaiton-row{
    font-size: 14px;
}




/*RESPONSIVE*/

@media screen and (max-width: 1199px) {
    .text_title_slide ul li p {
        text-align: center;
    }

    .text_title_slide {
        left: 0;
        bottom: 0;
        top: 0;
        height: 60px;
        margin: auto;
        right: 0;
        width: 100%;
    }

    .text_title_slide ul li h1 {
        text-align: center;
    }

    .parallax h2 {
        width: 100%;
        left: 0;
    }

}

@media screen and (max-width: 980px) {
    header .topMenu {
        height: 85px;
    }

    .loading_info .box-left {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        top: 0;
        bottom: 0;
        height: 100px;
    }

    .loading_info:after {
        top: 0;
        right: 0;
        content: "";
        z-index: 2;
        width: 100%;
        height: 100%;
        position: fixed;
        background: #fbf6ed;
        -webkit-animation: fade-in-left 1s;
        animation: fade-in-left 1s;
    }

    .hideDestop {
        display: none !important;
    }

    .nav_mobile {
        display: block !important;
    }

    .toggle {
        display: block;
        text-decoration: none;
        border: none;
        width: 100%;
        height: 30px;
    }

    [id^=drop]:checked + ul {
        display: block;
        padding: 0;
        text-transform: none;
        margin-top: 15px;
    }

    .menu_mobile nav ul li {
        display: block;
        width: 100%;
    }

    .menu_mobile nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    .menu_mobile nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    .menu_mobile nav ul ul li {
        display: block;
        width: 100%;
    }

    .menu_mobile nav ul ul ul li {
        position: static;

    }

    .nav_mobile nav {
        display: block !important;
    }

    header .topMenu .selectLanguage {
        padding: 10px 20px;
        height: 45px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 25px;
    }

    header {
        z-index: 10;
        width: 100%;
        height: 80px;
        padding: 0px;
        background: #fbf6ed;
        position: fixed;
    }

    footer p {
        font-size: 16px;
        text-align: center !important;
    }
    .copyRight {
        display: block;
        margin-bottom: 50px;
    }
    .sisterHotel {
        height: auto;
    }
    .sisterHotel ul li {
        border: none;
        width: auto;
        padding: 0 10px;
        margin: 0px;
    }
    header.small {
        height: 85px;
    }
    .text_title_slide ul li p {
        font-size: 16px;
    }
    .text_title_slide ul li h1 {
        font-size: 26px;
    }
    .scrollClick {
        bottom: 100px;
    }
    .footer-icon-mobile .box {
        width: 33.3%;
        height: auto;
        float: left;
        cursor: pointer;
        text-transform: uppercase;
        padding: 10px;
    }
    .pageAccommodation-roomAmenities ul li {
        width: 50%;
        font-size: 16px;
        padding: 10px;
    }
    .view {
        border: 1px solid #ffffff!important;
    }
    .pageTastes .box {
        width: 100%;
        margin: 10px 0;
    }
    .section_arrow_slide img {
        width: 30px;
    }
}
@media screen and (max-width: 768px) {
    .sisterHotel {
        background: #fbf6ed!important;
        margin: 50px 0 10px 0!important;
        padding: 10px;
    }
    .sisterHotel img {
        height: 60px !important;
        width: auto!important;
    }
    .padding20 {
        padding: 20px 0 !important;
    }
    .pageAccommodation-boxType {
        width: 100%;
        margin: 10px 0;
    }
}
@media screen and (max-width: 520px) {
    header .topMenu .selectLanguage {
        padding: 10px 10px;
        height: 45px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 25px;
    }
    .image_menumobile{
        display: none;
    }
    #overlay_popup .col-xs-6{
        width: 100%!important;
    }
}