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

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

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

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

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

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

button {
    font-family: inherit;
}

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

h1 {
    font-family: 'Constantine', 'sans-serif';
    font-size: 30px;
    color: #343434;
    text-transform: uppercase;
}
h2 {
    font-family: 'Constantine', 'sans-serif';
    font-size: 24px;
    color: #343434;
    text-transform: uppercase;
}
h3 {
    font-family: 'Constantine', 'sans-serif';
    font-size: 16px;
    color: #343434;
    text-transform: uppercase;
}
h4{
    font-family: 'JelyttaRegular','sans-serif';
}

input {
    line-height: normal;
    font-size: inherit;
    font-weight: initial;
    font-family: inherit;
    outline: none;
}
button{
    outline: none;
    font-size: inherit;
}
.navbar-nav{
    float: right;
    padding: 0;
    font-family: 'Constantine', 'sans-serif';
    text-transform: uppercase;
}
.logo{
    position: absolute!important;
    left: 10px;
    top: 0;
    bottom: 0;
    height: 104px;
}
.logo img{
    height: 104px;
    padding: 10px 0;
}
.contact_top img{
    width: 15px;
    vertical-align: middle;
}
.contact_top{
    text-align: right;
    padding: 10px 0 0;
}
.contact_top a{
    margin-left: 10px;
}

.last_menu{
    padding-right: 0;
}
.navbar-nav .active{
    color: #800080;
}
.book_now a{
    padding: 0!important;
}
.btn_booknow{
    padding: 10px 25px;
    text-transform: uppercase;
    background: #800080;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'Constantine', 'sans-serif';
    transition: all 0.5s;
}
.btn_booknow:hover{
    background: #252525;
}
.contact_top a:hover{
    color: #252525;
}
.nav > li > a{
    line-height: 70px;
    padding: 0 10px;
}
.nav > li > a:hover{
    color: #800080;
}
.section_menu{
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #fff;
    padding: 0 25px;
}
.section_slide{
    position: relative;
    /*overflow: hidden;*/
}
.overlay_slide{
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    /* background: rgba(0, 0, 0, 0.15); */
    transition: all 0.5s;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    height: 300px;
    bottom: 0;
}
.text_slide {
    position: absolute;
    bottom: 100px;
    left: 50px;
    right: auto;
    color: #fff;
    text-align: left;
    margin: auto;
    padding: 0 25px;
    width: 100%;
    z-index: 0;
}

.text_slide h1 {
    margin: 0;
    color: #fff;
}

.text_slide p {
    margin: 0;
}

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

.text_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_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.text_slide li:nth-child(2) {
    animation-delay: 0.7s;
}
.section_arrow_slide{
    /*position: absolute;*/
    bottom: 50%;
    /*right: 25px;*/
    z-index: 1;
}
#arrow_left {
    left: 25px;
    bottom: 50%;
    position: absolute;
}
#arrow_right {
    right: 25px;
    bottom: 50%;
    position: absolute;
}

