:root {
    --accent1: #75b9a4;
    --accent1_border: #68b993;
    --accent2: #2093f3;
    --accent2_border: #2093f3;
    --dark3: #333;
    /*--dark4: #333;*/
    /*--dark5: #555;*/
    /*--text1: #fff;*/
    /*--text2: #eee;*/
    /*--text3: #ddd;*/
    /*--text4: #ccc;*/
    /*--text5: #bbb;*/
    /*--color1: #5881f1;*/
    /*--secondary-color: #03dac6;*/
    /*--error-color: #cf6679;*/
    /*--text-primary: #ffffff;*/
    /*--text-secondary: rgba(255, 255, 255, 0.7);*/
    /*--radius1: .2rem;*/
    /*--green: #198754*/
}

body {
    font-family: "Open Sans", sans-serif;
    background: #fff;
    background-size: 100% auto;
    font-size: 16px;
}

a,
.a {
    color: var(--accent1);
}

.uppercase{
    text-transform: uppercase;
}

.max600{
    max-width: 600px;
    margin: 0 auto;
}
.loader_box{
    background-color: #efefef;
}

.force16x9 {
    position: relative;
    height: 0;
    display: block;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.force16x9>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

iframe.lazyLoad{
    visibility: hidden;
}
iframe.lazyLoaded{
    visibility: visible;
}

body.notouch a:hover {
    color: #333;
}

body.loaded #loader {
    display: none;
}

#wrapper {
    height: 100%;
}

body.loaded #wrapper {
    /* display: block; */
    visibility: visible;
    /* overflow: unset; */
}

body.loaded {
    overflow: auto;
    /* visibility: visible; */
}

#scrollToTop {
    display: inline-block;
    position: fixed;
    bottom: 14px;
    right: -80px;
    z-index: 998;
    transition: right 0.5s ease;
}

#scrollToTop .btn {
    height: 40px;
    width: 40px;
    line-height: 44px;
    padding: 0;
}

body.scrolled #scrollToTop {
    right: 8px;
}

#scrollToTop .fas {
    line-height: 31px;
    font-size: 20px;
}

#header_clone {
    visibility: hidden;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

#header.index {
    background: none;
    box-shadow: none;
}

body.scrolled #header,
body.menued #header {
    /* position: fixed; */
    background: #fff;
    box-shadow: 0 0 10px #000;
}

body.menued .header {
    max-height: 100%;
    overflow: auto;
}

.header>.container {
    overflow: visible;
}

.header img.logo {
   width: 240px;
}

.header .menubutton {
    margin-right: 20px;
    cursor: pointer;
    font-size: 200%;
    /* border: 1px solid #dcdcdc; */
    /* color: #666; */
    /* border-radius:  4px; */
    /* padding: 0px 10px; */
}

.header .menubutton,
body.scrolled .header .menubutton,
body.menued .header .menubutton {
    color: #666;
}

/* .header.index .menubutton {
        color: #fff;
    } */

body.notouch .header .menubutton:hover {
    opacity: 0.7;
}

.header .menubutton>.close {
    display: none;
}

.header .menubutton>.open {
    display: unset;
}

body.menued {
    overflow: hidden;
}

body.menued .header .menubutton>.close {
    display: unset;
}

body.menued .header .menubutton>.open {
    display: none;
}

.header .menu {
    display: none;
    /* opacity:0; */
}

.header .icon {
    font-size: 46px;
    margin: 1px 0;
}

body.menued .header .menu {
    display: block !important;
    /* width: 100%; */
    /* border-top:1px solid #eee */
    /* opacity:1 */
}

.header nav.horizontal_menu>ul {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0
}

.header nav.horizontal_menu ul a {
    color: #777;
    display: inline-block;
    /* text-transform: uppercase; */
    font-weight: bold;
    /* border-bottom: 1px solid #f0f0f0; */
    font-size: 18px;
    padding: 6px 0;
}

.header.index .menubutton {
    color: #fff;
}

