@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../files/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../files/MYRIADPRO-BOLD.woff') format('woff');
}
body{
    margin: 0px;
    padding: 0px;
    background-color: #101010;
    font-family: 'Myriad Pro Regular';
    font-size: 15px;
    color: white;
    /*margin-bottom: 75px;*/
}
img{
	border: 0px;
}
table {
	Border-Collapse: separate;
	border-spacing: 0;
	Border: 0px;
	Margin: 0px;
	Padding: 0px;
}
td,th {
	Margin: 0px;
	Padding: 0px;
}
.dbmez{
    width: 70px;
}
.ej{
    text-align: center;
}
.ej input[type=text]{
    width: 300px;
    border: 0px;
    border-bottom: 1px solid #404040;
    margin: 0px;
    padding: 10px;
    text-align: center;
    background-color: transparent;
    font-family: 'Myriad Pro regular';
    font-size: 25px;
    height: 32px;
    color: white;
}
.ej input[type=submit]{
    width: 150px;
    border: 0px;
    margin: 0px;
    padding: 0px 10px 3px 10px;
    background-color: red;
    font-family: 'Myriad Pro regular';
    font-size: 25px;
    height: 32px;
    color: white;
    border-radius:10px;
}
.adatok{
    font-size: 25px;
}
.eddrendfej{
    background-color:red;
    color: white;
    cursor: pointer;
    font-family: "Myriad Pro Bold";
    font-size: 30px;
    height: 38px;
    padding-left: 10px;
}
.eddrend{
    display: none;
}
.mmenu{
    display: block;
    background-color: red;
    padding: 6px 12px 3px 12px;
    position: absolute;
    right: 0px;
    top: -55px;
    z-index: 98;
    font-size: 25px;
    font-family: 'Myriad Pro Bold';
    cursor: pointer;
}
.mobilmenu{
    display: none;
    background-color: #4b4b4b;
    font-family: 'Myriad Pro Bold';
}
.menum a{
    display: block;
    color: white;
    text-decoration: none;
    border-top: 1px solid black;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
}
.menum a:hover{
    color:red;
}
.menum a.actmenu{
    color: red;
}
.loginbox{
    text-align: right;
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 5px;
    line-height: 30px;
    z-index: 98;
}
.loginboxm{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.loginbox input[type=text], .loginbox input[type=password], .loginboxm input[type=text], .loginboxm input[type=password]{
    width: 190px;
    height: 25px;
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    border: 0px;
    margin-left: 5px;
}
.loginbox input[type=password], .loginboxm input[type=password]{
    width: 165px;
    border-radius: 5px 0px 0px 5px;
}
.loginbox input[type=submit], .loginboxm input[type=submit]{
    width: 25px;
    height: 25px;
    padding: 0px;
    margin: 0px;
    background-image: url('../pics/keyicon.jpg');
    background-repeat: no-repeat;
    border-radius: 0px 5px 5px 0px;
    border: 0px;
    margin-top: 2px;
    vertical-align: text-top;
}
.loginboxm input[type=submit]{
    margin-top: -2px;
}
.loginboxm input[type=text]{
    margin-bottom: 3px;
}
.loginbox a, .loginboxm a{
    text-decoration: none;
    color: red;
}
.loggedinbox{
    text-align: right;
    position: absolute;
    right: 20px;
    font-size: 15px;
    top: 5px;
    line-height: 20px;
    z-index: 98;
    font-family: 'Myriad Pro Regular';
}
.loggedinbox a{
    text-decoration: none;
    color: #858585;
}
.loggedinbox a:hover{
    color: red;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
#slideshow { 
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    background-image: url('../pics/shadow.png');
    background-position: bottom;
    background-repeat: repeat-x;
    z-index: 4;
}

#slideshow > div {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 460px;
    top: 0px; 
    left: 0px;
    z-index: 3;
}
.loggedinm{
    line-height: 30px;
    background-color: black;
    position: relative;
    display: none;
    text-align: center;
    color:white;
    font-size: 14px;
}
.login{
    height: 75px;
    background-color: #191919;
    position: relative;
}
.header{
    text-align: center;
    line-height: 75px;
    font-family: 'Myriad Pro Bold';
    color: white;
    font-size: 25px;
}
.header2{
    text-align: center;
    line-height: 75px;
    font-family: 'Myriad Pro Bold';
    color: white;
    font-size: 25px;
    display:none;
    margin: auto;
}
.header3{
    display:block;
}
.content{
    position: absolute;
    top: 0px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    max-width: 1900px;
    z-index: 97;
}
.contentbox{
    position: relative;
}
.logo{
    width:25%;
    margin-left: 10%;
    margin-top: 30px;
}
.facebox{
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}
.facebox img{
    vertical-align: middle;
    margin-left: 10px;
}
.headerm{
    display: none;
}
.menu{
    position: absolute;
    top: -70px;
    right: 20px;
    z-index: 98;
    font-size: 30px;
}
.menu a {
    line-height: 40px;
    display: inline-block;
    margin: 10px 10px 0px 10px;
    text-decoration: none;
    color: white;
    text-shadow: 2px 2px black;
}
.menu a:hover{
    color: red;
}
.menu a.actmenu{
    color: red;
}
.footer{
    /*position: fixed;*/
    border-bottom: 4px solid #101010;
    bottom: 0px;
    width: 100%;
    /*height: 123px;*/
    padding-top:15px;
    background-color: #4b4b4b;
}
.footercontent{
    max-width: 1900px;
    font-size: 18px;
    color: white;
    text-align: center;
}
.f1{
    display: inline-block;
    text-align: left;
    margin: 0px 20px 0px 20px;
    padding-left: 10px;
    line-height: 27px;
}
.f1 a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.f1 a:hover{
    color: red;
}
.f2{
    border-left: 1px solid white;
}
.f3{
    display: inline-block;
}
.f3 img{
    vertical-align: middle;
    margin-top: -28px;
}
.f4{
    display: none;
}
.f5{
    border-bottom: 2px solid white;
}
.kosar{
    background-image: url('../pics/kosaricon.png');
    background-repeat: no-repeat;
    display: block;
    width: 107px;
    height: 76px;
    z-index: 98;
    position: absolute;
    top: -130px;
    right: 20px;
    text-decoration: none;
    color: black;
    line-height: 76px;
    font-size: 35px;
}
.k2{
    display: none;
    left: 40%;
    top: -75px;
    width: 90px;
    height: 64px;
    background-size: contain;
    font-family: 'Myriad Pro Bold';
    line-height: 64px;
    font-size: 31px;
}
.cont{
    max-width: 770px;
    margin: auto;
}
.prods{
    width: 100%;
}
.cat{
    cursor: pointer;
}
.prodster{
    width: 100%;
}
.ks{
    display: none;
}
.back{
    background-color: #acacac;
    font-size: 20px;
    text-align: right;
    padding-right: 10px;
    margin: 4px 0px 2px 0px;
    cursor: pointer;
}
.cat td{
    padding: 5px;
    border-top: 2px solid #404040;
    border-bottom: 2px solid #404040;
    font-size: 35px;
    font-family: 'Myriad Pro Bold';
}
.cat td:hover{
    background-color: red;
}
.catakt{
    background-color: red;
}
.cated{
    padding-left: 10px;
    font-size: 30px;
    font-family: 'Myriad Pro Bold';
}
.prod td{
    font-family: 'Myriad Pro Bold';
    font-size: 20px;
    border-bottom: 1px solid #404040;
}
.prod img{
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.prod span{
    font-family: 'Myriad Pro regular';
    font-size: 16px;
}
.prod td:first-child{
    border-bottom: 0px;
    padding: 2px;
    font-size: 60px;
    color: #808080;
    font-family: 'Myriad Pro Bold';
    text-align: center;
}
.prod td:last-child{
    text-align: right;
    vertical-align: text-top;
    padding-top: 15px;
    padding-right: 10px;
}
.prodster tr:hover{
    background-color: #424242;
}
/*.prod td:first-child{
    background-color: #101010;
}*/
.prod,.rend td:first-child{
    font-size: 30px;
    height: 60px;
    vertical-align: top;
}
.rend td{
    border-top: 1px solid #404040;
    border-bottom: 0px;
    height: 80px;
}
.rend td:first-child{
    border: 0px;
}
.szk td{
    border-top: 1px solid red;
    border-bottom: 0px;
    vertical-align: middle;
}
.szk td:first-child{
    border: 0px;
}
.ossz{
    text-align: center;
    font-size: 30px;
    font-family: 'Myriad Pro Bold';
}
.plmi{
    font-size: 30px;
}
.plmi b{
    cursor: pointer;
}
.kerem{
    display: block;
    width: 118px;
    height: 46px;
    position: absolute;
    text-align: center;
    margin-left: 55px;
    background-image: url('../pics/kerem.png');
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 25px;
    padding-left: 15px;
    padding-top: 10px;
}
.regtable{
    width: 100%;
    border-left: 33px solid red;
    font-family: 'Myriad Pro regular';
    font-size: 25px;
}
.regtable td{
    text-align: right;
    height: 40px;
    padding-left: 3px;
}
.regtable input[type='text'], .regtable input[type='password'], .regtable input[type='email'], .regtable input[type='number'], .regtable select{
    width: 90%;
    border: 0px;
    border-bottom: 1px solid #404040;
    margin: 0px;
    padding: 0px 10px 3px 10px;
    background-color: transparent;
    font-family: 'Myriad Pro regular';
    font-size: 25px;
    height: 32px;
    color: white;
}
.regtable option{
    background-color: #101010;
}
.butt{
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: transparent;
    background-image: url('../pics/buttonbg.png');
    background-repeat: no-repeat;
    font-family: 'Myriad Pro Bold';
    font-size: 20px;
    color: white;
    width: 243px;
    height: 56px;
    text-align: center;
    padding: 0px 0px 10px 15px;
    margin-top: 10px;
    cursor: pointer;
}
.kosarbarakott{
    position: fixed; top: 0; left: 0;width: 100%; height: 100%;z-index: 99;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
}
.ktt{
    position: fixed;
    top: 20px;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    height: 70px;
    width: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    margin: auto;
    color: black;
    text-align: center;
    padding: 10px;
}
.ktt a{
    display: inline-block;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    color: white;
    background-color: red;
    border-radius: 10px;
}
.ktt b{
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px 3px 10px;
    background-color: green;
    border-radius: 10px;
}
@media all and ( max-width: 1920px ) {#slideshow{height:360px}.logo{width: 20%}.menua{font-size: 20px;}}
@media all and ( max-width: 1366px ) {#slideshow{height:260px}.logo{width: 23%}}
@media all and ( max-width: 1120px ) {
    body{
        margin-bottom:0px;
    }
    .k2{
        display:block;
    }
    .footer{
        /*height: 100px;*/
        position: relative;
    }
    .f1, .f3{
        display: none;
    }
    .f4{
        display: block;
        margin: 5px;
    }
    .nev{
        display: none;
    }
}
@media all and ( max-width: 800px ) {
    .ej{
        margin: 30px 0px 30px 0px;
    }
    .ej input[type=submit]{
        margin-top:20px;
    }
    .regtable{
        width: 98%;
        margin-top: 20px;
        border-left: 15px solid red;
    }
    .prod,.rend td:first-child{
        font-size: 18px;
        height: 40px;
        width: 60px;
        vertical-align: top;
    }
    .headerm{
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: 'Myriad Pro Bold';
        color: white;
        font-size: 32px;
        text-align: right;
        text-shadow: 3px 3px black;
        -webkit-text-stroke: 1px black;
    }
    .facebox{
        display: none;
    }
    .logo{
        margin-left: 20px;
        margin-top: 20px;
        width: 35%
    }
    #slideshow{
        height:200px;
    }
    #slideshow > div {
        background-size: 170% auto;
    }
    .header{
        display: none;
    }
    .header2{
        display: block;
    }
    .header3{
        display: none;
    }
    .loggedinm{
        display: block;
    }
    .kerem{
        right: 0px;
    }
}
.hide {
    display: none;
}
td.adattovabbitas {
    text-align: center !important;
}
.adattovabbitas label {
    font-size: 18px;
}
td.adattovabbitas a {
    color: #ffffff;
}
td.adattovabbitas a:hover {
    text-decoration: none;
}