@font-face {
    font-family: 'robotolight';
    src: url('../../assets/font/roboto-light-webfont.woff2') format('woff2'),
    url('../../assets/font/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avant_guardregular';
    src: url('../../assets/font/avantguard-webfont.woff2') format('woff2'),
    url('../../assets/font/avantguard-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'robotolight', 'sans-serif';
    font-size: 16px;
    color: #131313;
    letter-spacing: 1px;
    line-height: 1.5;
    overflow-x: hidden;
}

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

input, select, button, a {
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    transition: all 0.5s;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: 100;
}

p {
    letter-spacing: normal;
    line-height: 28px;
}

h1 {
    font-size: 40px;
    font-family: 'avant_guardregular', 'sans-serif';
    color: #eb664c;
}

h2 {
    font-size: 26px;
    font-family: 'avant_guardregular', 'sans-serif';
    color: #565656;
}

h3 {
    font-size: 20px;
    color: #565656;
}

.scrolldown_button {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 60px;
    cursor: pointer;
    width: 100px;
    margin: auto;
    left: 0;
    bottom: 170px;
    position: absolute;
    right: 0;
    z-index: 4;
}

.scrolldown_button a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 27px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

.scrolldown_button a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.overlay_slide {
    width: 100%;
    z-index: 1;
    height: 230px;
    top: 0;
    position: absolute;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.section_menu {
    position: absolute;
    z-index: 5;
    width: 100%;
    font-family: 'avant_guardregular', 'sans-serif';
    top: 35px;
    transition: all 0.5s;
}

.navbar a {
    color: #fff;
}

.brand_logo {
    background-image: url('../images/icon/LOGO_NO_BG.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 220px;
    height: 112px;
    transition: all 0.5s;
}

.section_menu a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
    height: 2px;
    width: 0;
    background: transparent;
    border: none;
    transition: all 0.5s;
}

.section_menu .active:before {
    background: #eb664c;
    width: 25px;
}

.section_menu a:hover {
    color: #eb664c;
}

.section_menu a:hover:before {
    width: 25px;
    background: #eb664c;
}

.navbar-nav > li {
    position: relative;
}

.navbar-nav .active {
    color: #eb664c !important;
}

.navbar a {
    line-height: 60px;
}

.btn_booknow {
    display: none !important;
    background: #eb664c;
    color: #fff;
    margin-left: 10px;
    transition: all 0.5s;
}

.btn_booknow:hover {
    background: #f49b48;
}

.btn_booknow a:hover:before {
    width: 0;
}

.scroll_menu .btn_booknow {
    display: block !important;
}

.navbar-brand {
    position: absolute;
    padding: 20px 0;
    top: -35px;
    z-index: 11;
    transition: all 0.5s;
}

.navbar-brand:hover:before {
    display: none;
}

.section_arrow_slide {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 100%;
    z-index: 3;
    transition: all 0.5s;
}

.section_arrow_slide img {
    width: 50px;
    opacity: 0.2;
    transition: all 0.5s;
}

.section_arrow_slide img:hover {
    opacity: 1;
}

#arrow_left {
    left: 50px;
    position: absolute;
    transition: all 0.5s;
}

#arrow_right {
    right: 50px;
    position: absolute;
    transition: all 0.5s;
}

.section_slide {
    position: relative;
	width:100% !important;
	height:auto;
}

.container {
    padding: 0;
    transition: all 0.5s;
}

.dropdown-menu a {
    line-height: initial;
    padding: 15px !important;
}

.dropdown-menu a:before {
    display: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #eb664c !important;
    color: #fff !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #eb664c;
}

.dropdown-menu > li > a {
    color: #565656 !important;
}

.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9);
    /*width: 100%;*/
    /*min-width: 250px !important;*/
}

.dropdown-menu > li > a {
    /*white-space: normal;*/
}

.dropdown-menu li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

/*.dropdown-menu li:nth-child(1) {*/
/*animation-delay: 0.1s;*/
/*}*/