body.scrolled .header.index nav.horizontal_menu ul a {
    text-shadow: none;
}

body.notouch .header nav.horizontal_menu ul a:hover,
.header nav.horizontal_menu ul a.active {
    color: var(--accent1);
}

/* .header nav.horizontal_menu ul a {
    text-transform: capitalize;
} */

.header .hr {
    margin: 10px 0 20px;
}

.header .language {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 14px 0 10px;
    /* margin-top: 10px; */
    /* border-top: 1px solid #ddd; */
}

.header .language a,
.header .language .a {
    display: inline-block;
    line-height: 30px;
    /* background: #eee url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 8px center no-repeat; */
    background: #eee none 8px center no-repeat;
    /* border-top: 1px solid #D5D5D5; */
    /* padding-left: 28px; */
    /* letter-spacing: 1px; */
    text-align: left;
    /* display: block; */
    padding: 0px 8px 0px 28px;
    margin: 0 4px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
}

.header .language a:hover,
.header .language .a:hover {
    background-color: #ccc;
    color: #000;
}

.language .gLang.len {
    background-image: url(/cdn/img/flags/flag-en.png)
}

.language .gLang.lit {
    background-image: url(/cdn/img/flags/flag-it.png)
}

.language .gLang.lfr {
    background-image: url(/cdn/img/flags/flag-fr.png)
}

.language .gLang.les {
    background-image: url(/cdn/img/flags/flag-es.png)
}

.language .gLang.lde {
    background-image: url(/cdn/img/flags/flag-de.png)
}



/* .font1 {
    font-family: "Playball", cursive;
    font-weight: normal !important;
    font-size:110%;
}

.font2{
  font-family: 'Playball', cursive;
  font-weight: normal !important;
  font-size:110%;
}


.font1 {
  font-family: "Agbalumo", system-ui;
  font-weight: 400;
  font-style: normal;
} */

.font1 {
   font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}

body{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}




a,
.a,
.btn {
    transition: color 0.5s ease;
}

.btn {
    border-radius: 0;
    padding: 10px 16px;
    font-size: 90%;
    font-weight: 700;
    text-transform: uppercase;
}

.btn.small {
    /* border-radius: 0; */
    padding: 6px 10px;
    font-size: 90%;
    font-weight: 700;
}

.btn.big {
    /* border-radius: 0; */
    padding: 16px 34px;
    font-size: 100%;
    font-weight: 700;
}

.btn.verybig {
    /* border-radius: 0; */
    padding: 12px 34px;
    font-size: 140%;
    /* font-weight: 700; */
}

.btn.color1 {
    background: var(--accent1);
    border: 2px solid var(--accent1_border);
    color: #fff !important;
    border-radius: 4px;
}

body.notouch .btn.color1:hover {
    background: #fff;
    color: var(--accent1) !important;
    border-color: var(--accent1);
    text-shadow: none;
}

.btn.color2 {
    background: #fff;
    color: var(--accent1) !important;
    border: 2px solid var(--accent1);
    border-radius: 4px;
    text-shadow: none;
}

body.notouch .btn.color2:hover {
    background: var(--accent1);
    /* border:2px solid #fff; */
    color: #fff !important;
    /* border-radius:4px; */
}

.btn.color3 {
    background: transparent;
    color: #fff !important;
    border: 2px solid #fff;
    border-radius: 4px;
    text-shadow: none;
}

body.notouch .btn.color3:hover {
    background: #fff;
    border: 2px solid var(--accent1);
    color: var(--accent1) !important;
    /* border-radius:4px; */
}

.btn.color4 {
    background: #fff;
    border: 2px solid var(--accent1);
    color: var(--accent1) !important;
    /* border-radius:4px; */
}

body.notouch .btn.color4:hover {
    background: transparent;
    color: #fff !important;
    border: 2px solid #fff;
    border-radius: 4px;
    text-shadow: none;
}