.section_arrow_slide img{
    width: 45px;
    opacity: 0.3;
    transition: all 0.5s;
}
.section_arrow_slide img:hover{
    opacity: 1;
}
.section_description{
    padding: 50px 0;
    text-align: center;
}
.images_description {
    width: 100%;
    height: 700px;
    background-attachment: fixed!important;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.section_accommodation{
    padding: 50px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.images_accommodation {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    position: relative;
    transition: all 0.5s;
}
.section_roomtype{
    padding: 0 50px;
}
.slide_accommodation .owl-nav{
    display: none;
}
.owl-dots{
    margin-top: 25px;
}
.details_accommodation{
    position: relative;
    background: #fff;
    margin: auto;
    padding: 25px 50px;
}
.box_details{
    display: inline-block;
    width: 100%;
    padding: 0 50px;
    position: relative;
    margin-top: -50px;
}
.btn_readmore{
    font-family: 'JelyttaRegular','sans-serif';
    color: #800080;
    background: none;
    border: none;
    border-radius: 0;
    padding: 10px 0;
}
.owl-theme .owl-dots .owl-dot span{
    border-radius: 0;
    transform: rotate(45deg);
    margin: 5px;
    background: rgba(128, 0, 128, 0.5);
    transition: all 0.5s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #800080;
}
.section_facilities{
    padding: 50px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.images_facilities {
    width: 100%;
    height: 600px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.slide_facilities .owl-nav{
    display: none;
}
.slide_facilities .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 25px;
}
.slide_facilities .owl-dots .owl-dot span{
    background: rgba(255, 255, 255, 0.5);
}
.slide_facilities .owl-dots .owl-dot.active span, .slide_facilities .owl-dots .owl-dot:hover span {
    background: #fff;
}
.section_sisterhotel{
    padding: 50px 0;
    text-align: center;
}
.sister{
    margin-top: 25px;
}

.sister_50{
    height: 50px;
    vertical-align: middle;
}
.sister_30{
    height: 30px;
    vertical-align: middle;
}
.sister ul{
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}
.sister li{
    float: left;
    padding: 0 30px;
    list-style: none;
}
.section_footer{
    background: #800080 url("../images/icon/bg_footer.png");
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.section_footer .col-xs-6:nth-child(1){
    text-align: right;
}
.section_footer .col-xs-6:nth-child(2){
    text-align: left;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.section_footer h2{
    color: #fff;
}
.section_footer .col-xs-6{
    padding: 0 50px;
}
.section_footer .row_footer{
    margin-left: -50px;
    margin-right: -50px;
}
.row_footer p{
    margin: 0;
}
.row_footer i{
    margin-right: 10px;
}
.section_copyright{
    background: #252525;
    text-align: center;
    color: #fff;
}
.dropdown-menu > li > a{
    color: #908f8f;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: #800080;
}
.scroll_menu {
    width: 100%;
    top: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    position: fixed;
    z-index: 4;
    background: #fff;
}
.container{
    padding: 0;
}
.nav_mobile {
    display: none;
    position: absolute;
    right: 15px;
    top: 40px;
    z-index: 999;
    font-family: 'Constantine', 'sans-serif';
}

.button_container {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.button_container:hover {
    opacity: 1;
}
.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #fff;
}
.button_container.active .middle {
    opacity: 0;
    background: #fff;
}
.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #fff;
}
.button_container span {
    background: #343434;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 8px;
}
.button_container span:nth-of-type(3) {
    top: 16px;
}

.nav_mobile .overlay {
    position: fixed;
    background: rgba(33, 33, 33, 0.99);
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
    transition: all 0.5s;
}
.nav_mobile .overlay.open {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.nav_mobile .overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.nav_mobile .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.nav_mobile .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.nav_mobile .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}
.nav_mobile .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .45s;
    animation-delay: .55s;
}
.nav_mobile .overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .50s;
    animation-delay: .60s;
}
.nav_mobile .overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .55s;
    animation-delay: .65s;
}
.nav_mobile .overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .60s;
    animation-delay: .70s;
}

.nav_mobile .overlay nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.nav_mobile .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}
.nav_mobile .overlay ul li {
    display: block;
    height: 25%;
    position: relative;
    padding: 10px;
    opacity: 0;
}
.nav_mobile .overlay ul li a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.nav_mobile .overlay ul li a:hover {
    color: #fff;
}
.nav_mobile .overlay ul li a:hover:after, .nav_mobile .overlay ul li a:focus:after, .nav_mobile .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: #fff;
}
.section_contentchild{
    padding: 0 0 50px 0;
}
.section_contentchild .col-xs-6{
    padding: 0 25px;
    margin-bottom: 50px;
}
.section_contentchild .col-xs-6:nth-last-child(1){
    margin-bottom: 0;
}
.section_contentchild .col-xs-6:nth-last-child(2){
    margin-bottom: 0;
}
.section_contentchild .row_contentchild{
    margin-left: -25px;
    margin-right: -25px;
}
.images_accommodation iframe{
    width: 100%;
    height: 100%;
    border: none;
}

