/*
Theme Name: Ela Web
Text Domain: ela_web
Domain Path: /languages
Author: MediaPlatz
Description: Ela Web Wordpress theme
Version: 1.0
*/
@font-face {
    font-family: ProximaSemiBold;
    src: url('fonts/Proxima/proxima_nova_semibold.otf') format("opentype");
}
@font-face {
    font-family: ProximaBold;
    src: url('fonts/Proxima/proxima_nova_bold.otf') format("opentype");
}
@font-face {
    font-family: ProximaItalic;
    src: url('fonts/Proxima/proxima_nova_regular_italic.otf') format("opentype");
}
@font-face {
    font-family: ProximaRegular;
    src: url('fonts/Proxima/proxima_nova_regular.otf') format("opentype");
}
body {
    font-family: ProximaSemiBold, "Open Sans";
}
html {
	background: #022A5C;
}
.body {
	overflow-x: hidden;
}
a {
	cursor: pointer;
}
.top-header {
    background-image: url("images/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 78px;
}
.other-page-header {
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 78px;
}

/* Landscape*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
.top-header {
    background-attachment: initial;
}
.other-page-header {
    background-attachment: initial;
}
}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
	.top-header {
		background-attachment: initial;
	}
	.other-page-header {
		background-attachment: initial;
	}
}

.top-header-404 {
    background-image: url("images/bg-404.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 78px;
}
.error-404-text {
	font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: bold;
    color:#ffffff;
	text-align: center;
	margin-top: 320px;
}
.back-to-home-404 {
	display: block;
	width: 380px;
	padding: 12px 0;
	font-family: ProximaBold, "Open Sans";
    font-size: 18px;
    font-weight: bold;
    color:#ffffff;
	border: 3px solid #ffffff;
	background: transparent;
	text-transform: uppercase;
	margin: 0 auto;
	cursor: pointer;
	transition: all .3s ease;
	margin-top: 35px;
	margin-bottom: 194px;
	text-align: center;
}
.back-to-home-404:hover {
	background: #ffffff;
	color: #051e38;
	font-weight: bold;
	transition: all .3s ease;
	text-decoration: none;
}

.top-logo {
    display: block;
    width: 196px;
    height: 41px;
    background: url("images/sprite.png") 0 0;
    margin-left: 85px;
    margin-right: 0;
}
.nav-home-top {
    margin-left: 39px;
}
.primary-nav li a {
    color: #ffffff;
    margin-left: 60px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.primary-nav li:first-child a {
    margin-left: 67px;
}
.primary-nav li a:hover {
    color: #8abcff;
}
/*.primary-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #ffffff;
    transition: width .3s;
}
.primary-nav li a:hover::after {
    width: 100%;
}*/
.primary-nav .dropdown-menu {
    background: transparent;
    border: 0;
}
.primary-nav .dropdown-item, .dropdown-item {
    padding: 4px 0;
    margin-left: 53px !important;
}
.primary-nav .dropdown-item:focus, .dropdown-item:hover {
    background: transparent;
    color: #ffffff;
}
ul.nav-menu li.current-menu-item > a {
    color: #8abcff;
}
.dropdown-toggle::after {
    border: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: -6px !important;
    margin-left: 22px;
}
.primary-nav .dropdown-menu .dropdown-item::after {
    width: 0;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.text-since {
    color: #8abcff;
    margin-top: 202px;
}
.text-company-name {
    font-family: ProximaBold, "Open Sans";
    font-size: 48px;
    font-weight: bold;
    color:#ffffff;
    margin-top: -11px;
    margin-bottom: 2px;
}
.text-change {
    color: #8abcff;
}
.play-button {
    position: relative;
    top: -202px;
    display: block;
    width: 131px;
    height: 131px;
    background: url("images/sprite.png") -196px 0;
    margin: 48px auto 0 auto;
    cursor: pointer;
    opacity: .5;
    transition: opacity .5s ease;
}
.play-button:hover {
    opacity: 1;
    transition: opacity .5s ease;
}
.change-bars {
    margin-top: 151px;
}
.change-bars .bar {
    display: inline-block;
    width: 60px;
    height: 3px;
    background: rgba(255,255,255,1);
    margin-right: 15px;
    cursor: pointer;
}
.products-home-container {
    background-image: url("images/products-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 90px;
}
.products-home-container h1 {
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
}
.products {
    margin-top: 105px;
}
.product-1 {
    display: block;
    width: 138px;
    height: 134px;
    background: url("images/sprite.png") -251px -131px;
    cursor: pointer;
    margin: 20px auto 0 auto;
}
.product-2 {
    display: block;
    width: 75px;
    height: 152px;
    background: url("images/sprite.png") -394px -122px;
    cursor: pointer;
    margin: 2px auto 0 auto;
}
.product-3 {
    display: block;
    width: 118px;
    height: 151px;
    background: url("images/sprite.png") -9px -131px;
    cursor: pointer;
    margin: 3px auto 0 auto;
}
.product-4 {
    display: block;
    width: 46px;
    height: 152px;
    background: url("images/sprite.png") -134px -131px;
    cursor: pointer;
    margin: 0 auto;
}
.product-5 {
    display: block;
    width: 52px;
    height: 152px;
    background: url("images/sprite.png") -193px -131px;
    cursor: pointer;
    margin: 0 auto;
}
.products .p-2 {
    width: 18%;
    padding: 1rem .5rem !important;
}
.product-6 {
    display: block;
    width: 112px;
    height: 137px;
    background: url(images/sprite.png) -615px -130px;
    cursor: pointer;
    margin: 25px auto 0 auto;
}
.product-7 {
    display: block;
    width: 18px;
    height: 162px;
    background: url(images/sprite.png) -585px -122px;
    cursor: pointer;
    margin: 0 auto;
}
.product-8 {
    display: block;
    width: 135px;
    height: 149px;
    background: url(images/sprite.png) -740px -132px;
    cursor: pointer;
    margin: 15px auto 0 auto;
}
.product-9 {
    display: block;
    width: 125px;
    height: 153px;
    background: url(images/sprite.png) -875px -132px;
    cursor: pointer;
    margin: 9px auto 0 auto;
}
.product-10 {
    display: block;
    width: 83px;
    height: 163px;
    background: url(images/sprite.png) -481px -117px;
    cursor: pointer;
    margin: 0 auto;
}
.products .product-text {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
}
.products .sec-row {
    margin-top: 22px;
}
.products .p-2:hover {
    background: rgba(2,47,102,.25);
}
.products p {
    margin-bottom: 0;
}
.products a:hover {
    text-decoration: none;
}
.products .dot {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url(images/sprite.png) -333px 0;
    cursor: pointer;
    margin-left: auto;
    margin-right: 5px;
    visibility: hidden;

}
.products .p-2:hover .dot {
    visibility: visible;
}
.products-home-container button {
    background: transparent;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 0;
    font-size: 18px;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    padding-left: 46px;
    padding-right: 46px;
    margin-top: 60px;
}
.products-home-container button:hover {
    background: #ffffff;
    color: #0148a7;
}
.products-home-container button:hover .download-icon {
    background: url(images/sprite.png) -29px -54px;
}
.products-home-container button:first-of-type {
    margin-right: 20px;
    padding-left: 56px;
    padding-right: 56px;
}
.products-home-container .download-icon {
    display: inline-block;
    position: relative;
    bottom: -5px;
    width: 21px;
    height: 23px;
    background: url(images/sprite.png) -5px -54px;
    margin-left: 10px;
}
.home-contact .left-side {
    padding: 60px 125px 80px 117px;
}
.home-contact .left-side {
    background: #ededed;
    width: 50%;
}
.home-contact .right-side {
    width: 50%;
}
.home-contact h1 {
    font-size: 36px;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    color: #0050bd;
    margin-bottom: 32px;
}
.inner-boxes .left {
    position: relative;
    width: calc(50% - 10px);
    background: #ffffff;
    margin-right: 20px;
    padding: 33px 38px;
    box-shadow: 0 0 25px rgba(74,0,80,.16);
}
.inner-boxes .left .map-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.inner-boxes .left .map-icon .icon {
    display: block;
    width: 79px;
    height: 73px;
    background: url(images/sprite.png) 0 -432px;
    margin-left: 10px;
}
.inner-boxes .right {
    position: relative;
    width: calc(50% - 10px);
    background: #ffffff;
    padding: 33px 38px;
    box-shadow: 0 0 25px rgba(74,0,80,.16);
}
.inner-boxes .right .phone-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.inner-boxes .right .phone-icon .icon {
    display: block;
    width: 79px;
    height: 90px;
    background: url(images/sprite.png) -100px -433px;
    margin-left: 10px;
    zoom: .92;
}
.inner-boxes .left h2 {
    font-size: 18px;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    color: #0d1725;
    text-transform: uppercase;
}
.inner-boxes .right h2 {
    position: relative;
    z-index: 1;
    width: 200px;
    font-size: 18px;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    color: #0d1725;
    text-transform: uppercase;
}
.inner-boxes .left p.address {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-family: ProximaItalic, "Open Sans";
    font-weight: normal;
    color: #0d1725;
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 31px;
}
.inner-boxes .right p.tel {
    font-size: 18px;
    font-family: ProximaItalic, "Open Sans";
    font-weight: normal;
    color: #0d1725;
    margin-bottom: 18px;
}
.inner-boxes .left button {
    width: 100%;
    color: #ffffff;
    background: #0246a2;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 11px 0;
}
.inner-boxes .right button {
    width: 100%;
    color: #ffffff;
    background: #0246a2;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 11px 0;
}
.inner-boxes button:hover {
    background: #052956;
}
.third-box {
    position: relative;
    width: 100%;
    background: #ffffff;
    margin-top: 20px;
    padding: 33px 38px;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 25px rgba(74,0,80,.16);
}
.third-box .mail-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.third-box .mail-icon .icon {
    display: block;
    width: 91px;
    height: 87px;
    background: url(images/sprite.png) -226px -435px;
    margin-left: 10px;
    zoom: .9;
}
.home-contact .third-box h2 {
    position: relative;
    z-index: 1;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    font-size: 18px;
    color: #0d1725;
    text-transform: uppercase;
}
.home-contact .third-box .email {
    font-size: 18px;
    font-family: ProximaItalic, "Open Sans";
    font-weight: normal;
    color: #0d1725;
    margin-bottom: 22px;
}
.home-contact .third-box button {
    background: #0246a2;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 11px 55px;
    color: #ffffff;
}
.home-contact .third-box button:hover {
    background: #052956;
}
#contact-page .third-box h2 {
    position: relative;
    z-index: 1;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    font-size: 18px;
    color: #0d1725;
    text-transform: uppercase;
}
#contact-page .third-box .email {
    font-size: 18px;
    font-family: ProximaItalic, "Open Sans";
    font-weight: normal;
    color: #0d1725;
    margin-bottom: 22px;
}
#contact-page .third-box button {
    background: #0246a2;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 11px 55px;
    color: #ffffff;
}
#contact-page .third-box button:hover {
    background: #052956;
}
.footer {
    background: #022f66;
    padding-top: 80px;
}
.footer .left-side {
    width: 45%;
}
.footer .left-side h1 {
    width: 330px;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    font-size: 48px;
    color: #ffffff;
}
.footer .left-side .sign {
    display: block;
    width: 170px;
    height: 101px;
    margin-top: 28px;
    background: url(images/sprite.png) -4px -294px;
}
.footer .right-side a {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    line-height: 53px;
    cursor: pointer !important;

}
.footer .right-side a:hover {
    color: #8abcff;
}
.footer .right-side .left {
    margin-right: 97px;
}
.footer .product-image {
	width: 198px;
    margin: 0 0 0 40px;
    background: #052956;
}
.footer .product-image .product-1 {
    display: block;
    width: 138px;
    height: 134px;
    background: url("images/sprite.png") -251px -131px;
    cursor: pointer;
    margin: 65px auto 0 auto;
}
.footer .product-image .product-2 {
    display: block;
    width: 75px;
    height: 152px;
    background: url("images/sprite.png") -394px -122px;
    cursor: pointer;
    margin: 65px auto 0 auto;
}
.footer .product-image .product-3 {
    display: block;
    width: 118px;
    height: 151px;
    background: url("images/sprite.png") -9px -131px;
    cursor: pointer;
    margin: 65px auto 0 auto;
}
.footer .product-image .product-4 {
    display: block;
    width: 46px;
    height: 152px;
    background: url("images/sprite.png") -134px -131px;
    cursor: pointer;
    margin: 65px auto 0 auto;
}
.footer .product-image .product-5 {
    display: block;
    width: 52px;
    height: 152px;
    background: url("images/sprite.png") -193px -131px;
    cursor: pointer;
    margin: 65px auto 0 auto;
}
.footer .product-image .product-6 {
    display: block;
    width: 112px;
    height: 137px;
    background: url(images/sprite.png) -615px -130px;
    cursor: pointer;
    margin: 65px auto 0 auto;
}
.footer .product-image .product-7 {
    display: block;
    width: 18px;
    height: 162px;
    background: url(images/sprite.png) -585px -122px;
    cursor: pointer;
    margin: 65px auto 0 auto;
}
.footer .product-image .product-8 {
    display: block;
    width: 135px;
    height: 149px;
    background: url(images/sprite.png) -740px -132px;
    cursor: pointer;
    margin: 65px auto 0 auto;
}
.footer .product-image .product-9 {
    display: block;
    width: 125px;
    height: 153px;
    background: url(images/sprite.png) -875px -132px;
    cursor: pointer;
    margin: 65px auto 0 auto;
}
.footer .product-image .product-10 {
    display: block;
    width: 83px;
    height: 163px;
    background: url(images/sprite.png) -481px -117px;
    cursor: pointer;
    margin: 65px auto 0 auto;
}
.footer-first-row {
    padding-bottom: 56px;
}
.footer-sec-row {
    padding-top: 41px;
}
.footer-sec-row .footer-logo {
    display: block;
    width: 196px;
    height: 41px;
    background: url("images/sprite.png") 0 0;
    margin-right: 0;
}
.footer-horizontal-line {
    background: #103d76;
    width: 100%;
    height: 2px;
}
.footer-sec {
    background: #022f66;
}
.footer-sec-row a:first-of-type {
    margin-left: 175px;
}
.footer-sec-row a {
    margin-right: 60px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 10px;
}
.footer-sec-row a:last-of-type {
    margin-right: 0;
}
.footer-sec-row a:hover {
    color: #8abcff;
}
.footer-sec-row {
    padding-bottom: 37px;
}
.footer-third {
    background: #0d1725;
}
.footer-third-row {
    padding: 46px 0 30px 0;
}
.footer-third-row .left .copyright {
    color: #ffffff;
    margin-bottom: 2px;
}
.footer-third-row .left a {
    color: #0060e1;
    text-decoration: none;
}
.footer-third-row .right {
    margin-left: 130px;
    margin-top: 10px;
}
.footer-third-row .right .fab:first-of-type {
	margin-left: 0;
}
.footer-third-row .right .fab {
	color: #015AD2;
	font-size: 26px;
	margin-left: 35px !important;
	cursor: pointer;
	transition: all .3s ease;
}
.footer-third-row .right .fab:hover {
	color: #ffffff;
	transition: all .3s ease;
}
#contact-page .social-icons .fab {
	color: #015AD2;
	font-size: 26px;
	margin-left: 25px;
	cursor: pointer;
	transition: all .3s ease;
}
#contact-page .social-icons .fab:hover {
	color: #ffffff;
	transition: all .3s ease;
}
.footer-third-row .right .fb span {
    display: block;
    width: 15px;
    height: 29px;
    background: url("images/sprite.png") -179px -294px;
    margin-right: 48px;
}
.footer-third-row .right .instagramm span {
    display: block;
    width: 29px;
    height: 29px;
    background: url("images/sprite.png") -196px -294px;
    margin-right: 41px;
}
.footer-third-row .right .linkedin span {
    display: block;
    width: 29px;
    height: 29px;
    background: url("images/sprite.png") -232px -291px;
}
.footer-third-row {
	position: relative;
}
.designed-section {
	position: absolute;
	right: -15px;
}
.footer-third-row .right .fb:hover span {
    width: 15px;
    height: 29px;
    background: url("images/sprite.png") -179px -327px;
}
.footer-third-row .right .instagramm:hover span {
    width: 29px;
    height: 29px;
    background: url("images/sprite.png") -196px -325px;
}
.footer-third-row .right .linkedin:hover span {
    width: 29px;
    height: 29px;
    background: url("images/sprite.png") -232px -323px;
}
.designed-section p.designed {
    color: #0060e1;
    margin-top: 14px;
}
.designed-section .designed-icon {
    display: block;
    width: 82px;
    height: 64px;
    background: url("images/sprite.png") -267px -286px;
    transform: scale(.65);
}
.inner-addon {
    position: relative;
}
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}
.right-addon .glyphicon {
    right: 20px;
    top: 12px;
}
.glyphicon-search {
    display: block;
    width: 19px;
    height: 19px;
    background: url("images/sprite.png") -354px -294px;
}
.searchform input {
    width: 403px !important;
    background: #111f31;
    border-radius: 0;
    border: 1px solid #1c365a;
    color: #ffffff !important;
    padding: 8px 45px 8px 15px;
}
.searchform input:focus {
    background: #111f31;
    box-shadow: none;
    border: 1px solid #1c365a;
}
.desktop-language-switcher {
    margin-top: -5px;
}
.desktop-language-switcher .language-geo {
    position: relative;
    top: 8px;
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url("images/sprite.png") -178px -364px;
	transform: scale(.9);
}
.desktop-language-switcher .sub {
    display: none;
    position: absolute;
    background: #090F16;
    padding: 10px 0 0 0;
}
.desktop-language-switcher .sub .dropdown-menu {
    background: #090F16;
    padding: 10px 20px;
    margin-left: -6px !important;
    border-radius: 0;
    top: -5px;
	min-width: 8rem;
	z-index: 999 !important;
}
.desktop-language-switcher .sub .dropdown-menu .dropdown-item {
	margin-left: 0 !important;
}
.desktop-language-switcher a {
    position: relative;
    display: inline-block;
	color: #ffffff;
}
/*.desktop-language-switcher .triangle-up {
    left: 82px !important;
}*/
.desktop-language-switcher p {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    margin-right: 15px;
    margin-left: 35px;
}
.designed-section .designed-icon {
    opacity: .5;
    cursor: pointer;
    transition: opacity .5s ease;
}
@media screen and (max-width: 1670px) { /*1670px -*/
    .home-contact .right-side.home-maps {
        width: 40%;
    }
    .home-contact .left-side {
        width: 60%;
    }
}
@media screen and (max-width: 1400px) { /*1400px -*/
	.error-404-text {
		margin-top: 200px;
	}
	.back-to-home-404 {
		margin-bottom: 120px;
	}
    .home-contact .right-side.home-maps {
        width: 50%;
    }
    .home-contact .left-side {
        width: 50%;
    }
    .home-contact .left-side {
        padding: 40px 40px 60px 40px;
    }
    .primary-nav .form-inline .form-control, .primary-nav .right-addon .glyphicon {
        display: none;
    }
    .designed-section p.designed {
        margin-left: 160px;
    }
    .primary-nav .searchform input {
        width: 220px !important;
    }
    .menu-glyphicon-search {
        display: block;
        width: 37px;
        height: 37px;
        background: url(images/sprite.png) -219px -364px;
        top: 15px;
        transform: scale(.7);
        cursor: pointer;
    }
    #mission-statement .content-2 .left {
        padding: 30px 40px 20px 40px !important;
    }
}
@media screen and (max-width: 1340px) { /*1340px -*/
    .home-contact .left-side {
        padding: 50px 50px 70px 50px;
    }
    .home-contact .inner-boxes .left, .home-contact .inner-boxes .right, .home-contact .third-box {
        padding: 30px 27px;
    }
    #contact-page .inner-boxes .left, #contact-page .inner-boxes .right, #contact-page .third-box {
        padding: 30px 27px;
    }
    .home-contact .inner-boxes .left button, .home-contact .inner-boxes .right button, .home-contact .third-box button {
        font-size: 16px;
    }
    #contact-page .inner-boxes .left button, #contact-page .inner-boxes .right button, #contact-page .third-box button {
        font-size: 16px;
    }

}
@media screen and (max-width: 1270px) { /*1270px -*/
    .desktop-language-switcher {
		left: -25px !important;
	}
	.top-logo {
		margin-left: 25px !important;
	}
}
@media screen and (max-width: 1200px) { /*1200px - */
    .home-contact .right-side.home-maps {
        display: none;
    }
    .home-contact .left-side {
        width: 100%;
    }
    .home-contact .left-side {
        background-image: url("images/kapcsolat_bg.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .primary-nav .searchform input {
        width: 200px !important;
    }
    .footer .left-side {
        width: 40%;
    }
    .designed-section p.designed {
        margin-left: 80px;
    }
    .footer-third-row .right {
        margin-left: 60px;
    }
    .primary-nav li:first-child a {
        margin-left: 35px;
    }
    .primary-nav li a {
        margin-left: 35px;
    }
    .navbar-nav .dropdown-menu {
        margin-left: -12px;
    }

}
@media screen and (min-width: 1201px) { /*1200px + */
    #bg-map {
        display: none;
    }
}
.carousel-control-prev-icon,  .carousel-control-next {
    display: none;
}
.carousel-item {
    top: -30px;
}
.carousel-item p {
    color: #8abcff;
}
.carousel-indicators {
    cursor: pointer;
    bottom: 90px;
}
.carousel-inner {
    height: 243px;
}
.carousel-indicators li {
    width: 60px;
    margin-right: 16px;
    background: #213a4a;
    border: 0;
}
.carousel-indicators li.active {
    background: #fff
}
.hamburger-menu {
    cursor: pointer;
    padding-top: 73px;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 6px auto 6px auto;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -7px);
    transform: rotate(45deg) translate(-9px, -7px);
}
.mobile-nav {
    height: 103px;
    margin-top: -35px;
    margin-left: -15px;
    margin-right: -15px;
}
.other-page-header .mobile-nav {
    margin-top: 0;
}
.text-since {
    margin-top: 75px;
}
.mobile-nav .content {
    padding-top: 3px;
}
.mobile-nav .content .left-side .top-logo {
    margin-left: 50px;
    margin-top: 23px;
}
.mobile-nav .content .right-side {
    height: 143px;
    width: 146px;
    margin-top: -43px;
}
.hamburger-menu-bg {
    background: #022f66;
    height: 143px;
}
.mobile-menu {
    text-align: right;
}
.mobile-menu li {
    list-style: none;
    padding-top: 30px;
    margin-right: 55px;
}
.mobile-menu .sub-menu li {
    margin-right: 0;
}
.mobile-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}
.mobile-menu .sub-menu {
    display: none;
    padding-left: 0;
	background: #0050bd;
    margin-right: -55px;
    padding-right: 55px;
    padding-bottom: 20px;
}
.mobile-menu-bottom > div{
    background: #022f66;
    z-index: 1;
    padding-right:55px;
}
.mobile-nav .language-switcher .language-geo{
    position: relative;
    top: 7px;
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url("images/sprite.png") -178px -364px;
}
.mobile-menu .language-switcher {
    display: block !important;
    padding-top: 40px;
    margin-right: 45px;
}
.mobile-nav .language-switcher {
    display: none;
}
.mobile-nav .language-switcher p {
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    margin-left: 60px;
    margin-right: 20px;
}
.mobile-nav .language-switcher .sub {
    visibility: hidden;
}
.visible {visibility: visible;}
.mobile-menu-bottom .search-bar {
    padding: 60px 60px 52px 60px;
}
.mobile-menu-bottom .search-bar input {
    width: 100% !important;
    height: 65px;
    background: #00224b;
    border: 0;
    font-size: 26px;
}
.mobile-menu-bottom .inner-addon {
    width: 100%;
}
.mobile-menu-bottom .search-bar .glyphicon-search {
    display: block;
    width: 37px;
    height: 37px;
    background: url(images/sprite.png) -219px -364px;
    top: 15px;
}
@media screen and (min-width: 920px) { /* 920px + */
	.footer {
		min-height: 380px;
	}
}
@media screen and (max-width: 920px) { /* 920px - */
	.error-404-text {
		font-size: 26px;
		margin-top: 150px;
	}
	.back-to-home-404 {
		max-width: 100%;
	}
	.top-header-404 {
		background-image: url("images/bg-404-mobile.png");
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		background-size: cover;
		padding-top: 35px;
		padding-bottom: 78px;
	}
	.other-page-header {
		background-attachment: initial !important;
	}
}
@media screen and (max-width: 768px) { /* 768px - */
	.embed-container {
	  position: relative;
	  padding-bottom: 56.25%;
	  overflow: hidden;
	}
			
	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	.text-company-name {
		font-size: 32px;
	}
	.mobile-nav .top-logo {
		margin-left: 35px !important;
	}
	#contact-page .content-2 input[type=file] {
		max-width: 100%;
	}
	.mobile-pic img {float: none !important}
	.top-logo {
		margin-left: 5px !important;
	}
	footer .mobile-lang-switcher .current-mobile-lang {
		position: relative;
		right: -14px;
	}
	.footer .left-side {
		width: 100% !important;
	}
	.footer .left-side h1 {
		font-size: 32px !important;
	}
	.footer .left-side, .footer .left-side h1 {
		width: 100% !important;
	}
	#termekcsalad .download-btn button {
		width: 100%;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}
