@font-face {
    font-family: SchnyderLight;
    src: url(/fonts/schnyder/Schnyder_Wide_L_Light.otf);
}
@font-face {
    font-family: SchnyderBold;
    src: url(/fonts/schnyder/Schnyder_WideM_Bold.otf);
}
@font-face {
    font-family: SchnyderDemi;
    src: url(/fonts/schnyder/Schnyder_Wide_L_Demi.otf);
}
@font-face {
    font-family: FuturaLight;
    src: url(/fonts/futura/FuturaPTLight.otf);
}
@font-face {
    font-family: FuturaBook;
    src: url(/fonts/futura/FuturaPTBook.otf);
}
@font-face {
    font-family: FuturaBookObl;
    src: url(/fonts/futura/FuturaPTBookOblique.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: 'FuturaLight', sans-serif;
    font-size: 14px;
    height: 100%;
    position: relative;
    color: #444444;
    overflow: hidden;
    background: #fff;
    line-height: 1.3;
    width: 100%;
    min-width: 320px;
}
body.reserve{
    overflow: hidden;
    padding: 0;
    height: 100%;
}
body.reserve header{
    position: relative;
}
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;
}
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: #444444;
    transition: all 0.3s ease;
}
a:hover{
    color: #c19c44;
}
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: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin: 10px 0;
}
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 */
h1{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
}
main{
    display: block;
    overflow: hidden;
    padding: 0 30px;
    height: calc(100vh - 204px);
    position: relative;
}
.reserve main{
    height: calc(100vh - 105px);
    padding: 0;
}
#Iframepage-iframe{
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.MainInner{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.MainSlideDots{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: calc(100vh - 206px);
}
.MainSlideDotsInner{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    width: 30px;
}
.SlideToAction{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: block;
    margin: 8px auto;
    border: 2px solid #444;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
}
.SlideToAction:after{
    content: "";
    width: 4px;
    height: 4px;
    top:2px;
    left: 2px;
    position: absolute;
    background: #c19c44;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.SlideToAction:hover{
    border: 2px solid #c8c8c8;
}
.SlideToAction:hover:after{
    background: #c8c8c8;
}
.ActiveMainSlide{
    border: 2px solid #c19c44;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}
.ActiveMainSlide:after{
    opacity: 1;
}
/* HEADER */
header{
    display: block;
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 1;
    background: #fff;
    z-index: 999;
}
.HeaderInner{
    display: block;
    position: relative;
    padding: 5px 30px;
}
.ActiveLanguage{
    color: #444444;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 0;
    transition: all 0.3s ease;
}
.Languages:hover .ActiveLanguage{
    color: #c19c44;
}
.OtherLangs{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #444;
    color: #fff;
    display: none;
}
.OtherLangs a{
    color: #fff;
    font-size: 14px;
    padding: 10px;
    display: block;
}
.Languages:hover .OtherLangs{
    display: block;
}
.Languages{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100px;
}
.LeftFastMenu,
.RightFastMenu{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 30%;
    text-transform: uppercase;
}
.LogoDiv,
.ActivateMenu{
    display: inline-block;
    vertical-align: middle;
}
.LogoDiv{
    width: calc(40% - 200px);
    text-align: center;
}
.ActivateMenu{
    width: 100px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s ease;
}
.ActivateMenu:hover{
    color: #c19c44;
}
.AcivateMenuImg{
    vertical-align: middle;
    padding: 3px 5px;
    padding-top: 0;
}
.RightFastMenu{
    text-align: right;
}
a.ActiveMenuVisible{
    color: #c19c44;
}
.RightFastMenu a,
.Delivery{
    display: inline-block;
    color: #c19c44;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
}
.MobileShow{
    display: none;
}
.DeliveryImg, .PastryShopImg{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    padding-top: 0;
    padding-left: 0;
}
.Logo{
    height: 95px;
    max-width: 100%;
    object-fit: contain;
}
/* HEADER END */
/* FOOTER */
footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}
.FooterInner{
    display: block;
    position: relative;
    padding: 20px 30px;
    font-size: 0;
}
.FooterLeft, .FooterRight{
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 90px);
    font-size: 12px;
}
.FooterBook{
    display: inline-block;
    width: 180px;
    text-align: center;
}
.RegularBtn{
    display: inline-block;
    vertical-align: middle;
    font-family: "SchnyderBold", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    padding: 15px 50px;
    border: 2px solid #fff;
    background: #c19c44;
    outline: 1px solid #c19c44;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.RegularBtn:hover{
    background: #444;
    outline: 1px solid #444;
}
.OpenReserveForm{
    padding: 10px 28px;
}
.FooterRight{
    text-align: right;
    font-size: 16px;
    font-family: "SchnyderDemi", sans-serif;
}
.FooterRight a{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 10px;
    color: #c8c8c8;
}
.FooterRight a:hover{
    color: #444;
}
/* FOOTER END */
/* COVER */
.Cover{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.CoverImg{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 2s ease;
}
.ActiveCover{
    opacity: 1
}
.CoverImages{
    display: block;
    width: 100%;
    height: 100%;
}
.ProudMember{
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
    font-size: 16px;
    font-family: 'SchnyderDemi', sans-serif;
    color: #c19c44;
    padding: 30px 50px;
    text-align: right;
}
.ProudMemberImg{
    display: inline-block;
    padding: 0px;
}
.OfferOverlay{
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: 100%;
    height: 330px;
    width: 280px;
    background: #fff;
    padding: 10px;
    max-height: 100%;
    z-index: 2;
}
.OffersSlider{
    display: block;
    width: 100%;
    height: 100%;
}
.CloseOfferOverlay{
    position: absolute;
    top: -5px;
    right: -5px;
    line-height: 30px;
    border-radius: 50%;
    background: #c8c8c8;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}
.CloseOfferOverlay:hover{
    background: #444;
}
.CloseOfferOverlay img{
    display: block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 7px auto;
}
.OffersSliderInner{
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.HomeOffer{
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: all 1s ease;
    vertical-align: top;
}
.HomeOfferTitle{
    font-size: 18px;
    font-family: "SchnyderLight", sans-serif;
    text-align: center;
    margin: 10px 0;
    white-space: normal;
    height: 47px;
    overflow: hidden;
    margin-bottom: 0;
}
.HomeOfferText{
    display: block;
    font-size: 16px;
    white-space: normal;
    text-align: center;
    padding: 10px 0;
    height: 23px;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.HomeOfferLink{
    display: block;
    text-align: right;
    text-transform: uppercase;
    margin: 10px 0;
    font-family: "SchnyderDemi", sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}
.HomeOfferLink a{
    color: #c19c44;
    transition: all 0.5s ease;
}
.HomeOfferLink a:hover{
    color: #444;
}
.HomeOfferImg{
    width: 100%;
    height: 54%;
    object-fit: cover;
}
.OfferSliderDots{
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    text-align: center;
}
.OfferSliderDots span{
    width: 6px;
    height: 6px;
    border: 2px solid;
    display: inline-block;
    margin: 5px 3px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.4s ease;
    color: #444;
    position: relative;
    vertical-align: middle;
}
.OfferSliderDots span.ActiveOfferDot,
.OfferSliderDots span:hover{
    border-color: #c19c44;
    background: transparent;
}
.OfferSliderDots span.ActiveOfferDot{
    width: 8px;
    height: 8px;
    border-radius: 8px;
}
.OfferSliderDots span.ActiveOfferDot:after{
    top: 2px;
    left: 2px;
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    background: #c19c44;
    border-radius: 50%;
}

/* COVER END */
/* SLIDES */
.SubPages{
    height: 100%;
    width: 100%;
}
.SlideToDiv{
    height: 100%;
    width: 100%;
}
/* SLIDES END*/
/* RESERVE */
#MainPageReserve{
    display: none;
    position: absolute;
    top: 105px;
    bottom: 100px;
    height: calc(100vh - 205px);
    background: rgba(237, 237, 237, 1);
    width: calc(100% - 60px);
    line-height: calc(100vh - 206px);
    text-align: center;
    border-right: 30px solid #fff;
    border-left: 30px solid #fff;
    z-index: 98;
}
.MainPageReserveInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 0;
    width: 80%;
    position: relative;
}
.MainPageReserveInner .Hr{
    margin-bottom: 35px;
}
.MainPageReserveInner h3{
    font-size: 40px;
    font-family: "SchnyderLight", sans-serif;
    font-weight: normal;
    margin-bottom: 50px;
}
.MainPageReserveInner h4,
.MainPageReserveInner h5{
    font-size: 16px;
    display: block;
    margin-bottom: 30px;
    font-weight: normal;
}
.MainPageReserveInner h4{
    margin-top: 20px;
}
.Hr{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    border-top: 1px solid #c19c44;
}
.ReserveInner{
    position: relative;
    display: block;
    margin: 0 10px;
    border-bottom: 1px solid #c8c8c8;
}
#MainPageReserve .Col1x6{
    vertical-align: bottom;
}
.ReserveInner input.datepicker,
.PromoCode{
    width: 100%;
    border: 0;
    background: transparent;
    margin-right: -30px;
    padding: 15px 0;
    font-family: "SchnyderLight", sans-serif;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}
.ReserveInner input.datepicker{
    cursor: pointer;
}
.Persons{
    width: calc(100% - 60px);
    text-align: center;
    background: transparent;
    border: 0;
    padding: 10px 0;
    font-size: 20px;
    font-family: "FuturaLight", sans-serif;
}
.ReserveInner i{
    display: inline-block;
    font-size: 20px;
    pointer-events: none;
    color: #a3a3a3;
    vertical-align: middle;
}
.ReserveInner  i.fa-minus,
.ReserveInner  i.fa-plus{
    pointer-events: all;
    cursor: pointer;
}
.CloseReserveForm{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    padding: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
}
.CloseReserveForm:hover{
    background: #c19c44;
}
.CancelOrderDiv{
    display: block;
    position: relative;
    text-align: right;
    margin: 10px;
}
.CancelOrderDiv a{
    font-size: 13px;
    transition: all 0.3s ease;
}
.CancelOrderDiv a:hover{
    color: #c19c44;
}
.MainPageReserveInner .RegularBtn{
    padding: 15px 0;
    display: block;
    width: 100%;
}
.ReserveInner label{
    font-size: 14px;
    display: block;
    text-align: left;
    text-transform: uppercase;
}
#ChildAgeSelector{
    display: block;
    position: absolute;
    bottom: 100%;
    z-index: 3;
    background: #444;
    color: #fff;
    width: 100%;
    left: 0;
    font-size: 0;
}
.ChildAge{
    display: block;
    position: relative;
    font-size: 0;
    padding: 5px;
}
.ChildAge label{
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}
.ChildAge select{
    width: 40%;
}
/* RESERVE END */
/* NAVIGATION */
.Navigation{
    display: none;
    position: absolute;
    top: 105px;
    bottom: 100px;
    height: calc(100vh - 205px);
    background: rgba(237, 237, 237, 1);
    width: calc(100% - 60px);
    line-height: calc(100vh - 206px);
    text-align: center;
    border-right: 30px solid #fff;
    border-left: 30px solid #fff;
    z-index: 99;
    overflow: auto;
}
.NavigationInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 0;
    padding: 10px 0;
}
.CloseMenu{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    padding: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
}
.CloseMenu:hover{
    background: #c19c44;
}
.Navigation ul{
    margin: 0;
    list-style: none;
}
.Navigation li a{
    display: inline-block;
    font-size: 26px;
    list-style: none;
    font-family: "SchnyderLight", sans-serif;
    border-bottom: 1px solid transparent;
    padding: 5px 0;
    margin: 10px 0;
}
.Navigation li a.ActiveMenu{
    color: #c19c44;
    border-bottom: 1px solid #c19c44;
}
.Navigation li a:hover{
    border-bottom: 1px solid #444;
}