.btn.fb,
.btn.tt,
.btn.yt,
.btn.ig {
    border-radius: 4px;
    margin: 3px
}
.btn.fb {
    background: #337ab7;
    color: #fff !important;
    border: 2px solid #2e6da4;
    /* text-shadow: none; */
}

.btn.ig {
    background: #cb43cd;
    color: #fff !important;
    border: 2px solid #be4b9e;
    /* text-shadow: none;*/
}
.btn.yt {
    background: #da4242;
    color: #fff !important;
    border: 2px solid #b93030;
    /* text-shadow: none;*/
}
.btn.tt {
    background: #313030;
    color: #fff !important;
    border: 2px solid #000000;
    /* text-shadow: none;*/
}

.btn.fb i,
.btn.tt i,
.btn.yt i,
.btn.ig i {
    font-size: 150%;
    display: inline-block;
    vertical-align: middle;
}

.btn.fb span,
.btn.tt span,
.btn.yt span,
.btn.ig span {
    margin-left: 10px;
}

body.notouch .btn.fb:hover {
    background: #286090;
    border: 2px solid #204d74;
    color: #fff !important;
    /* border-radius:4px; */
}

body.notouch .btn.ig:hover {
    background: #be4b9e;
    border: 2px solid #be4b9e;
    color: #fff !important;
    /* border-radius:4px; */
}
body.notouch .btn.yt:hover {
    background: #b93030;
    border: 2px solid #b93030;
    color: #fff !important;
    /* border-radius:4px; */
}
body.notouch .btn.tt:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff !important;
    /* border-radius:4px; */
}

.btn.booking_link{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom:10px
}
.btn.booking_link > i{
    font-size: 200%;
}

.section_title1 {
    text-align: center;
    color: var(--accent1);
    font-weight: normal;
    font-size: 100%;
}

.section_title2 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 200%;
}

.section_title3 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 200%;
}

.section_title4 {
    text-align: center;
    color: var(--accent1);
    font-weight: normal;
    font-size: 130%;
}

#slider {
    min-height: 500px;
    /* font-size: 120%; */
    width: 100%;
    height: 100%;
}

#slider .gSlider {
    height: 100%;
}

#slider .gSlider .item {
    z-index: -1;
    opacity: 0;
    display: none;
    /* background: #fff url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center no-repeat; */
    background: #ccc none center no-repeat;
    color: var(--accent1);
    /*text-shadow: 1px 1px 1px #000;*/
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 1s ease;
    /* -webkit-transition: opacity 1s ease; */
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

#slider .gSlider .item.active {
    z-index: 0;
    opacity: 1;
    display: block;
}

#slider .gSlider .item .overlay {
    /*background: rgba(0, 0, 0, 0.2);*/
    background: none;
}

#slider .gSlider .item .grid {
    height: 100%;
    padding: 0 5%
}

#slider .gSlider .item .font1 {
    font-size: 250%;
    display: inline-block;
    max-width: 640px;
}

#slider .gSlider .item .font2 {
    display: inline-block;
    max-width: 640px;
    letter-spacing: 0.3px;
}

#slider .navigation {
    position: absolute;
    top: 50%;
    width: 100%;
}

#slider .gSliderAction {
    position: absolute;
    top: 50%;
    left: 2px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    background: #000;
    opacity: 0.5;
    font-size: 15px;
}

#slider .gSliderAction.r {
    left: unset;
    right: 2px;
}

body.notouch #slider .gSliderAction:hover {
    opacity: 1;
}

#slider .continue_button {
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #fff;
    
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-shadow: none;
}

body.notouch #slider .continue_button:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.gSlider .progress_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 7px;
    background: #fff;
    opacity: 0.4;
    /* transition: width 1s; */
}

.privacy_policy_prompt{
    width: 600px;
}

#book {
    background: var(--accent1);
    color: #fff;
    margin-bottom: 40px
}

#book .price {
    text-align: center;
    padding: 20px 15px 10px;
}

#book .price .font1 {
    font-size: 260%
}

#book .inner {
    padding: 15px;
    border-top: 1px dashed #fff;
}