@media screen and (max-width: 400px) { /* 400px - */
	.footer-sec-row a {
		font-size: 14px !important;
	}
	footer .mobile-lang-switcher {
		margin-top: -37px !important;
	}
	.current-mobile-lang {
		position: relative;
		right: 0px !important;
	}
	.footer-sec-row a {
		margin-right: 30px;
		margin-top: 0;
		font-size: 14px;
	}
    .carousel-item p {
        font-size: 14px;
    }
    .products-button button:first-child {
        margin-top: 20px !important;
    }
    .products-home-container button:first-of-type {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
    }
    .products-home-container button {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
    }
    .products-mobile .product-text {
        font-size: 18px;
    }
    .home-contact .third-box button, .home-contact .inner-boxes .right button, .home-contact .inner-boxes .left button {
        font-size: 16px !important;
    }
    #contact-page .third-box button, #contact-page .inner-boxes .right button, #contact-page .inner-boxes .left button {
        font-size: 16px !important;
    }
    .footer .right-side .left a, .footer .right-side .right a {
        font-size: 14px !important;
        line-height: 50px !important;
    }
    .footer .right-side .left {
        margin-right: 60px !important;
    }
    .footer-sec-row a {
        margin-right: 15px !important;
    }
    .footer .left-side h1 {
        font-size: 40px !important;
    }
    .play-button {
        zoom: .8;
    }
}
@media screen and (min-width: 1026px) { /*1026 +*/
	.footer-first-row {
		position: relative;
	}
	.footer-first-row .right-side {
		position: absolute;
		right: 0;
	}
}
@media screen and (max-width: 1023px) { /*1023px -*/
	#menu-primary-1, #menu-angol-menu-1, #menu-nemet-menue-1 {padding-left:0}
	#carrier-page .content-2 .second img {display: none;}
	#carrier-page .content-3 .button {width: 100%;}
	#carrier-page .content-2 .karrier-only-mobile img {
		display: block;
		margin-bottom: 20px;
		margin-top: 100px;
	}
	#csr-carousel.carousel {height:417px;}
    .primary-nav {
        display: none;
    }
	.footer .right-side .left {
        margin-right: 70px !important;
    }
	.footer .right-side .left a, .footer .right-side .right a {
        font-size: 15px !important;
        line-height: 50px !important;
    }
    .top-header {
        padding-bottom: 0;
        background-attachment: initial;
    }
    .menu-primary-container, .menu-angol-menu-container, .menu-nemet-menue-container {
        background: #022f66;
        z-index: 1;
    }
    .products {
        display: none !important;
    }
    .products-home-container .carousel-item {
        margin-top: 40px;
    }
    .carousel-inner {
        height: 260px;
    }
    .products-mobile .product-text {
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 25px;
    }
    .products-home-container h2 {
        font-size: 28px;
    }
    .products-mobile .carousel-control-prev, .products-mobile .carousel-control-next {
        display: inline-block;
        opacity: 1;
    }
    .products-mobile .carousel-control-prev-icon {
        margin-top: 200px;
    }
    .products-mobile .carousel-control-next-icon {
        margin-top: 200px;
        opacity: 1;
    }
    .products-mobile .carousel-control-prev-icon {
        display: block;
        width: 56px;
        height: 28px;
        background: url(images/sprite.png) -382px -292px;
        top: 23px;
    }
    .products-mobile .carousel-control-next-icon {
        display: block;
        width: 56px;
        height: 28px;
        background: url(images/sprite.png) -366px -336px;
        top: 23px;
    }
    .products-button {
        display: block !important;
    }
    .products-button button:first-child {
        margin-top: 50px;
    }
    .products-button button {
        display: block !important;
        width: 100%;
        margin-top: 20px;
    }
    .home-contact .inner-boxes {
        display: block !important;
    }
    .home-contact .inner-boxes .left, .home-contact .inner-boxes .right {
        width: 100%;
    }
    .home-contact .inner-boxes .right {
        margin-top: 20px;
    }
    .footer {
        padding-top: 65px;
    }
    .mobile-footer-top {
        padding-bottom: 55px;
    }
    .mobile-footer-top .top-logo {
        margin-left: 0;
    }
    .mobile-footer-top .language-switcher p {
        color: #ffffff;
        font-size: 24px;
        margin-right: 15px;
    }
    .mobile-footer-top .language-switcher .language-geo {
        position: relative;
        top: 7px;
        display: inline-block;
        width: 31px;
        height: 31px;
        background: url("images/sprite.png") -178px -364px;
    }
    .footer .left-side h1 {
        margin-top: 55px;
    }
    .footer .product-image {
        display: none !important;
    }
    .footer .footer-first-row {
        display: block !important;
    }
    .footer .footer-first-row .left-side {
        display: block !important;
    }
    .footer .footer-first-row .left-side {
        display: block !important;
    }
    .footer .footer-first-row .justify-content-center {
        justify-content: inherit !important;
    }
    .footer .right-side .left, .footer .right-side .right {
        margin-top: 40px;
    }
    .footer .right-side .left a, .footer .right-side .right a {
        font-size: 20px;
        line-height: 60px;
    }
    .footer-third-row .right {
        margin-top: 25px;
    }
    .footer-sec-row .footer-logo {
        display: none;
    }
    .footer-sec-row {
        display: none;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .footer-sec-row a:first-of-type {
        margin-left: 0;
    }
    .footer-sec-row a {
        margin-right: 30px;
        margin-top: 0;
        font-size: 16px;
    }
    .footer-third-row, .footer-third-row div, .footer-third-row .left, .footer-third-row .right {
        display: block !important;
        width: 100%;
        text-align: center;
    }
    .footer-third-row .right .fb span, .footer-third-row .right .instagramm span, .footer-third-row .right .linkedin span {
        display: inline-block;
    }
    .footer-third-row .right {
        margin-left: 0;
    }
    .footer-third-row .designed-section {
        display: none !important;
    }
    .designed-section-mobile {
        background: #050d19;
        padding: 20px 0 15px 0;
    }
    .designed-section-mobile .designed-icon {
        display: block;
        width: 82px;
        height: 64px;
        background: url("images/sprite.png") -267px -286px;
		transform: scale(.65);
    }
    .footer-third {
        padding-right: 0;
        padding-left: 0;
    }
    .designed-section-mobile .designed {
        color: #0969d7;
        font-size: 20px;
        margin-top: 12px;
        margin-right: 10px;
    }
    .products-home-container h1 {
        margin-top: -12px;
        margin-bottom: 3.5rem;
    }
    .products-home-container {
        padding-top: 50px;
    }
    .home-contact .left-side {
        padding: 40px 30px 50px 30px;
    }
    .products-home-container {
        padding-bottom: 50px;
    }
    .home-contact .third-box button {
        width: 100%;
        color: #ffffff;
        background: #0246a2;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 0;
        padding: 11px 0;
    }
    #contact-page .third-box button {
        width: 100%;
        color: #ffffff;
        background: #0246a2;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 0;
        padding: 11px 0;
    }
    #mission-statement .content-1 .missionk-img {
        display: none !important;
    }
    #mission-statement .content-1 h1 {
        margin-bottom: 30px !important;
    }
    #mission-statement .content-1 .mission-text-bottom {
        padding-bottom: 40px !important;
    }
    #mission-statement .content-2 .right {
        display: none !important;
    }
    #mission-statement .content-2 .left {
        width: 100% !important;
    }
    #mission-statement .content-3 .first {
        display: block !important;
    }
    #mission-statement .content-3 .first .left  {
        display: none;
    }
    #mission-statement .content-3 .first .right {
        padding: 30px 35px 20px 30px !important;
    }
    #mission-statement .content-3 h1 {
        margin-bottom: 30px !important;
    }
    #mission-statement .content-3 {
        padding: 50px 0 !important;
    }
    #mission-statement .content-3 .second {
        display: block !important;
    }
    #mission-statement .content-3 .second .right {
        display: none !important;
    }
    #mission-statement .content-3 .second .left {
        padding: 30px 35px 20px 30px !important;
    }
    #mission-statement .content-3 .second {
        margin-top:  50px !important;
    }
    #mission-statement .content-4 {
        padding: 40px 0 50px 0 !important;
    }
    .other-page-header .top-title {
        font-size: 36px !important;
        margin-top: 100px !important;
        margin-bottom: 70px !important;
    }
    #mission-statement .content-1 h1, #mission-statement .content-2 .left h1,
    #mission-statement .content-3 h1, #mission-statement .content-4 h1 {
        font-size: 26px !important;
    }
    .ew-breadcrumb {
        padding-top: 35px !important;
    }
    .footer .left-side h1 {
        font-size: 36px !important;
        margin-top: 40px !important;
    }
    #mission-statement .content-4 .gallery .ngg-navigation a.next {
        position: absolute;
        top: calc( 50% - -8px );
        right: 20px;
        cursor: pointer !important;
        border: 0 !important;
        background: #0050bd !important;
        width: 52px !important;
        height: 67px !important;
        margin-right: -15px;
    }
    #mission-statement .content-4 .gallery .ngg-navigation a.next .right-arrow {
        display: inline-block;
        width: 30px;
        height: 16px;
        background: url(images/sprite.png) -334px -435px;
        margin-top: 22px;
    }
    #mission-statement .content-4 .gallery .ngg-navigation a.prev {
        position: absolute;
        top: calc( 50% - -8px );
        left: 20px;
        cursor: pointer !important;
        border: 0 !important;
        background: #0050bd !important;
        width: 52px !important;
        height: 67px !important;
        margin-left: -15px;
    }
    #mission-statement .content-4 .gallery .ngg-navigation a.prev .left-arrow {
        display: inline-block;
        width: 30px;
        height: 16px;
        background: url(images/sprite.png) -334px -435px;
        margin-top: 26px;
        transform: rotate(180deg);
    }
    #contact-page .content-1 .right-side {display: none}
    #contact-page .content-1 .left-side {width: 100% !important;}
    #contact-page .content-1 .inner-boxes {display: block !important;}
    #contact-page .content-1 .inner-boxes .left, #contact-page .content-1 .inner-boxes .right {width:100% !important;}
    #contact-page .content-1 .inner-boxes .left {margin-bottom: 20px;}
    #contact-page .content-2 .cp-left {display:block !important;}
    #contact-page .content-2 .cp-left .left-side, #contact-page .content-2 .cp-left .right-side {width:100% !important;}
    #contact-page .content-2 input[type=submit] {width:100% !important;}
    #contact-page .content-3 .content {
        margin: 0 auto;
        text-align: center;
    }
    #contact-page .content-3 .content .social-icons {
        display: flex;
        justify-content: center;
        margin-left: -48px;
    }
    #contact-page .content-2 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    #contact-page .content-2 .right-side {
        margin-left: 0 !important;
    }
    #carrier-page .content-1 .lengozar-icon{display:none;}
    #carrier-page .content-2 .first, #carrier-page .content-2 .second {display: block !important;}
    #carrier-page .content-2 .first .right, #carrier-page .content-2 .second .left {position: static !important;}
    #carrier-page .content-2 img {width:100%;}
    #carrier-page .content-2 .second {margin-top: -82px !important;}
    #carrier-page .content-2 .second .left {margin-bottom: 20px !important;}
    #carrier-page .content-2 .button {display:block;text-align:center;width: 100% !important;padding:8px 15px !important;font-size: 12px !important;}
    #carrier-page .content-2 .first .right, #carrier-page .content-2 .second .left{padding:30px !important;}
    #carrier-page .content-3 p {width:100% !important;}
    #carrier-page .content-3 .button {display:block;width:100%;text-align:center;}
    #carrier-page .content-3 {padding:40px 30px !important;}
    #carrier-page .content-2 {padding-top:40px !important;padding-bottom:40px !important;}
    #carrier-page h1 {font-size: 28px !important;}
    #carrier-page .content-1 .media-body {margin-top: 30px !important;}
    #carrier-page .content-2 h2 {font-size: 24px !important;}
    #termekek .carousel-item {top:5px !important;}
    .termekek-top-image {margin-top: -50px !important;}
    #csr .content-3 .ela-sport {display: block !important;}
    #csr .content-3 .ela-sport .left, #csr .content-3 .ela-sport .right {width: 100%;}
    #csr .content-3 .ela-sport .left {margin-bottom: 20px;}
    #csr .content-3 .ela-sport .right img {width:100%;height:auto;}
    #csr .content-3 {padding: 40px 0 !important;}
    #csr #csr-arts .fade-img {display: none !important;}
    #csr-arts .carousel-item .right {display: none !important;}
    #csr .content-1 {padding-bottom: 20px;}
	
	.mobile-lang-switcher .current-mobile-lang::after {
		position: relative;
		top: 4px;
		margin-left: 10px;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		content: "\f0ac";
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		color: #fff;
		font-size: 25px;
		position: relative;
		bottom: -2px;
		margin-left: 10px;
	}
	.mobile-lang-switcher .current-mobile-lang {
		position: absolute;
		padding-right: 55px;
		color: #ffffff;
		font-size: 20px;
		cursor: pointer;
	}
	.mobile-lang-switcher .lang-submenu {
		visibility: hidden;
	}
	.mobile-lang-switcher .lang-submenu .sub-menu {
		position: absolute;
		top: 65px;
		right: 35px;
		width: 180px;
		height: auto;
		background: #0050BD;
		padding: 15px;
	}
	.mobile-lang-switcher .lang-submenu .sub-menu li {
		list-style: none;
		margin-bottom: 10px;
	}
	.mobile-lang-switcher .lang-submenu .sub-menu a:href {
		text-decoration: none !important;
	}
	.mobile-lang-switcher .lang-submenu .sub-menu a {
		color: #ffffff;
		font-size: 17px;
	}
	.mobile-lang-switcher {
		height: 100px;
		padding-top: 24px;
		padding-left: 60px;
	}
	.mobile-lang-switcher .triangle-up {
		position: absolute;
        bottom: -7px;
        left: 82px;
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #0050bd;
	}
	.mobile-menu-bottom .search-bar {display: none;}
	.wpml-ls-item { visibility: hidden; }
	.mobile-pic, .mobile-pic-top {display: block;}
	.mobile-pic img {
		width: 200px;
		height: auto;
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.mobile-pic-top img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	#mission-statement .content-2 .left {
		padding: 30px 20px 20px 20px !important;
	}
	#mission-statement .content-3 .first .right {
		padding: 30px 20px 20px 20px !important;
	}
	#csr .content-1 p {padding-top: 30px !important;}
	#csr .content-1 {padding-bottom: 20px !important;}
	#csr-arts .carousel-inner .carousel-item img {
		width: 100% !important;
		height: auto !important;
	}
	footer .mobile-lang-switcher .current-mobile-lang {
		position: relative;
		right: 10px;
	}
	footer .mobile-lang-switcher {
		position: absolute;
		width: 125px;
		right: 0;
		margin-top: -26px;
		padding-left: 0;
	}
	footer .mobile-lang-switcher .lang-submenu .sub-menu {
		left: -60px;
	}

}
@media screen and (min-width: 1024px) { /*1024px +*/
	#carrier-page .content-2 .karrier-only-mobile {
		display: none;
	}
	.mobile-pic, .mobile-pic-top {display: none;}
    .mobile-nav {
        display: none;
    }
    .products-mobile {
        display: none;
    }
    .mobile-footer-top {
        display: none !important;
    }
    .display-none-mobile {
        display: none !important;
    }
    .designed-section-mobile {
        display: none !important;
    }
    #mission-statement .content-4 .gallery .ngg-navigation a.next {
        position: absolute;
        top: calc( 50% - 3px );
        right: 0;
        cursor: pointer !important;
        border: 0 !important;
        background: #0050bd !important;
        width: 63px !important;
        height: 75px !important;
        margin-right: -25px;
    }
    #mission-statement .content-4 .gallery .ngg-navigation a.next .right-arrow {
        display: inline-block;
        width: 30px;
        height: 16px;
        background: url(images/sprite.png) -334px -435px;
        margin-top: 26px;
    }
    #mission-statement .content-4 .gallery .ngg-navigation a.prev {
        position: absolute;
        top: calc( 50% - 3px );
        left: 0;
        cursor: pointer !important;
        border: 0 !important;
        background: #0050bd !important;
        width: 63px !important;
        height: 75px !important;
        margin-left: -25px;
    }
    #mission-statement .content-4 .gallery .ngg-navigation a.prev .left-arrow {
        display: inline-block;
        width: 30px;
        height: 16px;
        background: url(images/sprite.png) -334px -435px;
        margin-top: 26px;
        transform: rotate(180deg);
    }
    .dropdown:hover .dropdown-menu {
        background: #0050BD;
        border-radius: 0;
		padding-right: 30px;
    }
    .primary-nav .dropdown-item, .dropdown-item {
        margin-left: 36px !important;
        text-transform: uppercase;
        font-size: 14px !important;
    }
    .triangle-up {
        position: absolute;
        top: -7px;
        left: 50px;
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #0050bd;
    }
    .dropdown-menu {
        padding: 20px 0;
        margin-left: 40px !important;
        margin-top: 0 !important;
    }
    #menu-item-1284 .dropdown-menu .termekek-submenu-container {display: block;}
    #menu-item-1301 .dropdown-menu .termekek-submenu-container {display: block;}
    #menu-item-1311 .dropdown-menu .termekek-submenu-container {display: block;}
    #menu-item-1334 .dropdown-menu .termekek-submenu-container {display: block;}
    #menu-item-1336 .dropdown-menu .termekek-submenu-container {display: block;}
	.dropdown-menu.show {display:none }
}
.menu-primary-container {
    padding-bottom: 15px;
}
.mobile-open-close {
    width: 100%;
    position: fixed;
	left: 100%;
    -webkit-transition: left 1s ease;
    -moz-transition: left 1s ease;
    -o-transition: left 1s ease;
    transition: left 1s ease;
    z-index: 1000;
}
.display-block {
    display: block !important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition:all 1s;
}
.display-none {
    display: none !important;
}
.submenu-open {
	display: none;
    position: relative;
    background: #00224b;
    text-align: right;
}
.submenu-open .sub-menu {
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-top: 129px;
}
.submenu-open ul li {
    list-style: none;
    padding-top: 30px;
    margin-right: 55px;
}
.submenu-open ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
}
.submenu-arrow-left {
    position: absolute;
    right: 60px;
    display: block;
    width: 67px;
    height: 32px;
    background: url(images/sprite.png) -262px -363px;
    top: 20px;
    margin-top: 40px;
    cursor: pointer;
}
.mobile-open-close .menu-item-has-children > a:before {
    position: relative;
    top: -5px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 11px;
    background: url(images/sprite.png) -337px -374px;
    margin-right: 22px;
}
.slide-in-left {
	position: relative;
    left: 0;
    -webkit-transition: left 1s ease;
    -moz-transition: left 1s ease;
    -o-transition: left 1s ease;
    transition: left 1s ease;
}
.mobile-menu-bottom {
    position: relative;
    z-index: 1000;
}
.other-page-header .primary-nav {
    background: #0d1725;
    padding: 16px 25px 16px 0;
}
.dropdown-item.active {
    background: none;
    color: #8abcff;
}
.other-page-header .top-title {
    font-family: ProximaBold, "Open Sans";
    font-size: 48px;
    font-weight: bold;
    color:#ffffff;
    margin-top: 200px;
    margin-bottom: 140px;
    line-height: 59px;
}
#mission-statement {
    background: #ededed;
}
#mission-statement .content-1 .missionk-img {
    display: inline-block;
    width: 117px;
    height: 142px;
    background: url(images/sprite.png) -442px -290px;
    margin-right: 40px;
    margin-left: 15px;
}
.ew-breadcrumb {
    font-family: ProximaRegular, "Open Sans";
    font-size: 16px;
    padding-top: 64px;
}
#mission-statement .content-1 h1 {
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: bold;
    color: #0050bd;
    margin-top: 15px;
    margin-bottom: 59px;
}
#mission-statement .content-1 .mission-text p {
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    color: #282828;
    line-height: 25px;
}
#mission-statement .content-1 .mission-text-bottom {
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    color: #282828;
    line-height: 25px;
    padding-bottom: 70px;
}
#mission-statement .content-2 .left {
    width: 50%;
    background: #ffffff;
    padding: 62px 120px 56px 116px;
}
#mission-statement .content-2 .right {
    width: 50%;
}
#mission-statement .content-2 .right {
    background-image: url("images/mission-statement-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#mission-statement .content-2 .left h1 {
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    font-weight: bold;
    color: #0050bd;
}
#mission-statement .content-2 .left p {
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
}
#mission-statement .content-3 h1 {
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    font-weight: bold;
    color: #0050bd;
    margin-bottom: 76px;
}
#mission-statement .content-3 {
    padding-top: 73px;
    padding-bottom: 78px;
}
#mission-statement .content-3 .first .left img {
    margin-top: -45px;
    margin-right: -27px;
}
#mission-statement .content-3 .first .right  {
    background: #0050bd;
    color: #ffffff;
    padding: 41px 35px 0 40px;
    margin-bottom: 10px;
}
#mission-statement .content-3 .first .right h2 {
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
#mission-statement .content-3 .first .right p {
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    line-height: 24px;
}
#mission-statement .content-3 .first .left figcaption {
    font-family: ProximaBold, "Open Sans";
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    margin-top: 19px;
}
#mission-statement .content-3 .second {
    margin-top: 90px;
}
#mission-statement .content-3 .second .left {
    background: #0050bd;
    color: #ffffff;
    padding: 41px 35px 26px 40px;
}
#mission-statement .content-3 .second .left h2 {
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
#mission-statement .content-3 .second .left p {
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    line-height: 24px;
}
#mission-statement .content-3 .second .right img {
    margin-top: -45px;
}
#mission-statement .content-3 .second .right figcaption {
    font-family: ProximaBold, "Open Sans";
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    margin-top: 19px;
    text-align: right;
}
#mission-statement .content-4 {
    background-image: url("images/gallery-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-color: #ffffff;
    padding: 80px 0 100px 0;
}
#mission-statement .content-4 h1 {
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    font-weight: bold;
    color: #0050bd;
    margin-bottom: 43px;
}
#mission-statement .content-4 .gallery {
    position: relative;
}
/*Gallery*/
#mission-statement .content-4 .gallery .ngg-gallery-thumbnail {
    margin: 3px !important;
    border: 0 !important;
}
#mission-statement .content-4 .gallery .ngg-gallery-thumbnail a {
    margin: 0 !important;
}
#mission-statement .content-4 .gallery .ngg-navigation a.page-numbers {
    display: none !important;
}
#mission-statement .content-4 .gallery .ngg-navigation span {
    display: none;
}
#mission-statement .content-4 .gallery .ngg-gallery-thumbnail img {
    cursor: pointer !important;
}
.ngg-gallery-thumbnail-box { margin: 0 0!important; width: 33.3%!important; }
.ngg-gallery-thumbnail a { display: block; overflow: hidden; }
.ngg-gallery-thumbnail a img { border: 0!important; width: 100%!important; padding: 2%!important; margin: 0 auto!important; }
.ngg-gallery-thumbnail img:hover { background: none !important; }
#mission-statement .content-3 {
    background-image: url("images/ela_ceg_ugyvezetok_bg_1024.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
#contact-page .content-1 {
    padding-bottom: 77px;
}
#contact-page .content-1 #map {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
#contact-page .content-1 .content {
    position: relative;
    z-index: 1;
}
#contact-page .content-1 .left-side {
    width: calc(70% - 20px);
}
#contact-page .content-1 .right-side {
    width: 30%;
    background: #0050bd;
    opacity: .1;
    margin-left: 20px;
    margin-top: 181px;
}
#contact-page .content-1 h1 {
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: bold;
    color: #0050bd;
    margin-top: 12px;
    margin-bottom: 39px;
}
#contact-page .content-2 {
    padding-top: 80px;
    padding-bottom: 96px;
	background-image: url("images/kapcsolat-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#contact-page .content-2 h1 {
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    font-weight: bold;
    color: #0050bd;
    margin-bottom: 39px;
}
#contact-page .content-2 .card-header {
    padding: 0;
}
#contact-page .content-2 .signs {
    display: inline-flex;
    margin-top: 20px;
}
#contact-page .content-2 .card-body,
#contact-page .content-2 button {
    padding-left: 0;
}
#contact-page .content-2 .address {
    display: inline-block;
    margin-left: 15px;
    color: #282828;
    font-size: 18px;
}
#contact-page .content-2 .signs .sign.blue {
    display: block;
    background: #93c3f6;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    margin-right: 5px;
    text-align: center;
    width: 55px;
}
#contact-page .content-2 .your-name input {
    width: calc(50% - 10px);
    height: 40px;
    margin-right: 20px;
    padding: 0 20px;
    font-size: 16px;
    color: rgb(49,49,49);
}
#contact-page .content-2 .your-email input {
    width: calc(50% - 10px);
    height: 40px;
    padding: 0 20px;
    color: rgb(49,49,49);
}
#contact-page .content-2 .your-subject input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    color: rgb(49,49,49);
    margin: 4px 0;
}
#contact-page .content-2 .your-message textarea {
    width: 100%;
    height: 428px;
    padding: 20px;
    color: rgb(49,49,49);
}
#contact-page .content-2 input[type=submit] {
    width: 290px;
    height: 55px;
    float: right;
    color: #ffffff;
    text-transform: uppercase;
    font-family: ProximaBold, "Open Sans";
    font-size: 18px;
    background: #0050bd;
    border: 0;
    cursor: pointer;
    transition: all .3s ease;
}
#contact-page .content-2 input[type=submit]:hover {
    background: #052956;
    transition: all .3s ease;
}
#contact-page .content-2 ::placeholder {
    color: rgba(49,49,49,.5);
}
#contact-page .content-2 input:focus::placeholder, #contact-page .content-2 textarea:focus::placeholder {
    color: rgb(49,49,49);
}
#contact-page .content-2 input, #contact-page .content-2 textarea {
    border: 2px solid #cae5ff;
}
#contact-page .content-2 .right-side #accordion button {
    color: #282828;
    font-family: ProximaBold, "Open Sans";
    font-size: 18px;
}
#contact-page .content-2 .right-side #accordion .card-body {
    font-family: ProximaRegular, "Open Sans";
    color: #282828;
    font-size: 16px;
}
#contact-page .content-2 .right-side #accordion .card {
    border: 0;
    background: transparent;
}
#contact-page .content-2 .right-side #accordion .card-header {
    background: transparent;
}
#contact-page .content-2 .right-side #accordion {
    margin-top: -24px;
}
#contact-page .content-2 .right-side #accordion img {
    margin-top: 20px;
}
#contact-page .white-line {
    height: 2px;
    width: 100%;
    background: #ffffff;
	margin-top: -1px;
}
#contact-page .content-3 {
    background: #ededed;
    padding-top: 35px;
    padding-bottom: 18px;
}
#contact-page .content-3 .social-text {
    display: inline-block;
    color: #0050bd;
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
}
#contact-page .content-3 .social-icons {
    display: inline-block;
    margin-top: 10px;
	margin-bottom: -5px;
    margin-left: -35px;
}
#contact-page .content-3 .social-icons ul li {
    float: left;
    list-style: none;
}
#contact-page .content-3 .social-icons ul li .facebook {
    display: block;
    width: 15px;
    height: 29px;
    background: url(images/sprite.png) -179px -294px;
    margin-right: 48px;
}
#contact-page .content-3 .social-icons ul li .instagramm {
    display: block;
    width: 29px;
    height: 29px;
    background: url(images/sprite.png) -196px -294px;
    margin-right: 41px;
}
#contact-page .content-3 .social-icons ul li .linkedin {
    display: block;
    width: 29px;
    height: 29px;
    background: url(images/sprite.png) -232px -291px;
}
#contact-page .content-3 .social-icons ul li .facebook:hover {
    width: 15px;
    height: 29px;
    background: url(images/sprite.png) -179px -327px;
}
#contact-page .content-3 .social-icons ul li .instagramm:hover {
    width: 29px;
    height: 29px;
    background: url(images/sprite.png) -196px -325px;
}
#contact-page .content-3 .social-icons ul li .linkedin:hover {
    width: 29px;
    height: 29px;
    background: url(images/sprite.png) -232px -323px;
}
#contact-page .content-2 .icon-plus {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(images/sprite.png) -359px 0;
    float: right;
}
#contact-page .content-2 .icon-minus {
    position: relative;
    display: inline-block;
    top: 10px;
    width: 17px;
    height: 3px;
    background: url(images/sprite.png) -388px -6px;
    float: right;
}
#contact-page .content-2 .right-side #accordion button {
    width: 100%;
    text-align: left;
}
#carrier-page {
    background: #ededed;
}
#carrier-page h1 {
    color: #0050bd;
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 20px;
}
#carrier-page .white-line {
    height: 2px;
    background: #ffffff;
}
#carrier-page .content-1 .lengozar-icon {
    width: 79px;
    height: 229px;
    background: url(images/sprite.png) -567px -293px;
    margin-top: 50px;
    margin-right: 60px;
}
#carrier-page .content-1 .media-body {
    font-family: ProximaRegular, "Open Sans";
    color: #282828;
    font-size: 18px;
    margin-top: 50px;
    text-align: left;
}
#carrier-page .content-2 {
    background: #ffffff;
    padding-top: 65px;
    padding-bottom: 74px;
}
#carrier-page .content-2 h2 {
    color: #0050bd;
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    margin-bottom: 40px;
}
#carrier-page .content-2 .first .right {
    background: #004ab2;
    padding: 25px 30px 40px 35px;
}
#carrier-page .content-2 .first .right h3 {
    font-family: ProximaBold, "Open Sans";
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}
#carrier-page .content-2 .first .right {
    position: relative;
    top: 30px;
    left: -25px;
    color: #ffffff;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    margin-bottom: 50px;
}
#carrier-page .content-2 .first .right p {
    margin-bottom: 37px;
}
#carrier-page .content-2 .button {
    color: #ffffff;
    font-family: ProximaBold, "Open Sans";
    font-size: 18px;
    text-transform: uppercase;
    background: #0246a2;
    border: 2px solid #ffffff;
    padding: 15px 30px;
    transition: all .3s ease;
}
#carrier-page .content-2 .button:hover {
    text-decoration: none;
    background: #ffffff;
    transition: all .3s ease;
    color: #0246a2;
}
#carrier-page .content-2 .second {
    margin-top: 71px;
}
#carrier-page .content-2 .second .left {
    background: #004ab2;
    padding: 25px 30px 40px 35px;
}
#carrier-page .content-2 .second .left h3 {
    font-family: ProximaBold, "Open Sans";
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}
#carrier-page .content-2 .second .left {
    position: relative;
    top: 38px;
    right: -25px;
    color: #ffffff;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    margin-bottom: 103px;
}
#carrier-page .content-2 .second .left p {
    margin-bottom: 37px;
}
#carrier-page .content-3 {
    background-image: url("images/karrier-3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 112px;
    padding-bottom: 134px;
}
#carrier-page .content-3 h2 {
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}
#carrier-page .content-3 p {
    width: 50%;
    color: #ffffff;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    margin-bottom: 45px;
}
#carrier-page .content-3 .button {
    color: #ffffff;
    font-family: ProximaBold, "Open Sans";
    font-size: 18px;
    background: #0050bd;
    border: 2px solid #ffffff;
    padding: 15px 50px;
    transition: all .3s ease;
}
#carrier-page .content-3 .button:hover {
    color: #0050bd;
    background: #ffffff;
    border: 2px solid #ffffff;
    transition: all .3s ease;
    text-decoration: none;
}
#carrier-page .content-1 .media-body p {margin-bottom: 35px;}
.termekek-top-image {
    text-align: center;
    margin-top: -112px;
    margin-bottom: 60px;
}
#termekek .content-2 {
    background-image: url(images/products-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 90px;
}
#termekek {
    background: #ededed;
}
#termekek .content-1 {
    padding-bottom: 20px;
}
#termekek h1 {
    color: #0050bd;
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 40px;
}
#termekek .online-katalogus {
    text-align: center;
    background: #D1D1D1;
    padding: 40px 0;
}
#termekek .button {
    display: block;
    width: 325px;
    padding: 15px 0;
    background: #0246a2;
    color: #ffffff;
    text-align: center;
    font-family: ProximaBold, "Open Sans";
    font-size: 18px;
    margin: 40px auto;
}
#termekek .download-icon {
    display: inline-block;
    position: relative;
    bottom: -5px;
    width: 21px;
    height: 23px;
    background: url(images/sprite.png) -5px -54px;
    margin-left: 10px;
    transition: all .3s ease;
}
#termekek .button:hover {
    text-decoration: none;
}
#termekek .content-2 h1 {
    color: #ffffff;
}
#csr h1 {
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    color: #0050bd;
    margin-top: 15px;
}
#csr .content-1 p {
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    color: #282828;
    padding-top: 55px;
}
#csr .content-1 {
    background: #ededed;
    padding-bottom: 40px;
}
#csr .content-2 p {
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    color: #282828;
    margin-top: 30px;
    margin-bottom: 50px;
}
#csr .gray-line {
    display: block;
    width: 100%;
    height: 2px;
    background: #e1e1e1;
}
#csr .content-2 h1 {
    margin-top: 40px;
}
#csr .content-3 h1 {
    margin-bottom: 20px;
}
#csr .content-3 {
    background-image: url(images/csr_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 35px;
    padding-bottom: 90px;
}
#csr .content-3 .left {
    width: calc(50% - 30px);
    margin-right: 30px;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    color: #282828;
    line-height: 25px;
}
#csr #csr-arts .left img {
    margin-right: 20px;
}
#csr #csr-arts .right .artist {
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    color: #0050bd;
    margin-bottom: 0;
}
#csr #csr-arts .right .title {
    font-family: ProximaRegular, "Open Sans";
    font-size: 24px;
    color: #0050bd;
    margin: 0;
}
#csr #csr-arts .right .caption {
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    color: #0050bd;
    margin-top: 12px;
}
#csr #csr-arts .fade-img {
    position: absolute;
    left: calc(100% - 170px);
    width: 170px;
    overflow: hidden;
}
#csr #csr-arts .fade-img .contents {
    background: #ffffff;
}
#csr #csr-arts .fade-img .gradient {
    position:absolute;
    z-index:2;
    right:0; bottom:0; left:0;
    height: 100%;
    background: none;
    background: -moz-linear-gradient(right,  rgba(255,255,255,0) -90%, rgba(255,255,255,1) 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) -90%,rgba(255,255,255,1) 80%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0) -90%,rgba(255,255,255,1) 80%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) -90%,rgba(255,255,255,1) 80%);
    background: linear-gradient(to right,  rgba(255,255,255,0) -90%,rgba(255,255,255,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#csr-arts .indicators {
    cursor: pointer;
}
#csr-arts.item {
    left: -1px;
}

