/*font*/
@font-face {
  font-family: 'AudiTypeExtendedBold';
  src:  url('/fonts/AudiTypeExtendedBold.eot?#iefix') format('embedded-opentype'),  
        url('/fonts/AudiTypeExtendedBold.woff') format('woff'),
        url('/fonts/AudiTypeExtendedBold.ttf') format('truetype'), 
        url('/fonts/AudiTypeExtendedBold.svg#AudiTypeExtendedBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AudiTypeBold';
  src:  url('/fonts/AudiTypeBold.eot?#iefix') format('embedded-opentype'),  
        url('/fonts/AudiTypeBold.woff') format('woff'), 
        url('/fonts/AudiTypeBold.ttf')  format('truetype'), 
        url('/fonts/AudiTypeBold.svg#AudiTypeBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AudiTypeNormal';
  src:  url('/fonts/AudiTypeNormal.eot?#iefix') format('embedded-opentype'),  
        url('/fonts/AudiTypeNormal.woff') format('woff'), 
        url('/fonts/AudiTypeNormal.ttf')  format('truetype'), 
        url('/fonts/AudiTypeNormal.svg#AudiTypeNormal') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AudiTypeExtendedNormal';
  src:  url('/fonts/AudiTypeExtendedNormal.eot?#iefix') format('embedded-opentype'),  
        url('/fonts/AudiTypeExtendedNormal.woff') format('woff'), 
        url('/fonts/AudiTypeExtendedNormal.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'AudiTypeBold03';
    src: url('/allasok/fonts/AudiType-Bold_03.eot'); /* I9 compact */
    src: url('/allasok/fonts/AudiType-Bold_03.eot?#iefix') format('embedded-opentype'), 
         url('/allasok/fonts/AudiType-Bold_03.ttf')  format('truetype');
}

/**/
.mt-20 {
    margin-top: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
html, body {
    background-color: #fff;
    color: #000;
    line-height: 18px;
    font: 13px 'Verdana';
    height: 100%;
}
.container-fluid { max-width: 1680px; }
div.slidebanner {
    cursor: pointer;
    position: fixed;
    z-index: 100000;
    top: 160px;
    right: -250px;
    width: 300px;
    text-align: center;
    display: block;
}
div.slidebanner-container {
    position: relative;
    width: 360px;
    height: 300px;
}
div.slidebanner div.slidebanner-title {
    position: absolute;
    /*top: 104px;*/
    /*left: -144px;*/
    background-color: #cc0033;
    color: #fff;
    font: 16px 'AudiTypeExtendedBold';
    color: #fff;
    width: 310px;
    z-index: 10000;
    padding: 15px 10px 15px 10px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    transform-origin: 50% 50%;
    top: 43%;
    left: -130px;
        display: inline-block;
}
div.slidebanner div.slidebanner-content {
    position: absolute;
    top: 0;
    left: 50px;
    border: 5px solid #cc0033;
}

/*start*/
div.header{
    width: 100%;
    background: #e5eaee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZWFlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #e5eaee 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5eaee), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left,  #e5eaee 0%,#ffffff 100%);
    background: -o-linear-gradient(left,  #e5eaee 0%,#ffffff 100%);
    background: -ms-linear-gradient(left,  #e5eaee 0%,#ffffff 100%);
    background: linear-gradient(to right,  #e5eaee 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5eaee', endColorstr='#ffffff',GradientType=1 );
}
div.feeling-image {
    width: 100%;
    margin: 0 auto;
    max-width: 1680px;
}
div.home-choice div.row div { margin-top: 25px; }
div.home-footer {
    margin-top: 25px;
    font-size: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #dfe0e2;
}
div.home-footer p { font-size: 10px; }

/*home*/
div.home {
    width: 100%;
}
div.home table {
    width: 100%;
    margin: 0 auto;
    max-width: 1680px;
    table-layout: fixed;
}
div.home table td.links {
    width: 100%;
}
div.home table td.feeling {
    width: 100%;
}
div.home table td.links a {
    display: block;
    width: 100%;
    float: left;
    background-size: cover;
    position: relative;
    color: #fff;
    font: 16px 'AudiTypeExtendedBold';
}
div.home table td.links a.link-vallalat {
    background: transparent url(/gfx/feeling/link-1.jpg) no-repeat 0 0;
    background-size: cover;
}
div.home table td.links a.link-hirek {
    background: transparent url(/gfx/feeling/link-2.jpg) no-repeat 0 0;
    background-size: cover;
}
div.home table td.links a.link-karrier {
    background: transparent url(/gfx/feeling/link-3.jpg) no-repeat 0 0;
    background-size: cover;
}
div.home table td.links a.link-gyarlatogatas {
    background: transparent url(/gfx/feeling/link-4.jpg) no-repeat 0 0;
    background-size: cover;
}
div.home table td.links a font {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    font: 16px 'AudiTypeExtendedBold';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
div.home td.links a:hover font {
    color: #dcdddf;
}

div.home a.ggs-home-button {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 1680px;
    table-layout: fixed;

    font-size: 16px;
    font-family: "AudiTypeBold", "Verdana","Arial","Tahoma","Trebuchet MS";
    line-height: 45px;
    padding: 0px 10px 0px 15px;
    background-color: #3f474f;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
}

div.home a.ggs-home-button:hover {
    background-color: #848e9b;
    text-decoration: none;
}

/*header menu*/
div.header-menu a {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin: 15px 0 0 20px;
    float: left;
}

/*menu*/
div.menu {
    margin: 0 20px 0 20px;
}
div.menu a.menu {
    font: 12px 'AudiTypeExtendedNormal';
    padding: 5px 0 10px 0;
    margin: -18px 12px 0 0;
    color: #010000;
    float: left;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}
div.menu a.menu:hover,
div.menu a.menu.current {
    text-decoration: none;
    color: #cd0533;
    border-bottom: 3px solid #cc0033;
}
div.menu img.search {
    margin: -15px 0 0 0;
    height: 18px;
}
div.burgermenu,
div.opened-burgermenu {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    padding-right: 10px;
    border-right: 1px solid #848e9b;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 100;
}
span.burgermenu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 2px solid #010000;
    width: 80%;
    transition: 0.55s;
}
span.burgermenu-top { top: 8px; }
span.burgermenu-middle { top: 18px; }
span.burgermenu-bottom { top: 28px; }
div.opened-burgermenu span.burgermenu-top {
    transform: rotate(50deg);
    -webkit-transform: scale(1) rotate(50deg) translate(0px, 0px);
    top: 18px;
}
div.opened-burgermenu span.burgermenu-bottom {
    transform: rotate(-50deg);
    -webkit-transform: scale(1) rotate(-50deg) translate(0px, 0px);
    top: 18px;
}
/*footer*/
div.footer {
    margin-top: 25px;
    font-size: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
div.footer div.footer-link {
    border-top: 1px solid #dfe0e2;
    padding-top: 10px;
}
div.footer div.footer-link a {
    margin: 0 15px 0 0;
    line-height: 22px;
    color: #000;
}
div.footer div.footer-link div.fleft {
    text-align: center;
    margin: 0 0 10px 0;
    float: none;
}
div.footer div.footer-link div.fright {
    text-align: center;
    float: none;
    clear: both;
}

/*news*/
div.new-list {
    margin: 0 0 25px 0;
    float: left;
    width: 100%;
}
div.new-list img.fleft{
    margin: 0 25px 10px 0;
    float: left;
    width: 40%;
}
div.new-list img.fright{
    margin: 0 0 10px 25px;
    float: right;
    width: 40%;
}
div.new-list p {
    margin: 0 0 10px 0;
}
div.new-list h5 {
    margin: 0 0 10px 0;
}

/*data*/
div.data {
    margin: 20px;
    margin: 0 auto;
    max-width: 1680px;
}
div.data img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

/*headings*/
h1 {
    color: #010000;
    font: 18px 'AudiTypeExtendedBold';
    margin: 20px 0 35px 20px;
    text-align: center;
}
h1 a { color: #010000; }
h1 a:hover { text-decoration: none; }
h2 {
    color: #010000;
    font: 25px 'AudiTypeNormal';
    margin: 0 0 20px 0;
}
h2 a.content-link {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 0 10px 30px;
    font: 16px 'AudiTypeExtendedBold';
    background: #edf1f4 url(/gfx/more.png) no-repeat 15px 15px;
    background-size: 7px 11px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.3);
}
h4 {
    font: 16px 'AudiTypeExtendedBold';
    color: #000;
    padding: 0 0 8px 5px;
    border-bottom: 1px solid #dfe0e2;
}
h5 {
    font: 12px 'AudiTypeExtendedBold';
    color: #000;
    margin-bottom: 10px;
}
h6 {
    font: 24px 'AudiTypeExtendedBold';
    color: #848e9b;
    text-align: center;
    margin: 15px 0 15px 0;
}

/*link*/
a,
a:active,
a:focus {
    color: #cc0033;
    text-decoration: none;
}
a:hover {
    color: #cc0033;
    text-decoration: underline;
}
h2 a {
    color: #010000;
    text-decoration: none;
}
h2 a:hover {
    color: #cc0033;
    text-decoration: none;
}
h5 a {
    color: #000;
    text-decoration: none;
}
h5 a:hover {
    color: #000;
    text-decoration: underline;
}
a.more {
    font-size: 11px;
    color: #000;
    padding: 0 0 0 10px;
    text-decoration: none;
    background: transparent url(/gfx/more.png) no-repeat center left;
    background-size: 6px 10px;
}
a.more:hover {
    color: #000;
    text-decoration: underline;
}
a.back-to-top {
    position: fixed;
    bottom: 130px;
    right: 6px;
    display: block;
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2223px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2023%2014%22%20enable-background%3D%22new%200%200%2023%2014%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%221.533%2C14%201.533%2C12.6%203.067%2C12.6%203.067%2C11.2%204.6%2C11.2%204.6%2C9.8%206.133%2C9.8%206.133%2C8.4%207.667%2C8.4%207.667%2C7%209.2%2C7%209.2%2C5.6%20%2010.733%2C5.6%2010.733%2C4.2%2012.267%2C4.2%2012.267%2C5.6%2013.8%2C5.6%2013.8%2C7%2015.333%2C7%2015.333%2C8.4%2016.867%2C8.4%2016.867%2C9.8%2018.4%2C9.8%2018.4%2C11.2%20%2019.933%2C11.2%2019.933%2C12.6%2021.467%2C12.6%2021.467%2C14%2023%2C14%2023%2C9.8%2021.467%2C9.8%2021.467%2C8.4%2019.933%2C8.4%2019.933%2C7%2018.4%2C7%2018.4%2C5.6%20%2016.867%2C5.6%2016.867%2C4.2%2015.333%2C4.2%2015.333%2C2.8%2013.8%2C2.8%2013.8%2C1.4%2012.267%2C1.4%2012.267%2C0%2010.733%2C0%2010.733%2C1.4%209.2%2C1.4%209.2%2C2.8%20%207.667%2C2.8%207.667%2C4.2%206.133%2C4.2%206.133%2C5.6%204.6%2C5.6%204.6%2C7%203.067%2C7%203.067%2C8.4%201.533%2C8.4%201.533%2C9.8%200%2C9.8%200%2C14%20%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 100;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
}
a.back-to-top:hover {
    background: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2223px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2023%2014%22%20enable-background%3D%22new%200%200%2023%2014%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Ecircle%2C%20ellipse%2C%20line%2C%20path%2C%20polygon%2C%20polyline%2C%20rect%2C%20text%20%7B%20fill%3A%20%23cd0533%20!important%3B%20%7D%3C%2Fstyle%3E%3Cpolygon%20points%3D%221.533%2C14%201.533%2C12.6%203.067%2C12.6%203.067%2C11.2%204.6%2C11.2%204.6%2C9.8%206.133%2C9.8%206.133%2C8.4%207.667%2C8.4%207.667%2C7%209.2%2C7%209.2%2C5.6%20%2010.733%2C5.6%2010.733%2C4.2%2012.267%2C4.2%2012.267%2C5.6%2013.8%2C5.6%2013.8%2C7%2015.333%2C7%2015.333%2C8.4%2016.867%2C8.4%2016.867%2C9.8%2018.4%2C9.8%2018.4%2C11.2%20%2019.933%2C11.2%2019.933%2C12.6%2021.467%2C12.6%2021.467%2C14%2023%2C14%2023%2C9.8%2021.467%2C9.8%2021.467%2C8.4%2019.933%2C8.4%2019.933%2C7%2018.4%2C7%2018.4%2C5.6%20%2016.867%2C5.6%2016.867%2C4.2%2015.333%2C4.2%2015.333%2C2.8%2013.8%2C2.8%2013.8%2C1.4%2012.267%2C1.4%2012.267%2C0%2010.733%2C0%2010.733%2C1.4%209.2%2C1.4%209.2%2C2.8%20%207.667%2C2.8%207.667%2C4.2%206.133%2C4.2%206.133%2C5.6%204.6%2C5.6%204.6%2C7%203.067%2C7%203.067%2C8.4%201.533%2C8.4%201.533%2C9.8%200%2C9.8%200%2C14%20%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,0.5);
}
h1 a.start-link {
    color: #000;
}
h1 a.start-link:hover {
    color: #cc0033;
    text-decoration: none;
}

/*cumb*/
div.cumb {
    margin-top: 20px;
}
img.img-cumb {
    margin: -3px 10px 0 10px;
}

/*video holder*/
div.image-holder {
    margin: 0;
}
div.image-holder img,
div.image-holder video {
    max-width: 100%;
    display: table;
    margin: 0 auto;
    height: auto !important;
}

/*csempe*/
div.tile {
    cursor: pointer;
    margin: 0 0 25px 0;
}
div.tile--home {
    position: relative;
}
div.tile--home.is-nomargin {
    margin: 0;
}
div.tile p {
    margin: 5px 0 0 10px;
}
div.tile a.pinned_logo {
    position: absolute; 
    left: 30px; 
    top: 30px; 
    z-index: 988;
    display: block;  
}
div.tile-image {
    position: relative;
}
div.tile-image img {
    width: 100%;
}
div.tile-title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 0;
    width: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
div.tile-title h3 {
    color: #fff;
    margin: 5px;
    font: 12px 'AudiTypeExtendedBold';
    cursor: pointer;
}
div.tile-title h3.tar {
    text-align: left;
}
div.tile p.tar {
    text-align: left;
    padding-right: 0;
}
div.tile-cat-title {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 0;
    width: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}
div.tile-cat-title h6 {
    color: #fff;
    margin: 5px;
    font: 12px 'AudiTypeExtendedBold';
    text-align: right;
}
div.tile--h250 {
    opacity: 1;
    transition: opacity 0.3s;
}
div.tile--h250.is-faded {
    opacity: 0.5;
}
div.tile--h250 .tile-image {
    background-size: cover;
    background-position: center center;
    min-height: 250px;
}

div.tile--h250 .tile-image:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    transition: background 0.3s;
}
div.tile--h250 .tile-image:hover:before {
    background: rgba(0,0,0,0.33);
}

/*form*/
div.mobile-search {
    margin: 10px;
}
form.mobile-search {
    clear: both;
    float: left;
    width: 100%;
}
form.mobile-search input#mobile-search {
    width: 90%;
    float: left;
    padding: 5px;
    outline: none;
    border: 1px solid #c5c9ca;
    border-right: 0;
    background-color: #e7e8ea;
    -webkit-appearance: none;
    border-radius: 0;
    margin-bottom: 15px;
}
form.mobile-search input#mobile-submit {
    float: left;
    width: 10%;
    padding: 5px;
    border: 1px solid #c5c9ca;
    border-left: 0;
    background: #e7e8ea url(/gfx/search.png) no-repeat 0 5px;
    background-size: 16px 16px;
    -webkit-appearance: none;
    border-radius: 0;
    margin-bottom: 15px;
}

/*search*/
div.search-form {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 250px;
    padding: 10px;
    height: 50px;
    background-color: #fcfcfd;
    z-index: 100;
-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.4);
}
form.search input#search-text {
    background-color: #fff;
    outline: none;
    padding: 5px;
    float: left;
    border: 0;
    width: 180px;
    border-bottom: 1px dotted #000;
    -webkit-appearance: none;
    border-radius: 0;
}
input#gmaps-direction-loaction {
    background-color: #fff;
    outline: none;
    padding: 5px;
    float: left;
    border: 0;
    margin: 0 0 5px 8px;
    width: 100%;
    border-bottom: 1px dotted #000;
    -webkit-appearance: none;
    border-radius: 0;
}
form.search input#search-submit {
    background-color: #000;
    color: #fff;
    float: left;
    border: 0;
    margin: -3px 0 0 10px;
    padding: 6px 10px;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

/*contact*/
div.contact p {
    padding-left: 8px;
    margin: 0;
    font-size: 12px;
}
div.contact p strong { margin: 5px 0 0 0; }
div.contact a { color: #cc0033; }
div.contact a:hover {
    text-decoration: none;
    color: #000;
}

/*form*/
div#beszallito-layer {
    float: left;
}
div.data form,
div#beszallito-layer form {
    width: 100%;
    background-color: #e7e9ea;
    padding: 30px 40px;
    float: left;
}
div.data form label,
div#beszallito-layer form label {
    width: 35%;
    float: left;
    margin: 8px 0 0 0;
    font-weight: normal;
}
div.data form div#detailed-search-content * {
    outline: none;
}
div.data form div#detailed-search-content label {
    width: auto;
    float: none;
}
div.data form div#detailed-search-content ul li {
    padding: 0;
    background: none;
}
div.data form div#detailed-search-content ul li {
    padding: 0;
    background: none;
}
div.data form label {
    clear: both;
}
div#beszallito-layer form label:not(.checkbox) {
    clear: both;
}
div.data form label.marked,
div#beszallito-layer form label.marked { font-weight: bold; }
div.data form input,
div#beszallito-layer form input,
div.data form textarea,
div#beszallito-layer form textarea,
div.data form select,
div#beszallito-layer form select {
    background-color: #fff;
    border: 0;
    outline: none;
    padding: 8px;
    width: 65%;
    float: left;
    margin: 0 0 12px 0;
    border: 1px solid #fff;
}
div.data form input[type='text'],
div#beszallito-layer form input[type='text'],
div.data form textarea,
div#beszallito-layer form textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
div#beszallito-layer form input.mask-money[type='text'] {
    width: 25%;
}
div#beszallito-layer form input.duns[type='text'] {
    width: 25%;
}
div#beszallito-layer form input[type='text']:disabled {
    background-color: #dfdfdf;
}
div#beszallito-layer form em {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
span.currency-container {
    margin: 10px 0 0 5px;
}
div.data form select,
div#beszallito-layer form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background: #fff url(/gfx/select.png) no-repeat center right;
    background-size: 20px 10px;
}
div.data form textarea,
div#beszallito-layer form textarea {
    resize: none;
}
div.data form input[type='submit'],
div#beszallito-layer form input[type='submit'] {
    font: 16px 'AudiTypeExtendedBold';
    color: #000;
    background-color: transparent;
    cursor: pointer;
    float: right;
    margin: 12px 0 0 0;
    width: auto;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
