body{
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    background-color: #EBDFD5;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
textArea{
    resize: none;
    border: none;
    border: solid 1px rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
} 
input{
    border: none;
    border: solid 1px rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.hidden_error{
    color:red;
    font-size: 12px;
    float:right;
}
.bold{
    font-weight: bold;
}
.none{
    display: none;
}
a{
    text-decoration: none;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
}
.pointer{
    cursor: pointer;
}
.cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.content{
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
}
/*Header*/
.menupontspan{
    position: relative;

}
.menu_pontinact{
    top: -100px;
    transition: all 2s ease 0s;
}
.menu_pontact{
    top:0;
    transition: all 2s ease 0s;
}
.header_container{
    width: 100%;
    height: 396px;    
}
.header_upper{
    width: 100%;
    height: 286px;
}
.header_lower{
    width: 100%;
    max-width: 1270px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    overflow-y: hidden;
}
.h_eves_logo{
    float: left;
    width: 15.74%;
    height: 193px;
    background-image: url("/images/30eves.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 50px;
}
.fo_logo{
    width: 46%;
    height: 243px;
    line-height: 243px;
    float: left;
    margin-left: 11%;
    margin-top: 45px;
    text-align: center;
}
.fo_logo img{
    max-width: 5%;
    max-height: 5%;
    //display: none;
    //transition: all 1s ease;    
}
.media_ikons{
    width: 18%;
    height: 60px;
    float: left;
    margin-left: 9%;
    margin-top: 135px;
}
.media_icon{
    width: 60px;
    height: 60px;
}
.media_icon img{
    max-height: 100%;
    max-width: 100%;
}
#googlep{
    float: left;
    background-image: url("/images/google.png");
    background-size: contain;
    background-repeat: no-repeat;
}
#facebook{
    float: left;
    margin-left: 10.4%;
    background-image: url("/images/facebook.png");
    background-size: contain;
    background-repeat: no-repeat;
}
#youtube{
    float: left;
    margin-left: 10.4%;
    background-image: url("/images/youtube.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.menu_fo{
    display: inline-block;
    //width: 10%;
    font-size: 27px;
    margin-left: 2%;
}
.menu_fo a{
    border-bottom: none;
    color: #000000;
    transition: all 0.2s;
}

.menu_fo a:hover{
    border-bottom: 3px solid #DE001D;
    color: #DE001D;
    transition: all 0.1s;

}
/*Slider*/
.slider_container{
    width: 100%;
    max-height: 542px;
    border-top: 4px solid black;
    border-bottom: 4px solid black;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.bubik{
    bottom: 0;
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
}

/*Fooldal*/
.fooldal{
    width: 100%;
    // margin-top: -50px;
    min-height: 100px;
}
.fooldal_container{
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 64px;
    margin: 50px auto 0;
    max-width: 1120px;
    padding-top: 50px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 100;
    position: relative;
}


.homeleftinactiv {
    left: -2500px;
    transition: all 1.2s ease 0s;
}
.homeleftactiv {
    left: 0px;
    transition: all 1.2s ease 0s;
}

.fooldal_olvas{
    font-size: 34px;
    font-weight: bold;
    margin-right: 2%;
    text-align: right;
    position: relative;
}
.fooldal_olvas a{
    color: white;
    position: relative;
}
.fooldal_spacer_title{
    width: 100%;
    height: 210px;
    //display: block;
    font-weight: bold;
}
.main_title{
    margin: 0 auto;
    max-width: 1270px;
    height: 105px;
    vertical-align: bottom;
    text-align: center;
    font-size: 50px;
    line-height: 105px;
}
.main_title2{
    margin: 0 auto;
    max-width: 1270px;
    height: 200px;
    vertical-align: bottom;
    text-align: center;
    font-size: 50px;
    line-height: 200px;
}
.eloadasok_secondary_title{
    margin: 0 auto;
    text-align: center;
    max-width: 1270px;
    width: 100%;
    line-height: 0px;
}
.secondary_title{
    font-size: 30px;
    height: 110px;
    line-height: 140px;
    margin: 0 auto;
    text-align: left;
    max-width: 1270px;
    width: 100%;
}
.secondary_title2{
    font-size: 30px;
    height: 110px;
    line-height: 140px;
    margin: 0 auto;
    text-align: center;
    width: 1270px;
}
.fooldal_kabare{
    height: 630px;
    width: 100%;
    background-image: url('/images/kep2_opaciti.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position:center;
    color: white;
}
.fooldal_kabare_belso{
    min-height: 630px;
    width: 100%;
    color: black;
}

.fooldal_szilveszteri_belso{
    min-height: 630px;
    width: 100%;
    color: black;
}
#fooldal_szilveszteri_tarto{
    max-width: 1180px;
    width: 100%;
    float: left;        
}
#fooldal_szilveszteri_tarto2{
    width: 80%;
    margin: 0 auto;
    //  float: left;        
}
#fooldal_kabare_tarto{
    max-width: 1180px;
    width: 100%;
    float: left;        
}
#fooldal_kabare_tarto2{
    max-width: 1180px;
    width: 95%;
    margin: 0 auto;
    // float: left;        
}
.fooldal_szilveszteri_gombok {
    float: right;
    height: 530px;
    max-width: 90px;
    position: absolute;
    right: 20px;
    width: 100%;
}
.gomb_fel{
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("/images/down139.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.gomb_le{
    width: 50px;
    height: 50px;
    background-image: url("/images/down139.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.kozepre{
    width: 100%;
    max-width: 1270px;
    height: 552px;
    margin: 0 auto;
    overflow-y: hidden;
    //padding-top: 50px;
}
.kozepre2{
    width: 95%;
    min-height: 100px;
    max-width: 1270px;
    margin: 0 auto;
}
.musor_fo{
    width: 100%;
    height: 174px;
    //border: 1px solid white;
    font-size: 28px;
    margin-top: 10px;
    position: relative;
}
.musor_fo2{
    width: 80%;
    height: 106px;
    //border: 1px solid white;
    font-size: 16px;
    margin: 10px auto;
}
.musor_gombok{
    width: 100%;
    height: 58px;
    margin-top: 30px;
}
.musor_cime{
    width: 70%;
    float: left;
    min-height: 38px;
}
.musor_gombok2{
    width: 30%;
    height: 38px;
    float: right;
    margin-top: 27px;
    //  margin-top: 10px;
}
.helyfoglalasinfo{
    border: 2px solid white;
    width: 331px;
    height: 42px;
    float: left;
    text-align: center;
    font-size:26px;
    line-height: 40px;
}
.helyfoglalasinfo2{
    border: 2px solid black;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 220px;
}
.tovabbireszletek{
    width: 372px;
    height: 46px;
    background-color: #D80000;
    float: right;
    text-align: center;
    font-size:26px;
    line-height: 48px;
}
.also_border{
    width: 70%;
    border-bottom: 2px solid white;
    height: 12px;
}
.also_border2{
    width: 100%;
    border-bottom: 2px solid black;
    height: 12px;
}
.spacer50{
    width: 100%;
    height: 50px;
}
.fooldal_szereplok{
    width: 90%;
    margin: 0 auto;
}
.fooldal_szereplo1_hatter{
    width: 372px;
    height: 390px;
    background-color: #D80000;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
    overflow-y: hidden;
}
.fooldal_szereplo1_keptarto{
    width: 245px;
    height: 354px;
    margin: 18px auto;
}
.keptarto_kep{
    width: 100%;
    height: 100%;
}
.keptarto_kep img{
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}
.keptarto_szoveg{
    width: 110%;
    height: 90%;
    overflow-y: hidden;
}
.keptarto_szoveg p{
    color: white;
}
.keptarto_szoveg_olvass{
    width: 110%;
    height: 10%;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
.spacer170{
    width: 100%;
    height: 100px;
}
.partnerek{
    width: 100%;
    margin: 0 auto;
    min-height: 100px;
}
.epartnerek{
    width: 50%;
    float: left;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}
.mpartnerek{
    width: 50%;
    float: left;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}
.epartnerek_cim, .mpartnerek_cim{
    height: 28px;
}
.epartnerek_tarto,.mpartnerek_tarto{
    width: 75%;
    min-height: 100px;
    margin: 30px auto;
    background-color: white;
}
.border_bottom_partner{
    display: inline-block;
    height: 19px;
    border-bottom: 1px solid black;
    width: 75%;
    margin-top: -6px;
}
.logo_tarto{
    width: 20%;
    height: 100px;
    float: left;
    background-color: white;
    text-align: center;
    line-height: 100px;
}
.logo_tarto img{
    max-height: 100%;
    max-width: 100%;
}
.mosaicflow__column {
    float:left;
}
.mosaicflow__item img {
    display:block;
    width:100%;
    height:auto;
}

/*Footer*/
.footer{
    width: 100%;
    height: 228px; 
    background-color: #282828;
}
.hirlevel{
    float: left;
    margin-left: 50px;
    margin-top: 40px;
}
.pipa{
    float: left;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 27px;
}
.pipa img{
    max-width: 30px;
    max-height: 30px;
}
.footer_tarto{
    max-height: 1270px;
    height: 100%;
    margin: 0 auto;
    margin-left: 2%;
}
.input_tarto{
    border-bottom: 1px solid #fff;
    margin-top: 30px; 
    float: left;
}

.input_tarto input{
    background-color: transparent;
    border: 0;
    color:#fff;
    max-width: 240px;
    width: 240px;

}
.footer2{
    width: 100%;
    max-width: 1270px;
    height: 200px;
    margin: 0 auto;
}
.menu_al{
    display: inline-block;
    //width: 10%;
    font-size: 22px;
    margin-left: 2%;
    padding-top: 60px;
    height: 22px;
}
.menu_al a{
    border-bottom: none;
    color: #000000;
    transition: all 0.2s;
}
.menu_al a:hover{
    //border-bottom: 3px solid #DE001D;
    color: #DE001D;
    transition: all 0.1s;

}
.footer_lower{
    width: 100%;
    height: 110px;
    text-align: left;
}

.input_tarto input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.input_tarto input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.input_tarto input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:   #fff;
    opacity:  1;
}
.input_tarto input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}

/*Rolunk*/

.rolunk_main{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.rolunk_szoveg{
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;   
    font-size: 20px;
}
.maszk{
    background-image: url("/images/elem.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10%;
    height: 283px;
    opacity: 0.3;
}
.maszk_forditott{
    background-image: url("/images/elem.png");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotateY(180deg);
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 283px;
    opacity: 0.3;
}

/*Galeria*/
.galeria_belso{
    width: 33%;
    float: left;
    min-height: 325px;
    margin: 0 auto;
}
.galeria{
    max-width: 1270px;
    width: 100%;
    margin: 50px auto;
    min-height: 100px;
}
.galeria_cime{
    text-align: center;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    min-height: 10px;
}
.galeria_cime_belso{
    text-align: left;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    min-height: 10px;
    font-size: 22px;
}
.foto_kep{
    float: left;
    width: 33%;
    /*border: 2px solid white;*/
    margin-top: 25px;
    margin-left: 45px;    
    width: 365px;
    height: 245px;
    opacity: 1;
    text-align: center;
}
.foto_kep img{
    max-height: 100%;
    max-width: 100%;
}

.foto_kep2{
    width: 90%;
    margin: 0 auto;
    /*border: 2px solid white;*/
    margin-top: 25px;   
    opacity: 1;
    text-align: center;
}

/*Hirek*/

.hirek_main{
    width: 100%;
    margin: 30px auto;
    position: relative;
}
.hirek_szoveg{
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;   
    font-size: 20px;
}
.hirek_border{
    width: 80%;
    height: 10px;
    margin: 0 auto;
    border-bottom: 1px solid black;
}
/*Szereplok*/

.szereplok_main{
    width: 100%;
    margin: 50px auto;
    position: relative;
}
.szereplok_szoveg{
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;   
    font-size: 20px;
}
.szereplo_nevek{
    width: 100%;
    font-size: 22px;
    min-height: 100px;
    // border-bottom: 1px solid black;
}
.szereplo_szoveg{
    width: 30%;
    float: left;
}
.szereplocim{
    margin: 15px auto;
    height: 30px;
    line-height: 30px;
}
.szereplocim_bal{
    width: 50%;
    float: left;
}
.szereplocim_jobb{
    width: 50%;
    float: right;
    text-align: right;
}

[class*='szereplo_'] {
    width: 100%;
    min-height: 24px;
    cursor: pointer;
}
.szereplo{
    border-bottom: 2px solid black;
}

.szereplo_tartalom{
    width: 100%;
    transition: all 1s;
}
.szereplotartalom_left{
    float: left; 
    width: 65%;
    text-align: left;
    transition: all 1s;
}
.szereplo_tartalom_right{
    float: right;
    width: 34%;
    margin-top: 36px;
    text-align: left;
    transition: all 0.3s;
}

/*Elerhetosegek*/

.elerhetosegek{
    width: 100%;
    margin: 50px auto;
    position: relative;
    min-height: 250px;
}
.elerhetosegek_main{
    width: 60%;
    margin: 0 auto;
}
.elerhetosegek_bal{
    width: 50%;
    float: left;
    text-align: left;
}
.elerhetosegek_jobb{
    width: 50%;
    float: left;
    text-align: left;
}
.input,.input2{
    width: 100%;
    margin: 20px auto;
}
.input_fel_jobb,.input_fel_bal {
    width: 48%;
}
.input_fel_bal{
    float:left;
}
.input_fel_jobb{
    float:right;
}
.input,.input2,.input_fel_jobb ::-webkit-input-placeholder{
    font-size: 12px;
    font-weight: bold;
}
.input,.input2,.input_fel_jobb :-moz-placeholder{
    font-size: 12px;
    font-weight: bold;
}
.input,.input2,.input_fel_jobb ::-moz-placeholder{
    font-size: 12px;
    font-weight: bold;
}
.input,.input2,.input_fel_jobb :-ms-input-placeholder{
    font-size: 12px;
    font-weight: bold;
}
.input2{
    height: 100px;
}
.input,.input_fel_jobb{
    height: 30px;
}
.input_fel_bal img{
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}
.input_fel_bal{
    height: 32px;
}
.input3{
    width: 100%;
    background-color: #A59D96;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    height: 60px;
}

/*Helyfoglalasi infok*/

.helyfoglalasi_infok{
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
}
.helyfoglalasi_infok_eltuntet{
    background-image: url("/images/close7.png");
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1000;
}
.helyfoglalasi_infok_tartalom{
    background-color: rgba(235, 223, 213, 0.7);
    max-width: 1270px;
    width: 100%;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1000;
    border-radius: 7px;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.helyfoglalasi_infok_tartalom p{
    color: white;
}

.bck_shadow{
    width:100%;
    min-height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    z-index: 2000;
    top: 0;
    display: none;
}

.facebuk_ablak{
    display: block;
    margin: 0 auto;
    width: 360px;
    height: 256px;
    margin-top: 10%;
}
.fb-center{
    margin: 0 auto;
}

.hidegomb {
    max-width: 40px;
    opacity: 0.9;
    position: absolute;
    right: 30%;
    top: 1%;
    cursor: pointer;
}

.hidegomb img{
    max-width: 100%;
}