@font-face {
    font-family: 'crimson_textregular';
    src: url('../../font/gothic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*@font-face {*/
/*font-family: 'crimson_textregular';*/
/*src: url('../../font/crimsontext-regular-webfont.woff2') format('woff2'),*/
/*url('../../font/crimsontext-regular-webfont.woff') format('woff');*/
/*url('../../font/crimsontext-regular.ttf') format('truetype');*/
/*font-weight: normal;*/
/*font-style: normal;*/

/*}*/

/*@font-face {*/
/*font-family: 'questrialregular';*/
/*src: url('../../font/questrial-regular-webfont.woff2') format('woff2'),*/
/*url('../../font/questrial-regular-webfont.woff') format('woff');*/
/*url('../../font/questrial-regular.ttf') format('truetype');*/
/*font-weight: normal;*/
/*font-style: normal;*/

/*}*/

body {
    margin: 0 !important;
    padding: 0 !important;
    color: #363636;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    /*background: #222324;*/
    font-family: 'crimson_textregular', serif;
    background-color: #ffffff;
    overflow: hidden;
    height: auto;
    width: 100%;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

a {
    -moz-transition: all .3s linear !important;
    -webkit-transition: all .3s linear !important;
    -ms-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
    outline: 0 !important;
    opacity: 1 !important;
}

a:hover {
    list-style: none !important;
}

input:focus, select:focus, textarea:focus {
    outline: 0 !important
}

section {
    padding: 100px 100px 0px 100px;
}

h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'crimson_textregular', serif;
    color: #B78A62;
    font-weight: normal;
    text-align: center;
}

h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'crimson_textregular', serif;
    color: #363636;
}

h3 {
    font-size: 22px;
    letter-spacing: 0.10em;
    font-family: 'crimson_textregular', serif;
    color: #363636;
}

h4 {
    font-size: 18px;
    font-weight: normal;
    color: #363636;


}

h5 {
    font-size: 12px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: normal;
    color: #363636;
}

h6 {

}

li {
    color: #363636;
    font-size: 18px;
}

p {

    margin: auto;
    line-height: normal;
    letter-spacing: 0.01em;
    font-weight: normal;
    color: #363636;
    line-height: 30px;
    font-size: 18px;
}

hr {
    margin: 10px auto;
    border: 0;
    width: 80px;
    border-top: 1px solid #ffffff;
    transition: all 0.5s;
}

/* ===Header== */
header, a, img, li {
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

header {
    z-index: 10;
    width: 100%;
    height: 73px;
    /*background: #ffffff;*/
    position: absolute;
}

header.large {
    padding: 0px;
}

header .logo {
    z-index: 2;
    float: left;
    padding: 3px 50px;
}

header .ibe-box {
    z-index: 2;
    float: right;
    height: 73px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    padding: 25px 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #000000;
}

header .ibe-box-mobile {
    display: none;
}

header .ibe-box::before {
    content: "\f133";
    margin-right: 5px;
    font-family: FontAwesome;
}

header .social {
    float: right;
    padding: 15px 10px;
}

header .social i {
    float: left;
    font-size: 20px;
    padding: 10px 10px;
    transition: 1s;
}

header .call {
    float: right;
    font-size: 14px;
    padding: 25px 5px;
    transition: 1s;
}

header .call:hover {
    margin-right: 10px;
}

header .call::before {
    content: "\f095";
    margin: 0px 10px;
    font-family: FontAwesome;
}

header .near {
    float: right;
    font-size: 14px;
    padding: 25px 5px;
    transition: 1s;
}

header .near:hover {
    margin-right: 10px;
}

header .near::before {
    content: "\f041";
    margin: 0px 10px;
    font-family: FontAwesome;
}

/* Sizes for the smaller menu */
header.small {
    height: 120px;
    background: #B78A62f5;
    padding-top: 20px;
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, .7);
}

header.small .social i {
    color: #ffffff;
}

header.small .call {
    color: #ffffff;
}

header.small .near {
    color: #ffffff;
}

header.small .ibe-box {
    color: #000000;
    height: auto;
    padding: 19px 20px;
    background: #ffffff;
}

header.small #cssmenu {
    top: 60px !important;
    background: rgba(0, 0, 0, 0.75);
}

header.small #cssmenu > ul > li > a {
    padding: 10px 20px;
}

/* ===Css.Center=== */
.floatLeft {
    float: left;
}

.floatRight {
    float: left;
}

.text-underline {
    text-decoration: underline;
}

.bg-white {
    color: #000000;
    /*background: #fcfcfc;*/
    /*margin-bottom: 50px;*/
}

.borderBox {
    left: 50%;
    bottom: 0px;
    width: 1px;
    height: 25px;
    margin: 0 auto;
    background: #ffffff;
    position: absolute;
}

figure .pageHome-contentRight:hover {
    display: none;
}

img {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.font-roboto {
    font-family: 'crimson_textregular';
}

.tab {
    overflow: hidden;
    background-color: #ffffff;
}

.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'crimson_textregular';
    background-color: inherit;
}

.tab button div::before {
    content: "\f236";
    color: #000000;
    font-size: 22px;
    margin-right: 10px;
    font-family: FontAwesome;
}

.tab button .active {
    color: #000;
    background: #ffffff;
}

.tabcontent {
    display: none;
    padding: 50px 50px;
    border-top: none;
}

.border-img {
    border: 1px solid #ffffff;
}

.border-img100 {
    margin: 0px 20px 50px 20px;
    border-bottom: 1px solid #3c3c3c;
}

.hear-parallax {
    width: 100%;
    object-fit: cover;
    height: 500px !important;
    position: relative;
    overflow: hidden;
}

.hear-parallax .details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 200px;
    z-index: 2;
    color: #fff;
    transition: all 0.6s;
}

/* ===CssCenterMargin=== */
.marginT5 {
    margin-top: 5px;
}

.marginT10 {
    margin-top: 10px;
}

.marginT20 {
    margin-top: 20px;
}

.marginT30 {
    margin-top: 30px;
}

.marginT50 {
    margin-top: 50px;
}

.marginB5 {
    margin-bottom: 5px;
}

.marginB10 {
    margin-bottom: 10px;
}

.marginB20 {
    margin-bottom: 20px;
}

.marginB30 {
    margin-bottom: 30px;
}

.marginB50 {
    margin-bottom: 50px;
}

.marginR5 {
    margin-right: 5px;
}

.marginR10 {
    margin-right: 10px;
}

.marginR20 {
    margin-right: 20px;
}

.paddin5 {
    padding: 5px;
}

.padding20 {
    padding: 20px !important;
}

.padding30 {
    padding: 30px !important;
}

.paddingb30 {
    padding-bottom: 30px !important;
}