div.data form input[type='checkbox'],
div#beszallito-layer form input[type='checkbox'],
div.data form input[type='radio'],
div#beszallito-layer form input[type='radio'] {
    color: #000;
    cursor: pointer;
    float: left;
    margin: 10px 5px 0 5px;
    width: auto;
    border: 0;
    clear: both;
}
div.data form input[type='submit'].btn-red {
    background: #cc0033;
    color: #fff;
}
div.data form input[type='submit'].btn-red:hover {
    background: #fff;
    color: #000;
}

div#beszallito-layer form span.error,
form span.error {
    display: none;
}
form span.errors {
    color: #cc0033;
    margin: 5px 0 0 5px;
}
.errorcolor {
    color: #cc0033 !important;
}
form span.star {
    color: #cc0033;
}
div.data form input.error,
div.data form select.error,
div.data form textarea.error,
div#beszallito-layer form input.error,
div#beszallito-layer form textarea.error {
    border: 1px solid #cc0033;
}
div.data h2.error,
div#beszallito-layer h2.error {
    color: #cc0033;
}
div#beszallito-layer h2.error {
    background-color: #e7e9ea;
    padding: 10px 0 10px 20px;
    margin: 0;
}
div#beszallito-layer div.error {
    width: 100%;
    background-color: #e7e9ea;
    padding: 0 40px 0 40px;
    float: left;
}
div#beszallito-layer div.error ul {
    margin: 0;
    padding: 0;
}
div#beszallito-layer div.error ul li {
    margin: 0 0 15px 0;
    padding: 0;
}
div#beszallito-layer form ul {
    clear: both;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
    list-style-type: none;
}
div#beszallito-layer form ul li {
    padding: 0;
    margin: 0;
}
div#beszallito-layer form ul li a {
    padding: 0 0 0 15px;
    margin: 0;
    line-height: 20px;
    background: transparent url(/gfx/more.png) no-repeat 0 4px;
    background-size: 6px 10px;
}
div.data form label.checkbox {
    float: left;
    width: auto;
    clear: both;
    margin: 7px 10px 0 0;
}
div.data form input.checkbox2 {
    clear: none;
    margin: 2px 5px 0 0;
}
div.data form label.checkbox2 {
    width: 100%;
    clear: none;
}
div.data form.erecform input[type="text"],
div.data form.erecform input[type="file"],
div.data form.erecform .select-wrapper {
    clear: both;
    width: 100%;
  
}
div.data form.erecform .select-wrapper { 
    position: relative; 
    background: #fff;
    margin: 0 0 12px 0;
    float: left;
}
div.data form.erecform .select-wrapper select { 
    width: 100%; 
    background: #fff;
    float: none;
    margin: 0;
}
div.data form.erecform .select-wrapper:after {
    content: '';
    display: block;
    width: 30px;
    z-index: 400;
    background: #fff url(/gfx/select.png) no-repeat center right;
    background-size: 20px 10px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none;
}
div.data form.erecform label.marked {
    clear: both;
    width: 100%;
}

