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

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

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

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



body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto_Light', 'sans-serif';
    font-weight: lighter;
    font-size: 14px;
    color: #748383;
    letter-spacing: 1px;
}

h1 {
    font-family: 'OpenSans-Light', 'sans-serif';
    font-size: 60px;
    margin: 0;
    font-weight: lighter;
    text-transform: uppercase;
}


h2 {
    font-family: 'Prompt', 'sans-serif';
    font-size: 40px;
    margin: 0;
    font-weight: lighter;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    font-weight: lighter;
    text-transform: uppercase;

}




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

a {
    color: inherit;
    transition: all 0.5s;
}

p {
    line-height: 24px;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}
.container{
    width: 100%;
    padding: 0 100px;
}
/*-------------------------------------*/
/* LOADING PAGE */
/*-------------------------------------*/
.page_loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    margin: auto;
    overflow: hidden;
    z-index: 99;
}
.page_loading.active{
    display: none;
}
.page_loading .base_loading{
    position: absolute;
    width: 300px;
    height: 180px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;

}
.page_loading .base_loading svg{
    height: 180px;

}
.page_loading .base_line{
    position: absolute;
    width: 320px;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
}
.over_f{
    overflow: hidden;
}
.loading_intro{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.loading_intro.active{
    overflow: inherit;
}
.loading_intro.active:before{
    position: fixed;
    content:"";
    width: 100%;
    height: 100%;
    background:#fff;
    top: 0;
    right: 0;
    z-index: 100;
    -webkit-animation: swipeRight 1.2s forwards;
    animation: swipeRight 1.2s forwards;
    animation-delay: 1s;
}
.loading_intro.active:after{
    position: fixed;
    content:"";
    width: 100%;
    height: 100%;
    background:#ffd450;
    top: 0;
    right: 0;
    z-index: 99;
    -webkit-animation: swipeRight 1.2s forwards;
    animation: swipeRight 1.2s forwards;
    animation-delay: 1.6s;
}

.text_blue {
    color: #f59f00;
}
.text_yellow{
    color: #fdd33f;
}

.text_orange{
    color: #fa9700;
}

.text_blue2{
    color: #39f;
}

.text_mint{
    color: #75b5b6;
}

.slideshow {
    position: relative;
}

.text_title_slide {
    position: relative;
    width: 100%;
    padding: 0;
}

.text_title_slide {
    position: absolute;
    top: 50%;
    left: 100px;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    width: 500px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.text_title_slide h1 {
    margin: 0;
    font-size: 70px;
}

.text_title_slide p {
    margin: 0;
    font-size: 20px;
}

.text_title_slide ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}

.text_title_slide ul li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    list-style: none;
}

.text_title_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.text_title_slide li:nth-child(2) {
    animation-delay: 0.6s;
}

.section_arrow_slide {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}

.section_arrow_slide img {
    margin: 0 20px;
    opacity: 0.7;
    transition: all 0.5s;
}

.section_arrow_slide img:hover {
    opacity: 1;
}


.navbar-default .navbar-nav > li > a {
    color: #727c7f;
    text-transform: uppercase;
    line-height: 30px;
    transition: all 0.5s;
}
.navbar-default .navbar-nav .active{
    color: #f59f00;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #f59f00;
}

.navbar-default .navbar-nav > li > a:before {
    content: '';
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #f59f00;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
}

.navbar-default .navbar-nav > li > a:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    cursor: pointer;
}