/*.dropdown-menu li:nth-child(2) {*/
/*animation-delay: 0.2s;*/
/*}*/

/*.dropdown-menu li:nth-child(3) {*/
/*animation-delay: 0.3s;*/
/*}*/

/*.dropdown-menu li:nth-child(4) {*/
/*animation-delay: 0.4s;*/
/*}*/

/*.dropdown-menu li:nth-child(5) {*/
/*animation-delay: 0.5s;*/
/*}*/

/*.dropdown-menu li:nth-child(6) {*/
/*animation-delay: 0.6s;*/
/*}*/

/*.dropdown-menu li:nth-child(7) {*/
/*animation-delay: 0.7s;*/
/*}*/

/*.dropdown-menu li:nth-child(8) {*/
/*animation-delay: 0.8s;*/
/*}*/

/*.dropdown-menu li:nth-child(9) {*/
/*animation-delay: 0.9s;*/
/*}*/

/*.dropdown-menu li:nth-child(10) {*/
/*animation-delay: 1.0s;*/
/*}*/

.section_description {
    padding: 100px 0;
    text-align: center;
}

.scroll_menu {
    position: fixed;
    background: #fff;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    z-index: 12;
    top: 0;
}

.scroll_menu .container {
    width: 100%;
    padding: 0;
}

.scroll_menu .navbar a {
    color: #131313;
}

.btn_booknow a {
    color: #fff !important;
    padding: 10px 30px !important;
}

.scroll_menu .brand_logo {
    background-image: url('../images/icon/logo.png');
    width: 140px;
    height: 70px;
}

.scroll_menu .navbar-brand {
    padding: 5px 25px;
    top: 0;
}

.line_logo {
    padding: 25px 0;
    display: none;
}

.line_logo img {
    vertical-align: middle;
}

.line_logo:after {
    display: inline-block;
    margin: 0 0 5px 10px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #f08268;
    width: 100px;
    transition: all 0.5s;
}

.line_logo:before {
    display: inline-block;
    margin: 0 10px 5px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #f49b48;
    width: 100px;
    transition: all 0.5s;
}

.text_description {
    width: 80%;
    margin: auto;
}

.text_description a {
    color: #eb664c;
}

.section_accommodation {
    padding: 100px 0;
    text-align: center;
    background: #eceae7;
    position: relative;
    overflow: hidden;
}

.section_accommodation:before {
    content: '';
    background-image: url("../images/icon/pattern.png");
    width: 259px;
    height: 364px;
    position: absolute;
    bottom: 25px;
    left: -100px;
}

.section_accommodation:after {
    content: '';
    background-image: url("../images/icon/pattern.png");
    width: 259px;
    height: 364px;
    position: absolute;
    top: 25px;
    right: -100px;
    transform: rotate(180deg);
}

.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    bottom: 25%;
    height: 40px;
    margin: auto;
    width: 100%;
    z-index: 3;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-prev {
    position: absolute;
    left: -100px;
}

.owl-next {
    position: absolute;
    right: -100px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 10px 20px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #666;
    transition: all 0.5s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #eb664c;
    text-decoration: none;
    border-color: #eb664c;
}

.imagebox_accommodation {
    width: 100%;
    height: 208px;
    background-size: cover !important;
    position: relative;
    float: left;
    transition: all 0.5s;
}

.details_accommodation {
    display: inline-block;
    width: 100%;
    padding: 50px 0 0;
}

.owl-carousel {
    margin-top: 50px;
}

.btn_readmore {
    padding: 15px 40px;
    background: #eb664c;
    border: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 25px;
    font-family: 'avant_guardregular', 'sans-serif';
}

.btn_readmore:hover {
    background: #f49b48;
}

.section_offers {
    padding: 100px 0;
    text-align: center;
}

.section_facilities {
    padding: 100px 0;
    text-align: center;
    background: #eceae7;
    position: relative;
    overflow: hidden;
}