/*images*/
img.logo { margin: 20px 0 0 0; float: right; }
img.mobile-logo { margin: 23px 15px 0 0; float: right; }
img.full-width-img { width: 100%; }

/*paragraph*/
p {
    margin: 15px 0 15px 0;
    line-height: 20px;
}
div.contentbox p {
    margin: 0 0 15px 0;
}

/*ulli*/
div.data ul {
    padding: 0;
    margin: 0 0 25px 15px;
    list-style-type: none;
}
div.data ul li {
    padding: 0 0 0 15px;
    margin: 0;
    line-height: 20px;
    background: transparent url(/gfx/more.png) no-repeat 0 6px;
    background-size: 6px 10px;
}
div.data a.more {
    font-size: 13px;
}
/*roundabout*/
div.data div.roundabout-container {
    width: 100%;
    height: 400px;
    float: left;
    clear: both;
}
div.data ul.roundabout {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    margin-top: 150px;
}
div.data ul.roundabout li {
    background: none;
    padding: 0;
    transition: 0.3s;
    position: relative;
}
div.data ul.roundabout li font {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
    float: left;
    margin: 0;
    padding: 5px;
    line-height: 18px;
    color: #fff;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.6);
}
div.data ul.roundabout li font span {
    font-size: 13px;
    display: inline-block;
    width: 100%;
}
/*carousel*/
a.carouselnext,
a.carouselprev {
    display: block;
    width: 140px;
    padding: 15px;
    float: left;
    color: #fff;
    font: 14px 'AudiTypeExtendedBold';
    text-align: center;
    margin: -80px 0 0 0;
    background-color: #cc0033;
}
a.carouselnext {
    float: right;
}
a.carouselnext:hover,
a.carouselprev:hover {
    color: #cc0033;
    text-decoration: none;
    background-color: #fff;
}
a.carouselvideo {
    display: block;
    width: 100%;
    padding: 15px 0;
    float: left;
    color: #fff;
    text-indent: 15px;
    font: 14px 'AudiTypeExtendedBold';
    text-align: left;
    margin: 0;
}
a.videodiakok {
    background: #3c3d3e url(/gfx/karrier/diakok.png) no-repeat 95% center;
    background-size: 30px 30px;
}
a.videodiplomasok {
    background: #3c3d3e url(/gfx/karrier/diplomasok.png) no-repeat 95% center;
    background-size: 30px 30px;
}
a.videovezetok {
    background: #3c3d3e url(/gfx/karrier/vezetok.png) no-repeat 95% center;
    background-size: 30px 30px;
}
a.carouselvideo:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc0033;
}

