/*
* Template Name: Luxen Premium Hotel Template
* Author:2035 Themes
* Author URI:http://www.2035themes.com/luxen
* Version:1.0
*/

/* Table Of Content
1   - Import
2   - Global Css
3   - Header
4   - Slider
5   - About Info
6   - News
7   - Room
8   - Parallax
9   - Support
10  - Newsletter
11  - Footer
12  - Breadcrumb
13  - Accordion
14  - About Destination & Tab
15  - Sidebar
16  - Gallery
17  - Room List
18  - Quick reservation
19  - Room Single
20  - Contact Form
21  - Error Page
22  - Blog
23  - Comments
24  - Under Construction
*/

/*-----------------------------------------------------------------------------------*/
/*  Import
/*-----------------------------------------------------------------------------------*/

@import url("2035-reset.css?=v3");
@import url("slicknav.css?=v1");

/*-----------------------------------------------------------------------------------*/
/*  Global Css
/*-----------------------------------------------------------------------------------*/


#wrapper {
    width: 100%;
    height: auto;
}

.pos-center {
    text-align: center;
}

.pos-left {
    text-align: left;
}

.pos-right {
    text-align: right;
}
.white{
    color: #ffffff;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.rsp-img-center {
    margin: 0 auto;
}

.active-color {
    color: #e4b248;
}

h1 {
    font-family: 'texgyreadventorregular';
    font-size: 38px;
    color: #34868E;
    letter-spacing: 0.0825em;
}

h2 {
    font-family: 'texgyreadventorregular';
    font-size: 36px;
    margin-bottom: 20px;
    /*letter-spacing: 0.0825em;*/
}

h3 {
    font-family: 'texgyreadventorregular';
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.0825em;
}

h4 {
    font-family: 'texgyreadventorregular';
    font-size: 20px;
    line-height: 0px;
    letter-spacing: 0.0825em;
}

h5 {
    font-family: 'texgyreadventorregular';
    font-size: 15px;
    line-height: 28px;
    color: #444;
    letter-spacing: 0.0825em;
}

h6 {
    font-family: 'texgyreadventorregular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0825em;
}

.content{
    padding: 50px;
    line-height: 25px;
}
#contact{
    margin-top: 20px;
}
p{
    color: initial;
    text-align: inherit;

}
.slicknav_menu {
    display:none;
}
.border_bottom{
    width: 100%;
    margin: 15px 0px 0px 0px;
    border-bottom: 1px solid #34868E;
}

/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

.pre-header {
    font-size: 11px;
    background: #fff;
    height: 40px;
}

.pre-header ul, .pre-header p{
    padding-top: 8px;
}

.pre-header ul li {
    float: left;
    margin-right: 20px;
}

.pre-header i {
    padding-right: 5px;
}

.pre-link-box{
    color: #ffffff !important;
    line-height: 25px;
    text-transform: uppercase;
}
.pre-address-b{
    height: auto;
    padding-top: 5px;
}
.pre-call{
    height: auto;
    margin: 0px 10px;
}
.language-box {
    height: 40px;
    border-left:1px solid #f4f4f4;
}

.language-box ul{
    background: #fff;
    height: 40px;
    position: relative;
    z-index: 1;
    padding: 0;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}

.language-box ul:hover{
    /*height: 183px;*/
    height: auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.language-box ul li{
    float: none;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

.language-box ul li:last-child{
    border-bottom: 0;
}

.language-box ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 7px 20px 10px 30px;
}

.language-box ul li img{
    margin-right: 8px;
    margin-top: -3px;
}

.main-header {
    background: #f4f4f4;
    height: auto;
}

.logo {
    padding: 15px 0;
}

.main-header a {
}

.nav{
    position: relative;
}

/* SF Menu */
.sf-menu li a{
}

.sf-menu ul{
    position: absolute;
    display: none;
    top: 100px;
    left: 0;
    z-index: 99;
}

.sf-menu ul li ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 100%;
    z-index: 99;
}

.sf-menu li:hover > ul, .sf-menu li.sf-menuHover > ul {
    display: block;
}

.sf-menu ul li {
    width: 100%;
    min-width: 250px;
}

.sf-menu .parent-menu ul {
    float: none;
}

.sf-menu .parent-menu {
    position: relative;
}

.sf-menu .parent-menu:after{
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000 !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 44px;
    right: 10px;
}

.sf-menu .parent-menu:hover:after{
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 44px;
    right: 10px;
}
/* SF Menu */


.nav ul li {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nav ul li:last-child{
    /*margin-right: 20px;*/
}

.nav ul li.active {
    position: relative;
}

.nav ul li:hover {
    background: #34868E;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul li:hover a {
    color: #fff;
}

.nav ul.sf-menu > li:before {
    content: "";
    position: absolute;
    top: 73px;
    left: 50%;
    margin-left:-20px;
    height: 2px;
    width: 0px;
    background: #34868E;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul.sf-menu > li:hover:before {
    content: "";
    position: absolute;
    top: 73px;
    left: 50%;
    margin-left:-20px;
    height: 2px;
    width: 25px;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff !important;
}
.nav ul.sf-menu > li.active::before{
    border-bottom: 2px;
}

.nav ul.sf-menu > li.active:before {
    position: absolute;
    top: 60px;
    left: 50%;
    height: 2px;
    width: 25px;
    border: none;
}

.nav ul li.active a {
    color: #030303;
}
.nav ul li.active a:hover {
    color: #fff;
}

.nav ul li a {
    font-size: 14px;
    /*letter-spacing: 0.1525em;*/
    color: #000;
    padding: 40px 10px;
    display: inline-block;
    text-transform: uppercase;
}

.nav ul li.parent-menu a {
    padding-right: 32px;
}

.nav ul li ul li{
    background: #34868E;
    line-height: 20px;
    border-bottom: 1px solid rgba(240,240,240, 0.05);
}
.nav ul li ul li a:hover{
    background: #fff;
    color: #000 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul li ul li:last-child{
    border-bottom: 0;
}

.nav ul li ul li a{
    color: #fff !important;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 12px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/* Alternative Menu */
#home .pre-header{
    background: url(../img/white-pattern.png) rgba(255,255,255,0.2);

}

#home .main-header{
    background: url(../img/white-pattern.png);
}

#home .nav ul li.active {
    background: rgba(0,0,0,0.6);
}

#home .nav ul li.active a {
    color: #e4b248;
}

#home .nav ul li a {
    color: #fff;
}

#home .sf-menu .parent-menu.active:after{
    color: #e4b248 !important;
}

#home .sf-menu .parent-menu:after{
    color:#fff !important;
}

#home .nav ul li:hover {
    background: rgba(0,0,0,0.6);
}

#home .nav ul li:hover a {
    color: #e4b248;
}

#home .sf-menu .parent-menu:hover:after{
    color: #e4b248 !important;
}

#home .nav ul li ul li a{
    color: #fff !important;
}

#home .nav ul li ul li{
    background: rgba(0,0,0,0.9);
}

#home .pre-header p{
    color: #C9C9CB;
}

#home .pre-header ul li a{
    color: #C9C9CB;
}

#home .language-box ul{
    background: transparent;
}

#home .language-box ul li{
    background: rgba(0,0,0,0.8);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    line-height: 25px;
}

#home .language-box ul li:first-child{
    background: transparent;
}

#home .language-box ul:hover li:first-child{
    background: rgba(0,0,0,0.8);
}

#home .language-box {
    border-left:1px solid rgba(255,255,255,0.1);
}
/* Alternative Menu */

.button-style-1 a {
    background: #34868e;
    padding: 12px 20px;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 10px;
    text-transform: uppercase;
}

.button-style-1 i {
    padding-right: 12px;
}

.button-style-1 a:hover {
    /*background: #303030;*/
    border-radius: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  Slider
/*-----------------------------------------------------------------------------------*/

.flex-direction-nav a:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 55px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 1;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
}

.flex-direction-nav a:before:hover {
    opacity: 1;
}

.falsenav .flex-control-paging {
    display: none;
}

.flexslider ul.slides li, .flexslider-thumb ul.slides li{
    position: relative;
}