.paddingb50 {
    padding-bottom: 50px !important;
}

.paddingt50 {
    padding-top: 50px !important;
}

/* ===loaderPage== */
#loader {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #ffffff;
    position: absolute;
}

.loader-logo {
    top: 40%;
    left: 42%;
    position: absolute;
}

.cssload-loader {
    position: relative;
    /*left: calc(50% - 31px);*/
    left: -40px;
    width: 62px;
    height: 62px;
    margin: 0 auto;
    top: 30%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 780px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid rgb(0, 0, 0);
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgb(0, 0, 0);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid rgb(0, 0, 0);
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

#myDiv {
    text-align: center;
}

.scrollDownHide {
    opacity: 0;
}

/* ===HeaderSlideMaximage== */
.text_title_slide {
    z-index: 2;
    top: 50%;
    overflow: hidden;
    padding: 10px 15px;
    transition: all 0.5s;
    position: relative;
}

.text_title_slide ul {
    margin: 0;
}

.text_title_slide ul li {
    margin: 0;
    list-style: none;
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.text_title_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.text_title_slide li:nth-child(2) {
    animation-delay: 0.6s;
}

.text_title_slide ul li h1 {
    margin: 0px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: none;
    text-transform: uppercase;
    font-family: 'crimson_textregular';
}

.text_title_slide ul li p {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.section_arrow_slide {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2 !important;
}

.section_arrow_slide img {
    width: 60px;
    opacity: 0.5;
    transition: all 0.5s;
}

.section_arrow_slide img:hover {
    opacity: 1;
    margin: 0 10px;
}

#arrow_right {
    right: 10px;
    position: absolute;
}

#arrow_left {
    left: 10px;
    position: absolute;
}

/* ======ScrollDownTop====== */
.scrollClick {
    z-index: 9;
    bottom: 50px;
    position: absolute;
    width: 100%;
    text-align: center;
}

#scrollDownTop a {
    color: #ffffff;
    padding-top: 70px;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#scrollDownTop a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

/* =====IBE Reservation===== */
.reservaiton-box-list {
    display: none;
}

.modal-chkin-info {
    color: #000000;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 10px 0px;
    border: 1px solid #000;

}

.modal-chkin-info .content {
    color: #ffffff;
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 12px;
    width: 130px;
    text-transform: uppercase;
    background: #000000;
}

.modal-chkin-info input {
    font-size: 22px;
    text-align: center;
    height: 50px;
    border: 0px;
    padding: 15px;
    cursor: pointer;
    transition: 1s;
}

.modal-chkin-info input:hover {
    color: #717171;
    margin-left: 20px;
}

.modal-chkin-info select {
    border: 0px;
    width: 270px;
    float: left;
    font-size: 20px;
    margin: 10px 15px;
    background: none;
}

.modal-chkin-info-selectRoom {
    width: 700px !important;
}

.text1 {
    color: #9b0104;
    text-align: left;
    text-transform: uppercase;
}

.text2 {
    color: #717171;
    text-align: left;
}

.modal-btn-book {
    width: 100%;
    padding: 5px;
    background: #717171;
}

.modal-btn-book .box {
    color: #fff;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1px solid #9e9c9c;
    background: #000000;
    transition: 1s;
}

.modal-btn-book .box:hover {
    background: #717171;
}

/* ===pageHome=== */
.pageHome {
    /*height: 800px;*/
}

.pageHomeLeft {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.pageHomeLeft-content {
    z-index: 1;
    bottom: 130px;
    position: relative;
}

.pageHomeLeft-content p {
    font-size: 12px;
    margin: 0px;
    text-transform: uppercase;
}

.pageHomeLeft-content h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.pageHomeLeft-content .discover {
    padding: 10px;
}

.pageHome-aword {
    margin: -30px 0px 0px 0px;
}

.pageHome-aword h1::before {
    clear: both;
    display: block;
    font-size: 12px;
    /*content: "welcome";*/
    margin-bottom: 5px;
    font-family: 'crimson_textregular';
}

.pageHome-imgRight {
    object-fit: cover;
    /*margin-top: 70px; */
    height: 345px;
}

.pageHome-imgRight img {
    width: 100%;
    height: 390px;
}

.pageHome-contentRight {
    left: 20px;
    right: 20px;
    bottom: 35px;
    color: #ffffff;
    position: absolute;
}

.pageHome-contentRight h3 {
    font-size: 16px;
    margin: 0px;
    text-transform: uppercase;
}

.pageHome-contentRight h3::before {
    font-size: 12px;
    clear: both;
    display: block;
    content: "Offers";
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'crimson_textregular';
}

.pageHome-contentRight p {
    margin: 5px;
}

.pageHome-figure {
    margin-top: 50px;
    text-transform: uppercase;
}

.pageHome-figure h3 {
    margin-top: 40%;
}

.pageHome-figure p {
    color: #222324;
    padding: 10px;
    text-align: center;
    border: 1px solid #222324;
    transition: 3s;
}

/* ===pageAccommodation=== */
.pageRoomAmenities {
    width: 80%;
    color: #000;
    font-size: 30px;
    padding: 30px;
    position: absolute;
    margin: -6% 5% 5% 5%;
    text-transform: uppercase;
    font-family: 'crimson_textregular';
    border-bottom: 1px solid #eaeaea;
    background: #ffffff;
}

.pageRoomAmenities::after {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #cccccc;
}

.pageRoomAmenities-content {
    width: 100%;
    color: #000;
    clear: both;
    margin-top: -40px;
    padding: 100px 50px 50px 50px;
    background: #ffffff;
    display: -webkit-box;
}

.pageRoomAmenities-content ul {
    width: 100%;
}

.pageRoomAmenities-content ul li {
    float: left;
    width: 33.3%;
    font-size: 14px;
    font-size: 16px;
    padding: 20px;
    list-style: none;
}

.pageRoomAmenities-content ul li img {
    width: 50px;
    clear: both;
    margin: 0 auto;
    display: block;
}

/* ===pageGallery=== */
.pageGallery {
    padding: 0px;
}

.pageGallery li {
    padding: 3px;
}

/* ===Footer=== */
footer {
    width: 100%;
}

.tripadvisor {
    clear: both;
    display: block;
    text-align: left;
    margin: 25px 0px;
}

.tripadvisor img {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 0;
    vertical-align: middle;
}

.tripadvisor img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.tripadvisor ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 40px !important;
    display: inline-block;
}

.tripadvisor ul li {
    width: 14.28571%;
    float: left;
    list-style: none;
}