/*black-box*/
div.black-box {
    width: 100%;
    max-width: 1680px;
    padding: 10px 15px;
    margin: 0 auto;
    background-color: #000;
    text-align: left;
}
div.black-box a {
    display: inline-block;
    margin: 0 20px 5px 0;
    padding: 0;
    color: #fff;
}
div.black-box a:hover,
div.black-box a.current {
    color: #cc0033;
    text-decoration: none;
}

/*pagination*/
div.pagers {
    text-align: center;
}
ul.pagination {
    margin: 15px 0 15px 0;
}
div.data ul.pagination li {
    list-style-type: none;
    background: none;
    padding: 0;
}
ul.pagination li.disabled a,
ul.pagination li a {
    color: #000;
    font-weight: bold;
    border: 1px solid #cc0033;
}
ul.pagination li.disabled a:hover,
ul.pagination li a:hover {
    color: #fff;
    border: 1px solid #cc0033;
    background-color: #cc0033;
}
ul.pagination li.active a {
    color: #fff;
    background-color: #cc0033;
    border: 1px solid #cc0033;
}
ul.pagination li.active a:hover {
    color: #fff;
    background-color: #cc0033;
    border: 1px solid #cc0033;
}

/*beszallito-layer*/
div#beszallito-layer {
    background-color: #f9f9f9;
}

