@font-face {
    font-family: 'lora';
    src: url('../font/lora-variablefont_wght-webfont.woff2') format('woff2'),
    url('../font/lora-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

}
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #fcfcfc;
    background: #252525;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'questrial_regular', 'sans-serif';
    overflow-x: hidden;
}

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

}


h1, h2, h3 {
    color: #ebb45d;
    font-family: lora, sans-serif;
    text-transform: capitalize;
    margin: 0;
    line-height: 1.3;

}

h1 {
    font-weight: lighter;
    font-size: 36px;
}

h2 {
    font-weight: lighter;
    font-size: 30px;
}

h3 {
    font-weight: lighter;
    font-size: 24px;
}

h4 {
    font-weight: lighter;
    font-size: 18px;
    margin: 0;
}

p {
    font-weight: lighter;
    margin: 15px 0;
}


a {
    color: inherit;
    text-decoration: none;
    transition: all .5s;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}
.background-white {
    background: #fff url("../images/icon/bg_footer.png") center repeat;

}
/********************************/
/* SLIDER SHOW */
/********************************/
.slideshow {
    position: relative;
}
.overlay-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
}
.overlay-slider:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 1);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    z-index: 3;
}
.text-slider {
    position: absolute;
    width: 90%;
    height: 210px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 50px;
    z-index: 22;
}
.text-slider h1 {
    color: white;
    margin: 0;
}
.text-slider p {
    color: white;
}
.text-slider ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}
.text-slider li {
    animation-name: fadeInDown;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    list-style: none;
}

.text-slider li:nth-child(1) {
    animation-delay: 0.5s;
}
.text-slider li:nth-child(2) {
    animation-delay: 0.7s;
}
.slider-arrow {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 22;
}
.slider-arrow a {
    position: absolute;
    opacity: .3;
    margin: 0 50px;
    cursor: pointer;
}
.slider-arrow a:hover {
    opacity: .8;
}
.slider-arrow img {
    width: 40px;
}
.slider-arrow #arrow_left {
    left: 0;
}
.slider-arrow #arrow_right {
    right: 0;
}
/********************************/
/* HEADER */
/********************************/
.wrap-header {
    position: absolute;
    width: 100%;
    top: 30px;
    background: none;
    transition: all .6s ;
    z-index: 100;
}
.wrap-scroll {
    position: fixed;
    top: 0;
    height: 80px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}
.wrap-scroll .container {
    position: relative;
    width: 100%;
    transition: all .6s;
}

.site-logo {
    position: relative;
    z-index: 2;
    text-align: center;
}
.wrap-header .site-logo img {
    width: 130px;
    filter: brightness(0) invert(1);
}
.wrap-scroll .site-logo {
    padding: 13px 25px;
    width: 160px;
    height: 117px;
    background: #252525;
}
.wrap-scroll .site-logo img {
    width: 110px;
    filter: initial;
}

.navbar-nav a {
    color: white;
    padding: 15px 6px !important;
    text-transform: capitalize;
    font-family: lora, sans-serif;
}
.wrap-scroll .navbar-nav a {
    color: #252525;
    padding: 26px 8px !important;
}
.navbar-nav > li {
    padding: 15px 0;
}
.wrap-scroll .navbar-nav > li {
    padding: 0;
}

/********** SUB MENU **********/
.sub-menu-info {
    position: relative;
}
.sub-info {
    position: absolute;
    white-space: nowrap;
    transform: translateY(-2em);
    left: 0;
    padding: 0;
    text-align: left;
    background: white;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}
.sub-info > li {
    list-style: none;
    position: relative;
}
.navbar li .sub-info a {
    padding: 6px 10px !important;
    color: #31322d;
    display: inline-block;
    width: 100%;

}
.sub-menu-info:hover .sub-info {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}


.navbar-nav a:hover ,.navbar-nav a.active {
    color: #ebb45d !important;

}
#book-header {
    position: absolute;
    background: #ebb45d;
    color: #fff;
    padding: 0;
    right: -300px;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}
#book-header > a {
    padding: 27px 25px !important;
    color: #fff;
    height: 80px;
}
#book-header:hover a {
    color: #fff !important;
}
#book-header:hover {
    background: #d6942e;
}
.wrap-scroll #book-header {
    position: relative;
    right: 0;
    opacity: 1;
    pointer-events: auto;
    margin: 0 0 0 25px;
}
.menu_drop {
    position: absolute;
    background: #fff;
    padding: 0;
    margin: 0;
    top: 0;
    left: 230px;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}
.menu_drop li {
    list-style: none;
}
.menu_drop li a {
    width: 100%;
}
.sub-info li:hover {
    background: #ebb45d;
}
.sub-info li:hover .menu_drop {
    opacity: 1;
    pointer-events: auto;
    left: 239px;
}

.sub-info li:hover a,
.sub-info li .menu_drop li:hover  a{
    color: #fff !important;
}
.sub-info li .menu_drop a {
    color: #31322d !important;
}

