@import url('https://fonts.googleapis.com/css?family=Exo:300,400,600,700&subset=latin-ext');

*{
    font-family: "Exo",sans-serif;
    box-sizing: border-box;
}

body{
    margin:0 auto;
    background: url("../img/new/png.background.png") no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.content_container{
    display:flex;
    justify-content: center;
}

.content_container .mo_container{
    text-align: center;
    margin-top:1%;
}

.content_container .mo_container img{
    width: 94%;
    max-width:800px;
}

.gomb_container{
    position: fixed;
    box-shadow: 0px 0px 10px #333;
    bottom:0;
    left:0;
    width:100%;
    /*height:30%;
    max-height: 250px;*/
    height:auto;
    min-height:50px;
    background-color: rgba(255,255,255,0.6);
    transition: background-color 1.5s;
}

.gomb_container:hover{
    background-color: rgba(255,255,255,0.8);
}

button.tricox{
    width:100%;
    height:100%;
    max-height:250px;
    box-sizing: border-box;
    overflow:hidden;
    border:0px;
    background: transparent;
    transition: background 0.2s;
}

button.tricox img{
    width:auto;
    height:80%;
    max-height:220px;
}

button.tricox img.octa{
    width:auto;
    height:60%;
    max-height:180px;
}

button.tricox:hover{
    background:rgba(255,255,255,0.99);
    box-shadow: 0px 0px 10px rgba(150,150,150,0.8);
}

.valasztas_txt{
    position: absolute !important;
    bottom:20px;
    left:0;
    width:100%;
}

.valasztas_txt img{
    width:100%;
    max-width:400px;
}

.cim_sor{
    position: absolute;
    top:-40px;
    width:100%;
    text-align: center;
}

.cim_sor img{
    width:80%;
    max-width:700px;
}

@media screen and (max-width: 767px){
    .content_container .mo_container{
        margin-top:2%;
    }

    .mobilon_nem_lathato{
        display:none;
    }

    .gomb_container{
        height:auto;
    }

    button.tricox {
        width: 100%;
        height: 100% !important;
    }

    button.tricox img{
        width:80%;
        height:auto;
    }

}

@media screen and (max-width: 350px){
    .content_container .mo_container{
        margin-top:30%;
    }
}

@media screen and (max-height: 700px){
    .content_container .mo_container img{
        max-height:330px;
    }
}

