/*@import url("mavenpro.css");*/
@import url('https://fonts.googleapis.com/css?family=Exo:300,400,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Poiret+One&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:100,200,300,400,400i,600,700&subset=latin-ext');
@import "animation.css";

body{
    font-family: 'Titillium Web', sans-serif;
    margin: 0 0;
    height:100%;

}

body.subpage{
    width:100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}


.vezerlo_container{
    font-family: 'Poiret One', cursive;
    z-index:10;
    border-radius: 0%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.8) 80%,  rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 80%,  rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 80%,  rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    position: fixed;
    width:100%;
    height:130px;
    top:0;
    margin-top:0;
    left:0;
    padding-top:20px;
    padding-right:200px;

}

.vezerlo_container a{    
    display:block;
    float:right;
    cursor:pointer;
    text-decoration: none;
    margin-left:50px;
    text-align: center;
    padding:20px;
    font-size:36px;
    color: #ffffff;
}

.vezerlo_container a:hover{
    background-color: rgba(255,255,255,0.8);
    color:#000000;
}

.vezerlo_container a img{
    display:none;
}

.vezerlo_container a span{
    display:inline;
}

.vezerlo_container:after{
    clear:both;
    content:"";
    display:block;
}

.slide_container{
    width:100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.slide_container div{
    height:100% !important;
    background-size: cover;
}

.page_container{
    z-index:1;
    background-color:rgba(255,255,255,0.85);
    height:auto;
    min-height:100%;
    width:1000px;
    margin:0 auto;
    margin-top:130px;
    padding:0 30px;
    padding-bottom:60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page_container:after{
    clear:both;
    content:"";
    display: block;
}

.kapcsolat_background {
    background:url("../img/hatter_kiszoli02.jpg") no-repeat center center;
}

.bemutatkozas_background {
    background:url("../img/hatter_kiszoli03.jpg") no-repeat center center;
}

.referenciak_background{
    background:url("../img/hatter_kiszoli04.jpg") no-repeat center center;
}

h1{
    text-align: left;
    color: #000000;
    font-size:60px;
    font-weight:300;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
}

.felirat{
    border-radius: 25%;
    font-family: 'Poiret One', cursive;
    position: fixed;
    opacity:0;
    height:0px;
    top:50%;
    left:50%;
    width:300px;
    color:#FFFFFF;
    background-color:rgba(0,0,0,0.5);
    overflow:hidden;
    padding:20px;
    font-size:28px;
    font-weight:800;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    animation-name: feliratok;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    cursor:pointer;
}

.felirat_elso{
    margin-top:-170px;
    margin-left:-550px;
    animation-delay: 2s;
}

.felirat_masodik{
    margin-top:-40px;
    margin-left:-150px;
    animation-delay: 3s;
}

.felirat_harmadik{
    margin-top:90px;
    margin-left:250px;
    animation-delay: 4s;
}

.logo{
    opacity: 0;
    position: fixed;
    right:0%;
    width:300px;
    height:300px;
    background-color: rgba(0,0,0,0.3);
    top:50%;
    margin-top:-150px;
    border-radius: 25%;

    animation-name: logo;
    animation-delay: 5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.logo_bal_felso{
    position: fixed;
    left:20px;
    top:0;
    width:200px;
    height:200px;
    animation-name: beuszas_balrol_500px;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.logo img, .logo_bal_felso img{
    width:100%;
    height:100%;
}

.page_container h3{
    margin-top:0px;
    padding-top:0px;
    text-align: left;
    font-size:28px;
    font-weight:600;
    color:#008bcf;
}

ul.elerhetoseg_lista{
    list-style-type: none;
}

ul.elerhetoseg_lista li{
    text-align: left;
    font-size:20px;
    line-height: 38px;
    font-weight:300;
}

a{
    text-decoration: none;
    color:#008bcf;
    padding:3px;
}

a:hover{
    background-color:#008bcf;
    color:#FFFFFF;
}

div.oszlop{
    float:left;
}
.page_container p{
    text-align: justify;
    font-size:24px;
    line-height:38px;
    margin-bottom:15px;
    font-weight:300;
}

.page_container img{
    max-width:100%;
}

p.felhivas{
    background-color:rgba(15,15,15,0.4);
    /*background-color: rgba(0,139,207,0.7);*/
    color:#FFFFFF;
    padding:20px;
    font-weight:200 !important;
    font-size:24px !important;
}

img{
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

img:hover{
    opacity:0.8;
}

p.alairas{
    font-style: italic;
    text-align: right !important;
}

.referenciak{

}

.referenciak:after{
    display:block;
    clear:both;
    content:"";
}

div.album{
    float:left;
    width:25%;
    height:200px;
    padding:2%;
    overflow:hidden;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:10px;
}

div.album img{
    opacity: 0.85 !important;
    width:auto;
    max-width:100%;
    max-height:none;
    height:auto;
    min-height: 160px;
}

div.album img:hover{
    opacity: 1 !important;
    width:100%;
}

.mySlides img{
    opacity:1;
}

.mySlides img:hover{
    opacity: 1 !important;
}

.csak_mobilon_lathato_logo{
    display:none;
    text-align:center;
    width:100%;
}

.csak_mobilon_lathato_logo img{
    width:80%;
}

@media screen and (max-width: 1050px) {

    .logo, .logo_bal_felso{
        display:none;
    }
    
    .vezerlo_container{
        height:90px;
        width:100%;
        padding-top:10px;
        padding-right:0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .vezerlo_container a{
        margin-left:0px;
        padding:10px 10px;
        font-size:20px;
        width:25%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vezerlo_container a span{
        display:none;
    }

    .vezerlo_container a img{
        display:inline;
        max-width:80px;
        max-height:50px;
    }

    .felirat{
        z-index:101;
        opacity:0;
        height:0px;
        top:170px;
        left:50%;
        width:0px;
        font-size:20px;
        animation-name: feliratok_mobil;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        cursor:pointer;
    }

    .felirat_elso{
        margin-top:0px;
        margin-left:0px;
        animation-delay: 2s;
    }

    .felirat_masodik{
        margin-top:90px;
        margin-left:0px;
        animation-delay: 3s;
    }

    .felirat_harmadik{
        margin-top:180px;
        margin-left:0px;
        animation-delay: 4s;
    }

    .page_container{
        z-index:1;
        background-color:rgba(255,255,255,0.85);
        height:100%;
        overflow: auto;
        min-height:auto;
        width:100%;
        margin:0 auto;
        margin-top:90px;
        padding:0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul.elerhetoseg_lista{
        list-style-type: none;
        padding-left:10px;
    }

    ul.elerhetoseg_lista li{
        text-align: left;
        font-size:20px;
        line-height: 38px;
        font-weight:300;
    }

    div.album{
        float:left;
        width:50%;
        height:160px;
        padding:2%;
        overflow:hidden;
        cursor:pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom:10px;
    }

    div.album img{
        opacity: 0.9 !important;
        width:auto;
        max-width:100%;
        max-height:none;
        height:auto;
        min-height: 100%;
    }

    div.album img:hover{
        opacity: 1 !important;
        width:100%;
    }


    h1{
        text-align: left;
        color: #000000;
        font-size:40px;
        font-weight:300;
        padding-top:10px;
        padding-bottom:10px;
        margin-bottom:10px;
    }

    .page_container p{
        text-align: justify;
        font-size:20px;
        line-height:32px;
        margin-bottom:15px;
        font-weight:300;
    }

    .csak_mobilon_lathato_logo{
        display:block;
        background-color:rgba(0,0,0,0.8);
        text-align:center;
        width:100%;
    }

    .csak_mobilon_lathato_logo img{
        width:80%;
    }

}