/* #book .col {
	padding: 5px;
} */
/* #book .input,
#book .btn {
	display: block;
	width: 100%;
	height: 42px;
	padding-top: 0;
	padding-bottom: 0;
} */

#book .fas.float {
    position: absolute;
    top: 0;
    line-height: 42px;
    right: 10px;
    color: #999;
}

#book.index .fas.float {
    line-height: 52px;
}

#index-who {
    padding: 60px 0;
}

#index-who .buttons {
    margin-top: 50px;
}

/*
#index-who .boxes .grid .inner {
    background: #f9f9f9;
    padding: 15px;
    font-style: italic;
    font-size: 120%;
}

#index-who .boxes .grid .inner .subinner {
    padding: 15px;
    border: 1px dashed #ccc;
}

#index-who .boxes .grid .inner .fas {
    /* display: inline-block;
    margin-bottom: 15px;
    color: var(--accent1);
    font-size: 240%;
}*/

#index-services {
    background-color: #eee;
    padding: 60px 0;
}

#index-rooms {
    padding: 40px 0;
}

#index-rooms .gCarousel {
    margin: -5px
}

#index-rooms .gCarousel>p {
    margin: 30px 0 0
}

#index-rooms .gCarousel .item {
    padding: 0 5px 20px;
    vertical-align: top;
}

#index-rooms .gCarousel .item .b {
    overflow: hidden;
    margin-bottom: 10px;
}

#index-rooms .gCarousel .item .f {
    padding-bottom: 70%;
    /* background: #fff url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center no-repeat; */
    background: #eee none center no-repeat;
    background-size: cover;
    transition: transform 0.5s ease;
    position: relative;
}

body.notouch #index-rooms .gCarousel .item .f:hover {
    opacity: 0.8;
    transform: scale(1.1);
    /* z-index: 1 */
}

#index-rooms .gCarousel .item .f a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sidebar .sd_title{
    background: #eee;
    padding: 4px 12px;
}

.sidebar_title {
    margin: 0 0 4px 0
}
.sidebar_pic {
    /* background: #fff url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center no-repeat; */
    background: #fff none center no-repeat;
    background-size: cover;
    display:block;
    /* float: left; */
    width: 100%;
    padding-top: 60%;
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity .5s;
    position: relative
}

body.notouch .sidebar_pic:hover {
    opacity: .7
}

#index-gallery {
    /* background: #fff url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) right 0 no-repeat; */
    background: #fff none left no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 10px;
    text-align: center;
}

#index-gallery .overlay {
    background: rgba(255, 255, 255, 0.5);
}

#testoffers {
    padding: 60px 0;
}

#testimonials .item {
    display: none;
    margin-bottom: 20px;
}

#testimonials .item.active {
    display: block;
}

#testimonials .bk .item.fadeInRight {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#testimonials .item .cloud {
    background: #f4f4f4;
    font-style: italic;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    max-width: 600px;
    display: inline-block
}

#testimonials .item .cloud .font1 {
    font-size: 130%;
}

#testimonials .stars {
    color: #fc0;
}

#newsletter_box {
    /*background: var(--accent2) url(/files/img/email-bg.png) center bottom no-repeat;*/
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /*color: #fff;*/
    padding: 60px 0;
}

#newsletter_box .inner {
    margin: 0 auto;
    max-width: 500px;
}

#newsletter_box .fa-gift {
    font-size: 300%;
    display: inline-block;
}

#newsletter_box .t1 {
    margin: 0;
    font-size: 200%;
    font-weight: bold;
}

#newsletter_box .input {
    /*display: block;*/
    /*border: 0;*/
    /*box-shadow: none;*/
    /*border: 1px solid #fff;*/
    /*height: 50px;*/
    /*padding-left: 20px;*/
    /*font-size: 100%;*/
    border-radius: 20px;
    padding-right: 45px;
}