/*left-menu*/
.first-mobile-menu { margin-top: 70px; }
.last-mobile-menu { border-bottom: 1px solid #c5c9ca; }
.sidebar-nav li a.first-mobile-submenu { border-top: 0; }
.sidebar-nav li a.last-mobile-submenu { border-bottom: 1px solid #c5c9ca; }
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 250px;
}
#sidebar-wrapper {
    z-index: 1001;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 4px 0px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    4px 0px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         4px 0px 10px 0px rgba(50, 50, 50, 0.5);
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    width: 100%;
    padding: 0;
    overflow-x: hidden;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
#wrapper:not(.toggled) #page-content-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	moz-opacity: 0.5;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 270px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 10px;
    line-height: 40px;
}
li.menu-up-1 {
    background: #e7e9ea url(/gfx/down.png) no-repeat top right;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
    border-top: 1px solid #c5c9ca;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #cd0533;
    background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
li.menu-up-1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.menu-up-1 li {
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-indent: 20px;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#wrapper.toggled {
    padding-left: 0;
}
#sidebar-wrapper {
    width: 270px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 0;
}
#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}

/*layer*/
div.jobcontent p {
    padding: 0 5px; 
    margin-bottom: 16px; 
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
}
div.jobcontent .more-info p {padding: 0 5px;}
div.jobcontent .more-info p:last-child {margin-bottom: 5px;}
div.jobcontent .buttonbar {padding-left: 5px; padding-top: 8px;}