#csr-arts .carousel-inner {
    height: auto;
}
#csr-arts .carousel-inner .carousel-item img {
    width: auto;
    height: 389px;
}
#csr-arts .carousel-control-prev-icon, .carousel-control-next {display: inline-block; }
#csr-arts .fade-img img {
    width: auto;
    height: 389px;
}
#csr-arts .carousel-item {
    top: 0;
}
#csr-arts .carousel-item .right {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 578px;
}
#csr-arts .carousel-control-prev {
    position: absolute;
    top: calc( 50% - 25px );
    left: 0;
    cursor: pointer !important;
    border: 0 !important;
    background: #0050bd !important;
    width: 63px !important;
    height: 75px !important;
    margin-left: -25px;
    opacity: 1;
}
#csr-arts .carousel-control-next {
    position: absolute;
    top: calc( 50% - 25px );
    right: 0;
    cursor: pointer !important;
    border: 0 !important;
    background: #0050bd !important;
    width: 63px !important;
    height: 75px !important;
    margin-right: -25px;
    opacity: 1;
    z-index: 1000;
}
#csr-arts .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 16px;
    background: url(images/sprite.png) -334px -435px;
    transform: rotate(180deg);
}
#csr-arts .carousel-control-next-icon {
    display: inline-block;
    width: 30px;
    height: 16px;
    background: url(images/sprite.png) -334px -435px;
    margin-top: 30px;
}
#csr-arts .indicators {
    margin-top: 50px;
    margin-bottom: 40px;
}
#csr-arts #csr-carousel {height: 359px}
#csr-arts .indicators .left {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 25px;
    width: 30px;
    height: 16px;
    background: url(images/sprite.png) -412px 0px;
}
#csr-arts .indicators .right {
    display: inline-block;
    position: relative;
    top: 9px;
    margin-left: 25px;
    width: 30px;
    height: 16px;
    background: url(images/sprite.png) -412px 0px;
    transform: rotate( 180deg);
}
#csr-arts .indicators .numbers {
    font-family: ProximaRegular, "Open Sans";
    font-size: 24px;
}
#csr-arts .indicators .first {
    color: #0050bd;
}
#carouselContent .carousel-control-next-icon {display:none;}
.termekek-submenu-container {display:none;}
.termekek-submenu-container a:hover {text-decoration: none;border:0;}
.termekek-submenu-container a::after {height: 0 !important;}
.termekek-submenu-container .title {
    font-family: ProximaBold, "Open Sans";
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
}
#menu-item-1284 .dropdown-menu {padding: 20px 60px 20px 30px;}
#menu-item-1301 .dropdown-menu {padding: 20px 60px 20px 30px;}
#menu-item-1311 .dropdown-menu {padding: 20px 60px 20px 30px;}
#menu-item-1334 .dropdown-menu {padding: 20px 60px 20px 30px;}
#menu-item-1336 .dropdown-menu {padding: 20px 60px 20px 30px;}
.termekek-submenu-container .product-picture {
    width: 180px;
    height: 190px;
    padding: 20px;
}
.termekek-submenu-container .product-picture span {margin:0 auto}
.termekek-submenu-container .right {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 47px;
    letter-spacing: 1px;
}
.termekek-submenu-container .right a {
    display: block;
    margin-bottom: 17px;
}
#menu-item-10 .dropdown-menu {
    margin-left: -80px !important;
}
#menu-item-10 .dropdown-menu .triangle-up {margin-left: 140px;}
#s, .glyphicon-search, .menu-glyphicon-search {display:none !important;}
.visible {visibility: visible;}
.current-lang {cursor: pointer;}
.navbar-expand-lg .menu-item-type-wpml_ls_menu_item {visibility:hidden;}
.desktop-language-switcher {
	margin-right: 0px;
    margin-left: -100px;
	position: relative;
    left: -72px;
	top: 9px;
	}