.tripadvisor .widCOETitle {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tripadvisor .widCOEDate {

}

.tripadvisor .widCOELink {
    margin-top: 20px;
    text-transform: uppercase;
}

.tripadvisor .widCOELink a {
    color: #717171;
    transition: 2s;
}

.tripadvisor .widCOELink a:hover {
    color: #ffffff;
    margin-left: 10px;
}

div .instagram {
    object-fit: cover;
    /*margin-left:  auto;*/
    /*margin-right:  auto;*/
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
    width: 100%;

}

footer .content {
    clear: both;
    display: block;
    text-align: left;
    margin-top: 50px;
    padding: 10px 50px 30px 50px;
    border-top: 1px solid #303133;
    border-bottom: 1px solid #303133;
}

footer .content h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto-Black';
}

footer .content p {
    font-size: 14px;
    margin: 5px 0px;
}

footer .content a {
    color: #ffffff;
    transition: 3s;
}

footer .content a:hover {
    color: #717171;
    margin-left: 10px;
}

footer .copyright {
    color: #717171;
    font-size: 14px;
    text-align: center;
}

footer .copyright a {
    color: #717171;
    transition: 3s;
}

footer .copyright a:hover {
    color: #ffffff;
    margin-left: 10px;
}

.widgetLink {
    top: 65px !important;
}

.widgetLink span {
    font-size: 10px !important;
}

.reviewWidgetContainer {
    width: 100px !important;
    height: 100px !important;
}

.reviewWidgetContainer img {
    border-radius: 50% !important;
    transition: filter .5s ease-in-out;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/

}

.reviewWidgetContainer img:hover {
    transition: filter .5s ease-in-out !important;
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

.widgetScore {
    left: 33px !important;
    top: 5px !important;
}

.widgetScore strong {
    font-size: 10px !important;
    margin-bottom: -20px !important;
}

.widgetScore span {
    line-height: 9px !important;
    font-size: 8px !important;
}

.hotelName {
    font-size: 10px !important;
    position: absolute !important;
    width: 100px !important;
    left: -7px !important;
    top: -14px !important;
}

h5.display-bottomleft-facilities {
    margin-bottom: 20px;
    margin-left: 20px;
}

h2.display-bottomleft-facilities {
    margin-bottom: 45px;
    margin-left: 20px;
}

.cssmenusa {
    display: none;

}

p.a {
    padding-top: 19px !important;
}

div.calculator {
    margin: 80px auto 80px auto;
    padding: 0px;
    width: 550px;
    background-color: transparent;

}

/* =========DestopMobile========= */
.hideDestop {
    display: none;
}

.hideMobile {
    display: block;
}

.booking-mobile {
    display: none;
}

td > p {
    margin: 0px;
    font-size: 16px;
}

.items-image-container {
    /* position: absolute; */
    width: 50%;
    float: left;
    overflow: hidden;
}

.items-description {
    position: relative;
    top: 20px;
    right: 0;
    width: 50%;
    padding: 25px;
    line-height: 1.8;
    float: left;
}

.items-description.a {
    width: 100%;
}

.discount_item {
    /*float: left;*/
    width: 50%;
    /*padding: 40px 20px 0px 20px;*/
    text-align: center;
    z-index: 1;
    right: 0px;
    height: 740px;
    position: relative;
}

.reservation li.g {
    background: #fff;
    display: inline-block;
    margin-right: 0px;

    font-size: 14px;
    height: 100%;
}

.reservation_box select.b {
    font-size: 16px;
}

.reservation_box .arrow {
    bottom: -10px !important;

}

.reservation_box input {
    font-size: 16px;

}


/* =========Responsive========= */


.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #B78A62;
    color: white;
    text-align: center;
    /* height: 40px; */
    padding: 10px;
    font-size: 16px;
}

.social {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fcfcfc;
    /*color: white;*/
    text-align: center;
    height: 250px;
    padding-top: 25px;
    padding-left: 100px;
    padding-right: 100px;
}

.social_content {
    width: 33.33%;
    height: 100%;
    float: left;

}

.social_content a {
    padding-right: 20px;
    font-size: 40px;


}

.social_content a.b {
    padding-right: 0px !important;
    font-size: 40px;


}

.social_content p {
    color: black;
}

.contact {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    /*color: white;*/
    text-align: center;
    height: 350px;
    padding-top: 50px;
    padding-left: 200px;
    padding-right: 200px;

}

.row #preview {
    font-size: 36px;
    color: #414141;
}

.our_rooms {
    width: 100%;
    padding: 20px;
    margin-bottom: 60px;
}

.our_rooms_item {
    float: left;
    width: 50%;
    height: 50%;
    padding: 20px;
}

.our_rooms_item img {
    width: 100%;
}

.discount {
    background-color: #F7F7F7;
    animation-name: example;
    animation-duration: 0.5s;
}

@-webkit-keyframes example {
    10% {
        opacity: 0.1
    }
    20% {
        opacity: 0.2
    }
    30% {
        opacity: 0.3
    }
    40% {
        opacity: 0.4
    }
    50% {
        opacity: 0.5
    }
    60% {
        opacity: 0.6
    }
    70% {
        opacity: 0.7
    }
    80% {
        opacity: 0.8
    }
    90% {
        opacity: 0.9
    }
    100% {
        opacity: 1
    }
}


.text_discount {

    padding: 20px 10px 0px 10px;
}


.item_right {
    padding: 0px 0px 0px 0px;
}

/*height: 700px;*/


.discount_item_bg {
    position: relative;
    overflow: hidden;
}

.discount_item_bg:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .4;
}

.discount_item_bg:before {
    background-image: url(../../images/bg-leaf-3.png);
    right: 0px;
    height: 80%;
    width: 300px;
    z-index: 0;
    bottom: 40px;
    background-position: right bottom;
}

.discount_item img {
    width: auto;
    background-color: #f4f1f1;
    position: relative;


}

.bg-white .pageHome .discount_item h1 {
    position: relative;
    margin: 0px;

}

.line {
    background-color: #B78A62;
    width: 70px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.btn-book-now {
    background-color: #B78A62;
    /*width: 35%;*/
    /*height:5%;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    z-index: 9;

}

.facilities_content {
    float: left;
    width: 33.3333%;
    height: 50%;
    padding: 20px;
}

.facilities_content img {
    width: 100%;
}

h1.facilities {
    position: relative;
    margin: 0px;
    z-index: 0;
    padding-top: 50px;
    /* background-color: #f7f7f7; */
    text-align: center;
}

.display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    margin-left: 30px;
    font-style: normal;
}

.display-bottomleft-facilities {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    font-style: normal;
}

div nav {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;

}

header nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 170px;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
}

header nav ul li {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    text-align: center;
}

header nav ul li a {
    display: block;
    font-size: 22px;
    text-decoration: none;
    /*padding: 10px 0;*/
    text-align: center;
    color: #fff;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 3;
    text-transform: uppercase;
}

