body, body p{
    color: #333;
}
h2{
    color: #333;
}
.indexHeader{
    border-bottom: 1px solid #f4d180;
    margin-top: 4vw;
}
.indexHeader .headerMenu{
    justify-content: left;
    padding: 0 10.3vw;
}
.bookNowButton{
    padding: .7vw 1.7vw;
    color: #fff;
    line-height: 0.625vw;
    text-transform: uppercase;
    letter-spacing: 0.042vw;
    font-weight: 300;
    font-size: 0.729vw;
    font-family: 'TTChocolates';
    background-color: #666;
    position: absolute;
    right: 10.9vw;
    transition: background-color 200ms;
    cursor: pointer;
}
.bookNowButton:hover{
    background-color: #4d4d4d;
}
.hotelName{
    position: absolute;
    z-index: 99;
    font-size: 4.167vw;
    top: 6vw;
    /*left: 10.9vw;*/
    color: #fff;
    display: flex;
    font-family: 'TTChocolates';
    letter-spacing: 0.050em;
    font-weight: 300;
    width: 100%;
    justify-content: center;
}
.hotelName span {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}
.widgets{
    position: absolute;
    opacity: .9;
    right: 10.9vw;
    top: 35vw;
    z-index: 99;
    color: #fff;
    font-family: 'TTChocolates';
    text-transform: uppercase;
    letter-spacing: 0.050em;
    font-weight: 300;
    display: flex;
}
.widgets .value{
    font-size: 2.5vw;
    font-size: 2vw;
}
.localTime, .weather{
    display: flex;
    flex-direction: column;
}
.localTime{
    margin-right: 3vw;
}
.widgets .wtitle{
    font-size: 1vw;
    text-align: right;
    margin-bottom: .7vw;
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}
.szurkeSav{
    margin-top: 0;
    border-bottom: 1px solid #f4d180;
    background-color: #333;
    color: #f4d180;
}
.szurkeSav p{
    color: #f4d180;
}
.szurkeSav h2{
    color: #f4d180 !important;
}
.szurkeSav p{
    /*text-transform: uppercase;*/
}
.haromClaim{
    width: 100%;
    padding: 0 1.042vw;
    display: flex;
}
.haromClaim a{
    position: relative;
    padding-bottom: 2.292vw;
    border-bottom: 1px solid #c5c5c5;
    margin: 1.042vw 1.042vw 2.083vw;
    max-width: 33%;
    width: 33%;
}
.haromClaim a img{
    max-width: 100%;
}

