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

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

}


body {
    padding: 0;
    margin: 0;
    font-family: HelveticaNeueL, ibmplexsansthai;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #e7e7e7;
    background: url("../images/icon/bg.png")center repeat #1b110a;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

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

a {
    color: inherit;
    transition: all 0.5s;
}

h1, h2, h3 {
    color: #e9b937;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 1;
    margin: 0;
}

h1 {

    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-weight: lighter;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 0;
}

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

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}

a {
    color: inherit;
    transition: all .5s;
}


/***************************/
/* SLIDERS */
/***************************/
.slideshow {
    position: relative;
}

.overlay_slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.text_slide {
    position: absolute;
    width: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    height: 200px;
    margin: auto;
    padding: 50px;
    z-index: 3;
    transform: none;
}

.text_slide h1 {
    color: #fff !important;
}


.text_slide img {
    height: 70px;
    filter: brightness(0) invert(1);
}

.text_slide ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}

.border-bottom {
    position: relative;
    width: 92%;
    border-bottom: 1px solid #468e9e;
    margin: 0 10px;
    display: inline-block;
}

.text_slide ul 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_slide li:nth-child(1) {
    animation-delay: 0.4s;
}

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

.text_slide li:nth-child(3) {
    animation-delay: 0.8s;
}

.slider-arrow {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6
}

.slider-arrow a {
    position: absolute;
    opacity: .3;
    margin: 0 50px;
    cursor: pointer;
}

.slider-arrow a:hover {
    opacity: .8;
}

.slider-arrow img {
    height: 50px;
}

.slider-arrow #arrow_left {
    left: 0;
}

.slider-arrow #arrow_right {
    right: 0;
}

@keyframes slide {
    from {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    to {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.01);
        transform: scale(1.1, 1.1);
    }

}

