@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
/* Safari, Android, iOS ==========================*/
@font-face {
    font-family: 'DaxLight';
    src: url('../fonts/DaxLight.html') format('truetype');
}
@font-face {
    font-family: 'DaxMedium';
    src: url('../fonts/DaxMedium.html') format('truetype');
}
@font-face {
    font-family: 'DaxRegular';
    src: url('../fonts/DaxRegular.html') format('truetype');
}
@font-face {
    font-family: 'DaxBold';
    src: url('../fonts/DaxBold.html') format('truetype');
}
body, textarea, select, input, button, dl, dd, dt, a {
    font-family: 'DaxLight', sans-serif;
}
option[value=""][disabled] {
    display: none;
    color: #f00;
}
body {
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
select::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a {
    outline: 0;
    text-decoration: none;
}
a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
}
/* attach class in .main-wrapper to add fiter to header area*/
.icon-specialoffers {
    position: relative;
    display: block;
}
/* attach class in special offers */
.icon-specialoffers::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '\20B1';
    display: block;
    width: 60px;
    height: 60px;
    padding: 12px 26px;
    background: #b7a281 url(../images/icon-specialoffers.png);
    color: #b7a281;
}
.ease {
    -webkit-transition: all .8s ease;
    -moze-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.p0 {
    padding: 0;
}
.sp-on {
    display: none;
}
/* @move layout ==========================*/
.mobileNavWrap,
.main-wrapper,
.gold-nav,
.drawer,
.header2, footer {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.nav-open .mobileNavWrap,
.nav-open .main-wrapper,
.nav-open .gold-nav,
.nav-open .drawer,
.nav-open .header2,
.nav-open footer{
    -moz-transform: translate(260px,0);
    -ms-transform: translate(260px,0);
    -webkit-transform: translate(260px,0);
    transform: translate(260px,0);
}
/* @buttons ==========================*/
.gold-btn {
    outline: 0;
    border: 0;
    background: #ab9769;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
    text-transform:uppercase;
}
.gold-btn:hover {
    color:#fff;
    background:#121212;
}
.gold-btn:focus,
.gold-btn:hover {
    color: inherit;
    color: #fff;
    text-decoration: none;
    background: #222;
}
/* @HEADER ==========================*/
header {
    height: 78px;
}
.header {
    height: 78px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #121212;
    z-index: 10;
}
.lang {
    position: absolute;
    top: 20px;
    right: 68px;
    cursor: pointer;
}
.lang .fa-caret-down {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 3;
    cursor: pointer;
}
.lang_ul {
    width: 98px;
    padding: 0;
    background: #fff;
    color: #222;
}
.lang_ul img {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.lang_ul li {
    position: absolute;
    list-style-type: none;
    padding: 2px;
    border-bottom: solid 1px #ddd;
    z-index: 1;
    background: #fff;
    width: 100%;
}
.lang-click li {
    position: relative;
    cursor: pointer;
}
.lang_ul .active {
    z-index: 2;
}
.mobileNavWrap {
    position: fixed;
    bottom: 0;
    top: 78px;
    overflow-y: auto;
    left: -260px;
    background: #121212;
    width: 260px;
    z-index: 8;
}
.mobileNavWrap--sm {
    top: 128px;
}
#mobileNav {
    margin: 0;
    padding: 0;
    list-style: none !important;
}
#mobileNav > li {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background: #121212;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    text-align: left;
    text-transform: uppercase;
}
#mobileNav > li:nth-child(even) {
    background: #2c2c2c;
}
#mobileNav > li a {
    color: #fff;
    text-decoration: none;
}
#mobileNav .fa {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #bbb;
    cursor: pointer;
}
#mobileNav .fa:hover {
    color: #fff;
}
#mobileNav a {
    display: block;
    padding: 0.6em 2em;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#mobileNav a:hover {
    opacity: .8;
    padding-left: 2.6em;
}
/*.mobileNavLi {
    -webkit-transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
    transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
*/
/*.device--alt .mobileNavLi {
    -webkit-transform: translate3d(0, 260px, 0) scale3d(1, 0.2, 1);
    transform: translate3d(0, 260px, 0) scale3d(1, 0.2, 1);
}
*/
/*.mobileNavActive .mobileNavLi {
    -webkit-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
    transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
*/
.mobileNavLi ul {
    margin:0;
    padding:0;
    padding-left: 10px;
    list-style:none;
}
.mobileNavLi a {
    font-size: 13px;
}
#mobileNav li ul {
    display: none;
}
.menuWrapper {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 20px;
    pointer-events: none;
    transition: 0.1s;
    visibility: hidden;
}
.menuWrapper.scaled {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.menuWrapper svg {
    position: absolute;
    top: -33px;
    left: -33px;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.menuWrapper svg path {
    stroke: #c6c6c6;
    stroke-width: 40px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: transparent;

}
.menuWrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.menuWrapper .menu-icon-trigger:hover,.menuWrapper .menu-icon-trigger:focus {
    outline: none;
}
.logoArea {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
    width: 190px;
    text-align: center;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
/*#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 30px;
    font-family: 'DaxLight', sans-serif;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    text-transform: capitalize;
}
*/
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background: #b7a281;
    border-color: #b7a281;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #c6c6c6;
    opacity: 1;
    padding: 10px 17px;
    font-size: 60px;
}
#search .close:focus {
    outline: 0;
}
.searchArea {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.7em 1em;
    font-size: 25px;
}
.searchArea a {
    color: #c6c6c6;
}
/* @filter */
.main-wrapper.filter-on {
    margin-top: 48px;
}
.filter-refine {
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px;
    cursor: pointer;
    display: none;
}
.filter-refine + .filter-menu {
    max-height: 0;
}
.filter-refine.p4 + .filter-menu {
    max-height: 392px;
}
.filter-menu,
.filter-refine .fa{
    -webkit-transition: all .2s ease;
    -moze-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.filter-refine.p4 .fa {
    transform: rotate(180deg);
}
.filter-refine .fa {
    margin: 0 5px;
}
.filter-wrapper{
    position: fixed;
    top: 78px;
    background:#4d4845;
    width:100%;
    z-index:9;
    display: block;
}
.filter-menu a,
.filter-menu_list span {
    display: inline-block;
    padding: 16px;
    text-transform:uppercase;
    color:#fff;
    font-size:12px;
    letter-spacing:2px;
    text-decoration:none;
    vertical-align: top;
    cursor: pointer;
}
.filter-menu_back-btn {
    float: left;
    background:#2e2a28;
}
.filter-menu_list {
    margin: 0;
    padding: 0;
    background: #3f3b38;
    float: left;
}
.filter-menu_list li {
    float: left;
    list-style-type: none;
    border-left: 1px solid #534f4c;
}
.filter-menu_list {
    padding: 0
}
.filter-menu_list a {
    padding:17px 16px 15px 15px;
    display: inline-block;
}
.filter-menu_list a:hover {
    color: #3E424E;
}
.filter-menu_list .p4 {
    background-color: #202020;
}
.filter-menu_list .p4 a {
    color: #3E424E;
}
.video-toggle {
    float: right;
    margin: 0 15px;
}
/* @filter - toggle header*/
.toggle-banner {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 13px 4px;
}
.toggle-banner+label {
    cursor: pointer;
    margin: 0;
    padding: 13px 4px;
}
#switch3 {
    margin: 0 10px;
}
#switch3 + label {
    width: 34px;
    height: 14px;
    background: #d3d3d3;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin: 0;
}
#switch3 + label:before, input[type=checkbox].switch + label:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 0;
    transition: all .2s;
}
#switch3 + label:after {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
#switch3 + label:before {
    background: #d3d3d3;
    transform: scale3d(0, 0, 1);
}
#switch3 + label:active:before {
    transform: scale3d(3, 3, 1);
    opacity: 0;
}
#switch3 {
    display: none;
}
#switch3:checked + label {
    background: rgba(3, 155, 229, 0.5);
}
#switch3:checked + label:before, input[type=checkbox].switch:checked + label:after {
    left: 14px;
    background: #039be5;
}
#switch3:disabled + label {
    opacity: 0.4;
    cursor: not-allowed;
}
#switch3.green {
    display: none;
}
#switch3.green:checked + label {
    background: rgba(4, 196, 52, 0.5);
}
#switch3.green:checked + label:before, input[type=checkbox].switch.green:checked + label:after {
    background: #04c434;
}
#switch3.red {
    display: none;
}
#switch3.red:checked + label {
    background: rgba(244, 67, 54, 0.5);
}
#switch3.red:checked + label:before, input[type=checkbox].switch.red:checked + label:after {
    background: #f44336;
}
/* @MAIN ==========================*/
.main-wrapper {
    margin-bottom: 82px;
    margin-top: 50px;
}
.hotel .main-content {
    margin-top: 100px;
}
.breadcrumb {
    margin: 0;
    color: #cec9c5;
    background: #6c6763;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}
.breadcrumb span {
    float: left;
}
.breadcrumb_ol {
    margin: 0;
    padding: 0;
}
.breadcrumb_ol li {
    display: inline-block;
}
.breadcrumb_ol li:after {
    content: ' >';
}
.breadcrumb_ol li:last-child{
    color: #3E424E;
}
.breadcrumb_ol li:last-child:after {
    content: '';
}
.breadcrumb_ol a {
    color: #cec9c5;
    text-decoration: underline;
}
.breadcrumb_ol a:hover {
    text-decoration: none;
}
.highlight {
    background:#000;
}
.highlight a {
    text-decoration: none;
}
.highlight h2{
    width:90%;
    border:3px solid #000;
    padding:5px;
    position:absolute;
    top:10%;
    left:0;
    right:0;
    margin:auto;
    z-index:6;
    text-transform:uppercase;
    text-align:center;
    color:#fff;
    font-size:20px;
}
.highlight h2 span {
    background:#000;
    width:100%;
    padding:20px 0;
    display:block;
}
.resto-select {
    width:100%;
    text-transform:uppercase;
}
.resto-select-content {
    display:none;
}
.resto-select-content p img {
    width: 100%;
}
.bookForm label input {
    height: 23px;
    background: url('../../../../../images/inputbg.html') repeat-x;
    border: 1px solid #585858;
    width: 100%;
    color: #000;
    line-height: 1;
}
.data label select {
    text-transform:capitalize;
    width:100%;
}
.promos_caption {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    background: #fff;
    padding: 12px;
    bottom:0;
}
.promos_caption {
    -webkit-transition: all .6s ease;
    -moze-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.promos_caption::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #fff transparent;
    top: -13px;
    left: 48%;
}
.promos_caption h3 {
    text-align: center;
    font-family: 'DaxMedium';
}
.promos_caption a {
    font-size: 16px;
    color: #222;
}
.promos_caption p {
    margin: 0;
    font-size: 14px;
    overflow: hidden;
}
.promos .gold-btn,
.promos_item .gold-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
}
.promos_2-btn .gold-btn {
    width: 50%;
}
.promos_2-btn a:last-child {
    width: 50%;
    left: 50%;
    border-left: solid 1px #fff;
}
.promos .promos_item:hover .promos_caption {
    bottom: 34px;
}
.promos img {
    width: 100%;
}
.quote {
    width: 100%;
    text-align: center;
    background: #121212;
    display: block;
    padding:15px 0;
}
.quote--2 {
    background: #222;
}
.quote--3 {
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
}
.quote label {
    text-transform: uppercase;
    color: #fff;
    margin-right: 20px;
    float: left;
    line-height: 2.2;
}
.quote input {
    display:block;
    width:auto;
    padding: 7px 15px;
    margin:0;
}
.quote_select {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.quote select {
    display: inline-block;
    padding: 0 8px;
    padding-right: 42px;
    cursor: pointer;
    border:2px solid #ab9769;
    background: #fff url('../images/btn-dropdown.png')no-repeat right center;
    min-height:40px;
    color: #222;
    /*font-size: 16px;
    */
    font-size: 1rem;
    width: 100%;
    font-weight: normal;
    min-width: 142px;
}
.quote .datepicker {
    position: relative;
    display:block;
    color: #222;
}
.datepicker input {
    font-size: 24px;
    padding: 0 38px 0 8px;
    width: 100%;
}
.quote .datepicker:before {
    position: absolute;
    top: 7px;
    right: 6px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f073";
    color: #333;
}
.quote p {
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'DaxRegular', sans-serif;
    color: #fff;
    letter-spacing: 3px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: auto;
    margin: 0;
}
.quote .gold-btn {
    border: solid 1px #ab9769;
    width: 100%;
}
.quote .gold-btn:hover {
    border:1px solid #fff;
}
.promo3 a {
    display: block
}
.promo3 img {
    width: 100%;
}
.sp-on {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    margin: auto;
    width: 70%;
    height: 20%;
    background: rgba(0, 0, 0, 0.5);
}
.sp-on h2 {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.2s ease-in-out;
    background: none;
    width: 80%;
    margin: auto;
    padding: 20px 0;
}
.sp-on p {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.2s linear;
    text-transform: capitalize;
    background: none;
    display: none !important;
    margin: 0;
    padding: 0;
}
.sp-on a.info {
    opacity: 1;
    background: none;
}
.sp-fig {
    display: none;
}
.sp-fig h2,p.icon-links a {
    transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
}
.sp-fig figcaption {
    bottom: 3.5em !important;
}
/* @highlight */
.view .mask,
.view .content {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view img {
    display: block;
    position: relative;
    width: 100%;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 30px;
    padding: 10px;
    background: #000;
    margin: 20px 0 0 0;
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}
.view .info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
    box-shadow: 0 0 5px #000;
}
.view-first {
    cursor: pointer;
}
.view-first img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    -moz-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first .info {
    opacity: 0;
    text-transform: lowercase;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view img, figure {
    width: 100%;
}
.inner-mask {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-height: 12%;
    margin: auto;
    padding-bottom: 30px;
}
.effect-zoe h2 {
    font-size: 20px;
    line-height: 1.8;
}
/* highlight hover */
.highlight a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.highlight a:hover .mask {
    opacity: 1;
}
.highlight a:hover h2,.highlight a:hover p,.highlight a:hover .info {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.highlight a:hover p {
    -webkit-transition-delay: all 0.1s ease-in-out;
    -moz-transition-delay: all 0.1s ease-in-out;
    -ms-transition-delay: all 0.1s ease-in-out;
    -o-transition-delay: all 0.1s ease-in-out;
    transition-delay: all 0.1s ease-in-out;
}
.highlight a:hover .info {
    -webkit-transition-delay: all 0.2s ease-in-out;
    -moz-transition-delay: all 0.2s ease-in-out;
    -ms-transition-delay: all 0.2s ease-in-out;
    -o-transition-delay: all 0.2s ease-in-out;
    transition-delay: all 0.2s ease-in-out;
}
/* @hotels page - rating style*/
.main--hotel .view .mask,
.main--hotel .view .content {
    position: initial;
}
.main--hotel .banner {
    /*max-height:500px;*/
    width:100%;
    overflow:hidden;
    position:relative;
    /*display: none;*/
}
.main--hotel .banner-caption {
    color:#fff;
    background:rgba(0,0,0,0.7);
    text-align:center;
    font-size:15px;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    right:0;
    left:0;
    width:50%;
    height: auto;
    margin:auto;
    padding:30px 20px;
}
.main--hotel .banner-caption h1 {
    margin:0 0 10px;
    padding:0;
    text-transform:uppercase;
    font-size:30px;
}
.main--hotel .view-first .mask {
    background-color:transparent;
    position: absolute;
    z-index: 6;
}
.main--hotel .inner-mask {
    position: absolute;
    background:rgba(0,0,0,0.7);
    bottom: -100%;
}
.main--hotel .inner-mask {
    -webkit-transition: all .8s ease;
    -moze-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.main--hotel .view-first:hover .inner-mask {
    bottom: 0;
}
.main--hotel .inner-mask .content {
    width:100%;
    padding:15px 25px;
    color:#fff;
    text-align:left;
    font-size:14px;
}
.main--hotel .explore-btn {
    position:absolute;
    bottom:0;
    width:100%;
    left:0;
    display:block;
    background:#ab9769;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    color:#fff;
    text-transform:uppercase;
    height:35px;
    line-height:35px;
}
.main--hotel .explore-btn:hover {
    background: #222;
}
.main--hotel .inner-mask .explore-btn a:hover {
    background:#000;
}
.main--hotel .inner-mask .content .rate span{
    float:left;
    color:#ab9769;
    font-size:15px;
}
.main--hotel .inner-mask{
    top:auto;
}
.main--hotel figure.effect-zoe figcaption{
    background:#fff;
    height: auto;
}
.main--hotel figure.effect-zoe h2 span{
    color:#121212;
}
.main--hotel figure.effect-zoe h2 {
    color:#676767
}
.main--hotel figure.effect-zoe p.icon-links a, figure.effect-zoe p.icon-links a {
    color:#fff;
}
.main--hotel .quote p {
    font-size:18px;
}
/* @room specs page */
.nav-tabs {
    border-bottom: solid 1px #bbb;
    margin: 12px;
    padding-left: 12px;
}
.nav-tabs:after {
    content:'';
    display: table;
    clear: both;
}
.nav-tabs li {
    display: inline;
    float: left;
    border: 1px solid #bbb;
    margin: 0 0 -1px -1px;
    background: #b7a281;
}
.nav-tabs a {
    padding: 5px 12px;
    color: #fff;
    border-bottom: 0;
    text-decoration: none;
    display: table-cell;
    width: 100%;
    height: 100%;
}
.nav-tabs a {
    -webkit-transition: background .4s ease;
    -moze-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
}
.nav-tabs li:hover,
.nav-tabs .active {
    color: #222;
}
.nav-tabs a:hover,
.nav-tabs .active a {
    color: #fff;
    background: rgba(26,26,26,.6);
}
.nav-tabs .active a {
    position: relative;
    color: #fff;
}
.tab-pane {
    display: none;
    padding: 8px 15px 26px;
}
.tab-pane img {
    display: block;
    margin: 0 auto;
}
.tab-content .active {
    display: block;
}
.nav-tabs i {
    display: inline-block;
    margin-right: 10px;
}
.nav-tabs i,
.nav-tabs span {
    display: inline-block;
    vertical-align: middle;
}
.ico-roomspec1,
.ico-roomspec2,
.ico-roomspec3 {
    display: block;
    width: 33px;
    height: 40px;
    background: url(../images/ico-mapspec.png)no-repeat;
}
.ico-roomspec2 {
    background-position: 0 -40px;
}
.ico-roomspec3 {
    background-position: 0 -80px;
}
/* @FOOTER ==========================*/
/* gold-nav */
.gold-nav {
    position: fixed;
    top: 78px;
    bottom: 72px;
    left: 0;
    width: 64px;
    background: #b7a281;
    z-index: 7;
}
.gold-nav--sm {
    top: 128px;
}
.gold-nav_ul {
    width: 100%;
}
.gold-nav_ul {
    padding: 0;
    margin: auto 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gold-nav_ul li {
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #c4b696;
}
.gold-nav_ul li:last-child {
    border-bottom: 1px solid #c4b696;
}
.gold-nav_ul li a {
    color: #fff;
    padding: 10px;
    font-size: 10px;
    display: block;
    text-decoration: none;
}
.gold-nav_ul li:hover a {
    text-decoration: none;
    color: #fff;
    background: rgba(26,26,26,.6);
}
.gold-nav_ul li a span {
    font-size: 25px !important;
}
.gold-nav_ul li span{
    display:inline-block;
    margin:auto;
    background-image:url(../images/icons.png);
    background-repeat:no-repeat;
    background-size:100%;
    width:30px;
    height:30px;
}
.gold-nav_ul li .login-ico{
    background-position:0 100%;
}
.gold-nav_ul li .book-ico{
    background-position:0 93.91753%;
}
.gold-nav_ul li .offers-ico{
    background-position:0 44.43299%
}
.gold-nav_ul li .contact-ico{
    background-position:0 50.51546%;
}
.gold-nav_ul li .share-ico{
    background-position:0 62.8866%;
}
.gold-nav_ul li .info-ico{
    background-position:0 25.7732%;
}
/* @footer & sitemap */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #121212;
    z-index: 10;
}
.sns {
    float: left;
}
.sns ul li {
    margin: 0;
}
.sns ul li a {
    padding: 15px;
    border-right: 1px solid #272727;
    display: block;
    font-size: 20px;
    color: #c6c6c6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sns ul li:hover a {
    background: #c4b696;
    color: #121212;
}
.footer-logo {
    float: right;
    margin-right: 80px;
}
.footer-logo li {
    margin-right: 3px;
    padding: 5px;
}
.footer-logo li:last-child {
    margin-right: 0;
}
.footer-logo li a {
    display: block;
}
.footer-logo li img {
    max-height: 40px;
}
.sm {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
.sm span {
    font-size: 20px;
    color: #c6c6c6;
}
.sm a {
    color: #c6c6c6;
    text-decoration: none;
    pointer-events: none;
}
.sns ul,.sm ul,.footer-logo ul {
    margin: 0;
    padding: 0;
}
.sns ul li,.sm ul li,.footer-logo ul li {
    float: left;
    list-style: none;
}
.footer1 {
    padding: 0 15px 0 0;
}
.footer2 {
    background: #000;
    width: 100%;
    padding: 5px 15px;
}
.footer2 p,
.footer2 p a {
    text-transform: uppercase;
    font-size: 8px;
    color: #c6c6c6;
    padding: 0;
    margin: 0;
}
.sm-rise {
    display: none;
}
.sm-rise .left ul {
    margin: 0 15px 0 0;
    padding: 0;
}
.sm-rise .left ul li {
    list-style: none;
}
.sm-rise .left ul li a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    color: #c6c6c6;
}
.sm-rise .left ul li:hover a {
    color: #c4b696;
}
.sm-rise .right h2 {
    font-size: 20px;
    color: #c6c6c6;
}
.sm-rise .right .contact_details > p {
    font-size: 12px;
    text-align: left;
}
.contact_details {
    color: #999;
}
.sm-rise .right .contact_email ul {
    margin: 0;
    padding: 0;
}
.sm-rise .right .contact_email ul li {
    font-size: 13px;
    text-align: left;
    list-style: none;
}
.sm-rise .right .contact_email ul li a {
    color: #fff;
}
.footer_foo {
    height: 2px;
    color: #fff;
    font-size: 17px;
}
.footer_foo ul {
    padding: 0;
}
.footer_foo li {
    list-style-type: none;
}
.footer_foo a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.footer_foo h2 {
    font-size:16px;
    font-weight:bold;
}
.contact_details p {
    font-size:13px;
}
/* @drawers */
.drawer {
    position: fixed;
    top: 128px;
    bottom: 72px;
    left: 64px;
    right: 0;
    color: #eee;
    display: none;
    z-index: 9;
}
/*.drawer {
    position: fixed;
    top: 128px;
    bottom: 72px;
    left: 64px;
    right: 0;
    color: #eee;
    display: none;
    z-index: 99999;
}
*/
.drawer--sm {
    top: 128px;
}
.drawer-open .drawer {
    display: block;
}
.drawer1,
.drawer2 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    left:25%;
    display: none;
}
.drawer1,
.drawer2 {
    -webkit-transition: right .8s ease;
    -moze-transition: right .8s ease;
    -o-transition: right .8s ease;
    transition: right .8s ease;
}
.drawer1 {
    background: #1d1d1d;
    left: 0;
    border-left: solid 1px #363636;
    width: 25%;
    z-index: 2
}
.drawer2 {
    background: #444;
    right: 0;
    z-index: 1;
}
.drawer1-open .drawer1,
.drawer2-open .drawer2 {
    display: block;
}
.drawer1>div,
.drawer2>div {
    position: absolute;
    top: 50%;
    -webkit-tranform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: none;
    margin:auto;
}
.drawer1>div {
    background: #292929;
}
.drawer2>div {
    background: #fff;
    padding: 20px 5px;
    overflow: hidden;
}
.drawer2>div>div {
    position: relative;
    padding: 0 12px;
    max-height: 422px;
    overflow-x: hidden;
}
.drawer .drawer_back,.drawer .drawer_close {
    position: absolute;
    margin: 10px;
    display: block;
    height: 36px;
    width: 36px;
    cursor: pointer;
    z-index: 3;
    opacity: .6;
}
.drawer .drawer_back {
    font-size: 36px;
    display: none;
}
.drawer .drawer_close {
    font-size: 36px;
    right: 75%;
}
.drawer2-open .drawer_close {
    right: 50%;
}
.drawer2 .datepicker {
    position: relative;
}
.drawer2 .datepicker:before {
    position: absolute;
    top: 7px;
    right: 6px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f073";
    color: #333;
    font-size: 18px;
}
/*.drawer_close {
    -webkit-transition: right 1s ease;
    -moz-transition: right 1s ease;
    -o-transition: right 1s ease;
    transition: right 1s ease;
}
*/
.drawer .drawer_close:hover {
    opacity: 1;
}
.drawer_close:before {
    content:'';
    position: absolute;
    display: block;
    height: 36px;
    width: 36px;
    font-size: 20px;
    background: url(../images/close.png);
}
.drawer dl {
    margin: 0;
    background: #292929;
}
.drawer dt,
.drawer dd {
    margin: 0;
    display: block;
    padding: 17px 20px;
    border-top: 1px solid #414141;
}
.drawer dt {
    color: #e1cb98;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'DaxRegular', sans-serif;
    letter-spacing: 2px;
}
.drawer dd,
.drawer a {
    color: #fff;
    font-size: 13px;
    font-family: 'DaxRegular', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}
.drawer dd:hover {
    background: #b7a281;
}
.drawer dd:hover .fa-angle-right {
    color: #fff;
}
.drawer .fa-angle-right {
    position: absolute;
    right: 12px;
    color: #b7a281;
    font-size: 18px;
}
.drawer select,
.drawer input[type="text"] {
    color: #222;
    display: block;
    width: 100%;
    padding: 5px;
    outline: 0;
    cursor:pointer;
    font-size:15px;
    border:2px solid #ab9769;
}
.drawer select {
    display:block;
    margin-bottom: 10px;
    padding-right: 42px;
    cursor: pointer;
    border:2px solid #ab9769;
    background:url('../images/btn-dropdown.png')no-repeat right center;
    min-height:36px;
}
.drawer .gold-btn {
    display: block;
    width: 100%;
}
.drawer2 .fa-angle-right {
    color: #fff;
    right: 15px;
}
.drawer1 .gold-btn {
    margin: 10px auto;
    width: 84%;
}
.drawer2 {
    color: #222;
}
.drawer2 label {
    text-transform:uppercase;
    text-align:center;
    color:#2e2e2e;
}
.drawer2>div p {
    color:#121212;
}
.drawer2-title {
    text-transform:uppercase;
    text-align:center !important;
    color:#2e2e2e;
    font-family: 'DaxMedium', sans-serif;
    letter-spacing:2px;
}
.drawer2-img img {
    width:100%;
}
.drawer2 img {
    max-width: 100%;
    width: 100%;
}
.drawer2 h2 {
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:2px;
    font-family: 'DaxRegular', sans-serif;
    color:#121212;
}
.drawer2 p {
    font-size:12px;
}
.drawer2 p a{
    color:#ab9769;
}
.drawer2 h3 {
    font-size: 17px;
}
.drawer2 h5 {
    text-align: center;
}
.drawer2_caption {
    padding: 20px 0 0;
}
/* @drawer animation */
@-webkit-keyframes fadeInLeft2 {
    from {
     opacity: 0;
     -webkit-transform: translate(-100%, -50%);
     transform: translate(-100%, -50%);
 }
 to {
     opacity: 1;
     -webkit-transform: translate(0, -50%);
     transform: translate(0, -50%);
 }
}
@keyframes fadeInLeft2 {
    from {
     opacity: 0;
     -webkit-transform: translate(-100%, -50%);
     transform: translate(-100%, -50%);
 }
 to {
     opacity: 1;
     -webkit-transform: translate(0, -50%);
     transform: translate(0, -50%);
 }
}
@media (min-width:780px){
    .fadeInLeft2 {
     -webkit-animation-name: fadeInLeft2;
     animation-name: fadeInLeft2;
 }
}
/* .data label {
    margin: 0;
    color: #a49db3;
    text-transform: capitalize;
    font-size: 12px;
    width: 100%;
}
 .data label select {
    -moz-appearance: none;
    height: 23px;
    border: 1px solid #585858;
    width: 100%;
    margin-bottom: 10px;
    color: #000;
    text-transform: capitalize;
    line-height: 1;
    padding: 0 10px;
    background-image: url('/images/selectArrow.jpg'), url('/images/inputbg.jpg');
    background-repeat: no-repeat, repeat-x;
    background-position: right center, top center;
    cursor: pointer;
}
 .data label select.short {
    width: 50px;
}
 .data label input.short {
    width: 50px;
}
 .data.btnn {
    text-align: left;
    margin-top: 15px;
}
 .data.btnn button {
    text-align: left;
    border: 0;
    color: #a49db3;
    text-transform: uppercase;
    background: none;
    width: 100%;
}
 .data.btnn button span {
    float: right;
    line-height: 1.5;
}
 .data.btnn button:hover,
 .data.btnn button:hover span {
    color: #fff;
}
 .data.col2 {
    width: 48%;
    float: left;
    margin-right: 10px;
}
 .data.col2:nth-child(3n) {
    margin-right: 0;
}
 .data.col2 label input {
    width: 100%;
    margin: 0 0 10px;
}
 .data2.col2 {
    width: 50%;
    float: left;
}
 .data2.col2 label {
    font-size: 12px;
    line-height: 1;
}
 .data2 label select {
    width: 100%;
    margin: 0;
    font-size: 12px;
}
 figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #121212;
    text-align: center;
    cursor: pointer;
}
 figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
 figure figcaption {
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
 figure figcaption: :before,figure figcaption: :after {
    pointer-events: none;
}
 figure figcaption,figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
 figure h2 {
    word-spacing: -0.15em;
    font-family: 'DaxLight', sans-serif;
}
 figure h2 span {
    font-family: 'DaxBold', sans-serif;
}
 figure h2,figure p {
    margin: 0;
}
 figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
 figure {
    margin: 0;
}
 figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    height: 3.5em;
    background: #121212;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
 figure.effect-zoe h2 {
    float: left;
    color: #c6c6c6;
}
 figure.effect-zoe h2 span {
    color: #c6c6c6;
}
 figure.effect-zoe p.icon-links a {
    float: right;
    color: #121212;
    font-size: 1.4em;
    background: #b7a281;
    text-decoration: none;
    padding: 5px 10px;
}
 figure.effect-zoe:hover p.icon-links a:hover,figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}
 figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
}
 figure.effect-zoe h2,figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
 figure.effect-zoe p.icon-links a span: :before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 figure.effect-zoe img {
    width: 100%;
}
 figure.effect-zoe h2 {
    display: inline-block;
}
 figure.effect-zoe:hover p.description {
    opacity: 1;
}
 figure.effect-zoe:hover figcaption,figure.effect-zoe:hover h2,figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
 figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
 figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
 figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
 figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
*/
.gold-nav_ul .fa {
    font-size: 22px;
}
.gold-nav,
.gold-btn, #search .btn,
.sns ul li:hover a {
    background: #c8af71;
}
.gold-nav_ul li a,
.drawer dd:hover .fa-angle-right,
.drawer .gold-btn,
.drawer2 .fa-angle-right,
.drawer dd.no-draw:hover a,
.quote input, #search .btn{
    color:#292929;
    text-decoration:none;
}
.gold-btn,
.drawer .gold-btn {
    color: #fff;
}
.gold-nav_ul li:hover a {
    background: #bea663;
}
.gold-nav_ul li:hover{
    border-top:1px solid #c8af71;
}
.gold-nav_ul li {
    border-top:1px solid #e0cb96;
    border-bottom:1px solid #8a784b;
}
.gold-nav_ul li:first-child{
    border-top:1px solid #8a784b;
}
.gold-nav_ul li:last-child{
    border-bottom:1px solid #8a784b;
}
.drawer dd {
    position: relative;
}
.drawer .fa-angle-right {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
}
.drawer dd:hover {
    background: #c8af71;
    color:#292929;
}
.drawer select,
.drawer select,
.drawer input[type="text"],
.quote select {
    border-color:#c8af71;
}
.view {
    max-height:456px;
}
.quote {
    background: #080705;
}
.quote--2 {
    background: #222;
}
/*fixes*/
.drawer1>div,
.drawer2>div {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.datepicker input {
    outline: 0;
    border: 0;
    padding: 11px 38px 11px 7px;
    line-height: 1;
}
/** DRAWER WIDGET =============*/
.drawer2 .resto {
    overflow-y: scroll;
}
#restocrystaldragon iframe {
    width: 100%;
}

.data-resto-content-wrapper iframe {
    width: 100%;
    min-height: 240px;
}
/* SCROLLBAR ==========================*/
.drawer1>div{
    overflow: hidden;
    overflow-y: auto !important;
}
.drawer1 dl::-webkit-scrollbar-track,
.drawer1>div::-webkit-scrollbar-track{
    width: 8px;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    background-clip: padding-box;
    border-radius: 5px;
}
.drawer1 dl::-webkit-scrollbar,
.drawer1>div::-webkit-scrollbar{
    width: 8px;
    background-color: transparent;
}
.drawer1 dl::-webkit-scrollbar-thumb,
.drawer1>div::-webkit-scrollbar-thumb{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgb(62, 66, 78, 0.5);
    border: 1px solid rgb(255, 255, 255);
    opacity: 0.3;
}

/**
* -----------------------------------------
* HOMEPAGE SLIDER
* -----------------------------------------
*/

#carousel {
    width: 100%;
    height: 100%;
    overflow:hidden;
    margin: 0 auto;
    margin-top: 0px;
}
#carousel ul {
    width: 200%;
    padding: 0;
    margin: 0;
}
#carousel ul li {
    width:50%;
    text-align: center;
    list-style: none;
    float: left;
}
#carousel ul li img{
    width:100%;
}


/**
* -----------------------------------------
* BANNER VIDEO
* -----------------------------------------
*/

#carousel .mute-controller video {
    position: relative;
}

#carousel .mute-controller .mute-btn-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 30px;
}

#carousel .mute-controller .mute-btn-container .mute-button {
    font-size: 30px;
    color: #ffffff;
    text-shadow: 1px 1px 2px black;
    background: transparent;
    border: none;
}

#carousel .mute-controller .mute-btn-container .mute-button:focus {
    outline: 0;
}

/**
* -----------------------------------------
* RESDIARY
* -----------------------------------------
*/

.data-resto-content-wrapper {
    overflow: scroll !important;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch !important;
    overflow: -moz-scrollbars-none;
}

.data-resto-content-wrapper::-webkit-scrollbar {
    display: none;
}

.data-resto-content-wrapper iframe {
    display: block;
    height: 500px;
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

/**
* -----------------------------------------
* DEFAULT TABLE LAYOUT
* SCROLLING TABLE
*
* 01-30-2019
* -----------------------------------------
*/

.tbl-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.tbl-container table tr td {
    padding: 5px 10px;
}

::-webkit-scrollbar {
    display: none;
}