.overlay_slide {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.menu {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 25px 85px;
    background: #fff;
    font-size: 18px;
    font-family: 'OpenSans-Light', 'sans-serif';
}
.active_w .navbar-nav > li {
    float: left;
    animation-name: fade-in-right;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}
nav ul li {
    animation-name:fadeInRight;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    /*animation-delay: 6s;*/
}

nav ul li:nth-child(1) {
    animation-delay: 0.1s;
}

nav ul li:nth-child(2) {
    animation-delay: 0.2s;
}

nav ul li:nth-child(3) {
    animation-delay: 0.3s;
}

nav ul li:nth-child(4) {
    animation-delay: 0.4s;
}

nav ul li:nth-child(5) {
    animation-delay: 0.5s;
}
nav ul li:nth-child(6) {
    animation-delay: 0.6s;
}
nav ul li:nth-child(7) {
    animation-delay: 0.7s;
}
nav ul li:nth-child(8) {
    animation-delay: 0.8s;
}
nav ul li:nth-child(9) {
    animation-delay: 0.9s;
}

.active_w {
    position: fixed !important;
    background: #fff !important;
    width: 100%;
    top: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    z-index: 11;
}
.content_01 {
    padding: 100px 0;
}

.base_box {
    position: relative;
    width: 350px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 15px 65px 0 rgba(16, 16, 17, 0.13);
}

.box_b {
    position: relative;
}

.box_b .bruch_ico {
    position: absolute;
    background: url("../images/icon/bruch_vector_ibe.png") no-repeat;
    width: 604px;
    height: 744px;
    top: -80px;
    left: -160px;
    display: block;
    z-index: -1;
}

.base_box h5 {
    text-align: center;
    text-transform: uppercase;
}

.base_box .font_info {
    position: relative;
}

.base_box .font_info h1 {
    font-size: 46px;
    text-transform: uppercase;
    color: #748383;
    text-align: center;
    line-height: 50px;
    letter-spacing: 5px;
}

.base_box .font_info:after {
    content: "";
    width: 50%;
    height: 3px;
    background: #727c7f;
    margin: 20px auto;
    display: block;
}

.base_box .datepk_box {
    margin-top: 50px;
}

.base_box .datepk_box .ibe_row {
    width: 100%;
    margin-top: 30px;
    display: flex;
    position: relative;
}

.base_box .datepk_box #indate-calendar {
    position: relative;
    width: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.base_box .datepk_box #indate-calendar #indate-label {
    font-size: 33px;
    font-weight: 300;
}

.base_box .datepk_box #indate-calendar #inmonth-label {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    margin-left: 10px;
}

.base_box .datepk_box #indate-calendar:after {
    content: "Check in";
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 2px;
}

.base_box .datepk_box #outdate-calendar {
    position: relative;
    width: 50%;
    margin-top: -15px;
    cursor: pointer;
    text-align: right;
}

.base_box .datepk_box #outdate-calendar #outdate-label {
    font-size: 33px;
    font-weight: 300;
    margin-right: 10px;
}

.base_box .datepk_box #outdate-calendar #outmonth-label {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.base_box .datepk_box #outdate-calendar:before {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    display: block;
    background: #727c7f;

}

.base_box .datepk_box #outdate-calendar:after {
    content: "Check out";
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
}

.base_box .datepk_box select {
    position: relative;
    z-index: 1;
    width: 50px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    font-size: 33px;
    font-weight: 300;
    margin-top: -15px;
    cursor: pointer;
    color: #727c7f;
}

.base_box .datepk_box .room-type {
    position: relative;
    width: 50%;
}

.base_box .datepk_box .room-type:after {
    content: "Rooms";
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: -5px;
}

.base_box .datepk_box .adults {
    position: relative;
    width: 50%;
}

.base_box .datepk_box .adults:before {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    display: block;
    background: #727c7f;
}

.base_box .datepk_box .adults:after {
    content: "Adults";
    position: absolute;
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    top: 20px;
    right: 25px;
}

.base_box .datepk_box .room-type .select-ico {
    position: relative;
    width: 60px;

}

.base_box .datepk_box .room-type .select-ico:before {
    position: absolute;
    content: "\f107";
    display: block;
    font: normal normal normal 18px/1 FontAwesome;
    font-weight: 300;
    text-transform: uppercase;
    right: -15px;
}

.base_box .datepk_box .adults .select-ico {
    position: absolute;
    width: 80px;
    right: 0;

}

.base_box .datepk_box .adults .select-ico:before {
    position: absolute;
    content: "\f107";
    display: block;
    font: normal normal normal 18px/1 FontAwesome;
    font-weight: 300;
    text-transform: uppercase;
    right: 5px;
}

.btn {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    border: 0;
    border-radius: 0;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    font-family: 'OpenSans-Light', 'sans-serif';
    letter-spacing: 1px;
}

.btn_primary {
    background-color: #f59f00;
    z-index: 1;
    margin: auto;
}

.btn.btn_primary:hover:after {
    top: 0;
    height: 100%;
}

.btn.btn_primary:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
}

.btn.btn_primary:after {
    background: #fdd33f;
}

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

.box_video {
    position: relative;
    display: inline-block;
    width: 100%;
}

.box_video .ico_play {
    position: absolute;
    background-image: url("../images/icon/icon_play.png");
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}

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

.base_animate {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
}

.base_animate ul {
    padding: 0;
    margin: 0;
}

.base_animate ul li {
    list-style: none;
    margin: 0 10px;
    float: left;
}

.base_animate img {
    vertical-align: middle;
}