div.jobcontent .buttonbar a.button {
    display: inline-block;
    font-size: 14px;
    font-family: "AudiTypeBold", "Verdana","Arial","Tahoma","Trebuchet MS";
    line-height: 24px;
    padding: 0px 10px 0px 15px;
    background-color: #3f474f;
    color: #fff;
    margin-bottom: 14px;

}
div.jobcontent .buttonbar a.button:hover {
    background-color: #cc0033;
    text-decoration: none;
}
div.jobcontent .buttonbar a.button span {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    padding: 0 0 2px 4px;
    font-family: "AudiTypeBold", "Verdana","Arial","Tahoma","Trebuchet MS";
    vertical-align: bottom;
    cursor: pointer;
}
div.fancybox-wrap div.contentbox {
    padding: 20px 20px 20px 20px;
    position: relative;
    background: #e2e4e9;
}
div.fancybox-wrap div.contentbox h1 {
    color: #cc0033;
    font-family: "AudiTypeBold","Verdana","Arial","Tahoma","Trebuchet MS";
    font-size: 26px;
    line-height: 30px;
    padding: 0;
    margin: 0 0 10px 4px;
}
div.fancybox-wrap div.contentbox h2 {
    border-bottom: 1px solid #cfd3d9;
    font-family: "AudiTypeBold","Verdana","Arial","Tahoma","Trebuchet MS";
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
    margin-top: 6px;
    padding: 0 5px 11px;
}
div.fancybox-wrap div.contentbox p {padding-left: 5px; padding-right: 5px;}
div.fancybox-wrap div.contentbox > ul {
    padding: 0;
    margin: 0 0 15px 0;
    clear: both;
}
div.fancybox-wrap div.contentbox ul li {
    list-style-type: none;
    padding: 0 0 0 10px;
    margin: 0 0 0 15px;
    background: url(/gfx/icon_li.png) no-repeat 0 5px;
    line-height: 18px;
}
div.fancybox-wrap div.contentbox > :first-child {padding-top: 0px;}
div.fancybox-wrap div.contentbox > :last-child {padding-bottom: 0px; margin-bottom: 0px;}
div.fancybox-wrap div.contentbox > p:first-child,
div.fancybox-wrap div.contentbox > h2:first-child {margin-top: 5px;}
div.fancybox-wrap div.contentbox > p:last-child {margin-bottom: 5px;}
div.fancybox-wrap div.contentbox.fullwidth {padding: 20px 0px;}