.flexslider ul li .slider-textbox{
    position: absolute;
    top: 30%;
    width: 100%;
    height: 100%;
    left: 0;
}

.slider-home .flexslider{
    z-index: 1;
}

.slider-home .flex-viewport {
}

.slider {
    position: relative;
    /*z-index: -1;*/
}

.slider-loading{
    background: #fff;
    z-index: 99999999999999999999;
}

.slider-loading .slides{
    display: none;
}

.slider-loading:after{
    content:url(../img/progress.gif);
    position: absolute;
    top: 30%;
    left: 50%;
    background: #fff;
}

.slider-bar{
    color:#fff;
    width: auto;
    height: 60px;
    background: rgba(0,0,0,0.7);
    font-size:20px;
    padding:20px 20px 0 20px;
}

.slider-triangle{
    width: 0;
    height: 0;
    border-top: 60px solid rgba(0,0,0,0.7);
    border-right: 40px solid transparent;
}

.slider-bar-under{
    color:#000;
    width: auto;
    height: 35px;
    background: #fff;
    font-size:14px;
    padding:6px 20px 0 20px;
}

.slider-triangle-under{
    width: 0;
    height: 0;
    border-top: 35px solid #fff;
    border-right: 20px solid transparent;
}

/*.slider-overlay{*/
/*background-size: 4px 4px;*/
/*background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px);*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*z-index: 9;*/
/*}*/

.book-slider{
    position: absolute;
    z-index:9;
    bottom: 0px;
    width: 100%;
}

.book-slider ul{
    display: inline-block;
}

.book-slider ul li label{
    text-align: left;
}

.book-slider ul li {
    float: left;
    margin-right: 10px;
}

.book-slider ul li.sec-input {
    margin-right: 40px;
}

.book-slider ul li:last-child{
    margin-right: 0;
}

.book-slider input, .book-slider select {
    height: 30px;
    border: 1px solid #34868e;
    background: transparent;
    color: #6e6197;
    padding-left: 10px;
}

.sod_select{
    width: 75px;
    padding: 0;
    padding-left: 10px;
    border: solid 1px #34868e;
    height: 30px;
    background: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    padding-top: 8px;
}

.sod_select.open{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sod_select .sod_list_wrapper
{
    border: solid 1px #D7C28C;
}

.book-slider input, .book-slider ul li.li-input{
    width: 130px;
    float: left;
}
.book-slider ul li.li-promo{
    width: 80px;
    float: left;
    margin-right: 0px;
}
.li-input{
    float: left;
}
.li-select{
    float: left;
}
.book-slider select, .book-slider ul li.li-select{
    width: 75px;
}

label {
    width: 100%;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.0725em;
}

::-webkit-input-placeholder {
    color: #FFF;
    font-size: 11px;
}

.book-slider .button-style-1 {
    margin-top: 28px;
    padding: 1px 20px;
}

.bottom-book-slider {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.bottom-book-slider {
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.0725em;
}

.bottom-book-slider ul li {
    float: left;
    width: 25%;
}

.bottom-book-slider ul li:last-child {
    border-right: none;
}

.bottom-book-slider i {
    font-size: 13px;
    color: #e4b248;
    padding-right: 20px;
}

.date-selector::-webkit-input-placeholder{
    color: #e4b248;
}

.date-selector:-moz-placeholder{
    color: #34868E !important;
}

.date-selector::-moz-placeholder{
    color: #e4b248;
}

.date-selector:-ms-input-placeholder{
    color: #e4b248;
}

.reservation-confirm{
    max-width: 700px;
    padding:0 20px;
    margin:0 auto;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}

.reserve-form-area ul{
    list-style: none;
    margin-bottom: 20px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.75);
    background: rgba(255, 255, 255, 0.8) !important;
}

/*-----------------------------------------------------------------------------------*/
/*  About Info
/*-----------------------------------------------------------------------------------*/

.title-shape {
    margin-top: 15px;
    margin-bottom: 30px;
}

.about-title {
    padding: 50px 0;
}
.about-title p {
    font-size: 16px;
    text-align: left;
    margin: 20px 0 0 0;
}
.about-title h2{
    text-align: center;
}
.title-style-1 hr {
    width: 35px;
    height: 1px;
    background: #34868E;
    float: left;
    margin: 0;
    margin-top: 13px;
}

.title-style-1 h5{
    line-height: 15px;
}

.title-style-2 hr {
    width: 50%;
    height: 1px;
    background: #F07F49;
    margin: 0 auto;
    margin-top: 13px;
    border-top: none;
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #cbc7d8;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
    background: #6E6195;
}

/*-----------------------------------------------------------------------------------*/
/*  News
/*-----------------------------------------------------------------------------------*/

.news-box {
    padding-bottom: 10px;
    padding-top: 25px;
    border-bottom: dashed 1px #34868E;
    clear: both;
}

.news-box:first-child {
    padding-top: 0;
}

.news-box:last-child {
    border: none;
}

.news-date {
    font-size: 14px;
}

.date-day {
    background: #34868E;
    border-radius: 5px;
    height: 40px;
    width: 50px;
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    padding-top: 7px;
}

.date-day hr {
    position: absolute;
    top: 0px;
    height: 1px;
    width: 50px;
    background: #FFF;
    border: none;
    opacity: 0.2;
}

.news-date {
    width: 55px;
}

.news-time {
    width: 20%;
}

.news-content {
    width: 80%;
}

.home-news h6{
    font-size: 18px;
}

/*-----------------------------------------------------------------------------------*/
/*  Room
/*-----------------------------------------------------------------------------------*/

.home-room-box {
    margin-bottom: 60px;
}

.home-room-details ul li {
    margin-top: 5px;
    float: left;
    margin-right: 17px;
}

.home-room-details a {
    color: #444;
}

.home-room-details i{
    color: #e4b248;
}

.room-rating ul li {
    float: left;
    margin-right: 5px;
}

.room-rating ul li i {
    color: #e4b248;
    font-size: 10px;
}

.room-rating ul li i.inactive {
    color: #c6c6c6;
}

.room-image {
    position: relative;
    overflow: hidden;
}

.home-room-box:hover .home-room-details{
    height: 70px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.home-room-details {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    padding-top: 7px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 40px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.room-details {
    margin: 25px 0;
}

.room-bottom h4 {
    color: #e4b248;
}

.room-bottom-time {
    font-size: 9px;
    color: #979797;
}

.room-features {
    position: absolute;
    background: rgba(0,0,0,0.8);
    padding: 1px 12px;
    color: #FFF;
    font-size: 9px;
    top: 9px;
    right: 10px;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.room-features i {
    padding-right: 5px;
}

.home-room-box:hover  .room-features {
    background: rgba(0,0,0,1);
}

.flexslider-thumb .flex-control-nav li{
    width: 126px;
}

.flexslider-thumb{
    margin-bottom: 30px;
}

@font-face {
    font-family: 'weather';
    src: url('artill-clean-icons/artill_clean_icons-webfont.eot');
    src: url('artill-clean-icons/artill_clean_icons-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('artill-clean-icons/artill_clean_icons-webfont.woff') format('woff'),
    url('artill-clean-icons/artill_clean_icons-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather{
    padding-top: 10px;
}

#weather i {
    color: #b4b4b4;
    font-family: weather;
    font-size: 130px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
}

#weather .pull-left{
    margin-top: -30px;
}

#weather h3{
    font-size: 14px;
    padding-left: 10px;
}

#weather h3:first-child{
    margin-top:40px;
}

/*-----------------------------------------------------------------------------------*/
/*  Parallax
/*-----------------------------------------------------------------------------------*/

.parallax{
    position: relative;
    width: 100%;
    /*background-attachment: fixed !important;*/
    background-size: cover !important;
    background-repeat: repeat-y;
    background-position: top center;
}

.parallax-two {
    height: 380px;
    background: url('../temp/parallax-img.jpg');

}
.parallax-faci{
    height: 380px;
    background-color: #F07F49;
}
.parallax-overlay-faci{
    background-color: rgba(240, 127, 73, 0.77);
    background-size: 4px 4px;
    background-image: linear-gradient(to right, rgba(240, 127, 73, 0.2)  1px, transparent 1px), linear-gradient(to bottom, rgba(240, 127, 73, 0.2)  1px, transparent 1px);
    height: 380px;
}
.parallax-overlay{
    background-color: rgba(0, 0, 0, 0.30);
    background-size: 4px 4px;
    /*background-image: linear-gradient(to right, rgba(240, 127, 73, 0.2)  1px, transparent 1px), linear-gradient(to bottom, rgba(240, 127, 73, 0.2)  1px, transparent 1px);*/
    height: 380px;
}
.parallax-overlay h3{
    color:#fff;
}
.parallax-overlay hr{
    width: 50%;
    border-top: 1px solid #eee;
    background: none;
}
.parallax-overlay p{
    color: #fff;
    text-align: center;
}
.parallax-one {
    border-bottom: 1px solid #EFEFEF;

}

/*-----------------------------------------------------------------------------------*/
/*  Support
/*-----------------------------------------------------------------------------------*/

.support-box {
    position: relative;
    background: rgba(255,255,255,0.95);
    padding: 10px 50px;
    padding-top: 60px;
}

.support-box-title {
    position: absolute;
    background: rgba(36,57,66,0.8);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}

.support-box-title i {
    color: #FFF;
    font-size: 18px;
    padding-top: 22px;
}

/* Flip Card */
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    transform-style: preserve-3d;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.flip-container:hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}
.flip-container:hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container, .front, .back {
    width: 100%;
    height: 225px;
}

/* flip speed goes here */
.flipper {
    transition: 0.8s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    transition: 0.8s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff !important;
}

/*  UPDATED! front pane, placed above back */
.front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(-180deg);
}