#slide_accommodation {
    text-align: left;
}

.btn_info {
    width: auto !important;
}

.height_accommodation {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}
.height_accommodationsmall{
    width: 100%;
    height: 250px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    background-attachment: scroll;
    transition: all 0.5s;
}

.rooms_img .bruch_ico {
    position: absolute;
    top: -60px;
    right: -70px;
    background: url("../images/icon/bruch_vector_rooms.png");
    width: 421px;
    height: 638px;
    display: block;
    z-index: -1;
}

.rooms_img {
    position: relative;
    margin-top: 100px;
}

.details_accom {
    padding: 0 50px 0 0;
}

.hr_line {
    margin: 50px 0;
    border-top: 1px solid #727c7f;
}

 .owl-prev:after {
    content: "Prev";
    left: 10px;
}

 .owl-next:after {
    content: "Next";
    left: -30px;
}

 .owl-theme .owl-dots .owl-dot span {
    margin: -15px 7px;
    border-radius: 0;
    width: 3px;
    height: 20px;
    transition: all 0.5s;
}

 .owl-theme .owl-dots .owl-dot.active span,  .owl-theme .owl-dots .owl-dot:hover span {
    background: #f59f00;
    height: 40px;
}

.owl-theme .owl-dots,  .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    padding: 100px 0 0 0;
}

 .owl-dots {
    position: absolute;
}

 .owl-dots .active {
    top: -14px;
}

 .owl-prev div {
    float: left;
}

.owl-next div {
    float: left;
}

.owl-nav {
    position: absolute;
    z-index: 2;
}

.owl-theme .owl-nav [class*=owl-] {
    color: inherit;
    font-size: 14px;
    margin: 0 50px;
    padding: 0;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: 65px;
    position: relative;
    transition: all 0.5s;
}
.owl-next i{
    position: absolute;
    right: 0;
    top: 2px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none!important;
    color: inherit!important;
    text-decoration: none;
    width: 70px!important;
}
.image_aacom{
    float: right;
}
.facilities_img{
    margin-top: 100px;
    position: relative;
}
.facilities_img .bruch_ico {
    position: absolute;
    left: -50px;
    bottom: 0;
    background: url("../images/icon/bruch_vector_faci.png");
    width: 453px;
    height: 277px;
    display: block;
    z-index: -1;
}
#slide_facilities{
    text-align: left;
}
.details_facilities {
    padding: 0 0 0 50px;
}
.facilities_img .owl-nav{
    width: auto;
    right: 0;
    bottom: 35%;
}
.facilities_img .owl-dots{
    width: auto;
    right: 140px;
    bottom: 35%;
}
.image_small{
    position: absolute;
    bottom: -200px;
    right: -100px;
}

.offer_details{
    position: absolute;
    width: 340px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 200px;
    left: 0;
    right: 0;
}
.offer_details .bruch_ico {
    position: absolute;
    background: url("../images/icon/bruch_vector_offer.png") no-repeat;
    background-size: cover;
    top: -100px;
    right: -70px;
    width: 276px;
    height: 414px;
    display: block;
    z-index: -1;
}
.offer_details h4{
    margin-top: 0;
}
.details_gallery_index .height_gallery{
    height: 400px;
}
.image_gallery{
    padding: 50px 0 0 0;
}

.base_gall .gall_box_02 {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 15px 65px 0 rgba(16, 16, 17, 0.13);
    width: 180px;
    height: 180px;
    bottom: -60px;
    left: -50px;
    z-index: -1;
}
.base_gall .gall_box_01 {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 15px 65px 0 rgba(16, 16, 17, 0.13);
    right: -200px;
    top: 200px;
    width: 350px;
    height: 250px;
    z-index: -1;
}

.sister_hotel{
    text-align: center;
    padding: 100px 0;
}
.sister_hotel .ico_sister{
    background: url("../images/icon/sister_hotel.png");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.6s ease;
    opacity: 0.7;
    display: inline-block;
}
.sister_hotel .ico_sister:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.sister_hotel a{
    margin:10px;
}
  .sister_hotel .ico_sister.ico_kata_col{
    width: 76px;
    height: 79px;
    background-position: 0 0;
    margin: 0;
}
.ico_sister.ico_theshore{
    width: 70px;
    height: 49px;
    background-position: 0 -76px;
}
.ico_sister.ico_katathani{
    width: 70px;
    height: 60px;
    background-position: 0 -125px;
}
.ico_sister.ico_thesands{
    width: 107px;
    height: 40px;
    background-position: 0 -184px;
}
.ico_sister.ico_thewaters{
    width: 110px;
    height: 38px;
    background-position: 0 -224px;
}
.ico_sister.ico_onthesands{
    width: 110px;
    height: 46px;
    background-position: 0 -261px;
}
.ico_sister.ico_oceanside{
    width: 110px;
    height: 46px;
    background-position: 0 -306px;
}
.ico_sister.ico_theriverie{
    width: 95px;
    height: 62px;
    background-position: 0 -351px;
}