header nav ul li a:hover {
    color: #874310;
}

.toggle-btn {
    display: block;
    position: fixed;
    z-index: 10;
    right: 25px;
    top: 15px;
    cursor: pointer;
}

.toggle-btn .bar {
    width: 30px;
    height: 2px;
    margin: 7px auto;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.toggle-btn .bar:nth-child(2) {
    width: 20px;
}

#toggle:checked ~ nav {
    opacity: 1;
    visibility: visible;
}

#toggle:checked ~ nav ul {
    top: 70px;
}

#toggle:checked ~ nav ul li {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

#toggle:checked ~ nav ul li:nth-child(1) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}

#toggle:checked ~ nav ul li:nth-child(2) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}

#toggle:checked ~ nav ul li:nth-child(3) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}

#toggle:checked ~ nav ul li:nth-child(4) {
    transition: all 0.4s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}

#toggle:checked ~ nav ul li:nth-child(5) {
    transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
}

#toggle:checked ~ nav ul li:nth-child(6) {
    transition: all 0.6s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
}

#toggle:checked ~ nav ul li:nth-child(7) {
    transition: all 0.7s cubic-bezier(0.6, 0, 0.8, 1.5) 0.7s;
}

#toggle:checked + label.toggle-btn .bar {
    background-color: red;
}

#toggle:checked + label.toggle-btn .bar:nth-child(2) {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}

#toggle:checked + label.toggle-btn .bar:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

#toggle:checked + label.toggle-btn .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.menu-pc {
    top: 50px
}

.menu-mobile {
    display: none;
}

.cssmenus li a {
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.cssmenus .tel div {
    width: 100px;
    float: right;

}

#lightgallery > .columns {
    padding: 6px;
}

.rows:after {
    content: "";
    display: table;
    clear: both;
}

