/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);*/
/* open-sans-regular - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/open-sans-v13-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'), local('OpenSans'),
       url('../font/open-sans-v13-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/open-sans-v13-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/open-sans-v13-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/open-sans-v13-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/open-sans-v13-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* open-sans-600 - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../font/open-sans-v13-latin_latin-ext-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
       url('../font/open-sans-v13-latin_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/open-sans-v13-latin_latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/open-sans-v13-latin_latin-ext-600.woff') format('woff'), /* Modern Browsers */
       url('../font/open-sans-v13-latin_latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/open-sans-v13-latin_latin-ext-600.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* open-sans-700 - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../font/open-sans-v13-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../font/open-sans-v13-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/open-sans-v13-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/open-sans-v13-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../font/open-sans-v13-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/open-sans-v13-latin_latin-ext-700.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

:active, :focus{
    outline: none;
}
/* ==========================================================================
Author's custom styles
========================================================================== */

@font-face {
    font-family: 'MYRIADPROREGULAR';
    src: url('../font/MYRIADPROREGULAR.eot');
    src: local('MYRIADPROREGULAR'), url('../font/MYRIADPROREGULAR.woff') format('woff'), url('../font/MYRIADPROREGULAR.ttf') format('truetype');
    font-display: swap;
}
body {
    font: 13px 'Open Sans', sans-serif;
    color: #6d6e71;
}
a {
    color: #439539;
    text-decoration: none;
}
.wrapper {
    width: 1173px;
    margin: 0 auto;
    position: relative;
}
header {
    height: 92px;   
}
header .wrapper {
    background: #fff url(../img/header-bg.png) no-repeat right top;
    height: 92px;
}
header a.header-logo {
    position: absolute;
    top: 15px;
    left: 20px;
}
@media only screen and (max-width: 350px) {
	header a.header-logo {
		width: calc(100vw - 170px);
		display: flex;
		align-items: center;
		top: 0 !important;
		height: 74px;
	}
	header a.header-logo img{
		width: 100%;
		height: auto;
	}
}
header .slogan {
    text-transform: uppercase;
    font: 18px 'Open Sans', sans-serif;
    color: #808285;
    position: absolute;
    top: 20px;
    left: 211px;
    letter-spacing: 0.6px;
}
header .zoldkobe {
    text-transform: uppercase;
    font: 18px 'Open Sans', sans-serif;
    color: #808285;
    position: absolute;
    top: 44px;
    left: 211px;
    letter-spacing: 0.6px;
}

@media only screen and (max-width: 1172px) {
	header .zoldkobe {	
		top: 34px;
		left: 190px;
	}
}
@media only screen and (max-width: 490px) {
	header .zoldkobe {	
		top: 38px;
		left: auto;
		right: 80px;
	}
	header .zoldkobe img{	
		width: 90px;
		height: auto;
	}	
}

@media only screen and (max-width: 374px) {
	header .zoldkobe {	
		right: 70px;
	}
}

header .language {
    position: absolute;
    top: 8px;
    right: 15px;
}
header .wai {
    position: absolute;
    right: 16px;
    top: 44px;
}
header .header-search {
    position: absolute;
    top: 5px;
    right: 123px;
}
header .header-search input.search-input {
    border: 1px solid #ef4135;
    background-color: white;
    font-size: 10px;
    padding: 5px 10px;
    width: 126px;
    height: 12px;
    vertical-align: middle;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
}
header .header-search input.search-input:focus {
    width: 180px;
}
header .header-search input.search-button {
    vertical-align: middle;
}
nav#main {
    height: 30px;
    background-color: #439539;
    border-bottom: 5px solid #3f8d36;
    text-align: center;
}
nav#main ul {
    margin: 0;
    padding: 0;
    position: relative;
}
nav#main ul li {
    margin: 0 6px; /*12px*/
    padding: 0;
    display: inline;
    list-style-type: none;
}
nav#main ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 7px 15px 8px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}
nav#main ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 100;
    background-color: #f15b51;
    height: 35px;
    text-align: center;
    width: 100%;

    -webkit-transition-delay: 1s; 
    -moz-transition-delay: 1s; 
    -ms-transition-delay: 1s; 
    -o-transition-delay: 1s; 
    transition-delay: 1s; 
}
nav#main ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;

    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
