@import url('font_raleway.css');
@import url('font_sourcecodepro.css');


body{
    background-color:#333;
    margin:0 0;
    font-family: 'Raleway', sans-serif;
    height:100%;
    background-image: url("../img/ttsped_kamionok2.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.container{
    max-width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:0px;
    height:100%;
}

nav{
    background-color:rgba(8,23,27,0.9);
    height:60px !important;
    padding:5px !important;
    margin-bottom:0px !important;
}

nav a.brandname{
    height:50px !important;
}

nav a.brandname img{
    height:40px !important;
}

.masthead{
    width:100%;
}

.nav-link{
    font-size:1.25em;
}

.brandname{
    margin-right:65%;
    font-weight:100;
}

a.flags{
    padding:5px;
    margin-right:5px;

}

a.flags img{
    width:30px;
    border:1px solid rgba(255,255,255,0.4);
    transition: all 0.5s !important;
}

a.flags img:hover{
    cursor: pointer;
}



.pictures{    
    margin:0px;
    padding:0px;
    height:100%;
    max-height:100%;   
    
}

main{
    min-height:80%;
}

.pictures div{
    margin:0px;
    padding:0px;
    
    width:100%;
    max-width:100%;
    height:100%;
    
}

.footer{
    position:absolute;
    bottom:0;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color:rgba(8,23,27,0.9);
    padding:5px 0px;
    font-size:12px;
    text-align: center;
    color:#eee;
}


h1{
    font-size:50px;
    font-weight:200;
    font-variant: small-caps;
    color:#d8cc8d;
    margin-bottom:50px;
}

.contactsor{
    margin-bottom:15px;
}

.left{
    font-size:24px;
    font-weight:400;
    
    font-variant: small-caps;
}

.right{
    font-size:24px;
    font-weight:400;
    
    font-variant: small-caps;
}

@keyframes megjelenes_loginbox{
    0% {
        right:300px;
        width:0%;   
        opacity:0;
    }
    100% {
        right:0px;
        width:500px;
        opacity:0.8;
    }
}

.loginbox{
    position:absolute;
    top:170px;
    left:50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:20px;
    background-color:rgba(255,255,255,0.9);
    background-color:rgba(206,220,224,0.9);
    color:rgba(8,23,27,0.9);
    min-height:200px;
    max-height:500px;
    overflow:hidden;
    font-weight:400;
    font-variant: small-caps;
    font-family: 'Raleway';    
    width:500px;
    margin-left:-250px;
    animation-name: megjelenes_loginbox;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    border-radius:0px;
}

.card-header{
    background-color:rgba(8,23,27,0.8);
    color:rgba(255,255,255,0.9);
    border-radius:0px !important;
    font-family: 'Raleway', sans-serif !important;
    height:53px;
}

a.bejelentkezo_link{
    color:#1f3b60;
    font-weight:500;
    font-variant: normal !important;
    padding:4px;
}

a.bejelentkezo_link:hover{
    background-color:#1f3b60;
    color:#FFF;
    text-decoration: none;
}

.btn-cursor{
    cursor:pointer;
    width:100%;
}

input{
    border-radius:0px !important;    
}

.secureform_container{
    position: fixed;
    left:50%;
    bottom:40px;
    margin-left:-150px;
    width:300px;
    text-align: center;
    background-color:rgba(255,255,255,0.3);
    padding:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.regcard{
    width:600px !important;
    height:520px !important;
    margin:0 auto !important;
}

.regcard_belso{
    height: 467px !important;
    overflow-y: auto;
}

.regcard_belso::-webkit-scrollbar{
    width:5px;
}

.regcard_belso::-webkit-scrollbar-track{
    background-color: #EEE;
}
.regcard_belso::-webkit-scrollbar-thumb{
    background-color: #BBB;
}
.regcard_belso::-webkit-scrollbar-thumb:hover{
    background-color: #666;
}

.hibaAblak{
    background-color:#E00;
    color:#FFF;
    text-align: center;
    padding:10px;
}



@media screen and (max-width:800px){
    .secureform_container{
        position: relative !important;
        left:0;
        bottom:0px;
        margin-left:0px;
        width:100%;
        text-align: center;
        background-color:rgba(255,255,255,0.3);
        padding:20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .regcard{
        width:100% !important;
        height:100% !important;
        margin:0 auto !important;
    }

    .regcard_belso{
        height: auto !important;
        overflow-y: visible;
    }
    .lebego_container{
        position:static;
        top:0px;
        left:0px;
        width:100%;
        animation-name: none;
    }
    
    .lebego_kep{
        left:0;
        right:0;
        top:0;
        text-align:center;
        position: relative;
        left:50%;        
        margin-left:-100px;
        margin-bottom:40px;
    }
    
    .footer{
        position: static;
        
    }
    
    .brandname{
        font-size:30px;
        margin-right:30%;        
    }
    
    .loginbox{
        position:static;
        top:0px;
        width:100%;
        animation-name: none;
        margin-bottom:150px;
        margin-left:0px;
    }
}




@media screen and (max-width: 1200px) {
    .brandname{
        margin-right:40%;
    }
}