/*#newsletter_box form .btn {*/
/*    display: block;*/
/*    border: 0;*/
/*    height: 50px;*/
/*    color: #fff;*/
/*    border-radius: 0 20px 20px 0;*/
/*    background: #000;*/
/*}*/

/*body.notouch #newsletter_box form .btn:hover {*/
/*    background: #bf977e;*/
/*}*/

#newsletter_box form td.l {
    width: 1px;
    white-space: nowrap;
}

#index_offer_img {
    padding: 100px 5px;
    /* background: #fff url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center no-repeat; */
    background: #fff none center no-repeat;
    background-size: cover;
    text-align: center;
}

#index_offer_img a {
    box-shadow: 0 0 25px 15px #fff
}

#footer {
    background: #1e1e1e;
    /* color: #797979; */
    color: #bbb;
    padding: 50px 0 20px;
}

#footer .logo {
    width: 260px;
    margin-bottom: 20px;
}

#footer h4 {
    color: #fff;
    text-transform: uppercase;
    /* margin-bottom: 10px; */
    font-style: italic;
}

#footer .separator {
    height: 2px;
    width: 40px;
    margin-bottom: 20px;
}

#footer .icon {
    margin: 10px auto;
}

#footer .gForm {
    max-width: 500px;
    margin: 0 auto;
}

#footer a,
#footer .a {
    color: #bbb;
}

body.notouch #footer a:hover,
body.notouch #footer .a:hover {
    color: var(--accent1);
}

#footer nav.horizontal_menu ul ul,
#footer nav.horizontal_menu ul li,
#footer nav.horizontal_menu ul a {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: none;
    left: 0;
    box-shadow: none;
    background: transparent;
}

#footer nav.horizontal_menu ul li>ul {
    padding-left: 10px;
}

#footer .gForm .item .fas {
    top: 12px
}

#footer hr {
    border-color: #555;
}

#copyright {
    color: #bbb;
}

#copyright a {
    color: #ddd;
}

#page_title {
    height: 245px;
    /* background: #fff url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center no-repeat; */
    background: #fff none center no-repeat;
    background-size: cover;
    position: relative;
}

#page_title .overlay,
#page_title .container,
#page_title .grid {
    height: 100%;
}

#page_title .overlay {
    background: rgba(0, 0, 0, 0.6);
}

#page_title h1 {
    color: #fff;
    margin: 0;
    font-size: 300%;
    text-transform: capitalize;
}

#page_title h1:after {
    content: "";
    width: 60px;
    height: 2px;
    background: var(--accent1);
    display: inline-block;
    margin-left: 20px;
}

#page_breadcrumbs {
    background: #f9f9f9;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    color: #bfbfbf;
    text-transform: uppercase;
}

#page_breadcrumbs a {
    color: #bfbfbf;
    font-size: 14px;
}

body.notouch #page_breadcrumbs a:hover {
    color: var(--accent1);
}

#page_breadcrumbs span {
    font-weight: bold;
}

#page_content {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* #page_content ul,
    #page_content ol {
        display: block;
        border: solid 2px skyblue;
        border-radius: 4px;
        padding: 10px;
    }

    #page_content ul li,
    #page_content ol li {
        display: block;
        width: 100%;
        padding: 2px 0 2px 24px;
        background: transparent url(../img/list.png) 0px 6px no-repeat;
    } */

#rooms_box .item {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
    /* padding-right:30px */
    position: relative;
    /* margin-bottom: 3.4em; */
    overflow: hidden;
    white-space: nowrap;
}

#rooms_box .item .f,
#rooms_box .item .l {
    display: block;
}

#rooms_box .item .f {
    /* display: inline-block; */
    width: 100%;
    max-width: 600px;
    vertical-align: middle;
    position: relative;
}

#rooms_box .t {
    margin: 0;
}

#rooms_box .item .f>a {
    display: block;
    /* background: #fff url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center no-repeat; */
    background: #eee none center no-repeat;
    background-size: cover;
    padding-bottom: 75%;
    position: relative;
    transition: opacity 0.5s;
}