/*-----------------------------------------------------------------------------------*/
/*  Newsletter
/*-----------------------------------------------------------------------------------*/
.newsletter-wrapper{
    display: inline-block;
}

.newsletter-top {
    width: 60%;
    border-bottom: dashed 1px #34868E;
    margin: 0 auto;
    padding-bottom: 30px;
}

.newsletter-section {
    padding: 0 0 15px 0;
}

.newsletter-form{
    width: 50%;
    float: left;
    text-align: right;
}
.newsletter-form h2 {
    text-align: right;
}
.newsletter-form p {
    margin-top: 20px;
    text-align: right;
}
.cont-input{
    padding: 20px 0 0 0;
}

.newsletter-form  input[type="text"] {
    width: 230px;
    height: 40px;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #eee;
    transition: 0.5s;
}
.newsletter-form  input[type="text"]:focus{
    border-bottom: 2px solid #6e6197;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    font-size: 16px;
}


.newsletter-form input[type="submit"] {
    background: transparent !important;
    text-align: center;
    width: 110px;
    font-size: 14px;
    color: #6e6197;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'PlayfairDisplay';
    text-transform: uppercase;
    padding: 10px;
    border: 2px solid #6e6197;
}


.newsletter-form  ::-webkit-input-placeholder {
    color: #959595;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/
.footer {
    background: #f4f4f4;
    line-height: 25px;
}

.main-footer {
    padding: 60px;
    font-size: 12px;
    border-bottom: solid 1px #eeeeee;
}

.footer-menu {
    float: left;
    list-style: outside none none;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu li a {
    border-right: 1px solid #75d0d9;
    color: #34868E;
    font-size: 13px;
    line-height: 1;
    padding: 0 8px 0 6px;
    letter-spacing: 1px;
}
.footer-menu li a:hover {
    color: #75d0d9;
}
.footer-menu li.last-item a {
    border: medium none;
}
.foot-boxs {
    border-bottom: 1px solid #d7c28c;
    float: left;
    width: 100%;
}
.foot-box {
    color: #d7c28c;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.foot-box-md {
    border-left: 1px solid #d7c28c;
    border-right: 1px solid #d7c28c;
    text-align: center;
    float: left;;
}
.footer-social {
    float: left;
    margin: 15px 0 0 35px;
    padding-left: 15px;
}
.foot-box span {
    line-height: 20px;
    color: #d7c28c;
}
.foot-box-md span {
    display: inline-block;
    float: none;
}


ul.footer-links {
    margin-top: 30px;
}

ul.footer-links li i {
    color: #e4b248;
    padding-right: 10px;
}

.footer-logo {
    height: 160px;
    line-height: 160px;
}

.footer-logo img {
    display: inline-block;
}
.pre-footer{
    background: #7d5910;
    color: #FFF !important;
    border: none;
    float: left;
    width: 100%;
    padding: 10px 25px;
}
.pre-footer {
    font-size: 12px;
}

.pre-footer ul li {
    float: left;
    margin-right: 5px;
}

.pre-footer p {
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Breadcrumb
/*-----------------------------------------------------------------------------------*/


.breadcrumb {
    padding: 200px 0px 70px 0px;
    border-radius: 0 !important;
}


.breadcrumb-1 {
    background: url(../temp/theroyalpalm-header.jpg) no-repeat fixed;
    background-size: cover;

}

.breadcrumb h1 {
    font-size: 60px;
    text-transform: uppercase;
}
.menu_page{
    padding: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  Accordion
/*-----------------------------------------------------------------------------------*/

.panel {
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: 1px solid #75d0d9;
}

.active .plus-box {
    border: 0;
    color: #fff;
}

.panel-style {
    padding: 7px 20px;
}

.active-panel .panel-style {
    background: #75d0d9;
    border-bottom: solid 3px #34868E;
}

.panel-style a {
    margin-left: 10px;
}

.active-panel .panel-style a {
    color: #fff;
}

.panel-style h4 {
    font-size: 14px;
    text-transform: uppercase;
}

.tabbed-area h4 {
    margin-bottom: 15px;
}

.tabbed-area li a{
    width: 100%;
    display: inline-block;
    line-height: 45px;
}

/*-----------------------------------------------------------------------------------*/
/*  About Destination & Tab
/*-----------------------------------------------------------------------------------*/

.about-destination-box {
    padding: 20px 0;
    padding-top: 30px;
    border-bottom: solid 1px #f1f1f1;
}

.about-destination-box:first-child {
    padding-top: 0;
}

.about-destination-box a p{
    color: #727272;
}

.tab-style .active-tab h6 {
    color: #e4b248;
}

/*-----------------------------------------------------------------------------------*/
/*  Sidebar
/*-----------------------------------------------------------------------------------*/

.blg-img {
    width: 20%;
}

.blg-txt {
    padding-left: 5%;
    width: 75%;
}

.blg-txt p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
}

ul.sidebar-recent li {
    margin-bottom: 30px;
}

ul.sidebar-recent li:last-child {
    margin-bottom: 0;
}

ul.sidebar-recent li h5 {
    line-height: 22px;
}

.luxen-widget .title h5 {
    margin-bottom: 20px;
}

.luxen-widget {
    margin-bottom: 40px;
    padding: 0px 0px 30px 0px;
    border-bottom: 1px dashed #A7885C;
}

ul.social-links li {
    float: left;
}

ul.social-links li i {
    width: 30px;
    height: 30px;
    background: #e4b248;
    border-radius: 50%;
    color: #FFF;
    margin-right: 10px;
    text-align: center;
    padding-top: 9px;
    font-size: 12px;
}

ul.social-links li i:hover {
    background: #303030;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.luxen-widget.news-widget .footer-links{
    margin-top: 10px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Gallery
/*-----------------------------------------------------------------------------------*/

.gallery-box {
    padding: 20px 10px;
}

.gallery-box h5 {
    margin-top: 10px;
    line-height: 12px;
}

.gallery-box h6 {
    font-size: 14px;
    color:#34868E;
}

/*-----------------------------------------------------------------------------------*/
/*  Room List
/*-----------------------------------------------------------------------------------*/

.sortby {
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 20px;
}

select {
    border: solid 1px #f1f1f1;
    background: #FFF;
    padding: 5px 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sort-icon img {
    margin-left: 10px;
}


table tr.products-title {
    background: #f5f5f5;
    height: 50px;
}

table td.table-products-image {
    width: 10%;
}

.products-image-table {
    padding: 20px;
    width: 70%;
}

table td.table-products-name {
    width: 30%;
}


table td.table-products-price {
    width: 10%;
}

table td.table-products-total {
    width: 25%;
}

table tr.table-products-list {
}

.table-products-list img {
    width: 100%;
}

.title-table {
    text-align: left !important;
    padding: 30px 30px;
    border-bottom: 1px solid #34868E;
}

.list-room-icons {
    width: 100%;
}

.list-room-icons ul li {
    float: left;
    margin-right: 10px;
}

.list-room-icons ul li i {
    color: #e4b248;
    font-size: 10px;
}
.room-details-list a:hover{
    color: #F07F49;
}


.room-details-list .room-rating {
    margin-left: 10px;
}
.content_accom{
    height: 100px;
    overflow: hidden;
}
.btn-info:hover {
    color: #fff;
    background: #2B3C55 !important;
    border-radius: 5px;
}
.mask {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff !important;
    background: #ffffff;
}
img.zoom-img {
    padding: 0;
    position: relative;
    width: 100%;
}
img.zoom-img {
    box-shadow: 0 0 0 0 #000;
    transform: scale(1, 1);
    transition-duration: 250ms;
    transition-timing-function: ease-out;
}
img.zoom-img:hover, .content-child:hover img.zoom-img {
    opacity: 0.8;
    overflow: hidden;
    transform: scale(1.15);
    transition-duration: 750ms;
    transition-timing-function: ease-out;
}
/*-----------------------------------------------------------------------------------*/
/*  Quick reservation
/*-----------------------------------------------------------------------------------*/

.quick-reservation-container {
    background: url(../temp/quick-reservation.jpg);
    padding: 7px;
    margin-bottom: 60px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.75);
}

.quick-reservation {
    padding: 10px;
}

.quick-reservation h5 {
    color: #FFF;
    line-height: 15px;
}

.quick-reservation .title-quick .line {
    width: 23px;
    height: 2px;
    margin: 0 auto;
    display: inline-block;
    background: #e4b248;
}

.quick-reservation input, .quick-reservation select {
    height: 30px;
    border: solid 1px #fff;
    background: transparent;
    color: #fff;
    padding-left: 10px;
    width: 100px;
}

label {
    margin-top: 10px;
    width: 100%;
    color: #2B3C55;
    font-size: 10px;
    letter-spacing: 0.0725em;
}

.quick-reservation .children {
    width: 45%;
}

.quick-reservation .type {
    width: 45%;
    margin-left: 10%;
}

.quick-reservation .rooms {
    width: 45%;
}

.quick-reservation .search-button {
    width: 45%;
    margin-left: 10%;
}

.quick-reservation .button-style-1 {
    margin-top: 40px;
    width: 100%;
}

.quick-reservation .button-style-1 a {
    font-size: 11px !important;
    padding: 8px 15px;
}
.reservation-row label{
    color: #fff !important;
}
.reservation-row{
    background: #34868E;
}
.select-date-accom{
    background: #ffffff;
    width: 70px;
}
.li-input-accom{
    /*width: 120px;*/
    float: left;
}
.booknow{
    cursor: pointer;
    padding: 10px 20px;
    margin: -10px 0px 0px 0px;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    text-transform: uppercase;
    background: #34868E;
}
.booknow:hover{
    border-radius: 10px;
}
.booknow-accom a{
    color: #2B3C55;
}
.booknow-accom{
    float: left;
    padding: 10px 20px;
    text-align: center;
    color: #000 !important;
    text-transform: uppercase;
    margin-top: 17px;
    background: #fff;
}
.booknow-accom:hover{
    border-radius: 5px;

}


/*-----------------------------------------------------------------------------------*/
/*  Room Single
/*-----------------------------------------------------------------------------------*/

ul.room-services {
    margin-top: 30px;
}

ul.room-services i {
    color: #e4b248;
    padding-right: 10px;
}

ul.room-services li {
    margin-bottom: 7px;
}

ul.tabbed-area li {
    float: left;
    width: 33%;
    border: solid 1px #f1f1f1;
    padding: 0 20px;
}

ul.tabbed-area li.active {
    background: #e4b248;
    border: solid 1px #e4b248;
}

ul.tabbed-area li.active a {
    color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact Form
/*-----------------------------------------------------------------------------------*/

.contact-form input[type="text"] {
    width: 60%;
    margin-bottom: 10px;
    height: 46px;
    /*border: solid 1px #2B3C55;*/
    padding-left: 10px;
    padding-top: 10px;
}

.contact-form textarea {
    width: 100%;
    /*border: solid 1px #2B3C55;*/
    height: 300px;
    padding-left: 10px;
    padding-top: 10px;
}

.contact-form  ::-webkit-input-placeholder {
    color: #666;
}

.error-page-container {
    margin-top: 15%;
}

.maps{
    width: 100%;
    height: 300px;
}

/*-----------------------------------------------------------------------------------*/
/*  Error Page
/*-----------------------------------------------------------------------------------*/

.big-error-number {
    font-size: 180px;
    color: #506480;
}

.error-page-container .button-style-1 {
    margin-top: 100px;
    margin-bottom: 15%;
}

/*-----------------------------------------------------------------------------------*/
/*  Blog
/*-----------------------------------------------------------------------------------*/
.title-blog{
    text-align: left !important;
    padding:20px 0px;
    margin: 10px 0px 30px 0px;
    border-bottom: 5px solid #EFEFEF;
}

.blog-post {
    margin-top: 60px;
}

.post-materials ul li {
    float: left;
    margin-right: 30px;
}

.post-materials ul li a {
    color: #333;
}

.post-materials ul li i {
    color: #e4b248;
    padding-right: 10px;
}

.post-materials h6 {
    font-size: 10px;
}

.blog-share-tags {
    padding-bottom: 35px;
    border-bottom: solid 2px #eaeaea;
}

.blog-tags ul li {
    float: left;
    position: relative;
    margin: 0 5px;
}

.blog-tags .title i {
    font-size: 15px;
    color: #e4b248;
    margin-right: 10px;
}

.blog-tags ul li.title {
    float: left;
    margin-left: 0;
}

.blog-tags ul li a {
    background: #f1f1f1;
    font-size: 11px;
    padding: 5px 10px;
    color: #666;
    border-radius: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.blog-tags ul li a:hover {
    background: #e4b248;
    color: #FFF;
}

.blog-tags ul li.title:after, .blog-tags ul li:last-child:after {
    display: none;
}

.blog-share ul li {
    float: left;
    position: relative;
    margin: 0 25px;
}

.blog-share ul li:last-child {
    margin-right: 0;
}

.blog-share ul li i.fa-facebook {
    color: #3B5998;
}

.blog-share ul li i.fa-twitter {
    color: #55ACEE;
}

.blog-share ul li i.fa-pinterest {
    color: #CC2127;
}

.blog-share ul li i.fa-google-plus {
    color: #DD4B39;
}

.blog-share ul li.title {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

.blog-share ul li a {
    color: #666;
}

.blog-share ul li:after {
    content: "|";
    position: absolute;
    top: -3px;
    right: -25px;
    font-size: 7px;
}

.blog-share ul li.title:after, .blog-share ul li:last-child:after {
    display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Comments
/*-----------------------------------------------------------------------------------*/

.write-comment-box {
    padding: 40px;
}

.write-comment a {
    color: #666;
}

.comment-box {
    background: #f5f5f5;
    padding: 30px;
}

.comment-author-image img {
    width: 75px;
}

.write-comment-box input[type="submit"] {
    float: right;
}

.children li {
    margin-left: 15%;
    position: relative;
    height: auto !important;
}

.children li.comment-box:after {
    content: '';
    position: absolute;
    left: -80px;
    top: -15px;
    height: 80px;
    width: 40px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.children > .children li {
    margin-left: 30%;
    position: relative;
    height: auto !important;
}

.children > .children li:after {
    content: '';
    position: absolute;
    left: -80px;
    top: -15px;
    height: 80px;
    width: 40px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*-----------------------------------------------------------------------------------*/
/*  Under Construction
/*-----------------------------------------------------------------------------------*/

#under-construction-page {
    background: url(../temp/slider-2.jpg) !important;
    height: 100%;
}

.mask {
    height: 100%;
    background: rgba(0,0,0,0.6);
}

#under-construction-page .logo {
    max-width: 180px;
    margin: 0 auto;
}

#under-construction-page .cons-line {
    width: 50%;
    margin: 0 auto;
    height: 1px;
    background: rgba(255,255,255,0.1);
}

#under-construction-page h1 {
    color: #FFF;
}

#under-construction-page p {
    color: #FFF;
    font-size: 12px;
    max-width: 50%;
    margin: 0 auto;
}

.breadcrumb{
    margin-bottom: 0;
}

.free-book{
    background: #162229;
}

.free-book .book-slider{
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 140px 0;
    background: transparent;
}

.light-book-form input[type="text"]{
    width: 100%;
    border:solid 1px #f0f0f0;
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
}

.light-book-form ::-webkit-input-placeholder {
    color: #555;
    font-size: 11px;
}

.light-book-form label{
    color: #111;
    text-align: left;
    font-size: 14px;
    text-transform: none;
    margin-top: 40px;
    font-weight: normal;
}

.light-book-form .sod_select{
    color: #555;
    border:solid 1px #f0f0f0;
    border-radius: 0;
    height: 44px;
    width: 100%;
}

.light-book-form .li-select{
    float: left;
    width: 32%;
    margin-right: 2%;
}

.light-book-form .li-select.no-margin{
    margin-right: 0;
}

.reset-clearfix{
    clear: both;
}

.light-book-form .sod_label{
    padding-top: 5px;
}

.light-book-form .reservation-confirm{
    color: #333;
}

.white-title h2{
    color: #FFF;
}
.blue{
    color: #7AA9CF;
}
.green{
    color: #34868E;
}
.box_title{
    width: 50%;
    border-bottom: 2px solid #a7885c;
}

/*-----------------------------------------------------------------------------------*/
/*  Table Rate Css
/*-----------------------------------------------------------------------------------*/
#rounded-corner {
    font-size: 12px;
    text-align:center;
    margin: 20px 0px;
    width: 100%;
    border-top: 3px solid #34868e;
}
#rounded-corner thead th.rounded-company {
    background:#34868e;
    color:#75d0d9;
}
#rounded-corner thead th.rounded-q4 {
    background:#75d0d9;
    color:#34868e;
}
#rounded-corner th {
    background: #e6e4e4;
    text-align: left;
    padding: 10px 20px;
}
#rounded-corner td {
    background: #f2efef;
    text-align: left;
    padding: 10px 20px;
}
#rounded-corner tfoot td.rounded-foot-left {
    background: #8E5AB2;
    color:#ffffff;
}
#rounded-corner tfoot td.rounded-foot-right {
    background: #8E5AB2;
}