#aszf h1 {
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    color: #0050bd;
    margin-top: 12px;
    padding-bottom: 20px;
}
#aszf .content {
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    color: #282828;
    padding: 15px 0 40px 0;
}
#bs4navbar .active {color:#8abcff !important;}
#menu-item-10.current-menu-ancestor .left-side a, #menu-item-10.current-menu-ancestor .right-side a {color:#ffffff !important; }
#menu-item-10.current-menu-ancestor .left-side a:hover, #menu-item-10.current-menu-ancestor .right-side a:hover {color: #8abcff !important;}
#termekcsalad h1 {
	color: #0050bd;
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 40px;
}
#termekcsalad .online-katalogus {
	margin-bottom: 60px;
}
.dropdown-toggle::after {margin-left:0}
#contact-page .content-2 .your-tel input {
	width: 100%;
    height: 40px;
    padding: 0 20px;
    color: rgb(49,49,49);
}
.wpcf7-response-output {
	margin-top: 55px !important;
}
.current-menu-parent > a:first-child, .current-menu-item > a:first-child {
	color: #8abcff !important;
}
.current-menu-item .termekek-submenu-container a {
	color: #ffffff !important;
}
.modal-content {background: #000 !important}
.language-icon {
	color: #fff;
    font-size: 25px;
    position: relative;
    bottom: -2px;
    margin-left: -3px;
}
#contact-page .content-2 input[type=file] {border: 0}
#mission-statement .content-4 .gallery .ngg-gallery-thumbnail img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#mission-statement .content-4 .gallery .ngg-gallery-thumbnail img:hover {
	-webkit-filter: none;
	filter: none
}
#termekcsalad .download-btn button {
	display: block;
    background: transparent;
    color: #0148a7;
    border: 3px solid #0148a7;
    border-radius: 0;
    font-size: 18px;
    font-family: ProximaBold, "Open Sans";
    font-weight: bold;
    padding-left: 46px;
    padding-right: 46px;
    margin: 15px auto 40px auto;
	transition: all .3s ease;
}
#termekcsalad .download-btn button:hover {
    background: #0148a7;
    color: #ffffff;
    border: 3px solid #0148a7;
	transition: all .3s ease;
}
#contact-page .ew-breadcrumb {
    padding-top: 55px !important;
}
#carrier-page .right figure img {
	max-width: 550px;
}
#carrier-page .left figure img {
	max-width: 550px;
}
#carrier-page .content-2 .first .right {
    top: 18px !important;
}
.home-ela-video {
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

#contact-page .opening-hours h4 {
    color: #0050bd;
    font-size: 30px;
    font-weight: bold;
    font-family: ProximaBold, "Open Sans";
    margin-bottom: 23px;
}