@-webkit-keyframes slide {
    from {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    to {
        -ms-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
}

/***************************/
/* TOP HEADER */
/***************************/
.top-menu {
    position: relative;
    top: 0;
    width: 100%;
    height: 44px;
    color: #fff;
    background: #150c04;
    z-index: 9;
    font-size: 13px;
}

.top-menu .col-xs-6 {
    padding: 0 10px;
}

.nav-topbar {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 11px 0 0;
}

.teltop {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.teltop a:hover {
    color: #d3aa35;
}

/* LANGUAGE */

.nav-lang {
    position: absolute;
    /* top: 0; */
    right: 0;
    z-index: 10;
    color: #fff;
}

.nav-lang label {
    position: relative;
    cursor: pointer;
    transition: all .6s;
}

.nav-lang label .arrow-lang {
    margin-left: 6px;
    transform: rotate(0);
    transition: all .6s;
}

.nav-lang label .arrow-lang.rotate {
    transform: rotate(180deg);
}

.nav-lang ul {
    padding: 0;
    margin: 0;
}

.nav-lang li {
    list-style: none;
}

.nav-lang .lang_parent {
    position: absolute;
    width: 80%;
    top: 25px;
    white-space: nowrap;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
    text-align: center;
    background: white;
    color: #000;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}

.nav-lang .lang_parent:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    box-sizing: border-box;
    border: 6px solid #000;
    border-color: #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: rgba(0, 0, 0, 0.05) -2px 2px 2px 0;
    margin-left: 7px;
}

.nav-lang .lang_parent.open {
    top: 33px;
    opacity: 1;
    pointer-events: auto;
}

.nav-lang .lang_parent li {
    border-bottom: 1px solid #d8d8d8;
}

.nav-lang .lang_parent li:last-child {
    border: 0;
}

.nav-lang .lang_parent li a {
    width: 100%;
    display: inline-block;
    padding: 8px 0;
}

.nav-lang .lang_parent li a:hover, .nav-lang label:hover {
    color: #d3aa35;
}

/***************************/
/* HEADER */
/***************************/
.wrap-menu {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #fff;
    padding: 0;
    z-index: 8;
    transition: all .6s;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    color: #272725;
    font-size: 15px;
}

.navbar-brand {
    position: relative;
    z-index: 9;
}

.navbar-brand img {
    height: 70px;
    margin: 3px 0;
}

.submenu {
    position: relative;
}

.submenu > li {
    position: relative;
    line-height: 80px;
    padding: 0 10px;
    list-style: none;
    float: left;
}

.submenu > li > a {
    /*padding: 33px 10px !important;*/
    text-transform: capitalize;
    cursor: pointer;
    transition: all .6s;
    display: inline-block;

}

.submenu li a:hover, .submenu li a.active {
    color: #e9b937;
}

.sub-menu li:hover {
    background: #e9b937;
}

.sub-menu li:hover a {
    color: #fff;
}
.sub-menu a {
    width: 100%;
    display: inline-block;
}
.btn-wrap-header {
    position: relative;
    padding: 33px 25px !important;
    background: #0189bc;
    border: none;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-wrap-header:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eaf5f8;
    border: none;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-wrap-header:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.btn-wrap-header:hover {
    color: #0189bc;
}

.wrap-scroll .submenu > li,
.sub-menu-parent ul li {
    text-transform: capitalize;
    animation-name: fadeInRight;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}


.wrap-scroll .submenu > li:nth-child(1),
.sub-menu-parent ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.wrap-scroll .submenu > li:nth-child(2),
.sub-menu-parent ul li:nth-child(2) {
    animation-delay: 0.2s;
}

.wrap-scroll .submenu > li:nth-child(3),
.sub-menu-parent ul li:nth-child(3) {
    animation-delay: 0.3s;
}

.wrap-scroll .submenu > li:nth-child(4),
.sub-menu-parent ul li:nth-child(4) {
    animation-delay: 0.4s;
}

.wrap-scroll .submenu > li:nth-child(5),
.sub-menu-parent ul li:nth-child(5) {
    animation-delay: 0.5s;
}

.wrap-scroll .submenu > li:nth-child(6),
.sub-menu-parent ul li:nth-child(6) {
    animation-delay: 0.6s;
}


/***************************/
/* SUB MENU */
/***************************/
.sub-menu-parent {
    position: relative;
}

.sub-menu {
    opacity: 0;
    position: absolute;
    left: 0;
    transform: translateY(-2em);
    transition: all 0.6s;
    z-index: -1;
    white-space: nowrap;
    background: #fff;
    border-radius: 0;
}
.sub-menu.width {
    width: 100%;
}

.sub-menu {
    padding: 0;
}

.sub-menu-parent ul li {
    list-style: none;
    padding: 10px 15px;
    transition: all 0.9s;
    line-height: normal;
    animation-name: fadeInUp;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.sub-menu-parent:hover .sub-menu {
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.6s;
    padding: 0;
    transition: all 0.6s;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.1);
    display: block;
}

.sub-menu {
    display: none;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

/*---------------------------------------------*/
/* HAMBURGER */
/*---------------------------------------------*/
.hamburger {
    position: absolute;
    width: 35px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    display: none;
    cursor: pointer;
    z-index: 8;
    transition: all 300ms ease 200ms;
}
#line1, #line2, #line3 {
    background: #20150e;
}
#line1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 300ms ease 200ms;
    -moz-transition: all 300ms ease 200ms;
    -ms-transition: all 300ms ease 200ms;
    transition: all 300ms ease 200ms;
}

#line2 {
    position: absolute;
    top: 8px;
    right: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 300ms ease 200ms;
    -moz-transition: all 300ms ease 200ms;
    -ms-transition: all 300ms ease 200ms;
    transition: all 300ms ease 200ms;
}

#line3 {
    position: absolute;
    top: 16px;
    width: 100%;
    height: 2px;
    -webkit-transition: all 300ms ease 200ms;
    -moz-transition: all 300ms ease 200ms;
    -ms-transition: all 300ms ease 200ms;
    transition: all 300ms ease 200ms;
}
.hamburger.open {
    top: -50px;
    z-index: 12;
}

.hamburger.open #line1 {
    top: 10px;
    background: #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hamburger.open #line2 {
    right: 30px;
    opacity: 0;
}

.hamburger.open #line3 {
    top: 10px;
    background: #fff;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*---------------------------------------------*/
/* BOX MENU MOBILE */
/*---------------------------------------------*/
.wrap-box-menu-mobile {
    position: fixed;
    background: #1b1109;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    -webkit-transition: all 300ms ease 200ms;
    -moz-transition: all 300ms ease 200ms;
    -ms-transition: all 300ms ease 200ms;
    transition: all 300ms ease 200ms;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    opacity: 0;
    pointer-events: none;
}

.wrap-box-menu-mobile.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}


.show-box {
    position: relative;
    width: 100%;
    padding: 0;
}

.navbar_fix {
    width: 100%;
    padding: 100px 50px;
    margin: 0;
    color: #fff;
}
.navbar_fix li {
    position: relative;
    list-style: none;
    text-transform: capitalize;
}

.navbar_fix a {
    position: relative;
    padding: 10px 0;
    display: block;
}

.navbar_fix a.active, .navbar_fix a:hover {
    color: #bf991b;
}

.select ul.info {
    display: none;
}

.select ul.info.active {
    display: block;
}

.base_plus_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 55;
    cursor: pointer;
    display: block;
}

.base_plus_icon .plus_icon {
    position: absolute;
    width: 50px;
    height: 40px;
    right: -15px;
    top: 5px;
    display: block;

}

.base_plus_icon .plus_icon:before,
.base_plus_icon .plus_icon:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    margin: auto;
    display: block;
    transition: all 0.6s;
}