nav#main ul li ul li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}
nav#main ul li ul li a, nav#main ul li:hover ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 3px 11px 2px 11px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    line-height: 30px;
    background-color: #f15b51;
}
nav#main ul li:hover a {
    background-color: #63a75a;
}
nav#main ul li ul li:hover a {
    background-color: #f37168;
}
nav#submenu {
    background-color: #f15b51;
    height: 30px;
    text-align: center;
}
nav#submenu ul {
    margin: 0;
    padding: 0;
}
nav#submenu ul li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}
nav#submenu ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 0 11px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    line-height: 30px;
}
nav#submenu ul li a.active {
    background-color: #63a75a;
}
article h2 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 600;
}
.home-top {
    padding: 7px 0 0 0;
}
.home-top-left {
    width: 288px;
    float: left;
    margin-right: 7px;
    background-color: #efeff0;
    height: 335px;
    padding: 19px 18px 0 21px;
    font-family: 'MYRIADPROREGULAR';
}
.home-top-right {
    width: 837px;
    height: 354px;
    float: left;
}
.home-top-right#slideshow {
    /* background: url(../img/ajax-loader.gif) no-repeat center center;   */ 
} 
.home-top-left h3 {
    color: #ef4135;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 0 19px 0;
    line-height: 30px;
}
.home-top .title {
    font-size: 17px;
    color: #ef4135;
    text-transform: uppercase;
    margin: 5px 0 2px 0;
}
.home-top .subtitle.large {
    font-size:  16px;
}
.home-top-left select {
    width: 288px;
    height: 25px;
    border: 1px solid #ef4135;
    padding: 0 5px;
}
.home-top-left input[type="text"] {
    width: 268px;
    height: 23px;
    border: 1px solid #ef4135;
    padding: 0 9px;
    margin-top: 2px;
}
.home-top-left input[type="button"] {
    color: #FFF;
    text-transform: uppercase;
    border: 0;
    background-color: #ef4135;
    float: right;
    padding: 4px 9px;
    margin-top: 6px;
    font-size: 16px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}
.home-top-left input[type="button"]:hover, a.readmore:hover, .home-top-buttons ul li a:hover, footer .featured-links a:hover, ul.page-menu li a:hover {
    opacity: 0.8;   
}
.home-top-buttons ul {
    margin: 7px 0;
    padding: 0;
}
.home-top-buttons ul li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    margin-right: 3px;
    text-align: center;
}
.home-top-buttons ul li a {
    width: 179px;
    text-decoration: none;
    display: inline-block;
    padding: 8px 25px;
    font-size: 15px;
    color: white;
    background-color: #439539;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}
.home-top-buttons ul li:last-child {
    margin-right: 0;
}
.home-top-buttons ul li:last-child a {
    padding: 8px 26px;
}
.home-threebox .box {
    width: 32.9%;
    /* width: 33.29%; */
    float: left;
    height: 410px;
    position: relative;
    margin-right: 7px;
}
.home-threebox .box:last-child {
    margin-right: 0;
}
.home-threebox .box img.cover {
    width: 100%;
    height: auto;
}
.home-threebox .box h3 {
    padding: 0 10px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 11px 0;
}
.home-threebox .box h4 {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
}
.home-threebox .box p {
    padding: 0 10px;   
}
a.readmore {
    /*background-color: #439539;*/
    background-color: #3C8434;
    font-size: 14px;
    font-family: 'MYRIADPROREGULAR';
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
    padding: 3px 5px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}
.home-threebox a.readmore {
    position: absolute;
    bottom: 0;
    right: 0;
}
ul.page-menu {
    margin-top: 19px;
    padding: 0;
}
ul.page-menu li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}
ul.page-menu li a {
    display: block;
    width: 100%;
    background-color: #439539;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 10px solid #397f31;
    text-align: center;
    padding: 16px 10px 23px 10px;
    margin-right: 7px;
    font-size: 17px;
    font-weight: 600;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}
