@font-face {
    font-family: Garamond;
    src: url(/fonts/garamond-premier-pro/GaramondPremrPro.otf);
}
@font-face {
    font-family: GaramondMed;
    src: url(/fonts/garamond-premier-pro/GaramondPremrPro-Smbd.otf);
}
@font-face {
    font-family: Barlow;
    src: url(/fonts/barlow/Barlow-Regular.otf);
}
@font-face {
    font-family: BarlowLight;
    src: url(/fonts/barlow/Barlow-Light.otf);
}
@font-face {
    font-family: BarlowSemiBold;
    src: url(/fonts/barlow/Barlow-SemiBold.otf);
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html{
    height: 100%;
}
body {
    font-family: 'Garamond', sans-serif;
    font-size: 18px;
    min-height: 100%;
    position: relative;
    color: #5c5c5c;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    line-height: 1.3;
    min-width: 300px;
    max-width: calc(100% - 40px);
    padding: 20px;
}
body.OverflowHiden{
    overflow: hidden;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
    position: relative;
}
ul {
    list-style: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    margin-left: 15px;
}
table ul{
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
blockquote, q {
    quotes:none;
}
.img-responsive{
    max-width: 100%;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #5c5c5c;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse: separate;
    border-spacing: 3px;
    width: 100%;
}
td{
    border: 0px solid #ddd;
    padding: 10px;
    vertical-align: top;
    text-align: center;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select, button {
    vertical-align:middle;
    font-size: 15px;
    font-family: 'OpenSans', 'sans-serif';
}
p{
    display: block;
    margin: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
pad{
    font-family: 'FuturaBook', sans-serif;
    font-style: normal;
    font-weight: normal;
}
.Loader{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    text-align: center;
    line-height: 100vh;
}
.LoaderInner{
    display: inline-block;
    width: 300px;
    max-width: 100%;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
}
.Loader img{
    width: 100px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
-webkit-animation: rotating 2s linear infinite;
        -moz-animation: rotating 2s linear infinite;
        -ms-animation: rotating 2s linear infinite;
        -o-animation: rotating 2s linear infinite;
        animation: rotating 2s linear infinite;
    }
    @-webkit-keyframes rotating /* Safari and Chrome */ {
        from {
            -webkit-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
        to {
            -webkit-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }
    @keyframes rotating {
        from {
            -ms-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -webkit-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
        to {
            -ms-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -webkit-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }
/* COLS */
.Col1x2{
    display: inline-block;
    width: 50%;
}
.Col1x3{
    display: inline-block;
    width: 33.33%;
}
.Col2x3{
    width: 66.66%;
    display: inline-block;
}
.Col1x4{
    display: inline-block;
    width: 25%;
}
.Col1x6{
    display: inline-block;
    width: 16.66666%;
}
.Col3x4{
    width: 75%;
    display: inline-block;
}
.Col1x1{
    width: 100%;
}
.ShrinkContainer{
    width: 85%;
    max-width: 1600px;
    margin: 0 auto;
}
.ShrinkContainerNarrow{
    width: 50%;
    max-width: 800px;
    margin: 0 auto;
}
.ShrinkContainer2{
    width: 80%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}
/* COLS END */
/* HEADER */
header{
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: calc(100% - 40px);
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.01);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    transition: all 1s ease;
    z-index: 9;
}
header.fixedToTop{
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 9;
}
body.reserve header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
body.reserve{
    padding: 0;
    max-width: 100%;
    overflow: hidden;
}
body.reserve .LogoContainer img{
    height: 80px;
    object-fit: contain;
}
.TopHeader{
    display: block;
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 0;
}
.HeaderSocials{
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}
.HeaderSocials a{
    padding: 0 5px;
    margin-left: 5px;
    font-size: 16px;
    color: #fff;
    transition: all 0.4s ease;
}
.HeaderSocials a:hover{
    color: #5c5c5c;
}
.Languages{
    display: inline-block;
    vertical-align: middle;
    font-family: "BarlowLight", sans-serif;
    font-size: 11px;
    color: #fff;
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, .35);
    position: relative;
    text-transform: uppercase;
}
.Languages .OtherLangs{
    display: none;
}
.Languages:hover .OtherLangs{
    display: block;   
    position: absolute;
    top: 99%; 
    right: 0;
    width: 100%;
    background: #fff;
    color: #5c5c5c;
    text-align: center;
    z-index: 1;
}
.ActiveLanguage{
    transition: all 0.4s ease;
}
.ActiveLanguage:hover{
    color: #5c5c5c;
    cursor: pointer;
}
.Languages a{
    display: block;
    padding: 5px;
    color: #5c5c5c;
}
.BottomHeader{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.BottomHeader ul, .LogoContainer{
    display: inline-block;
    vertical-align: top;
}
.LogoContainer{
    margin-top: -30px;
    width: 110px;
    transition: all 1s ease;
}
.LogoContainer img{
    width: 100%;
}
.BottomHeader ul{
    width: calc(50% - 55px);
    margin: 0;
    list-style: none;
}
.BottomHeader ul.MobileMenu{
    display: none;
}
nav li{
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    color: #fff;
    padding: 10px 20px;
    font-family: "GaramondMed", sans-serif;
    text-transform: uppercase;
}
nav li a{
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    transition: all 0.4s ease;
}
nav li a:hover, nav li a.ActiveMenu{
    border-bottom: 2px solid #fff;
}
header.fixedToTop .LogoContainer{
    width: 50px;
    margin-top: -15px;
}
/* HEADER END */
/* FOOTER */
footer{
    background: #5c5c5c;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}
footer a{
    color: #fff;
}
.FooterInner{
    padding: 15px 0;
    display: block;
    position: relative;
}
.LogoFooter img{
    width: 170px;
    max-width: 90%;
}
.ContactFooter a{
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;    
    transition: all 0.4s ease;
}
.FooterOthers{
    display: block;
    font-size: 0;
    margin: 20px auto;
    text-align: center;
}
.FooterOthers .Col1x4{
    vertical-align: middle;
}
.FooterOtherMain{
    display: block;
    margin: 20px auto;
}
.ContactFooter span{
    color: #999999;
}
.FooterOthers img{
    display: block;
    margin: 0 auto;
    max-width: 90%;
    max-height: 80px;
    object-fit: contain;
}
.SocialNetworksFooter a{
    display: inline-block;
    font-size: 26px;
    padding: 0 5px;
    margin: 0 5px;
    transition: all 0.4s ease;
}
.ContactFooter a:hover,
.SocialNetworksFooter a:hover{
    color: #999;
}
.AllRights{
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.PoweredBy{
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #999999;
}
.PoweredBy a{
    color: #999;
    transition: all 0.4s ease;
}
.PoweredBy a:hover{
    color: #fff;
}
/* FOOTER END */
/* NEW SLIDER */
.NewSlider{
    display: block;
    position: relative;
    margin: 0 auto;
}
.SafeTravel{
    display: block;
    position: absolute;
    bottom: 80px;
    right: 50px;
    width: 10%;
    font-size: 0;
}
.SafeTravel img{
    width: 100%;
    margin: 15px 0;
    min-height: auto!important;
}
.NewSliderInner{
    display: block;
    position: relative;
}
.NewSlider ul{
    display: block;
    position: relative;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.NewSlider li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    transition: all 1s ease;
}
.NewSlider li img{
    width: 100%;
}
.NewSliderDots{
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 3;
}
.NewSliderDots span{
    width: 10px;
    height: 10px;
    border: 3px solid;
    display: block;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease;
    color: #fff;
}
.NewSliderDots span.ActiveNewSliderDot,
.NewSliderDots span:hover{
    color: #fccc8a;
    background: #fccc8a;
}
.MoveToLeft{
    display: block;
    position: absolute;
    top: calc(50% - 36px);
    left: 3%;
    z-index: 1;
    line-height: 1;
    cursor: pointer;
    transition: all 0.4s ease;
}
.MoveToRight{
    display: block;
    position: absolute;
    top: calc(50% - 36px);
    right: 3%;
    line-height: 1;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease;
}
.MoveToLeft:hover,
.MoveToRight:hover{
    color: #fccc8a;
}
.NewSliderDotsBottom .NewSliderDots{
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    top: initial;
}
.NewSliderDotsBottom .NewSliderDots span{
    display: inline-block;
}
.NewSliderDotsHide .NewSliderDots{
    display: none;
}
.NewSliderContent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.35);
    bottom: 0;
    text-align: center;
}
.NewSliderContentInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 60%;
}
.NewSliderContentInner2{
    width: 30%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
    font-size: 15px;
    white-space: normal;
    margin-right: 40%;
    position: relative;
    color: #fff;
}
.NewSliderContentInner h3{
    font-size: 22px;
    font-weight: normal;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    white-space: normal;
    height: 22px;
    overflow: hidden;
    color: #fff;
    letter-spacing: 8px;
}
.NewSliderContent h4{
    font-size: 14px;
    color: #90aa9f;
    font-weight: normal;
    font-family: "BarlowSemiBold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.NewSliderContent h5{
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    font-family: "Garamond", sans-serif;
    text-transform: uppercase;
    margin: 15px 0;
    /* height: 34px; */
    /* overflow: hidden; */
}
.NewSliderText{
    font-size: 16px;
    white-space: normal;
    margin-bottom: 20px;
    height: 66px;
    overflow: hidden;
    line-height: 1;
    font-family: "Garamond", sans-serif;
    text-transform: uppercase;
    letter-spacing: 33px;
    font-size: 66px;
    color: #fff;
}
.MinHeightToSlider img{
    min-height: 200px;
    object-fit: cover;
}
.NewSliderText2{
    font-size: 17px;
    line-height: 1.3;
    height: 107px;
    overflow: hidden;
    margin-bottom: 20px;
}
.MoveToLeft img, .MoveToRight img{
    width: 35px;
    height: auto;
    min-height: auto;
}
.StraniceSlajder .MoveToLeft{
    top: 90%;
    left: 15%;
}
.StraniceSlajder .MoveToRight{
    top: 90%;
    left: 20%;
    right: initial;
}
.StraniceSlajder .LinkBtn{
    text-align: left;
}
/* NEW SLIDER END */
/* RESERVE FORM */
#MainPageReserve{
    display: block;
    position: relative;
    background: #fff;
    width: calc(100% - 60px);
    padding: 30px 30px;
    font-size: 0;
    transition: all 0.4s ease;
    margin: 0 auto;
    margin-top: -70px;
    margin-bottom: 40px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
.ReserveInner{
    display: block;
    background: #fff;
    margin: 10px;
    border-bottom: 1px solid #acb4bb;
    position: relative;
    user-select: none;
}
#MainPageReserve .Col1x6{
    vertical-align: middle;
}
#CancelOrder{
    text-align: right;
    padding: 0 10px;
    padding-top: 0;
    display: block;
    clear: both;
    color: #90aa9f;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Barlow", sans-serif;
}
#CancelOrder:hover{
    color: #5c5c5c;
}
#MainPageReserve input{
    border: 0;
    background: transparent;
    padding: 13px 0;
    font-family: "Garamond", sans-serif;
    font-size: 17px;
    color: #5c5c5c;
}
.ReserveInner i{
    font-size: 17px;
    display: inline-block;
    color: #5c5c5c;
    width: 35px;
    vertical-align: middle;
    text-align: center;
    padding: 13px 0;
}
#MainPageReserve .datepicker,
#MainPageReserve .PromoCode{
    margin-right: -35px;
    width: calc(100% - 10px);
    padding: 13px 5px;
    vertical-align: middle;
    display: inline-block;
    z-index: 1;
    position: relative;
}
#MainPageReserve .Persons{
    display: inline-block;
    width: calc(100% - 72px);
    text-align: center;
}
#MainPageReserve span{
    background: #f5f5f5;
    cursor: pointer;
}
#MainPageReserve button{
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px;
    border: 0;
    background: #90aa9f;
    color: #fff;
    font-family: "BarlowSemiBold", sans-serif;
    font-size: 15px;
    padding: 15px 0;
    padding-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: all 0.4s ease;
    cursor: pointer;
}
#MainPageReserve button:hover{
    color: #fff;
    background: #5c5c5c;
}
#ChildAgeSelector{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}
.ChildAge{
    background: #90aa9f;
    padding: 5px;
    text-align: center;
}
#ChildAgeSelector label{
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
#ChildAgeSelector select{
    background: #90aa9f;
    border: 0;
    color: #fff;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