/*other*/
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }

.home-container-fluid .tile-image {
    overflow: hidden;
}
.home-container-fluid .tile-image img {
    transition: 0.2s;
}
.home-container-fluid .tile-image:hover img {
    -webkit-transform: scale(1.06) rotate(-1deg);
    -moz-transform: scale(1.06) rotate(-1deg);
    -ms-transform: scale(1.06) rotate(-1deg);
    -o-transform: scale(1.06) rotate(-1deg);
    transform: scale(1.06) rotate(-1deg);
    transition: 0.2s;
}



/*
** 2015.10.21
*/

@media(max-width: 767px){
    textarea#fp_email_kapcsolat_comment { 
        width: 100%; 
        float: none;
        clear: both;
        margin-top: 4px;
    }
}
label.label-wider { width: calc( 100% - 20px )!important; }

table.factory_visit tr > td:first-child { padding-right: 10px; }
table.factory_visit tr > td:first-child img { margin-right: 0!important; }
@media(max-width: 767px){
    table.factory_visit tr > td:first-child { display: none; }
    table.factory_visit td { padding-bottom: 10px; }
}

@media(max-width: 767px){
    form[name="formGyarlatogatas"] label:not(.checkbox){ width: 100%; margin-bottom: 4px; }
    form[name="formGyarlatogatas"] label:not(.checkbox) + input,
    form[name="formGyarlatogatas"] label:not(.checkbox) + select,
    form[name="formGyarlatogatas"] label:not(.checkbox) + textarea { width:100%!important; }
}

div.data ul.roundabout a.fancyiframe-desc { display: block; }

#application_form span.error { display: block; }

/*cookie*/
#cookie-law {
    background: rgba(0,0,0, 0.50);
    display: block;
    position: fixed;
    bottom: -500px;
    right: 0;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    font-family: "AudiTypeExtendedNormal", "Verdana", "Arial", "Tahoma", "Trebuchet MS";
    font-size: 12px;
    margin: 0;
    z-index: 9999999999999999;
    overflow: hidden;
    -webkit-transition: bottom 1s linear;
	-moz-transition: bottom 1s linear;
	-o-transition: bottom 1s linear;
	transition: bottom 1s linear;
}
#cookie-law a {
    color: #fff;
    text-decoration: underline;
}
#cookie-law a:hover {
    color: #fff;
    text-decoration: none;
}
#cookie-law.open {
	bottom: 0;
	-webkit-transition: bottom 1s linear;
	-moz-transition: bottom 1s linear;
	-o-transition: bottom 1s linear;
	transition: bottom 1s linear;
}
#cookie-law div { 
    display: table;
    width: 100%;
}
#cookie-law div div:first-child { padding-bottom: 10px;}
#cookie-law div div:last-child { text-align: center; }
#cookie-law span { 
    display: inline-block;
    background: #3f484f;
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    font-family: "AudiTypeExtendedNormal", "Verdana", "Arial", "Tahoma", "Trebuchet MS";
    font-size: 13px;
}
@media(min-width: 768px){
	#cookie-law div { 
		display: table;
		width: 100%;
	}
	#cookie-law div div {
		display: table-cell;
		padding: 10px;
		vertical-align: middle;
	}
}
p.help { margin-left: 0; }

/*
div.fancybox-wrap ul li {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
*/
div.fancybox-wrap ul {
    margin: 0 !important;
    padding: 0 !important;
}
a#detailed-search-button-karrier {
    color: #fff;
    font: 12px 'AudiTypeBold';
    padding-right: 20px;
    background: transparent url(/allasok/gfx/bg-details-search.png) no-repeat 106px 5px;
    text-decoration: none;
}
a#detailed-search-button:hover { text-decoration: none; }
div#backpage {
    background-color: #e7e9ea;
    padding: 20px 0 0 40px;
}
div#backpage a.quickform {
    color: #c5122f;
    padding-left: 0;
    padding-right: 18px;
    font-weight: bold;
    text-decoration: none;
    background: transparent url(/allasok/gfx/quickform.png) no-repeat 154px 3px;
}
div#backpage a.quickform:hover,
div#backpage a.quickform:focus {
    color: #010000;
    text-decoration: none;
}
div.jobcontent * {
    font: 12px 'Verdana';
}
div.jobcontent div.buttonbar a {
    margin: -5px 0 0 -4px;
}
div.fancybox-wrap div.contentbox h1 {
    margin: 0 0 10px 0;
    text-align: left;
}
div.jobcontent .buttonbar a.button {
    display: inline-block;
    font-size: 14px;
    font-family: "AudiTypeBold03", "Verdana","Arial","Tahoma","Trebuchet MS" !important;
    line-height: 24px;
    padding: 8px 5px 8px 18px;
    background-color: #cc0033;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
}
div.fancybox-wrap div.contentbox h2 {
    color: #444 !important;
}
div.jobcontent p strong { font-weight: bold; }
div.jobcontent ul li { margin-bottom: 6px !important; padding-left: 15px !important; }
/**/
div.htmls-tables table td,
div.htmls-tables table th {
    padding: 8px;
}
div.htmls-tables table td p {
    margin: 0;
}
div.edu-year {
    width: 100%;
    float: left;
    margin-right: 0;
}
div.edu-month {
    width: 100%;
    float: left;
}

