@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------     omegalaborkft.hu       --------------------*/
/*--------------------     default.css            --------------------*/
/*--------------------     version: 1.0.0         --------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------     Generator: WebProgger.hu  -----------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/


html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

/*----- ha nagyobb mint 1920px -----*/
@media screen and (min-width: 1920px) {

body {
    position:relative;
    display: table;

    float: none;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}
    
.container {
    position: relative;
    display: table;
    
    float: none;

    width: 100%;
    max-width: 1920px;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 0px;
    
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    box-shadow: -10px 0 50px 10px #aaa;
    box-shadow: 0 -10px 50px 10px #aaa;
}   
    
footer {
    -webkit-box-shadow: 0 30px 40px -0px #aaa;
	   -moz-box-shadow: 0 30px 40px -0px #aaa;
	        box-shadow: 0 30px 40px -0px #aaa;
}    
    

}
/*----- ha nagyobb mint 1900px - END -----*/


/*----- STANDARD méret -----*/

/*-- Default --*/
body {
    position:relative;
    float: left;

    width:100%;
    height:100%;
    min-height: 100%;

    margin: 0;
    background: #FFF;
}

a, img {
    border: none;
}

a:link, a:visited, a:hover {
    text-decoration: none;
}

input {
    -webkit-appearance: none;
    border-radius: 0px;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0px;
}

.page_loader_box {
    position: absolute;
    display: block;

    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    width: 60px;
    height: 60px;

    margin: auto;
    padding: 0px;
}
/*-- Default - END --*/


/*-- Layouts --*/
.wrapper {
  	min-height: 100%;
  	height: auto !important;
  	height: 100%;
  	margin: 0;
  	padding: 0;
}

header {
    position: fixed;
    display: block;

    top: 0px;
    left: 0px;
    right: 0px;

    width: 100%;
    max-width: 1920px;
    height: 70px;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;

    background: rgba(255, 255, 255, 1);

    -webkit-box-shadow: 0 8px 6px -10px #808080;
    -moz-box-shadow: 0 8px 6px -10px #808080;
    box-shadow: 0 8px 6px -10px #808080;

    z-index: 99;
}

section {
    position: relative;
    display: block;

    float: left;

    width: 100%;
    max-width: 1920px;
    min-height: 100%;

    margin-top: 70px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    
    z-index: 8;
}


footer {
    position: relative;
    display: block;

    float: left;

    width: 100%;
    max-width: 1920px;
    height: 100%;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;

    border-top: 1px solid #EEE;
    background: #FFFFFF;
    z-index: 7;
}
/*-- Layouts - END --*/


/*-- Cookies --*/
.cookies_row {
    position: fixed;
    display: none;

    bottom: 0px;
    left: 0px;

    width: 100%;
    height: auto;

    margin:0px;
    padding: 0px;

    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid rgba(55, 43, 128, 0.2);

    -webkit-box-shadow: 0 8px 6px 6px #808080;
    -moz-box-shadow: 0 8px 6px 6px #808080;
    box-shadow: 0 8px 6px 6px #808080;

    text-align: center;

    z-index: 9999;
}

.cookies_row p {
    position: relative;
    display: block;

    float: left;

    width: 80%;
    height: auto;

    color: #424242;

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style:normal;
    font-size: 0.95em;
    text-align: left;
    
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
}

.cookies_row img {
    position: absolute;
    display: none;

    top: 0px;
    bottom: 0px;
    left: 10px;


    width: 30px;
    margin: auto;
}

.cookie_btn {
    position: absolute;

    top: 0px;
    bottom: 0px;
    right: 20px;

    width: auto;
    height: 22px;

    margin: auto;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;

    background: #E9E9E9;
    color: #232323;

    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style:normal;
    font-size: 1em;

    -webkit-transition: color 0.5s, background 0.25s;
    transition: color 0.5s, background 0.25s;

    -moz-transition: color 0.5s, background 0.25s;
    -o-transition: color 0.5s, background 0.25s;

    cursor: pointer;
}

.cookie_btn:hover {
    background: #F9F9F9;
    color: #424242;
}
/*-- Cookies - END --*/


/*-- NO JavaScript --*/
.no_javascript {
    position: fixed;
    display: block;

    float: left;

    left: 0px;
    bottom: 0px;

    width: 100%;
    height: 50px;

    margin:0px;
    padding: 0px;

    background: #E53935;

    text-align: center;

    z-index: 9999;
}