.base_footer{
    background: linear-gradient(to right, #f7911e 0% , #fdd33f 50%, #34a9ad 100%);
    height: 460px;
    position: relative;

}
.base_footer:before{
    position: absolute;
    content: "";
    background: url("../images/icon/bg_ft.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 460px;
    display: block;
    opacity: 0.4;
}
.base_footer .ft_details{
    position: absolute;
    width: 100%;
    margin: auto;
    text-align: center;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 285px;
    padding: 0 15px;
}
.base_footer .ft_details .ft_address{
    margin: auto;
    width: 300px;
}
.base_footer .ft_details p{
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}
 .ft_details .social_ico{
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    text-align: center;

}
 .ft_details .social_ico:hover{
    -webkit-animation-name: jello;
    animation-name: jello;

}
 .ft_details .social_ico i{
    color: #fff;
    font-size: 18px;
    margin-top: 12px;

}
.base_ft_menu{
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.09) 0 0 10px;
    text-align: center;
    display:flex;
    margin: auto;
    padding: 25px 15px;
}
.base_ft_menu .ft_menu{
    width: 730px;
    margin: auto;
}
.base_ft_menu .ft_menu ul{
    padding: 0;
    margin: 0;
    display: inline-block;
}
.base_ft_menu .ft_menu  li{
    list-style: none;
    float: left;
    margin: 0 5px;
}
.base_ft_menu .ft_menu  li a{
    text-decoration: none;
    font-size: 16px;
    color: #727c7f;
    text-transform: uppercase;
    transition: all 0.6s;
    font-family: 'OpenSans-Light', 'sans-serif';
}
.base_ft_menu .ft_menu  li a:hover{
    color: #34a9ad;
}
.col_copy_r{
    padding: 50px 0;
    display: block !important;
}
.col_copy_r p{
    text-align: center;
    font-size: 12px;
}
.col_copy_r a{
    color: #727c7f;
}
.details_gallery {
    padding: 0 0 0 50px;
}
.content_02{
    position: relative;
    display: inline-block;
    width: 100%;
}

.menu_mobile{
    display: none;
}

.menu_mobile .button_container {
    position: fixed;
    top: 30px;
    right: 15px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 55;
    transition: opacity 0.25s ease;
}
/*.menu_mobile .button_container:hover {*/
    /*opacity: 0.7;*/
/*}*/
.menu_mobile .button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #fff;
}
.menu_mobile .button_container.active .middle {
    opacity: 0;
    background: #fff;
}
.menu_mobile .button_container.active .bottom {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #fff;
}
.menu_mobile .button_container span {
    background: #35a9ad;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}
.menu_mobile .button_container span:nth-of-type(2) {
    top: 10px;
}
.menu_mobile .button_container span:nth-of-type(3) {
    top: 20px;
}

.menu_mobile .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    z-index: 50;
}
.menu_mobile .overlay:before {
    content: "";
    background: #34a9ad;
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: left 0.6s ease;
}
.menu_mobile .overlay:after {
    content: "";
    background: #34a9ad;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
}
.menu_mobile .overlay.open {
    /*opacity: 0.9;*/
    visibility: visible;
    height: 100%;
    display: block!important;
}
.menu_mobile .overlay.open:before {
    left: 0;
}
.menu_mobile .overlay.open:after {
    right: 0;
}
.menu_mobile .overlay.open li {
    -webkit-animation: fadeInUp 0.6s ease forwards;
    animation: fadeInUp 0.6s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.menu_mobile .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
.menu_mobile .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}
.menu_mobile .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}
.menu_mobile .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.menu_mobile .overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}
.menu_mobile .overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}
.menu_mobile .overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}
.menu_mobile .overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
.menu_mobile .overlay div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    z-index: 100;
}
.menu_mobile .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}
.menu_mobile .overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    padding: 10px;
    position: relative;
    opacity: 0;
}
.menu_mobile .overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.5s;
    font-family: 'OpenSans-Light', 'sans-serif';
}
.menu_mobile .overlay ul li a:hover{
    color: #fdd33f;
}
.menu_mobile .overlay .active {
    color: #fdd33f;
}

