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

body{
    margin: 0 0;
    background-color:#FFFFFF;
    font-family: 'Exo',sans-serif;
    
}

a.termekeklink{
    text-decoration: none;
    color:#cc001e;
    padding:3px;
}

a.termekeklink:hover{
    text-decoration: none;
    background-color:#cc001e;
    color:#FFF;
    border-radius:3px;
}

/*HEADER CSS*/

.header_container{
    width:100%;
    overflow:hidden;
}

.header{
    max-width:1280px;
    width:100%;
    margin:0 auto;
    padding:0px 20px;
    margin-bottom:14px;    
    height:60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
    /*Teszt*/
    border-bottom:0px solid #000;
}

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

table.husegackio{
    width:75%;
}

table.husegackio tr th{
    background-color:#2c90d1;
    color:#FFF;
    width:80%;
}

table.husegackio tr th:last-of-type{
    background-color:#2c90d1;
    color:#FFF;
    width:20%;
    padding:5px;
}

table.husegackio tr td{
    border:1px solid #2c90d1;
    color:#333;
    padding:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:left;
}

table.husegackio tr td:last-of-type{
    text-align:right;
}



.header div{
    float:left;
}

.header div img{
    max-width:100%;
    height:60px;
}

.header div.bal{
    width:17%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header div.kozep{
    width:66%;
    text-align: center;
    color:#aaa;
    font-size:32px;
    padding-top:20px;
    font-family: sans-serif;
    font-style:italic;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header div.jobb{    
    width:17%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header div.jobb input{
    width:90%;
    margin-top:30px;   
    padding:5px;
    font-size:14px;
    text-align: right;
    border:0px;
    background-color:transparent;
    color:#008bcf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header div.jobb i{
    width:10%;
    margin-top:30px;  
    font-size:26px;
    color:#008bcf;
}




/* TÖBBI ELEM A MENU.CSS-ben van */

/* SLIDE */
.slide_container{
    width:100%;
    text-align: center;
    /*background: url("../img/slide_bg.png") top left repeat-x;*/
    height:400px;
    overflow: hidden;
}

.slide_container div.slide{
    background: url("../img/tricox_banner_21_9_00.jpg") center center no-repeat;
    height:400px;
    background-size: cover;
}





/* TARTALOM RÉSZ */

.content_container{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:0px 20px;
    min-height:400px;
}


h2{
    /*background:url("../img/vonal_menu.png") center center no-repeat;*/
    font-size:20px;
    text-align: center;
    color:#cc001e;
    font-family: 'Exo',sans-serif;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:20px;
}

h2:after{
    content:url("../img/vonal_elotte_utana_piros.jpg");
    position:absolute;
    margin-top:-6px;
    margin-left:30px;
}

h2:before{
    content:url("../img/vonal_elotte_utana_piros.jpg");
    position:absolute;
    margin-top:-6px;
    margin-left:-241px;
}

.section_container{
    width:100%;  
    margin-bottom: 65px;
}

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

.section_container div{
    float:left;
}

#hirek div:last-of-type{
    padding:0px 20px;
}

#hirek div img{
    max-width:100%;
    max-height:300px;
}

#hirek div h3{
    font-weight:400;
    color:#cc001e;
    font-size:14px;
    margin-top:0px;
    margin-bottom:25px;
}

#hirek div a{
    font-weight:500;
    color:#cc001e;
    font-size:14px;
    margin-top:0px;
    margin-top:15px;
    text-decoration: none;
}

#termekek div{
    position:relative;
    height:383px;
    overflow:hidden;
}

#termekek div:first-of-type{
    padding-right:10px;
}

#termekek div:last-of-type{
    padding-left:10px;
}

#termekek div img{
    width:100%;
    
}

#termekek div img:hover{
    opacity: 0.8;
}

#termekek div .alsosav{ 
    margin-top:-4px;
    width:100%;
    height:60px;
    background-color:#2c90d1;
    color:#FFFFFF;
    padding:0px;
    text-align:center;
    font-weight:bold;
    padding-top:12px;
    font-size:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#termekek_valaszto_almenu{
    margin-top:-40px;
}

#termekek_valaszto_almenu div:first-of-type{
    padding-right:10px;
}