.columns {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modals {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000db;
    z-index: 10;
}

/* Modal Content */
.modal-contents {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 70%;
    max-width: 1200px;
}

/* The Close Button */
.closes {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.closes:hover,
.closes:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlidess {
    display: none;
}

.cursors {
    cursor: pointer;
}

/* Next & previous buttons */
.prevs,
.nexts {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.nexts {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prevs {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevs:hover,
.nexts:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertexts {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.columns img {
    margin-top: 0px;
    /*margin-bottom: 10px;*/
}

.caption-containers {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demos {
    opacity: 0.6;
}

.actives,
.demos:hover {
    opacity: 1;
}

img.hover-shadows {
    transition: 0.3s;
}

.hover-shadows:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0;
    cursor: pointer;
}

.hvr-float-shadow i {
    font-size: 28px;
}

footer {
    opacity: 0.8;
    margin: auto;
    line-height: normal;
    letter-spacing: 0.01em;
    font-weight: normal;
    color: #363636;
}

p.a {
    position: absolute;
    right: 217px;
    opacity: 1;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    margin-top: -55px;
}

p.b {
    position: absolute;
    right: 50px;
    opacity: 1;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

ul.tel {
    top: 100px
}

i.fa {
    font-size: 28px; /* float: right; */
    padding: 5px 0px 0px 0px;
}

header, a, img, li {
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

img.logo {
    float: left;
}

section.stretch {
    float: left;
    height: 1500px;
    width: 100%;
}

section.stretch p {
    font-size: 30px;
    color: #969696;
    text-align: center;
    position: relative;
    margin-top: 250px;
}

section.stretch p.bottom {
    top: 100%;
}

header {
    /*background: #C7C7C7;*/
    /*border-bottom: 1px solid #aaaaaa;*/
    float: left;
    width: 100%;
    position: fixed;
    z-index: 10;
}

/* Sizes for the bigger menu */
header.large {
    height: 130px;
    padding-top: 15px;
}

header.large .logo {
    width: 120px;
    padding: 4.5px 10px;
    transition: 0.4s;

}

header.small .logo {
    width: 100px;
    padding: 4.5px 10px;
    /*background: #ffffff;*/
    transition: 0.4s;
}

a.logos .large {
    position: fixed;
    top: 30px;
    left: 25px;
    z-index: 11;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    width: 110px;
    transition: .6s;
}

a.logos .small {
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 11;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    width: 110px;
    transition: .5s;
}

h4.display-bottomleft {
    margin-bottom: 50px;
    padding: 5px;
    cursor: pointer;
}

.content_page {
    margin: 40px;
}

tr.c {
    background-color: #B78A62;

}

.c h3 {
    color: white;
    text-align: center;
}

.content_page .table div h1 {
    width: 50%;
    float: left;
    background-color: #B78A62;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    color: white;
}

.content_page .table div p {
    width: 50%;
    float: left;
    margin-top: 10px;
}

ul.list {
    text-align: left;
    margin-left: 15%;
    margin-right: 15%;

    list-style-image: url(../../images/i_con/angle_right.png?v=1);
}

.col-faci {
    margin-top: 50px;
    float: left;
}

.col-faci p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 100;
    text-align: justify;
    color: #000;
    /* margin: 60px; */
}

.col-faci ul {
    padding: 20px;
    list-style-image: url(../images/icon/angle_right.png);
}

.col-faci li {
    font-size: 18px;
    font-weight: 100 !important;
}

.ul-faci-cot {
    float: left;
    margin-top: 50px;
    width: 100%;
}

.ul-ico-faci {
    width: 60%;
    margin: auto;
    top: 50px;
}

.ul-ico-faci ul {
    padding: 0;

}

.ul-ico-faci li {
    margin: 0 30px;
    list-style: none;
    float: left;
}

.t-tip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.t-tip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #873d0f;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    font-size: 14px;
}

.t-tip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #873d0f transparent;
}

.t-tip:hover .tooltiptext {
    visibility: visible;
}

i.fas {
    font-size: 50px;
    color: #363636;
    margin: 20px;
}

.columns:hover img {
    transform: scale(1.2);
}

.display-bottomleft-facilities a {
    color: white;
    padding: 5px;
}

.display-bottomleft-facilities a:hover {
    color: white;
}

.menu-mobile .tel {
    color: #ffffff;
    padding: 0px;
    /* text-shadow: black 0.1em 0.05em 0.1em; */
    font-size: 14px;
}

.contact_us {
    color: #000;
    /*height: 410px;*/
    margin-top: 50px;
    text-align: center;

}

.cssmenus {
    padding-right: 10px;
}

p.f {
    position: relative;
    /* right: 217px; */
    opacity: 1;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    margin-top: -35px;
    text-align: right;
    padding-right: 5px;
    height: 30px;

}

div.header {
    transition: 0.3s;
    /*width: 1150px;*/
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.pageHome-aword h4 {
    margin-top: -25px;
}

div .owl-slide .item {
    overflow: hidden;
}

.item .instagram img {
    max-width: 100%;
}

.item .instagram img, h2, h5.display-bottomleft-facilities {
    padding: 50px;
}

h5.display-bottomleft-facilities {
    margin-top: 164px;
}

div.box_facilities {
    position: absolute;
    width: 300px;
    float: left;
}

.map {
    width: 50%;
    float: left;
}

.maps {
    max-width: 100%;

}

.pageHome-aword-bg {
    position: relative;
    overflow: hidden;
}

.pageHome-aword-bg:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.pageHome-aword-bg:before {
    background-image: url(../../images/bg-palm.png?v=2);
    top: 0px;
    right: 11px;
    height: 100%;
    width: 250px;
}

.bg-image-section-two {
    position: relative;
    overflow: hidden;
}

.bg-image-section-two:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .4;
}

.bg-image-section-two:before {
    background-image: url(../../images/bg-leaf-2.png);
    top: 0%;
    left: 20%;
    height: 100%;
    width: 300px;
    z-index: -1;
}

video.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: slide 7s linear;
    -webkit-animation-play-state: play;
    animation: slide 7s linear;
    animation-play-state: play;
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    z-index: 1 !important;
    height: 100% !important;
}

/*//////////////////////////*/

/*-------------------------------------*/
/* VIDEO*/
/*-------------------------------------*/
/*html {overflow-x:hidden;}*/
/*body {margin:0;padding:0;}*/
* {
    box-sizing: border-box;
}


.section_videos {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    padding-top: 0px !important;
}

.section_videos .video_layers {
    position: absolute;
    right: 20px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    z-index: 3;
    /*cursor: pointer;*/
    display: block;
}

.section_videos .video_layers .muted_layers {
    cursor: pointer;
}

.section_videos .video_layers .muted_layers:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    background-image: url("../../images/volume.png");
    width: 24px;
    height: 24px;
    display: block;
}

.section_videos .video_layers .muted_layers:after {
    position: relative;
    content: "";
    height: 2px;
    width: 30px;
    background: #fff;
    border-radius: 10px;
    margin: 24px auto;
    display: block;
    transform: rotate(-140deg);
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transition: width 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s;
}

.section_videos .video_layers .muted_layers.active:after {
    width: 0;

}

.section_videos iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section_videos:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.section_videos .play_ms {
    position: absolute;
    content: "";
    background-color: transparent;
    /*background-image: url("../images/icon/play_arrow.png");*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    /*width: 15px;*/
    /*height: 19px;*/
    z-index: 1;
    cursor: pointer;
}

.discount_item > img:hover {
    transition: 0.5s;
    transform: scale(1.2);
}

.ca-icon > img {
    width: 100%;
}


img.container {
    opacity: 1;
}


.containers > a > img:hover {
    transition: 0.5s;
    transform: scale(1.2);
}

div.discount_item, .item_right {
    overflow: hidden;
}

.clearfixs {
    zoom: 1;
}

.clearfixs:before, .clearfixs:after {
    content: "";
    display: table;
}

.clearfixs:after {
    clear: both;
}

.text_discount > p {
    font-size: 18px;
    padding: 0px 30px;
}

.text_discount > .line {
    margin-top: 15px;
    margin-bottom: 15px;
}

.text_discount > h1 {
    margin: 0px;

}

section.pageHome-aword {
    /*margin-bottom: 100px;*/
    text-align: center;
}

.content_page > li {
    font-size: 18px;
}

.offers {
    margin-top: 100px;
}

.offers .discount_item.text_discount {
    padding-top: 80px;
}

.offers .discount_item {
    height: auto;
}

.accomodations {
    margin-top: 100px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.line_acc {
    width: 200px;

}

.footer > p {
    font-size: 14px;
}

.social_content > p {
    margin-top: 0px;
}

.items-description {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
    /*height: 500px;*/

}

.vertical-part, .content_page {
    width: auto;
}

.items-description > h1 {
    margin: 25px 20px 0px 25px;
    font-size: 32px;
    padding-bottom: 5px;
    color: #864318;
    /*border-bottom: 2px solid #864318;*/
    text-shadow: 1px 1px 1px #31190a;
    width: auto;
    text-align: center;
}

.table ul {

    list-style: none;
    font-weight: 100;
}

.table ul li {
    width: 300px;
    float: left;

}

.line_acc {
    width: 200px;

}

.abcdefg {
    background-color: #864318;
    width: 133px;
    height: 2px;
    float: left;
    /* background-position: 101%; */
    margin-top: 41px;
}


.controls {
    bottom: 0px
}

.slideshow .table p {
    text-align: center;
}

.discount_item.text_discount > div > ul {
    list-style: none;
    float: left;
    text-align: left;
    line-height: 30px;
}

.discount_item.text_discount > div > ul.t {
    font-weight: bold;
}

.slideshows {
    height: 740px;
    position: relative;
}

#slideshow > div, #slideshows > div {
    position: absolute;

}

#slideshow > div > img {
    /*width: 100%;*/
    height: 100%;
    overflow: hidden;

}

.btn-booking {
    width: 200px;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    background-color: #864318;
    position: fixed;
    right: 50px;
    top: 0px;
    cursor: pointer;

}

/* The Modal (background) */
.modalx {
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    right: 0 !important;
    top: 0;
    width: 50%; /* Full width */
    height: 0%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255, 255, 255); /* Fallback color */
    transition-property: height;
    transition-duration: 1s;

}

.amodalxs {
    height: 100%; /* Full height */
}

/* The Close Button */
.closes {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 9;
    top: -25px;
}

.closes:hover,
.closes:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;

}

.feature:after {
    content: '';
    width: 95px;
    height: 1px;
    display: block;
    background: #B88B5F;
    position: absolute;
    left: calc(100% + 15px);
    top: 50%;
    margin-top: -1px;
}


.content_ibe > i.fas, .content_ibe > i.far {
    font-size: 20px;
    float: left;
    margin-right: 20px !important;
    margin-top: 5px !important;
}

i.fas {
    margin: 0px;
}

#myBtn > p {
    margin: 0px;
    color: #fff;
    /*float: right;*/
    margin-right: 12px;
}

#myBtn {
    width: 230px;
    float: left;
    border-radius: 5px;
    padding: 5px;
    background-color: #894300;;
    cursor: pointer;
}

#myBtn > i {
    margin: 0px
}

#myBtn.btn-booking {
    width: 170px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    background-color: #864318;
    position: fixed;
    right: 50px;
    top: 0px;
    cursor: pointer;
    box-shadow: 3px 3px 11px 0px rgba(50, 50, 50, .5);
    border-radius: 0px 0px 5px 5px;

}