.haromClaim2{
    width: 100%;
    /*padding: 0 1.042vw;*/
    display: flex;
    border-bottom: 1px solid #f4d180;
}
.haromClaim2 > div{
    position: relative;
    /*margin: 1.042vw 1.042vw 2.083vw;*/
    max-width: 33.3333%;
    width: 33.3333%;
    position: relative;
    overflow: hidden;
    border-left: 1px solid #f4d180;
    border-top: 1px solid #f4d180;
    cursor: default;
}
.haromClaim2 > div:first-of-type {
    border-left: 0;
}
.haromClaim2 > div img{
    /*max-width: 100%;*/
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.haromClaim2 h3{
    position: absolute;
    top: 80%;
    left: 50%;
    color: #fff;
    color: #f4d180;
    transform: translate(-50%, 0%);
    transition: top 450ms;
    font-size: 1.6vw;
    width: 100%;
    text-align: center;
    z-index: 3;
    font-family: 'TTChocolates';
    text-transform: uppercase;
}
.haromClaim2 .p{
    position: absolute;
    transition: transform 550ms;
    color: #fff;
    color: #f4d180;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    padding-bottom: 2vw;
    z-index: 2;
    /*text-transform: uppercase;*/
    text-transform: none;
}
.haromClaim2 p, .haromClaim2 p *{
    font-family: 'TTChocolates' !important;
    font-size: 1vw;
    color: #f4d180 !important;
}
.haromClaim2 p a{
    color: #f4d180;
    text-decoration: underline;
}
.haromClaim2 > div .sotetites{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0.2;
    transition: opacity 550ms;
    z-index: 1;
}
.haromClaim2 > div:hover h3{
    top: 25%;
}
.haromClaim2 > div:hover .p{
    transform: translate(-50%, -100%);
}
.haromClaim2 > div:hover .sotetites{
    opacity: .8;
}
.haromClaim2, .haromClaim2 > div, .haromClaim2 > div img{
    height: 24.063vw;
}

footer section .classy.tt.white.rules{
    margin-top: 0;
    margin-bottom: 1.042vw;
}
footer section.poo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    min-width: 62vw;
    width: 100%;
}
footer section.poo .classy.tt.white{
    margin-top: 0;
}
footer section .classy.tt.white{
    margin: 0;
    width: 30%;
}
footer section.social{
    min-width: 100%;
    margin-bottom: 1.5vw;
}
#roomMap{
    /*height: 30vw;*/
    width: 50%;
}
.gm-style-iw h3{
    font-size: .9vw;
}
.gm-style-iw a{
    color: #4d4d4d;
    font-family: 'Adobe Garamond W08', sans-serif;
    font-size: .9vw;
}
.swc{
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
    border-bottom: 1px solid #f4d180;
}
.swc img{
    display: block;
}
.swc h2{
    color: #fff;
    position: absolute;
    z-index: 9;
    background-color: rgba(0,0,0,.7);
    padding: 1vw 1.5vw;
}
.swc .visit{
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0,0,0,.7);*/
    color: #fff;
    font-size: 1vw;
    padding: 1vw 1.5vw;
    text-transform: uppercase;
}
.swc .visit i{
    margin-right: .5vw;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
}
.contactAndMap{
    display: flex;
}
.contactAndMap .contactPart{
    width: 50%;
    background-color: #fff;
    padding: 2vw 10vw 2vw 10vw;
    color: #333;
    border-right: 1px solid #f4d180;
}
.contactAndMap .contactPart h2{
    color: #333;
}
.contactPart a.classy.tt.white{
    color: #333;
    float: none;
    display: inline-block;
    margin-right: .8vw;
}
.haromClaimCim{
    margin-top: 1vw;
}
.newMenu{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    flex-direction: column;
    /*padding-top: .6vw;*/
    position: relative;
    z-index: 99994 !important;
    border-bottom: 1px solid #f4d180;
    position: fixed;
    top: 0;
    width: 100%;
}
.h1Header{
    background-color: #242424;
    color: #fff;
    text-align: center;
    display: block;
}
.h1Header h1{
    font-size: 0.729vw;
    line-height: 1.6vw;
}
.headerNavMainMenu{
    justify-content: center;
    min-width: 32.813vw;
}
.newMenu .headerNavMainMenu a{
    padding: 0 0.521vw;
    color: #f4d180;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.042vw;
    font-weight: 300;
    font-size: 0.729vw;
    font-family: 'TTChocolates';
}
.newMenu .headerNavMainMenu li:not(:last-child) {
    border-right: 0.052vw solid #f4d180;
}
.newMenu .hotelGombok{
    padding: 1.042vw 0;
    /*padding-bottom: .6vw;*/
}
.newMenu .hotelGombok .active {
    color: #333;
    background-color: #f4d180;
}
.newMenu .hotelGombok a{
    display: inline-block;
    padding: 0.5vw 1vw;
    border: 1px solid #f4d180;
    color: #f4d180;
    font-weight: bold;
    font-size: 0.729vw;
    font-family: 'TTChocolates';
    text-transform: uppercase;
    letter-spacing: 0.042vw;
    transition: color 200ms, background-color 200ms;
}
.newMenu .hotelGombok a:not(:first-of-type){
    margin-left: 0.521vw;
}
.newMenu .hotelGombok a:hover,
.newReveal:hover{
    background-color: #f4d180;
    color: #333;
}
nav.langs {
    top: 1.7vw;
    top: 1.2vw;
}
.newMenu a.booking, .footerBooking a{
    /*padding: 0.5vw 1.5vw;*/
    padding: 0 1.5vw;
    line-height: 2vw;
    font-weight: bold;
    font-size: 0.833vw;
    font-family: 'TTChocolates';
    text-transform: uppercase;
    border: 1px solid #f4d180;
    background-color: #f4d180;
    color: #333;
    letter-spacing: 0.042vw;
    height: calc(100% - 1.4vw);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.1vw;
    
    margin-top: 0;
    padding: 0.5vw 1vw;
    font-size: 0.729vw;
    line-height: normal;
}
.footerBooking{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
}
.newMenu .bookingContainer{
    position: absolute;
    right: 11vw;
    top: 50%;
    transform: translate(0, -50%);
}
.newMenuPlaceholder{
    height: 5.625vw;
    display: none;
}
body.wel .newMenuPlaceholder{
    display: block;
}
body.wel .newMenu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.swc h2{
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vw;
}
.swc .visit{
    top: 60%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
}
.swc img{
    width: 100%;
    /*height: 25.677vw;*/
}
.szovegek {
    position: absolute;
    bottom: 0;
    left: 10vw;
    z-index: 99;
    width: 80vw;
}
.szovegek h2, .szovegek h3{
    font-family: 'TTChocolates';
    letter-spacing: 0.050em;
    font-weight: 300;
    color: #fff;
}
.szovegek h2{
    font-size: 2vw;
}
.szovegek h3{
    font-size: 1.5vw;
}
.szovegek .felette{
    border-bottom: 1px solid rgba(255,255,255,.9);
}
.hotelName{
    left: 50%;
    transform: translate(-50%, 0);
    top: 13vw;
}
.widgets{
    top: auto;
    bottom: 2vw;
    right: 10vw;
    color: #fff;
}
.widgets p{
    color: #fff;
}
.widgets{
    bottom: 8.5vw;
}
.widgets .wtitle{
    display: none;
}
.szovegek .fix{
    margin-bottom: 10vw;
    text-align: center;
    height: 5vw;
}
.szovegek .felette{
    padding-bottom: 1vw;
}
.szovegek .alatta{
    padding-bottom: 4vw;
    padding-top: 1vw;
}
section.text.center h2:not(.tt), .haromClaimCim, .contactAndMap .contactPart h2{
    font-family: 'TTChocolates';
}
section.text.center{
    max-width: 90vw;
    text-align: center;
}
.contactPart .classy.tt{
    margin-top: .5vw;
    margin-bottom: 1vw;
}
.contactPart .flex{
    display: flex;
    justify-content: space-between
}
.whatWeBelieve{
    text-align: center;
    position: relative;
    /*margin-top: 1vw;*/
    display: block;
}
.whatWeBelieve img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 25.729vw;
}
.whatWeBelieve h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-family: 'TTChocolates';
}
.html5video video{
    border-bottom: 1px solid #f4d180;
}
.html5video, .html5video video{
    width: 100%;
}
footer section .classy.tt.white.rules{
    margin-bottom: 0;
}
.newMenu .zsidaiLogo3{
    position: absolute;
    z-index: 99;
    left: 11vw;
    top: 50%;
    transform: translate(0, -50%);
    color: #f4d180;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 0.729vw;
    font-family: 'TTChocolates';
}
.newMenu .zsidaiLogo3 svg{
    fill: #f4d180;
    width: 2vw;
    height: 2vw;
    margin-bottom: .3vw;
}
.szovegek .alatta{
    display: flex;
    justify-content: space-between;
}
.alatta .checkAvail{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5vw;
    line-height: 2.5vw;
    font-weight: normal;
    font-size: 0.833vw;
    font-family: 'TTChocolates';
    text-transform: uppercase;
    /*border: 1px solid #fff;*/
    color: #333;
    letter-spacing: 0.042vw;
    transition: color 200ms, background-color 200ms;
    font-size: 2vw;
    
    background-color: #f4d180;
    font-weight: bold;
    font-size: 0.833vw;
    font-family: 'TTChocolates';
}
.alatta .checkAvail:hover{
    background-color: #fff;
    color: #333;
}
.haromClaim h3{
    transform: translate(0, -100%);
    padding-left: 1vw;
    color: #fff;
    font-size: 1.6vw;
}
body, p, p *{
    font-family: 'TTChocolates';
}
.haromClaim p{
    margin-top: -3vw;
    font-family: 'TTChocolates';
}
.haromClaim a{
    padding-bottom: 0;
    border-bottom: 0;
}
.swc h2{
    font-family: 'TTChocolates';
    background-color: initial;
}
.swc h2, .swc .visit{
    position: initial;
    top: initial;
    left: initial;
    transform: none;
}
.swc .h2AndVisitContainer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9;
    min-width: 80%;
}
.swc .sotetites{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,.5);
    z-index: 2;
}
.scrollIcons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
}
.scrollIcons a{
    margin-left: 2vw;
}
.scrollIcons img{
    height: 2vw;
    cursor: pointer;
}
.scrollIcons img.yt{
    height: 1.7vw;
}
.scrollIcons img.us{
    height: 1.5vw;
}
.scrollIcons img.inf{
    height: 1.7vw;
}
.idezet{
    font-size: 0.938vw;
    line-height: 1.667vw;
    letter-spacing: 0.020em;
    padding-bottom: 1vw;
}
.contactAndMap .contactPart h2{
    text-transform: uppercase;
}
.idezet .slick-dots li.slick-active button:before{
    color: white;
}
.text.center.partner img{
    max-height: 5vw;
    margin-right: 2.5vw;
}
footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 3vw;
    border-top: 1px solid #f4d180;
    background-color: #333;
    color: #f4d180;
}
footer section{
    margin: initial;
}
.social{
    padding-bottom: 0;
    border-bottom: 0;
}
.footerExpedient{
    width: 100%;
}
footer .union{
    /*border-left: 1px solid #f4d180;
    padding-left: 3vw;
    margin-left: 2vw;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 62vw;
}
#toTop, #mobileCTA{
    cursor: pointer;
    display: none;
    text-align: center;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99999999;
    line-height: 60px;
    font-size: 1.2vw;
    color: #f4d180;
    border: 1px solid #f4d180;
}
#mobileCTA{
    right: auto;
    left: 30px;
}
.floatingProposal h4.reveal{
    overflow: hidden;
    height: 2vw;
}
.floatingProposal:hover h4.reveal{
    animation: revealRotate 300ms forwards;
}
.floatingProposal h4.secretcode{
    color: #f4d180;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.050em;
    line-height: normal;
    padding: 0;
    text-align: center;
    transition: transform 600ms;
    transform: rotateY(90deg);
    height: 0;
    overflow: hidden;
    /*display: none;*/
}
.floatingProposal:hover h4.secretcode{
    animation: secretRotate 300ms forwards;
    animation-delay: 300ms;
}
/**/
.newReveal{
    margin-top: 5px;
    border: 1px solid #f4d180;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    height: 2vw;
    padding: 0 1vw;
    transition: background-color 300ms;
}
.newReveal h4{
    color: #f4d180;
    font-weight: bold;
    font-size: 0.729vw;
    font-family: 'TTChocolates';
    text-transform: uppercase;
    letter-spacing: 0.042vw;
    padding: 0;
    transition: color 300ms;
}
.newReveal:hover h4{
    color: #333;
}
/**/
/*@keyframes revealRotate{
    0% {transform: rotateY(0deg); height: 2vw;}
    99% {transform: rotateY(90deg); height: 2vw;}
    99.99% {transform: rotateY(90deg); height: 2vw;}
    100% { transform: rotateY(90deg); height: 0px; }
}
@keyframes secretRotate{
    0% {transform: rotateY(90deg); height: 2vw;}
    100% {transform: rotateY(0deg);  height: 2vw; }
}*/
.newMenu i.fa-bars{
    display: none;
}
.newMenu .hotelGombok{
    display: flex;
    justify-content: space-between;
    padding-left: 0.521vw;
    padding-right: 0.521vw;
    /*padding-bottom: .8vw;*/
}
.swiper-button-next, .swiper-button-prev{
    z-index: 9999 !important;
}
#guestReviews{
    text-transform: uppercase;
    border-top: 1px solid #f4d180;
}
footer section.social a svg{
    fill: #f4d180;
}
footer section .classy.tt.white{
    color: #f4d180;
    border-color: #f4d180;
}
.footerExpedient a{
    color: #f4d180;
}
.floatingProposal{
    top: auto;
    bottom: 10%;
}
p{
    letter-spacing: 0.04em;
}
.roomMap{
    width: 55%;
}
.roomMap img{
    width: auto;
    min-width: 100%;
}
.floatingProposal{
    transition: background-color 300ms, color 300ms, border-color 300ms;
}
.floatingProposal:hover{
    color: #333;
    background-color: #f4d180;
    border-color: #333;
}
.floatingProposal h4, .floatingProposal svg{
    transition: color 300ms, fill 300ms;
}
.floatingProposal:hover h4{
    color: #333 !important;
}