.base_plus_icon:hover .plus_icon:before,
.base_plus_icon:hover .plus_icon:after {
    background-color: #fff;
}

.base_plus_icon .plus_icon:before {
    width: 1px;
    height: 20px;
}

.base_plus_icon .plus_icon:after {
    width: 20px;
    height: 1px;
}

.base_plus_icon .plus_icon.active:before {
    display: none;
}

ul.info {
    padding: 10px 20px;
}
.navbar_fix li {
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    text-transform: capitalize;

}
.navbar_fix li:nth-child(1) {
    animation-delay: 0.1s;
}
.navbar_fix li:nth-child(2) {
    animation-delay: 0.2s;
}
.navbar_fix li:nth-child(3) {
    animation-delay: 0.3s;
}
.navbar_fix li:nth-child(4) {
    animation-delay: 0.4s;
}
.navbar_fix li:nth-child(5) {
    animation-delay: 0.5s;
}
.navbar_fix li:nth-child(6) {
    animation-delay: 0.6s;
}
.navbar_fix li:nth-child(7) {
    animation-delay: 0.7s;
}

/***************************/
/* PAGE HOME */
/***************************/
.wrap-main {
    position: relative;
    width: 100%;
}

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


.wrap-box-best {
    position: relative;
    width: 100%;
    padding: 0 80px;
    display: inline-block;
}

.wrap-box-best.gallery {
    padding: 0 80px 80px;
}

.wrap-box-bottom {
    position: relative;
    width: 100%;
    padding: 0 0 80px;
    display: inline-block;
    text-align: center;
}

.bg_color {
    background: #150c04;
}

.item_box {
    padding-top: 40px;
}

.main_photo {
    width: 100%;
    height: 550px;
    object-fit: cover;

}

/***************************/
.img_overlay {
    position: relative;
    overflow: hidden;
}

.img_overlay: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.02), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.8));
    background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.8));
    z-index: 6;
}
.our_offers {
    position: relative;
    overflow: hidden;
}
.our_offers .main_photo {
    transform: scale(1);
    transition: all .6s;
}

.our_offers .item:hover .main_photo {
    transform: scale(1.03);
}
.full-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 35px;
    text-align: center;
    display: block;
    z-index: 7;
}

.discount {
    text-align: right !important;
}

.full-text p {
    margin: 0 0 6px;
    text-transform: capitalize;
}

.full-text h3 {
    color: #fff;
}



.btn-offers:hover:after {
    right: -18px;
}

.column_text {
    position: relative;
    text-align: center;
    width: 1000px;
    margin: auto;
    padding-top: 15px;
}
.casa_border + .column_text {
    padding: 0;
}


.box_content {
    position: relative;
    width: 100%;
    height: 550px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    padding: 50px;
    text-align: left;
    background: #261a10;
}

.box_content p {
    width: 100%;
}

.box_content h3 {
    line-height: 32px;
}
.box_content h4 + .btn-wrap-main {
    margin-top: 25px;
}
.show-detail {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
}

.show-detail:last-child {
    margin-bottom: 0;
}

.slide-fac .col-xs-6:nth-child(1),
.content_child .show-detail:nth-child(even) .col-xs-6:nth-child(1) {
    float: right !important;
}

/*---------------------------------------------*/
.btn-wrap-main {
    position: relative;
    padding: 10px 30px;
    background: none;
    border: 1px solid #372823;
    color: #c8c8c8;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    outline: none;
    margin-top: 15px;
}

.btn-wrap-main:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e9b937;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-wrap-main:hover:before,.our_offers .item:hover  .btn-wrap-main:before,
.slide-accom .item:hover .btn-wrap-main:before,.slide-fac .item:hover .btn-wrap-main:before,
.content_child .show-detail:hover .btn-wrap-main:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.btn-wrap-main:hover,.our_offers .item:hover  .btn-wrap-main,
.slide-accom .item:hover .btn-wrap-main,.slide-fac .item:hover .btn-wrap-main,
.content_child .show-detail:hover .btn-wrap-main  {
    color: white;
}

.btn-wrap-main.btn-offers {
    background: #e9b937;
    color: #fff;
    border: none !important;

}

.btn-offers:before, .our_offers .item:hover  .btn-offers:before{
    background: #180f06 !important;
}


/*---------------------------------------------*/
.amenities {
    position: relative;
    width: 100%;
}

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

.amenities li {
    list-style: none;
    display: block;
    padding: 15px;
    text-transform: capitalize;
    width: 25%;
    float: left;
    text-align: left;
}

.amenities p {
    margin: 0;
}

.amenities img {
    filter: brightness(0) invert(1);
    height: 30px;
    vertical-align: middle;
    padding-right: 5px;

}

/*---------------------------------------------*/
.also-like:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(28, 18, 10, 0.29);
}