/* NAVIGATION END */
/* WIDE IMAGE NARROW TEXT */
iframe{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.NarrowWideDiv{
    display: block;
    height: 100%;
    overflow: hidden;
    font-size: 0;
}
.LeftImageWide{
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.LeftImageWide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0 10px;
    width: calc(100% - 20px);
}
.LeftImageWide.Col2x3:nth-child(2) img{
    padding-right: 0;
    width: calc(100% - 10px);
}
.LeftImageWide.Col2x3:nth-child(1) img{
    padding-left: 0;
    width: calc(100% - 10px);
}
.LeftImageWide.Col1x2:nth-child(2) img{
    padding-right: 0;
    width: calc(100% - 5px);
    padding-left: 5px;
}
.LeftImageWide.Col1x2:nth-child(1) img{
    padding-left: 0;
    width: calc(100% - 5px);
    padding-right: 5px;
}
.Col1x3.LeftImageWide:nth-child(1) img,
.Col1x3.LeftImageWide:nth-child(3) img{
    padding: 0;
    width: 100%;
}
.RightTextNarrow{
    line-height: calc(100vh - 206px);
    height: 100%;
    background: #ededed;
    vertical-align: top;
}
.RightTextNarrow.Col1x2:nth-child(2){
    width: calc(50% - 5px);
    margin-left: 5px;
}
.RightTextNarrow.Col1x2:nth-child(1){
    width: calc(50% - 5px);
    margin-right: 5px;
}
.RightTextInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    padding: 80px;
    text-align: center;
    width: calc(100% - 160px);
}
.InDivTitle{
    display: block;
    text-align: center;
    font-size: 40px;
    font-family: "SchnyderLight", sans-serif;
    font-weight: normal;
    padding: 30px 0;
    padding-top: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.InDivTitle b{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #c19c44;
    font-family: "SchnyderBold", sans-serif;
    font-weight: normal;
}
.InDivTitle span{
    font-size: 80px;
    color: #c19c44;
    margin: 0 -30px;
    vertical-align: middle;
    display: inline-block;
    z-index: 0;
}
.InDivTitle sub{
    vertical-align: middle;
    display: inline-block;
    padding-top: 30px;
    font-size: 30px;
}
.InDivTitle sup{
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 30px;
    font-size: 30px;
    z-index: 2;
    position: relative;
}
.InDivText{
    margin: 30px 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
}
.InDivText a{
    color: #c19c44;
    transition: all 0.3s ease;
}
.InDivText a:hover{
    color: #444;
}
.InDivLink{
    display: block;
    text-align: right;
    letter-spacing: 1px;
}
.InDivLink a{
    font-size: 12px;
    text-transform: uppercase;
    font-family: "SchnyderDemi", sans-serif;
    color: #c19c44;
    transition: all 0.3s ease;
}
.CenterAligned{
    text-align: center;
}
.InDivLink a:hover{
    color: #444;
}
.TopImage{
    height: 70%;
    width: 100%;
    display: block;
}
.TopImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.BottomText{
    height: calc(30% - 10px);
    width: 100%;
    display: block;
    margin-top: 10px;
    background: #ededed;
}
.BottomText .Col1x3{
    vertical-align: middle;
    height: 100%;
}
.BottomTextInner{
    padding: 5px 20px;
    height: calc(100% - 10px);
}
.ResetLineHeight{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 100%;
}
.ConferenceTitle{
    font-size: 40px;
    text-align: center;
    font-family: "SchnyderLight", sans-serif;
    font-weight: normal;
}
.ConferenceSmallTitle{
    font-size: 15px;
    text-align: right;
    text-transform: uppercase;
    font-family: "SchnyderLight", sans-serif;
    font-weight: normal;
    color: #c19c44;
    width: 80%;
    margin-top: 10px;
}
.ConferenceTitle span{
    font-size: 80px;
    color: #c19c44;
    margin: 0 -30px;
    vertical-align: middle;
    display: inline-block;
}
.ConferenceTitle sub{
    vertical-align: middle;
    display: inline-block;
    padding-top: 40px;
    font-size: 30px;
}
.ConferenceTitle sup{
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 40px;
    font-size: 30px;
    position: relative;
}
.ConferenceText{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    width: calc(100% - 80px);
    padding: 0px 40px;
}
.FactSheet{
    vertical-align: top;
    height: 100%;
}
.FactSheet img{
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 5px;
    object-fit: cover;
}
.FactSheetItem{
    display: inline-block;
    width: calc(50% - 48px);
    background: #ededed;
    height: calc(50% - 50px);
    margin: 5px 0;
    padding: 20px;
    vertical-align: top;
}
.FactSheetLeft .FactSheetItem:nth-child(1),
.FactSheetLeft .FactSheetItem:nth-child(3){
    margin-right: 5px;
}
.FactSheetLeft .FactSheetItem:nth-child(2),
.FactSheetLeft .FactSheetItem:nth-child(4){
    margin-left: 5px;
}
.FactSheetRight .FactSheetItem:nth-child(4),
.FactSheetRight .FactSheetItem:nth-child(2){
    margin-left: 5px;
}
.FactSheetRight .FactSheetItem:nth-child(1),
.FactSheetRight .FactSheetItem:nth-child(3){
    margin: 5px;
}
.FactSheetItem h4{
    font-size: 16px;
    text-transform: uppercase;
    font-family: "FuturaBook", sans-serif;
    font-weight: normal;
}
.FactNumber{
    font-size: 88px;
    font-family: "SchnyderDemi", sans-serif;
    color: #c19c44;
}
.FactSheetItem h5{
    font-size: 16px;
    text-transform: uppercase;
    font-family: "FuturaBook", sans-serif;
}
.FactSheetItem{
    position: relative;
}
.FactSheetLeft .FactSheetItem:nth-child(2) .FactNumber{
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.FactHr{
    display: block;
    width: 50px;
    border-top: 1px solid #c19c44;
    margin: 15px 0;
}
.FactSheetLeft .FactSheetItem:nth-child(3) .FactNumber{
    position: absolute;
    top: 10px;
    left: 20px;
}
.FactSheetLeft .FactSheetItem:nth-child(3) h4{
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}
.FactSheetLeft .FactSheetItem:nth-child(3) .FactHr{
    margin-left: calc(100% - 50px);
}
.FactSheetRight .FactSheetItem:nth-child(1) h4{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.FactSheetRight .FactSheetItem:nth-child(4) .FactNumber{
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.FactSheetRight .FactSheetItem:nth-child(4) h4{
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: right;
}
.FactSheetRight .FactSheetItem:nth-child(4) .FactHr{
    margin-left: calc(100% - 50px);
}
.FactSheetItemInner{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}
.FactSheetItemInner .FactHr{
    margin: 10px calc(50% - 25px);
}
.AddLineHeight{
    text-align: center;
}
.AddMarginToDiv{
    height: 100%;
    margin: 0 10px;
}
.AddMarginToDiv2{
    height: 100%;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    background: #ededed;
}
.Col1x3 .AddMarginToDiv{
    margin-left: 0;
}
big{
    font-size: 100px;
    font-family: "SchnyderLight";
    color: #c19c44;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: -82px;
}
.ShrinkContact{
    width: 100%;
    height: 100%;
    background: #ededed;
}
.NewsletterDiv{
    width: 1000px;
    max-width: 96%;
    margin: 0 auto;
    height: 20%;
}

.ContactDetails{
    width: 800px;
    max-width: 96%;
    margin: 0 auto;
    height: 70%;
}
.CopyRight{
    width: 1100px;
    max-width: 96%;
    margin: 0 auto;
    height: 10%;
    border-top: 1px solid #d9d9d9;
}
.NewsletterDivInner{
    padding: 20px 0;
    text-align: center;
    font-size: 0;
}
.NewsletterDiv h5{
    font-size: 26px;
    font-family: "SchnyderLight", sans-serif;
    font-weight: normal;
    margin: 15px 0;
}
.NewsletterDiv label{
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 1px solid #d9d9d9;
    width: 23%;
    margin: 0 1%;
}
.NewsletterDiv input{
    background: transparent;
    border: 0;
    padding: 5px 10px;
    width: calc(100% - 40px);
    margin: 10px 0;
    display: inline-block;
    margin-right: -20px;
}
.NewsletterDiv i{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
}
.NewsletterDiv .RegularBtn{
    vertical-align: bottom;
}
.NewsletterDiv select{
    background: transparent;
    border: 0;
    padding: 5px 10px;
    width: calc(100% - 40px);
    margin: 10px;
    display: block;
    color: #444444;
}
.NewsletterDiv label span{
    display: block;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
}
.NewsletterForm{
    padding: 20px 0;
    display: block;
}
.ContactDetails{
    line-height: calc(100vh - 30% - 206px);
}
.ContactDetailsInner{
    height: 100%;
    width: 100%;
    font-size: 0;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}
.ContactDetail{
    vertical-align: top;
}
.ContactDetailInner{
    padding: 20px;
}
.ContactDetailInner h5{
    font-size: 12px;
    font-family: "SchnyderLight", sans-serif;
    color: #a3a3a3;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ContactDetailInner a{
    font-size: 14px;
    color: #444;
    transition: all 0.3s ease;
    display: block;
    line-height: 1.3;
}
.ContactDetailInner a:hover{
    color: #c19c44;
}
.CopyRight{
    font-size: 0;
}
.CopyRight .Col1x3{
    vertical-align: middle;
}
.ContactSocialInner{
    font-size: 16px;
}
.ContactSocialInner a{
    font-size: 20px;
    vertical-align: middle;
    margin: 5px;
    color: #a3a3a3;
}
.ContactSocialInner a:hover{
    color: #444;
}
.CopyRightInner{
    display: block;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    color: #a3a3a3;
}
.CopyRightInner a{
    color: #a3a3a3;
}
.CopySitePower{
    font-family: "FuturaBook", sans-serif;
    text-transform: uppercase;
}
.ProudMemberContact{
    text-align: right;
    height: 100%;
}
.ProudMemberContactInner{
    height: 100%;
}
.ProudMemberContactText{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 14px;
}
.ProudMemberContactInner img{
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: middle;
    height: calc(100% - 10px);
    object-fit: contain;
}
.Map{
    width: 100%;
    height: 100%;
    display: block;
}
#ContactMap{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 350px;
}
/* WIDE IMAGE NARROW TEXT END */
/* SLIDER GALLERY */
.SliderGallery{
    height: 100%;
    width: 100%;
    font-size: 0;
}
.SliderGalleryLeft{
    display: inline-block;
    width: 65%;
    height: 100%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}
.SliderGalleryRight{
    display: inline-block;
    width: 35%;
    height: calc(100% - 10px);
    vertical-align: top;
    padding: 5px 0;
}
.SliderGalleryRightInner{
    width: 100%;
    height: 100%;
    display: block;
}
.SliderGalleryLeft span{
    position: absolute;
    top: calc(50% - 30px);
    font-size: 40px;
    color: #fff;
    transition: all 0.3s ease;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 2;
}
.SliderGalleryLeft span:hover{
    color: #444;
}
.GoToLeftSliderGallery{
    left: 0;
}
.GoToRightSliderGallery{
    right: 0;
}
.SliderGalleryBig{
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px;
    white-space: nowrap;
    overflow: hidden;
}
.SliderGalleryBigImg{
    width: 100%;
    height: 100%;
    display: inline;
    transition: all 1s ease;
    vertical-align: top;
}
.SliderGalleryBigImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.SliderGallerySmall{
    padding: 5px;
    display: inline-block;
    width: calc(33% - 10px);
    height: 20%;
    position: relative;
    cursor: pointer;
}
.SliderGallerySmall img{
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.SliderGallerySmall:after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 20px solid transparent;
    transition: all 0.3s ease;
}
.SliderGallerySmall:hover:after{
    border: 20px solid rgba(255, 255, 255, 0.5);
}
.SliderGallerySmall.ActivatedImg:after{
    border: 20px solid rgba(255, 255, 255, 0.5);
}
/* SLIDER GALLERY END */
.PriceHolder{
    display: block;
    position: relative;
}
.Price{
    display: inline-block;
    vertical-align: middle;
    max-width: calc(34% - 1px);
    border-right: 1px solid #c8c8c8;
    text-align: center;
    margin-right: 2%;
    padding-right: 4%;
}
.Price span{
    font-size: 12px;
    font-family: "FuturaBook", sans-serif;
    text-transform: uppercase;
}
.BtnHolder{
    display: inline-block;
    vertical-align: middle;
    width: 58%;
    margin-left: 2%;
}
.PriceText{
    font-size: 30px;
    font-family: "SchnyderBold", sans-serif;
    color: #c19c44;
}
.BtnHolder .RegularBtn{
    padding: 19px 10px;
    display: block;
    width: calc(100% - 20px);
    margin: 0;
}
/* NEW SLIDER */
.NewSlider{
    display: block;
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    padding: 0;
}
.NewSliderInner{
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
.NewSlider ul{
    display: block;
    position: relative;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    height: 100%;
}
.NewSlider li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    transition: all 1s ease;
    height: 100%;
}
.NewSlider li img{
    width: 100%;
    padding: 0;
    height: 100%;
    min-height: 300px;
}
.NewSliderDots{
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 3;
    text-align: center;
    width: 100%;
}
.NewSliderDots span{
    width: 8px;
    height: 8px;
    border: 2px solid;
    display: inline-block;
    margin: 5px 3px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease;
    color: #fff;
    position: relative;
    vertical-align: middle;
}
.NewSliderDots span.ActiveNewSliderDot,
.NewSliderDots span:hover{
    border-color: #c19c44;
    background: transparent;
}
.NewSliderDots span.ActiveNewSliderDot{
    height: 10px;
    width: 10px;
}
.NewSliderDots span.ActiveNewSliderDot:after{
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    background: #c19c44;
    border-radius: 50%;
}
.MoveToLeft{
    display: block;
    position: absolute;
    top: calc(50% - 36px);
    left: 3%;
    z-index: 1;
    line-height: 1;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 40px;
    color: #fff;
}
.MoveToRight{
    display: block;
    position: absolute;
    top: calc(50% - 36px);
    right: 3%;
    line-height: 1;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 40px;
    color: #fff;
}
.MoveToLeft:hover,
.MoveToRight:hover{
    color: #444;
}
.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;
    display: none;
}
.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 */
.RoomsDiv{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.RoomsContainer{
    height: 33.33%;
    vertical-align: top;
}
.RoomsInner{
    margin: 5px 0;
    display: block;
    height: calc(100% - 10px);
    position: relative;
}
.RoomsContainer:nth-child(2) .RoomsInner,
.RoomsContainer:nth-child(5) .RoomsInner,
.RoomsContainer:nth-child(8) .RoomsInner{
    margin: 5px 10px;
}
.RoomThumb{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.RoomOverlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(193, 156, 68, .82);
    display: block;
    transition: all 0.8s ease;
    background-image: linear-gradient(rgba(193, 156, 68, 0), rgba(193, 156, 68, 0));
}
.RoomName{
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    font-size: 26px;
    font-family: "SchnyderLight", sans-serif;
    color: #fff;
}
.RoomLink{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: "SchnyderDemi", sans-serif;
    letter-spacing: 1px;
    opacity: 0;
    transition: all 0.5s ease;
}
.RoomLink a{
    color: #fff;
    display: block;
    padding: 10px;
    position: relative;
}
.RoomsInner:hover .RoomLink{
    opacity: 1;
}
.RoomsInner:hover .RoomOverlay{
    background-color: rgba(0, 0, 0, 0.01); 
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); 
}
.RoomCentered{
    display: block;
    position: relative;
    text-align: center;
    background: #ededed;
    height: 100%;
}
.RoomCenteredInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 20px;
}
.RoomCenteredInner h6{
    font-size: 16px;
    font-weight: normal;
    font-family: "FuturaLight", sans-serif;
    margin-top: 20px;
}
.RoomCenteredInner h5{
    font-size: 20px;
    font-family: "SchnyderLight", sans-serif;
    font-weight: normal;
    white-space: nowrap;
}
.RoomCenteredInner h5 span{
    font-size: 88px;
    color: #c19c44;
    margin: 0 -20px;
    vertical-align: middle;
    display: inline-block;
    z-index: 0;
}
.RoomCenteredInner h5 sub{
    vertical-align: middle;
    display: inline-block;
    padding-top: 30px;
    font-size: 35px;
}
.RoomCenteredInner h5 sup{
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 30px;
    font-size: 35px;
    z-index: 2;
    position: relative;
}
.RoomFavorite{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "FuturaBook", sans-serif;
    color: #fff;
    padding: 10px;
}
.MobileVisible{
    display: none;
}
.TableConference{
    display: block;
    height: 100%;
    background: #fff;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 16px;
    text-align: center;
    font-family: "FuturaLight", sans-serif;
}
td{
    vertical-align: middle;
    padding: 3px;
    border: 2px solid #fff;
}
tbody tr:nth-child(odd){
    background: #ededed;
}
tbody tr:nth-child(even){
    background: #f6f6f6;
}
tr:nth-child(odd) td.GoldenBackground{
    background: #f9f5ec;
}
tr:nth-child(even) td.GoldenBackground{
    background: #fcfaf7;
}
th{
    font-size: 18px;
    font-family: "SchnyderLight", sans-serif;
    background: #d6d6d6;
    vertical-align: middle;
    border: 2px solid #fff;
    padding: 1px;
}
th.GoldenBackground{
    background: #f9f5ec;
}
.TableConference img{
    width: 100%;
    height: 61px;
    object-fit: contain;
}
.Cookies{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(193 156 68 / 0.9);
    z-index: 99;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    display: none;
    font-size: 16px;
}
.CookiesBtn{
    display: inline-block;
    padding: 15px 40px;
    background: #444;
    margin: 10px;
    transition: all 0.5s ease;
    cursor: pointer;
    color: #fff;
}
.CookiesBtn:hover{
    background: #c19c44;
    color: #fff;
}
@media all and (max-width: 1600px){
    .RightTextInner {
        padding: 40px;
        width: calc(100% - 80px);
    }
    .InDivText, .ConferenceText{
        font-size: 14px;
    }
    .Navigation li a{
        font-size: 22px;
        margin: 5px  0;
    }
}
@media (max-width: 1400px){
    .RightFastMenu a, .Delivery{
        margin-right: 10px;
    }
}
@media (max-width: 1366px){
    .HomePage .ConferenceText{
        padding: 0 25px;
        width: calc(100% - 50px);
        font-size: 12px;
    }
}
@media all and (max-width: 1300px){
    .RightFastMenu a, .Delivery{
        font-size: 0;
    }
    .RightTextInner {
        padding: 40px;
        width: calc(100% - 80px);
    }
    .BottomTextInner{
        padding: 0 10px;
    }
    .InDivText{
        font-size: 14px;
    }
    .InDivTitle{
        font-size: 30px;
        padding-top: 0;
    }
    .RoomCenteredInner h5 span{
        font-size: 55px;
        margin: 0 -20px;
    }
    .RoomCenteredInner h5 sub{
        padding-top: 25px;
        font-size: 20px;
    }
    .RoomCenteredInner h5 sup{
        padding-bottom: 25px;
        font-size: 20px;
    }
    .RoomName{
        bottom: 35px;
        font-size: 20px;
    }
    .BottomText{
        height: 34%;
    }
    .TopImage{
        height: 65%;
    }
    .ConferenceText{
        font-size: 14px;
        padding: 0 20px;
        width: calc(100% - 40px);
    }
    .Logo{
        height: 75px;
    }
    .FooterInner{
        padding: 10px 20px;
    }
    #MainPageReserve,
    .Navigation{
        top: 85px;
        height: calc(100vh - 152px);
    }
    main{
        height: calc(100vh - 152px);
    }
    .MainPageReserveInner{
        width: 96%;
    }
    .RoomCenteredInner h6{
        font-size: 14px;
    }
    .InDivTitle span{
        font-size: 55px;
        margin: 0 -20px;
    }
    .InDivTitle sub{
        padding-top: 25px;
        font-size: 20px;
    }
    .InDivTitle sup{
        padding-bottom: 25px;
        font-size: 20px;
    }
    .ConferenceTitle span{
        font-size: 55px;
        margin: 0 -20px;
    }
    .ConferenceTitle sub{
        padding-top: 25px;
        font-size: 20px;
    }
    .ConferenceTitle sup{
        padding-bottom: 26px;
        font-size: 20px;
    }
    .InDivTitle b{
        font-size: 14px;
    }
    .RegularBtn{
        padding: 14px 30px;
        font-size: 14px;
    }
    .FactNumber{
        font-size: 55px;
    }
    .ConferenceTitle{
        font-size: 30px;
    }
    .ConferenceSmallTitle{
        font-size: 13px;
    }
}
@media (max-width: 1200px){
    .InDivTitle{
        font-size: 26px;
        padding-bottom: 15px;
    }
    .InDivText{
        margin: 15px auto;
        font-size: 13px;
    }
    .RightTextInner {
        padding: 20px;
        width: calc(100% - 40px);
    }
    .FooterLeft{
        font-size: 12px;
    }
    .RoomCenteredInner h6{
        font-size: 12px;
    }
}
@media (max-width: 1002px){
    .RightFastMenu a,
    .Delivery{
        margin-right: 5px;
    }
    .MainSlideDots{
        display: none;
    }
    .MainInner{
        overflow: hidden;
        padding: 0 10px;
        width: calc(100% - 20px);
        overflow-y: auto;
    }
    .SlideToDiv{
        display: block;
        margin-bottom: 10px;
    }
    
    .FooterLeft{
        font-size: 0;
    }
    .FooterLeft a{
        display: none;
    }
    .FooterLeft a.MobileVisible{
        display: block;
        font-size: 16px;
        padding: 0 10px;
    }
    main{
        padding: 0;
    }
}
@media (max-width: 1100px){
    #MainPageReserve .Col1x6{
        width: 33.33%;
        margin-bottom: 10px;
    }
}
@media (max-height: 730px){
    .Logo{
        height: 65px;
    }
    .FooterInner{
        padding: 10px 30px
    }
    main{
        height: calc(100vh - 141px);
    }
    .ConferenceText{
        padding: 0 25px;
        width: calc(100% - 50px);
        font-size: 12px;
    }
    .ConferenceTitle{
        font-size: 32px;
    }
    .RightTextNarrow{
        line-height: calc(100vh - 141px);
    }
    .Navigation,
    #MainPageReserve{
        top: 75px;
        height: calc(100vh - 141px);
        line-height: calc(100vh - 141px);
    }
    .RoomCenteredInner h5 span{
        font-size: 55px;
        margin: 0 -20px;
    }
    .RoomCenteredInner h5 sub{
        padding-top: 25px;
        font-size: 20px;
    }
    .RoomCenteredInner h5 sup{
        padding-bottom: 25px;
        font-size: 20px;
    }
    .RoomCenteredInner h6{
        margin-top: 5px;
    }
    .InDivTitle span{
        font-size: 55px;
        margin: 0 -20px;
    }
    .InDivTitle sub{
        padding-top: 25px;
        font-size: 20px;
    }
    .InDivTitle sup{
        padding-bottom: 25px;
        font-size: 20px;
    }
    .ConferenceTitle span{
        font-size: 55px;
        margin: 0 -20px;
    }
    .ConferenceTitle sub{
        padding-top: 25px;
        font-size: 20px;
    }
    .ConferenceTitle sup{
        padding-bottom: 26px;
        font-size: 20px;
    }
    .InDivTitle{
        padding-bottom: 10px;
        font-size: 26px;
    }
    .InDivText{
        padding: 0;
        padding-top: 0;
        font-size: 12px;
        margin: 10px 0;
    }
    .BtnHolder .RegularBtn{
        font-size: 13px;
    }
    .RightTextInner{
        padding: 20px 30px;
        width: calc(100% - 60px);
    }
    .ContactDetails{
        line-height: calc(100vh - 30% - 141px);
    }
    .ContactDetailInner{
        padding: 0 10px;
        padding-top: 20px;
    }
    .NewsletterDiv h5{
        margin: 5px 0;
    }
}
@media (max-width: 950px){
    .RightTextNarrow{
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        line-height: 1;
    }
    .RightTextNarrow.Col1x2:nth-child(2),
    .RightTextNarrow.Col1x2:nth-child(1){
        width: 100%;
        margin: 0;
    }
    .LeftImageWide{
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        padding: 10px 0;
    }
    .AddMarginToDiv2{
        border: 0;
    }
    .NewSliderDots{
        display: none;
    }
    .LeftImageWide img{
        height: auto;
        padding: 5px 0;
        width: 100%;
    }
    .LeftImageWide.Col2x3:nth-child(1) img,
    .LeftImageWide.Col1x2:nth-child(1) img,
    .LeftImageWide.Col1x2:nth-child(2) img,
    .LeftImageWide.Col2x3:nth-child(2) img{
        padding: 0;
        width: 100%;
    }
    .FactSheetItem{
        width: calc(50% - 45px);
    }
    .FactSheetRight .FactSheetItem:nth-child(1), .FactSheetRight .FactSheetItem:nth-child(3){
        margin-left: 0;
    }
    .FactSheet img{
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }
    
    .SlideToDiv{
        height: auto;
    }
    .NarrowWideDiv{
        height: auto;
    }
    .RoomsContainer{
        height: 150px;
    }
    .BottomText .Col1x3{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .BottomTextInner{
        padding: 10px;
    }
    .Cover, .CoverImages{
        height: auto;
        display: block;
        position: relative;
    }
    .CoverImg{
        display: block;
        height: auto;
        min-height: 410px;
    }
    .ActiveCover{
        opacity: 1;
        position: relative;
    }
    .FactSheet{
        width: 100%;
    }
    .FactSheetItem{
        height: 150px
    }
    .ConferenceSmallTitle{
        text-align: center;
        width: 100%;
    }
    .InDivTitle{
        text-align: center;
    }
    .SliderGalleryLeft{
        width: 100%;
        height: 500px;
    }
    .SliderGalleryRight{
        height: 280px;
        width: 100%;
    }
    .SliderGalleryRightInner{
        height: 280px;
        width: 100%;
    }
    .SliderGallerySmall{
        width: calc(20% - 10px);
    }
    .NewsletterDiv label{
        width: 48%;
        margin-bottom: 1%;
    }
    .NewsletterDiv .RegularBtn{
        width: 48%;
        padding: 14px 0;
        margin: 0 1%;
    }
    .RoomLink{
        opacity: 1;
    }
    .Logo{
        height: 55px;
    }
    header, footer{
        position: fixed;
    }
    header{
        top:0;
        left: 0;
    }
    #MainPageReserve,
    .Navigation{
        top: 65px;
        height: calc(100vh - 132px);
        overflow: auto;
        bottom: 67px;
        line-height: calc(100vh - 132px);
        position: fixed;
    }
    body{
        overflow: hidden;
        padding: 65px 0;
        height: auto;
        overflow-y: auto;
    }
    main{
        height: auto;
    }
    .MainPageReserveInner h3{
        font-size: 30px;
        margin: 20px auto;
    }
    .TopImage{
        height: auto;
    }
    .TopImage img{
        min-height: 150px;
    }
    .Navigation li a {
        font-size: 18px;
    }
}
@media (max-width: 850px){
    .ContactDetail{
        width: 50%;
        text-align: center;
    }
    .CopyRight .Col1x3{
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .ProudMemberContactInner img{
        height: 30px;
    }
    .RoomsContainer{
        width: 50%;
    }
    .RoomsContainer:nth-child(5){
        width: 100%;
    }
    .RoomsInner{
        margin: 5px 0;
        height: calc(100% - 10px);
    }
    .RoomsContainer:nth-child(5) .RoomsInner, 
    .RoomsContainer:nth-child(8) .RoomsInner{
        
    }
    .RoomsContainer:nth-child(9) .RoomsInner,
    .RoomsContainer:nth-child(7) .RoomsInner,
    .RoomsContainer:nth-child(2) .RoomsInner,
    .RoomsContainer:nth-child(4) .RoomsInner{
        margin: 5px 0;
        margin-left: 5px;
        width: calc(100% - 5px);
    }
    .RoomsContainer:nth-child(8) .RoomsInner,
    .RoomsContainer:nth-child(6) .RoomsInner,
    .RoomsContainer:nth-child(1) .RoomsInner,
    .RoomsContainer:nth-child(3) .RoomsInner{
        margin: 5px 0;
        margin-right: 5px;
        width: calc(100% - 5px);
    }
    .RoomsContainer:nth-child(5) .RoomsInner{
        margin: 5px 0;
    }
}
@media (max-width: 800px){
    .LeftFastMenu, .RightFastMenu{
        display: none;
    }
    .MobileShow{
        display: block;
        text-align: center;
        padding: 10px;
        font-size: 14px;
        text-transform: uppercase;
        border-top: 1px solid #c19c44;
        color: #c19c44;
        cursor: pointer;
    }
    .MobileShow span{
        display: block;
    }
    .LogoDiv{
        width: calc(100% - 200px);
    }
    .Cover .ProudMember{
        display: none;
    }
    .OfferOverlay{
        width: calc(100% - 80px);
    }
    .HideOnMobile{
        display: none;
    }
    body{
        padding-top: 100px;
    }
}
@media (max-width: 730px){
    .FooterRight{
        font-size:0;
    }
    #MainPageReserve .Col1x6{
        width: 50%;
    }
}
@media (max-width: 600px){
    .RoomsContainer{
        width: 100%;
    }
    #MainPageReserve .Col1x6{
        width: 100%;
    }
    #MainPageReserve,
    .Navigation{
        height: calc(100% - 132px);
        line-height: calc(100vh - 132px);
    }
    #MainPageReserve{
        height: calc(100% - 65px);
        line-height: calc(100vh - 65px);
        z-index: 100;
        bottom: 0;
    }
    .SliderGallerySmall img{
        height: 80px;
    }
    .SliderGallerySmall{
        width: calc(33% - 10px);
    }
    .RoomsContainer:nth-child(9) .RoomsInner, 
    .RoomsContainer:nth-child(7) .RoomsInner, 
    .RoomsContainer:nth-child(2) .RoomsInner, 
    .RoomsContainer:nth-child(4) .RoomsInner,
    .RoomsContainer:nth-child(8) .RoomsInner, 
    .RoomsContainer:nth-child(6) .RoomsInner, 
    .RoomsContainer:nth-child(1) .RoomsInner, 
    .RoomsContainer:nth-child(3) .RoomsInner{
        width: 100%;
        margin: 5px 0;
    }
    .FooterRight a{
        padding: 5px;
    }
}
@media (max-width: 500px){
    .FactSheetItem,
    .FactSheetRight .FactSheetItem:nth-child(4), 
    .FactSheetRight .FactSheetItem:nth-child(2),
    .FactSheetLeft .FactSheetItem:nth-child(4), 
    .FactSheetLeft .FactSheetItem:nth-child(2){
        width: calc(100% - 40px);
        margin: 5px 0;
    }
    .FooterRight{
        display: none;
    }
    .FooterBook, .FooterLeft{
        width: 50%;
        text-align: center;
    }
    .MainPageReserveInner h4, .MainPageReserveInner h5{
        font-size: 14px;
        margin: 15px auto;
    }
    .MainPageReserveInner h3{
        font-size: 24px;
    }
    .NewsletterDiv label{
        width: 98%;
        margin-bottom: 10px;
    }
    .ContactDetail{
        width: 100%;
    }
}