.section_facilities:before {
    content: '';
    background-image: url("../images/icon/pattern.png");
    width: 259px;
    height: 364px;
    position: absolute;
    top: 25px;
    left: -100px;
}

.section_facilities:after {
    content: '';
    background-image: url("../images/icon/pattern.png");
    width: 259px;
    height: 364px;
    position: absolute;
    bottom: 25px;
    right: -100px;
    transform: rotate(180deg);
}

.section_event {
    padding: 100px 0;
    text-align: center;
}

.section_event .col-xs-6 {
    padding: 0 25px;
}

.row_event {
    margin-left: -25px;
    margin-right: -25px;
}

.imagebox_event {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    position: relative;
    float: left;
    transition: all 0.5s;
}

.section_event h2 {
    color: #eb664c;
}

.section_footer {
    background: #eceae7;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    font-size: 15px;
}

.section_footer:before {
    content: '';
    background-image: url("../images/icon/pattern.png");
    width: 259px;
    height: 364px;
    position: absolute;
    bottom: 25px;
    left: -50px;
    background-size: cover;
}

.section_footer:after {
    content: '';
    background-image: url("../images/icon/pattern.png");
    width: 259px;
    height: 364px;
    position: absolute;
    top: 25px;
    right: -50px;
    transform: rotate(180deg);
    background-size: cover;

}

.section_footer p {
    line-height: normal;
    margin: 0;
}

.social i {
    font-size: 24px;
    margin: 0 15px 0 0;
    color: #565656;
    transition: all 0.5s;
}

.social i:hover {
    color: #eb664c;
}

.social a:hover {
    color: #eb664c;
}

.social p {
    margin-bottom: 15px;
}

.sitemap {
    /*font-weight: bolder;*/
}

.copyright {
    text-align: right;
}

.copyright p {
    margin-top: 50px;
}

.section_language li:nth-child(1) {
    border-right: 1px solid #fff;
}

.section_language li:nth-child(2) {
    border-right: 1px solid #fff;
}

.section_language {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 100%;
    top: 25px;
    color: #fff;
    font-family: 'avant_guardregular', 'sans-serif';
    font-size: 14px;
}

.section_language a:hover {
    opacity: 0.7;
}

.section_language li {
    list-style: none;
    float: left;
    padding: 0 10px;
}

.section_language ul {
    margin: 0;
    display: inline-block;
    float: right;
}

.section_language .active {
    color: #eb664c;
}

.copyright a:hover {
    color: #eb664c;
}

.nav_mobile {
    position: absolute;
    right: 60px;
    top: 25px;
    z-index: 12;
    width: 30px;
    height: 25px;
    padding: 0;
    cursor: pointer;
    display: none;
    transition: all 0.5s;
}

.nav_mobile label {
    color: #565656;
    cursor: pointer;
    z-index: 2;
}

.nav_mobile:hover span:nth-of-type(2) {
    width: 27px;
}

.button_container {
    position: absolute;
    left: 0;
    height: 17px;
    width: 27px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
    background: #242424;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #242424;
}

.button_container span {
    background: #ffffff;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 7px;
    width: 20px;
}

.button_container span:nth-of-type(3) {
    top: 14px;
}

.overlay {
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: all 0.6s;
}

.overlay.open {
    opacity: 1;
    position: fixed;
}

.overlay.open li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.overlay.open li:nth-child(1) {
    animation-delay: 0.1s;
}

.overlay.open li:nth-child(2) {
    animation-delay: 0.2s;
}

.overlay.open li:nth-child(3) {
    animation-delay: 0.3s;
}

.overlay.open li:nth-child(4) {
    animation-delay: 0.4s;
}

.overlay.open li:nth-child(5) {
    animation-delay: 0.5s;
}

.overlay.open li:nth-child(6) {
    animation-delay: 0.6s;
}

.overlay.open li:nth-child(7) {
    animation-delay: 0.7s;
}

.overlay.open li:nth-child(8) {
    animation-delay: 0.8s;
}

.overlay.open li:nth-child(9) {
    animation-delay: 0.9s;
}