#contact-page .opening-hours .day-row {
    display: flex;
}

#contact-page .opening-hours .status span:not(.text-now) {
    color: #0050bd;
    font-weight: 400;
    font-size: 18px;
    font-family: ProximaRegular, "Open Sans";
}

#contact-page .opening-hours .day {
    color: #0050bd;
    font-weight: bold;
    font-family: ProximaBold, "Open Sans";
    font-size: 18px;
}

#contact-page .opening-hours .time {
    color: #0050bd;
    display: block;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    margin-left: auto;
}

#contact-page .right-side {
    padding-right: 90px;
}

#contact-page .opening-hours .status {
    margin-left: -30px;
}

#contact-page .opening-hours .text-now::before {
    position: relative;
    top: 4px;
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/sprite.png) 0px -522px;
}

#contact-page .opening-hours .content {
    padding-left: 30px;
}

#contact-page .opening-hours .text-now {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: bold;
    font-family: ProximaBold, "Open Sans";
}
#contact-page .opening-hours .white-line {
    display: block;
    color: #fff;
    height: 2px;
    width: calc(100% + 40px);
    margin-top: 40px;
}

#contact-page .content-3 .content {
    padding-left: 0;
}

#contact-page .social-icons .fab {
    margin-left: 0;
}

#contact-page .social-icons li {
    margin-right: 50px;
}

