

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

}


html , body{
    height: 100vh;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'robotolight', sans-serif;
    font-size: 16px;
    color: #888;
    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;
    font-weight: 100;
    transition: all 0.5s;
}

button {
    font-family: inherit;
    font-size: inherit;
}

h1{
    margin: 0;
    font-weight: 100;
    font-family: 'Gilda Display', serif;
    color: #000;
    font-size: 40px;
}
h2{
    margin: 0;
    font-weight: 100;
    font-family: 'Gilda Display', serif;
   font-size: 24px;
}
h3, h4, h5 {
    margin: 0;
    font-weight: 100;
    color: #000;
}
p{
    font-weight: 300;
}
hr{
    width: 100px;
}
button{
    outline: none;
}
.nav > li > a{
    padding: 10px 15px;
}
.container{
    padding: 0;
    transition: all 0.5s;
}
.navbar-brand{
    position: relative;
    z-index: 2;
}
.overlay_slide {
    /*background: url('../images/icon/pattern.png');*/
    background: rgba(0, 0, 0, 0.4);
    background-repeat: repeat;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}
.section_menu{
    position: absolute;
    z-index: 5;
    width: 100%;
    font-family: 'Gilda Display', serif;
    transition: all 0.5s;
}
.navbar a{
    color: #fff;
}
.brand_logo {
    background-image: url('../images/icon/logo-full.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 100px;
    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: #fff;
    width: 25px;
}
.section_menu a:hover:before {
    width: 25px;
    background: #fff;
}
.navbar-nav > li{
    position: relative;
}
.scrolldown_button {
    text-align: center;
}

.scrolldown_button a {
    color: #fff;
    padding-top: 60px;
    /*position: relative;*/
    width: 100px;
    margin: auto;
    left: 0;
    bottom: 100px;
    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;
    }
}
.section_arrow_slide {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 100%;
    z-index: 6;
    transition: all 0.5s;
}

.section_arrow_slide img {
    width: 60px;
    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;
}
.section_description{
    padding: 100px 0;
    text-align: center;
}
.line_logo img{
    width: 60px;
    vertical-align: middle;
}
.line_logo:after {
    display: inline-block;
    margin: 0 0 5px 10px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #000;
    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: #000;
    width: 100px;
    transition: all 0.5s;
}
.line_logo{
    display: inline-block;
    width: 100%;
    margin: 30px 0 20px;
}
.scroll_menu {
    position: fixed;
    background: #fff;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    z-index: 999;
    top: 0;
}
.scroll_menu .brand_logo{
    width: 95px;
    height: 80px;
}
.navbar-brand:hover:before{
   display: none;
}
.scroll_menu .container{
    width: 100%;
    padding: 0;
}
.scroll_menu .navbar a{
    color: #000;
}
.scroll_menu .navbar a:hover{
    background: #000;
    color: #fff;
}
.scroll_menu .active:before{
    background: #000;
}
.scroll_menu a:hover:before{
    background: #fff;
}
.navbar-brand{
    position: absolute;
    padding: 20px;
    transition: all 0.5s;
}
.scroll_menu .navbar-brand{
    background: #000;
}
.btn_booknow {
    display: none!important;
    background: #000;
    color: #fff;
}
.scroll_menu .btn_booknow {
    display: block!important;
}
.navbar a {
    line-height: 60px;
}
.btn_booknow a{
    color: #fff!important;
    padding: 10px 30px!important;
}
.btn_booknow a:hover{
    background: #e4b248;
}
.section_offers{
    background: #000;
    text-align: center;
    padding: 100px 0;
}
.section_offers hr{
    border-color: #fff;
}
.section_offers h1{
    color: #fff;
}
.section_offers h2{
    color: #fff;
}
.imagebox_offers {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    position: relative;
    float: left;
    transition: all 0.5s;
}
.owl-theme .owl-dots{
    display: none;
}
.details_offers{
    display: inline-block;
    width: 100%;
    padding: 40px 0 0;
}
.slide_offers{
    margin-top: 50px;
}
.btn_readmore {
    border: 1px solid #fff;
    color: #fff!important;
    background: none;
    padding: 15px 50px 13px;
    font-family: 'Gilda Display', serif;
    margin-top: 25px;
    border-radius: 30px;
    transition: all 0.5s;
}
.btn_readmore:hover {
    border: 1px solid #8e6b1a;
    color: #fff!important;
    background: #8e6b1a;
}
.btn_readmoreB{
    border: 1px solid #000;
    color: #000!important;
}
.owl-theme .owl-nav{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
    width: 100%;
}
.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: #8e6b1a;
    text-decoration: none;
    border-color: #8e6b1a;
}
.section_facilities{
    text-align: center;
    padding: 100px 0;
}
.slide_facilities{
    margin-top: 50px;
}
.section_accommodation{
    text-align: center;
    padding: 100px 0;
    background: #000;
}
.section_accommodation h1{
    color: #fff;
}
.section_accommodation h2{
    color: #fff;
}
.slide_accommodation{
    margin-top: 50px;
}
.section_footer{
    padding: 50px 0;
    color: #000;
}
.section_footer h2{
   color: #000;
}
.social_media i{
    font-size: 20px;
    border: 1px solid;
    padding: 14px 0;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
    transition: all 0.5s;
}
.social_media i:hover{
    color: #fff;
    border-color: #8e6b1a;
    background: #8e6b1a;
}
.section_copyright {
    padding: 15px 0;
     color: #000;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #eee;
}
.section_copyright p{
    margin: 0;
}
.sitemap{
    color: #888;
}
.btn_readmore2{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #000!important;
}
.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{
    background-color: #000;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background: #fff!important;
    color: #000!important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #000;
    color: #fff;
}
.dropdown-menu > li > a{
    color: #fff!important;
}
.dropdown-menu{
    width: 100%;
    min-width: auto!important;
}
.weather{
    text-align: center;
}
.social_media{
    text-align: right;
}
.menu_mobile{
    display: none;
}
.button_container {
    position: relative;
    top: 30px;
    right: 0;
    height: 30px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    float: right;
}