/*-----------------------------------------------------------------------------------*/
/*  Hide Mobile on Destop
/*-----------------------------------------------------------------------------------*/
.reservation-form-mobile{
    display: none;
}
/*.margint50{ margin-top:50 !important;}*/
.btnRM{ float: right; margin-bottom: 60px;}
.btnDL{ float: right; margin-bottom: 80px; margin-top: 30px;}
.texttitle{text-transform: capitalize;}
.text-header-contant{ font-weight: bold;}


/*-----------------------------------------------------------------------------------*/
/* Transfer
/*-----------------------------------------------------------------------------------*/
.transfer {
    background-image: url("../img/transfer-180x80.png");
    background-repeat: no-repeat;
    width: 180px;
    height: 80px;
    float: right;
    margin-top: -70px;
    margin-right: 40px;
}
.transfer:hover {
    background-image: url("../img/transfer-hover-180x80.png");
    background-repeat: no-repeat;
    width: 180px;
    height: 80px;
    float: right;
    margin-top: -70px;
    margin-right: 40px;
}

/*-----------------------------------------------------------------------------------*/
/* IBE
/*-----------------------------------------------------------------------------------*/
.logo-ibe {
    margin-top: -115px;
    position: absolute;
}
.book-slider {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
}
.input-ibe{
    padding: 6px 12px;
    width: 100%;
}
/*#btn-submit input[type="submit"]{*/
/*border: 0;*/
/*color: #fff;*/
/*}*/
/*#btn-submit input[type="submit"]:hover{*/
/*border-radius: 0 !important;*/
/*}*/
.btn-submit button{
    font-family: 'PlayfairDisplay';
    color: #fff;
    z-index: 3;
    position: inherit;
    background: transparent;
    border: 0;
    font-size: 18px;
    letter-spacing: 0.1em;
}
.btn-submit{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #6e6197;
    width: 150px;
    line-height: 3.0em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    float: right;
}
.btn-submit:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6b6252;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-submit:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    z-index:1;
    color: #fff;
}