textarea.HStextarea {
    padding-right: 10px !important;
}

.tablea {
    display: none;
}

.detail_room > div {
    float: left;
    margin-left: 20px;
    color: #ffffff;
    height: 50px;
    margin: 5px;
}


a.t-tip i, a.t-tip img {
    margin: 0px 30px;
}

.social_content.weather {
    text-align: left;
}

.social_content h2 {
    padding: 0px !important;
}

.social_content.line-friends {
    text-align: right
}

.detail-mo {
    display: none;
}

ul.detail-mo {
    list-style-image: url(../../images/i_con/angle_right.png?v=1);
    width: 100%;
    text-align: left;
}

.detail-mo li > b {
    padding-left: 30px;
}

.ws_bullets {
    display: none;
}

.td.b > p {
    color: #873d0f;
    font-weight: bold;
    font-size: 17px;

}

.detail-mo b {
    color: #873d0f;
}

.slideshow-itemss.s > img {
    width: 50%;
}

.content_ibe .lineibe {
    width: 80%;
    position: absolute;
    top: 36px;
    z-index: 999
}


li div.content_ibe {
    padding: 0px 50px;
}

.bg-white.pageHome i.fas {
    color: #873d0f;
}


table {
    /*background-color: transparent;*/
    width: 70%;
}

.logo_sha {
    position: absolute;
    left: 0;
    text-align: right;
    right: 50px;
    bottom: 50px;
}

.logo_sha .container {
    opacity: 1;
}

.logo_sha img {
    height: 100px;
    width: auto;
    margin-left: 10px;
}

/*--------------------------------------------------*/


@media (max-width: 1750px) {
    table {
        width: 95%;
    }
}

@media (max-width: 1500px) {

    td > p {
        font-size: 13px;
        line-height: 23px;
        transition: 0.5s;
    }

}

@media (max-width: 1440px) {
    .tripadvisor img {
        width: 65px !important;
        height: 65px !important;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .widgetLink {
        display: none !important;
    }

    .widgetScore {
        left: -18px !important;
        right: 0;
        top: 5px !important;
        width: 75px;
        text-align: right !important;
    }

    h2.display-bottomleft-facilities {
        font-size: 18px;
    }

    header.large {
        height: 85px !important;

    }

    a.logos .small, a.logos .large {
        display: inline;
        white: 0px;
    }


}

@media (max-width: 1300px) {
    div.header {
        transition: 0.3s;
        margin-right: 0px !important;
    }


}

@media (max-width: 1280px) {

    .pageHome-imgRight {
        height: 270px;
    }

    .cssmenus {
        padding-left: 100px;
        float: right;
        width: 850px !important;

    }

    .cssmenus li a {
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 16px !important;
        line-height: 25px;
    }

    p.a {
        right: 13px !important;
        padding-top: 19px !important;

    }

    div.header {
        transition: 0.3s;
        width: 100% !important;
    }
}

.offers .discount_item.text_discount:before {
    background-image: url(../../images/bg-leaf-4.png);
    top: 0%;
    left: 20%;
    height: 100%;
    width: 300px;
    z-index: -1;
    background-position: bottom left;
}

@media (max-width: 1200px) {
    .bg-image-section-two {
        padding: 0px !important;
    }

    .slideshow .items-description {
        padding: 0px 25px;
        transition: 0.3s;

    }

    ul.list {

        margin: 0px 100px;
        padding: 0px;

    }

    /*p.contents{*/
    /*text-align: justify;*/
    /*text-indent: 30px;*/
    /*}*/
    div.discount_item, .item_right {
        overflow: -webkit-paged-x;
    }

    .slideshows, .discount_item {
        height: auto;
    }

    /*.detail_room{*/
    /*bottom: none;*/
    /*top: 15px;*/
    /*transition: 0.3s;*/
    /*}*/
    /*#slideshow > div{*/
    /*position: relative;*/
    /*}*/
    .discount_item img {
        width: 100%;
    }

    td > p {
        font-size: 15px;
    }

    .discount_item {
        width: 100%;
    }

    .accomodations .discount_item {
        width: 100% !important;

    }

    .cssmenus li a {
        font-size: 13px !important;
    }

    .box_horizontal li {
        width: 100% !important;
    }

    .reservation_box .text_reser {
        font-size: 11px !important;
    }

    .box_horizontal .input_inout {
        font-size: 15px !important;
    }

    i.fa {
        font-size: 24px !important;
        /* float: left; */
        padding: 0px 0px 0px 0px !important;
    }

    p.a {
        font-size: 14px !important;
    }

    div.header {
        transition: 0.3s;
        width: 100% !important;
    }

    .logo_sha img {
        height: 80px;
    }


}


@media all and (max-width: 980px) {
    .our_rooms {
        margin-bottom: 0px;
    }

    .items.active {
        width: 100% !important;
    }

    .slideshow-itemss.s > img {
        width: 100%;
    }

    .items-image-container, .items-image {
        width: 100%;
    }

    .items-description {
        top: 1px;
        width: 100%;
    }

    .ca-nav-prev, .ca-nav-next {
        display: none;
    }

    .table ul li {
        width: 222px !important;
        font-size: 14px !important;
    }

    #myBtn, #myModale {
        display: none;
    }

    .muted_layers {
        display: none;
    }

    .map {
        width: 100% !important;
    }

    .discount {
        width: 100%;
    }

    .ca-content .content_page p {
        font-size: 12px;
        margin: 0px !important;
    }

    .btn-book-now {
        font-size: 12px;
    }

    .ca-content {
        width: 330px !important;
    }

    .ca-container {
        width: 660px !important;
    }

    .content_page .table div h1 {
        font-size: 16px;
    }

    .menu-mobile {
        display: inline !important;
    }

    header.small {

        /*background: #B78A62f5;*/

    }

    .col-xs-6 {
        width: 100% !important;
    }

    .scrollClick {
        bottom: 15%;

    }

    .discount_item, .facilities_content, .our_rooms_item {
        width: 100% !important;
    }

    /*.social,.footer {*/
    /*display: none;*/
    /*}*/
    .hideMobile {
        display: none;
    }

    .cssmenus {
        display: none;
        margin-top: 40px;
        width: auto !important;
    }

    /* header */
    header .near {
        display: none;
    }

    header .call {
        display: none;
    }

    header .social {
        display: none;
    }

    header .ibe-box {
        display: none !important;
    }

    header .ibe-box-mobile {
        z-index: 2;
        float: right;
        width: 150px;
        height: 73px;
        color: #ffffff;
        display: block !important;
        cursor: pointer;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        background: #000000;
    }

    header.small .ibe-box-mobile {
        height: 60px;
    }

    header .ibe-box-mobile a {
        color: #ffffff;
        padding: 25px 30px;
    }

    h4 {
        font-size: 14px;
    }

    #cssmenu {
        background: rgba(0, 0, 0, 0.9);
    }

    .text_title_slide {
        padding: 10px 15px;
        width: 100%;
    }

    .text_title_slide ul li h1 {
        font-size: 16px !important;
    }

    .text_title_slide ul li p {
        font-size: 12px !important;
    }

    /* booking-mobile */
    .booking-mobile {
        bottom: 0;
        width: 100%;
        z-index: 999;
        display: block !important;
        position: fixed;
    }

    .booking-mobile ul {
        padding: 0;
    }

    .booking-mobile li {
        float: left;
        list-style: none;
    }

    .booking-mobile .tel {
        width: 50%;
        height: 50px;
        padding: 10px;
        color: #000000;
        text-align: center;
        text-transform: uppercase;
        /*font-family: 'Roboto-Black';*/
        background: #ffffff;
    }

    .booking-mobile .tel::before {
        color: #000;
        content: "\f095";
        font-size: 18px;
        margin-right: 10px;
        font-family: FontAwesome;
    }

    .booking-mobile .nearby {
        width: 50%;
        height: 50px;
        padding: 10px;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        /*font-family: 'Roboto-Black';*/
        background: #B78A62;
    }

    .booking-mobile .nearby::before {
        color: #ffffff;
        content: "\f073";
        font-size: 18px;
        margin-right: 10px;
        font-family: FontAwesome;
    }

    .booking-mobile .nearby a {
        color: #ffffff;
    }

    /* pageHome */
    .pageHome {
        height: auto;
    }

    /* pageHome */
    .pageRoomAmenities {
        width: 100%;
        left: 0%;
        position: relative;
        text-align: center;
        font-size: 16px;
        padding: 10px;
        margin: 0px !important;
    }

    .tab button {
        width: 100%;
        border-bottom: 1px solid #cccccc;
    }

    footer .copyright {
        margin-bottom: 100px;
    }

    ul.list {
        margin-left: 0% !important;
        margin-right: 0% !important;
        font-size: 14px !important;
        padding: 0px 10%;
    }


    body .mc-cycle, div.mc-image {
        width: 100% !important;
        height: 60vh !important;
        object-fit: cover !important;
    }

    div.mc-image {
        width: 100% !important;
        object-fit: cover !important;
    }
}