#contact-page .social-icons .fab:hover {
    color: #022f66;
}

#contact-page .messages {
    background: #ffffff;
}

#contact-page .messages h3 {
    text-align: center;
    font-size: 36px;
    color: #0050bd;
    font-weight: bold;
    font-family: ProximaBold, "Open Sans";
    margin-bottom: 70px;
}

#contact-page .messages .nav-tabs .title {
    color: #282828;
    font-weight: bold;
    font-size: 18px;
    font-family: ProximaBold, "Open Sans";
    text-align: center;
    opacity: 0.7;
}

#contact-page .messages .nav-tabs .text {
    color: #282828;
    font-size: 18px;
    font-family: ProximaRegular, "Open Sans";
    text-align: center;
    opacity: 0.7;
}

#contact-page .messages .nav-tabs .active .title,
#contact-page .messages .nav-tabs .active .text {
    opacity: 1;
}

#contact-page .messages .nav-tabs {
    border-bottom: 0;
}

#contact-page .messages .nav-tabs .nav-item {
    width: 33.333%;
}

#contact-page .messages .nav-tabs .nav-item .nav-link {
    border: 1px solid #ededed;
    border-radius: 0;
    padding-top: 23px;
}

#contact-page .messages .nav-tabs .nav-item .nav-link.active {
    border-bottom: 0;
}

