.newMenu .hotelGombok .active{
    color: #333;
    background-color: #f4d180;
    cursor: default;
}
.hotelGallery{
    display: flex;
    flex-wrap: wrap;
}
.swc{
    max-width: 50%;
    width: 50%;
    /*border-bottom: 0;*/
    box-sizing: border-box;
}
.swc.borderLeft{
    border-left: 1px solid #f4d180;
}
.swc .sotetites{
    transition: background-color 300ms;
}
.swc:hover .sotetites{
    background-color: rgba(0,0,0,.1);
}
.szobaLeirasok{
    width: 100%;
    background-color: #333;
    border-bottom: 1px solid #f4d180;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
}
.leirasInner{
    width: 100%;
    display: flex;
    padding: 2vw;
}
.egySzoba{
    width: 50%;
    padding: 0 2vw;
}
.egySzoba p{
    color: #f4d180;
    /*text-transform: uppercase;*/
}
.egySzoba:first-of-type{
    border-right: 1px solid #f4d180;
}
.italic{
    font-style: italic;
}
.showDescriptions{
    position: relative;
    width: 100%;
    height: 0;
}
.showDescriptions i, .showDescriptionsMobile i{
    display: block;
    position: absolute;
    color: #333;
    background-color: #f4d180;
    padding: .8vw;
    border: 1px solid #f4d180;
    opacity: 1;
    transition: opacity 400ms;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -150%);
    cursor: pointer;
}
.showDescriptionsMobile, .szobaLeirasokMobile{
    display: none;
}
.szobaLeirasok.open{
    height: auto;
}
p.locSocial{
    margin-top: 1vw;
    display:flex;
    justify-content: flex-start;
}
p.locSocial i{
    margin-right: 1vw;
}
.showDescriptions i.fa-plus:before, .showDescriptionsMobile i.fa-plus:before{
    content: 'More';
    font-weight: bold;
    font-size: 0.833vw;
    font-family: 'TTChocolates';
    text-transform: uppercase;
}
.showDescriptions i.fa-minus:before, .showDescriptionsMobile i.fa-minus:before{
    content: 'Close';
    font-weight: bold;
    font-size: 0.833vw;
    font-family: 'TTChocolates';
    text-transform: uppercase;
}
/*.h2AndVisitContainer a{
    display: block;
    color: #333;
    background-color: #f4d180;
    padding: .8vw;
    border: 1px solid #f4d180;
    opacity: 1;
    transition: opacity 400ms;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.833vw;
    font-family: 'TTChocolates';
    text-transform: uppercase;
}*/
.feherSav{
    display: none;
}
body.wel .feherSav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 1vw 11vw;
}
.feherSav h2{
    font-family: 'TTChocolates';
    font-size: 2vw;
    text-align: left;
}
.feherSav form {
    display: flex;
    height: 2vw;
}
.feherSav form label {
    display: none;
}
.feherSav form input.datepicker {
    margin: 0 10px 0 0;
    color: #333;
    background-color: rgba(255, 255, 255, .9);
    font-weight: bold;
    font-size: 0.833vw;
    font-family: 'TTChocolates';
    cursor: pointer;
    padding: 0 0 0 1vw;
}
.feherSav .checkAvail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5vw;
    line-height: 2vw;
    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';
}
@media only screen and (max-width: 1450px){
    .alatta .checkAvail, .alatta .datepicker,
    .feherSav .checkAvail, .feherSav form input.datepicker{
        font-size: 1.025vw;
        text-transform: uppercase;
    }
}
@media screen and (max-width:740px){
    .swc{
        max-width: 100%;
        width: 100%;
    }
    .swc.borderLeft{
        border-left: 0;
    }
    .showDescriptions i.fa-plus:before, .showDescriptionsMobile i.fa-plus:before,
    .showDescriptions i.fa-minus:before, .showDescriptionsMobile i.fa-minus:before{
        font-size: 3vw;
    }
    .szobaLeirasok, .showDescriptions{
        display: none;
    }
    .showDescriptionsMobile, .szobaLeirasokMobile{
        display: initial;
    }
    .showDescriptionsMobile{
        position: relative;
        width: 100%;
        height: 0;
    }
    .szobaLeirasokMobile{
        width: 100%;
        background-color: #333;
        border-bottom: 1px solid #f4d180;
        box-sizing: border-box;
        height: 0;
        overflow: hidden;
    }
    .szobaLeirasokMobile .egySzoba{
        width: 100%;
        border-right: 0;
        padding: 0;
    }
    .szobaLeirasokMobile .leirasInner{
        padding: 6vw;
    }
    .showDescriptionsMobile i{
       padding: 2vw; 
    }
    body.wel .feherSav{
        display: none;
    }
    p.locSocial i {
        margin-right: 6vw;
    }
}