.box-also-like {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    margin: auto;
    padding: 30px 60px;
    z-index: 2;
    transition: all 0.6s;
}
.box-also-like h3 {
    color: #fff;
    line-height: 28px;
}

.btn-also {
    position: relative;
    padding: 13px 25px;
    color: #fff;
    opacity: 0;
    transition: all 0.6s;
    width: fit-content;
    background: #e9b937;
    margin: 5px auto 0;
    display: inline-block;

}
.btn-also:hover {
    background: #180f06;
}

.item:hover .box-also-like {
    bottom: 30px;
}

.item:hover .btn-also {
    opacity: 1;
}

/***************************/
/* PAGE GALLERY */
/***************************/
.demo-gallery {
    position: relative;
    overflow: hidden;
}
.text_slide_gallery {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 50px;
    text-align: center;
    -webkit-align-content: center;
    align-content: center;
    z-index: 4;
    opacity: 0;
    transition: all .6s;
}
.text_slide_gallery span {
    display: block;
}
.wrapper-filter-controls {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.filter-controls {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    height: auto;
    border-bottom: 1px solid #312821;
}

.filter-controls ul {
    padding: 0;
    margin: 0;
}

.filter-controls li {
    display: inline-block;
    list-style: none;
    margin: 0 8px -2px;
    padding: 5px 8px;
    font-size: 16px;
    cursor: pointer;
}

.filter-controls li.active {
    border-bottom: 4px solid #e9b937;
}
.padding_gallery {
    padding: 10px;
}
.item_img_box {
    position: relative;
    overflow: hidden;
}

.item_img_box img {
    width: 100%;
    height: 450px;
    display: block;
    transform: scale(1);
    transition: all 1s ease;
}

.demo-gallery .item_img_box:hover img {
    transform: scale(1.05);
    filter: brightness(0.5);
}
.demo-gallery .item_img_box:hover .text_slide_gallery {
    opacity: 1;
}
.lg-dropdown, .lSPager {
    display: none !important;
}
.padding-gallery {
    padding: 15px;
}


/*---------------------------------------------*/
/* CONTACT FROM */
/*---------------------------------------------*/
.contact-container {
    width: 980px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.contact-from .col-xs-6,
.contact-from .col-xs-12 {
    padding: 0 10px 20px;
}

.contact-from .col-xs-12.none {
    padding: 0 10px 0;
}

.contact-from input, .contact-from textarea {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 8px 40px;
    background: none;
    border: 1px solid #969696;
    outline: none;
}

.icon-contact {
    position: absolute;
    height: 40px;
    width: 40px;
}

.icon-contact img {
    margin: 10px;
}

.contact-from input::-webkit-input-placeholder {
    color: #969696;
}

.contact-from input:focus,
.contact-from textarea:focus {
    border-color: #0189bc;
}

.text-reser p {
    color: #1c1c1c;
    margin: 0 0 10px 0;
}

.contact-from .btn-wrap-main {
    outline: none;
}

.contact-from .btn-wrap-main i {
    margin-right: 5px;
}

.captcha {
    position: absolute;
    right: 10px;
    height: 40px;
}

.captcha i {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    top: -13px;
    padding: 13px;
    background: #0088be;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

.contact h4 {
    margin: 0 0 15px !important;
}


/*---------------------------------------------*/
/* FOOTER */
/*---------------------------------------------*/

.logo_footer {
    height: 80px;
    margin-bottom: 25px;
    filter: brightness(0) invert(1);
}
.contact_footer p {
    margin: 8px 0;
}
.contact_footer  span {
    margin: 0 10px;
}

.contact_footer a {
    margin: 0 5px;
}

.footer a:hover {
    color: #e9b937;
}

.social-footer {
    position: relative;
    width: 100%;
    margin-top: 25px;
}


.social-footer a {
    position: relative;
    width: 50px;
    height: 50px;
    background: none;
    border: 1px solid #616161;
    border-radius: 30px;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    padding: 13px;
    cursor: pointer;
    color: #fff;
}



.social-footer a:hover {
    background: #e9b937;
    border: 1px solid #e9b937;
    color: #fff;
}
.copy-right {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 15px;
    font-size: 13px;
    color: #fff;
    background: #e9b937;
}

.copy-right p {
    margin: 0;
}


/*---------------------------------------------*/
/* RESERVATION MOBILE*/
/*---------------------------------------------*/
.reservation-mobile {
    position: fixed;
    width: 100%;
    bottom: -1px;
    z-index: 2;
    text-align: center;
    display: none;
    box-shadow: rgba(0,0,0,0.09) 0 0 10px;
}

.reservation-mobile .col-xs-4 {
    color: #fff;
    background: #32210f;
    padding: 13px;
}

.reservation-mobile .book_mobile .col-xs-4  {
    background: #e9b937;
}
.tel {
    border-right: 1px solid #4d3316;
}