/********************************/
/* HAMBURGER */
/********************************/
.ui-style {
    position: absolute;
    width: 35px;
    height: 19px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 25px 50px;
    cursor: pointer;
    z-index: 99;
    display: none;
}
.style-icon {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.style-icon .amburgers1 {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    background: #252525;
    border-radius: 2px;
    transition: .23s ease-in-out;
}
.style-icon .amburgers2 {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 8px;
    background: #252525;
    border-radius: 2px;
    transition: .23s ease-in-out;
}
.style-icon .amburgers3 {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 16px;
    background: #252525;
    border-radius: 2px;
    transition: .23s ease-in-out;
}
.style-icon .amburgers4 {
    position: absolute;
    width: 0;
    height: 3px;
    top: 9px;
    left: 0;
    right: 0;
    margin: auto;
    background: #252525;
    border-radius: 2px;
    transform: rotate(-90deg);
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;

}
.style-icon .amburgers5 {
    position: absolute;
    width: 0;
    height: 3px;
    top: 9px;
    left: 0;
    right: 0;
    margin: auto;
    background: #252525;
    border-radius: 2px;
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.open-bar div:nth-child(1) , .open-bar div:nth-child(2),
.open-bar div:nth-child(3){
    transform: scale(0);
}
.open-bar div:nth-child(4),.open-bar div:nth-child(5){
    width: 30px;
}
.style-icon.open-bar .amburgers4 {
    transform: rotate(-45deg);
}
.style-icon.open-bar .amburgers5 {
    transform: rotate(45deg);
}
.wrap-scroll .ui-style {
    margin: 25px 50px;
}

/********************************/
/* SITE LOGO SHA */
/********************************/
.wrap-header .container {
    position: relative;
}
.site_sha {
    position: absolute;
    top: 11px;
    left: 130px;
    margin-left: 15px;
    transition: all .6s;
}
.site_sha img {
    /*width: 70px;*/
    height: 70px;
}
.wrap-header.wrap-scroll .site_sha {
    top: 6px;
    left: 160px;
}


/********************************/
/*  BODY */
/********************************/

.main {
    position: relative;
    width: 100%;
    display: flex;
}

.primary_box {
    position: relative;
    width: 100%;
    padding: 50px;
    text-align: center;
    display: inline-block;
}

.primary_side {
    position: relative;
    width: 100%;
    padding: 0 50px 50px;
    text-align: center;
    display: inline-block;
}

.primary_below {
    position: relative;
    width: 100%;
    padding: 0 0 50px;
    text-align: center;
    display: inline-block;
}
.primary_noneside {
    position: relative;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    display: inline-block;
}
.item_box {
    padding-top: 30px;
}
.content + .item_box, p+.item_box {
    padding-top: 15px;
}
.content {
    width: 1170px;
    margin: auto;
}
.title:before{
    content: "";
    background: url(../images/icon/icon-logo.png) no-repeat center;
    width: 50px;
    height: 59px;
    display: block;
    margin: 0 auto 10px;
}
.photos_primary {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: flex;
}
.photos_middle {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: flex;
}
.photos_second {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: flex;
}

.slider-content {
    position: relative;
    padding: 30px;
    text-align: center;
    background: #31302d;
}
.slider-content p {
    margin: 6px 0 0;
}

.btn-main {
    position: relative;
    font-family: lora, sans-serif;
    padding: 8px 30px;
    background: #ebb45d;
    border: 0;
    color: #fff;
    display: inline-block;
    transition: all .4s;
    outline: none;
    cursor: pointer;
}
.btn-main:hover {
    background: #d6942e;
}
.text_primary {
    color: #ebb45d !important;
    margin: 6px 0 0;
}
.text_primary + .btn-main ,
.box-type ul + .btn-main, .slider-content p + .btn-main,
.slider-content h2 + .btn-main{
    margin-top: 15px;
}


/********************************/
/* TEB */
/********************************/
.slide-teb {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow-x: hidden;
}
.title_room{
    position: relative;
    width: 100%;
    display: table;
    text-align: center;
    background: #f7f3ec;
}
.roomtype .teb-title {
    font-family: lora ,sans-serif;
    font-size: 24px;
    color: #3c372e;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 20px;
    cursor: pointer;
}
.box-content {
    color: #484848;
    background: #fff url("../images/icon/bg_footer.png") center repeat;

}
.roomtype .teb-title:hover {
    background: #fff;
}
.roomtype .owl-item.active.center {
    background: #fff;

}
.roomcontent {
    padding: 30px;
}
.room_detail {
    position: relative;
    text-transform: capitalize;
}
.c_room {
    padding: 0 30px;
    display: inline-block;
}

.c_room img {
    width: 32px;
}
.c_room p {
    margin: 10px 0 0;
}

/********************************/
/* PAGE INFO */
/********************************/
.background-white p,
.background-white  h2 {
    color: #252525;
}

.pager_info .room_detail {
    padding: 50px 0 15px;
}
.pager_info .c_room img {
    filter: brightness(0) invert(1);
}
.viewer {
    position: relative;
    width: 100%;
}
.camera {
    position: absolute;
    bottom: 30px;
    color: white;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.camera i {
    font-size: 30px;
}
.camera p {
    margin: 10px 0 0;
}
.icon-camera {
    position: relative;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    padding: 15px;
    margin: auto;
}
.overlay-sliderbox:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,1);
    background: -webkit-linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    z-index: 3;
}
.amenities {
    position: relative;
    width: 100%;
    text-transform: capitalize;

}
.amenities p {
    margin: 0;
}
.amenities .col-xs-3 {
    padding: 10px;
}
.amenities img {
    vertical-align: middle;
    width: 32px;
}
.icon-amenities {
    width: 60px;
    height: 60px;
    border: 1px solid #dcd8d1;
    border-radius: 50%;
    display: inline-block;
    padding: 13px;
    margin-bottom: 10px;
}
.content_child {
    position: relative;
}
.content_child ul {
    text-align: left;
    margin: 0;
}
.content_child ul li {
    padding: 6px ;
    /*list-style: none;*/
    border-bottom: 1px solid #383737;
    list-style: inside url(../images/icon/list-style.png);
}

.content_child .col-xs-6 {
    position: relative;
    padding: 15px;
    overflow: hidden;
}
.content_child.page_offers .col-xs-6 {
    padding: 0;
}
.content_child.page_offers .item {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.content_child.page_offers .item:last-child {
    margin: 0;
}
.item_img {
    position: relative;
    overflow: hidden;
}
.content_child .col-xs-6 img {
    transition: all .6s;
    transform: scale(1);
}
.content_child .col-xs-6:hover img ,
.content_child .item:hover img {
    transform: scale(1.05);
}
.primary_box.show_menu {
    display: flow-root;
}
.box-type {
    position: relative;
    width: 100%;
    height: 350px;
    text-align: left;
    padding: 50px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
}
.box-type h2, .box-type p {
    width: 100%;
}
.content_child.page_offers .box-type {
    height: 550px;
    background: #31302d;
}
.page_offers ul {
    padding: 0;
    color: #fcfcfc !important;
}

.box-type ul {
    width: 100%;
    color: #252525;
    margin: 0 0 10px;
    padding: 0;
}
.box-type li {
    list-style: inside url(../images/icon/list-style.png);
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.table_child {
    padding: 30px 0 0;
    margin-bottom: 30px;
}
.table_child table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
    margin: auto;
}

.table_child table thead th {
    text-align: center;
    border: 1px solid #464343;
    background: #e6b262;
    padding: 15px;
    color: #252525;
    font-size: 15px;
}
.table_child table tbody td {
    padding: 10px;
    border: 1px solid #3c3a3a;
}
.table_child table tbody td:nth-child(1){
    text-align: left;
}
.table_child table tbody tr:nth-child(1),
.table_child table tbody tr:nth-child(4){
    background: #dfd4c2;
    color: #252525;
}
.table_child table tbody tr:nth-child(3){
    background: #8b7757;
}
.table_child h4 {
    color: #ebb45d;
}


/********************************/
/* GALLERY*/
/********************************/
.gallery {
    position: relative;
    width: 100%;
}
.padding10 {
    padding: 10px;
}
.viewer-gallery {
    position: relative;
    overflow: hidden;
}
.viewer-gallery p {
    margin: 0;
}
.viewer-gallery .image-box {
    width: 100%;
    height: 450px;
    object-fit: cover;
    cursor: pointer;
    transition: all 1s ease;
    display: flex;
}

.album-gallery {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(49,48,45,0.8);
    color: white;
    text-align: left;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: capitalize;
}
.album-gallery .fa-camera-retro {
    float: right;
}
.album-gallery h4 {
    font-family: lora , sans-serif ;
}
.filtr-item:hover .image-box {
    filter: brightness(60%);
    transform: scale(1.05);
}
.lg-dropdown {
    display: none;
}

/********************************/
/* FOOTER */
/********************************/
.footer .primary_box {
    display: flow-root;
}

.footer {
    color: #484848;
    background: #fff url("../images/icon/bg_footer.png") center repeat;
}
.footer .col-xs-4 {
    padding: 0 20px;
}
.footer .col-xs-4:nth-child(1){
    text-align: left;
}
.footer .col-xs-4:nth-child(3){
    text-align: right;
}

.ui-social {
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.ui-social a {
    width: 45px;
    height: 45px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    color: #252525;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    padding: 9px;
}
.ui-social i {
    font-size: 18px;
}
.ui-social a:hover {
    background: #ebb45d;
    border: 1px solid #ebb45d;
    color: #fff !important;
}
.footer h3 {
    color: #252525;
}

.footer a:hover, .copyright a:hover {
    color: #ebb45d;
}



.copyright {
    display: inline-block;
    width: 100%;
    padding: 0 50px;

}
.copyright p {
    text-align: center;
    font-size: 14px;
    padding: 15px 25px;
    border-top: 1px solid #eaeaea;
    margin: 0;
}

/********************************/
/* SITE MAP*/
/********************************/

.sitemap ul {
    text-align: left;
}
.sitemap ul a:hover {
    color: #ebb45d;
}
.box_service{
    padding: 0!important;
    height: auto!important;
}
.box_service p{
    margin-top: 0;
}