body.notouch #rooms_box .item .f>a:hover {
    opacity: 0.8
}

#rooms_box .item .f>a:before {
    content: ' ';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid #fff;
}

#rooms_box .item .l {
    padding-top: 15px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    white-space: normal;
}

#rooms_box .item .separator {
    margin: 0 0 10px
}

#singleGallery .s {
    width: 25%;
    padding-bottom: 16.25%;
    float: left;
    cursor: pointer;
    /* background: #fff url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center no-repeat; */
    background: #eee none center no-repeat;
    background-size: cover;
    border: 4px solid #fff;
    border-top: 0;
    border-left: 0;
    transition: opacity .5s
}

#singleGallery .s:hover {
    opacity: .8;
}

#singleGallery .s.f {
    width: 100%;
    padding-bottom: 65%;
    /* margin-bottom: 5px; */
    position: relative;
}

#singleGallery .f .fas {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 140%;
    text-shadow: 0px 0px 10px #000;
    color: #fff;
}

body.notouch #singleGallery .f:hover .fas {
    color: var(--accent1);
}

.facility {
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-top: 4px solid var(--accent1);
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    margin: 10px 10px 0 0
}

.contacts_icon {
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    background: var(--accent1);
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px
}

.contacts_inner {
    background: #f5f5f5;
    padding: 30px
}

.contacts_inner i {
    opacity: .7
}

.contacts_inner .icon_wrapper {
    margin-bottom: .7em;
}

body.notouch .img_link:hover {
    opacity: 0.6;
    cursor: pointer
}

#gallery .fotobox {
    float: left;
    width: 48%;
    position: relative;
    padding: 0 0 32% 0;
    margin: 1%;
    overflow: hidden;
}

#gallery .fotobox .gBox {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #fff url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center no-repeat; */
    background: #eee none center no-repeat;
    background-size: cover;
    transition: transform 0.5s ease;
    cursor: pointer;
}

body.notouch #gallery .fotobox .gBox:hover {
    opacity: 0.8;
    transform: scale(1.1);
    z-index: 1
}

#gallery .clear {
    clear: both;
}

.separator {
    height: 3px;
    width: 100px;
    background: #000;
    display: inline-block;
    margin: 10px 0 20px;
    background: var(--accent1);
}

.news_article {
    color: #999;
    background-color: #f9f9f9;
    border-radius: 6px;
    overflow: hidden;
}

body.notouch .news_article:hover {
    color: #555;
    background: #fcfcfc;
    box-shadow: 0 0 20px 5px #ccc;
}

.news_article .thumb {
    overflow: hidden;
    position: relative;
    padding-bottom: 64%;
    /* background: #f9f9f9; */
    background: #eee;
}

.news_article .thumb>a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent none center no-repeat;
    background-size: cover;
    transition: all .5s
}

body.notouch .news_article:hover {
    color: #555;
    background: #fcfcfc;
    box-shadow: 0 0 20px 5px #ccc
}

body.notouch .news_article:hover .thumb>a {
    transform: scale(1.1)
}

.news_article h5 {
    font-size: 100%;
    margin: 0
}

.news_article .inner {
    border: 1px solid #f1f1f1;
    padding: 15px
}

.news_article h5 {
    font-size: 120%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.news_article .btn {
    margin-top: 10px
}

.news_article h6 {
    font-size: 90%;
    color: #999;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.blog_credits {
    font-size: 80%;
    color: #999
}

.sharing_icons a {
    display: inline-block;
    height: 45px;
    width: 45px;
    margin: 2px;
    line-height: 45px;
    transition: all .3s ease-in-out 0s;
    color: #333;
    border-radius: 6px;
    text-align: center;
    background-color: #eee;
    vertical-align: middle
}

.sharing_icons.small a {
    height: 30px;
    width: 30px;
    line-height: 30px
}

body.notouch .sharing_icons a:hover {
    background-color: var(--accent1);
    color: #fff
}

#post h1 {
    font-size: 180%
}