.floatingProposal:hover svg{
    fill: #333;
}
body, html{
    overflow-x: hidden;
}
footer section{
    max-width: 33vw;
}
.szurkeSav .idezet .slick-slide{
    display: flex;
}
.idezet .cim2{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 2vw;
}
.idezet .szoveg{
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    text-transform: none;
}
.idezet .slick-track{
    display: flex;
    justify-content: center;
    align-items: center;
}
.idezet h3{
    font-family: 'TTChocolates';
    font-size: 2vw;
    color: #fff;
    color: #f4d180;
}
.idezet .slick-next, .idezet .slick-prev{
    width: 27px;
    height: 44px;
    transform: translate(0, -150%);
}
#guestReviews section.text.center{
    overflow: visible;
}
.idezet .slick-next:before{
    width: 27px;
    height: 44px;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23F4D180'%2F%3E%3C%2Fsvg%3E") !important;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.idezet .slick-prev:before{
    width: 27px;
    height: 44px;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23F4D180'%2F%3E%3C%2Fsvg%3E") !important;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.idezet .slick-prev, .idezet .slick-next{
    filter: none;
}
.idezet .slick-prev{
    left: -4vw;
}
.idezet .slick-next{
    right: -4vw;
}
nav.langs a{
    color: #f4d180;
}
nav.langs a.selected{
    border-color: #f4d180;
}
.haromClaim2 .fa-plus{
    display: none;
}
.mobileReveal{
    display: none;
}
.feherDivP{
    text-align:center;
    /*text-transform: uppercase;*/
}
.mainMenu{
    display: none;
}
.newMenu.open .mainMenu{
    display: initial;
}
/*.newMenu.open .hotelMenu{
    display:none;
}*/
footer .classy.tt{
    transition: background-color 300ms, color 300ms;
}
footer .classy.tt:hover{
    opacity: 1;
    background-color: #f4d180;
    color: #333 !important;
}
.svgIkonok{
    display: flex;
    justify-content: center;
    padding: 1vw 0;
    background-color: #333;
    
}
.svgIkonok > div{
    margin-right: 40px;
    margin-right: 2.083vw;
    position: relative;
}
.tooltipText {
  visibility: hidden;
  width: 150px;
  background-color: #f4d180;
  color: #333;
  text-align: center;
  border-radius: 6px;
  padding: .3vw 0;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
  transform: translate(-50%, 0);
}
.svgIkonok > div .tooltipText::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #f4d180 transparent transparent transparent;
}
.svgIkonok > div:hover .tooltipText {
  visibility: visible;
}
.svgIkonok svg{
    /*height: 40px;
    fill: #333333;*/
    height: 60px;
    height: 3.125vw;
    fill: #f4d180;
    /*background-color: #ede9e0;*/
    padding: 10px;
    padding: 0.521vw;
    border-radius: 3px;
    transition: background-color 300ms, fill 300ms;
}
.svgIkonok svg:hover{
    background-color: #333333;
    fill: #f4d180;
}
.svgIkonok svg:last-of-type{
    margin-right: 0;
}
#ourHotels h1{
    font-size: 1vw;
    line-height: 1.667vw;
    letter-spacing: 0.04em;
    width: 39.6vw;
    text-align: center;
    margin: 0 auto;
}
.pierrotMenu{
    position: fixed;
    left: 0;
    top: 0;
    /*height: 100%;*/
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1vw;
    z-index: 999;
}
.newMenu .pierrotMenu i.fa-bars{
    display: initial;
    color: #f4d180;
    cursor: pointer;
    font-size: 1vw;
    padding: .5vw;
    border: 1px solid #f4d180;
    margin-top: 1.5vw;
    margin-top: 1vw;
    z-index: 9999;
}
.pierrotMenu .sideMenu{
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333;
    border-right: 1px solid #f4d180;
    margin-left: -20vw;
    width: 20vw;
    transition: margin-left 300ms;
}
.pierrotMenu.open .sideMenu{
    margin-left: 0;
}
.sideMenu .headerNavMainMenu{
    flex-direction: column;
    min-width: inherit;
    margin-top: 5.4vw;
}
.newMenu .sideMenu .headerNavMainMenu li{
    border-right: 0;
    margin-bottom: .5vw;
}
.secretDealButton{
    display: none;
}
.duplaSocial{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 1.5vw;
    width: 100%;
}
.duplaSocial .social{
    min-width: auto;
    flex: 0;
    padding: 0;
    margin-bottom: 0;
}
.duplaSocial .titleContainer{
    display: flex;
    flex-direction: column;
}
.duplaSocial .titleContainer h4{
    color: #f4d180;
}
.legordulo{
    display: none;
}
#openSecret, #bookSecret{
    padding: 0.625vw 1.250vw;
    margin-top: 2.083vw;
    font-size: 0.938vw;
    line-height: 1.042vw;
    color: #f4d180;
    border: 1px solid #f4d180;
    margin-top: 1vw;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}