.menu_mobile .overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    transition: 0.35s;
}

@-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;
    }
}
.section_reservationmobile {
    display: none;
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}
.column_mobilephone {
    width: 50%;
    float: left;
    background: #fab531;
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
    transition: all 0.5s;
}
.column_mobilephone:hover{
    background: #f7901e;
}
.column_reservation {
    width: 50%;
    float: left;
    background: #34a9ad;
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
    transition: all 0.5s;
}
.column_reservation:hover{
    background: #6bc5b4;
}
.owl-carousel .owl-stage-outer{
    overflow: -webkit-paged-x;
}

.pallarax{
    /*width: 100%;*/
    /*height: 500px;*/
    /*background-size: cover !important;*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /*float: right;*/
    /*background-attachment: scroll;*/
    padding-top: 150px;
    transition: all 0.5s;
}
.text_pallarax{
    top: 0;
    bottom: 0;
    margin: auto;
}
.pallarax .container{
    height: 100%;
}
.pallarax .bruch_ico {
    position: absolute;
    top: 60px;
    right: 0;
    background: url("../images/icon/bruch_vector_pallarax.png");
    width: 485px;
    height: 374px;
    display: block;
    z-index: -1;
    background-repeat: no-repeat;
}
#slide_contentchild .owl-nav{
    display: none;
}
.height_contentchild {
    width: 100%;
    height: 572px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}
.contentchild_right{
    float: right;
}
.contentchild_right .image_small{
    left: -100px;
}
.contentchild_row{
    display: inline-block;
    padding: 0 0 300px 0;
    width: 100%;
}
.contentchild_row h1{
    font-size: 40px;
}
.hotdeal_contentchild{
    padding-bottom: 0;
}
.booking_info {
    float: right;
}
.booking_info .base_box{
    float: right;
    margin-right: 100px;
}
.booking_info .box_b .bruch_ico{
    left: inherit;
    right: 0;
}
.slide_info{
    padding-top: 150px;
}
#slide_info .owl-nav{
    width: auto;
    left: 0;
    padding: 0 0 100px 0;
    top: -50px;
}
#slide_info .owl-dots{
    width: auto;
    left: 150px;
    padding: 0 0 100px 0;
    top: -50px;
}
.amenities ul{
    padding: 0;
    margin: 0 0 50px 0;
    display: inline-block;
}
.amenities li{
    width: 50%;
    float: left;
    padding: 10px;
    list-style: none;
}
.amenities_box .col-xs-8{
    float: right;
    padding-left: 35px;
}
.amenities_box td{
    padding: 10px 20px;
    text-align: center;
}
.amenities_box .name_primary{
    padding-left: 0;
    text-align: left;
}
.details_info{
    padding: 0 50px 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 300px;
    margin: auto;
}
.details_info .base_animate{
    margin: 50px 0;
}
.height_alsolike {
     width: 100%;
     height: 300px;
     background-size: cover !important;
     overflow: hidden;
     position: relative;
     float: right;
     transition: all 0.5s;
 }
.alsolike_left{
    padding: 0 25px;
}
.alsolike_right{
    padding: 0 25px;
}
.alsolike_box .base_gall .gall_box_02 {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 15px 65px 0 rgba(16, 16, 17, 0.13);
    width: 100px;
    height: 100px;
    bottom: 60px;
    right: 0;
    z-index: 0;
    left: inherit;
}
.nameroom_alsolike{
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}
.nameroom_alsolike h4{
    font-size: 34px;
    margin: 0;
    font-family: 'OpenSans-Light', 'sans-serif';
}

.btn_transfer{
    position: relative;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}