#contact-page .messages .tab-pane {
    margin-top: 85px;
}

#contact-page .messages .contact-form input,
#contact-page .messages .contact-form select {
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    font-family: ProximaRegular, "Open Sans";
    padding: 0 15px;
    border: 2px solid #cae5ff;
}

#contact-page .messages .contact-form ::placeholder {
    color: #313131;
    font-size: 16px;
    font-family: ProximaRegular, "Open Sans";
    opacity: 0.5;
}

#contact-page .messages .contact-form select {
    color: rgba(49, 49, 49, 0.5);
    font-size: 16px;
    font-family: ProximaRegular, "Open Sans";
    cursor: pointer;
}

#contact-page .messages .contact-form select option {
    color: #313131;
}

#contact-page .messages .contact-form textarea {
    height: 178px;
    width: 100%;
    margin-bottom: 14px;
    padding: 15px;
}

#contact-page .messages .contact-form label {
    color: #313131;
    font-size: 16px;
    font-family: ProximaRegular, "Open Sans";
    width: 100%;
}

#contact-page .messages .contact-form .appointment-day select {
    margin-top: 8px;
}

#contact-page .messages .contact-form .appointment-time select {
    margin-top: 31px;
}

#contact-page .messages .contact-form input[type=date] {
    margin-top: 7px;
	color: rgba(49, 49, 49, 0.5);
}

#contact-page .messages .contact-form input[type=submit] {
    border: 0;
    display: block;
    line-height: 55px;
    height: 55px;
    font-weight: bold;
    margin: 0 auto;
    width: 290px;
}