div .alsosav_szurke{ 
    margin-top:-4px;
    width:100%;
    height:60px;
    background-color:#d0d0d0;
    color:#FFFFFF;
    padding:0px;
    text-align:center;
    font-weight:bold;
    padding-top:18px;
    font-size:20px;
    margin-bottom:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div .alsosav_szurke:hover{     
    background-color:#afca0b;
    color:#000000;    
}

.szurkehatter{
    padding-top:1px;
    background-color:#cfd3d6;
    padding-bottom:1px;
}

#uzletkereso div{
    position:relative;    
    overflow:hidden;
}

#uzletkereso div:first-of-type{
    padding-right:10px;
}

#uzletkereso div:last-of-type{
    padding-left:10px;
}

#uzletkereso div img{
    width:100%;
    
}

#uzletkereso div img:hover{
    opacity: 0.8;
}

#uzletkereso div p{
    margin-top:0px;
    margin-bottom:15px;
}




.footer_container{
    /*background-color:#cc001f;*/
    background: rgb(204,0,31);
    background-image: linear-gradient(to bottom, #cc001f, #cc001f, #ffffff);

}

.footer{    
    width:100%;
    max-width:1280px;
    padding:20px 10px;
    padding-bottom:30px;
    margin:0 auto;
    color:#FFFFFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

.footer div {
    float:left;
    text-align: center;
    padding:10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.footer div .inner_container{
    border:1px solid #fff;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.footer div.elerhetosegek .inner_container{
    border:0px solid #fff !important;
    border-top:1px solid #fff !important;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.footer .inner_container div.linkek{
    width:100% !important;
}

.footer div.mesterkereso .inner_container{
    height:340px;
}


h3.footer_linkek{ 
    text-align: center;
    width:80%;
    background-color:#cc001f;
    margin:0 auto;
    margin-top:-20px;
    font-size:20px;
    color:#ebe3e4;
}

.hasznos_linkek_container{
    height:170px !important;
    margin-bottom:30px;
}

h3.footer_mesterkereso{ 
    width:80%;
    text-align: center;
    margin:0 auto;    
    background-color:#cc001f;
    margin-top:-20px;
    font-size:20px;
    color:#ebe3e4;
    margin-bottom:10px;
}

.mesterkereso_container{
    height:115px !important;
    margin-bottom:25px;
}


h3.footer_elerhetosegek{ 
    text-align: center;
    margin-left:30%;
    margin-right:30%;
    background-color:#cc001f;
    margin-top:-20px;
    font-size:20px;
    margin-bottom:5px;
    color:#fff;    
}

.inner_oszlop{
    margin:0px;
    padding:0px;
    text-align:center;
}

.inner_oszlop p{
    font-weight:500;
    font-size:14px;
}

.inner_oszlop p span.kekszoveg_also{
    color:#efbdc5;
    text-shadow: 1px 1px 1px #000;
}

.footer a{
    color:#FFF;
    text-decoration: none;
    font-size:14px;
    font-weight:500;
    display:block;
    cursor:pointer;
    text-align: center;
    margin-bottom:15px;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.footer div.mesterkereso .inner_container p{
    color:#FFF;    
    font-size:14px;
    font-weight:400;    
    text-align: left;
    margin-bottom:15px;
}

.footer div.mesterkereso .inner_container .mester{
    float:left;
}

.footer div.mesterkereso .inner_container .mester:first-of-type{
    padding-right:10px;    
}

.footer div.mesterkereso .inner_container .mester:last-of-type{
    padding-left:10px;    
}

.footer div.mesterkereso .inner_container .mester input{
    width:100%;
    padding:15px 10px;
    border:0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.footer div.mesterkereso .inner_container .mester button{
    width:100%;
    padding:15px 10px;
    border:0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color:#0091d4;
    color:#FFFFFF;
    cursor:pointer;
    margin-top:0px;
}

.footer div.mesterkereso .inner_container .mester button:hover{
    opacity:0.8;
}

button.black{
    background-color:#000 !important;
}

.footer div.linkek .inner_container a:hover{
    color:#0392d5;
}

.termek_lista_ablak{
    padding:20px;
    padding-top:0px;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.egy_termek_sor{
    width:100%;
    margin-bottom:20px;
}

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

.egy_termek_sor div{
    float:left;
    margin-right:20px;
    width:calc( 25% - 20px );    
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    color:#0392d5;
    background-color:#FFFFFF;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.egy_termek_sor div:hover{
    cursor:pointer;
    transform: scale(1.05,1.05);
}

.egy_termek_sor div:last-of-type{
    margin-right:0px;
    /*width:25%;    */
}

.egy_termek_sor div .termek_kep_doboz{
    background-color:#FFFFFF;
    overflow:hidden;
    width:100%;
    text-align:center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height:190px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding:5px;
    border:2px solid #cfd3d6;
}



/*.egy_termek_sor div .termek_kep_doboz img{
    width:100%;
    max-height:100%;
}*/

.szurok{
    margin-bottom:20px;
    width:100%;
}

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

.szurok div.rendszermeret{
    margin:5px 0px;
    width: 33%;
    height:25px;
    float:left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.szurok div.rendszermeret label{
    cursor:pointer;
}


.nincs_ilyen{
    text-align:center;
    width:100%;    
    color:#afca0b;
    font-size:20px;
    margin:20px 0px;    
}

.mobilon_lathato_cim{
    display:none;
}

.termek_oldal_termekkep_container{ 
    position: relative;
    min-height:300px;
    height:100%;
    border-right:1px solid #EEEEEE;
}

.termek_oldal_termekkep{
    
    width:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    min-height:300px;
    height:100%;
    border-right:0px solid #EEEEEE;
}


.kep_lapozo{
    position: absolute;
    z-index:3;
    width:50px;
    height:230px;
    top:50%;
    margin-top:-100px;
    padding:0px;
    padding-top:90px;
    font-size:40px;
    color:#008bcf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor:pointer;
    text-align:center;
}

.kep_lapozo:hover{
    background-color:rgba(0,139,207,0.5);
    color:#FFF;
    transform: scale(1,1.1);
}

.kep_balra{
    left:0px;
}

.kep_jobbra{
    right:0px;
}


.termekoldal_gombsor{
    margin-top:60px;
}

.visszagomb{
    width:192px;
    height:50px;
    cursor:pointer;
    font-weight:400;
    font-size:18px;
    background-color:#cfd3d6;
    color:#FFFFFF;
    border:0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.kepcim{
    text-align:center;
    background-color:#afcb07;
    color:#FFFFFF;
    height:45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    padding:10px;
}

.termekoldal_teljes_oszlop{
    width:100%;
    border:1px solid #afca07;
    border-top:0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.termekoldal_fejlec_a{
    
    margin-left:5px;
    
    text-align:center;
    background-color:#afcb07;
    color:#FFFFFF;
    height:45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:10px;
}

.termekoldal_oszlop_a{
    width:calc( 25% - 5px);
    margin-left:5px;    
    text-align:center;
    background-color:#f6f6f6;
    color:#000;
    height:40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:10px;
}

.termekoldal_oszlop_b{
    width:calc( 25% - 5px);
    margin-left:5px;    
    text-align:center;
    background-color:#e3e3e3;
    color:#000;
    height:40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:10px;
}

.hirkep{
    margin:0px 10px;
    width:98%;
    width:calc( 100% - 20px);
    height:320px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.hirtorzs{
    padding:3px 10px;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.egyhir_sor{
    width:100%;
    margin-bottom:60px;
}

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

div.esemeny_datum{
    float:none;
    color:#cc001e;
    font-size:14px;
}

h3.hirek{
    font-size:16px;
    color:#000;
    font-weight:bold;
    margin:20px 0px;
}

a.hirek_link{
    text-decoration: none;
    color:#cc001e;
    padding:3px;
}

a.hirek_link:hover{
    text-decoration: none;
    background-color:#cc001e;
    color:#FFF;
}

h4.fooldal_hircim{
    color:#000;
    font-weight:bold;
    font-size:14px;
}

.keplista{
    width:95%;
    text-align:left;
}

.keplista img{
    width:100%;
    overflow:hidden;
    margin-bottom:20px;
    cursor:pointer;
}

.cim_hirek_oldal{
    font-size:32px !important;
    margin-bottom:50px !important;
}

.osszesito_sor{
    color:#999999;
    width:100%;
    height:48px;
    padding:10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

.osszesito_sor div{
    float:left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:50%;
    text-align:left;
}

.osszesito_sor div a{
    text-decoration:none;
    color:#999999;
}

.osszesito_sor div a:hover{
    color:#afcb07;
}

.osszesito_sor div:last-of-type{
    text-align:right;
}

#keresesmezo{
    outline:none;
    border-bottom:1px solid #FFFFFF;
}

#keresesmezo:hover{
    border-bottom:1px solid rgba(0,145,212,0.2);
}

#keresesmezo:focus{
    border-bottom:1px solid rgba(0,145,212,0.7);
}

.kereses_lista{
    visibility:hidden;
    opacity:0;
    margin-top:5px;
    margin-left:-100px;
    position: absolute;        
    width:300px;
    height:auto;
    padding:15px;
    padding-right:2px;
    max-height:400px;
    z-index:11;
    background-color:rgba(0,0,0,0.8);
    overflow:hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
    -webkit-box-shadow:  0px 0px 5px #666666;
    -moz-box-shadow:  0px 0px 5px #666666;
    box-shadow:  0px 0px 5px #666666;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.8); 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #AAA; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #CCC; 
}


.talalati_lista{
    overflow:auto;
    height:100%;
    max-height:370px;
}

.talalat_megjegyzes{
    color:#CCCCCC;
    font-size:12px;
}

.talalati_lista_elemek{
    cursor:pointer;
    margin-bottom:4px;
    width:100%;
}

.talalati_lista_elemek:hover div{
    background-color:#FFF;
    color:#0091d4;
}

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

.talalati_lista_elemek div{
    float:left;
    width:70%;
    height:70px;   
    
    
    color:rgba(100,195,239,0.8);
    padding:0px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}

.talalati_lista_elemek div:first-of-type{
    width:30%;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kep_nagyitas{
    transform: scale(0.90,0.90);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.kep_nagyitas:hover{
    transform: scale(0.99,0.99);
    border-right:0px;
    cursor: zoom-in;
}

button.szurok_torlese_gomb{
    width:100%;
    border:0px;
    background-color:#afca07;
    color:#FFFFFF;
    height:40px;
    margin-top:15px;
    cursor:pointer;
}

button.szurok_torlese_gomb:hover{
    background-color:#91a515;
}

.pdf_iframe{
    width:100%;
    height:600px;
}

.kapcsolat_bekezdes p{
    line-height:28px;
    text-align: justify;
}

tr.szurke{
    background-color:#EbEcEc;
}

tr.feher{
    background-color:#FFF;
}

tr.zold{
    background: #b8ca00;
    font-weight: bold;
    text-align: center;
    border: 4px solid #0089cc;
}

tr.kek{
    background: #0089cc;
    font-size: 20px;
    color: #FFFFFF;
    text-shadow: 2px 1px 1px #b9ca00;
    filter: dropshadow(color=#b9ca00, offx=2, offy=1);
    text-align: center;
    font-weight: bold;
    border: 4px solid #0089cc;
}

tr.kek td{
    padding:15px 5px !important;
}

table.artabla{
    width: 100%;
    border: 4px solid #9d9fa0;
    margin: 0 0 20px 0;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

table.artabla tr td{
    vertical-align: middle;
    padding:5px;
}
table.artabla tr td a{
    float:left;
    margin-right:20px;
}

.uzletkereso_container{
    padding:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.uzletkereso_fejlec_kek{
    width:100%;
    background-color:#008bcf;
    color:#FFF;
    text-align:center;
    padding:5px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #008bcf
}

.uzletkereso_fejlec_zold{
    font-weight:500;
    width:100%;
    background-color:#b7cd00;
    color:#000;
    text-align:center;
    padding:5px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #b7cd00;
}

.uzletkereso_tartalom_szurke{
    width:100%;
    color:#008bcf;
    background-color:#FFF;
    text-align:center;
    padding:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #9d9d9b;
}

.uzletkereso_tartalom_kek{
    width:100%;
    color:#008bcf;
    background-color:#FFF;
    text-align:center;
    padding:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #008bcf;
}

.uzletkereso_megyelista{
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:10px;
}

.uzletkereso_kekgomb{
    width:150px;
    height:45px;
    background-color:#008bcf;
    color:#FFFFFF;
    font-size:16px;
    border:0px;
    cursor:pointer;
}

.uzletnev_szurke{
    width:100%;
    background-color:#9d9d9b;
    color:#FFFFFF;
    padding:7px 0px;
    font-size:20px;
    font-variant: small-caps;
}

.uzletadatok_szurke{
    background-color:#e9f6fe;
    color:#000;
    padding:15px;
    font-size:14px;
    font-weight:400;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.uzletadatok_szurke div{
    width:50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
}

.uzletadatok_szurke div:last-of-type{
    text-align:right;
}

area{
    outline: none;
}

.uzletadatok_szurke a{
    text-decoration: none;
    color:#008bcf;
}

.rendszer_elem_lista{
    width:100%;
    float:none !important;
}

.rendszer_elem_egysor{
    font-size:14px;
    width:100%;  
    margin-top:2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float:none !important;
}

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

.rendszer_elem_egysor div{
    padding:4px;
    float:left;
    width:calc( 65% - 6px );
    margin-left:3px;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.rendszer_elem_egysor div:last-of-type{
    text-align: center;
    width:20%;
}

.rendszer_elem_egysor div:first-of-type{
    text-align: center;
    width:15%;
    margin-left:0px;
}

.rendszer_elem_fejlec div{
    text-align:center;
    padding:5px;
    background-color:#008bcf !important;
    color:#FFF !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.rendszer_elem_fejlec{
    width:100%;
    
}

.rendszer_elem_lista .feher div{
    background-color:#e4edfe;
    color:#000000;  
    padding:5px 3px;
}

.rendszer_elem_lista .szurke div{
    background-color:#d7d8da;
    color:#000000; 
    padding:5px 3px;
}

.rendszer_elem_egysor:hover div{
    background-color:#91a515;
    color:#FFF;
    text-shadow: 1px 1px 1px #333333;
    cursor:pointer;
}

.rendszerek_kek{
    background-color:#008bcf;
    color:#FFF;
}

.pdf_letoltes_link{
    display:block;
    width:250px;
    margin-top:30px;
    text-decoration: none;
    border-radius:5px;
    padding:10px;
    background-color:#008bcf;
    color:#FFFFFF;
}

.pdf_letoltes_link:hover{
    opacity:0.8;
}

.rendszerkep_cim{
    text-align: center;
    font-weight:400;
    width:100%;
    font-size:20px;
    background-color:#008bcf;
    color:#FFF;
    padding:10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.rendszerkep_alcimek{
    width:100%;
    margin-top:10px;
}

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

.rendszerkep_alcimek div{
    float:left;
    width:50%;
    color:#000;
    padding:10px;
    font-weight:bold;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.rendszerkep_alcimek div:last-of-type{
    text-align: right;
}

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


.sorkiemeles{
    background-color:#FFF;
    transform: scale(1.02,1.1);
    -webkit-box-shadow:  0px 0px 5px #333333;
    -moz-box-shadow:  0px 0px 5px #333333;
    box-shadow:  0px 0px 5px #333333;
    margin-top:7px;
    margin-bottom:7px;
}

.sorkiemeles2{
    background-color:#FFF;
    transform: scale(1.02,1.05);
    -webkit-box-shadow:  0px 0px 5px #333333;
    -moz-box-shadow:  0px 0px 5px #333333;
    box-shadow:  0px 0px 5px #333333;
    margin-bottom:7px;
    margin-top:7px;
}

.sorkiemeles div{
    background-color:rgba(251,253,97,0.6) !important;    
    font-weight:500;
    font-size:120%;
}

.sorkiemeles2 div{
    background-color:rgba(253,222,97,0.6) !important;  
    font-weight:500;
    font-size:120%;
}

h3.rendszerek{
    color:#008bcf;
    font-weight:bold;
    font-size:20px;
    text-align:center;
}

.rendszer_betujel{
    float:left;
    width:60px;
    height: 62px;
    margin-left:-10px;
    margin-top:-10px;
    background-color:#afca0b;
    color:#646363;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:19px 0px;
    font-weight:bold;
    margin-right:20px;
    font-size:20px;
}

.rendszer_megnevezes{
    float:left;
    width: calc( 100% - 80px ) !important;
}


.refkepek{
    width: calc( 100% - 20px );
    margin:0px 10px;
    margin-bottom:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:250px;
}

.bovitofelhivas{
    background-color:#fe0000;
    text-align:center;
    font-size:22px;
    color:#FFF;
    font-weight:400;
    padding:30px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top:10px;
    margin-bottom:40px;
    
}

.bovitofejlec{
    background-color:#afcb07;
    color:#FFFFFF;
    text-align:center;
    padding:15px;    
    margin-bottom:5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a.szabalyzat{
    text-decoration: none;
    color:#0091d4;
    font-weight:500;
    padding:3px;
}

a.szabalyzat:hover{
    text-decoration: none;
    background-color:#0091d4;
    color:#FFF;
    font-weight:500;
}

.subfooter_container{
    width:100%;
    background-color:#1d1d1b;
    -webkit-box-shadow:  0px 0px 5px rgba(0,0,0,0.8);
    -moz-box-shadow:  0px 0px 5px rgba(0,0,0,0.8);
    box-shadow:  0px 0px 5px rgba(0,0,0,0.8);
}

.subfooter_content{
    margin:0 auto;
    width:100%;
    max-width:1280px; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:10px 20px;
    color:rgba(255,255,255,0.5);
    
}

.subfooter_content a{
    color:rgba(255,255,255,0.5);
    text-decoration: none;    
}

.subfooter_content a:hover{
    color:#018bd3;      
}

@keyframes cookie-elougro{
    0%{        
        opacity:0;        
    }
    100%{        
        opacity:1;
    }
}

.cookie_ablak{
    position:fixed;
    bottom:0;
    width:100%;
    background-color:rgba(0,0,0,0.8);
    color:#FFFFFF;
    min-height:80px;
    overflow:hidden;
    opacity:0;
    padding:15px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index:10010;
    
}

.cookie_ablak_animation{
    animation-name: cookie-elougro;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.cookie_ablak button{
    background-color:#e8cdd1;
    color:#000;
    padding:10px 15px;
    border:0px;
    min-width: 130px;
    cursor:pointer;
}

.cookie_ablak a{
    color:#f78899;
    cursor:pointer;
    font-weight:bold;
    text-decoration: none;
}

.cookie_ablak a:hover{
    text-decoration: underline;
}

ul.kapcsolat li{
    margin-bottom:3px;
}



@media screen and (max-width: 1000px) {
    .section_container{
        width:100%;
    }
    
    ul li a{
        padding:15px 5px;    
    }
    
    ul li{
        margin-right:5px;
    }
    
    
    
    .elerhetosegek{
        width:100%;
    }
    
    .linkek{
        width:50%;
    }
    
    .mesterkereso{
        width:50%;
    }
    
    #hirkep{
        width:50%;        
    }
    #hirszoveg{
        width:50%;        
    }
    
    .egy_termek_sor{
        margin-bottom:0px;
    }
    
    .egy_termek_sor div{
        margin-right:0px;
        width:100%;
        height:190px;
    }

    .egy_termek_sor div:last-of-type{
        margin-right:0px;
        width:100%;
        height:190px;
    }
    
    .egy_termek_sor div .termek_kep_doboz{        
        height:150px;        
    }
    
    .szurok{
        margin-bottom:20px;
        width:100%;
    }

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

    .szurok div.rendszermeret{
        margin:5px 0px;
        width: 25%;
        font-size:12px;
        float:left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    
    .szurok div.alapanyagszuro{
        margin:5px 0px;
        width: 50%;
        font-size:12px;
        float:left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    
    .szurok div.meretszuro{
        margin:5px 0px;
        width: 33%;
        font-size:12px;
        float:left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .szurok div.rendszermeret label{
        cursor:pointer;
    }
    
    .mobilon_lathato_cim{
        display:block;
        color:#0091d4;        
        font-weight:500;
        font-size:18px;
        margin:20px 0px;
        width:100%;
    }

    
}

button.tervrajzok{
    width:300px;
    background-color:#008bcf;
    color:#FFF;
    border:0px;
    height:50px;
    font-size:18px;
    font-weight:400;
    cursor: pointer;
}

button.tervrajzok:hover{
    opacity: 0.8;
}

.cikkszam_elem_container{
    display:none;
}

.cikkszam_elem_container .sotet_hatter{
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    left:0px;
    top: 0px;
    width:100%;
    height:100%;
    z-index: 5;
}

.cikkszam_elem{
    overflow-y:auto;
    position: fixed;
    left:50%;
    margin-left:-250px;
    width:500px;
    top:50%;
    margin-top:-300px;
    height:440px;
    padding:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#FFFFFF;
    z-index:10;
}

.regisztracio{
    visibility: hidden;
    opacity:0;
    display:none;
    overflow-y:auto;
    position: fixed;
    left:50%;
    margin-left:-250px;
    width:500px;
    top:30px;
    height:0px;
    padding:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#FFFFFF;
    z-index:11;
}

.cikkszam_elem_container .edit_sor{
    float:left;
    width:100%;
    padding:4px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cikkszam_elem_container a{
    text-decoration: none;
    color: #aaaaaa;
    cursor: pointer;
}

.cikkszam_elem_container a:hover{
    color:#008bcf;
}

.cikkszam_elem_container input{
    width:100%;
    padding:10px;
    font-family: 'Exo', sans-serif;
    font-weight:300;
    font-size:18px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.cikkszam_elem_container button{
    font-family: 'Exo', sans-serif;
    font-weight:300;
    padding:10px;
    background-color:#91a515;
    color:#FFF;
    font-size:20px;
    font-weight:300;
    border:0px;
    -webkit-box-shadow:  0px 0px 5px #CCCCCC;
    -moz-box-shadow:  0px 0px 5px #CCCCCC;
    box-shadow:  0px 0px 5px #CCCCCC;
    cursor:pointer;
}

.cikkszam_elem_container button:hover{
    opacity:0.8;
    -webkit-box-shadow:  0px 0px 0px #CCCCCC;
    -moz-box-shadow:  0px 0px 0px #CCCCCC;
    box-shadow:  0px 0px 0px #CCCCCC;
}

.cikkszam_elem_container button.megsem{
    background-color:#DDDDDD;
    color: #666666;

}

.cikkszam_elem_container h1{
    margin-top:-40px;

}

.regisztracio input{
    color:#008bcf;
}

.reghiba{
    background-color:#EE0000;
    color:#FFFFFF;
    margin-bottom:10px;
    width:100%;
    padding:20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sotet_hatter_felugrohoz{
    position: fixed;
    top:0px;
    left:0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    height:100%;
    z-index:102;
    background-color:#000;
    opacity:0.8;

}

.confirmfelugro_kisablak{
    padding:20px;
    position: fixed;
    top:0px;
    left:50%;
    top:50%;
    margin-top:-170px;
    margin-left:-200px;
    width:400px;
    min-height:140px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index:103;
}

.confirmfelugro_kisablak h1{
    margin:20px 0px;
    text-align: center;
    padding:0px;
    font-size:20px;
    color:#3369b3;
    font-weight:400;
}

.confirmfelugro_kisablak button{
    margin-right:20px;
}

.confirmfelugro_kisablak button:last-of-type{
    margin-right:0px;
}

.egytervrajz{
    display:block;
    width:100% !important;
    text-decoration: none;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color:#91a515 !important;
    font-size:20px;
    font-weight: 300;
    border-bottom:#EEEEEE;
}

.egytervrajz:hover{
    background-color:#91a515;
    color:#FFFFFF !important;
}

.bezaras_felirat{
    position:absolute;
    bottom:20px;
    right:20px;
    width:80px;
    text-align:center;
    height:20px;
    padding:5px;
    color:#EE0000;
    cursor:pointer;
    z-index:13;
}

.bezaras_felirat:hover{
    background-color:#EE0000;;
    color:#FFFFFF;
}

.akcios_regisztracios_ablak_container{
    position: fixed;
    top:100%;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.9);
    visibility: hidden;
    opacity: 0;
}

.akcios_regisztracios_ablak_container .akcios_regisztracios_tartalom{
    position: absolute;
    left:50%;
    margin-left:-350px;
    width:700px;
    top:50%;
    height:550px;
    margin-top:-300px;
    background-color:#FFF;
    z-index:101;
    overflow: hidden;
    overflow-y: auto;

}

.akcios_regisztracios_tartalom h1{
    background-color: #2c90d1;
    color:#FFF;
    padding:10px;
    margin:0px;
    font-size:22px;
    text-align: center;
}

.akcios_regisztracios_tartalom .akcios_inner_container{
    padding:0px 20px;
}

.akcios_regisztracios_tartalom p{
    text-align: justify;
}

.form-group{
    width:100%;
    margin-top:5px;
}

.form-group input[type=text]{

    font-family: "Exo", sans-serif;
    width:100%;
    padding:7px 10px;
    font-size:16px;
    font-weight:300;
    color:#333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #CCCCCC;
}

.form-group input[type=email]{

    font-family: "Exo", sans-serif;
    width:100%;
    padding:7px 10px;
    font-size:16px;
    font-weight:300;
    color:#333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #CCCCCC;
}

.form-group label{
    color:#2E6DA4;
    font-weight: 600;
}

.form-group label span{
    font-size:14px;
    font-weight:300;
}

label.simalabel{
    font-weight:400 !important;
    color:#000 !important;
}

.csak_mobilon_lathato{
    display:none;
}

.akcioform{
    margin-top:10px;
    padding:5px;
}

table.table{
    width:100%;
    height:auto;
}

table.table tr{

}

table.table tr:hover{

}

table.table tr td{
    margin:1px;
    padding:5px;
    border:1px solid #CCC;
}
table.table tr th{
    margin:1px;
    padding:5px;
    border:1px solid #CCC;
}

table.table tr:hover td{
    background-color:#EEE;
}

table.table tr td img{
    width:100%;
    height:auto;
}

.noborder{
   border:0 !important;
}

.noborder tr td{
    border:0 !important;
}

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

    .akcios_regisztracios_ablak_container .akcios_regisztracios_tartalom{
        position: absolute;
        left:0%;
        margin-left:0px;
        width:100%;
        top:0%;
        height:100%;
        margin-top:0px;

    }

    .csak_mobilon_lathato{
        display:block;
    }

    .akcios_regisztracios_ablak_container .akcios_regisztracios_tartalom{
        position: absolute;
        left:2%;
        margin-left:0px;
        width:96%;
        top:2%;
        height:96%;
        margin-top:0px;
        overflow: auto;
        background-color:#FFF;
        z-index:101;

    }

    .mobilon_nem_lathato{
        display:none;
    }
    
    .uzletkereso_container{
        padding:0px;
        
    }
    
    
    
    .elerhetosegek{
        width:100%;
    }
    
    .linkek{
        width:100%;
    }
    
    .mesterkereso{
        width:100%;
    }
    
    .inner_container{
        border:0px !important;
        border-top:1px solid #fff !important;
        height:auto !important;
    }
    
    .inner_container h3{
        margin:0px;
        margin-bottom:20px;
        width:100%;
        text-align: center;        
    }
    
    #hirkep{
        width:100%; 
        margin-bottom:20px;
    }
    #hirszoveg{
        width:100%;        
    }
    
    #gazkazan{
        padding:0px !important;
        padding-right:0px;
        padding-left:0px;
        margin:0px;
        margin-bottom:20px;
        height:auto !important;
        float:right !important;
    }
    
    #fakazan{
        padding-right:0px;
        padding-left:0px;
        padding:0px !important;
        margin:0px;
        height:auto !important;
        float:right !important;
    }
    
    .slide_container{
        display:none;
    }
    
    .header div.bal{
        width:100%;
    }

    .header div.kozep{
        width:100%;
    }

    .header div.jobb{    
        width:100%;
        text-align: center;
    }
    
    .header div.jobb input{    
        width:90%;
        text-align: left;
    }
    
    .header div.jobb i{    
        width:10%;
    }
    
    h2:after{
        color:#0091d4;
        content:" -";
        position:relative;
        margin-top:0px;
        margin-left:0px;
    }

    h2:before{
        color:#0091d4;
        content:"- ";
        position:relative;
        margin-top:0px;
        margin-left:0px;
    }
    
    .termekoldal_oszlop_a{
        font-size:13px;
        padding:10px 2px;
    }

    .termekoldal_oszlop_b{
        font-size:13px;
        padding:10px 2px;
    }
    
    .termekoldal_fejlec_a{
        height:60px;
    }
    
}