.overlay.open li:nth-child(10) {
    animation-delay: 1.0s;
}

.overlay nav {
    position: relative;
    top: 0;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: left;
    padding: 50px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.overlay ul {
    list-style: none;
    padding: 50px 0 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: left;
    color: #fff;
    font-family: 'avant_guardregular', 'sans-serif';
}

.overlay ul li {
   /* display: block;*/
    position: relative;
    padding: 10px 0;
    /*opacity: 0;*/
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #242424;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s;
}

.overlay ul li a:hover {
    color: #eb664c;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.nav_mobile .overlay-menu .active {
    color: #eb664c;
}

.overlay-menu .col-xs-8 {
    padding-right: 50px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.overlay-menu .col-xs-4 {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.imagebox_menu {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    position: relative;
    float: left;
    transition: all 0.5s;
}

.fix_body {
    overflow: hidden;
}

.socila_menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eee;
}

.socila_menu i {
    margin: 0 10px;
}

.overlay-menu .col-xs-4:after {
    content: '';
    background-image: url('../images/icon/pattern.png');
    width: 259px;
    height: 364px;
    position: absolute;
    top: 25px;
    right: -160px;
    transform: rotate(180deg);
    z-index: -1;
}

.scroll_menu .nav_mobile {
    position: fixed;
    right: 25px;
    top: 30px;
}

.scroll_menu .button_container span {
    background: #565656;
}

.section_reservationmobile {
    display: none;
    position: fixed;
    z-index: 4;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: 'avant_guardregular', 'sans-serif';
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    transition: all 0.5s;
}

.section_reservationmobile p {
    margin: 0;
    line-height: normal;
    font-size: 14px;
}

.section_reservationmobile img {
    width: 30px;
}

.section_reservationmobile .col-xs-6 {
    background: #eb664c;
    padding: 10px;
    color: #fff;
    width: 40%;
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}

.section_reservationmobile .col-xs-2 {
    background: #ffffff;
    padding: 10px;
    color: #565656;
    width: 20%;
    height: 76px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
}

.section_reservationmobile .col-xs-2:hover {
    color: #eb664c;

}

.section_reservationmobile .col-xs-6:hover {
    background: #f49b48;
}

.imagebox_content {
    width: 100%;
    height: 340px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.imagebox_explore{
    height: 600px;
}

.details_content {
    padding: 50px;
}

.slide_content .owl-dots {
    display: block !important;
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.slide_content .owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 0;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.25);
    transition: all 0.5s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.section_content .owl-carousel {
    margin-top: 0;
}

.row_content {
    padding: 135px 0;
    position: relative;
    overflow: hidden;
}

.row_content .details_content {
    padding: 50px 50px 50px 0;
}

.row_contentB .details_content {
    padding: 50px 0 50px 50px;
}

.row_contentB {
    background: #eceae7;
    text-align: left;
}

.row_contentB:before {
    content: '';
    background-image: url("../images/icon/pattern.png");
    width: 259px;
    height: 364px;
    position: absolute;
    bottom: 25px;
    left: -100px;
}

.row_contentB:after {
    content: '';
    background-image: url("../images/icon/pattern.png");
    width: 259px;
    height: 364px;
    position: absolute;
    top: 25px;
    right: -100px;
    transform: rotate(180deg);
}

.float_right {
    float: right;
}

.details_content ul {
    display: inline-block;
    width: 100%;
    list-style-image: url('../images/icon/next.png');
}

.roomtype li {
    padding: 5px;
    transition: all 0.5s;
}

.roomtype li:hover {
    margin-left: 5px;
}

.details_content h2 {
    color: #eb664c;
}

.menu_list {
    position: relative;
    width: 100%;
    display: block;
}

.menu_drop {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    display: none;
    color: #888;
    padding: 0;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: fadeIn;
}

.menu_drop li {
    list-style: none;
}

.menu_drop ul {
    padding: 0;
}

.menu_drop a {
    display: block;
    padding: 10px 20px;
    clear: both;
    color: #565656;
    white-space: nowrap;
    transition: all 0.5s;
}

nav ul li:hover > ul {
    display: block;
}

.menu_drop > li > a:hover, .menu_drop > li > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #eb664c;
}

.submenu_accommodation .menu_drop {
    left: 317px;
}

.menu_mobile nav:after {
    content: "";
    display: table;
    clear: both;
}

.menu_mobile nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.menu_mobile nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

.menu_mobile nav a {
    display: block;
    padding: 0 20px;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    text-decoration: none;
}

.menu_mobile nav ul li ul li:hover {
    background: #000000;
}

.menu_mobile nav a:hover {
    background-color: #000000;
}

.menu li {
    list-style: none;
    padding: 10px;
    transition: all 0.5s;
    display: inline-block;
    width: 100%;
    position: relative;
}

.menu li:hover {
    color: #99826a;
}

.menu span {
    float: right;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
}

nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: inherit;
}

nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
}