.modal-body i {
    margin-left: 10px;
}
.text1 {
    color: #303030;
    font-size: 14px;
    margin-left: 15px;
    text-transform: uppercase;
    border-top: 1px solid #eee;
    line-height: 3;
    margin-top: 15px;
    text-align: left;
    width: 94% !important;
}
.text2 {
    color: #303030;
    font-size: 14px;
    margin-left: 15px;
    text-transform: uppercase;
    line-height: 3;

}

.li-input-accom p {
    color: #fff !important;
    margin-top: 20px;
    font-size: 22px;
    padding-right: 20px;
    font-family: 'CopperplateLight';
    line-height: 0.2em;
}

.form-group select.no-radius{
    height: 38px;
}
.select-wrapper{
    border-radius: 4px 0 0 4px;
}
.modal select{
    color:  #303030 !important;
}

/*-----------------------------------------------------------------------------------*/
/*facilities*/
/*-----------------------------------------------------------------------------------*/
.faci-ul{
    width: 100%;
    margin: auto;
    clear: both;
}
.faci-ul ul{
    padding: 0;
}
.faci-ul li{
    float: left;
    width: 175px;
    margin: 10px;
    text-align: center;

}
.faci-ul h6{
    margin-top: 5px;
}

.faci-ul i{
    padding: 15px;
    width: 70px;
    height: 70px;
    font-size: 35px;
    border-radius: 50px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    border: 1px solid #F07F49;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
}
.faci-ul i:hover{
    box-shadow: 0 10px 16px -11px #000000;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);


}


.faci-ul img{
    padding: 15px;
    width: 70px;
    height: 70px;
    font-size: 35px;
    border-radius: 50px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    border: 1px solid #F07F49;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
}
.faci-ul img:hover{
    box-shadow: 0 10px 16px -11px #000000;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);


}

/*-----------------------------------------------------------------------------------*/
/*promotion*/
/*-----------------------------------------------------------------------------------*/

.promotion-cont{
    background: #fff;
    /*padding: 20px;*/
    width:100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
#promotion {
    margin: 0 auto;
    position: relative;
    width: 100%;
    /*height: 118px;*/
    /* padding: 10px; */
    /*box-shadow: 0 0 5px rgba(0,0,0,0.4);*/
    /*background: #B2BE37;*/
}

#promotion > div {
    position: absolute;
    width: 100%;
    /*top: 10px;*/
    /*left: 10px;*/
    /*right: 10px;*/
    /*bottom: 10px;*/
    right: 0;
}
#promotion img{
    margin-right: 15px;

}

#promotion p{
    color: #fff;
}
#promotion li{
    width: 50%;
}
#promotion h3{
    background: rgba(0, 0, 0, 0.33);
    padding: 20px
}



/*content-info*/

.content-info ul{
    padding: 20px;
    list-style-image: url('../temp/angle_right.png');
}
.content-info li{
    border-bottom: 1px solid #ECECEC;
    padding: 10px;
    float: none !important;
    font-size: 16px;
    font-weight: 200;
}
.content-info p{
    padding: 5px 0;
}



/*-----------------------------------------------------------------------------------*/
/*  packages
/*-----------------------------------------------------------------------------------*/
.marginb70{
    margin-bottom: 70px;
}
#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.packages-box {
    margin-bottom: 40px;

}