@media (max-width: 768px) {

    .home .items-description h1 {
        /*color: #fff;*/
        text-shadow: 1px 1px 1px #31190a;
        line-height: 28px;
    }

    .social_content.weather, .social_content.line-friends {
        text-align: center;
    }

    .social_content {
        width: 100%;
        height: auto;
    }

    .wowslider-container1 .ws_images .ws_list img, .wowslider-container1 .ws_images > div > img {
        width: 100% !important;
    }

    .text_discount {
        padding: 20px 20px 0px 20px !important;
        height: 730px;
    }

    .slideshow-itemss.s .items-description {
        padding: 25px 25px;
        /*position: absolute;*/
    }


    .items-description > h1 {
        /*margin-top: 100px;*/
    }

    .vertical-part > b > p, .items-description > h1 {
        top: 20px;
    }

    .columns {

        width: 50% !important;
    }

    .social {
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: 490px;
    }

    .social_content h2 {
        font-size: 14px !important;
    }

    .content_page .table div h1, .content_page .table div p {
        font-size: 12px;
        width: 35%;
    }

    .col-xs-3 {
        width: 100% !important;
    }

    header .logo {
        width: 150px;
        padding: 15px 10px;
    }

    .loader-logo {
        left: 20%;
    }

    .pageHomeLeft-content {
        width: 90%;
        left: 5%;
    }

    .pageRoomAmenities-content ul li {
        width: 100%;
    }

    .tripadvisor ul li {
        width: 50%;
    }

    footer .tripadvisor ul li:first-child {
        margin-left: 0px;
    }

    .tripadvisor ul {
        padding: 0 0 0 50px !important;
    }

    .contact_us {
        /*height: 400px !important;*/
        margin-top: 30px !important;
    }

    .ca-container {
        width: 100% !important;
    }

    .modalx {
        width: 100% !important;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        float: inherit !important;
        width: 100% !important;
    }

    .ui-datepicker {

        width: 271px !important;
    }

    div.calculator {
        width: 100%;
    }

    .slideshow-itemss.s {
        height: auto;
    }

    .slideshow-itemss {
        height: auto;
    }

    .vertical-part > b > div.content_page {
        margin: 0px;
    }

    .table ul li {
        width: 140px !important;
        font-size: 12px !important;

    }

    .table {
        display: none;
    }

    .tablea {
        display: inline-block;
    }

    .logo_sha {
        right: 25px;
    }

    .logo_sha img {
        height: 60px;
        margin-left: 5px;
    }

}


@media (max-width: 678px) {

    a.logos .small {
        top: 13px;
        width: 80px;
    }

    header.small {
        height: 80px;
    }

    .toggle-btn {
        top: 25px;
    }

    a.t-tip i, a.t-tip img {
        margin: 0px 10px;
    }

    p, .text_discount > p, li, ul.list > li {
        font-size: 14px;
        transition: 0.5s;
        letter-spacing: 0px;
    }

    section {
        padding: 70px 50px 0px 50px;

    }

    .items-description > h1 {
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 24px;

    }

    td > p {
        font-size: 11px;
        text-align: left;
    }

    .head-mobile {
        display: none;
        float: right !important;
        position: absolute;
        /* margin-top: 40px; */
        right: 20px;
        opacity: 1;
        top: 85px;
    }

    .head-mobile-translate {
        display: none;
        float: right !important;
        right: -5px;
        position: absolute;
        top: 48px;
    }

    .items-description {
        padding: 50px 25px 10px 25px;
    }

    .detail-mo {
        display: inline-block;
        padding: 0px 10px;
    }

    .detail-dt {
        display: none;
    }

    .text_discount {
        height: auto;
    }

    .logo_sha img {
        height: 60px;
    }

    .logo_sha {
        bottom: 30px;
        right: 30px;
    }
}