/* .img_loader {
    background: #eee
} */

#single_gallery {
    margin-bottom: 20px
}

#single_gallery .s {
    width: 25%;
    padding-bottom: 18%;
    float: left;
    cursor: pointer;
    background: #fff url(../img/loader.gif) center no-repeat;
    background-size: cover
}

#single_gallery .s:hover {
    opacity: .8
}

#single_gallery .f {
    width: 100%;
    padding-bottom: 65%;
    margin-bottom: 5px;
    position: relative
}

#single_gallery .f .fas {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 160%;
    color: #fff;
    text-shadow: 0 0 8px #000
}

#single_gallery .clear {
    height: 5px
}

#news_box {
    background: #eee;
    padding: 40px 10px;
    border: 1px dotted #ccc
}

#news_box.bordered {
    background: #fd0;
    padding: 30px 5px;
    margin-top: 40px;
    border: 2px solid #ccc;
    border-radius: 6px
}

#news_box .inline-block {
    vertical-align: middle
}

/* DATEPICKER */

.gCalendar {
    position: absolute;
    line-height: 20px;
    font-size: 12px;
    display: none;
    background: #f6f6f6;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    color: #333;
}

.gCalendar tr.b {
    font-weight: bold;
}

.gCalendar tr.h {
    background: #eee;
}

.gCalendar td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.gCalendar td.today {
    background: #eee;
    font-weight: bold;
}

/* .gCalendar td.fw,.gCalendar td.bk {
	font-size:120%
} */

.gCalendar td.selected {
    background: var(--accent1);
    font-weight: bold;
    color: #fff;
}

.gCalendar td.p:hover {
    cursor: pointer;
    background: #bcf;
    color: #000;
}

.gCalendar span.p:hover {
    color: #000;
    cursor: pointer;
}

input.datepicker:focus+div.gCalendar,
div.gCalendar:hover {
    display: block;
}

@media (min-width: 540px) {

    #slider .gSlider .item .grid {
        padding: 0 10%
    }

    #index-rooms .gCarousel .item {
        width: 50%
    }

    #singleGallery .s {
        width: 12.8%;
        padding-bottom: 8.32%;
    }

    #gallery .fotobox {
        width: 24%;
        margin: 0.5%;
        padding-bottom: 16.5%;
    }
}