.nav_mobile li > a:after {
    content: ' +';
}

li > a:only-child:after {
    content: '';
}

input[type="radio"], input[type="checkbox"] {
    display: none;
}

.menu_humberher {
    margin: 0;
    color: #353535;
}

.submenu_mobile a {
    transition: none;
}

.submenu_mobile li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    /* animation-delay: 6s; */
}

/*.submenu_mobile li:nth-child(1) {*/
/*animation-delay: 0.1s;*/
/*}*/

/*.submenu_mobile li:nth-child(2) {*/
/*animation-delay: 0.2s;*/
/*}*/

/*.submenu_mobile li:nth-child(3) {*/
/*animation-delay: 0.3s;*/
/*}*/

/*.submenu_mobile li:nth-child(4) {*/
/*animation-delay: 0.4s;*/
/*}*/

/*.submenu_mobile li:nth-child(5) {*/
/*animation-delay: 0.5s;*/
/*}*/

/*.submenu_mobile li:nth-child(6) {*/
/*animation-delay: 0.6s;*/
/*}*/

/*.submenu_mobile li:nth-child(7) {*/
/*animation-delay: 0.7s;*/
/*}*/

/*.submenu_mobile li:nth-child(8) {*/
/*animation-delay: 0.8s;*/
/*}*/

/*.submenu_mobile li:nth-child(9) {*/
/*animation-delay: 0.9s;*/
/*}*/

/*.submenu_mobile li:nth-child(10) {*/
/*animation-delay: 1.0s;*/
/*}*/

.section_condition {
    padding: 100px 0;
    text-align: center;
}

#accordion {
    text-align: left;
    width: 80%;
    margin: 50px auto 0;
}

#accordion span {
    float: right;
}

.panel-default > .panel-heading {
    color: #241e20;
    background: none;
    border: 1px solid #f5f4f2;
    border-radius: 0;
}

.panel-default {
    text-align: left;
    margin-bottom: 20px;
}

.details_howtogo {
    padding: 50px 0;
}

.panel-title img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.panel-body img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s;
    margin: 0 10px;
}

.panel-body img:hover {
    filter: none;
}

.panel-body ul {
    margin: 0;
}

.panel-body li {
    list-style: decimal;
    padding: 5px;
}

.panel-body table {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
    background: #fefbf3;
    padding: 30px;
}

.panel-body td {
    padding: 10px;
}

.li_two li {
    list-style: disc;
}

.panel-body a {
    color: #eb654c;
}

.section_pallarax {
    display: inline-block;
    width: 100%;
}

.imagebox_pallalax {
    width: 100%;
    height: 600px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    margin-bottom: -10px;
    /*background-attachment: fixed!important;*/
}

.text_contact {
    color: #eb654c;
}

.section_info {
    /*padding-bottom: 100px;*/
    position: relative;
}

.section_info .owl-carousel {
    margin-top: 0;
}

.section_info .owl-carousel .owl-stage-outer {
    overflow: inherit;
	width:100% !important;
}