.no_javascript_text {
    position: relative;
    display: block;

    width: 100%;

    margin-right: auto;
    margin-left: auto;
}

.no_javascript p {
    position: relative;
    display: block;

    float: left;

    color: #FFF;

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style:normal;
    font-size: 1em;

    margin-top: 15px;
    margin-left: 15px;
}

.no_javascript img {
    position: relative;
    display: block;

    float: left;

    width: 30px;
    margin-top: 10px;
    margin-left: 15px;
}
/*-- NO JavaScript END --*/


/*-- Error 404 --*/
.error_bg {
    display: table;
    content: "";
    
    background: url('../img/error404.jpg') no-repeat center center;
    background-size: cover;
    
    position: fixed;
    width: 100%;
    height: 100%;

    top: 0px;
    left: 0px;
}

.error_lay {
    display: table;
    content: "";
    background-color: rgba(35, 35, 35, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;

    top: 0px;
    left: 0px;
}

.error404 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 71%;
    height: 210px;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    background: transparent;
    
    padding: 0px;

    font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style:normal;
	font-size: 2.2em;

    text-shadow: 0 0 5px rgba(0,0,0,0.95);
    text-align: center;
    color: #FFF;
}

.error_cimlap_btn {
    position: relative;
	display: block;

    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;

    width: 200px;
    height: 27px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    
    background: #D2363C;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.5em;
    text-align: center;
    color: #FFFFFF;
    
    border-radius: 4px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.7);
    
    transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    -webkit-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
	-moz-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
	-o-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    
    cursor: pointer;
}

.error_cimlap_btn:hover {
    box-shadow: 0px 5px 20px rgba(40, 40, 40, 0.6);
    background: #D64A4F;
}

.error_cimlap_btn:active {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6);
    background: #BD3036;
}
/*-- Error 404 - END --*/


/*-- Slide style --*/
.slide_style_top {
    position: absolute;
    display: table;
    
    top: 0px;
    left: 0px;
    
    width: 100%;
    height: 270px;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url('../img/slide-style-top.png'); 
    background-repeat: no-repeat; 
    background-position: top left; 
    background-size: 40%;
}

.slide_style_bottom {
    position: absolute;
    display: table;
    
    bottom: 0px;
    right: 0px;
    
    width: 100%;
    height: 270px;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url('../img/slide-style-bottom.png'); 
    background-repeat: no-repeat; 
    background-position: bottom right; 
    background-size: 40%;
}

