body {
    background-color: #e3e2df;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, .text-logo #logo {
    font-family: "Merriweather", Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
}
h2 {
    font-size: 42px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0px;
}
h3 {
    font-size: 27px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 0px;
}
h4 {
    font-size: 23px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
}
h5 {
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0px;
}
h6 {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0px;
}
h1, h1 a, h1 a:hover {
    color: #3c3f44;
}
h2, h2 a, h2 a:hover {
    color: #3c3f44;
}
h3, h3 a, h3 a:hover {
    color: #7d7e7e;
}
h4, h4 a, h4 a:hover, .style-simple .sliding-box .box-text h4 {
    color: #444444;
}
h5, h5 a, h5 a:hover {
    color: #766d62;
}
h6, h6 a, h6 a:hover, a.content-link .title {
    color: #766d62;
}
a {
    text-decoration: none;
}
section {
    position: relative;
}
.sec-service {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #404348;
}
.line {
    margin: 20px 0 40px;
}
.sliding-box {
    position: relative;
}
.sliding-box a {
    display: block;
}
.sliding-box .box-image {
    line-height: 0;
    position: relative;
    bottom: -15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sliding-box .box-image img {
    width: 100%;
}
.sliding-box .box-text {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #766d62;
}
.sliding-box .box-text h4 {
    color: #fff;
}
.sliding-box .box-text:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom-color: #766d62;
}
.sliding-box .box-text {
    color: #fff;
    margin: 0;
}
.sliding-box:hover .box-image {
    bottom: -1px
}
.sliding-box:hover .box-text:after {
    top: -8px;
}
.sec-gift {
    padding-top: 60px;
    padding-bottom: 20px;
}
.button-default {
    background-color: #49433c;
    color: #d3d3d3;
    font-size: 110%;
    padding-top: 11px;
    padding-bottom: 11px;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    text-decoration: none!important;
    cursor: pointer;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
}
.button-default:hover {
    color: #d3d3d3;
}
.sec-about {
    background-color: #fef9f5;
    overflow-x: hidden;
}
.sec-about .image-about {
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
}
.content-about {
    padding: 80px 50px 65px;
    background-color: rgb(138, 128, 118);
    background-image: url(../images/ng-about.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    height: 100%;
}
.list-num {
    background-repeat: no-repeat;
    background-position: left top;
    padding: 5px 0 0 70px;
    min-height: 50px;
    margin-bottom: 30px;
}
.icon-box .icon {
    background-color: #fff;
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,.08);
    transition: background-color .3s ease-in-out;
    border-color: #f8f8f8;
    color: #766d62;
    box-sizing: unset;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    font-size: 50px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
    border-width: 8px;
    border-style: solid;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-image: url(../images/stripes_3_b.png);
}
.sec-boxes {
    padding-top: 40px;
    padding-bottom: 30px;
}
.icon-box .icon:before {
    border-color: #e2e2e2;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: background-color .3s ease-in-out;
}
.icon-box:hover .icon, .icon-box:hover .icon i {
    color: #fff;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -o-transform: scale(0.94);
    transform: scale(0.94);
}
.icon-box:hover .icon:before {
    background-color: #766d62;
}
.sec-booking {
    background-color: #766d62;
    transition: all .4s ease-in-out;
}
.sec-booking > a {
    text-align: center;
    color: #fff;
    display: block;
    padding: 40px 30px;
    text-decoration: none;
}
.sec-booking a h2 {
    color: #e3e2df;
}
.sec-booking:hover {
    background-color: #c1bdb5;
}
.sec-booking.nm:hover {
    background-color: #766d62;
}
.sec-booking h3 {
    color: #ffffff;
    font-style: italic;
}
.button-default.white {
    background-color: #ffffff!important;
    color: #444444;
}
#Footer {
    color: #9b958e;
    background-color: #edecea;
}
#Footer .footer_copy {
    padding: 30px 0;
    background: #e3e2df;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.copyright {
    text-align: center;
}
.sec-title {
    padding-top: 130px;
    padding-bottom: 90px;
    background-image: url(../images/sub-header_Fotor-1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
.sec-title .box-title h2 {
    text-align: center;
    color: #dedede;
}
.sec-sevice-list {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-sevice-list:nth-child(odd) {
    background-color: #efefef;
}
.sec-sevice-list h2 {
    padding: 13px 0;
    text-align: center;
}
table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 5px;
}
table tr:first-child td {
    box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.06);
}
table tr:first-child td {
    background: none;
}
.table-theater td.c1 {
    width: 70%;
    text-align: left;
}
table td h4 {
    font-weight: bold;
    margin-bottom: 8px;
    color: #766d62;
}
.table-theater td.c2, .table-theater td.c3, .table-theater td.c4 {
    font-size: 20px;
    text-align: left;
    color: #8C8B8B;
}
table tr:nth-child(2n) td {
    background: rgba(0,0,0,0.01);
}
table th, table td {
    border-width: 1px 0 0;
    padding: 20px;
}
.title-gallery h3 {
    margin: 0;
    text-align: center;
    padding: 40px 0;
    color: #444444;
}
.sec-form .container > .row > .col-12 {
    padding: 40px;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 10px;
    outline: none;
    margin: 0;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    background-color: #f6f5f3;
    border-color: #aba598;
    border-width: 1px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: #757575;
    border-radius: 0;
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
    background-color: #fff !important;
    border-color: #a28e53!important;
    color: #757575;
    outline: none;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    font-size: inherit;
    overflow: hidden;
    text-decoration: none!important;
    cursor: pointer;
    border-style: solid;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    background-color: #766d62;
    color: #ffffff;
    border-radius: 0;
}
.box-form input[type="text"], .box-form input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    background-color: #f6f5f3;
    border-color: #aba598;
    border-width: 1px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: #757575;
}
.highlight-left:after, .highlight-right:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.highlight-left:after, .highlight-right:after {
    background: #dcd9d4;
}
.highlight-left:after {
    left: 0;
}
.sec-form {
    overflow: hidden;
}
.sec-form .container {
    position: relative;
    z-index: 2;
}
.sec-banner .box-image {
    width: fit-content;
    margin-left: auto;
}
.sec-banner .container {
    position: relative;
}
.sec-banner h4 {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.4;
    color: #f3dfc7;
}
.sec-banner .box-text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #f3dfc7;
}
.sec-banner .box-text a {
    margin-top: 5px;
    display: inline-block;
    background-color: #766d62;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    padding: 12px 35px;
    color: #fff;
}
.sec-banner .box-content {
    font-size: 19px;
    width: 50%;
}
.sec-banner {
    background-color: #2b2d32;
    padding: 40px 0;
}
#header {
    background-color: #d2cfcb;
}
#logo {
	display: block;
    height: 100px;
    line-height: 60px;
}
#logo img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}
.sticky {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    position: fixed!important;
    transition: all 1s;
}
#menu {
    height: 100%;
}
#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu > ul {
    height: 100%;
}
#menu ul > li {
    margin: 0;
    z-index: 203;
    display: inline-block;
    position: relative;
    height: 100%;
}
#menu ul > li > a {
    border-width: 0;
    border-left-width: 1px;
    border-color: #aba9a5;
    line-height: 90px;
    padding: 0 30px;
    display: inline-block;
    border-style: solid;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 18px;
    font-family: "Merriweather", Helvetica, Arial, sans-serif;
    color: #444444;
}
.top-bar-left {
    display: flex;
}
.responsive-menu-toggle {
    display: none;
}
#menu ul li.current-menu-item a, #menu ul li:hover a {
    background: #766d62;
    color: #ffffff;
}
.sec-comingsoon img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 1240px) {
    #menu {
        display: block!important;
    }
    #menu > ul {
        display: flex;
    }
}
@media only screen and (max-width: 1239px) {
    #menu {
        display: none;
        height: auto;
        margin: 0;
        position: static!important;
        width: 100%!important;
    }
}
@media only screen and (max-width: 480px) {
    .inner-image {
        height: 400px!important;
    }
    .sec-banner .box-text {
        position: relative;
    }
    .sec-banner .box-content {
        width: 100%;
    }
    .sec-banner h4 {
        font-size: 30px;
    }
    .top-bar-left {
        display: block!important;
    }
    .logo {
        text-align: center;
    }
    .top-bar-left a.responsive-menu-toggle {
        position: absolute;
        display: block;
        top: 40.5px;
        right: 10px;
        margin-top: -17px;
        width: 34px;
        height: 34px;
        text-align: center;
        border-radius: 3px;
        z-index: 200;
        color: #051557;
        background: transparent;
    }
    #logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 75px;
    }
    #top-bar {
        position: relative;
    }
    #menu ul li {
        width: 100%;
        padding-bottom: 0;
        border-right: 0;
        position: relative;
    }
    #menu ul li a {
        padding: 15px 25px;
        margin: 0;
        display: block;
        height: auto;
        line-height: normal;
        border: none;
        font-size: 13px;
    }
}