.button_container:hover {
    opacity: 1;
}

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

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

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

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

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

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

.overlay {
    position: fixed;
    background: #000;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 9;
    transition: all 0.5s;
}

.overlay.open {
    opacity: .9;
    visibility: visible;
   width: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInUp 1.5s ease forwards;
    animation: fadeInUp 1.5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .45s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .50s;
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .60s;
    animation-delay: .70s;
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .80s;
}

.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: .80s;
    animation-delay: .90s;
}

.overlay nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-family: 'Gilda Display', serif;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    position: relative;
    padding: 10px;
    opacity: 0;
}

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

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

.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;
    }
}
.scroll_menu .button_container{
    right: 25px;
}
.scroll_menu .button_container span{
    background: #000;
}
.section_reservationmobile {
    display: none;
    position: fixed;
    z-index: 4;
    bottom: 0;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}
.section_reservationmobile .col-xs-8{
    background: #8e6b1a;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
}
.section_reservationmobile .col-xs-2{
    background: #000;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
}
.fix_body{
    overflow: hidden;
}
.overlay-menu .active a{
    color: #686868;
}
.overlay-menu a:hover:before{
    content: none;
}
.row_content{
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}
.row_contentB{
    background: #000;
    overflow: hidden;
    position: relative;
}

.imagebox_content {
    width: 100%;
    height: 600px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.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{
    display: inline-block;
    zoom: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 4px;
}
.owl-theme .owl-dots .owl-dot span{
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0;
    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;
}
.float_right{
    float: right;
}
.row_content .details_content h2{
    color: #000;
}
.row_contentB .details_content h2{
    color: #fff;
}
.row_content .details_content{
    text-align: right;
}
.row_contentB .details_content{
    text-align: left;
}
.animat{
    opacity: 0;
    transition: all 0.5s;
}
.section_content iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.row_contant{
    text-align: center;
    color: #fff;
}
.row_contant h1{
    color: #fff;
}
.row_contant h4{
    color: #fff;
}
.contact_form {
    width: 768px;
    margin: 50px auto 0;
}

.input-contact {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    color: #7b7b7b;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: none;
    font-weight: 300;
    letter-spacing: 1px;
}

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

::placeholder{
    color: inherit;
}
.box-gallery ul {
    padding: 0;
    transition: all 0.5s;
    display: inline-block;
    margin: auto;
}
.simplefilter li.active {
    color: #fff!important;
    border-color: #fff;
}
.simplefilter li:hover{
    color: #fff!important;
    border-color: #fff;
}
.simplefilter li {
    background: none;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
    padding: 10px 29px;
    margin: 5px;
    border: 1px solid #7b7b7b;
    color: #7b7b7b;
    font-weight: 300;
    /* border-right: none; */
    /* border-left: none; */
    border-radius: 30px;
    font-family: 'Gilda Display', serif;
}
.image_photo {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}
.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.6);
}

.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;
    font-size: 30px;
    text-align: center!important;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    margin: auto;
}

.text_gallery_hover p {
    margin: 0;
    font-size: 16px;
}

.padding_gallery {
    padding: 15px;
}
#gallery{
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    font-weight: 300;
}
.section_info{
    padding-bottom: 100px;
}
.section_info .owl-carousel .owl-stage-outer{
    overflow: inherit;
}
.slide_info .owl-next{
    right: 50px;
}
.slide_info .owl-prev{
    left: 50px;
}
.slide_info .owl-nav [class*=owl-]{
    background: #fff;
}
.slide_info .owl-nav [class*=owl-]:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}
.details_info{
    margin-top: 50px;
}
.details_info{
    text-align: center;
}
.details_info hr{
    border-color: #000;
}
.details_info ul{
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
    padding: 0;
}
.details_info li{
    list-style: none;
    width: 33.333%;
    float: left;
    padding: 15px;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
    color: #000!important;
}
.amenities p{
    margin: 0;
}
.size li:nth-child(1){
    border-right: 1px solid #eee;
}
.size{
    margin-top: 50px;
}
.size ul{
    display: inline-block;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.size li{
    list-style: none;
    float: left;
    padding: 0 50px;
}
.size img{
    width: 35px;
}
.section_sitemap{
    text-align: left;
    font-weight: 300;
    margin-top: 50px;
}
.section_sitemap li{
    list-style: none;
    padding: 10px;
}
.sub_menu{
    margin: 10px 0 -10px;
    padding-left: 20px;
}
.sub_menu > li:before {
    content: "-";
    margin-right: 10px;
    padding-bottom: 5px;
    text-align: left;
}
.section_sitemap a:hover{
    color: #8e6b1a;
}
.filtr_container{
    position: inherit!important;
}
.arrow_home .section_arrow_slide{
    display: none;
}
.scrolldown_button{
    display: none;
}
.text_title_slide {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 90px;
    margin: auto;
    left: 0;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    width: 100%;
    transition: all 0.5s;
    text-align: center;
    padding: 0 25px;
}

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

.text_title_slide p {
    margin: 0;
}

.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;
}
.details_content img{
    width: 30px;
    margin-right: 10px;
    vertical-align: bottom;
}
.row_contentcontact{
    padding-top: 0;
}
.row_contentcontact .details_content{
    text-align: left;
}
.row_contentcontact img{
    float: left;
}