.packages-details ul li {
    margin-top: 5px;
    float: left;
    margin-right: 17px;
}
.packages-details h5{
    font-size: 12px !important;
}
.packages-details a {
    color: #444;
    cursor: pointer;
}

.packages-details span {
    float: right;
    background: #f07f49;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
.packages-details span:hover{
    border-radius: 5px;

}
.packages-details span a {
    font-size: 12px !important;
    padding: 10px;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
}
.packages-details span a:hover {
    color: #fbc3a8!important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.packages-details i{
    color: #e4b248;
}

.packages-rating ul li {
    float: left;
    margin-right: 5px;
}

.packages-rating ul li i {
    color: #e4b248;
    font-size: 10px;
}

.packages-rating ul li i.inactive {
    color: #c6c6c6;
}

.packages-image {
    position: relative;
    overflow: hidden;
}



.packages-details {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    padding-top: 7px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 40px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.child-section .child-box .content-child:first-child:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    display: none;
    top: 0;
}

.child-section .child-box .content-child:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    display: block;
    bottom: 0;
}

.child-section .child-box .content-child:last-child:after {
    display: none;
}

/* Maximage Section*/
.content-info *,.child-box-details *{
    line-height: 2;
}
.content-info *,.child-box-details h2{
    line-height: 1.7;
}
.maximage-section {
    height:auto;
    background: #000;
    overflow: hidden;
    position: relative;
}


.maximage-section .backdrop-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 4;
    top: 0;
}
.text-title-cont {
    position: absolute;
    width: 700px;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    overflow: hidden;
    text-align: center;
}
.text-title h1{
    color: #baac8f !important;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 48px;
    text-transform: uppercase;
    padding: 15px;

}
.text-title p{
    font-size: 24px !important;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin: 0 !important;

}
.text-title-cont .text-title h2{
    color: #ffffff !important;
}


.title-info.box{
    /*width: 50%;*/
    margin: auto;
    text-align: center;

}
.title-info.box h4{
    margin: 20px;

}
.logo-nav-top img{
    margin: 8px 25px;
    vertical-align: text-top;
    position: relative;
    z-index: 9;
    width: 150px;
}

nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
nav ul {
    margin: auto;
    display: table;
    padding: 0;

}
nav li {
    float: left;
    position: relative;
}
nav li a {
    padding: 31px 10px;
    color: #272522;
    font-family: playfairdisplay, mitr-light;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
}

nav li span{
    position: absolute;
    height: 22px;
    top: 0;
    bottom: 0;
    right: 6px;
    color: #272522;
    margin: auto;
 }
nav li a:hover{
    color: #F3B82C;
}


.sub-menu {
    position: absolute;
    /*width: 100%;*/
    white-space: nowrap;
    transform: translateY(-2em);
    left: 0;
    padding: 0;
    text-align: left;
    background: white;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
    box-shadow: rgba(0,0,0,0.09) 0 3px 8px 0;
}
.sub-menu a {
    color:#272522;
    padding: 6px 15px;
    text-decoration: none;
    display: block;
}
.sub-menu li {
    width: 100%;
    list-style: none;
}
.sub-menu li a {
    width: 100%;
}
nav li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}




/* Menu top H */
.menu-top-h-cont{
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background: #fff;
    box-shadow: rgba(0,0,0,0.09) 0 0 10px;
    top: 0;

}
.menu-top-h{
    float: right;
    position: relative;
    z-index: 9;
}
.menu-top-h ul{
    padding: 0;
}
.menu-top-h ul li{
    float: left;
    padding: 0 10px;
}
.menu-top-h .menu-h{
    display: none;
}

.menu-top-h .menu-h{
    font-family: 'PlayfairDisplay';
    background: #fff;
    width: 150px;
    line-height: 5.4em;
    text-align: center;

}
.menu-top-h .menu-b span{
    font-family: 'PlayfairDisplay', mitr-regular;
    color: #fff;
    z-index: 3;
    position: inherit;
}
.menu-top-h .menu-b{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #FF5722 !important;
    width: 150px;
    line-height: 5.4em;
    text-align: center;
    text-transform: uppercase;
    /*letter-spacing: 0.2em;*/
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.menu-top-h .language{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 95px;
    line-height: 5.7em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    font-size: 15px;
    margin-right: 25px;
    font-family: 'PlayfairDisplay', mitr-regular;
}
.menu-top-h .language i {
    position: absolute;
    top: 35px;
    margin-left: 6px;
}
.menu-top-h .menu-b:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.menu-top-h .menu-b:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    z-index:1;
    color: #fff;
}

.hamburger-ico span{
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-left: 15px;
}
.nav-hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
.nav-hamburger:hover {
    opacity: 0.7; }

.nav-hamburger-box {
    width: 40px;
    height: 18px;
    display: inline-block;
    position: relative; }

.nav-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
.nav-hamburger-inner, .nav-hamburger-inner::before, .nav-hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.nav-hamburger-inner::before, .nav-hamburger-inner::after {
    content: "";
    display: block; }
.nav-hamburger-inner::before {
    top: -10px; }
.nav-hamburger-inner::after {
    bottom: -10px; }

.hamburger-ico .nav-hamburger-inner {
    top: 2px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger-ico .nav-hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; }
.hamburger-ico .nav-hamburger-inner::after {
    top: 20px;
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger-ico.is-active .nav-hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.1s; }
.hamburger-ico.is-active .nav-hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
.hamburger-ico.is-active .nav-hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.1s; }



.contact-top{
    float: right;
    margin-left: 20px;
    position: relative;
    z-index: 9;
}
.contact-top ul{
    padding: 0;
}
.contact-top ul li{
    float: left;
    margin: 0 10px;
    line-height: 5;
}
.contact-top ul li i {
    font-size: 24px;
    color: #BAAC8F !important;

}

.th-item{
    color: #fff;
}
.th-item .img{
    margin: 5px 10px 0 0;
    float: left;
}

