@charset "UTF-8";
/* font */
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond|EB+Garamond|Open+Sans:300,400');
/*
font-family: 'EB Garamond', serif;
font-family: 'Univers LT Pro', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Didot LT Pro';
*/

@font-face {
    font-family: 'Univers LT Pro';
    src: url('../fonts/UniversLTPro-45Light.eot');
    src: url('../fonts/UniversLTPro-45Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UniversLTPro-45Light.woff2') format('woff2'),
        url('../fonts/UniversLTPro-45Light.woff') format('woff'),
        url('../fonts/UniversLTPro-45Light.ttf') format('truetype'),
        url('../fonts/UniversLTPro-45Light.svg#UniversLTPro-45Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Didot LT Pro';
    src: url('../fonts/DidotLTPro-Roman.eot');
    src: url('../fonts/DidotLTPro-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DidotLTPro-Roman.woff2') format('woff2'),
        url('../fonts/DidotLTPro-Roman.woff') format('woff'),
        url('../fonts/DidotLTPro-Roman.ttf') format('truetype'),
        url('../fonts/DidotLTPro-Roman.svg#DidotLTPro-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
}
.flaticon-tick:before { content: "\f100"; }
.flaticon-coffe-cup-outline:before { content: "\f101"; }
.flaticon-parking-sign:before { content: "\f102"; }
.flaticon-wifi:before { content: "\f103"; }
.flaticon-tag:before { content: "\f104"; }
.flaticon-envelope:before { content: "\f105"; }
.flaticon-placeholder:before { content: "\f106"; }
.flaticon-pin:before { content: "\f107"; }
.flaticon-left-arrow:before { content: "\f108"; }
.flaticon-right-arrow:before { content: "\f109"; }
.flaticon-play-arrow:before { content: "\f10a"; }
.flaticon-telephone:before { content: "\f10b"; }
.flaticon-up-arrow:before { content: "\f10c"; }
.flaticon-angle-arrow-down:before { content: "\f10d"; }
.flaticon-user:before { content: "\f10e"; }
.flaticon-bed:before { content: "\f10f"; }
.flaticon-bed-1:before { content: "\f110"; }
.flaticon-boy:before { content: "\f111"; }
.flaticon-air-conditioner:before { content: "\f112"; }
.flaticon-bathrobe:before { content: "\f113"; }
.flaticon-hair-dryer:before { content: "\f114"; }
.flaticon-monitor:before { content: "\f115"; }
.flaticon-shampoo:before { content: "\f116"; }
.flaticon-map-pin-silhouette:before { content: "\f117"; }
.flaticon-bed-2:before { content: "\f118"; }
.flaticon-phone-call:before { content: "\f119"; }
.flaticon-picture:before { content: "\f11a"; }
.flaticon-small-calendar:before { content: "\f11b"; }
.flaticon-clock:before { content: "\f11c"; }
.flaticon-meal:before { content: "\f11d"; }
.flaticon-back:before { content: "\f11e"; }
.flaticon-cityscape:before { content: "\f11f"; }
.flaticon-train:before { content: "\f120"; }
.flaticon-supermarket:before { content: "\f121"; }
.flaticon-bottle:before { content: "\f122"; }
.flaticon-thumb-up-sign:before { content: "\f123"; }
.flaticon-crown:before { content: "\f124"; }
.flaticon-bus:before { content: "\f125"; }
.flaticon-down-arrow:before { content: "\f126"; }
.flaticon-home:before { content: "\f127"; }

/* CSS Document */


body { background-color: #FFF; color: #656460; font-family: 'Univers LT Pro', sans-serif; font-size: 14px; line-height: 24px; margin: 0; height: 100%; }
a {color: #000000; text-decoration: none !important;outline:none;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
a:hover {color:#680b0e;}
ul { margin:0; padding: 0; }
*::-moz-selection {background-color: #0095eb;color: white;}
*::selection {background-color: #0095eb;color: white;}

h1,h2,h3, h4, h5 { font-family: 'Didot LT Pro'; font-weight: lighter}
.txt-cor-nomal { font-family: 'Didot LT Pro'; font-size:20px; line-height: 22px; }
/*header*/

.relative{position: relative;}
.header { position: relative;} 

.header::before { content:""; display: block; width: 100%; height: 0px; background: #fff no-repeat center bottom; position: fixed; top: 15px; right: 0; z-index: 9; transition:all .5s ease-in-out;transition-delay:.01s;}
.header.scrollto::before { top: 0px; height: 70px; }
.header::after { content:""; display: block; width: 100%; height: 40px; background: url(../images/bg-bottom.png?t=1) no-repeat center bottom; position: absolute; bottom: -2px; right: 0; z-index: 9;}
.header .menu-header { position:fixed; overflow: hidden; width: calc(100% - 30px);left: 15px;top: 0px; padding-top: 15px; z-index: 99;  transition: all 0.5s ease 0s;}
.header .menu-header::before { content:""; display: block; width: 100%; height: 15px; background: #fff; position: absolute; top: 0px; left: 0; z-index: 1;}
.header .logo { width: 70px; height: 70px;  float: left;background: #680b0e; padding:10px;}
.header .logo .st0{ fill:#fff;}
.header .logo .title{ overflow: hidden; width: 0; height: 0; position:absolute; text-indent: -999em; white-space: nowrap;text-decoration: none; background-size: 100% 100%;}
.header .logo img{  fill: #fff; width:100%; max-width: 50px; }
.header .menu-close { float: left;background: #333; padding:20px 0; text-align: center; height: 70px; width: 70px; position: relative; left: 0; transition: all 0.5s ease 0s; cursor: pointer;}
.header .logo , .header .menu-close  { position: relative; z-index: 2;}  
.header .menu { position: absolute; width: 100%; background: rgba(243,243,243,0.92) ; text-align: center; height: 70px; 
	z-index: 1;left: calc(-100% - 30px);  transition: all 0.5s ease 0s;}
.header .booknow{ color: #fff; text-align: center; position: absolute; right: 0 ; top: 0px; width: 130px;
 background:#680b0e; height: 70px; padding-top: 28px; z-index: 2; cursor: pointer; font-family: 'Univers LT Pro';
  font-size: 30px; line-height: 20px;  }
  .header .booknow .bigbook{padding: 10px 10px 5px; border: 1px solid #fff;}
 .header .booknow .smallbook{font-size: 13px; font-family: 'Cormorant Garamond', sans-serif; position: absolute; bottom:7px;
 right: 10px; font-weight: 600;line-height: 13px; padding-left: 5px; padding-top: 5px; background: #680b0e;   }
.header .language { position:absolute; right: 150px; padding-top: 23px; padding-bottom: 20px; z-index: 12; }
.header .language li{ display: inline-block; }
.header .language li a{ color:#fff;font-family: 'Didot LT Pro'; font-size: 14px; line-height: 18px; letter-spacing: 1px; text-transform: uppercase;}
.header .language li::before{color:#fff; content: "/"; padding-right: 5px;}
.header .language li:first-child::before{ display: none;}
.header.scrollto .language li a { color:#000; }
.header.scrollto .language li::before{color:#000; content: "/"; padding-right: 5px;}
/*menu*/
.top-close { cursor: pointer;position: relative;   background:#680b0e; position: absolute; z-index: 99; padding: 5px; top: 15px; right: 15px; }
.top-close svg{ width: 35px; height: 35px; }
.menu-close {  }
.menu-item{position:relative; display:inline-block; width:30px; height:2px; background-color:#fff; vertical-align:middle; -webkit-transition-duration:.3s,.3s; -moz-transition-duration:.3s,.3s; -ms-transition-duration:.3s,.3s; -o-transition-duration:.3s,.3s; transition-duration:.3s,.3s; -webkit-transition-delay:.3s,0s; -moz-transition-delay:.3s,0s; -ms-transition-delay:.3s,0s; -o-transition-delay:.3s,0s; transition-delay:.3s,0s; margin-top:1px; margin-left:0px; width:28px}
.menu-item:after,  .menu-item:before{content:""; position:absolute; display:inline-block; width:30px; height:2px; left:0; background-color:#fff; -webkit-transition-duration:.3s,.3s; -moz-transition-duration:.3s,.3s; -ms-transition-duration:.3s,.3s; -o-transition-duration:.3s,.3s; transition-duration:.3s,.3s; -webkit-transition-delay:.3s,0s; -moz-transition-delay:.3s,0s; -ms-transition-delay:.3s,0s; -o-transition-delay:.3s,0s; transition-delay:.3s,0s}
.menu-item:before{top:-8px; -webkit-transition-property:top,transform; -moz-transition-property:top,transform; -ms-transition-property:top,transform; -o-transition-property:top,transform; transition-property:top,transform}
.menu-item:after{bottom:-8px; -webkit-transition-property:bottom,transform; -moz-transition-property:bottom,transform; -ms-transition-property:bottom,transform; -o-transition-property:bottom,transform; transition-property:bottom,transform}
.menu-close.active .menu-item{background-color:transparent; -webkit-transition-delay:0s,0s; -moz-transition-delay:0s,0s; -ms-transition-delay:0s,0s; -o-transition-delay:0s,0s; transition-delay:0s,0s}
.menu-close.active .menu-item:after, .menu-close.active .menu-item:before{-webkit-transition-delay:0s,.3s; -moz-transition-delay:0s,.3s; -ms-transition-delay:0s,.3s; -o-transition-delay:0s,.3s; transition-delay:0s,.3s}
.menu-close.active .menu-item:before{top:0; background:#fff; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg)}
.menu-close.active .menu-item:after{bottom:0; background:#fff; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg)}
.nav-menu,.nav-menu ul{margin:0;padding:0;list-style:none;line-height:1}
.nav-menu{position:relative;margin:0 auto;text-align:center; opacity: 0; top: -5px; visibility: hidden; 
	transition: all 0.5s ease 0.5s;}
.nav-menu > li{margin:0;line-height:1;padding:0;display:inline;position:relative;margin:0 5px;}
.nav-menu > li:hover > a{color:#680b0e}
.nav-menu > li:last-child > a:after{display:none}
.nav-menu > li > a{display:inline-block; font-size:13px; padding:28px 2px;position:relative;text-transform:uppercase;text-decoration:none;color:#000;-moz-transition:color .3s linear;-o-transition:color .3s linear;-webkit-transition:color .3s linear;transition:color .3s linear}
.nav-menu > li > a:hover{color:#680b0e}
.nav-menu > li:hover > ul{left:0;opacity:1;top:30px}
.nav-menu ul{position:absolute;left:0; z-index: 999999; padding-top:10px;opacity:0;-moz-transition:opacity .3s linear;-o-transition:opacity .3s linear;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}
.nav-menu ul:before,.nav-menu ul:after{content:'';display:block;position:absolute}
/*.nav-menu ul:before{height:9px;width:9px;border:1px solid #ccc;border-right:0;border-bottom:0;top:5px;left:25px;-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#eee}*/
.nav-menu ul:after{height:1px;width:12px;background:#eee;top:10px;left:24px}
.nav-menu ul li{display:block;position:relative;border-bottom:0;width:200px;text-align:justify;background:#eee; -moz-transition:background .3s linear;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear}
.nav-menu ul li:last-child{border-bottom:1px}
.nav-menu ul li:hover{background:#f7f7f7}
.nav-menu ul li:hover a{color:#680b0e}
.nav-menu ul li a{text-decoration:none;display:block;padding:10px 12px 10px 20px;-moz-transition:color .3s linear;-o-transition:color .3s linear;-webkit-transition:color .3s linear;transition:color .3s linear}
.nav-menu ul li a:hover{color:#680b0e}
.nav-menu ul li ul{opacity:1}
.nav-menu ul li ul:before{font-family:sans-serif;color:#b3b3b3;content:'\00BB';background:none;opacity:1;position:absolute;left:10130px;top:-27px;z-index:1;-moz-transform:none;-ms-transform:none;-webkit-transform:none;transform:none;border:0}
.nav-menu ul li:hover > ul{left:150px;opacity:1;top:-11px;padding-left:12px;border-bottom:0;box-shadow:none}
.nav-menu ul li:hover > ul:before{content:'';border-right:0;border-bottom:0;top:20px;left:8px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background:#eee;z-index:-1}
.nav-menu ul li:hover > ul:after{height:10px;width:1px;top:20px;left:12px}

/*menumobile*/
.nav-menu-mobile { display:none; }
.menu-mobile{ display: none; position:fixed;display:block;top:0;right:0;height:100%;width:0;background:rgba(0,0,0,0.8);overflow:hidden;transition:all .5s ease-in-out,background 1s ease-in-out;transition-delay:.2s;z-index:101}
.burger-container{  position: fixed; right: 15px; top: 15px; z-index:102;display:none;height:70px;width:70px;background:#000;cursor:pointer;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent; transition: all 0.5s ease 0s; }
.burger-container.scrollto { right: 0px; top: 0px; }
.burger-container #burger{width:18px;height:8px;position:relative;display:block;margin:-4px auto 0;top:50%}
.burger-container #burger .bar{width:100%;height:1px;display:block;position:relative;background:#FFF;transition:all .3s cubic-bezier(0.4,0.01,0.165,0.99);transition-delay:0}
.burger-container #burger .bar.topBar{-webkit-transform:translateY(0px) rotate(0deg);transform:translateY(0px) rotate(0deg)}
.burger-container #burger .bar.btmBar{-webkit-transform:translateY(6px) rotate(0deg);transform:translateY(6px) rotate(0deg)}
.menu-mobile ul.menu-sub{display:block;padding:0 48px;list-style:none;left: 0;  right: 0; z-index: 1;  margin: 0 auto; position: absolute;text-transform: uppercase; bottom: 48%;-webkit-transform: translateY(33%); transform: translateY(33%);}
.menu-mobile ul.menu-sub li.menu-itemmobiel{  margin-top:5px;-webkit-transform:scale(1.15) translateY(-30px);transform:scale(1.15) translateY(-30px);opacity:0}
.menu-mobile ul.menu-sub li.menu-itemmobiel a{ position: relative; text-align: center; display:inline-block;position:relative;color:#000;font-family: 'Didot LT Pro';font-weight:100;text-decoration:none;font-size:18px;line-height:22px; padding-top: 10px; padding-bottom: 10px; font-weight:200;width:100%}
.menu-mobile ul.menu-sub li.menu-itemmobiel a:after{ content:'';  position:absolute;  bottom:0px;  left:50%;  width:3%;  transform:translateX(-50%);  height:2px;  background:#680b0e;  transition:.35s}
.menu-mobile ul.menu-sub li.menu-itemmobiel a:hover::after { width:50%;  background:#680b0e}

.menu-mobile.menu-opened{height:100%;width:100%;background-color:#fff}
.menu-opened.burger-container #burger .bar{transition:all .4s cubic-bezier(0.4,0.01,0.165,0.99);transition-delay:.2s}
.menu-opened.burger-container #burger .bar.topBar{-webkit-transform:translateY(4px) rotate(45deg);transform:translateY(4px) rotate(45deg)}
.menu-opened.burger-container #burger .bar.btmBar{-webkit-transform:translateY(3px) rotate(-45deg);transform:translateY(3px) rotate(-45deg)}
.menu-mobile.menu-opened ul.menu-sub li.menu-itemmobiel{-webkit-transform:scale(1) translateY(0px);transform:scale(1) translateY(0px);opacity:1}




/*action top*/
.menu-header.showmenu{overflow: visible;}
.menu-header.showmenu .logo{overflow: visible;}
.menu-header.showmenu .menu{left: 0;}
.menu-header.showmenu .menu .nav-menu{opacity: 1; top: 0; visibility: visible;}
.header.scrollto .menu{/*background: rgba(243,243,243,1) ;*/}
.header.scrollto .menu-header{width: calc(100% - 0px); top: 0; left: 0; padding-top: 0; }
.header.scrollto .menu-header::before{display: none;}
.header.scrollto .menu-close { position: relative; margin-left: -85px; opacity: 0;}
/*slide*/
.slide-home {overflow: hidden; position: relative;}
.slide-home::before { content:""; display: block; width: 15px; height: 100%; background: #fff; position: absolute; top: 0; left: 0; z-index: 9;}
.slide-home::after { content:""; display: block; width: 15px; height: 100%; background: #fff; position: absolute; bottom: 0; right: 0; z-index: 9;}
.hotel-tools {  color:#fff; position:absolute; bottom: 0px;text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); left: 10%; width: 80%; z-index:8; text-align: center; color: #fff; }
.logo-banner { display: block; width: 350px; height: 183px; background: url(../images/logobanner.png) no-repeat center top; background-size: 100%}
.explore .flaticon-down-arrow::before { font-size: 30px;}
.explore {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 60px);
  width: 120px;
  height: 60px;
  z-index: 8;
  border-radius: 60px 60px 0 0;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.2);
  line-height: 37px;
  font-size: 22px;
  margin: 0;
  text-align: center;
  padding: 0;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s; }
  .explore span {
    display: block;
    font-size: .9rem;
    margin: 22px 0 3px 0;
    line-height: .8; }

/**/
.main { background: #fff; }


/**/
.pop-memberprivileges { position:fixed; right: 0; bottom: -190px; width: 350px; padding-top: 30px; height: auto; z-index: 99;transition: all 0.5s ease 0s;}
.pop-memberprivileges .clickpop{ position: relative;background: #000; padding: 7px 15px; font-size: 16px; color: #fff; padding: 10px; cursor: pointer; z-index: 3}
/*.pop-memberprivileges .clickpop::before{ content: "\f10e"; font-size: 16px; font-family: Flaticon;  font-style: normal; float: right; margin-right: 15px;}*/
.pop-memberprivileges .clickpopbg{ cursor: pointer;content: ""; animation: MoveUpDown 1s ease infinite; display: block; position: absolute; width: 150%; left: 0px;     height: 98%;
    top: -35px; background: #000; 
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); z-index: 0; box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.pop-memberprivileges .bgclickpop{   position: absolute; left: 0; top: -35px; width: 100%; height: 98%; background: #000; z-index: 2; }
.pop-memberprivileges .pop-content{ background: #fff;position: relative; z-index: 9; box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.pop-memberprivileges .pop-price{ background: #000; position: relative; padding: 20px 20px 20px 10px; color:#fff;}
.pop-memberprivileges .pop-price::before{ background: #000; content: ""; position: absolute; top: 0; left: -15px; display: block; width: 15px; height: 100%;}
.pop-memberprivileges .pop-comment {background: #e5e3d9; padding: 20px; }

.pop-memberprivileges.active{bottom: 0;}
.pop-memberprivileges.active .clickpop{background: #fff; color:#680b0e; }
.pop-memberprivileges.active .clickpopbg {background: #fff; }
/*.pop-memberprivileges.active .clickpop::before {content: "\f10f" }*/
.pop-memberprivileges.active .clickpop::after { background: #fff; }

/*front*/

.front-whybook { padding-top:20px; padding-bottom: 20px; }
.front-about { font-size:16px; line-height: 26px; font-family: 'Univers LT Pro', sans-serif;  background:url(../images/bg_main.jpg?t=1) no-repeat fixed top center; border-bottom: 3px solid #eaebe6; background-size: cover; padding-top: 70px; padding-bottom: 70px}
.front-about .title { position: relative; padding-bottom: 10px; font-size:36px;}
.front-about .title::before { content: ""; position: absolute; left: 45%; bottom: 0; width: 10%; height: 2px; background:#680b0e; }
.title-content-whybook { background:#680b0e; position: relative; width: 100%;}

.title-content-whybook::before{  content: "\f10a"; font-family: "Flaticon"; font-size: 16px; color:#fff; position: absolute;  top: 40%; right: 5px; }
.title-content-whybook::after{ content: ""; display: block; position: absolute; border:1px solid #fff; left: 10px; top: 10px; right: 10px; bottom: 10px;}
.title-content-whybook .title{ width: 100%; padding: 30px 40px; font-size: 22px; line-height: 24px; text-transform: uppercase; position: relative }
.title-whybook { color:#fff; }
.title-whybook span{color:#fff; display: block; margin-left: -2px;  font-size: 20px; line-height: 22px;}
.title-sub { text-align: right; color:#fff; font-size: 20px;line-height: 22px; }
.slide-whybook { background: #f4f4f4; border-bottom:1px solid #eaebe6; font-size: 14px; line-height: 16px; padding: 30px 20px 25px; }

.slide-whybook strong{ color:#000; }
.slide-whybook strong span{ color:#680b0e; }
.slide-whybook i{ display: block;  padding-top: 5px; padding-bottom: 5px; }


.front-hotelother {  position: relative; z-index: 8;}
.front-hotelother-inner { padding-top: 100px; padding-bottom: 40px; }
.front-hotelother h2{ margin-bottom: 20px; position: relative; padding-bottom: 5px; font-size:30px;}
.front-hotelother h2::before{ content: ""; position: absolute; left: 0%; bottom: 0; width: 15%; height: 2px; background: #656460;  }
.nav-service { position:absolute;top:-50px; right: 0; }
.nav-service .box-service {  color:#fff; width: 100px; height: 100px; border-radius: 50% ; background:#680b0e; }
.nav-service .box-service i::before{ display: block;font-size: 30px; color:#fff; margin-bottom: 5px;  }
.list-why { list-style: none; margin-top:20px; margin-bottom: 15px; }
.list-why h5 { font-style: normal; font-size: 20px; line-height: 22px; font-family: 'EB Garamond', serif;padding-top: 5px; padding-bottom: 0; margin-bottom: 5px; }
.list-why li { font-style: italic;padding:0px 0 0px 60px; font-family: 'EB Garamond', serif; margin-bottom: 20px; position: relative; }
.list-why li i { position: absolute; left: 0; top: 0; background:#680b0e; display: block; width: 42px; height: 42px; border-radius: 22px; text-align: center; line-height: 42px; color:#fff; }
.list-why li i img{ position: relative; z-index: 1;}
.list-why li i::after { content: ""; width: 12px; height: 1px; background: #000; position: absolute; right: -12px; top: 20px;  }
.list-why li:last-child {  margin-bottom: 0px; } 
.slide-theam { margin-bottom:0px; font-family: 'Open Sans', sans-serif;}
.slide-theam .owl-nav { position:absolute; top:43%; width: 100%; }
.slide-theam .owl-nav .fa{ font-size: 30px; color:#fff; background: rgba(0,0,0,0.90) ;}
.slide-theam .owl-nav .owl-prev{ float: left; padding: 0; margin: 0 }
.slide-theam .owl-nav .owl-prev .fa{ padding: 5px 4px 12px 3px; }
.slide-theam .owl-nav .owl-next{ float: right; padding: 0; margin: 0; }
.slide-theam .owl-nav .owl-next .fa{  padding: 5px 4px 12px 3px; }
.slide-theam .other-content { text-shadow: 0 0 10px rgba(0,0,0,0.3); color: #fff; position:absolute; top:30px; text-align: center; left: 20px; right: 20px;  }
.slide-theam .other-content h4{ font-size: 20px; margin-bottom: 0;  }
.slide-theam .other-click{  color: #fff; position:absolute; bottom:30px; text-align: center; left: 20px; right: 20px;  }
.slide-theam .btn-line{ position: relative; }
.slide-theam .btn-line span{ display: block; position: relative; z-index: 1 }
.slide-theam .btn-line::after{ content: ""; position: absolute; display: inline-block; left: 0; top: 0; width: 0%; height: 100%; background: #000;  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index:0 }
.slide-theam .btn-line:hover { color: #fff; border:1px solid #fff;}
.slide-theam .btn-line:hover::after{  width: 100%; color:#fff;   }

/**/
.period{display: inline-block; background: #191717; color: #fff; padding-left: 10px; padding-right: 10px;}
.mark-price { color:#680b0e;}

/*footer*/
.footer { font-family: 'Univers LT Pro', sans-serif;  background:url(../images/bg_main.jpg?t=1) no-repeat top center fixed; border-bottom: 3px solid #eaebe6; background-size: cover; padding-top: 80px; padding-bottom: 80px;}
.footer-logo-line .cls-1{ fill: #000;color:#000; position: absolute; left: 21%; top: -30px; width: 60px; height: 60px;  }
.footer-logo-line .cls-1 path {
  fill: #000;
}
.footer-address {padding-top: 20px; font-family: 'Didot LT Pro'; font-size: 16px; line-height: 26px;}
.footer-link-inner ul { text-transform: uppercase;list-style: none; margin: 0; }
.footer-link-inner ul li a{  }

[class^="icsocial-"],[class*="icsocial-"] {background-image:url(../images/ic-social.png?t=11); background-repeat:no-repeat;display:inline-block; width: 30px; height: 30px; vertical-align: -2px;}
.icsocial-facebook { background-position: -1px -1px}
.icsocial-instagram { background-position: -40px -1px;}
.icsocial-twitter { background-position: -117px -1px;}
.icsocial-google { background-position: -156px 0;}
.icsocial-pinterest { background-position: -196px 0;}
.icsocial-youtube { background-position: -236px 0;}

.footer-social li { list-style: none; margin: 0; display: inline-block; padding: 0 2px;}
.footer-social li a{border-radius: 100%; width: 30px; height: 30px; background:#680b0e; display: block;
padding-top: 3px;}
.footer-social li a:hover{ color:#680b0e;}
.footer-social li i { font-size: 18px; color: #fff; }
.footer-inner { position: relative;  padding: 30px; }
.footer-inner .logo-address{ margin-top: -90px; }
.footer-inner .logo-address img{ width: 100%; max-width: 235px; }
.footer-inner .logo-address svg{ width: 100%; max-width: 235px; }
.footer-inner { position:relative;}
.footer-inner::before { content: ""; background: url(../images/sb-bars-vert.png) repeat-y; display: block; position: absolute;width: 5px; top:22px; bottom: 22px; left: 0; }
.footer-inner::after{ content: ""; background: url(../images/sb-bars-vert.png) repeat-y; display: block; position: absolute;width: 5px; top:22px; bottom: 22px; right: 0; }
.footer-inner::after{ content: ""; background: url(../images/sb-bars-vert.png) repeat-y; display: block; position: absolute;width: 5px; top:22px; bottom: 22px; right: 0; }
.footer-logo-line::before { content: ""; background: url(../images/sb-bars.png?t=111) repeat-x; display: block; position: absolute;height: 5px; top:0px;  left: 22px; width: 15% }
.footer-logo-line::after { content: ""; background: url(../images/sb-bars.png?t=1) repeat-x; display: block; position: absolute;height: 5px; top:0px;  right: 22px; width: 69% }
.line-top { position:absolute; top:0; left: 0; width: 100%; }
.line-top::before { content: ""; background: url(../images/corner.png?t=111) no-repeat 0 0; display: block; width: 22px; height: 22px; position: absolute; left: 0; top: 0}
.line-top::after { content: ""; background: url(../images/corner.png?t=111) no-repeat -24px 0 ; display: block; width: 22px; height: 22px; position: absolute; right: 0; top: 0;}
.line-bottom { background: url(../images/sb-bars.png?t=1) bottom repeat-x;  position: absolute; left: 22px; right: 22px ; bottom: 0; height: 22px;}
.line-bottom::before { content: ""; background: url(../images/corner.png?t=111) no-repeat 0 -24px; display: block; width: 22px; height: 22px; position: absolute; left: -22px; bottom: 0}
.line-bottom::after { content: ""; background: url(../images/corner.png?t=111) no-repeat -24px -24px; display: block; width: 22px; height: 22px; position: absolute; right: -22px; bottom: 0;}
.join-mail { margin:0 auto;}
.join-mail label { color:#656460; text-transform: uppercase; }
.join-mail .form-control { border-radius: 0; border-left: 0; border-top:0; border-right:0; background-color: transparent; position: relative; padding-left: 30px;}
.join-mail .mail { font-size: 25px; position: absolute; left: 15px; top: 5px; color:#656460; }
.join-mail .btn-joinemail { display: inline-block; background:#680b0e; padding: 3px; text-transform: uppercase; 
  font-size: 16px; line-height: 16px; border: 0; cursor: pointer;  }
.join-mail .btn-joinemail span{  border: 1px solid #fff; display: inline-block; padding-left: 20px; padding-right: 20px; line-height: 34px; height: 34px; color:#fff; }
.join-mail ::placeholder { color:#999;; opacity: 0.7; font-family: 'Didot LT Pro';}
.join-mail :-ms-input-placeholder {  color:#999;}
.join-mail ::-ms-input-placeholder {  color:#999;}
.footer-award { margin-top: 30px; }
.footer-award li { display: inline-block; margin: 0 12px;}
.footer-award img {filter: gray; max-height: 65px;
  -webkit-filter: grayscale(1); 
  filter: grayscale(1); }

.sidebarMobile { display:none; z-index: 99; position:fixed; text-align: center; bottom:0; left: 0; width: 100%;background: #000;  }
.sidebarMobile i::before { color:#fff;}
.sidebarMobile span{ font-size:11px; line-height: 15px; color:#fff; text-transform: uppercase;display:block; margin-top:0px;  }
.sidebarMobile a{ padding: 9px 5px;display:block; }
.sidebarMobile .booknow { background:#680b0e; }
.sidebarMobile .booknow i::before  { color:#fff; }

/*main*/
.main { padding-left: 0px; padding-right: 0px; }
.main-hotel {}
.main-hotel .header::after{ display:none; }
.main-title {background: #f7f2ee;;}
.main-content {padding-top: 50px;padding-bottom: 50px}
.main-content.topbanner  {padding-top: 100px;}
.main-inner {   }
.main-title-item {padding-top: 140px;padding-bottom: 60px; }
.main-title-item.top {padding-top: 60px;padding-bottom: 60px; }
.title-group {}
.title-group h1.display-4{ font-size: 46px; line-height: 48px; }
.title-group h4{ font-family: 'Univers LT Pro', sans-serif; font-size:14px; }

/*col3boxhover*/
.col-3box{background: #fff; height: 700px; position: relative;}
.col-3box .relative{height: 100%;} 
.col-3box .background{position: absolute; height: 100%; width: 100%; top: 0; z-index: 0;}
.col-3box .foreground{position: absolute; height: 100%; width: 100%; top: 0; z-index: 1;}
.col-3box .topground{position: absolute; height: 100%; width: 100%; top: 0; z-index: 2;}
.col-3box .colbox{width: 33.333%; float: left; display: block; height: 100%; transform: matrix(1, 0, 0, 1, 0, 0);
z-index: 0; overflow: hidden;}
.col-3box .piccolbox{position: absolute; width: 300%; height: 100%; background-position: 50%;
background-size: cover; left: 0;}
.col-3box .col-2b .piccolbox{left: -100%;}
.col-3box .col-3b .piccolbox{left: -200%;}
.foreground .picfore{height: 100%; background-position: 50%;
background-size: cover; left: 0; top: 0; width: 100%; position: absolute; opacity: 0; transition: all 0.3s ease 0s;} 
.foreground .picfore.active{opacity: 1;}
.topground .hoverbox{width: 33.33%; float: left; height: 100%; cursor: pointer; padding:50px; display: block;}
.innerbox{ display: flex; align-items: center; justify-content: center; height: 100%; padding: 50px; color: #fff; position: relative; transition: all 0.3s ease 0s; text-shadow: 0 0 10px rgba(0,0,0,0.4);}
.innerbox h2{ font-size: 32px;}
.btn-discover{ font-size: 18px; font-family: 'Didot LT Pro';  color: #fff; display: inline-block; padding: 10px 45px; background:#680b0e; margin-top: 20px; position: relative;}
.btn-discover::before{ content: ""; position: absolute; display: block; border:1px solid #fff; left: 3px; top:3px; right: 3px; bottom: 3px; }
.innderbox-detail{font-family: 'Didot LT Pro'; font-size: 18px; line-height: 22px; opacity: 0; visibility: hidden; position: relative; margin-bottom: -150px; margin-top: 25px; transition: all 0.5s ease 0s;}
.wrapinnerbox{position: relative; height: 100%;padding: 10px;}
.hoverbox:hover .innderbox-detail{opacity: 1; visibility: visible; margin-bottom: 0;}
.hoverbox:hover .innerbox{background-color: rgba(0, 0, 0, 0.2);}


.hoverbox .line {
  position: absolute;
  background: #fff;
}
.hoverbox .line.-right, .hoverbox .line.-left {
  width: 1px;
  bottom: -1px;
  top: -1px;
  transform: scale3d(1, 0, 1);
}


.hoverbox .line.-top, .hoverbox .line.-bottom {
  height: 1px;
  left: -1px;
  right: -1px;
  transform: scale3d(0, 1, 1);
}

.hoverbox:hover .line{
  transform: scale3d(1, 1, 1);
}


/*inner*/
/*1-right-bottom to Top*/
.hoverbox:hover .innerbox .line.-right{
  transition: transform 0.08s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
  transform-origin: bottom;
}
.hoverbox .innerbox .line.-right {
  right: -1px;
  transition: transform 0.08s linear 0.23s;
  transform-origin: top;
}
/*2-top-right to left*/
.hoverbox:hover .innerbox .line.-top{
  transition: transform 0.08s linear 0.4s;
  transform-origin: right;
}
.hoverbox .innerbox .line.-top {
  top: -1px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: left;
}
/*3-left-top to bottom*/
.hoverbox:hover .innerbox .line.-left{
  transition: transform 0.08s linear 0.48s;
  transform-origin: top;
}
.hoverbox .innerbox .line.-left {
  left: -1px;
  transition: transform 0.08s linear 0.51s;
  transform-origin: bottom;
}
/*4-bottom-left to right*/
.hoverbox:hover .innerbox .line.-bottom{
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
  transform-origin: left;
}
.hoverbox .innerbox .line.-bottom {
  bottom: -1px;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
  transform-origin: right;
}

/*outter*/
/*1-left-top to bottom*/
.hoverbox:hover .wrapinnerbox .line.-left{
  transition: transform 0.08s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
  transform-origin: top;
}
.hoverbox .wrapinnerbox .line.-left {
  left: -1px;
  transition: transform 0.08s linear 0.23s;
  transform-origin: bottom;
}
/*2-bottom left to right*/
.hoverbox:hover .wrapinnerbox>.line.-bottom{
  transition: transform 0.08s linear 0.4s;
  transform-origin: left;
}
.hoverbox .wrapinnerbox>.line.-bottom {
  bottom: -1px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: right;
}
/*3-right bottom to top*/
.hoverbox:hover .wrapinnerbox>.line.-right{
  transition: transform 0.08s linear 0.48s;
  transform-origin: bottom;
}
.hoverbox .wrapinnerbox>.line.-right {
  right: -1px;
  transition: transform 0.08s linear 0.51s;
  transform-origin: top;
}
/*4-top-right to left*/
.hoverbox:hover .wrapinnerbox>.line.-top{
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
  transform-origin: right;
}
.hoverbox .wrapinnerbox>.line.-top {
  top: -1px;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
  transform-origin: left;
}

/*acoom*/
.acc-full {}  
.accomfull { position:relative; margin-bottom: 45px;}
.listbtn{ padding:20px 35px 20px;}
.listbtn a{ color:#fff; background:#680b0e; display: inline-block; padding: 5px 5px; text-transform: uppercase;}
.listbtn a:hover{color: #fff;}
.listbtn a span{ border:1px solid #ffff; padding: 7px 55px; display: block;  }
.list-delroomtype h5{font-size:15px; margin-bottom: 7px;}
.list-delroomtype { text-align: center;}
.list-delroomtype li { font-family: 'Didot LT Pro'; font-size: 16px; display: inline-block; padding: 5px 12px 5px 12px; border-left: 1px solid #dddddd;}
.list-delroomtype li:first-child {  border-left: 0px; }
.list-delroomtype strong{ font-size:22px; }
.list-delroomtype i::before { font-size:30px; vertical-align: -6px; color:#656460; padding: 0 3px; }
.list-delroomtype .flaticon-bed::before { font-size:23px; vertical-align: -3px;  }
.list-delroomtype-inner { }
.list-delroomtype-inner li { list-style: none; float: left; width: 50%; }
.list-delroomtype-inner span { color:#680b0e; }
.accomfull .box-accomtype{ position:relative; margin-bottom: 0; overflow: hidden; -webkit-transition:all .3s ease-out;transition:all .3s ease-out }
.accomfull .box-accomtype .click-roomstype{}
.accomfull .box-accomtype *{-webkit-box-sizing:padding-box;box-sizing:padding-box;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}
.accomfull .photo-item{ overflow: hidden;}
.accomfull .box-accomtype:hover .full-img{ -webkit-transform:scale(1.05);transform:scale(1.05) }
.accomfull .rooms-typetext { width: 100%; text-align: center; }
.accomfull .rooms-typetext .pad-20{ padding: 10px 0 20px 0}
.accomfull .rooms-typetext h2{ text-transform: uppercase;font-size: 30px; line-height: 32px; padding-bottom: 8px; margin-top: 0px; }
.accomfull .list-delroomtype { margin-bottom: 0;}
.accomfull .list-delroomtype { margin-bottom: 0;}
.pop-modal { display: none; width:95%; max-width: 900px; padding: 0 !important; }
.pop-modal h3{ position: relative; text-transform: uppercase;font-size:24px; line-height: 28px;  padding: 3px 0 10px; margin-bottom: 0; }
.pop-modal h4{  font-size:18px; line-height: 20px;  margin-bottom: 5px; text-transform: none; font-weight: bolder}  
.btn-popmodal { display: inline-block;width: 116px; background: url(../images/booknow.png) no-repeat center center#680b0e; background-size:100%; height: 60px;  z-index: 2; cursor: pointer;}
.text-accinner { padding:35px; }  
.owl-acc .owl-nav{ margin-top: -50px; position: absolute; bottom: 0px; right: 0px; }
.owl-acc .owl-nav .sprite{ width: 80px; height: 80px; line-height: 80px; background: #000; display: block;}
.owl-acc .owl-nav .sprite::before{ color:#fff; display: none;}
.owl-acc .owl-nav .owl-prev .box{border:1px solid #fff; width: 60px; height: 60px;  display: block; }
.owl-acc .owl-nav .owl-prev .box::before{ color:#fff; font-size: 40px; line-height: 60px;}
.owl-acc .owl-nav .owl-prev{  color:#fff; position: absolute; right: 80px; bottom: 15px; margin:0; z-index: 999; }
.owl-acc .owl-nav .owl-prev:hover{  color:#fff;  }
.owl-acc .owl-nav .owl-next .box {border:1px solid #fff;width: 60px; height: 60px;  display: block; }
.owl-acc .owl-nav .owl-next .box::before { color:#fff; font-size: 40px; line-height: 60px; }
.owl-acc .owl-nav .owl-next{ color:#fff; position: absolute; right: 15px; bottom: 15px; margin:0; z-index: 999;}
.owl-acc .owl-nav .owl-next:hover{ color:#fff; }
.owl-acc .owl-dots{ display: none;}
.accinner-caption { text-align: center; color:#fff; position:absolute;  width: 100%; left: 0; top: 0;  text-transform:uppercase}
.accinner-caption span { display:inline-block;background: #000;padding:10px 20px;}
.pop-modal .fancybox-close-small { background:#680b0e; color:#fff; margin: 15px; border-radius: 0; width: 45px; height: 45px; content: ""; background-size: 60% 60%;}

.list-acc { padding:0; margin: 10px 0 0 0; list-style: none }
.list-acc li { position: relative; float: left; width: 50%; display: flex;padding-left: 0px;  margin-bottom: 10px;  }
.list-acc li i { margin-right:10px;}
.list-acc li i svg{ height: 22px; width: 22px; fill: #680b0e !important;}
.list-acc li i::before { font-size: 24px;}


/*engine*/
body.showengine{overflow: hidden; height: 100%;}
.box-engine-overlay {display: none; position: fixed;  width: 100%;  height: 100%;left: 0; z-index: 100;  top: 0; background-color: rgba(33,32,31,.4);  }
.box-engine-content { position: fixed; right: -370px;  width: 370px; height: 100%; background: #fff; z-index: 100; transition: all 1s cubic-bezier(.19,1,.22,1),opacity .7s cubic-bezier(.19,1,.22,1); overflow: hidden;}
.box-engine-content.showengine{right: 0; }
.topbooking{color:#666; left:0;  right:0;  z-index: 1; margin:0 auto;  position:absolute;  text-transform:uppercase;  bottom:48%;  -webkit-transform:translateY(33%);  transform:translateY(33%);}

.engine { width: 85%; margin: 0 auto; height: 100%; overflow: hidden;  overflow-y: auto;}
.topbooking .form-control{ position: relative;  font-size: 14px;  background-color:transparent; border:0px;  border-bottom:0px solid #1c1c1c;height:40px;cursor:pointer;width:100%;margin-right:10px;border-radius:0}
.topbooking .chk-room { position:relative;}
.topbooking .chk-room::before { position: absolute; content: ""; width: 100%; height: 1px;  background: #000; bottom: 0;}
.topbooking label { color:#8d8a82; font-family: 'Cormorant', serif; font-size: 14px; font-style:italic; margin-bottom: 0;}
.topbooking .cal{background:url(../images/small-calendar.svg) no-repeat right ; background-size: 22px 22px; color:#000; border:0px ;border-radius:0; border-bottom:1px solid #1c1c1c;}
.topbooking .selectGuest{text-align:left;position:relative;padding:0}
.topbooking .dropdown-menu{background:#000}
.topbooking .dropdown-menu a{color:#fff}
.topbooking .dropdown-menu a:hover { background:#f00; }	
.topbooking .btn.dropdown-toggle{height:40px;color:#000;background:#eee;border:none;font-size:14px; font-weight: 400; border-radius:0;}
.topbooking .dropdown-menu li a:hover{background:#c69c6d;color:#fff}
.topbooking .showguest{position:absolute;width:100%;left:0;top:40px;padding:10px;background:#fff;z-index:9;display:none; border: 1px solid rgba(0,0,0,.15); border-radius: 0px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.topbooking .guestButton{display:block;height:40px;padding-top:10px;padding-left:10px;padding-right:10px}
.topbooking .booktop{float:left;margin-top:0;padding:10px 20px;color:#fff; border: 0;   background:#680b0e; width: 50%;}
.topbooking .booktop:hover{ background: #9a8c65; }
.topbooking ::placeholder { color:#000; opacity: 1; }
.topbooking :-ms-input-placeholder {  color:#000;}
.topbooking ::-ms-input-placeholder {  color:#000;}	
.topbooking .btn-main {  border-radius: 0; width: 70%; font-weight: 400; text-transform: uppercase; }	
.list-engine { margin-left:20px; }

/*member*/
.UnlockMemberPrice{height:45px;position:relative;width:250px;margin-left:10px;border-radius:0;}
.UnlockMemberPrice .btn-member{background:url(member-bg.jpg) no-repeat #b58845 right;color:#fdffff;padding:0 0 0 20px;margin:0;height:42px;width:100%;font-size:14px;text-align:left;position:absolute;border:none;top:0}
.UnlockMemberPrice .btn-member small{display:block;font-size:11px;text-transform:none;line-height:11px}
.UnlockMemberPrice .glyphicon{color:#fff!important;font-size:9px!important;margin-left:10px!important;position:relative;top:-2px}
.UnlockMemberPrice .btn-member:before{content:''}
.UnlockMemberPrice .collapsed:after{content:'';bottom:0}
.UnlockMemberPrice span.icon{background-size:20px;background-repeat:no-repeat;background-position:100%;display:block;width:20px;height:33px;position:absolute;left:12px;top:5px}
.UnlockMemberPrice .glyphicon-triangle-bottom{font-size:.6em;margin:0 0 0 10px}
.UnlockMemberPrice .collapsed span.icon,.UnlockMemberPrice .collapsing span.icon{background-image:url(icon-logo.png);transform:rotate(30deg)}
.UnlockMemberPrice .collapse span.icon{background-image:url(icon-unlock.png);top:5px}
.UnlockMemberPrice .collapse .btn-member{position:absolute;top:0;width:100%;font-size:.9em;opacity:1;line-height:45px;text-transform:uppercase}
.UnlockMemberPrice .collapsing .btn{opacity:0;width:100%;top:0;position:absolute}
.UnlockMemberPrice .well{width:100%;background:#221f1f;padding:55px 15px 15px;border-radius:5px;border:none;z-index:1;position:relative}
.UnlockMemberPrice .well p{line-height:12px;color:#f4f4f4;font-size:12px;margin-bottom:10px}
.UnlockMemberPrice .well a{line-height:1.4;color:#f4f4f4;font-size:.8em}
.UnlockMemberPrice .well .form-control{line-height:1.4;color:#f4f4f4;font-size:.9em;margin-bottom:0;background:transparent;border:1px solid #eee}
.UnlockMemberPrice .well .form-group{margin-bottom:10px}
.UnlockMemberPrice .well .btn{border-radius:3px;padding:5px 15px;background:#f4f4f4;margin-bottom:0;color:#333;font-size:12px;margin-right:5px}
.UnlockMemberPrice .hidden{display:none}
.UnlockMemberPrice .show{display:block}
.member-form .btn.btn-main { width: 100%; height: 38px; font-size: 14px;display:inline-block; margin-top: 0; margin-left: 0px;}	
.member-form .form-control{ font-size: 14px;}	

/*meeting*/
.txt-meeting { padding: 10% 100px; }
.txt-meeting h3{ color:#680b0e; font-size: 30px; }
.content-meeting { margin-bottom:40px; }
.meeting-detial { margin-top:30px; }
.meeting-detial th{ background: #fff; text-align: center; font-size: 12px; padding-top: 20px; padding-bottom: 20px; border-bottom: 0px !important; }
.meeting-detial td { vertical-align: middle;text-align: center;}
.meeting-detial tr:hover { background: rgba(179,161,111,0.1) }
.meeting-detial i{ display: block; text-align: center;}
.meeting-detial .room-meeting{ text-align: left; font-family: 'Didot LT Pro'; font-size:18px; }
.meeting-detial .tools{ text-transform: uppercase; font-size: 10px; }
.meeting-detial i svg{ height: 18px; fill:#680b0e !important;}

/*dining*/
.dining-row { background-size: cover; background-position: center center; position: relative;}
.dining-caption { position: absolute; left: 0; bottom: 0; width: 100%; }
.dining-caption-inner { background: rgba( 255, 255, 255 , 0.7 ) ; padding: 20px; margin-bottom: 0px; }
.dining-caption-inner .d-inline-block{  margin-right: 10px;  }
.dining-caption-inner i::before{ font-size: 12px; margin-right: 5px; }
.dining-btn { margin-top:20px; }
 .btn-st-1 { text-transform: uppercase; color:#fff; display: inline-block; background:#680b0e; border:1px solid#680b0e; padding: 5px 35px; border-radius: 2px; margin-top: 3px; }
 .btn-st-1:hover {  color:#fff;  background: #990005; }
 .btn-st-2 { text-transform: uppercase; color:#680b0e; display: inline-block; border:1px solid#680b0e; padding: 5px 35px; border-radius: 2px; margin-top: 3px;}

.menu-dining { position: relative; padding-top:15px; padding-bottom:0px; }
.menu-dining::after{ content: ""; position: absolute; bottom:0px; width: 100%; height: 1px; background: #e6e6e6; }
.link-menu-dining { position: relative; z-index: 1;}
.link-menu-dining li { display:inline-block; margin-right: 20px;padding-top:5px; padding-bottom:10px;}
.link-menu-dining li a{ }
.link-menu-dining li.active { border-bottom:1px solid #000;}
.back-page {  position: absolute; top:0px; left: 0;  display: block;  }
.back-page i::before { font-size: 30px;   }
.dining-inner { padding-left:150px; position: relative;}
.dining-inner .top{ padding-top: 30px; padding-bottom: 30px; }
.dining-other { position: relative;  padding-top: 60px; padding-bottom: 60px; }
.dining-other::before {content: ""; position: absolute; top:0px; right: 0; width: 100%; height: 45%;  background:#eeeeee; }
.dining-other i::before { font-size: 14px; margin-right: 5px; }
.dining-time { text-align:right;}
.dining-time h3{ font-size: 14px; text-transform: uppercase; font-family: 'Univers LT Pro', sans-serif; position: relative; display: inline-block; padding-bottom: 10px;}
.dining-time h3::after{ content: ""; position: absolute; display: block; bottom:0px; width: 40%; right: 0 ; height: 1px; background:#680b0e; }
.dining-contact { text-align:left;}
.dining-contact h3{ font-size: 15px; text-transform: uppercase; font-family: 'Univers LT Pro', sans-serif; position: relative; display: inline-block; padding-bottom: 10px;}
.dining-contact h3::after{ content: ""; position: absolute; display: block; bottom:0px; width: 40%; left: 0 ; height: 1px; background:#680b0e; }
.logo-dining { padding-bottom: 10px; }

.modal-dining { background:#fff; padding:55px 25px; }
.modal-dining i::before { font-size: 14px; margin-right: 5px; }

/*f*/
.facilities { background: #f7f2ee;     padding-top: 72px; padding-bottom: 72px; }
.facilities .theam-bg { /*background:#c3bfbc;*/padding-bottom: 72px;  }
.facilities .facilities-about { color:#111; }
.facilities .facilities-about .txt-cor-nomal{ color:#333; font-size: 16px; line-height: 26px; margin-bottom: 44px; }
.facilities .facilities-about .small{ font-size: 12px; line-height: 20px; }
.facilities .facilities-about h4{ font-family: 'Univers LT Pro', sans-serif; font-size:15px; margin-bottom: 20px; margin-top: 25px; text-transform: uppercase;}
.facilities .caption-spa{ position: absolute; top: 0; width: 100%; height: 100%; }
.facilities .caption-spa::after{ position: absolute; content: ""; top: 0; height: 100%; width: 50%; background:rgba(224,223,228,0.80); }
.facilities .facilities-other ul{ text-align: left;list-style: none; margin: 0; padding: 0; }
.facilities .facilities-other li{ font-size:14px; line-height: 15px; margin-bottom: 8px; padding-left: 10px; position: relative;}
.facilities .facilities-other li i{ position: absolute; left: 0; top:0; }
.facilities .fac-content { text-align: center; width: 100%; }
.facilities .fac-content span { font-family: 'Didot LT Pro'; text-transform: uppercase;font-size:14px; margin-top: 10px; margin-bottom: 22px; display: block; }
.facilities .fac-content h2 { font-family: 'Open Sans', sans-serif; font-size:40px; line-height: 42px; font-weight: 300; padding-top: 0px; padding-bottom: 0px; }
.facilities .fac-hover-1 { position: absolute; left: 15%; top: 15%; right: 15%; bottom: 15%;  background-color:transparent;  color:#fff;}
.facilities .hover-st-1:hover .fac-hover-1 { position: absolute; left: 16%; top: 16%; right: 16%; bottom: 16%;  background-color: #aa9b71;  color:#fff;}
.facilities .haft { position: absolute; right: 0; width: 50%; height: 100%; -webkit-transition:all .3s ease-out; transition:all .3s ease-out }
.facilities .haft:hover .fac-hover-1 {   background-color: #aa9b71;  color:#fff; -webkit-transition:all .3s ease-out; transition:all .3s ease-out}
.facilities .full { }
.facilities .full .fac-content { }
.item-fac-1 { max-width: 416px; width: 80%; margin: 0 auto 0px;}	
.item-fac-1 .img{ max-width: 220px; border-radius: 50%; margin-bottom: 20px; margin-top: 30px;}	
.item-fac-2 {  max-width: 770px; margin: 0 auto;}	
.item-fac-3 { position: relative;max-width: 385px;  max-height: 385px;overflow: hidden}	
.page-side { padding-left: 100px;}
.fac-contant { position:relative; overflow: hidden;}	
.fac-contant { position:relative; overflow: hidden;}
.fac-contant h5 { font-family: 'Didot LT Pro'; text-transform: uppercase;font-size:14px; margin-top: 10px; margin-bottom: 22px; display: block; }
.fac-contant h2 { font-family: 'Open Sans', sans-serif; font-size:40px; line-height: 42px; font-weight: 300; padding-top: 0px; padding-bottom: 0px; }	
.fac-contant::before { content: ""; position: absolute; left: 0; top: 0;width:100%; z-index: 1;  height: 100%; background: #f7f2ee; transition: width 1s; -moz-transition: all 1000ms cubic-bezier(0.16, 0.01, 0.77, 1); -o-transition: all 1000ms cubic-bezier(0.16, 0.01, 0.77, 1);  -webkit-transition: all 1000ms cubic-bezier(0.16, 0.01, 0.77, 1); transition: all 1000ms cubic-bezier(0.16, 0.01, 0.77, 1);}
.fac-contant-inner img { -webkit-transform: scale(1); transform: scale(1);  -webkit-transition: all 0.8s ease;transition: all 0.8s ease;}
.fadeIn .fac-contant::before { width: 0px;}
.fadeIn .fac-contant-inner img { -webkit-transform: scale(1.1); transform: scale(1.1); }	
.fac-overlay { position: absolute;  width: 84%;  height: 45%;  max-width: 490px;  
  max-height: 490px;  background-color:#656460;top: 50%; left: 50%; 
   -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%); 
   -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);
   opacity: 0;-webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
.img-overlay { background: #fff;}	
.img-overlay img{ opacity: 0.4;}	
.page-side:hover .fac-overlay { opacity:1; }	
.fac-caption {position: absolute; max-width: 400px; padding: 30px 0; text-align: center;top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
-webkit-transition: all 0.6s ease; transition: all 0.6s ease;z-index: 2; color:#fff; font-size: 14px;}	
.fac-caption.full {width: 78%;height: 38%; max-width: 470px; max-height: 470px;}	
.fac-caption .flaticon-right-arrow::before { font-size:8px; color:#fff; vertical-align: 1px; margin-right: 2px; }

/*offer*/
.coverOffer{position: absolute; bottom: 10px; left: 0; width: 100%; z-index: 8; }
.coverOffer h3{font-family: 'yellowtailregular';
margin-left: 20px; margin-bottom: 10px; color: #fff; font-size: 40px; text-shadow: 3px 3px 26px rgba(45, 45, 45, 1);}
.coverOffer h3 .moresmall{font-size: 23px;}
.boxcoveroffer{background: #e9ecec; padding: 20px; border: 15px solid #f8faf9;}
.coverofferleft{ }
.coverofferleft h4{font-family: 'yellowtailregular';  color:#680b0e; font-size: 40px; line-height: 30px;}
.coverofferleft h5{font-family: 'bebas_neuebold'; color: #444; font-size: 26px; line-height: 35px;}
.coverofferright{}
.coverofferright ul{margin-bottom: 0;}
.coverofferright li{position: relative; padding-left: 13px; margin-bottom: 5px; line-height: 20px;}
.coverofferright li i{position: absolute; left: 0; color:#680b0e; top: -1px;}
.coverofferright li i::before{  font-size: 10px; }
.coverofferright li:last-child{margin-bottom: 0;}
.offerMobile{display: none;}


/**/
.hover-st-1{color:#fff; position:relative; overflow:hidden; width:100%; background:#000; text-align:center}
.hover-st-1 *{-webkit-box-sizing:padding-box; box-sizing:padding-box; -webkit-transition:all .3s ease-out; transition:all .3s ease-out}
.hover-st-1 img{opacity:1; width:100%}
.hover-st-1 figcaption{top:50%; left:0px; right:0px; position:absolute; -webkit-transform:translateY(-50%); transform:translateY(-50%)}
.hover-st-1 a{left:0; right:0; top:0; bottom:0; position:absolute; z-index:1}
.hover-st-1:hover figcaption h3, .hover-st-1.hover figcaption h3, .hover-st-1:hover figcaption p, .hover-st-1.hover figcaption p{opacity:1; border-color:rgba(255,255,255,0.5); -webkit-transition-delay:.2s; transition-delay:.2s; -webkit-transform:translateY(0); transform:translateY(0)}

.hover-st-2{ color:#fff; position:relative; overflow:hidden; width:100%; background:#000; text-align:center; margin-bottom: 0;}
.hover-st-2 *{-webkit-box-sizing:padding-box; box-sizing:padding-box; -webkit-transition:all .3s ease-out; transition:all .3s ease-out}
.hover-st-2 img{opacity:1; width:100%}
.hover-st-2 figcaption{top:50%; left:40px; right:40px; position:absolute; -webkit-transform:translateY(-50%); transform:translateY(-50%)}
.hover-st-2 figcaption h3{position:relative; font-size:18px; text-shadow:1px 1px 1px #000; font-weight:400; text-transform:uppercase; margin:0; -webkit-transform:translateY(75%); transform:translateY(75%)}
.hover-st-2 figcaption h3 span{font-weight:800}
.hover-st-2 figcaption p{font-size:.9em; font-weight:500; opacity:0; margin:0}
.hover-st-2:before, .hover-st-2:after{position:absolute; top:20px; right:20px; bottom:20px; left:20px; content:''; opacity:0; -webkit-transition:opacity 0.6s,-webkit-transform .6s; transition:opacity 0.6s,-webkit-transform 0.6s,-moz-transform 0.6s,-o-transform 0.6s,transform .6s}
.hover-st-2:before{border-top:1px double #9e8306; border-bottom:1px double #9e8306; -webkit-transform:scale(0,1); transform:scale(0,1)}
.hover-st-2:after{border-right:1px double #9e8306; border-left:1px double #9e8306; -webkit-transform:scale(1,0); transform:scale(1,0)}
.hover-st-2 a{left:0; right:0; top:0; bottom:0; position:absolute; z-index:1}
.hover-st-2.blue{background:#0a212f}
.hover-st-2.red{background:#36100c}
.hover-st-2.yellow{background:#562e0a}
.hover-st-2:hover img, .hover-st-2.hover img{opacity:.2; -webkit-filter:blur(5px); filter:blur(5px); -webkit-transform:scale(1.1); transform:scale(1.1)}
.hover-st-2:hover figcaption h3, .hover-st-2.hover figcaption h3, .hover-st-2:hover figcaption p, .hover-st-2.hover figcaption p{opacity:1; border-color:rgba(255,255,255,0.5); -webkit-transition-delay:.2s; transition-delay:.2s; -webkit-transform:translateY(0); transform:translateY(0)}
.hover-st-2:hover figcaption p, .hover-st-2.hover figcaption p{-webkit-transition-delay:.3s; transition-delay:.3s}
.hover-st-2:hover:before, .hover-st-2.hover:before, .hover-st-2:hover:after, .hover-st-2.hover:after{opacity:.8; -webkit-transform:scale(1); transform:scale(1)}


/**/
.box-inner { padding-top:50px; padding-bottom: 50px; }

/*map*/
.map-location { position:relative;}
.map-location-caption { position: absolute;padding: 25px 35px; bottom: 70px;left: 70px; background: #fff; margin-bottom: 0; min-width:300px; max-width: 360px; text-align: center; }
.map-location-caption h3 { margin-bottom:10px; }

.row-nearby h4{  padding-top: 5px; }
.row-nearby .flaticon-train:before{  margin-left: 8px; }
.space { text-align:right;}
/*.row-nearby li{ font-family: 'Univers LT Pro', sans-serif; font-style: normal; }*/

/*gallery*/
.media-box-title{ font-family: 'Didot LT Pro'; color:#fff !important;font-size:20px;margin-bottom:5px;letter-spacing:1px;line-height:26px}
.media-box-date{color:#F2F2F2}
.media-box-container{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none}
.media-boxes-no-more-entries{display:none}
.filters-container{margin-bottom:0px}
.custom-filter{ padding:0;text-align:center; margin: 30px 0 0 0 ;}
.custom-filter li{list-style:none;display:inline-block;margin:0 0px; font-size:16px;}
.custom-filter li a{color:#111;text-decoration:none; text-transform: uppercase;padding: 13px 18px; display:inline-block;}
.custom-filter li a:hover{color:#680b0e}
.custom-filter li a.selected{color:#fff!important; background:#680b0e }
.thumbnail-overlay {background:none;  background-color:transparent!important; color: #fff !important; padding:10px; font-family: 'Didot LT Pro'; font-size: 28px;}
.thumbnail-overlay .media-box-title{ font-weight: 100; font-family: 'Didot LT Pro'; font-size: 18px; letter-spacing: 1px;}
.media-box-container { border-radius:0px !important; }
.grid-section { margin-bottom:30px !important; }
.hovicon{display:inline-block;font-size:15px;line-height:90px;cursor:pointer;margin:20px;width:90px;height:90px;border-radius:50%;text-align:center;position:relative;text-decoration:none;z-index:1;color:#fff}
.hovicon:after{pointer-events:none;position:absolute;width:100%;height:100%;border-radius:50%;content:'';-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.hovicon:before{speak:none;font-size:48px;line-height:90px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;display:block;-webkit-font-smoothing:antialiased}
.hovicon.effect{-webkit-transition:box-shadow .2s;-moz-transition:box-shadow .2s;transition:box-shadow .2s}
.hovicon.effect:after{top:0;left:0;padding:0;box-shadow:0 0 0 2px #fff;-webkit-transition:-webkit-transform 0.2s,opacity .2s;-moz-transition:-moz-transform 0.2s,opacity .2s;transition:transform 0.2s,opacity .2s}
.hovicon.effect.sub-a:hover:after{-webkit-transform:scale(0.85);-moz-transform:scale(0.85);-ms-transform:scale(0.85);transform:scale(0.85);opacity:.5}
.hovicon.effect.sub-a:hover{box-shadow:0 0 0 10px #fff;color:#fff}
.hovicon.effect.sub-a:hover i{color:#fff}
.hovicon.effect.sub-b:hover:after{-webkit-transform:scale(0.85);-moz-transform:scale(0.85);-ms-transform:scale(0.85);transform:scale(0.85)}
.hovicon.effect.sub-b:hover{box-shadow:0 0 0 10px rgba(255,255,255,0.4);color:#fff}
.hovicon.effect.sub-b:hover i{color:#fff}
.object { animation: MoveUpDown 1s linear infinite; }
.hovicon .flaticon-down-arrow::before { font-size: 30px; }
@keyframes MoveUpDown { 0%, 100% { top: 0;}
  50% { top: 5px; }}

.theam-main { background:#f7f2ee; }
.theam-white { background:#fff; }
.mark-txt { font-size: 30px; color:#680b0e; }
.btn-main { background:#680b0e; color:#fff; }
.btn-line { display:inline-block; color: #fff; border:1px solid #fff;padding: 7px 30px;}
.btn-line:hover { color:#680b0e; border:1px solid#680b0e;}
.btn-lineun { display:inline-block; position: relative;}
.btn-lineun::before { content: ""; position: absolute; bottom: 0px; width: 100%; height: 1px; background: #000; }

.cls-1 { fill: #fff !important; }
.cls-2 { fill:#680b0e !important; }
.cls-3 { fill: #333 !important; }

.ui-datepicker { z-index: 105 !important; }
.form-control:focus {  box-shadow: none;}
.full-img{width:100%}


.otherpage .menu-close{display: none;}
.otherpage .header .menu-header{
  width: calc(100% - 0px);
  top: 0;
  left: 0;
  padding-top: 0;
}
.otherpage .menu-header .menu{
  left: 0;
}
.otherpage .menu-header .menu .nav-menu{
  opacity: 1;
  top: 0;
  visibility: visible;
}
.otherpage .menu-header .menu{
  background: rgba(243,243,243,1);
}

.otherpage .header .menu-header{
  overflow: visible;
}
/*.otherpage .slide-home::before,
.otherpage .slide-home::after{display: none;}*/

.contact-form .form-control{border-radius: 0; position: relative; z-index: 10; border: 0; border-bottom: 1px solid #ccc;
  background: none; font-size: 14px; }
.contact-form .form-group{position: relative; margin-bottom: 20px;}
.contact-form .form-group label{position: absolute; z-index: 9; font-size: 14px; color: #000; left: 15px; top: 8px;
transition: all 0.3s ease 0s;}
.contact-form .form-group label.active{top: -15px; font-size: 11px; text-transform: uppercase; color: #ccc; }
.list-address li{margin-bottom: 5px;}
.followUs{margin-top: 35px; font-weight: bold; text-transform: uppercase; font-size: 18px;}
.socialcontact{margin-top: 20px;}
.socialcontact a{color: #656460; margin-right: 15px;}
.btn-book{color: #fff;
background:#680b0e;
display: inline-block;
padding: 5px 35px;
text-transform: uppercase; border:0;}
.contact-form  textarea{resize: vertical; min-height: 140px; height: 140px;}
.contact-detail h2{font-size: 28px;}


/*newCSS*/
.main-title-wedding{padding-top: 60px; padding-bottom: 60px;}
.innewweddingbox{width: 50%; float: left; height: 600px; display: block; color: #fff!important; cursor: pointer; }
.innewweddingbox.weddingpackage{background: url(../images/weddingpackage.jpg) no-repeat right; background-size: cover;}
.innewweddingbox.Engagementpackage{background: url(../images/Engagementpackage.jpg) no-repeat; background-size: cover;}

.innewweddingbox{padding: 50px;}
.nopad{padding: 0;}
.wedding-01{ width: 100%; max-width: 550px;}

.expdetail h2{font-family: 'Univers LT Pro', sans-serif; font-size: 29px; margin-bottom: 25px;}
.expdetail{display: flex; align-items: center; justify-content: center;}
.weddingexperience .txt-cor-nomal,.Catering .txt-cor-nomal
{font-size: 17px;}
.weddingexperience li{margin-bottom: 10px;} 
.weddingexperience svg{fill:#680b0e; max-width: 22px;}
.weddingexperience i{margin-right: 5px; position: relative; top: -5px;}
.img-full{width: 100%;}

.expdetail.CMenus{justify-content:left;}
.expdetail.CMenus div{ padding-left: 40px; width: 70%;}
.contact-form.reserveform .form-group.col-md-6 label{left: 30px;}
.contact-form.reserveform label{text-transform: uppercase; font-size: 12px;}
.padtop-0{padding-bottom: 0;}
.inquirywedding{background: #ebe7e5; padding-top: 70px; padding-bottom: 70px; margin-top: 50px;}
.boxinquirywedding {background:#fff; padding:40px 35px; position: relative;}
.inquirywedding h2{font-family: 'Univers LT Pro', sans-serif; font-size: 29px; margin-bottom: 15px;}
.inquirywedding .callus{font-size: 25px; font-weight: bold;}
.inquirywedding .callus span{ font-size: 17px; font-weight: normal; }
.reserveform{margin-top: 30px;}
.ring{width:120px; position: absolute; left: -40px; top: -40px;}
.wrapboxinquirywedding{position: relative; z-index: 10;}
.boxinquirywedding::after{ content: ""; display: block;
z-index: 9; position: absolute; border:1px solid #fff; width: 70%; height: 100%; right: -30px; top: -40px;}

.wedding-pdf { background: #ebe7e5; padding-top:60px; padding-bottom: 60px; }
.wedding-pdf h3 { margin:0;}
.wedding-pdf h5 { position:relative; font-size:14px; text-transform: uppercase;font-family: 'Univers LT Pro', sans-serif;}
.wedding-pdf h5 span {background: #ebe7e5; position:relative; z-index: 1; padding: 0 20px;}
.wedding-pdf h5:after { content: ""; position:absolute; width: 40%; height: 1px; top:5px; left: 30%; background: #333; }
.wedding-pdf .btn-btnsetmenu { display: inline-block; background:#680b0e; padding: 3px; font-family: 'Didot LT Pro';
font-size: 16px; line-height: 16px; border: 0; cursor: pointer; font-style: italic; font-weight: 100; letter-spacing: 1px; margin: 0 5px;}
.wedding-pdf .btn-btnsetmenu span{  border: 1px solid #fff; display: inline-block; padding-left: 20px; padding-right: 20px; line-height: 34px; height: 34px; color:#fff; }


.opendaily{ font-weight: bold; color: #000; }
.opendaily em{font-weight: normal; color: #656460; }

.spapage .btn-discover{padding-top: 7px; padding-bottom: 7px;}
.spapage .btn-discover:hover{color: #fff;}

.faqlist{margin-top: 0px;}
.faqlist h3{margin-top: 30px; color:#680b0e; padding: 15px 0;  
cursor: pointer; margin-top: 0;  font-size: 40px; transition: all 0.3s ease 0s; position: relative;
font-family: 'Didot LT Pro';}

.faqlist h3:hover{opacity: 0.6;}
.faqlist h3:hover,.faqlist h3.active{ color:#680b0e;}
.faqlist li{margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.faqlist li:last-child{border-bottom: 0; margin-bottom: 0;}
.faqlist .faqshow {
    display: none;
    padding: 20px 0;
}
.fixlist{ max-width: 500px; width: 100%; display: inline-block; }
.faqlist h3 i{fill:#680b0e; max-width: 20px; display: inline-block;}
.faqlist .opendaily{color:#680b0e; font-weight: bold;}

.accordionspa {background: #f8f8f8; padding-top: 40px; padding-bottom: 40px;}
.spapackage{text-align: center; font-size: 25px; margin-top: 20px;  color:#680b0e; text-transform: uppercase; }
.spapackage em{font-size: 30px; text-transform: capitalize;}
.logobanner{width: 100%;  display: block; text-align: center; margin-bottom: 10px;}
.logobanner img{width: 200px!important;}

.engine .logo-address{margin-top: 20px; margin-bottom: 30px;}
.engine .logo-address img{ width: 100%; max-width: 200px; }
.engine .logo-address svg{ width: 100%; max-width: 200px; }

.submenu{position: absolute; width:800px; top: 40px;
left: 0; text-align: left; padding: 20px 0; left: -150px; opacity: 0; visibility: hidden;
transition:all .3s ease-out;}
.submenu.active{top:44px; opacity: 1; visibility: visible;}

.submenu a{display: inline-block; width: 350px; position: relative; margin-right: 20px;}
.submenu img{max-width: 100%;}
.submenu .textsub{background: #f3f3f3; padding: 15px; position: absolute; bottom: -45px; width: 100%;}
.submenu .sub1{color: #000; font-size: 16px; margin-bottom: 5px;}
.submenu .sub2 .txt-cor-nomal{color:#680b0e; font-size: 16px;}
.box-submenu-overlay {position: fixed;  width: 100%;  height: 100%;left: 0; z-index: 60;  top: 0; background-color: rgba(33,32,31,.9); 
display: none; }

.bgofdining{background: #f7f2ee; padding-left: 20px; padding-right: 20px;}

.pricedining{font-size: 25px; color: #db2829; font-weight: bold;}
.txt-cor-nomal{color:#680b0e;}
.dinningofferlist .photo-item{padding: 10px; border:1px solid #fff;}
.dinningofferlist .d-offer-1{margin-top: 20px;}
.dinningofferlist .d-offer-2{margin-top: 80px;}
.dinningofferlist .d-offer-3{margin-top: 0px;}

.video-bg{position:relative;width:100%}
#video-bg{position:relative;width:auto;min-width:100%;height:auto;background:transparent url(video-bg.jpg) no-repeat;background-size:cover}
video{display:block}
.video-container{width:100%;max-height:600px;overflow:hidden;top:0;right:0;z-index:-100}

.flashsale{
    position: fixed; bottom:-350px;
    z-index: 99;
    right: 30px;
     width: 100%; max-width: 350px;
     transition: all 0.5s ease 0s;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
  .slideflashsale{background: #fff;  height: 350px; }
  .flashsale.active{bottom: 0;}
  .flashsale a{display: block;}
  .toggle-button {
   position:relative;
   display:inline-block;
   white-space:nowrap;
   position:absolute;
   z-index:-1;
   top:-50px;
   right: 0px;
   cursor: pointer;
   opacity: 1; 
   visibility: visible;
   transition: all 0.5s ease 0s;
   -vendor-animation-duration: 5s;
    -vendor-animation-delay: 5s;
  }
  .flashsale.active .toggle-button {
    opacity: 0; 
   visibility: hidden;
   top: -80px;
  }
  .toggle-button .lightning {
   vertical-align:middle;
   position:relative;
   top:-7px
  }
.toggle-button:hover img{transform: scale(1.2);}
.toggle-button img{ transition: all 0.5s ease 0s;}
.closeflash{width: 25px; cursor: pointer; height: 25px; background: #000; padding: 5px; position: absolute; right: 0px; top: 0px;}
.closeflash img{vertical-align: top;}
.captureflash{padding: 15px;}
.captureflash h2{font-size: 20px;}
.captureflash p{margin-bottom: 0; font-size: 14px; line-height: 19px;}

button:focus,button:active,
input:focus,input:active,
textarea:focus,textarea:active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/*addcolor*/
.title-content-whybook,.header .booknow,
.front-about .title::before,.btn-discover,
.list-why li i,.footer-social li a,.join-mail .btn-joinemail,.top-close,.btn-main,
.listbtn a,.btn-popmodal{background-color: #680b0e;}
.slide-whybook strong span,.mark-txt,a:hover,
.nav-menu > li > a:hover,.submenu .sub2 .txt-cor-nomal,
.list-delroomtype-inner span{color: #680b0e; }
.pop-modal2 .fancybox-close-small{background: #000!important;}


.slideflashsale.owl-acc .owl-nav .owl-next .box::before,
.slideflashsale.owl-acc .owl-nav .owl-prev .box::before{
  color: #000;
}
.slideflashsale.owl-acc .owl-nav .owl-prev .box,
.slideflashsale.owl-acc .owl-nav .owl-next .box{border-color: #000;}

.parent{
    width:30px;
    height:30px;
    background:#000;
    margin:auto;
    border-radius:100%;
    position:relative;
    cursor:pointer;
  }

  .theex{display: block; padding-left: 15px; position: relative; z-index: 10;}

  @keyframes breathe2{
    0%{transform:scale(1)}
    50%{transform:scale(1.2)}
    100%{transform:scale(1)}
  }
  .parent:before{
    content:"";
    position:absolute;
     top: -10px;
    left: -10px;
    z-index: 2;
    width: 50px;
    height: 50px;
    background:#fff;
    opacity:0.3;
    border-radius:100%;
    animation:breathe2 2s infinite;
  }

  .parent > span{
    color:#fff;
    font-weight:bold;
    font-size:13px;
    position:absolute;
    z-index:8;
    top:7px;
    left:8px;
    -vendor-animation-duration: 5s;
    -vendor-animation-delay: 5s;
  }
  .fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
  }

  .lang{position: absolute; top: 22px;
right: 125px; z-index: 2;}
.lang a:before{content: "";
position: absolute;
width: 1px;
height: 13px;
background: #fff;
right: -4px;
top: 6px;
}

.lang a:last-child:before{width:0; height: 0;}
.lang a{position: relative; display: inline-block; padding-left: 5px; padding-right: 5px; color: #fff;}
.lang a.active span{/*border-bottom: 1px solid #656460;*/ border-bottom: 1px solid #fff;}
.menu-header.showmenu .lang a{color: #656460;}
.menu-header.showmenu .lang a:before{background: #656460;}
.menu-header.showmenu .lang a.active span{border-bottom: 1px solid #656460;}

.countdown-box {font-size: 15px;}
			  .countdown-box h1 {font-size: 26px; text-transform: uppercase}
			  .countdown-box .btn-st-1 {line-height: 15px; padding: 14px 20px 10px;}
			.countdown-inner { border-right: 1px solid rgba(0,0,0,0.1)  ; }
			.txt-main { color:#680b0e; }
			@media screen and (max-width: 991.98px) {  .countdown-inner { border-right: 0px solid rgba(0,0,0,0.1)  ; } }