@media screen and (min-width: 960px) {
    #scrollToTop {
        bottom: 50px;
    }

    body.scrolled #scrollToTop {
        right: 15px;
    }

    .header .menu {
        display: inline-block;
    }

    .header nav.horizontal_menu ul {
        border: 0;
        padding: 0
    }

    .header nav.horizontal_menu ul a {
        display: inline-block;
        vertical-align: middle;
        border-bottom: 3px solid transparent;
        color: #777;
        padding: 6px 10px
    }

    .header nav.horizontal_menu ul a span {
        display: none
    }

    body.notouch .header nav.horizontal_menu ul a:hover,
    .header nav.horizontal_menu ul a.active {
        border-color: var(--accent1);
        color: var(--accent1)
    }

    .header.index nav.horizontal_menu ul a {
        color: #fff;
        text-shadow: 1px 1px 2px #000;
    }

    body.notouch .header.index nav.horizontal_menu ul a:hover,
    .header.index nav.horizontal_menu ul a.active {
        border-color: #fff;
        color: #fff
    }

    header.index .icon {
        color: #fff
    }

    body.notouch header.index .icon:hover {
        color: #eee
    }

    body.scrolled .header.index nav.horizontal_menu ul a,
    body.menued .header.index nav.horizontal_menu ul a {
        color: #777;
        text-shadow: none;
    }

    body.notouch.scrolled .header.index nav.horizontal_menu ul a:hover,
    body.notouch.menued .header.index nav.horizontal_menu ul a:hover,
    body.scrolled .header.index nav.horizontal_menu ul a.active,
    body.menued .header.index nav.horizontal_menu ul a.active {
        color: var(--accent1);
        border-color: var(--accent1);
        /* text-shadow: none; */
    }

    body.notouch.scrolled .header.index nav.horizontal_menu ul ul a:hover,
    body.notouch.menued .header.index nav.horizontal_menu ul ul a:hover,
    body.scrolled .header.index nav.horizontal_menu ul ul a.active,
    body.menued .header.index nav.horizontal_menu ul ul a.active {
        border-color: #f0f0f0;
    }

    body.scrolled .header.index .icon,
    body.menued .header.index .icon {
        color: var(--accent1)
    }

    body.notouch.scrolled .header.index .icon:hover,
    body.notouch.menued .header.index .icon:hover {
        color: #333
    }

    .header nav.horizontal_menu ul ul li {
        padding: 0;
        width: 100%
    }

    .header.index nav.horizontal_menu ul li ul a,
    .header nav.horizontal_menu ul ul a {
        color: #777;
        font-size: 14px;
        display: block;
        white-space: nowrap;
        padding: 11px 20px;
        text-transform: capitalize;
        border-bottom: 1px solid #f0f0f0;
        text-align: left;
        text-shadow: none;
    }

    body.notouch .header.index nav.horizontal_menu ul li ul a:hover,
    body.notouch .header nav.horizontal_menu ul ul a:hover {
        color: var(--accent1);
        border-bottom: 1px solid #f0f0f0;
        /* text-align: left;
            text-shadow: none; */
    }


    body.notouch .header nav.horizontal_menu ul ul a:hover {
        color: var(--accent1);
        background: #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }

    .header nav.horizontal_menu ul ul a.active {
        color: var(--accent1);
        background: #f7f7f7;
        border-bottom: 1px solid #f0f0f0;
    }

    .header .language {
        display: inline-block;
        vertical-align: middle;
        width: 55px;
        height: 30px;
        /* overflow: hidden; */
        border-radius: 4px;
        /* box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); */
        position: relative;
        z-index: 2;
        background: #fff;
        line-height: 30px;
        margin: 0 0 0 10px;
        padding: 0;
        border: 0;
    }

    .header .language .inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
        transition: 0.4s ease;
        /* display:none; */
        background: #eee;
        border-radius: 4px;
        overflow: hidden;
    }

    .header .language:hover .inner {
        height: 120px;
    }

    .header .language a,
    .header .language .a,
    .header .language .inner div {
        display: block;
        /* padding:0; */
        border: none;
        margin: 0;
        height: 30px;
        line-height: 30px;
    }

    .language .gLang {
        background: #eee none 6px 9px no-repeat;
        border-top: 1px solid #D5D5D5;
        padding-left: 26px;
        letter-spacing: 1px;
        text-align: left;
        display: inline-block;
        cursor: pointer;
        text-transform: uppercase
    }



    body.notouch .language .gLang:hover {
        background-color: #3b78a4;
        color: #fff
    }

    #slider .gSlider .item .font1 {
        font-size: 320%;
    }

    #slider .gSlider .item .font2 {
        font-size: 120%;
    }

    #index-rooms .gCarousel .item {
        width: 33.33333%
    }

    #rooms_box .item {
        margin-top: 40px;
    }

    #rooms_box .item .f,
    #rooms_box .item .l {
        display: inline-block;
    }

    #rooms_box .item .f {
        width: 50%;
        max-width: unset;
    }

    #rooms_box .item .l {
        width: 50%;
        background: #f4f4f4;
        padding: 40px;
        margin-left: -4%;
        /* box-shadow:3px 3px 3px #ccc; */
        border-radius: 4px;
        box-shadow: 5px 5px 15px #333;
        overflow: hidden
    }

    #rooms_box .item.align-r .f {
        margin: 0 0 0 50%;
    }

    #rooms_box .item.align-r .l {
        margin: 0 0 0 -96%;
        text-align: right
    }

    #footer .icon {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    #gallery .fotobox {
        width: 19%;
        padding-bottom: 13%;
    }
}