.news-container {
    margin-top: 20px;
}
img.lead {
    width: 359px;
    height: auto;
    margin: 0 30px 30px 0;
    float: left;
}
footer {
    margin-top: 7px;
}
footer .featured-links a {
    display: block;
    width: 31.18%;
    float: left;
    background-color: #ef4135;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 10px solid #d13c32;
    text-align: center;
    padding: 16px 10px 23px 10px;
    margin-right: 7px;
    font-size: 21px;
    font-weight: 600;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}
footer .featured-links a:last-child {
    margin-right: 0;   
}
footer .featured-icons {
    margin-top: 32px;
    height: 240px;
}
footer .featured-icons a,
footer .featured-icons div#cs,
footer .featured-icons div#online
{
    font-size: 15px;
    font-weight: 600;
    color: #439539;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 20%;
    padding-top: 73px;
    float: left;
    text-align: center;
}
footer .featured-icons div#cs {
    background: url(../img/icon-cs.png) no-repeat center top;
}
footer .featured-icons a#office {
    background: url(../img/icon-offices.png) no-repeat center top;
}
footer .featured-icons a#tel {
    background: url(../img/icon-telcs.png) no-repeat center top;
}
footer .featured-icons div#online {
    background: url(../img/icon-online.png) no-repeat center top;
}
footer .featured-icons a#gn {
    background: url(../img/icon-gn.png) no-repeat center top;
}
footer .featured-icons a span.two, footer .featured-icons a:hover span.one,
footer .featured-icons div#cs span.two, footer .featured-icons div#cs:hover span.one,
footer .featured-icons div#online span.two, footer .featured-icons div#online:hover span.one {
    display: none;
}
footer .featured-icons a span.two,
footer .featured-icons div#cs span.two,
footer .featured-icons div#online span.two {
    color: #6e6e70;
    text-transform: none;
    font-weight: normal;
}
footer .featured-icons a span.two span.big {
    font-size: 15px;
    font-weight: 600;
    color: #439539
}
footer .featured-icons a span.two span.green {
    color: #439539
}
footer .featured-icons a span.two span.bigger {
    font-size: 17px;
    font-weight: 600;
    color: #439539
}
footer .featured-icons a span.two span.link,
footer .featured-icons div#cs span.two a.link,
footer .featured-icons div#online span.two a.link {
    background-color: #449539;
    color: white;
    display: block;
    padding: 3px 0;
}
footer .featured-icons div#cs span.two a.link {
    width: 100%;
}
footer .featured-icons a:hover span.two,
footer .featured-icons div#cs:hover span.two, 
footer .featured-icons div#online:hover span.two
{
    display: inline;
}
footer .featured-icons a.gmapslink {
    width: 100%;
    padding-top: 5px;
    text-transform: none;
}
footer .featured-icons div#online a {
    width: 100%;
    padding-top: 0px;
    text-transform: none;
}
footer .featured-icons div#online a.bigger {
    font-size: 17px;
}
footer .featured-icons div#cs:hover,
footer .featured-icons a#office:hover,
footer .featured-icons a#tel:hover,
footer .featured-icons div#online:hover,
footer .featured-icons a#gn:hover
{
    background: transparent;
    padding-top: 0;
}
footer .footer-links {
    background-color: #5ba353;
    border-top: 14px solid #f1f2f2;
    margin-top: 16px;
    padding-top: 20px;
    min-height: 197px;
}
footer .footer-links .footer-link-block {
    width: 14%;
    float: left;
    margin: 1%;
}
footer .footer-links .footer-link-block:last-child {
    margin-right: 0;
}
footer .footer-links a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: white;
}
footer .footer-links ul {
    margin: 0;
    padding: 0;
}
footer .footer-links ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer .footer-links ul li a {
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
}
footer .bottom-footer {
    background-color: #439539;
    height: 53px
}
footer .bottom-footer .copyright {
    color: white;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 38px
}
footer .bottom-footer .uzemelteto {
    color: white;
    position: absolute;
    top: 18px;
    left: 260px;
}
footer .bottom-footer .facebook-logo {
    position: absolute;
    top: 12px;
    left: 178px
}
footer .bottom-footer-links {
    background-color: #231f20;
    float: right;
    padding: 0 13px;
}
footer .bottom-footer-links ul {
    margin: 0;
    padding: 0;
}
footer .bottom-footer-links ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    line-height: 30px;
}
footer .bottom-footer-links ul li a {
    margin: 0 4px 0 4px;
    padding: 8px;
    display: block;
    float: left;
    color: white;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 37px;
}
.footer-search {
    text-align: center;
    margin-bottom: 20px;
}
.footer-search input.search-input {
    border: 4px solid #ef4135;
    font-size: 20px;
    padding: 8px;
    width: 75%;
    vertical-align: middle;
}
.footer-search input.search-button {
    vertical-align: middle;
}
.content-padding {
    padding: 10px;
}
.content-left {
    width: 768px;
    float: left;
    position: relative;
}
.content-right {
    width: 364px;
    float: left;
    margin-left: 20px;
    font-size: 15px;
}
.content-left-left {
    width: 346px;
    float: left;
    font-size: 13px;
    margin-right: 20px;
    margin-top: 20px;
}
.content-left-right {
    width: 402px;
    float: left;
    font-size: 13px;
    margin-top: 20px;
}
.content-right-left {
    width: 170px;
    float: left;
    font-size: 15px;
    margin-right: 20px;
}
.content-right-right {
    width: 174px;
    float: left;
    font-size: 15px;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
img.magyarbrands {
    float: left; 
    margin: 5px 10px 10px 0;
}
.news-container .news-item {
    margin: 20px 20px 20px 0;
}
.news-item {
    width: 360px;
    margin: 20px 10px;
    float: left;
    position: relative;
    padding-bottom: 10px;

    height: 280px;
    overflow: hidden;
}
.news-item img {
    width: 100%;
    height: auto;
}
.news-item h3, .news-container h2, .doc-item h3 {
    color: #439539;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}
.news-item h4, .news-container h4, .doc-item h4 {
    font-weight: normal;
    font-size: 12px;
    color: #439539;
    vertical-align: top;
    margin-top: 0;
}
.doc-item h4 {
    margin-bottom: 0;
}
.news-container h3 {
    font-size: 19px;
    font-weight: 600;
    color: #439539;
    text-transform: uppercase;
    margin-bottom: 0;
}
.pager {
    margin: 20px 10px;
    width: 100%;
    text-align: center;
}
.pager ul {
    margin: 0;
}
.pager ul li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #439539;
}
/* .pager ul li:first-child, .pager ul li:last-child, .pager ul li:nth-child(2), .pager ul li:nth-last-child(2) {
border: 0;
} */
.pager ul li a {
    padding: 0 5px;
    display: block;
    float: left;
    font-weight: 600;
    font-size: 12px;
    color: #439539;
    text-decoration: none;
}
.pager img {
    vertical-align: top;
}
.doc-item {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #a1ca9c;
}
a.download {
    background-color: #439539;
    font-size: 14px;
    font-family: 'MYRIADPROREGULAR';
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 5px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}
.uszi-table {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    border-collapse: collapse;
}
.uszi-table td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.uszi-table td.col1 {
    width: 55%;
}
.uszi-table td.col2 {
    width: 25%;
}
.uszi-table td.col3 {
    width: 20%;
}
.uszi-table td.col1 img {
    vertical-align: bottom;
}
.content-left h3, .content-right h3 {
    color: #439539;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}
.content-left h4, .content-right h4 {
    font-weight: 600;
    font-size: 14px;
    color: #439539;
    vertical-align: top;
    margin: 0;
}
.contact-info {
    margin-bottom: 20px;
}
.contact-info p {
    margin-top: 0;
}
.content-right .contact-info h3 {
    color: #439539;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}
.content-right .contact-info h4 {
    color: #439539;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.content-right .contact-info .uszi-table {
    margin-bottom: 20px;
    font-size: 13px;
}
.content-right .contact-info .uszi-table .col3 img {
    float: right;
}
div.dijszamitas-form {
    margin: 20px 10px;
}
table.dijszamitas-form td.col1 {
    width: 200px;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    vertical-align: top;
    font-size: 14px;
    text-transform: uppercase;
}
table.dijszamitas-form td.col2 {
    width: 350px;
    padding-bottom: 10px;
    vertical-align: top;
}
table.dijszamitas-form td.col2 input {
    width: 310px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #439539;
    background-color: white;
    padding: 0 30px 0 10px;
    color: #439539;
}
table.dijszamitas-form td.col2 select {
    width: 310px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #439539;
    background-color: white;
    color: #439539;
}
table.dijszamitas-form td.col2 input[type="checkbox"] {
    width: 25px;
}
a.calendar {
    margin-left: -23px;
    margin-right: 3px;
}
a.calendar img {
    margin-top: -4px;
}
a.info {
    margin-left: 7px;
}
ul.karbejelentes {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #439539;
    padding: 0;
    margin: 19px 0 0 0;
}
ul.karbejelentes ul {
    margin: 0;
    padding: 0;
}
ul.karbejelentes li {
    border: 1px solid #439539;
    margin: 0 0 11px 0;
    padding: 0;
    list-style-type: none;
}
ul.karbejelentes li a {
    color: #439539;
    padding: 18px 15px;
    display: inline-block;
    width: 83%;
}
ul.karbejelentes li span {
    background-color: #439539;
    color: white;
    display: inline-block;
    line-height: 58px;
    padding: 0 11px;
    font-size: 26px;
    vertical-align: top;
}
ul.karbejelentes li ul li {
    background-color: #439539;
    color: white;
    margin: 0;
    border: 0;
}
ul.karbejelentes li ul li {
    background: #439539 url(../img/li-down-arrow.png) no-repeat right 13px;
}
ul.karbejelentes li > ul li {
    border-bottom: 2px solid white;   
}
ul.karbejelentes li > ul li:last-child {
    border-bottom: 0;   
}
ul.karbejelentes li ul li ul li {
    background-color: #7bb574;
    margin: 0 -1px 0 -1px;
    border: 0;
    /* border-bottom: 2px solid white; */
    border-top: 2px solid white;
    background-image: none;
}
/* ul.karbejelentes li ul li ul li:last-child {
border-bottom: 0;
border-top: 0;
} */
ul.karbejelentes li ul li a {
    color: white;
    padding-left: 52px;
}
ul.karbejelentes li ul li ul li a {
    color: white;
}
/* ==========================================================================
Media Queries
========================================================================== */

@media only screen and (max-width: 1172px) {
    body {
        overflow-x: hidden;
    }
    article {
        font-size: 16px;
        line-height: 24px;
    }
    .home-threebox .box h3 {
        font-size: 25px;
        margin: 20px 11px 11px 11px;
        line-height: 28px;
    }
    .home-threebox .box h4 {
        font-size: 20px;
        margin: 20px 11px 20px 11px;
    }
    .home-threebox .box p {
        padding: 0 10px;
        margin: 11px;
    }
    .home-threebox .box {
        margin-bottom: 25px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .wrapper {
        width: 100%;
        position: relative;
    }
    .home-top-right {
        width: 100%;
        height: auto;
    }
    .looper .item img {
        width: 100%;
        height: auto;
    }
    .looper .item .looper-title {
        font-size: 3.5vw;
        line-height: 4.5vw;
        top: 20vw;
        left: 4vw;
    }
    ul.looper-nav {
        display: none;
    }
    .home-top {
        padding: 0;
    }
    .home-threebox .box {
        width: 100%;
        float: none;
        height: auto;
        position: relative;
    }
    header {
        position: fixed;
        z-index: 100;
        width: 100%;
        height: 74px;
        background-color: white;
    }
    header .wrapper {
        background: transparent;
    }
    header a.header-logo {
        top: 4px;
        left: 5px;
    }
    header .language {
        right: 75px;
    }
    article {
        padding-top: 74px;
    }
    #nav-toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0px;
        margin-top: 8px;
        font-size: 13px;
    }
    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 4px;
        width: 30px;
        background: white;
        position: absolute;
        display: block;
        content: '';
    }
    #nav-toggle span:before {
        top: -7px;
    }
    #nav-toggle span:after {
        bottom: -7px; 
    }
    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        transition: all 500ms ease-in-out;
    }
    #nav-toggle.active span {
        background-color: transparent;
    }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
        top: 0;
    }
    #nav-toggle.active span:before {
        transform: rotate(45deg);
    }
    #nav-toggle.active span:after {
        transform: rotate(-45deg);
    }
    .mobile-menu-bg {
        background-color: #439539;
        width: 38px;
        height: 40px;
        position: absolute;
        right: 10px;
        padding-left: 8px;
        top: 0;
    }
    nav#main {
        position: fixed;
        top: 74px;
        z-index: 10;
        background-color: #439539;
        width: 100%;
        height: auto;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        transition: right 0.5s;
        overflow-y: auto;
        right: -100%;
        height: 290px;
    }
    nav#main.active {
        right: 0;
    }
    nav#main ul li {
        display: block;
        margin-right: 0px;
    }
    nav#main ul li a {
        text-decoration: none;
        display: block;
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        border-bottom: 1px solid #bfe9ba;
    }
    nav#main ul li ul {
        opacity: 1;
        position: relative;
        background-color: transparent;
        height: auto;
        width: auto;
        top: auto;
        left: auto;
        padding-left: 40px;
        visibility: visible;
    }
    nav#main ul li ul li {
        display: block;
    }
    nav#main ul li ul li a, nav#main ul li:hover ul li a {
        display: block;
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        background-color: transparent;
        text-align: left;
    }
    nav#main ul li:hover a, nav#main ul li ul li:hover a {
        background-color: transparent;
    }
    .home-top-buttons.mobile {
        margin: 20px 0;
    }
    .home-top-buttons.mobile ul li {
        display: block;
        margin-right: 0px;
    }
    .home-top-buttons.mobile ul li a {
        display: block;
        padding: 25px;
        font-size: 20px;
        color: #439539;
        background-color: transparent;
        text-transform: uppercase;
        text-align: center;
        border: 2px solid #439539;
        margin: 0 25px 10px 25px;
        font-weight: 600;
        width: auto;
    }
    .home-top-left input[type="button"]:hover, a.readmore:hover, .home-top-buttons ul li a:hover, footer .featured-links a:hover {
        opacity: 1;
    }
    a.readmore {
        font-size: 16px;
        float: right;
        position: relative;
        padding: 6px 10px;
        margin-right: 20px;
    }
    .content-left {
        width: 100%;
        float: none;
    }
    .content-right {
        width: 100%;
        float: none;
        margin-left: 0px;
        font-size: 15px;
    }
    .content-right-left {
        width: 100%;
        float: none;
        margin-right: 0px;
        font-size: 16px;
    }
    .content-right-right {
        width: 100%;
        float: none;
        font-size: 16px;
    }
    img.magyarbrands {
        margin: 11px 10px 3px 0;
    }
    .wrapper.content-padding {
        width: 96%;
    }
    .news-item {
        width: 100%;
        margin: 0;
        float: none;
        padding-bottom: 60px;
    }
    footer .featured-links a {
        width: 100%;
        float: none;
        padding: 16px 10px 23px 10px;
        margin-bottom: 7px;
    }
    footer .featured-icons {
        margin-top: 32px;
        height: auto;
    }
    footer .featured-icons a, footer .featured-icons div#cs, footer .featured-icons div#online {
        font-size: 20px;
        display: block;
        width: 100%;
        padding-top: 73px;
        float: none;
        margin-bottom: 50px;
    }
    .pager {
        float: none;
        text-align: center;
    }
    .pager ul li a {
        padding: 2px 10px;
        font-size: 20px;
    }
    .pager ul li a img {
        vertical-align: baseline;
    }
    footer .featured-icons a:hover span.one {
        display: block;
    }
    footer .featured-icons a:hover span.two {
        display: none;
    }
    footer .featured-icons div#cs:hover
    {
        background: url(../img/icon-cs.png) no-repeat center top;
        padding-top: 73px;
    }
    footer .featured-icons a#office:hover
    {
        background: url(../img/icon-offices.png) no-repeat center top;
        padding-top: 73px;
    }
    footer .featured-icons a#tel:hover
    {
        background: url(../img/icon-telcs.png) no-repeat center top;
        padding-top: 73px;
    }
    footer .featured-icons div#online:hover
    {
        background: url(../img/icon-online.png) no-repeat center top;
        padding-top: 73px;
    }
    footer .featured-icons a#gn:hover
    {
        background: url(../img/icon-gn.png) no-repeat center top;
        padding-top: 73px;
    }
    footer .bottom-footer {
        background-color: transparent;
        height: auto;
    }
    footer .bottom-footer-links {
        float: none;
        width: auto;
        position: relative;
        text-align: center;
        padding: 20px 0;
    }
    footer .bottom-footer .copyright {
        color: white;
        vertical-align: middle;
        position: relative;
        top: auto;
        left: auto;
        background-color: #439539;
        text-align: center;
        padding: 20px 0;
    }
    footer .bottom-footer-links ul li a {
        display: inline-block;
        float: none;
        line-height: 100%;
        font-size: 14px;
        padding: 0;
    }
    img.lead {
        width: 100%;
        height: auto;
        margin: 0;
        float: none;
    }
    footer .bottom-footer .uzemelteto {
        bottom: -45px;
        left: 0px;
        top: auto;
        width: 100%;
        text-align: center;
        background-color: #439539;
        padding-bottom: 20px;   
    }
    nav#main ul {
        margin: 0 30px 0 0;
    }
    .scrolldown {
        width: 50px;
        height: 80px;
        position: absolute;
        top: 70px;
        right: 1px;
        background: url(../img/arrow-scrolldown.png) no-repeat center top;
        background-size: contain;
        opacity: 0;
    }
    @-moz-keyframes blink {0%{opacity:0;} 50%{opacity:1;} 100%{opacity:0; display: none;}}
    @-webkit-keyframes blink {0%{opacity:0;} 50%{opacity:1;} 100%{opacity:0; display: none;}} 
    @-ms-keyframes blink {0%{opacity:0;} 50%{opacity:1;} 100%{opacity:0; display: none;}} 
    @keyframes blink {0%{opacity:0;} 50%{opacity:1;} 100%{opacity:0; display: none;}} 

    .scrolldown.blink {
        border:0px solid #000;
        -moz-transition:all 1s ease-in-out;
        -webkit-transition:all 1s ease-in-out;
        -o-transition:all 1s ease-in-out;
        -ms-transition:all 1s ease-in-out;
        transition:all 1s ease-in-out;
        -moz-animation:blink normal 1s 3 ease-in-out; 
        -webkit-animation:blink normal 1s 3 ease-in-out; 
        -ms-animation:blink normal 1s 3 ease-in-out; 
        animation:blink normal 1s 3 ease-in-out; 
        top: 290px;
    }
	/*0823*/
	#uszi .uszi-label-vert {
		height: auto;
		font-size: 16px;
	}
}

@media only screen and (max-width: 374px) {
    header .language {
		top: 8px;
		right: 65px;
    }
}

/* @media only screen and (min-width: 450px) and (max-width: 1172px) {
.content-right-left {
width: 170px;
float: left;
font-size: 16px;
margin-right: 0px;
}
.content-right-right {
width: 174px;
float: left;
font-size: 16px;
}
} */

/* ==========================================================================
Helper classes
========================================================================== */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.kb_video_csr {

    width: 390px;
    height: 178px;
    object-fit: cover;
/*
	min-width: 100%;
    min-height: 100%;
*/
}