#MainPageReserve label{
    display: block;
    font-size: 15px;
    color: #5c5c5c;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
}
/* RESERVE FORM END */
/* NEWSLETTER */
.NewsletterDiv{
    display: block;
    text-align: center;
    font-size: 0;
    padding: 60px 0;
    background: #f0f0f0;
}
.NewsletterDiv h5{
    font-family: "Garamond", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.NewsletterDiv h6{
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.NewsletterDiv input{
    border: 0;
    display: inline-block;
    padding: 20px 60px;
    text-align: center;
    border-bottom: 1px solid #acb4bb;
    background: transparent;
    vertical-align: middle;
    color: #999999;
    font-size: 17px;
}
.NewsletterDiv button{
    display: block;
    margin: 20px auto;
    padding: 20px 60px;
    text-transform: uppercase;
    color: #fff;
    background: #90aa9f;
    transition: all 0.5s ease;
    cursor: pointer;
    border: 0;
    font-family: "BarlowSemiBold", sans-serif;
    letter-spacing: 3px;
    font-size: 16px;
}
.NewsletterDiv button:hover{
    background: #5c5c5c
}
.NewsletterDiv i{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -25px;
    color: #999999;
}
/* NEWSLETTER END */
/* HOMEBODY */
.HomeBody{
    display: block;
    position: relative;
    padding: 30px 0;
}
.SmallTitle{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    letter-spacing: 2px;
    color: #90aa9f;
    font-weight: normal;
    margin-bottom: 10px;
}
.BigTitle{
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Garamond", sans-serif;
    letter-spacing: 2px;
    color: #5c5c5c;
    font-weight: normal;
    margin-bottom: 30px;
}
.HomeBodyText{
    margin-bottom: 20px;
}
/* HOMEBODY END */
/* HomePromo */
.HomePromo{
    display: block;
    padding: 60px 0;
    font-size: 0;
    text-align: center;
}
.HomePromoInner{
    display: block;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 20px;
    margin-right: 0;
}
.HomePromo img{
    width: 100%;
    margin-bottom: 20px;
}
.HomePromoInner h2{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: normal;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.HomePromoPrice{
    color: #fccc8a;
    font-size: 22px;
    font-family: "Barlow", sans-serif;
    letter-spacing: 1px;
    height: 27px;
    overflow: hidden;
    margin-bottom: 10px;
}
.HomePromoPrice sup{
    font-size: 14px;
}
.HomePromoText{
    font-size: 17px;
    font-family: "Garamond", sans-serif;
    height: 81px;
    overflow: hidden;
    margin-bottom: 20px;
}
.LinkBtn{
    font-size: 12px;
    text-align: right;
    display: block;
    color: #fccc8a;
    text-transform: uppercase;
    font-family: "BarlowSemiBold", sans-serif;
    letter-spacing: 1px;
}
/* HomePromo END */
/* Cover */
.Cover{
    display: block;
    position: relative;
}
.Cover img{
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}
.CoverOverlay{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.32);
}
.CoverOverlayInner{
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    padding-bottom: 100px;
    width: 100%;
}
.CoverTitle{
    font-size: 66px;
    letter-spacing: 33px;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 10px;
    font-family: "GaramondMed", sans-serif;
    max-height: 120px;
    overflow: hidden;
}
.BreadCrumb{
    font-size: 12px;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.BreadCrumb a{
    color: #fff;
    transition: all 0.4s ease;
}
.BreadCrumb a:hover{
    color: #5c5c5c;
}
/* Cover END */
/* CONTACT */
.ContactDetails{
    display: block;
    position: relative;
    font-size: 0;
    margin: 30px 0;
}
.ContactDetails .Col1x3{
    vertical-align: top;
    text-align: center;
}
.ContactDetails i{
    display: inline-block;
    font-size: 40px;
    color: #90aa9f;
    vertical-align: middle;
    width: 45px;
    margin-right: 5px;
}
.ContactDetail{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    /* width: calc(100% - 50px); */
    text-align: left;
}
.ContactDetail a{
    color: #5c5c5c;
    transition: all 0.4s ease;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    display: block;
}
.ContactDetail a:hover{
    color: #999;
}
#ContactMap{
    position: relative;
    height: 500px;
    width: 100%;
    display: block;
}
/* CONTACT END */
/* OFFER */
.OfferPrice{
    display: block;
    position: relative;
    padding: 30px 0;
    text-align: center;
}
.OfferPriceDiv{
    display: inline-block;
    padding: 10px 30px;
    vertical-align:middle;
}
.OfferPrice a{
    color: #90aa9f;
    text-transform: uppercase;
    font-family: "Garamond", sans-serif;
    letter-spacing: 10px;
    transition: all 0.4s ease;
}
.OfferPrice a:hover{
    color: #5c5c5c;
}
.BorderRight{
    border-right: 1px solid #e3eae7;
    color: #fccc8a;
    font-size: 36px;
    font-family: "Barlow", sans-serif;
    letter-spacing: 5px;
}
.BorderRight sup{
    font-size: 24px;
}
/* OFFER END */
/* ROOMS */
.Rooms{
    display: block;
    position: relative;
    font-size: 0;
    text-align: center;
    padding: 50px 0;
}
.Rooms .Col1x2{
    vertical-align: top;
}
.RoomsInner{
    display: block;
    position: relative;
    margin: 10px 20px;
    margin-left: 0;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.RoomsInner h2{
    font-size: 24px;
    height: 58px;
    overflow: hidden;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: normal;
}
.RoomsText{
    font-size: 17px;
    height: 42px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
.ArrowsBottomRight .MoveToRight{
    bottom: 5px;
    right: 10px;
    top: initial;
}
.ArrowsBottomRight .MoveToLeft{
    bottom: 5px;
    right: 60px;
    top: initial;
    left: initial;
}
.RoomsSmallSlider li img{
    height: 350px;
    object-fit: cover;
}
/* ROOMS END */
/* ROOM */
.RoomDetails{
    display: block;
    position: relative;
    margin: 30px 0;
}
.Amenities{
    padding: 30px;
    border: 1px solid #e3eae7;
    font-size: 0;
    height: 140px;
    position: relative;
}
.Amenity{
    display: inline-block;
    width: 18%;
    vertical-align: top;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    margin: 1%;
    height: 16px;
    overflow: hidden;
}
.Amenity span{
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #5c5c5c;
    margin-right: 5px;
}
.RoomBtn{
    display: block;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    color: #90aa9f;
    font-size: 24px;
    letter-spacing: 10px;
}
.Amenities h4{
    font-size: 20px;
    position: absolute;
    left: -10px;
    bottom: 15px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 20px;
    height: 170px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    background: #fff;
    transform: rotate(180deg);
    text-transform: uppercase;
    color: #ccd7d2;
    font-weight: normal;
}
/* ROOM END */
/* IMAGE TEXT */
.ImageText{
    display: block;
    position: relative;
    font-size: 0;
    padding: 50px 0;
    text-align: center;
    clear: both;
}
.ImageText img{
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
}
.ImageText .Col1x2{
    vertical-align: middle;
}
.ImageText:nth-child(odd) .Col1x2:first-child{
    float: right;
}
.ImageTextLineHeight{
    display: block;
    position: relative;
    line-height: 540px;
    height: 540px;
}
.ImageTextInner{
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0 100px;
    padding-right: 0;
}
.ImageText:nth-child(odd) .ImageTextInner{
    padding-left: 0;
    padding-right: 100px;
}

.ImageText .BigTitle{
    text-align: left;
    height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
}
.ImageText .SmallTitle{
    text-align: left;
    height: 14px;
    overflow: hidden;
}
.ImageTextContent{
    font-size: 18px;
    line-height: 1.3;
    height: 293px;
    overflow: hidden;
}
.SubPages{
    padding-bottom: 50px;
}
/* IMAGE TEXT END  */
/* MAP CANVAS */
.map-canvas{
    display: block;
    position: relative;
    height: 545px;
    width: 100%;
}
.Locations{
    display: block;
    position: relative;
    padding: 50px 0;
    font-size: 0;
}
.LocationsLeft, .LocationsRight{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 63px);
}
.LocationsMidle{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-orientation: mixed;
    writing-mode: vertical-lr;
    font-size: 64px;
    text-transform: uppercase;
    width: 85px;
    color: #f0f0f0;
    transform: rotate(180deg);
    padding: 50px 20px;
}
.Location{
    display: block;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    user-select: none;
    cursor: pointer;
}
.Location img{
    width: 150px;
    display: inline-block;
    vertical-align: top;
    height: 150px;
    object-fit: contain;
    border-radius: 50%;
}
.LocationContent{
    display: inline-block;
    width: calc(100% - 230px);
    vertical-align: top;
}
.LocationTitle{
    font-size: 24px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: normal;
}
.LocationText{
    font-size: 17px;
    padding: 0 20px;
    height: 90px;
    overflow: hidden;
}
.Distance{
    width: 80px;
    display: inline-block;
    vertical-align: top;
    color: #fccc8a;
}
.DistanceValue{
    font-family: "BarlowSemiBold", sans-serif;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}
.DistanceName{
    font-family: "Barlow", sans-serif;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding-left: 3px;
}
.InfoWindowContent{
    display: block;
    position: relative;
    text-align: center;
}
.InfoWindowContent img{
    position: relative;
    margin: 10px 0;
    width: 150px;
}
/* MAP CANVAS END */
/* GALLERY */
.GalleryLightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    text-align: center;
    line-height: 100vh;
    user-select: none
}

.GalleryLightboxInner {
    margin: 10vh auto;
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.GalleryLightboxInner img {
    max-width: 80vw;
    max-height: 80vh
}

.CloseGallery {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #90aa9f;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    z-index: 9;
    transition: all .4s ease
}

.CloseGallery:hover {
    color: #90aa9f;
    background: #fff
}

.GalleryTitle {
    position: absolute;
    bottom: 80px;
    left: 0;
    color: #fff;
    background: #90aa9f;
    padding: 20px 10px;
    cursor: pointer;
    font-size: 20px;
    display: block!important;
    font-size: 20px;
    text-transform: uppercase;
}

.Controls {
    position: absolute;
    bottom: 50px;
    right: 0;
    font-size: 0;
    z-index: 9
}

.Controls span {
    padding: 10px;
    background: #90aa9f;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    line-height: 16px;
    transition: all .4s ease
}

.Controls span:hover {
    color: #90aa9f;
    background: #fff
}

.NextGalleryAny,
.PrevGalleryAny {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 7
}

.NextGalleryAny {
    left: initial;
    right: 0
}

.InPageGallery {
    font-size: 0;
    margin-bottom: 50px;
    margin-top: 30px
}

.RoomImage img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.RoomImage {
    display: inline-block;
    width: calc(33.33% - 20px);
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    margin: 20px 10px;
    margin-top: 0;
    position: relative;
    transition: all .5s ease;
    overflow: hidden
}
.RoomImage:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(35, 31, 32, .6);
    opacity: 0;
    transition: all .5s ease
}

.RoomImage:after {
    content: "+";
    font-size: 40px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 45%;
    top: calc(50% - 20px);
    left: 47%;
    left: calc(50% - 20px);
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    font-weight: 100;
    font-family: initial;
    opacity: 0;
    transition: all .5s ease
}

.RoomImage:hover:after,
.RoomImage:hover:before {
    opacity: 1
}
/* GALLERY END */
#Iframepage-iframe{
    display: block;
    position: relative;
    width: 100%;
}
@media (max-width: 1600px){
    .LocationTitle{
        font-size: 18px;
    }
}
@media (max-width: 1500px){
    .CoverTitle{
        font-size: 40px;
        letter-spacing: 20px;
        max-height: 82px;
    }
    #CancelOrder{
        font-size: 10px;
    }
    .NewSliderText{
        font-size: 40px;
        letter-spacing: 20px;
        height: 41px;
    }
    .NewSliderContentInner h3{
        font-size: 16px;
        height: 16px;
    }
}
@media (max-width: 1400px){
    .ShrinkContainer{
        width: 96%;
    }
    .LocationsMidle{
        font-size: 40px;
        padding: 100px 10px;
        width: 60px;
    }
    .LocationsLeft, .LocationsRight{
        width: calc(50% - 40px);
    }
}
@media (max-width: 1350px){
    #MainPageReserve input{
        font-size: 15px;
    }
    .LocationsMidle{
        font-size: 30px;
        padding: 130px 10px;
        width: 30px;
    }
    .LocationsLeft, .LocationsRight{
        width: calc(50% - 25px);
    }
    .DistanceValue{
        font-size: 24px;
    }
    .Distance{
        width: 70px;
    }
    .LocationContent{
        width: calc(100% - 200px);
    }
    .Location img{
        width: 130px;
        height: 130px;
    }
}
@media (max-width: 1250px){
    .ShrinkContainer{
        width: 98%;
    }
    #MainPageReserve{
        padding: 15px;
        width: calc(100% - 30px);
    }
    body{
        padding: 10px;
        max-width: calc(100% - 20px);
    }
    header{
        width: calc(100% - 20px);
        top: 10px;
        left: 10px;
    }
    .LogoContainer{
        width: 60px;
    }
    .BottomHeader ul{
        width: calc(50% - 30px);
    }
    .BottomHeader ul.MobileMenu{
        display: none;
    }
    #MainPageReserve input{
        font-size: 13px;
    }
    .ShrinkContainer2{
        width: 90%;
    }
    .ShrinkContainerNarrow{
        width: 80%;
    }
    .CoverTitle{
        font-size: 30px;
        letter-spacing: 15px;
        max-height: 51px;
    }
    .NewSliderText{
        font-size: 30px;
        letter-spacing: 15px;
        height: 31px;
    }
    .ImageTextInner{
        padding: 0 50px;
        padding-right: 0;
    }
    .ImageText:nth-child(odd) .ImageTextInner{
        padding-right: 50px;
    }
    .Amenity{
        width: 23%;
    }
    .Amenities{
        height: 160px;
    }
    .Amenities h4{
        height: 190px;
    }
}
@media (max-width: 1100px){
    #MainPageReserve .Col1x6{
        width: 33.33%;
    }
    #MainPageReserve input{
        font-size: 16px;
    }
    #CancelOrder{
        font-size: 12px;
    }
    #MainPageReserve{
        margin: 0;
        padding: 10px;
        width: calc(100% - 20px);
    }
    .NewSliderContentInner2{
        width: 80%;
        text-align: center;
        margin-right: 10%;
    }
    .StraniceSlajder .LinkBtn{
        text-align: center;
    }
    .StraniceSlajder .MoveToLeft,
    .StraniceSlajder .MoveToRight{
        display: none;
    }
    .BigTitle{
        font-size: 28px;
    }
    .NewSliderContent h5{
        font-size: 28px;
        height: 27px;
    }
    .OfferPrice{
        padding: 15px 0;
    }
    .HomePromo,
    .NewsletterDiv{
        padding: 30px 0;
    }
    .map-canvas{
        height: 450px;
    }
    .ShrinkContainer2{
        width: 98%;
    }
    .ShrinkContainerNarrow{
        width: 90%;
    }
    .SafeTravel{
        bottom: 20px;
    }
    .SafeTravel img{
        margin: 5px 0;
    }
}
@media (max-width: 1000px){
    .LocationsMidle{
        display: none;
    }
    .LocationsLeft, .LocationsRight{
        width: 49%;
    }
    .LocationsLeft{
        margin-right: 1%;
    }
    body{
        padding: 0;
        max-width: 100%;
    }
    header{
        top: 0;
        left: 0;
        width: 100%;
    }
    .BottomHeader{
        text-align: left;
    }
    .LogoContainer{
        margin: 0 10px;
        margin-top: -25px;
    }
    .MenuOpen{
        display: inline-block;
        float: right;
        width: 40px;
        height: 22px;
        color: #fff;
        border-top: 2px solid;
        border-bottom: 2px solid;
        position: relative;
        margin: 10px;
        cursor: pointer;
        transition: all 0.4s ease;
    }
    .MenuOpen:hover{
        color: #90aa9f;
    }
    .MenuOpen:after{
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 1px);
        border-top: 2px solid;
        width: 80%;
        right: 0;
    }
    .BottomHeader ul{
        display: none;
    }
    .BottomHeader ul.MobileMenu{
        display: none;
        max-width: 100%;
        width: 320px;
        padding: 20px 0;
        background: #90aa9f;
        position: absolute;
        top: 100%;
        right: 0;
        max-height: calc(100vh - 105px);
        overflow: auto;
    }
    .BottomHeader ul.MobileMenu li{
        display: block;
        text-align: center;
    }
    header{
        position: relative;
        background: #5c5c5c;
        padding: 5px 0;
        transition: all 0s ease;
    }
    .BottomHeader .ShowMobileMenu ul.MobileMenu{
        display: block;
    }
    header.fixedToTop{
        position: fixed;
    }
    .SafeTravel{
        width: 15%;
        right: 0;
    }
    .SafeTravel img{
        margin: 5px;
        width: calc(50% - 10px);
    }
}
@media (max-width: 900px){
    .HomePromo .Col1x3{
        width: 50%;
        vertical-align: top;
    }
    .HomePromoInner{
        margin: 10px;
    }
    .NewsletterDiv h5{
        font-size: 24px;
    }
    .ImageText{
        padding: 30px 0;
    }
    .ImageText .Col1x2{
        width: 100%;
    }
    .ImageText img{
        height: auto;
    }
    .ImageText:nth-child(odd) .Col1x2:first-child{
        float: none;
    }
    .ImageTextLineHeight{
        line-height: 1.5;
        height: auto;
        padding: 20px 0;
    }
    .ImageTextContent{
        height: auto;
        overflow: initial;
    }
    .ImageTextInner,
    .ImageText:nth-child(odd) .ImageTextInner{
        padding: 0;
    }
    .LocationsLeft, .LocationsRight{
        width: 100%;
    }
    .ContactDetails{
        text-align: center;
    }
    .ContactDetail{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    #ContactMap{
        height: 400px;
    }
    .HomePromoInner h2{
        height: auto;
    }
}
@media (max-width: 800px){
    #MainPageReserve .Col1x6{
        width: 50%;
    }
    .ContactDetails .Col1x3{
        width: 100%;
        margin-bottom: 20px;
    }
    .Amenities h4{
        position: relative;
        display: block;
        text-align: center;
        width: auto;
        text-orientation: mixed;
        writing-mode: horizontal-tb;
        height: auto;
        transform: rotate(0);
    }
    .Amenities{
        height: auto;
    }
    .Amenity{
        width: 48%;
        height: auto;
    }
    .CoverTitle{
        font-size: 24px;
        letter-spacing: 3px;
        max-height: initial;
    }
    .CoverOverlayInner{
        padding-bottom: 50px;
    }
    .NewSliderContentInner h3{
        letter-spacing: 3px;
    }
    .FooterOthers .Col1x4{
        width: 50%;
    }
}
@media (max-width: 700px){
    .Rooms .Col1x2{
        width: 100%;
    }
    .RoomsInner{
        margin: 10px;
    }
    .OfferPriceDiv{
        width: 100%;
        padding: 10px 0;
    }
    .BorderRight{
        border: 0;
        border-bottom: 1px solid #e3eae7;
    }
    .NewSliderContentInner{
        width: 90%;
    }
    .NewSliderText{
        height: initial;
        letter-spacing: 3px;
    }
    .RoomsSmallSlider li img{
        height: 250px;
    }
    .NewSliderDots{
        top: 30%;
    }
}
@media (max-width: 600px){
    .HomePromo .Col1x3{
        width: 100%;
    }
    .RoomImage{
        width: calc(50% - 20px);
    }
    .SafeTravel{
        width: 100px;
    }
}
@media (max-width: 500px){
    #MainPageReserve .Col1x6{
        width: 100%;
    }
    .LocationContent{
        width: 100%;
    }
    .Location{
        text-align: center;
    }
    .Amenity{
        width: 98%;
    }
    .FooterOthers .Col1x4{
        width: 100%;
        margin: 10px 0;
        vertical-align: middle;
    }
}