.section_amenities ul{
    padding: 0;
    margin: 50px 0 0 0;
}
.section_amenities li{
    list-style: none;
    padding: 10px;
    float: left;
    width: 25%;
    text-align: center;
}
.section_info .col-xs-8, .section_info .col-xs-4{
    padding: 0 25px;
}
.row_info{
    margin-right: -25px;
    margin-left: -25px;
}
.images_gallery{
    width: 100%;
    height: 600px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
#gallery .col-xs-4{
    padding: 0;
}
#gallery .view {
    overflow: hidden;
    position: relative;
    cursor: default;
}

#gallery .overlay:hover .mask {
    opacity: 1;
}

#gallery .hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background-color: rgba(0, 0, 0, 0.4);
}

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

#gallery .view .mask {
    background-attachment: fixed;
}

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

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

#gallery .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 .text_gallery_hover i {
    background: rgb(128, 0, 128);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: auto;
    padding: 12px;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s;
    text-align: center;
}

.padding10 {
    padding: 10px;
}
.demo_gallery{
    margin-left: -10px;
    margin-right: -10px;
}
.slide_info .owl-stage-outer{
    overflow: inherit;
}
.slide_info .owl-dots{
    display: none;
}
.section_amenities{
    padding: 0 0 50px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.slide_info .owl-nav{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
}
.slide_info .owl-next{
    position: absolute;
    right: -70px!important;
    background: #800080!important;
    margin: 0!important;
    padding: 10px!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 0!important;
    transform: rotate(45deg);
    transition: all 0.5s;
}
.slide_info .owl-prev{
    position: absolute;
    left: -70px!important;
    background: #800080!important;
    margin: 0!important;
    padding: 10px!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 0!important;
    transform: rotate(45deg);
    transition: all 0.5s;
}
.slide_info .owl-next:hover{
    background: #343434!important;
}
.slide_info .owl-prev:hover{
    background: #343434!important;
}
.slide_info i{
    transform: rotate(-45deg);
}
.section_info span{
    color: #800080;
}
.section_amenities img{
    width: 40px;
    margin-bottom: 5px;
}
.section_amenities p{
    margin: 0;
}
.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(0, 0, 0, 0.4);
}

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

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

.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;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 85px;
    margin: auto;
}

.text_gallery_hover i {
    background: rgba(128, 0, 128, 0.7);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 15px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    transition: all 0.5s;
}
.text_gallery_hover p{
    margin: 0;
}
.lg-sub-html p{
    font-size: 16px;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #800080;
}
.lg-outer .lg-thumb-item{
    border: 2px solid rgba(128, 0, 128, 0.45);
}
.section_gallery p{
    margin: 0;
}
.section_gallery .col-xs-6:nth-last-child(1){
    margin-bottom: 0;
}
.section_gallery .col-xs-6:nth-last-child(2){
    margin-bottom: 0;
}
.cnt223 a{
    text-decoration: none;
}
.popup{
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 99999;
    height:100%;
    background:rgba(0,0,0,0.7);

}
.cnt223{
    width: 600px;
    /* min-height: 150px; */
    margin: auto;
    background: none;
    position: absolute;
    z-index: 103;
    text-align: center;
    padding: 10px;
    border-radius: 0;
    transition: all 0.5s;
    left: 0;
    right: 0;
    height: 718px;
    bottom: 0;
    top: 0;
}
.banner_popup img{
    width: 100%;
    border: 5px solid #fff;
}
.cnt223 p{
    clear: both;
    color: #555555;
    text-align: center;
}
.cnt223 p a{
    color: #d91900;
    font-weight: bold;
}
.cnt223 .x{
    float: right;
    right: -10px;
    top: -10px;
    position: absolute;
    background: none;
    border-radius: 50px;
    padding: 5px;
    cursor: pointer;
    transition: all 0.5s;
    background: #000;
    border: 3px solid #fff;
    width: 40px;

}
.cnt223 .x:hover{
    transform: rotate(90deg);
}
.overf{
    overflow: hidden;
}