.logo-title{
    position: absolute;
    width: 169px;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

.mouse-cont{
    position: absolute;
    width: 150px;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 98;
    margin: auto;
    text-align: center;
}
.mouse-cont a{
    text-decoration: none;
}
.mouse-cont span{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.mouse-scroll,
.mouse-scroll:before {
    left: 0;
    right: 0;
    margin: auto;
}
.mouse-scroll {
    width: 25px;
    height: 45px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    margin: auto;
    margin-bottom: 10px;

}
.mouse-scroll:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 10px;
    background: #fff;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: mouse-scroll;
    animation-name: mouse-scroll;
}
@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}
@keyframes mouse-scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}
.nav-m-section.open-menu .backdrop-info {
    background: rgba(0, 0, 0, 0.46);
    position:fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.nav-m-section.open-menu video{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.intro-video {
    position: relative;
    overflow: auto;
    font-size: 12px;
    font-weight: 200;
    top: 0;
    width: 70%;
    height: 100%;
    float: left;
    z-index: 999;
    color: #fff;
}
.video-title{
    width: 50%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.video-title h1{
    color: #fff !important;
}
.video-title p{
    color: #fff !important;
    text-align: center;
    font-size: 20px !important;
    font-family: 'PlayfairDisplay';
}
.nav-m-section{
    position: fixed;
    height: 2%;
    width: 2%;
    top: 49%;
    left: 49%;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin: 0 auto;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    z-index: 4;
    /*background: url("../img/bg-openmenu.jpg");*/
    background-size: cover;

}
.nav-m-section.open-menu {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index:102;
    visibility: visible;
    display: none;
}
.menu-list{
    margin-top: 150px;
    text-align: left;
    padding: 15px;
}
.nav-side-menu {
    position: relative;
    overflow: auto;
    background: #fff;
    font-size: 12px;
    font-weight: 200;
    top: 0;
    width: 100%;
    height: 100%;
    float: right;
    z-index: 999;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 10px;
    margin: 0;
    cursor: pointer;

}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    transition: all 0.3s;
}
.nav-side-menu ul :not(collapsed) .arrow.openarrow:before,
.nav-side-menu li :not(collapsed) .arrow.openarrow:before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    border: none;
    line-height: 15px;
    margin-left: 0;
    list-style: disc;
}

.nav-side-menu li a {
    text-decoration: none;
    font-family: 'PlayfairDisplay';
    color: #000;
    text-align: left;
    font-size: 16px;
}

.nav-side-menu li a:hover {
    color: #594d7c;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.nav-side-menu .menu-list .menu-content {
    display: block;
}
.nav-followus{
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}

.contact.nav-followus{
    position: relative;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    margin-top: 50px;
}
.contact.nav-followus ul {
    padding: 0px;
}
.contact.nav-followus li{
    margin: 0 2px;
}
.nav-followus i{
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    border: 1px solid #6e6197;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
    color: #6e6197;
}
.nav-followus i:hover{
    box-shadow: 0 10px 16px -11px #000000;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #000;
}

.nav-followus li {
    margin: 0 -7px;
    list-style: none;
    display: inline-block;
}



.section-info{
    width: 100%;
    margin-bottom: 50px;
}


.followus-section{
    width: 100%;
    margin: auto;
    background: #f6f6f6;
    float: left;
    padding: 30px;
}
.content-followus{
    width: 1170px;
    margin: auto;
}
.title-followus{
    width:50%;
    margin-bottom: 10px;
    float: left;
    border-right: 1px solid #eaeaea;
}
.title-followus p{
    margin-top: 20px;
}
.social-media{
    padding: 20px 0 0 0;
}
.social-media i{
    padding: 15px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 50px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    border: 1px solid #6e6197;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
    color: #6e6197;
}
.social-media i:hover{
    box-shadow: 0 10px 16px -11px #000000;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #000;
}

.social-media li {
    margin: 0 5px;
    list-style: none;
    display: inline-block;
}


.address-info{
    width: 50%;
    float: left;
    text-align: right;
}
.address-info h4 {
    text-align: right;
    margin-bottom: 20px;
}
.address-info p {
    text-align: right;
}
.address-info ul{
    padding: 0;
}
.address-info li{
    padding: 15px 0;
    display: inline-block;
    margin: 0 5px;
}
.address-info a:hover{
    color:#6e6197;
}
.address-info i{
    margin: 0 5px;
    color: #6e6197;
}
.input-captcha{
    width: 270px;
    float: right;
    margin-top: 10px;
}
.input-captcha i{
    font-size: 20px;
    color: #6e6197;
    margin: 13px 5px;
    position: absolute;
}
.input-captcha input{
    width: 120px !important;
    float: left;
    border-radius: 4px 0 0 4px;
    margin: 0 -2px;

}
.captcha-img{
    width: 150px;
    height: 46px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    float: left;
}
.input-submit{
    width: 100%;
    float: left;
}
.input-submit input{
    width: 270px;
}
.transpoetation {
    position: absolute;
    right: 5px;
    top: 100px;
    z-index: 99999999;
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

.wrapper-page{
    /*width: 100%;*/
    /*height: 100vh;*/
    /*position: relative;*/
    /*margin: auto;*/
}

/*-----------------------------------------------------------------------------------*/
/* HOME */
/*-----------------------------------------------------------------------------------*/
.wrapper-page .home-details{
    position: relative;
    width: 1170px;
    margin: auto;
}
.wrapper-page .content-page .box-details{
    position: relative;
    height: 500px;
    padding: 50px;
    text-align: left;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}
.wrapper-page .content-page .box-details.slide-page {
    display: flex;
}

.wrapper-page .col-xs-6.right, .content-child .col-xs-6.right {
    float: right;
}

/*.wrapper-page .home-details .content-page .box-details{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    padding: 40px;*/
/*}*/


.wrapper-page .home-details .content-page .box-details .number{
    font-size: 90px;
    font-weight: bold;
    color: #f2e8d3;
    font-family: 'PlayfairDisplay';
    position: absolute;
    top: -54px;
}
.wrapper-page .home-details .content-page .box-details h1,
.wrapper-page .home-details .content-page .box-details h2{
    text-transform: uppercase;
    position: relative;
    /*top: -90px;*/
    left: 30px;
    font-weight: bold;

}

.wrapper-page .home-details .content-page .box-details h4{
    text-transform: uppercase;
    font-weight: bold;

}
.wrapper-page .content-page .box-details p.title-mobile{
    padding: 15px 0;
    display: none;

}
.home-details .col-xs-6 {
    padding: 0;
}
.box-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    display: flex;
    transform: scale(1);
    transition: all .6s;
}

.box-img {
    position: relative;
    overflow: hidden;
}
.box_page:hover .box-img img {
    transform: scale(1.05);
    filter: brightness(90%);

}
    /*.wrapper-page .home-details .content-page .box-img{*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*}*/
/*.wrapper-page  .content-page .box-details,.wrapper-page  .content-page .box-img div{*/
/*    height: 400px;*/
/*}*/
/*.wrapper-page .home-details .content-page .box-img div{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/

/*}*/

.home-details:hover a.mask img.zoom-img {
    display: block;
    opacity: 0.8;
    overflow: hidden;
    transform: scale(1.15);
    transition-duration: 750ms;
    transition-timing-function: ease-out;
}


/*.wrapper-page .home-details .content-page{*/
/*    width: 50%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*}*/
/*.wrapper-page .home-details .content-page.left{*/
/*    left: 0;*/
/*    background: #fff;*/
/*}*/
/*.wrapper-page .home-details .content-page.right{*/
/*    right: 0;*/
/*    background: #fff;*/
/*}*/

/*-----------------------------------------------------------------------------------*/
/* ACCOMODATION */
/*-----------------------------------------------------------------------------------*/

.wrapper-page .accom-details{
    position: relative;
    width: 1170px;
    margin: auto;
}
.wrapper-page .accom-details .content-page .box-details{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5px 40px;
}
.wrapper-page .accom-details .content-page .box-details .number{
    font-size: 90px;
    font-weight: bold;
    color: #f2e8d3;
    font-family: 'PlayfairDisplay';
    position: relative;

}
.wrapper-page .accom-details .content-page .box-details h1{

    text-transform: uppercase;
    position: relative;
    top: -90px;
    left: 30px;
    font-weight: bold;

}
.wrapper-page .accom-details .content-page .box-details h4{
    text-transform: uppercase;
    font-weight: bold;

}
.wrapper-page .accom-details .content-page .box-details p{
    letter-spacing: 0.5px;
}
.wrapper-page .content-page .box-details  .link a{
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.wrapper-page .content-page .box-details  .link:after{
    position: absolute;
    content: "";
    color: #000;
    width: 30px;
    height: 2px;
    transition: all 0.6s;
    display: block;
    bottom: 0;
}
.wrapper-page .content-page .box-details  .link:hover:after{
    width: 100%;
}

.wrapper-page .accom-details .content-page .box-img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.wrapper-page .accom-details .content-page .box-img div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.wrapper-page  .content-page .box-img div{
    margin-bottom: 10px;
}
.accom-details:hover a.mask img.zoom-img {
    display: block;
    opacity: 0.8;
    overflow: hidden;
    transform: scale(1.15);
    transition-duration: 750ms;
    transition-timing-function: ease-out;
}


.wrapper-page .accom-details .content-page{
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.wrapper-page .accom-details .content-page.left{
    right: 0;
    background: #fff;
}
.wrapper-page .accom-details .content-page.right{
    left: 0;
    background: #fff;
}


/*-----------------------------------------------------------------------------------*/
/* SPECIAL OFFER */
/*-----------------------------------------------------------------------------------*/

.wrapper-page .offer-details{
    position: relative;
    width: 1170px;
    margin: auto;
}
.wrapper-page .offer-details .content-page .box-details{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5px 40px;
}
.wrapper-page .offer-details .content-page .box-details .number{
    font-size: 100px;
    font-weight: bold;
    color: #f2e8d3;
    font-family: 'PlayfairDisplay';
    position: relative;

}
.wrapper-page .offer-details .content-page .box-details h1{
    text-transform: uppercase;
    position: relative;
    top: -90px;
    left: 30px;
    font-weight: bold;

}
.wrapper-page .offer-details .content-page .box-details h4{
    text-transform: uppercase;
    font-weight: bold;

}
.wrapper-page .offer-details .content-page .box-details p{
    padding: 20px 0;

}
.wrapper-page .offer-details .content-page .box-details .link a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.wrapper-page .offer-details .content-page .box-details .link:before{
    position: relative;
    content: "";
    color: #000;
    width: 30px;
    height: 2px;
    background: #baac8f;
    transition: all 0.6s;
    display: block;
    bottom: -30px;
}
.wrapper-page .offer-details .content-page .box-details .link:hover:before{
    width: 75px;
}

.wrapper-page .offer-details .content-page .box-img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.wrapper-page .offer-details .content-page .box-img div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.offer-details:hover a.mask img.zoom-img {
    display: block;
    opacity: 0.8;
    overflow: hidden;
    transform: scale(1.15);
    transition-duration: 750ms;
    transition-timing-function: ease-out;
}

.wrapper-page .offer-details .content-page{
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.wrapper-page .offer-details .content-page.left{
    left: 0;
    background: #fff;
}
.wrapper-page .offer-details .content-page.right{
    right: 0;
    background: #fff;
}


/*-----------------------------------------------------------------------------------*/
/* FACILITIES */
/*-----------------------------------------------------------------------------------*/

.wrapper-page .faci-details{
    position: relative;
    width: 1170px;
    margin: auto;
}
.wrapper-page .faci-details .content-page .box-details{
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
}
.wrapper-page .faci-details .content-page .box-details .number{
    font-size: 100px;
    font-weight: bold;
    color: #f2e8d3;
    font-family: 'PlayfairDisplay';
    position: relative;

}
.wrapper-page .faci-details .content-page .box-details h1{
    color: #000 !important;
    text-transform: uppercase;
    position: relative;
    top: -90px;
    left: 30px;
    font-weight: bold;

}
.wrapper-page .faci-details .content-page .box-details h4{
    text-transform: uppercase;
    font-weight: bold;

}
.wrapper-page .faci-details .content-page .box-details p{
    padding: 50px 0 0 0;
    letter-spacing: 0.5px;

}
.wrapper-page .faci-details .content-page .box-details .link a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.wrapper-page .faci-details .content-page .box-details .link:before{
    position: relative;
    content: "";
    color: #000;
    width: 30px;
    height: 2px;
    background: #baac8f;
    transition: all 0.6s;
    display: block;
    bottom: -25px;
}
.wrapper-page .faci-details .content-page .box-details .link:hover:before{
    width: 75px;
}

.wrapper-page .faci-details .content-page .box-img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.wrapper-page .faci-details .content-page .box-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
}

.wrapper-page .faci-details .content-page{
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;

}
.wrapper-page .faci-details .content-page.left{
    right: 0;
    background: #fff;
}
.wrapper-page .faci-details .content-page.right{
    left: 0;
    background: #fff;
}


/*-----------------------------------------------------------------------------------*/
/* EVENTS */
/*-----------------------------------------------------------------------------------*/

.wrapper-page .events-details{
    position: relative;
    width: 1170px;
    margin: auto;
}
.wrapper-page .events-details .content-page .box-details{

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5px 40px;
}
.wrapper-page .events-details .content-page .box-details .number{
    font-size: 100px;
    font-weight: bold;
    color: #f2e8d3;
    font-family: 'PlayfairDisplay';
    position: relative;

}
.wrapper-page .events-details .content-page .box-details h1{
    text-transform: uppercase;
    position: relative;
    top: -90px;
    left: 30px;
    font-weight: bold;

}
.wrapper-page .events-details .content-page .box-details h4{
    text-transform: uppercase;
    font-weight: bold;

}
.wrapper-page .events-details .content-page .box-details p{
    padding: 20px 0 0 0;
    letter-spacing: 0.5px;

}
.wrapper-page .events-details .content-page .box-details .link a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.wrapper-page .events-details .content-page .box-details .link:before{
    position: relative;
    content: "";
    color: #000;
    width: 30px;
    height: 2px;
    background: #baac8f;
    transition: all 0.6s;
    display: block;
    bottom: -30px;
}
.wrapper-page .events-details .content-page .box-details .link:hover:before{
    width: 75px;
}

.wrapper-page .events-details .content-page .box-img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.wrapper-page .events-details .content-page .box-img div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 400px;
}
.events-details:hover a.mask img.zoom-img {
    display: block;
    opacity: 0.8;
    overflow: hidden;
    transform: scale(1.15);
    transition-duration: 750ms;
    transition-timing-function: ease-out;
}


.wrapper-page .events-details .content-page{
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.wrapper-page .events-details .content-page.left{
    right: 0;
    background: #fff;
}
.wrapper-page .events-details .content-page.right{
    left: 0;
    background: #fff;
}

/*-----------------------------------------------------------------------------------*/
/* TPL CHILD */
/*-----------------------------------------------------------------------------------*/

.child-section{
    width: 100%;
    background:#fff;
    margin: auto;
    float: left;

}
.child-section .child-box{
    width: 100%;
    margin: auto;

}
.child-section .child-box .content-child{
    position: relative;
    width: 100%;
    padding: 40px 0;
    display: flow-root;
}
.child-section .child-box .content-child:last-child {
    padding: 50px 0 0;
}
.content-child .col-xs-6 {
    padding: 0;
}
.child-section .child-box .child-box-img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    max-width: 100%;

}
.content-child:hover a.mask img.zoom-img {
    display: block;
    opacity: 0.8;
    overflow: hidden;
    transform: scale(1.15);
    transition-duration: 750ms;
    transition-timing-function: ease-out;
}

.child-section .child-box-details{
    position: relative;
    height: 350px;
    padding: 80px 50px 80px 0;
}

.child-section .child-box .content-child .child-box-details .link{
    position: inherit;
    bottom: 0;

}
.child-section .child-box .content-child .child-box-details .link a{
    position: relative;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.child-section .child-box .content-child .child-box-details .link:before{
    position: relative;
    content: "";
    color: #000;
    width: 30px;
    height: 2px;
    background: #baac8f;
    transition: all 0.6s;
    display: block;
    bottom: -30px;
}
.child-section .child-box .content-child .child-box-details .link:hover:before{
    width: 100%;
}
.header-child{
    width: 100%;
    height: 300px;
    margin: auto;
    position: relative;
    overflow: hidden;

}
.header-child img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.header-child .title-child{
    width: 1170px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    z-index: 2;

}

.title-child h1 {
    position: relative;
    text-transform: uppercase;
    left: 30px;
    font-weight: bold;
}
.title-child .number {
    position: relative;
}
.title-child .number span {
    position: absolute;
    font-size: 100px;
    font-weight: bold;
    top: -59px;
    color: #f2e8d3;
    text-transform: uppercase;
    font-family: playfairdisplay, sans-serif;
}


.footer-home{
    position: absolute;
    bottom: 0;
}

.silider-info{
    width: 800px;
    margin: auto;
}



#wrapper section{
    height: auto;
}

.toggle-overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 550;
}
.language-popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 590;
    background: rgba(0,0,0,0.8);
}
.language-popup .select-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    margin: auto;
    text-align: center;
}
.language-popup .select-wrapper a:hover, .language-popup .select-wrapper a.active {
    border: solid 1px rgba(255,255,255,1);
    background: rgba(255,255,255,0.8);
    color: #0a0a0a;
}
.language-popup .btn-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 60px;
    z-index: 670;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../img/btn-close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: 0.7;
}
.language-popup .select-wrapper a {
    display: inline-block;
    width: auto;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border: solid 1px rgba(255,255,255,0.7);
    padding: 9px 25px 0 25px;
    margin: 0 10px;
    letter-spacing: 0.05em;
}
#content-editor h4{
    margin: 0px;
    width: 100% !important;
}
#content-editor label{
    color: #000 !important;
}
.modal-body .close{
    font-size: 20px;
}.modal-body .close img{
     width: 50%;
 }
.about-info .content-info table{
    width: 80%;
}
.about-info .content-info table td{
    width: 50%;
}
.section-info .content-info ul li,
.child-box-details ul li
{
    width: 50%;
    display: inline-block;
    float: left !important;
}