.slide_style_left {
    position: absolute;
    display: table;
    
    bottom: 0px;
    left: 0px;
    
    width: 120px;
    height: 100%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url(../img/slide-style-top-left.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 120px;
}

.slide_style_right {
    position: absolute;
    display: table;
    
    top: 0px;
    right: 0px;
    
    width: 120px;
    height: 100%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url(../img/slide-style-top-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 120px;
}

.slide_style_left_flip {
    position: absolute;
    display: table;
    
    bottom: 0px;
    right: 0px;
    
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    
    width: 120px;
    height: 100%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url(../img/slide-style-top-left.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 120px;
}

.slide_style_right_flip {
    position: absolute;
    display: table;
    
    top: 0px;
    left: 0px;
    
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    
    width: 120px;
    height: 100%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url(../img/slide-style-top-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 120px;
}
/*-- Slide style - END --*/


/*-- Fejléc --*/
.menu_row {
    position: relative;
    display: table;

    width: 90%;
    height: 70px;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}

.logo {
    position: relative;
    display: block;

    float: left;

    width: 60px;
    height: 60px;

    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}

.logo img {
    position: relative;
    display: table;

    height: 60px;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}

.logo a {
    position: relative;
    display: block;

    float: left;

    width: 100%;
    height: 100%;

    margin: 0px;
    padding: 0px;

    text-decoration: none;
}

.menu {
    position: relative;
    display: block;

    float: right;

    width: auto;
    height: 60px;

    margin-top: 7px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.menu ul {
    width: 100%;
    height: 100%;

    padding: 0px;

    list-style: none;
}

.menu ul li {
    position: relative;
    display: block;

    float: left;

    width: auto;
    height: 24px;

    padding-left: 15px;
    padding-right: 15px;

    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #707070;
    
    cursor: pointer;
}

.menu ul li:nth-child(6) {
    padding-right: 0px;
}

#mob_nav_li {
    position: relative;
    display: block;

    float: left;

    margin-top: -4px;
    margin-bottom: 0px;

    padding-left: 2px;
    padding-right: 0px;
}

.menu ul li a {
    position: relative;
    display: block;

    float: left;

    width: 100%;
    height: 100%;

    margin: 0px;
    padding: 0px;

    text-decoration: none;
    color: #707070;

    -webkit-transition: color 0.30s;
    transition: color 0.30s;

    -moz-transition: color 0.30s;
    -o-transition: color 0.30s;

    cursor: pointer;
}

.menu ul li a:hover {
    color: #D2363C;
}

.menu ul li a.active {
    color: #D2363C;
}


/*-- Mobile --*/
.mob_nav_btn {
    display: none;
}

.mob_menu {
    display: none;
}

.mob_nav_overlay {
    display: none;
    content: "";
    background-color: rgba(35, 35, 35, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;

    top: 0px;
    left: 0px;

    z-index: 9;
}
/*-- Mobile - END --*/

.nyelv_nav_overlay {
    display: none;
    content: "";
    background-color: rgba(35, 35, 35, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;

    top: 0px;
    left: 0px;

    z-index: 9;
}
/*-- Fejléc - END --*/


/*-- Dolgozzunk együtt! --*/
.webp .dolgozzunk_egyutt_row {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: 560px;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url('../img/dolgozzunk-egyutt-omega-labor-kft.webp'); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
}

.no-webp .dolgozzunk_egyutt_row {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: 560px;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url('../img/dolgozzunk-egyutt-omega-labor-kft.jpg'); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
}

.dolgozzunk_egyutt_inner {
    position: relative;
    display: table-row;
    
    width: 100%;
    height: 100%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    overflow: hidden;
    
    background: rgba(0,0,0,0.5);
}

.dolgozzunk_egyutt_tartalom_ct {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-15%, -50%);
    width: 470px;
    height: 245px;
    padding: 0px;
    margin: 0px;
}

.dolgozzunk_egyutt_tartalom_ct h2 {
    position: relative;
    display: block;
    
    width: 100%;
    height: 50px;
    
    margin: auto;
    padding: 0px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8em;
    
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

.dolgozzunk_egyutt_tartalom_ct p {
    position: relative;
    display: block;
    
    width: 90%;
    height: auto;
    
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

.dolgozzunk_egyutt_btn {
    position: relative;
    display: table;
    
    width: auto;
    height: auto;
    
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
    
    border-radius: 10px;
    background: #D2363C;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.9em;
    text-align: center;
    color: #FFFFFF;
    
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
    
    transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    -webkit-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    -moz-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    -o-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    
    cursor: pointer;
}

.dolgozzunk_egyutt_btn:hover {
    background: #D64A4F;
    box-shadow: 0px 5px 20px rgba(40, 40, 40, 0.6);
}

.dolgozzunk_egyutt_btn:active {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6);
}
/*-- Dolgozzunk együtt! - END --*/


/*-- Lábléc --*/
.lablec_row {
    position: relative;
    display: block;

    width: 100%;
    height: auto;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}

.lablec_inner {
    position: relative;
    display: block;

    width: 90%;
    height: auto;

    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
}

.lablec_inner img {
    position: relative;
    display: block;

    float: right;

    width: 50px;
    height: 50px;

    margin-top: -13px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;

    padding: 0px;
}

.copyright {
    position: relative;
    display: inline-block;

    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 45px;

    width: auto;
    height: 22px;

    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size: 1em;
    color: #707070;
    text-align: left;

}

.aszf {
    position: relative;
    display: inline-block;

    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 25px;

    width: auto;
    height: 22px;

    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size: 0.9em;
    color: #707070;
    text-align: left;
}

.aszf a {
    color: #707070;
    text-align: left;

    cursor: pointer;

    -webkit-transition: background 0.25s, border 0.25s, color 0.30s;
	transition: background 0.25s, border 0.25s, color 0.30s;

	-moz-transition: background 0.25s, border 0.25s, color 0.30s;
	-o-transition: background 0.25s, border 0.25s, color 0.30s;
}

.aszf a:hover {
    color: #D2363C;
}

.advny {
    position: relative;
    display: inline-block;

    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;

    width: auto;
    height: 22px;

    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size: 0.9em;
    color: #707070;
    text-align: left;
}

.advny a {
    color: #707070;
    text-align: left;

    cursor: pointer;

    -webkit-transition: background 0.25s, border 0.25s, color 0.30s;
	transition: background 0.25s, border 0.25s, color 0.30s;

	-moz-transition: background 0.25s, border 0.25s, color 0.30s;
	-o-transition: background 0.25s, border 0.25s, color 0.30s;
}

.advny a:hover {
    color: #D2363C;
}

.webp .nyelv_valto_btn {
    position: relative;
    display: table;
    
    float: right;
    
    width: auto;
    height: 16px;
    
    margin-top: -8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 15px;
    
    background: #F9F9F9 url(../img/nyelvek.webp) top 2px left 5px no-repeat;
    background-size: 35px;
    border: 1px solid #EEEEEE;
    
    color: #606060;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.9em;
    
    -webkit-transition: color 0.5s, background 0.25s;
    transition: color 0.5s, background 0.25s;
    -moz-transition: color 0.5s, background 0.25s;
    -o-transition: color 0.5s, background 0.25s;
    
    cursor: pointer;
}

.no-webp .nyelv_valto_btn {
    position: relative;
    display: table;
    
    width: auto;
    height: 16px;
    
    margin-top: -8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 15px;
    
    background: #F9F9F9 url(../img/nyelvek.png) top 2px left 5px no-repeat;
    background-size: 35px;
    border: 1px solid #EEEEEE;
    
    color: #606060;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.9em;
    
    -webkit-transition: color 0.5s, background 0.25s;
    transition: color 0.5s, background 0.25s;
    -moz-transition: color 0.5s, background 0.25s;
    -o-transition: color 0.5s, background 0.25s;
    
    cursor: pointer;
}

.nyelv_valto_btn:hover {
    background: #EEEEEE url(../img/nyelvek.png) top 2px left 5px no-repeat;
    background-size: 35px;
    color: #424242;
}

.nyelv_vlt_box {
    position: absolute;
    display: none;
    
    bottom: 87px;
    left: 0px;
    right: 0px;
    
    margin-left: auto;
    margin-right: auto;
    
    width: 100%;
    max-width: 1920px;
    height: 62px;
    
    background: #F9F9F9;
    
    z-index: 17;
}

.nyelv_vlt_content {
    position: relative;
    display: table;

    width: 90%;
    height: auto;

    margin: auto;
    padding: 0px;
}

.nyelv_vlt_content h2 {
    position: relative;
    display: block;

    float: left;

    width: 100%;
    height: 30px;

    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style:normal;
    font-size: 1.4em;
    color: #424242;
    text-align: left;
}

.nyelv_vlt_content a {
    position: relative;
    display: block;

    float: left;

    width: auto;
    height: 21px;

    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;

    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    color: #606060;

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style:normal;
    font-size: 0.9em;

    -webkit-transition: color 0.5s, background 0.25s;
    transition: color 0.5s, background 0.25s;

    -moz-transition: color 0.5s, background 0.25s;
    -o-transition: color 0.5s, background 0.25s;

    cursor: pointer;
}

.nyelv_vlt_content a:hover {
  	background: #EEEEEE;
  	color: #424242;
}

.nyelv_vlt_content a p {
    position: absolute;
    display: table;

    float: none;

    top: 0;
    bottom: 0;
    right: 15px;

    width: auto;
    height: 21px;

    margin: auto;
    padding: 0px;

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style:normal;
    font-size: 0.9em;

    text-align: center;
}

.nyelv_vlt_content a img {
    position: relative;
    display: block;

    float: left;

    width: 21px;
    height: 21px;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 20px;
    padding: 0px;
}
/*-- Lábléc - END --*/




/*----- ha kisebb mint 1050px -----*/
@media screen and (max-width: 1067px) {
    

/*-- Lábléc --*/
.lablec_inner img {
    position: relative;
    display: block;

    float: right;

    width: 50px;
    height: 50px;

    margin-top: -35px;
    margin-bottom: 35px;
    margin-left: 0px;
    margin-right: 0px;

    padding: 0px;
}

.copyright {
    position: relative;
    display: block;

    margin-top: 2px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 10px;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 15px;

    width: auto;
    height: 16px;

    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size: 1em;
    color: #707070;
    text-align: left;
}

.aszf {
    position: relative;
    display: block;
    
    float: left;

    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 30px;

    width: auto;
    height: 16px;

    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size: 0.9em;
    color: #707070;
    text-align: left;
}

.aszf a {
    color: #707070;
    text-align: left;

    cursor: pointer;

    -webkit-transition: background 0.25s, border 0.25s, color 0.30s;
	transition: background 0.25s, border 0.25s, color 0.30s;

	-moz-transition: background 0.25s, border 0.25s, color 0.30s;
	-o-transition: background 0.25s, border 0.25s, color 0.30s;
}

.aszf a:hover {
    color: #D2363C;
}

.advny {
    position: relative;
    display: block;
    
    float: left;

    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;

    width: auto;
    height: 16px;

    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size: 0.9em;
    color: #707070;
    text-align: left;
}

.advny a {
    color: #707070;
    text-align: left;

    cursor: pointer;

    -webkit-transition: background 0.25s, border 0.25s, color 0.30s;
	transition: background 0.25s, border 0.25s, color 0.30s;

	-moz-transition: background 0.25s, border 0.25s, color 0.30s;
	-o-transition: background 0.25s, border 0.25s, color 0.30s;
}

.advny a:hover {
    color: #D2363C;    
}

.nyelv_vlt_box {
    position: absolute;
    display: none;
    
    bottom: 123px;
    left: 0px;
    right: 0px;
    
    margin-left: auto;
    margin-right: auto;
    
    width: 100%;
    max-width: 1920px;
    height: 62px;
    
    background: #F9F9F9;
    
    z-index: 17;
}
/*-- Lábléc - END --*/      

}



/*----- ha kisebb mint 950px -----*/
@media screen and (max-width: 967px) {
   
/*-- Fejléc --*/    
.menu {
    display: none;
}    
    
#mob_nav_btn {
    position: absolute;
    display: block;

    top: 25px;
    right: 0px;

    width: 30px;
    height: 22px;

    margin-right: 0px;
    margin-left: 0px;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#mob_nav_btn span {
    position: absolute;
    display: block;
    height: 3px;
    width: 30px;
    background: #707070;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
    
#mob_nav_btn:hover span {
    background: #D2363C;
}

#mob_nav_btn span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mob_nav_btn span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mob_nav_btn span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mob_nav_btn.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 4px;
}

#mob_nav_btn.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#mob_nav_btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 4px;
} 
    

/*-- Mobile --*/
.mob_menu {
    position: absolute;
    display: none;

    top: 70px;
    left: 0px;

    width: 100%;
    height: 325px;

    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 8px 6px -8px #232323;
    -moz-box-shadow: 0 8px 6px -8px #232323;
    box-shadow: 0 8px 6px -8px #232323;

    z-index: 99;
}

.mob_menu ul {
    width: 100%;
    height: 100%;

    padding: 0px;
    margin-top: 20px;
    
    list-style: none;
}

.mob_menu ul li {
    position: relative;
    display: table;

    float: none;

    width: 90%;
    height: 24px;

    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;

    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;

    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    color: #707070;
    text-align: center;
}

.mob_menu ul li a {
    position: relative;
    display: block;

    float: left;

    width: 100%;
    height: 100%;

    margin: 0px;
    padding: 0px;

    text-decoration: none;
    color: #707070;

    -webkit-transition: color 0.30s;
    transition: color 0.30s;

    -moz-transition: color 0.30s;
    -o-transition: color 0.30s;

    cursor: pointer;
}

.mob_menu ul li a:hover {
    color: #D2363C;
}    
/*-- Fejléc - END --*/
    
    
/*-- Dolgozzunk együtt! --*/
.dolgozzunk_egyutt_tartalom_ct {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 400px;
    height: 245px;
    padding: 0px;
    margin: 0px;
}
/*-- Dolgozzunk együtt! - END --*/    
    
}



/*---- ha kisebb mint 600px és LANDSCAPE ----*/
@media screen and (max-width: 600px) and (orientation:landscape) {   
    
.mob_menu ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

}



/*----- ha kisebb mint 850px -----*/
@media screen and (max-width: 850px) {
    
.slide_style_left {
    background-size: 70px;
}

.slide_style_right {
    background-size: 70px;
}
    
.slide_style_left_flip {
    background-size: 70px;
}

.slide_style_right_flip {
    background-size: 70px;
}
/*-- Slide style - END --*/    
    
}


/*----- ha kisebb mint 600px -----*/
@media screen and (max-width: 600px) {
 
/*-- Error404 --*/      
.error404 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 210px;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    background: transparent;
    
    padding: 0px;

    font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style:normal;
	font-size: 2em;

    text-shadow: 0 0 5px rgba(0,0,0,0.95);
    text-align: center;
    color: #FFF;
}
/*-- Error404 - END --*/       
    
    
/*-- Dolgozzunk együtt! --*/
.dolgozzunk_egyutt_tartalom_ct {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 90%;
    height: 275px;
    padding: 0px;
    margin: 0px;
}
    
.dolgozzunk_egyutt_tartalom_ct h2 {
    font-size: 1.7em;
}    
/*-- Dolgozzunk együtt! - END --*/        


/*-- Lábléc --*/
.lablec_inner img {
    position: relative;
    display: block;

    float: left;

    width: 50px;
    height: 50px;

    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;

    padding: 0px;
}

.copyright {
    position: relative;
    display: block;

    margin-top: 2px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 10px;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 15px;

    width: auto;
    height: auto;

    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size: 1em;
    color: #707070;
    text-align: left;
}

.aszf {
    position: relative;
    display: block;

    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 15px;

    width: 100%;
    height: 16px;

    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size: 0.9em;
    color: #707070;
    text-align: left;
}

.aszf a {
    color: #707070;
    text-align: left;

    cursor: pointer;

    -webkit-transition: background 0.25s, border 0.25s, color 0.30s;
	transition: background 0.25s, border 0.25s, color 0.30s;

	-moz-transition: background 0.25s, border 0.25s, color 0.30s;
	-o-transition: background 0.25s, border 0.25s, color 0.30s;
}

.aszf a:hover {
    color: #D2363C;
}

.advny {
    position: relative;
    display: block;

    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;

    width: 100%;
    height: 16px;

    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size: 0.9em;
    color: #707070;
    text-align: left;
}

.advny a {
    color: #707070;
    text-align: left;

    cursor: pointer;

    -webkit-transition: background 0.25s, border 0.25s, color 0.30s;
	transition: background 0.25s, border 0.25s, color 0.30s;

	-moz-transition: background 0.25s, border 0.25s, color 0.30s;
	-o-transition: background 0.25s, border 0.25s, color 0.30s;
}

.advny a:hover {
    color: #D2363C;
}
    
.webp .nyelv_valto_btn {
    position: relative;
    display: table;
    
    float: left;
    
    width: auto;
    height: 16px;
    
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 15px;
    
    background: #F9F9F9 url(../img/nyelvek.webp) top 2px left 5px no-repeat;
    background-size: 35px;
    border: 1px solid #EEEEEE;
    
    color: #606060;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.9em;
    
    -webkit-transition: color 0.5s, background 0.25s;
    transition: color 0.5s, background 0.25s;
    -moz-transition: color 0.5s, background 0.25s;
    -o-transition: color 0.5s, background 0.25s;
    
    cursor: pointer;
}

.no-webp .nyelv_valto_btn {
    position: relative;
    display: table;
    
    float: left;
    
    width: auto;
    height: 16px;
    
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 15px;
    
    background: #F9F9F9 url(../img/nyelvek.png) top 2px left 5px no-repeat;
    background-size: 35px;
    border: 1px solid #EEEEEE;
    
    color: #606060;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.9em;
    
    -webkit-transition: color 0.5s, background 0.25s;
    transition: color 0.5s, background 0.25s;
    -moz-transition: color 0.5s, background 0.25s;
    -o-transition: color 0.5s, background 0.25s;
    
    cursor: pointer;
}    
    

.nyelv_vlt_box {
    position: absolute;
    display: none;
    
    bottom: 280px;
    left: 0px;
    right: 0px;
    
    margin-left: auto;
    margin-right: auto;
    
    width: 100%;
    max-width: 1920px;
    height: 62px;
    
    background: #F9F9F9;
    
    z-index: 17;
}    
/*-- Lábléc - END --*/        
    
}