.slide_info .owl-nav [class*=owl-] {

    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.slide_info .owl-nav [class*=owl-]:hover {
    background: #eb654c;
    color: #fff;
    text-decoration: none;
    border-color: #eb664c;
}

.slide_info .owl-prev {
    left: 50px;
}

.slide_info .owl-next {
    right: 50px;
}

.section_info .owl-theme .owl-nav {
    bottom: 0;
}

.imagebox_infot {
    width: 100%;
    height: 600px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}

.price_wedding {
    float: right;
}

.boxprice_wedding ul {
    display: inline-block;
    width: 100%;
    list-style-image: url('../images/icon/next.png');
}

.boxprice_wedding li {
    padding: 5px;
    transition: all 0.5s;
}

.boxprice_wedding li:hover {
    margin-left: 5px;
}

.boxprice_wedding h2 {
    color: #eb664c;
}

.boxprice_wedding .roomtype {
    /*margin-top: 50px;*/
}

.section_condition .col-xs-6 {
    padding: 0 25px;
}

.boxprice_wedding {
    /*margin-left: -25px;*/
    /*margin-right: -25px;*/
    margin-top: 50px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.details_wedding {
    background: #f7f7f7;
    padding: 50px;
}

.boxprice_wedding .details_wedding:nth-child(1) {
    margin-bottom: 50px;
}

.wedding_package {
    text-align: center;
    margin-bottom: 100px;
}

.nav > li > a {
    padding: 10px 8px;
}

.room_package {
    text-align: center;
    margin-bottom: 100px;
}

.room_package .boxprice_wedding .details_wedding:nth-child(1) {
    margin-bottom: 0;
}

.roomtype .submenu li {
    list-style: disc;
}

.boxprice_wedding li:hover {
    margin: 0;
}

.boxprice_wedding a {
    color: #eb664c;
}

.room_package .details_content {
    text-align: left;
}

.view {
    overflow: hidden;
    position: relative;
    cursor: default;
}

.overlay_gallery:hover .mask {
    opacity: 1;
}

.hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background-color: rgba(154, 130, 105, 0.6);
}

.overlay_gallery .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.view .mask {
    /*background-attachment: fixed; */
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}

.view .content, .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    cursor: pointer;
}