.btn_transfer span:before{
    position: absolute;
    left: 20%;
    top: 0;
    content: "";
    background-image: url("../images/icon/departures.png");
    width: 70px;
    height: 25px;
    display: block;
    transition: all 0.6s;
}
.btn_transfer:hover span:before{
    background-image: url("../images/icon/departures_hover.png");
    left: 50%;
}
.btn_transfer span:after{
    position: relative;
    content: "Airport Transfer";
    color: #727c7f;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    top: 20px;
    transition: all 0.6s;
}
.btn_transfer:hover span:after{
    color: #34a9ad;

}
.height_info {
    height: 600px;
}
.text_alsolike{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 165px;
    margin: auto;
}
.googlemap{
    height: 800px;
}
.googlemap iframe{
    width: 100%;
    height: 100%;
    border: none;
}
#map{
    width: 100%;
    height: 100%;
}
#map label{
    margin-top: 50px;
}
.contact_ul ul{
    padding: 0;
    margin: 0;
}
.contact_ul li{
    float: left;
    width: 50%;
    list-style: none;
}
.contact_ul h4{
    margin: 0;
}
.contact_ul p{
    margin: 10px 0;
}
.text_location{
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 800px;
    padding: 100px;
    top: 0;
    right: 0;
}
.base_gall .gall_box_03 {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 15px 65px 0 rgba(16, 16, 17, 0.13);
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    z-index: -1;
}
.details_gallery{
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 290px;
    margin: auto;
    width: 475px;
    left: 0;
    right: 0;
}
.photogallery_box .bruch_ico {
    position: absolute;
    background: url("../images/icon/bruch_vector_gallery.png") no-repeat;
    background-size: cover;
    top:0;
    left: 130px;
    right: 0;
    width: 370px;
    height: 500px;
    display: block;
    z-index: -2;
    margin: auto;
}
.base_gall .gall_box_04{
    position: absolute;
    background-color: #fff;
    box-shadow: 0 15px 65px 0 rgba(16, 16, 17, 0.13);
    left: -333px;
    right: 0;
    margin: auto;
    top: -90px;
    width: 270px;
    height: 400px;
    z-index: -1;
    bottom: 0;
}
.btn_resolution{
    border: none;
    background: none;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
    font-family: 'Roboto_Regular', 'sans-serif';
    transition: all 0.5s;
}
.btn_resolution:hover{
    color: #34a9ad;
}
.resolution_active{
    color: #34a9ad;
}
.photo_gallery{
    text-align: center;
    padding: 0 0 100px 0;
}
.height_gallery{
    width: 100%;
    height: 600px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}
.height_galleryhalf{
    width: 100%;
    height: 392px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}
.gallery_box{
    display: inline-block;
    width: 100%;
}
.gallery_box .item{
    padding: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.name_gallery{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 75px;
    margin: auto;
    text-align: center;
}
.gallery_box .bruch_ico {
    position: absolute;
    background: url("../images/icon/bruch_vector_namegallery.png") no-repeat;
    background-size: cover;
    top: 60px;
    left: 70px;
    width: 370px;
    height: 390px;
    display: block;
    z-index: -2;
    margin: auto;
}
.gallery_box .view {
    overflow: hidden;
    position: relative;
    cursor: default;
}



.gallery_box .hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background-color: rgba(52, 169, 173, 0.4);
}

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

.gallery_box .view .mask {
    background-attachment: fixed;
}

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

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

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

.gallery_box .text_gallery_hover i {
    background: #fdd33e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 15px;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s;
}
.details_gallery_index {
    padding: 0 0 0 50px;
}
.size_download{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 20px;
    z-index: 4;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 10px;
    transition: all 0.6s;
}

.size_download:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    z-index: 9;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    transition: all 0.6s;
    opacity: 1;
}
.gallery_box .overlay:hover .size_download:before {
    height: 20px;
}
.details_info a:hover{
    color: #34a9ad;
}
.slide_info .bruch_ico_info {
    background: url("../images/icon/bruch_vector_pallarax.png");
    top: 65px;
    right: 0;
    margin: 0;
    width: 485px;
    height: 374px;
    left: inherit;
    display: none;
    position: absolute;
    z-index: -1;
}



/*-------------------------------------*/

/* SHORE POPUP BANNER */

/*-------------------------------------*/

.sh_modal.active{

    display: block;

    opacity: 1;

}

.sh_modal{

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.76);

    margin:auto;

    z-index: 10;

    opacity: 0;

    display: none;



}

.sh_modal .col_box{

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    width: 650px;

    height: 400px;

    margin:auto;

    z-index: 11;

}


.sh_modal .col_box #close_popup{

    position: absolute;

    top: -22px;

    right: 0px;

    cursor: pointer;

    z-index: 2;
    color:#bebebe;

}

.sh_modal .col_box #close_popup svg{

    width: 28px;

    transition: all 0.3s;

}

.sh_modal .col_box #close_popup:hover svg{

    -ms-transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);
}




@media (max-width: 640px) {
    .sh_modal .col_box{
        position: absolute;
        top: 100px;
        bottom: auto;
        width: 90%;
        height: auto;
    }
    .sh_modal .col_box .item_img{
        height: 200px !important;
    }

}