#bookSecret{
    margin-left: 1vw;
}
.alatta .datepicker{
    margin: 0 10px 0 0;
    color: #333;
    background-color: rgba(255, 255, 255, .9);
    font-weight: bold;
    font-size: 0.833vw;
    border: 0;
    font-family: 'TTChocolates';
    cursor: pointer;
    padding: 0 0 0 1vw;
}
.catBoxes .haromClaim2{
    flex-wrap: wrap;
    height: auto;
    border-bottom: 0;
}
.catBoxes .haromClaim2 > div{
    width: calc(100% / 3);
    box-sizing: border-box;
}
.newMenu .menus{
    display: none;
}
#secretdealSav{
    border-top: 1px solid #f4d180;
}
.hotelGombok .booking{
    position: absolute;
    line-height: normal !important;
    height: auto !important;
    right: 11vw;
}
.alatta label{
    display: none;
}
.newsListPage .categoryDesc{
    max-width: 52.083vw;
    display: block;
    margin: 0 auto;
}
.categoryDesc h2 , .categoryDesc h3{
    color: #4d4d4d;
    font-family: 'Adobe Garamond W08', sans-serif;
    margin-top: 1.3020833333333335vw;
    margin-bottom: 0.78125vw;
} 
.categoryDesc h2{
    font-size: 3vw;
}
.categoryDesc h3 {
    font-size: 2vw;
}
.categoryDesc p{
    font-size: 1vw;
    line-height: 1.667vw;
    letter-spacing: 0.020em;
}
#ourHotels section h1{
    font-family: 'TTChocolates';
    font-size: 2.5vw;
    line-height: normal;
    text-align: center;
    color: #f4d180;
    width: auto;
    text-transform: uppercase;
}
#ourHotels section h2{
    font-size: 1vw;
    line-height: 1.667vw;
    letter-spacing: 0.04em;
    width: 39.6vw;
    width: 58vw;
    text-align: center;
    margin: 0 auto;
}
.bottomSticky{
    background-color: #333;
    z-index: 99994 !important;
    border-top: 1px solid #f4d180;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}
.bottomSticky a {
    padding: 2vw 4vw;
    margin-bottom: 2vw;
    font-size: 3vw;
    font-family: 'TTChocolates';
    text-transform: uppercase;
    border: 1px solid #f4d180;
    background-color: #f4d180;
    color: #333;
    letter-spacing: 0.042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-top: 2vw;
}
.bottomSticky .toOffers{
    margin-right: 5px;
}
.newHotelLogo{
    height: 3.3vw;
}
.hotelek .subPageHeader.picture{
    margin-top: 4.124vw;
    font-family: 'TTChocolates';
}
.hotelek .nodeAdminMenu{
    margin-top: 5vw !important;
}
.hotelek .orderButton{
    background-color: #f4d180;
    color: #333;
}
.hotelek .subPageHeader.picture h1,
.hotelek .kapcsolodo .focim{
    text-transform: uppercase;
}
.hotelek .subPageHeader.picture h1,
.hotelek .subPageHeader.picture p,
.hotelek .newsContainer .newsBox h2 a,
.hotelek .newsListPage .item .itemDesc,
.hotelek .kapcsolodo .focim{
    font-family: 'TTChocolates';
}
.newMenu .hotelGombok .toOffers{
    border: 1px solid #f4d180;
    background-color: #f4d180;
    color: #333;
}
.newsCenterCol h3:first-child, .newsCenterCol h2:first-child{
    padding-top: 0;
}
.direct_booking{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}
@media only screen and (max-width: 1450px){
    .svgIkonok > div{
        margin-right: 2.928vw;
    }
    .svgIkonok svg{
        height: 4.392vw;
        padding: 0.732vw;
    }
    .newMenu .headerNavMainMenu a, .newMenu .zsidaiLogo3, .newMenu .hotelGombok a{
        font-size: 1.025vw;
    }
    .newMenu .headerNavMainMenu a{
        line-height: normal;
        padding: 0 0.732vw;
    }
    .newMenu .zsidaiLogo3 svg{
        width: 2.7vw;
        height: 2.7vw;
    }
    .newMenu a.booking, .newReveal h4{
        font-size: 1.025vw;
    }
    section.text.center h2:not(.tt), h2:not(.tt){
        font-size: 3.214vw;
    }
    #ourHotels section h1{
        font-size: 3.214vw;
    }
    #ourHotels section h2{
        font-size: 1.318vw;
        line-height: 2.343vw;
    }
    .szovegek h2{
        font-size: 2.5vw;
    }
    .swc .visit{
        font-size: 1.4vw;
    }
    .szovegek .fix{
        margin-bottom: 14vw;
    }
    .haromClaim2 h3{
        font-size: 2vw;
    }
    .haromClaim2, .haromClaim2 > div, .haromClaim2 > div img{
        height: 30vw;
    }
    .haromClaim2 > div:hover h3{
        top: 15%;
    }
    .haromClaim2 p, .haromClaim2 p *{
        /*font-size: 1.1vw;*/
        font-size: 1.318vw;
        line-height: 2.343vw;
    }
    .contactAndMap .contactPart{
        padding: 2vw 4vw 2vw 4vw;
    }
    .idezet .szoveg{
        font-size: 1.318vw;
        line-height: 2.343vw;
    }
    /*.newMenu .zsidaiLogo3{
        left: 7vw;
    }
    .newMenu a.booking{
        right: 7vw;
    }*/
    .newMenu .bookingContainer{
        right: 8vw;
    }
    .headerNavMainMenu {
        min-width: 44.583vw;
    }
    .newMenu .pierrotMenu i.fa-bars{
        margin-top: 1.2vw;
    }
    #ourHotels h1{
        font-size: 1.318vw;
        line-height: 2.343vw;
        width: 80%;
    }
    footer section.social a {
        width: 2.292vw;
        height: 2.292vw;
        margin: 0.104vw;
    }
    .alatta .checkAvail, .alatta .datepicker,
    .feherSav .checkAvail, .feherSav form input.datepicker{
        font-size: 1.025vw;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 1100px){
    .direct_booking img{
        height: 80px;
    }
}
@media screen and (max-width: 780px){
    .direct_booking img{
        height: 60px;
    }
}
@media screen and (max-width: 730px){
    p {
        font-size: 4vw;
        line-height: 7.729vw;
        letter-spacing: 0.020em;
    }
    .hotelName{
        font-size: 11vw;
        width: 100%;
        left: 0;
        text-align: center;
        display: initial;
        top: 40vw;
        transform: none;
    }
    .widgets{
        bottom: initial;
        right: initial;
        /*top: 65vh;*/
        top: 115vw;
        left: 0;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .widgets .wtitle{
        font-size: 4vw;
    }
    .widgets .value{
        font-size: 7vw;
        text-align: right;
    }
    .haromClaim{
        flex-direction: column;
    }
    .haromClaim a{
        max-width: 100%;
    }
    .haromClaim a img{
        max-width: 100%;
    }
    .contactAndMap{
        flex-direction: column;
    }
    .contactAndMap .contactPart, #roomMap{
        width: 100%;
    }
    .contactAndMap .contactPart{
        padding: 10vw;
    }
    #roomMap{
        height: 70vh;
    }
    .swc img{
        max-width: 300%;
    }
    .bookNowButton{
        position: static;
        font-size: 4vw;
        padding: 3.246vw 7.884vw;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
    .swc .visit{
        font-size: 4vw;
        padding: 3vw 4.5vw;
    }
    .newMenu .headerNavMainMenu a, .newMenu .zsidaiLogo3, .newMenu .hotelGombok a{
        font-size: 4vw;
    }
    .newMenu{
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: flex-start;
        align-items: center;
        height: 12vw;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .newMenu i.fa-bars{
        display: block;
        height: 12vw;
        line-height: 12vw;
        text-align: center;
        /* width: 100%; */
        font-size: 4vw;
        color: #f4d180;
        position: absolute;
        right: 5vw;
        top: 0;
    }
    .newMenu .zsidaiLogo3{
        position: static;
        width: 100%;
        top: initial;
        left: initial;
        transform: none;
        height: 15vw;
        padding-bottom: 4vw;
    }
    .newMenu a.booking{
        transform: none;
    }
    .newMenu .hotelGombok{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .newMenu a.booking{
        position: initial;
        height: auto;
        font-size: 3vw;
        padding: 2vw 4vw;
        line-height: normal;
        position: absolute;
        top: 1.8vw;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .headerNavMainMenu {
        display: flex;
        flex-direction: column;
    }
    .newMenu .headerNavMainMenu li:not(:last-child){
        border-right: 0;
        padding-bottom: 2vw;
    }
    .mobileMenuContainer{
        display: none !important;
    }
    .newMenu.open{
        height: auto;
        padding-bottom: 4vw;
    }
    .newMenu .zsidaiLogo3 svg {
        width: 6vw;
        height: 6vw;
    }
    .newMenu .hotelGombok a{
        padding: 2vw 4vw;
        margin-bottom: 2vw;
        font-size: 3vw;
    }
    .newMenu .hotelGombok{
        padding: 4vw 0;
    }
    .szovegek h2{
        font-size: 5vw !important;
    }
    .szovegek .fix {
        /*margin-bottom: 80vw;*/
        position: absolute;
        /*bottom: 43vh;*/
        bottom: 75vw;
    }
    .szovegek .fix h2{
        font-size: 5vw;
    }
    .szovegek h3{
        font-size: 4vw;
    }
    .alatta form{
        position: absolute;
        flex-direction: column;
        width: 100%;
        bottom: 30vw;
    }
    .alatta form input.datepicker{
        font-size: 4vw;
        line-height: 9vw;
        margin: 0 0 2vw 0;
        text-align: center;
    }
    .alatta .checkAvail{
        font-size: 4vw !important;
        /*position: absolute;
        bottom: 30vw;*/
        width: 100%;
        line-height: 9vw;
        background-color: #f4d180;
        color: #333;
    }
    section.text.center h2:not(.tt) {
        font-size: 7.619vw;
    }
    #ourHotels.section h1{
        font-size: 7.619vw;
    }
    .scrollIcons{
        margin-top: 5vw;
    }
    .scrollIcons a{
        margin-left: 5vw;
    }
    .scrollIcons a:first-of-type{
        margin-left: 0;
    }
    .scrollIcons img{
        height: 7vw;
    }
    .scrollIcons img.yt{
        height: 6vw;
    }
    .scrollIcons img.us{
        height: 5vw;
    }
    .scrollIcons img.inf{
        height: 6vw;
    }
    .haromClaim2{
        height: auto;
        flex-direction: column;
    }
    .haromClaim2 > div{
        max-width: none;
        width: 100%;
        border-left: 0;
    }
    .haromClaim2, .haromClaim2 > div, .haromClaim2 > div img{
        height: auto;
    }
    .haromClaim2 h3{
        font-size: 7vw;
    }
    .haromClaim2 p, .haromClaim2 p *{
        font-size: 4vw;
        line-height: normal;
    }
    .contactPart .flex{
        flex-direction: column;
    }
    h2:not(.tt) {
        font-size: 7.619vw;
    }
    .swc{
        height: 40vh;
    }
    .swc img {
        height: 100%;
        min-width: 100%;
        object-fit: cover;
    }
    .swc .h2AndVisitContainer{
        width: 75%;
        text-align: center;
    }
    .szurkeSav .idezet .slick-slide{
        flex-direction: column;
    }
    .idezet h3{
        font-size: 6vw;
        margin-bottom: 4vw;
    }
    .szurkeSav .idezet .szoveg{
        font-size: 4vw;
        line-height: initial;
    }
    .idezet .szoveg{
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    footer{
        flex-direction: column;
    }
    #toTop, #mobileCTA{
        font-size: 5vw;
    }
    footer section{
        max-width: none;
    }
    .haromClaimCim{
        margin-top: 6vw;
    }
    .contactPart .classy.tt.white{
        margin-bottom: 2vw;
    }
    .text.center.partner img {
        max-height: 15vw;
        margin-right: 6vw;
        margin-bottom: 5vw;
    }
    footer section, footer .social{
        max-width: none;
    }
    footer .union{
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .roomMap{
        height: 60vh
    }
    .roomMap img{
        margin-left: -20%;
    }
    .idezet .slick-next:before, .idezet .slick-prev:before, .swiper-button-next, .swiper-button-prev{
        background-size: 16px auto !important;
    }
    .contactAndMap .contactPart{
        border-right: 0;
    }
    .newMenu .zsidaiLogo3{
        top: 0;
        position: absolute;
        left: 5vw;
        width: auto;
    }
    .newMenu .zsidaiLogo3 span{
        display: none;
    }
    nav.langs{
        z-index: 99993;
        top: 15vw;
        position: absolute;
    }
    .newMenu > div{
        margin-top: 14vw;
    }
    .floatingProposal{
        display: none !important;
    }
    footer section h1{
        font-size: 7.5vw;
        line-height: 9vw;
        padding-bottom: 2.5vw;
    }
    .idezet .slick-track{
        display: block;
    }
    .haromClaim2 > div:hover .p{
        transform: none;
    }
    .haromClaim2 > div h3{
        top: 72vw;
        top: 49vw;
    }
    .haromClaim2 > div:hover h3 {
        top: 82vw;
        top: 59vw;
    }
    .haromClaim2 > div .sotetites{
        height: 73vw;
        opacity: 0.3;
    }
    .haromClaim2 .p{
        position: static;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5vw;
    }
    .haromClaim2 > div{
        height: 73vw;
        transition: height 400ms;
        background-color: #333;
    }
    .haromClaim2 > div:hover{
        height: 180vw;
        height: 150vw;
    }
    .haromClaim2 > div img{
        /*height: 100vw;*/
        width: 100vw;
    }
    .haromClaim2 .fa-plus{
        display: block;
        position: absolute;
        top: 85vw;
        top: 62vw;
        left: 50%;
        transform: translate(-50%,0);
        color: #f4d180;
        padding: 2vw;
        border: 1px solid;
        opacity: 1;
        transition: opacity 400ms;
        z-index: 9;
    }
    .haromClaim2 > div:hover .fa-plus{
        opacity: 0;
    }
    .mobileReveal{
        display: block;
        background-color: #333;
        color: #f4d180;
        padding: 5vw 0;
        border-bottom: 1px solid #f4d180;
        transition: background-color 200ms;
    }
    .mobileReveal h2{
        font-family: 'TTChocolates';
        color: #f4d180;
        font-size: 5vw;
        text-align: center;
    }
    .mobileReveal h2.promocode{
        display: none;
        color: #333;
    }
    .indexHeader{
        height: 177vw !important;
    }
    .szovegek .fix{
        /*display: none;*/
    }
    #ourHotels section h1{
        font-size: 7.619vw;
    }
    #ourHotels section h2{
        font-size: 4vw;
        line-height: normal;
        width: auto;
    }
    .widgets, .widgets .value{
        font-size: 3.5vw;
    }
    .widgets{
        bottom: 2.5vw;
        right: -48vw;
        position: absolute;
        width: auto;
        top: initial;
    }
    .szovegek .alatta h3{
        font-size: 3.5vw;
    }
    .feherDivP{
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .menus{
        display: flex;
        flex-direction: column-reverse;
    }
    .newMenu.open .hotelMenu{
        display: initial;
        margin-bottom: 20px;
    }
    /*.bookingContainer{
        display: none;
    }*/
    
    .newMenu .bookingContainer{
        transform: none;
        right: 19vw;
        top: 2vw;
        transform: none;
        display: flex;
    }
    .newMenu .bookingContainer .booking, .footerBooking a{
        width: 36vw;
        position: static;
        left: 0;
        right: 0;
        top: 0;
        transform: none;
        padding: 2vw 3vw;
        font-size: 3vw;
    }
    .footerBooking{
        margin-top: 6vw;
        order: 1;
    }
    .footerBooking a{
        font-size: 4vw;
        width: auto;
        line-height: normal;
        padding: 2.899vw 5.797vw;
    }
    .newMenu .bookingContainer .newReveal{
        display: none;  
    }
    .secretDealButton{
        display: initial;
        padding: 2vw 3vw;
        font-size: 3vw;
        line-height: normal;
        color: #f4d180;
        border: 1px solid #f4d180;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: bold;
        margin-left: 3px;
    }
    footer .classy.tt{
        font-size: 4vw;
    }
    footer section.poo{
        flex-direction: column;
    }
    footer section.poo .classy.tt.white{
        margin-bottom: 10px;
    }
    .duplaSocial {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6vw;
        flex-direction: column;
    }
    footer section.social a {
        width: 10.628vw;
        height: 10.628vw;
        margin: 0.483vw;
    }
    footer section .classy.tt.white{
        width: auto;
    }
    h4{
        font-size: 4vw;
    }
    #openSecret, #bookSecret{
        padding: 2.899vw 5.797vw;
        font-size: 4vw;
    }
    .svgIkonok{
        flex-wrap: wrap;
    }
    .svgIkonok svg {
        height: 12vw;
        padding: 2vw;
    }
    .newMenu .menus{
        display: initial;
    }
    .ui-widget.ui-datepicker{
        font-size: 3.5vw;
    } 
    .newsListPage .categoryDesc{
        max-width: 100%;
        text-align: left;
    }
    .categoryDesc p, .categoryDesc ul {
        font-size: 4.348vw;
        line-height: 7.729vw;
        letter-spacing: 0.020em;
    }
    .categoryDesc h2{
        font-size: 7.619vw;
    }
    .categoryDesc h3{
        font-size: 5vw;
    }
    .subPageHeader.picture{
        margin-top: 11vw;
    }
    .newHotelLogo{
        height: 8vw;
    }
    .newMenu .hotelGombok {
        position: absolute;
        top: 0;
        flex-direction: row;
        left: 19vw;
        padding: 2.5vw 0;
    }
    .newMenu .hotelGombok a{
        padding: 1.5vw 3vw;
    }
    
    .newMenu .hotelGombok a {
		padding: 1.5vw 2vw;
		margin-right: 15px;
	}    
    .newMenu .hotelGombok a:not(:first-of-type) {
        margin-left: 1vw;
    }
}


@media screen and (max-width: 480px){
	.haromClaim2 > div h3 {
		top: 40vw;
	}
	footer {
		padding-bottom: 150px;
	}
	footer section.social a {
		margin: 10px 15px;
	}
	
	.newMenu .hotelGombok a:nth-child(2) {
		margin-right: 0;
	}
	.scrollIcons a:first-of-type,
	.scrollIcons a {
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
	}
	footer section.poo .classy.tt.white {
		margin-bottom: 20px;
	}
	
	.idezet .slick-next {
		right: -7vw;
	}
	.idezet .slick-prev {
		left: -7vw;
	}
	.idezet .slick-prev:before,
	.idezet .slick-next:before,
	.idezet .slick-next,
	.idezet .slick-prev {
		width: 48px;
		height: 48px;
	}
	.contactPart a.classy.tt.white {
		margin: 15px 0;
	}
	p.locSocial i {
		margin-right: 15vw;
		margin-top: 10px;
	}
	footer section.social a {
		width: 48px;
		height: 48px;
	}
	.toShow div {
		margin-bottom: 20px;
	}
	.bottomSticky .toOffers {
		margin-right: 30px;
	}
	.locSocial a {
		margin: 0 20px;
	}
	p.locSocial i {
		font-size: 24px;
	}
	.contactPart p a {
		margin: 15px 0;
		display: inline-block;
	}
}