.overlay_text_top {
    color: #FFF !important;
    top: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.text_gallery_hover {
    color: #fff;
    text-align: center !important;
    /*opacity: 0.5;*/
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    margin: auto;
}

.text_gallery_hover i {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 15px;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s;
}

.text_gallery_hover p {
    margin: 10px;
    text-transform: uppercase;
}

.padding10 {
    padding: 0;
}

.image_photo {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}

.demo-gallery .col-xs-4, .col-xs-12 {
    padding: 0 25px 50px;
}

.demo-gallery {
    margin-top: 50px;
    margin-right: -25px;
    margin-left: -25px;
}

.text_photo {
    color: #fff;
    bottom: 25px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.section_gallery {
    margin-bottom: -50px;
    display: inline-block;
    width: 100%;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #eb664c;
}

.contact_form {
    width: 75%;
    margin: auto;
}

.input-contact {
    width: 100%;
    background: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

.paddingcontact {
    padding: 10px 0;
    transition: all 0.5s;
   /* text-align: left;*/
}
.paddingsafety {
    padding: 10px 0;
    transition: all 0.5s;
    text-align: right;
}

.btn_submit {
    background: #eb664c;
    color: #fff;
    border: none;
    /* border-radius: 30px; */
    padding: 15px 50px 12px;
    /* font-size: 16px; */
    margin-top: 50px;
    width: 100%;
}

.btn_submit:hover {
    background: #f49b48 !important;
}

.text_left {
    text-align: left;
}

.contactform {
    padding-bottom: 0 !important;
    text-align: center;
}

.section_pallarax iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.row_location {
    margin-bottom: 0;
}

.section_amenities {
    padding: 100px 0;
    text-align: center;
}

.condition {
    text-align: center;
    padding: 0 0 100px 0;
    display: inline-block;
    width: 100%;
}

.section_amenities ul {
    padding: 0;
    margin: 50px 0 0 0;
}

.section_amenities li {
    list-style: none;
    width: 25%;
    padding: 10px;
    float: left;
}

.section_amenities img {
    width: 50px;
}

.see_photo i {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 15px;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s;
}

.see_photo i:hover {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.see_photo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    bottom: 50px;
    color: #fff;
    text-align: center;
}

.condition_wedding .col-xs-6 {
    padding: 25px;
}

.condition_wedding ul {
    padding: 50px;
    background: #f7f7f7;
    margin: 0;
}

.condition_wedding li {
    list-style: disc;
    text-align: left;
    padding: 10px;
}

.row_conditionwedding {
    margin-left: -25px;
    margin-right: -25px;
}

.condition_wedding {
    margin-bottom: 30px;
    display: inline-block;
}

.popup #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.popup {
    width: 80%;
    margin: 0 auto;
    position: fixed;
    z-index: 101;
    height: 100%;
  /*  background: rgba(0, 0, 0, 0.7);*/
}

.cnt223 {
    width: 61%;
	height:auto;
    background: #fff;
    position: relative;
    z-index: 103;
    padding: 10px;
    border-radius: 0;
    /* box-shadow: 0 2px 5px #000; */
    margin: auto;
}
/*.cnt223 {
	width: 500px;
     min-height: 150px; */
    /* margin: 100px auto; */
    /*background: #fff;*/
   /*  position: fixed;
    z-index: 103;
    margin-left: -30%;
    border-radius: 0;
    box-shadow: 0 2px 5px #000; */
    /*margin: auto;
	float:right;
}*/
.cnt223 p {
    clear: both;
    color: #555555;
    text-align: center;
}

.cnt223 p a {
    color: #d91900;
    font-weight: bold;
}

.cnt223 .x {
    float: right;
    right: -30px;
    top: -30px;
    position: absolute;
    background: #eb664c;
    border-radius: 50px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.5s;
    width: 50px;
    z-index: 8;
}

.cnt223 .x:hover {
   background: #353535;
}

.position_popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15%;
    margin: auto;
}

.slide_pooup {
    margin: 0;
}

.slide_pooup img {
    margin-bottom: -7px;
	width: 80%;
	/*margin-left:10%;*/
}

.slide_pooup .owl-dots {
	/* For tab slide show */
   /* display: block;*/
}

.slide_pooup .owl-nav {
    display: none;
}

.slide_pooup .owl-dots .owl-dot.active span {
    background: #565656;
	display: none;
}

.slide_pooup .owl-dots .owl-dot span {
    background: #e4e4e4;
}

.slide_pooup .owl-dots .owl-dot:hover span {
    background: #e4e4e4;
	
}

.section_sitemap ul {
    color: #565656;
    font-weight: bolder;
}

.section_sitemap li {
    list-style: none;
    padding: 5px;
}

ul.dashed > li:before {
    content: "-";
    margin-right: 10px;
    padding-bottom: 5px;
    text-align: left;
}

.dashed {
    padding: 0 0 0 25px !important;
}

.dashed li {
    color: #575a5a;
    text-transform: none;
    font-weight: 100 !important;
    font-size: 14px;
}

.section_sitemap .dashed a {
    color: #575a5a;
}

.section_sitemap .dashed a:hover {
    color: #eb664c;
}

.text_sitemap {
    width: 100%;
}

.text_sitemap li:hover {
    color: #eb664c;
}

.size {
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
    display: none;

}

.text_size {
    margin-top: 15px;
}

.row_location .text_description a {
    color: inherit;
}

.text_sitemap {
    margin-bottom: 0;
}

.section_footer .col-xs-12 {
    text-align: center;
    padding: 0;
}

.section_footer hr {
    border-top: 1px solid #e5e3e0;
}

.section_footer .col-xs-12 p {
    margin: 15px 0;
}

.section_footer .col-xs-12 a:hover {
    color: #eb664c;
}

.weather {
    text-align: center;
    padding-left: 50px;
}

.sub_condition li {
    list-style: disc;
    text-align: left;
}

.section_footer h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.adult {
    height: 30px;
    margin-right: 5px;
}

.child {
    height: 20px;
    margin: 0 2px 0 3px;
}

.submenu_cn .menu_drop {
    left: 160px;
}

.link_information .btn_readmore {
    background: #f5f4f2;
    color: #131313;
    border: 1px solid #f5f4f2;
    margin: 40px 10px 0;
}

.link_information .btn_readmore:hover {
    background: #eb664c;
    color: #fff;
    border: 1px solid #eb664c;
}

.link_information {
    margin-top: 50px;
}

.details_explore {
    background: #eee;
    padding: 25px;
    box-shadow: inset 0 -8px 10px -5px rgba(0, 0, 0, .1);
    text-align: left;
    display: inline-block;
    width: 100%;
}

.nav-tabs {
    border: none;
    position: absolute;
    z-index: 2;
    left: 25px;
}

.nav-tabs > li > a {
    margin: 0;
    line-height: inherit;
    border: none;
    border-radius: 0;
    background: #ccc;
    padding: 10px 20px !important;
    color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #eb664c;
    border: none;
    border-bottom-color: transparent;
    transform: scale(1);
}

.nav-tabs > li.active > a:after {
    display: block;
    width: 0;
    content: "";
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin: 10px auto 5px;
    transition: opacity .25s ease-in-out;
}
.section_explore{
    position: relative;
    margin: 50px 0 0;
    display: inline-block;
    width: 100%;
}
.tab-content{
    margin-top: 44px;
}
.nav-tabs > li > a:hover {
    background: #eb664c;
}
.section_explore .owl-carousel {
    margin-top: 0;
}
.section_explore .owl-nav{
    bottom: 0;
}
.map{
    padding-bottom: 100px;
}
.map img{
    width: 100%;
}
.section_tripadvisor{
    padding: 30px 0;
    background: #fff;
    text-align: center;
    /* background-image: linear-gradient(white, #eceae7); */
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}
.section_tripadvisor h3{
    margin-bottom: 25px;
}
.slide_tripadvisor{
    margin-top: 0;
}
.slide_tripadvisor .owl-nav{
    display: none;
}

.section_tripadvisor .col-xs-6:nth-child(1){
    border-right: 1px solid #eee;
}
.slide_tripadvisor ul{
    padding: 0;
    margin: 0;
}
.slide_tripadvisor li{
    list-style: none;
}
.hotels{
    width: 150px!important;
}
.row_hotels{
    text-align: left;
    width: 1045px;
    margin: auto;
	transform: scale(0.7);
}
.row_hotels li{
    list-style: none;
    float: left;
}
#widgetContainerBox div{
    margin: 0 5px!important;
}
.section_hotels{
    padding: 25px 0;
}
.booking_logo{
    height: 152px;
    padding: 0 10px;
}
.box_hotels{
    float: left;
}
.datepicker-extra{
	display:inline-block;
}
.datepicker-extra .from{
	float:left;
}
.datepicker-extra .from p{
	float:left;
}
.datepicker-extra .from img{
	height:35px;
}
.datepicker-extra .from input{
    padding: 15px 30px;
    border: 2px medium #999999;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 25px;
    font-family: 'avant_guardregular', 'sans-serif';
}
.datepicker-extra .to{
	float:left;
}
.datepicker-extra .to p{
	float:left; padding-left:20px;
}
.datepicker-extra .to img{
	height:35px;
}
.datepicker-extra .to input{
    padding: 15px 30px;
    border: 2px medium #999999;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 25px;
    font-family: 'avant_guardregular', 'sans-serif';
}

.datepicker-extra .ebooking{
	float:left;
	margin-left:20px;
}
.btn_mobile{
    display: none;
}