@media (max-width: 460px) {
    .accomodations {
        margin-top: 70px;
    }

    .accomodations .item {
        margin-top: 50px;
    }

    .toggle-btn {
        top: 25px
    }

    header.small {
        height: 80px;
    }

    .header {
        display: none;
    }

    .td1 {
        width: 90px;
    }

    .td2 {
        width: 150px;
    }

    body {
        margin: 0px;
    }

    .reservation_box select.b {
        width: 86% !important;
    }

    .content_page .table div h1 {
        height: 50px;
    }

    /*.content_page{*/
    /*margin: 20px !important;*/
    /*}*/
    .social_content {
        width: 100% !important;
    }

    .scrollClick {
        bottom: 15%;

    }

    .our_rooms_item {
        width: 100%;
        padding: 10px 10px 10px 10px !important;
    }

    .social_content, .social_content h2, .social p {
        text-align: center !important;
    }

    .footer {
        display: none;
    }

    .map p {
        text-align: center;
    }

    a.logos .large {
        top: 20px !important;
        left: 10px !important;
        width: 70px !important;
    }

    a.logos .small {
        top: 20px !important;
        left: 10px !important;
        width: 70px !important;
    }

    .font_accomodations {
        font-size: 16px;
    }

    .contact_us {
        /*height: 450px !important;*/
        font-size: 14px !important;
    }

    #scrollDown ul.list > p {
        text-align: left !important;
    }
}

@media (max-width: 459px) {
    .text_discount > p {
        padding: 0px 10px;
    }

    td > p {
        font-size: 11px;
        text-align: left !important;
    }

    section {
        padding: 70px 30px 0px 30px;
    }

    .ca-nav span {
        display: none;
    }

    .detail_room {
        left: 5px !important;
    }

    .detail_room > div > p {
        font-size: 15px;
    }

    .detail_room > div > p.title > i {
        font-size: 20px;
    }

    .detail_room > div > p.title > i.child {
        font-size: 15px;
    }

    .detail_room > div > p.title {
        font-size: 18px !important;
    }

    .title i {
        font-size: 20px;
    }

    .accomodations .discount_item {
        height: auto;
    }

    .text_discount {
        padding: 0px 20px 0px 20px !important;
    }

    .slideshow-itemss {
        margin-top: 20px;
    }

}

@media (max-width: 414px) {
    div.clearfixs > div.discount_item.d {
        height: auto;
    }

    #scrollDownTop {
        display: none;
    }


}


@media (max-width: 390px) {
    body {
        margin: 0px;
    }


}

@media (max-width: 380px) {


    h1 {
        font-size: 22px;
    }

    .items-description > h1 {
        font-size: 20px;
    }

    .vertical-part > b > p {
        font-size: 12px;
    }
}

.line-raet {
    background-color: #0404041f;
    width: 270px;
    height: 1px;
    margin: auto;
}

.clearfix .text_title_slide ul {
    padding-left: 0px;
}

.text_title_slide > ul {
    padding: 0px;
}

.section_testgo {
    padding: 100px 0;
    width: 100%;
    margin: auto;
    display: flow-root;
}

.section_testgo .container {
    width: 1170px;
    margin: auto;
    opacity: 1;
}

.section_testgo table {
    border: 1px solid #eee;
    text-align: center;
}

.section_testgo td {
    border: 1px solid #eee;
    padding: 10px;
}

.section_testgo td:nth-child(1) {
    text-align: left;
}

.section_testgo tr:nth-child(1) {
    background: #b78a62;
    color: #fff;
}

.section_testgo .fa-check {
    color: green;
}

.section_testgo .fa-times {
    color: red;
}

.images_testgo {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.images_testgo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.details_testgo {
    padding: 50px;
    text-align: left;
}

.details_testgo h1 {
    text-align: left;
    margin: 0;
}

.details_testgo h4 {
    margin: 0;
    color: #B78A62;
}

.details_testgo ul, .details_testgo p {
    margin-top: 0;
}

.section_testgo .box_testgo:nth-child(even) .col-xs-6:nth-child(1) {
    float: right;
}

.box_testgo .btn-book-now {
    margin-bottom: 0;
}

.text_testgo {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 310px;
    font-size: 14px;
    color: #fff;
    background: #8943006e;
    padding: 15px;
    z-index: 5;
    transition: all 1s;
}

.text_testgo:hover {
    background: #894300;
}

.text_testgo p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: inherit;
}

.text_testgo li {
    color: #fff;
    font-size: 14px;
}

.text_testgo ul {
    margin: 0;
}

.text_testgohome {
    position: inherit;
    text-align: left;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 70%;
    display: none;
}

.btn_readmore {
    background: #fff;
    border: none;
    color: #894300;
    padding: 10px 20px;
}

@media screen and (max-width: 1024px) {
    .box_testgo .col-xs-6 {
        width: 100%;
    }

    .images_testgo, .images_testgo img {
        height: auto;
    }

    .section_testgo {
        padding: 50px 0;
    }

    .text_testgo {
        display: none;
    }

    .text_testgohome {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .text_testgohome {
        width: 100%;
    }
}
.images_offers{
    width: 100%;
    height: 450px;
}
.images_offers img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vertical-part{
    overflow: auto!important;
}
.vertical-part b{
    transform: none!important;
}
.slide_promotion .items-image{
    opacity: 1;
}
.slide_promotion .items-description{
    text-align: left;
    top: 0;
    padding: 0 30px!important;
}
.slide_promotion .items-description > h1{
    text-align: left;
    margin: 0;
    line-height: initial;
}
.slide_promotion .owl-nav{
    display: none;
}
.slide_promotion .items-image-container{
    height: 500px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide_promotion .items-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slide_promotion .owl-dots{
    margin-top: 25px;
    position: absolute;
    bottom: 0;
    right: 30px;
}
.owl-theme .owl-dots .owl-dot span{
    width: 10px!important;
    height: 10px!important;
    border-radius: 0!important;
    background: #b78a62!important;
    opacity: 0.7;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #894300!important;
    opacity: 1;
}
.slide_fac .owl-nav, .slide_fac .owl-dots, .slide_accom .owl-nav, .slide_accom .owl-dots{
    display: none;
    margin-top: 25px;
}
.slide_accom .our_rooms_item{
    width: 100%;
    padding: 0;
}
.slide_fac .containers{
    margin: 0;
}
.slide_fac{
    padding: 0 20px;
}
.overf{
    overflow: hidden;
}
.slide_promotion ul{
    text-align: left;
    margin: 0;
}
.slide_promotion li {
    line-height: inherit;
    font-size: 16px;
}
.offers .discount_item{
    height: 500px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.offers .discount_item.text_discount{
    margin: 0;
    padding: 0;
}
.discount_item img{
    width: 100%;
    background-color: #f4f1f1;
    position: relative;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media screen and (max-width:991px){
    .slide_fac .owl-dots, .slide_accom .owl-dots{
        display: block;
    }
}
@media screen and (max-width:768px){
    .slide_promotion .items-image-container, .offers .discount_item{
        height: 300px;
    }
    .slide_promotion .items-description, .offers .discount_item.text_discount{
        height: auto;
    }
    .slide_promotion .owl-dots{
        position: relative;
        right: 0;
    }
}