#contact-page .messages .contact-right-side {
    background: #e6f2fe;
    padding: 45px 35px 35px;
}

#contact-page .messages .contact-right-side p {
    margin-bottom: 0;
}

#contact-page .messages .contact-right-side .title {
    color: #0050bd;
    font-size: 18px;
    font-family: ProximaBold, "Open Sans";
    font-weight: 700;
    margin-bottom: 37px;
}

#contact-page .messages .contact-right-side img {
    height: 100%;
}

#contact-page .messages .contact-right-side .text {
    color: #282828;
    font-size: 18px;
    font-family: ProximaRegular, "Open Sans";
	font-weight: 400;
    margin-left: 30px;
    margin-bottom: 35px;
    margin-top: -10px;
}

#contact-page .messages .contact-right-side .white-line {
    background: #fff;
    height: 1px;
    margin-left: -35px;
    width: calc(100% + 70px);
}

#contact-page .messages .bottom-text {
    color: #282828;
    font-family: ProximaBold, "Open Sans";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 25px 0 0;
}

#contact-page .messages .form-bottom-text {
    color: #313131;
    font-family: ProximaRegular, "Open Sans";
    font-size: 14px;
    margin-top: -12px;
}

#contact-page .messages .blue-part {
    background: #0050bd;
    font-family: ProximaRegular, "Open Sans";
    padding: 20px 35px;
    margin-left: -35px;
    margin-top: 10px;
    width: calc(100% + 70px);
}

#contact-page .messages .blue-part .text {
    color: #fff;
    padding: 0;
    margin-bottom: 0;
}

#quality-policy-page {
    background: #ededed;
}

#quality-policy-page .title {
    color: #0050bd;
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
}

#quality-policy-page .highlighted-text {
    color: #282828;
    font-family: ProximaBold, "Open Sans";
    font-size: 18px;
    font-weight: 700;
}

#quality-policy-page .text-body {
    color: #282828;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

.qa-policy-bottom-hero {
    background-size: cover;
    padding: 170px 0;
}

.qa-policy-bottom-hero .text {
    color: #fff;
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

#covid-19-page {
    background: #ededed;
}

#covid-19-page h2 {
    color: #0050bd;
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

#covid-19-page .top-text-left {
    color: #282828;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    font-weight: 400;
}

#covid-19-page .top-text-right {
    color: #282828;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    font-weight: 400;
    margin-top: 80px;
    margin-bottom: 100px;
}

#covid-list {
    padding: 80px 0;
}

#covid-list .image {
    width: 100px;
}

#covid-list .image img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

#covid-list .text {
    width: calc(100% - 100px);
}

#covid-list .text p {
    color: #1d5fc1;
    font-family: ProximaBold, "Open Sans";
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 0;
}

#covid-list .item {
    margin-bottom: 25px;
}

#covid-information {
    background: #004ab2;
    color: #fff;
    padding: 110px 0 100px;
    text-align: center;
}

#covid-information h2 {
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: 700;
}

#covid-information h3 {
    font-family: ProximaBold, "Open Sans";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
}

#covid-information ul {
    display: block;
    margin: 40px auto 70px;
    max-width: 100%;
    width: 500px;
}

#covid-information li {
    text-align: left;
    margin-bottom: 20px;
}

#covid-information li .underline {
    text-decoration: underline;
}

#covid-information p {
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    font-weight: 400;
}

#covid-information p strong {
    font-family: ProximaBold, "Open Sans";
    font-weight: 700;
}

#interest {
    background: #ededed;
    /*padding: 100px 0;*/
}

#interest img {
    display: block;
    margin: 0 auto 40px;
}


#interest h3 {
    color: #0050bd;
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

#interest p {
    display: block;
    color: #282828;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 100%;
}
#interest ul {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#interest p .highlighted {
    color: #004ab2;
    font-family: ProximaBold, "Open Sans";
    font-weight: 900;
}

#interest .cta {
    display: block;
    background: #004ab2;
    color: #fff;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    margin: 40px auto 0;
    width: 270px;
}

#interest .cta:hover {
    text-decoration: none;
}


#productcat h3{
    color: #0050bd;
    font-family: ProximaBold, "Open Sans";
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
	margin-top:30px;
}

#productcat {
    background: #ededed;
    /*padding: 100px 0;*/
}

#productcat img {
    display: block;
    margin: 0 auto 40px;
}

#productcat p {
    display: block;
    color: #282828;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 100%;
}
#productcat ul {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#productcat p .highlighted {
    color: #004ab2;
    font-family: ProximaBold, "Open Sans";
    font-weight: 900;
}

#productcat .cta {
    display: block;
    background: #004ab2;
    color: #fff;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    margin: 40px auto 0;
    width: 270px;
}

#productcat .cta:hover {
    text-decoration: none;
}


#bottom-hero {
    background-size: cover;
    background-position: center;
    padding: 135px 0;
}

#bottom-hero p {
    color: #fff;
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.latest-developments {
    padding: 100px 0 55px;
}


.latest-developments h2 {
    color: #0050bd;
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.latest-developments p {
    color: #282828;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.resolutions img {
    margin-bottom: 12px;
}

.resolutions h3 {
    color: #0050bd;
    font-family: ProximaBold, "Open Sans";
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.resolutions p {
    color: #282828;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    font-weight: 400;
}

.experience {
    margin-top: 100px;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.experience img {
    display: block;
    margin-left: auto;
    margin-right: 20px;
}

.experience h3 {
    color: #fff;
    font-family: ProximaBold, "Open Sans";
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 19px;
    text-transform: uppercase;
    margin-top: 15px;
}

.experience p {
    color: #fff;
    font-family: ProximaRegular, "Open Sans";
    font-size: 18px;
    font-weight: 400;
}

.top-bar {
    display: flex;
    position: relative;
    background: #fff;
    min-height: 70px;
    align-items: center;
}

.top-bar .text {
    margin-bottom: 0;
    text-align: center;
    color: #282828;
    font-family: ProximaBold, "Open Sans";
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
}

.top-bar .text::before {
	content: '😷';
    font-size: 25px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.top-bar a {
    color: #df1c1c;
	margin-bottom: -5px;
}

.top-bar .close-top-bar {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.desktop-language-switcher {
    background: #090f16;
    padding: 10px 55px 7px 25px;
    border-radius: 30px;
    cursor: pointer;
}

.desktop-language-switcher .current-lang {
    margin-bottom: -10px;
    margin-left: -5px;
    z-index: 99999;
}

.desktop-language-switcher .active {
    margin-left: 10px;
    margin-top: -2px;
}

.desktop-language-switcher .fa-angle-down {
    color: #fff;
    position: relative;
    left: 25px;
    transform: rotate(0);
    transition: all .3s ease;
}

.desktop-language-switcher .fa-angle-down.rotate {
    transform: rotate(180deg);
    transition: all .3s ease;
}

.desktop-language-switcher .sub .dropdown-menu {
    display: none;
    margin-left: -20px !important;
    width: 192px;
    margin-top: -14px !important;
    padding: 20px 20px 10px;
    z-index: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 25px;
}

.desktop-language-switcher .triangle-up {
    display: none;
}

.other-page-header .primary-nav .desktop-language-switcher {
    top: 2px;
}

footer .mp-logo {
    width: 120px;
    margin-top: 18px;
    margin-left: 20px;
}

span.wpcf7-not-valid-tip {
	margin-top: -20px;
    margin-bottom: 15px;
}

#gdpr-page {
	padding: 80px 0;
}

.blue-btn {
	display: block;
    background: #004ab2;
    color: #fff;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    margin: 40px auto 0;
    width: 270px;
}

.blue-btn:hover {
    text-decoration: none;
	color: #fff;
}

#gdpr-page .gdpr-text {
	font-size: 16px;
	font-weight: 500;
	text-align: justify;
}

@media all and (max-width: 768px) {
    #contact-page .right-side {
        padding-right: 0;
    }

    #contact-page .content-2 .address {
        margin-left: 0;
        margin-top: 10px;
    }

    #contact-page .messages .nav-tabs .nav-item {
        width: 100%;
    }

    #contact-page .messages .contact-right-side {
        margin-top: 20px;
    }

    #contact-page .messages .contact-form input[type=submit] {
        width: 100%;
    }

    div.wpcf7 .ajax-loader {
        display: none !important;
    }

    .qa-policy-bottom-hero {
        padding: 80px 0;
    }

    .qa-policy-bottom-hero .text {
        font-size: 26px;
        padding-bottom: 0;
    }

    .experience img {
        margin: 0 auto 30px;
        width: 200px;
    }
	
	.top-bar {
		padding: 15px;
	}
	
	.top-bar .text {
		margin-right: 0;
	}
	
	.top-bar .text::before {
		display: block;
		margin-bottom: 5px;
	}
}

#elementor-lightbox-slideshow-single-img {
	display: none !important;
}

@media all and (max-width: 600px) {
	.team-carousel__item {
		display: block !important;
		height: auto !important;
		width: 100% !important;
	}
	
	.team-carousel__item .image {
		width: 100% !important;
	}
	
	.team-carousel__item .text {
		width: 100% !important;
	}
	
	.footer-sec-row a {
		margin-right: 15px !important;
		font-size: 14px !important;
	}
	
	.owl-carousel .owl-next {
		background: initial !important;
	}
	
	.owl-carousel .owl-prev {
		background: initial !important;
	}
}

.other-page-header .mobile-nav {
	background: #022f66 !important;
}

.footer-sec-row a {
    margin-right: 30px;
    margin-top: 0;
    font-size: 12px;
}

@media all and (max-width: 1600px){
	.primary-nav li a {
		margin-left: 50px;
	}
}

@media all and (max-width: 1400px){
	.primary-nav li a {
		margin-left: 30px;
	}
}

@media all and (max-width: 1320px){
	.primary-nav li a {
		margin-left: 20px;
	}
}

@media all and (max-width: 1150px){
	.desktop-language-switcher {
		margin-right: -30px;
		margin-top: -15px;
	}
	
	.desktop-language-switcher p {
		margin-right: -15px;
	}
}

@media all and (max-width: 1100px){
	.primary-nav li a {
		margin-left: 10px;
	}
}

@media all and (max-width: 1050px){
	.primary-nav li a {
		margin-left: 5px;
	}
}