/*newsletter subscribe popup*/
div.newsletter_subscribe {
    text-align: center;
    padding: 25px 10px;
}
div.newsletter_subscribe a.subscribe_button {
    display: inline-block;
    font-size: 16px;
    font-family: "AudiTypeBold", "Verdana","Arial","Tahoma","Trebuchet MS";
    line-height: 45px;
    padding: 0px 10px 0px 15px;
    background-color: #3f474f;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase; 
}
div.newsletter_subscribe a.subscribe_button:hover {
    background-color: #cc0033;
    text-decoration: none;
}
.fancybox-wrap {
    max-width: 100%;
}
.fancybox-inner {
    width: 100%;
}
span.numberspan {
    display: inline-block;
    border-bottom: 1px solid #a7acaf;
    line-height: 1.4;
    font-size: 16px;
    width: 45px;
    font-family: 'AudiTypeExtendedNormal';
}
a.button {
    color: #ffffff !important;
    background: #bb0a30;
    border-width: 0px !important;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 13px;
    margin-top: 20px;
    float: left;
    padding: 10px;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
a.button:hover {
    background-color: #000;
    text-decoration: none;
}


@media (max-width: 767.99px) {
    .mw100 {
        width: 100% !important;
    }
    select#filter-education-level-from-reg {
        width: 100% !important;
    }
    div.slidebanner div.slidebanner-title {
        padding: 10px 0 10px 0;
    }
    select#filter-education-level-from-reg {
        padding-right: 30px;
    }
    select#filter-education-title-from-reg {
        padding-right: 30px;
    }
}

.seolabels{
   margin: 10px 0px;
    display: inline-block;
    border: 1px solid #eee;
    padding: 10px;
    width: 80%;
}

.labelitem{
    float: left;  
    border: 1px solid #cdd5e3;
    display: inline-block;
    margin: 5px 5px 0 0;
    position: relative;
    vertical-align: middle;
    padding: 3px;   
    background-color: #eff2f7;
    font-size: 10px;
}

.labelstitle {
    font-size: 10px;
}

.w100 {
    width: 100% !important;
}
.mt10{
    margin-top: 10px !important;
}
.mt20{
    margin-top: 20px !important;
}

.idfp_rendezvenyek_field_560 {
    padding-top: 30px;
}
.fieldfp_rendezvenyek_field_565,.fieldfp_rendezvenyek_field_563 {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}
.idfp_rendezvenyek_field_565 ,.idfp_rendezvenyek_field_563{
    margin: 0px !important;
}

@media (max-width: 767.99px) {
    .idfp_rendezvenyek_field_560 {
        padding-top: 10px !important;
    }
    .nfrm label {
        margin-bottom: 10px !important;
    }
    .nfrm textarea {
        width: 100% !important;
    }
    .nfrm {
        padding: 30px 10px !important;
    }
    form.nfrm label {
        width: 90% !important;
        float: right;
    }
}

.behaveprinciple{
    background-color:#1a1a1a;
    height: 60px;
    color: white;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
}

.behaveprinciple h3 {
    margin: 0px;
      font: 16px 'AudiTypeExtendedBold';
}
.behave a{
    text-decoration: none;
}

.behaveprinciple:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape */
    -moz-opacity: 0.9;
    /* Safari 1.x */
    -khtml-opacity: 0.9;
    /* Good browsers */
    opacity: 0.9;
}

/* éves jelentés 2019 */
.report-link {
    border-bottom: 2px solid;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 3px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    transition: border-bottom-color 0.3s;
}

.report-link:hover,
.report-link.is-active {
    text-decoration: none;
    border-bottom-color: #cc0033;
}

.report-link:focus {
    outline: none;
}

.report-date {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

div.report-list {
    font-size: 18px;
}

div.report-list ul {
    margin: 0 0 25px 20px;
}

div.report-list ul li {
    background: none;
    position: relative;
    padding: 0 0 0 35px;
}

.report-list ul li:before {
    content: ' ';
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid black;
    border-bottom: 5px solid transparent;
}

a.coronabg {
    background-image: url('/gfx/audi_koronavirus.png');
}
a.coronabg:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;
}

.newsletter_subscribe.fancybox-content {
    width: auto !important;
    height: auto !important;
}