::selection { background:rgba(0,0,0,.1); color:#444; }
::-moz-selection { background:rgba(0,0,0,.1); color:#444; }
::-webkit-input-placeholder { color:rgba(0,0,0,.5); }
:-moz-placeholder { color:rgba(0,0,0,.5); }
::-moz-placeholder { color:rgba(0,0,0,.5); }
:-ms-input-placeholder { color:rgba(0,0,0,.5); } 
a { color:#71b72f; text-decoration:none; position:relative; }
a:hover { color:#2f79b5; text-decoration:none; }
a:focus { color:#20588a; text-decoration: none; outline:none; }
p { margin:0 0 1em 0; }
.flex-img, .content-holder img, .content-holder video { height:auto /*!important*/; max-width:100%; width:auto; }
.flex { display:flex; }
.no-flex img { height:auto; max-width:none; width:auto; }
.clear { clear:both; }
.cf:after, .rowElem:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.pull-left {float:left;}
.pull-right {float:right;}
.align-left {text-align:left;}
.align-right {text-align:right;}
.align-center {text-align:center;}  
.align-justify {text-align:justify;} 
.padding { padding:10px; }
.neg-padding { margin:-10px; }
.inline-block { display:inline-block; vertical-align: top; }
.hidden { display:none !important; }
.hidden-load, .hidden-noload { visibility:hidden; } 
.animated.hidden-load, .animated.hidden-noload { visibility:visible; }
.table { display:table; width:100%; margin:0; }
.table_row { display:table-row; }
.table_cell { display:table-cell; vertical-align:top; }  
.nav-tabs { border-bottom:0; }
.nav-tabs>li>a { color:#383838; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color:#383838; } 
iframe { border:0; }
.loading { 
	opacity:0.4; filter:alpha(opacity=40);
    -webkit-filter: blur(4px);  
    -moz-filter: blur(4px); 
    -o-filter: blur(4px);
    -ms-filter: blur(4px); 
    filter: blur(4px);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear; 
	transition: all .3s linear;
}
.ajaxload-l { position:relative; min-height:20px; }
.ajaxload-l:after {
    content:' ';
    display:block;
    position:absolute; 
    top:0; right:0; bottom:0; left:0; 
    z-index:10; 
    background:rgba(255,255,255,.8) url('../images/ajax-loader.gif') no-repeat 50% 50%;
    background-size: 100px; 
}
body {
	margin:0; padding:0;
	font: 14px/1.5em Rubik;
	color:#383838;
    background:#00a9e0 url(../images/global/body.jpg) top left repeat-x fixed;
}
.body {
    overflow-x:hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.fejlec {
    height: 340px;
    position:relative;
    background: url(../images/global/fejlec.png) top right no-repeat;
}
.fejlec .menu {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:110px;
    background:linear-gradient(180deg, #ddd, #fff);
    background:#fff url(../images/global/menu2.jpg) top right no-repeat;
}
.menu a {
	position: absolute;
}
.menu_01 {
	left: 0;
	bottom: 5px;
	z-index:10;
}
.menu_02 {
	left: 12%;
	bottom: 25px;
	z-index:11;
}
.menu_03 {
	left: 25%;
	bottom: 5px;
	z-index:10;
}
.menu_04 {
	left: 38%;
	bottom: 25px;
	z-index:11;
}
.menu_05 {
	right: 38%;
	bottom: 5px;
	z-index:10;
}
.menu_06 {
	right:25%;
	bottom: 25px;
	z-index:11;
}
.menu_07 {
	right:12%;
	bottom: 5px;
	z-index:10;
}
.menu_08 {
	right:0;
	bottom: 25px;
	z-index:11;
}
.mobile-menu-open .body {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.bal { width:20%; min-width:200px; }

.content-holder { 
    z-index:100;
    background-repeat:no-repeat;
    /*background-size: 100%;*/
    background-attachment: fixed;
    background-position:top center;
}
.content-nobg { background:transparent; }
.content { position:relative; }
.bal .module { margin-right:10px; }

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top:127px;
    z-index:100;
}
.top-holder {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.top-holder.fixed {
}
.top {
    float: right;
    z-index: 3000;
    position: relative;
}
.container {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.container .container {
    padding:0;
    margin:0;
    width:auto;
}
.badge {
	display:inline-block;
	text-align:center;
	min-width:28px;
	padding:5px 10px;
    margin-bottom:2px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color:#999;
	background:#eee;
	border:0px solid #aaa;
	line-height:1.1;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.popup {
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    z-index:3000;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.popup-overlay {
    position: absolute;
    top:0; right:0; bottom:0; left:0;
    z-index:1;
    background:rgba(255,255,255,0);
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.popup.active .popup-overlay {
    background:rgba(255,255,255,.8);
}
.popup-window {
    position:relative;
    z-index:2;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
    margin:20px;
}
.popup-close {
    position:absolute;
    z-index:3;
    top:-20px; right:-20px;
    width: 48px;
    height: 48px;
    background:#fff;
    color:#c32b2b;
    border:3px solid #fff;
    border-radius:50%;
    cursor:pointer;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flex-grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
    /*-webkit-justify-content: center;
    justify-content: center;*/
}
.flex-grid-margin { margin:0 -1%; }
.flex-1, .flex-2, .flex-3, .flex-4 {
    width:100%;
    margin-left:1%;
    margin-right:1%;
}
.newspic { margin-bottom:10px; }
.read-more a { display:block; }

.cat-pic-parallax {
    max-height:300px;
    overflow:hidden;
    margin:-20px 0 30px 0;
}
.cat-pic-parallax img {
    width:100%;
    min-height:500px;
    object-fit: cover;
}
.datum {
	color: #888;
	font-size:0.95em;
	font-weight:normal;
    margin-bottom:10px;
}

.btn {
    position:relative;
    overflow:hidden;
    /*
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    */
    border:0;
    border-radius:0;
    padding: 6px 12px;
    font-size:14px;
    font-weight: 400;
    line-height:20px;
    letter-spacing: .5px;
}
.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.25), transparent);
}
.btn:hover:after {
    -webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
@-webkit-keyframes shine{
    100% {left:-200%}
} 
@keyframes shine{
    100% {left:-200%}
}
.btn:focus { outline:none; }
.btn-link {
    color:#383838;
    font-weight:300;
    padding:0;
    margin:0 5px;
}
.btn-link:hover, .btn-link:focus {
    color:#383838;
    text-decoration:none;
    outline:none !important;
}
.btn-link.active {
    font-weight:400;
}
.btn-primary {
    color: #fff;
    background: #44aae0;
    border-color: #44aae0;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background: #87c537;
}
.btn-default {
    color: #fff;
    background-color: #444;
    border-color: #444;
}
.btn-default:hover {
    color: #fff;
    background-color: #555;
    border-color: #555;
} 
.btn-circle {
    border-radius:100px;
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.galeria_holder {
    margin:0 -10px 20px -10px;
}
.galeria_item img {
    margin:10px;
    height:150px !important;
}
.docs-holder { margin-bottom:20px; }
.docs-item { margin-bottom:10px; }

.cookie-holder {
    font-size:12px;
    position:fixed;
    bottom:0; left:0; right:0;
    z-index:1000;
    text-align:center;
    background:rgba(0,0,0,.8);
    color:#fff;
    padding:20px;
}
.cookie-closed {
    display:none;
}
.btn-cookie {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 2px;
    background: #e0e0e0;
    font-size: 12px;
    color: #000;
}
.btn-cookie:hover {
    background: #fff;
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table tr td, table tr th {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
table thead {
    background: #f9f9f9;
    border-bottom: 0;
}
table th { 
    color: #4e4e50;
    font-size: 14px;
    font-weight: 700;
}

h1 {
	font-family:'Rubik', sans-serif;
	font-weight:400;
    font-size:36px;
	line-height:1.5;
	margin:0 0 30px 0; padding:0;
}
.kezdolap h1 { 
    font-family:'Rubik', sans-serif;
    margin-bottom:34px;
}
h1 .badge { display:none; }
h2 {
	position:relative;
	font-family:'Rubik', sans-serif;
	font-weight:400;
	font-size:30px;
	line-height:1.5;
	margin:0 0 30px 0; padding:0;
}
h2 .badge { border:0; }
h2 .badge:before {content:"("}
h2 .badge:after {content:")"}
h3 {
	position:relative;
	font-family:'Rubik', sans-serif;
	font-weight:300;
	font-size:26px;
	line-height:1.5;
	margin:0 0 20px 0; padding:0;
}
h3 a { color:#454545; }
h4 {
	font-family:'Rubik', sans-serif;
	font-weight:300;
	font-size:22px;
	line-height:1.5;
	margin:0 0 20px 0; padding:0;
}
h5 {
	font-family: 'Rubik', Helvetica, sans-serif;
    font-weight:600;
	font-size:14px;
	line-height:1.5;
	margin:0 0 10px 0; padding:0;
    clear: both;
}
h6 {
	font-family: 'Rubik', Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
	margin:0 0 5px 0; padding:0;
}
.alfejlec {
	position:relative;
	padding:0;
	margin-bottom:10px;
    text-align:center;
}
.alfejlec h3 { margin:0; }
.alfejlec_spec {
	position:relative;
}
.alfejlec form {
	float:right;
	padding-top:5px;
}
.bank.module { background:transparent; text-align:center; font-size:11px; }

.btn_prev {
	float:left;
	font-size:1em;
	font-weight:bold; 
	padding:2px;
	cursor:pointer;
}
.btn_next {
	float:right;
	font-size:1em;
	font-weight:bold;
	padding:2px;
	cursor:pointer;
}
.fancybox-title-over #fancybox-title-over { display:none; }

input[type="text"], input[type="number"], input[type="password"], input[type="button"], input[type="submit"], input[type="email"], select, textarea, .fakeinput, .rowElem .ajaxload-l {
	padding: 6px 10px; margin:0;
	font-family: 'Rubik', helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height:1.7;
	text-decoration: none;
	text-align: left;
	color: #444;
	background: #fff;
	border: 1px solid #e5e5e5;
    vertical-align:top;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
	box-shadow: inset 0 0 0 rgba(0,0,0,.075);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input:hover, select:hover, textarea:hover {
    border-color:#eee;
    background-position:top right;
}
input:focus, select:focus, textarea:focus {
	border-color:#ccc;
	background-position:top right;
}
input[type="checkbox"]:focus, input[type="radio"]:focus {
    -webkit-box-shadow:none;
    box-shadow:none;
} 
select {
	padding: 6px 20px 6px 10px;
	background:#fff url("../images/select.png") bottom right no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
textarea {
    resize: vertical;
}
input[type="radio"], input[type="checkbox"] {
	/*width:15px; height:15px;*/
    vertical-align:top;
    margin-top:1px;
}
label input[type="radio"] { display:none; }
label { font-weight:400; }
.radio-off, .radio-on {
    padding-left:30px;
    position: relative;
    display: inline-block;
}
.radio-off:after, .radio-on:after {
	display: block;
    position: absolute;
    left: 0; top: 3px;
    content: "";
    z-index: 1;
	width: 14px;
	height: 14px;
	margin: 0 2px;
    border-radius: 20px;
}
.rowElem>label.radio-off:after, .rowElem>label.radio-on:after { top: 8px; }
.radio-on:after {
	background-image: none;
	background-color: #fff;
    border: 5px solid #f49fb2;
}
.radio-off:after {
	filter: Alpha(Opacity=30);
	opacity: .3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1);
    border: 2px solid #777;
    background-color: #fff;
}
.rowElem > .radio-off:after, .rowElem > .radio-on:after {
    margin-left:13px;
}
.label_txt { display:inline-block; font-weight:normal; }

.form h5 { margin-top:20px; }
.rowElem { position: relative; display: table; border-collapse: separate; margin-bottom: 8px; width:100%; }
.rowElem > label {
	display: table-cell;
	width: 30%;
	padding: 6px 0;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
    color:#555;
	background-color: transparent;
	border: 1px solid transparent;
	border-right: 0;
	white-space: nowrap;
	vertical-align: top;
}
.rowElem input, .rowElem textarea, .rowElem select, .rowElem .fakeinput, .rowElem .ajaxload-l { display: table-cell; min-width:100%; width:100%;  }
.rowElem.rowError input, .rowElem.rowError textarea, .rowElem.rowError select, .rowElem.rowError .fakeinput { border-color:#e00; }
.error { color:#f00; }
.fakeinput { cursor:default; }
.rowElem .ajaxload-l { padding:0; height:32px; }

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.kosar .form .form_lablec { clear:both; position:absolute; bottom:0; right:0; margin: 0;padding: 0; }

.inaktiv { opacity:0.5; filter:alpha(opacity=50); }

.newsletter-module {
    margin-top:40px;
    padding:20px;
    background:#fff;
}
.newsletter-module h3 {
    margin:13px 0;
}
.newsletter-module label {
    margin:10px 0 0;
}
.newsletter-module .inline-block {
    position:relative;
}
.newsletter-module .inline-block input {
    border: 2px solid #444;
    font-size: 12px;
    padding: 8px 12px;
    width: 180px;
    max-width:100%;
    background:transparent;
}
.newsletter-module .inline-block label {
    position: absolute;
    top: -5px;
    left: 16px;
    padding: 0 5px;
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
    background: #fff;
}
.newsletter-module button {
    padding: 10px 20px;
}
.kepvalto {
    max-width: 1180px;
    margin: 0 auto;
    overflow:hidden;
    background:#fff;
}
.kepvalto .owl-theme .owl-dots .owl-dot span {
    width:100px;
    height:5px;
    margin:5px;
    background:rgba(255, 255, 255, 0.4);
    
}
.kepvalto .owl-theme .owl-dots .owl-dot.active span, .kepvalto .owl-theme .owl-dots .owl-dot:hover span {
    background:#fff;
}
.kepvalto .owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
}
.owl-carousel .owl-nav {
    position:absolute;
    top:50%;
    width:100%;
    height:0;
    margin-top:0;
}
.owl-carousel .owl-nav button.owl-prev {
    float:left;
}
.owl-carousel .owl-nav button.owl-next {
    float:right;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    margin-top:-20px;
    background:rgba(255,255,255,.3);
    color: #000;
    padding:0 10px !important;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background:rgba(255,255,255,.6);
    color: #000;
}
.owl-nav button span {
    line-height: 50px;
    font-size: 50px;
    height: 60px;
    display: inline-block;
}

.slideshow-item {
    position:relative;
    text-align:center;
    overflow:hidden;
}
.slideshow-item picture {
    display: inline-block;
    width:100%;
    /*max-height: 100vh;*/
} 
.slideshow-item picture img { 
    width:100%;
    object-fit: cover;
    min-height: 300px;
    max-width: 600px;
}
.slideshow-overlay {
    color: #fff;
    background:rgba(116,186,43,.75);
    position: absolute;
    bottom:20px;
    left:0;
    z-index: 11;
    width:60%;
    max-width:600px;
    padding:10px 20px 10px 20px;
    font-size:32px;
    text-align:right;
    overflow:hidden;
}
.active .slideshow-overlay {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
/*
.slideshow-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
    background: radial-gradient(rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 60%);
    margin: -100px -200px -100px -200px;
}
*/
.active .slideshow-item-cim, .active .slideshow-item-szoveg {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.slideshow-item-cim {
    animation-delay: .6s;
    font-family:'Rubik', sans-serif;
    text-transform: uppercase;
	font-weight:600;
    font-size:26px;
	line-height:1.5;
}
.slideshow-item-szoveg {
    animation-delay: 1s;
    font-size:14px;
}
.owl-item:nth-child(even) .slideshow-overlay {
    animation-delay: 1s;
}
.owl-item:nth-child(even) .slideshow-item-cim {
    animation-delay: 1.6s;
}
.owl-item:nth-child(even) .slideshow-item-szoveg {
    animation-delay: 2s;
}
.newsholder .panel {
    background:transparent;
    margin:0;
}


.breadcrumb {
	background:transparent;
    padding:5px 0;
	font-size:12px;
    font-weight:400;
}

.lapozo ul { float:right; margin:0; padding:0; list-style:none; }
.lapozo li { float:left; }
.lapozo a, .lapozo .hellip {
	display:block;
	padding: 3px 0;
	margin:0 0 5px 5px;
    font-family: 'Rubik', helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.7;
	text-decoration:none;
	color:#585858;
    background:#fff;
    border-radius:50%;
    width: 30px;
    text-align: center;
	border:0 solid #e2e2e2;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;    
}
.lapozo a:hover {
	color:#ee352a;
}
.lapozo .kijelolve, .lapozo .kijelolve:hover {
	color:#242424;
    font-weight:700;
	text-decoration:none;
}

.log, .registration .panel { max-width:700px; margin: auto; }
.tartalom .login_tartalom { margin:0 auto; }
.login_stay_in, .login_stay_in input { float:left; margin:2px 5px 0 0; }


.login_lostpass {
	clear:both;
	padding: 5px 0;
	margin-top:5px;
	text-align:center;
	border-top:1px solid #e8e8e1;
}

.lablec-holder {
	clear:both;
	width:100%;
    margin-top: 50px;
    padding: 30px 0;
}
.lablec h4 {
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.copyright { 
    font-size:12px;
    padding:20px 0;
}
.planumcomp {
	display:inline-block;
	width:145px; height:16px;
    font-family:'Arial', helvetica, sans-serif;
	font-size:10px;
    line-height:16px;
    margin-bottom:20px;
	color:#444;
	text-align:left;
	background:url('../images/planum-comp.png') right top no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
.planumcomp:hover {
	color:#d8232f;
	background-position: right bottom;
}
.regInputError {
    color: red;
    margin-bottom: 3px;
    display: none!IMPORTANT;
}
.regCheckedInputBlock .regInputError {
    display: block!IMPORTANT;
}
.regCheckedInputBlock input[type="text"] {
    background-color: #fee;
}
.rejtett { display:none !important; }


.login-popup .login-panel {
    display:none;
    background: #ed1385;
    background: linear-gradient(45deg,#ed1385 0,#d602f2 50%,#3700ff 100%);
    color:#fff;
    position:fixed;
    z-index:2999;
    top: 30%;
    left: 50%;
    width:90%;
    margin-left:-200px;
    max-width:400px;
    padding:30px 30px 24px;
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.2);
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.login-popup .login-panel .rowElem > label, .login-popup .login-panel a {
    color:#fff;
}
.login-popup .login-close-button {
    position:absolute;
    top:-15px;
    right:-15px;
    z-index:2;
    padding:5px;
    width:34px;
    height:34px;
    background-color:#e92a97;
    color:#fff;
}
.login .login-close-button { display:none; }
.login-popup .login-overlay {
    display:block;
    content:'';
    position:fixed; 
    top:0; right:0; bottom:0;
    z-index:2990; 
    background:rgba(255,255,255,0);
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out; 
    transition: background .2s ease-in-out; 
}
.login-open .login-panel {
    display:block;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.login-open .login-overlay { background:rgba(255,255,255,.70); width:100%; }

.article-gallery {
    width:100%;
    max-width:100% !important;
    margin-bottom:20px;
}

.search .search-panel {
    display:none;
    background:#fff;
    position:fixed;
    z-index:2999;
    top: 30%;
    left: 50%;
    width:90%;
    margin-left:-300px;
    max-width:600px;
    padding:30px 30px 24px;
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.2);
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.search .search-close-button {
    position:absolute;
    top:-15px;
    right:-15px;
    z-index:2;
    padding:5px;
    width:34px;
    height:34px;
}
.search .search-overlay {
    display:block;
    content:'';
    position:fixed; 
    top:0; right:0; bottom:0;
    z-index:2990; 
    background:rgba(255,255,255,0);
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out; 
    transition: background .2s ease-in-out; 
}
.search-open .search-panel {
    display:block;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.search-open .search-overlay { background:rgba(255,255,255,.9); width:100%; }

.search-toggle {
    float:right;
    position:relative;
    z-index:510;
    font-size:32px;
    padding:8px;
    margin-top:20px;
    color:#2f78b4;
    background:transparent;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.search-toggle:hover {
    color:#84c42f;
}
.search input.tartalom-keres {
    float:left;
	width:98%;
    border:0;
    border-bottom:2px solid #378cc4;
    box-shadow:none;
    color:#378cc4;
    background:transparent;
    font-size: 16px;
}
input.tartalom-keres::-webkit-input-placeholder,
input.tartalom-keres:-moz-placeholder,
input.tartalom-keres::-moz-placeholder,
input.tartalom-keres:-ms-input-placeholder { 
    color:#aaa;
} 
.search .search-button {
    float:right;
	width:50px; height:50px;
    margin:-40px 0 0;
	border:0;
    border-radius:10%;
	font-size:20px;
	background:#378cc4;
	color:#fff;
	cursor:pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.search .search-button:hover { background-color:#84c42f; }


.search-inline {
    position:relative;
    margin:0 auto;
    width:206px;
    border:3px solid #fff;
    border-image-slice: 1;
}
.top-holder .search-inline {
    float:right;
}
.search-inline:hover, .mobile-menu .search-inline {
    border-image-source: linear-gradient(45deg, #7dffe1, #f49fb2);
}
.search-inline input.search-field {
    background:none;
    border:none;
    color: #000;
    box-shadow:none;
    padding: 12px 0 12px 14px;
    font-size: 14px;
    letter-spacing: .8px;
    width:144px;
}
.search-inline input.search-field::placeholder {
    color:rgba(0,0,0,0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.search-inline:hover input.search-field::placeholder, .search-inline input.search-field:focus::placeholder {
    color:rgba(0,0,0,.4);
}
.search-inline .search-button {
    color: #000;
    font-size:24px;
    background:none;
    padding:12px 14px;
}
.search-inline .search-button:hover {
    color: #2f79b5;
}


.szallitas_regi_sor {
    position:relative; 
    clear:both; 
    padding:5px 60px 5px 5px; 
    margin-bottom:5px; 
    background: #f6f6f6; 
    border: 1px solid #f6f6f6; 
    border-radius:5px;
}
.szallitas_regi_sor:hover, .szallitas_regi_sor.kijelolve { }
.szallitas_regi_sor:last-of-type, .szallitas_regi_sor label { margin-bottom:0; }
.szallitas_regi_sor a:hover { color:#B6B824; }
.szallitas_regi_sor input { float:left; margin:2px 10px 0 0; }
.cim_ikonok {  position:absolute; right:0; top:4px; }
.cim_ikonok img { cursor:pointer; margin-right:5px; }

.uj_cim { background:#f6f6f6; margin-bottom:10px; width:100% !important; border-radius:5px; }
.uj_cim .rowElem > label { width:110px; }
.uj_cim .cim_modositasa .btn { margin-left: 8px; }

.szallitas_uj_sor label { float:left; width:132px; }
.szallitas_uj_sor input, .szallitas_uj_sor select { float:left; }
.szallitas_uj_sor textarea { width:395px; height:60px; }
.szallitas_lablec { margin-bottom:20px; clear:both; }


/*------ SIKERES, SIKERTELEN eleje------------*/

.ui-state-error, .ui-state-highlight { margin-bottom:10px; }
.ui-state-error ul, .ui-state-highlight ul { list-style:none; margin:0; padding:10px; }
.ui-state-error li, .ui-state-highlight li { clear:both; }

/*------ SIKERES, SIKERTELEN vege------------*/

.kereso {
    position: absolute;
    z-index: 300;
    left: 30%;
    right: 30%;
    top: 90px;
    background: #fff;
    box-shadow: 4px 4px 15px rgb(0 0 0 / 30%);
}
.kereso input {
    width: 100%;
}

.tartalom-inner { background:#fff; padding:20px; }
.tartalom { position:relative; }
.tartalom .login_regisztracio { display:none; }
.fooldal .tartalom-inner img { height:auto !important; }

.ticker-holder {
    color:#fff;
    background: rgba(55,141,189,.6);
    padding:8px 0; 
    font-size:14px;
    font-weight:400; 
}
.ticker-holder a {
    color:#fff; 
}

.top-contact {
    color:#fff; 
    font-size:12px;
    padding: 2px 10px;
    font-size: 12px;
}
.top-contact a {
    color:#ccc;
}
.top_account {  
    padding:3px 0; 
    background:#328dbd; 
    color:#ccc; 
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-size:11px; 
    letter-spacing: .5px;
    text-transform: uppercase;
}
.top_account_bal { float:left; }
.top_account_jobb { float:right; }
.top_account_jobb a { margin-left:15px; color:#000; transition: 0.3s all ease 0s; }
.top_account_bal a { margin-right:15px; color:#000; transition: 0.3s all ease 0s; }

.nyelvek, .penznemek { margin:0 -5px; display: inline-block; }
.nyelvek a, .penznemek span {
    text-transform:uppercase;
    margin:0 5px;
    color:#888;
    cursor:pointer;
    transition: 0.3s all ease 0s;
}
.nyelvek a:hover, .nyelvek a.kijelolve, .penznemek span:hover, .penznemek span.kijelolve, .top_account_jobb a:hover, .top_account_bal a:hover { color:#3700ff !important; }
.nyelvek img { max-height:12px; }
.logo {
    display: inline-block;
    max-width: 180px;
    margin-top: 20px;
}
.fixed .top .logo {
}
.fixed .almenu {
}
.fixed .fomenu .root_menu > div > a {
}

ul { list-style: square; }

/*-------------- MENU --------------*/

.menu .badge { display:none; opacity:0.6; filter:alpha(opacity=60); } 
.menu ul, .menu li { list-style:none; padding:0; margin:0; }
.menu li { display: inline-block; }
.menu .menucat {
	display:block;
	margin: 10px;
    padding: 1px 5px;
	font-weight:normal;
	font-size:13px;
	background:#fff;
}
.menuitem a {
	position:relative; 
	display:inline-block;
	margin:0; padding:0;
	text-decoration:none;
}
.menuitem a > span { pointer-events: none; }
.menuitem .menukep {
    height:80px;
    overflow:hidden;
    margin-bottom:10px;
}
.menuitem .menukep img { 
    width:100%;
    object-fit:cover;
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-ms-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
.menuitem a:hover .menukep img {
    width:110%;
}
.bal .menuitem a { padding:0 10px; }
.fomenu, .almenu, .almenu.menu-left, .almenu.menu-right { 
    position:relative;
    display:none;
    z-index:500;
    vertical-align:top;
    font-family: 'Rubik', sans-serif;
}
.fixed .almenu.menu-left, .fixed .almenu.menu-right {
}
.fomenu { 
    z-index:600;
    float: left;
    margin-left:10px;
}
.fomenu .container { width:auto; padding:0; }
.fomenu ul { display:inline-block; }
.fomenu ul ul li { float:none; }
.fomenu .root_menu { 
    position: relative;
    display: inline-block;
}
.fomenu .root_menu > div > a {
	font-size:10px;
	line-height:14px;
	font-weight:normal;
    letter-spacing: .5px;
	padding:1px 10px;
    text-shadow:1px 1px 10px rgba(0,0,0,.6);
    /*background:rgba(0,0,0,.8);*/ 
	color:#ccc;
    border-right:1px dashed rgba(255,255,255,.6);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.fomenu .root_menu:last-child > .menuitem-div > a { border-right:none; }
.fomenu .root_menu:last-of-type > .menuitem-div > a:hover { background:#8f0222; color:#fff !important; }
.fomenu .root_menu.kijelolve    > .menuitem-div > a, .fomenu .root_menu:hover > .menuitem-div > a { color:#fff; }
.fomenu .kijelolve .kijelolve   > .menuitem-div > a, .fomenu ul ul li.mouseover > .menuitem-div > a { color:#fff; }
.fomenu .almenuHolder { background:rgba(0,0,0,.9); padding:10px 0 0 0; }
.fomenu .almenuHolder .menuitem a {
    font-size:11px;
    color:#fff;
    padding:5px 10px;
    line-height:1.3;
    font-weight: normal;
}
.fomenu .cuccHasab .cuccSection { padding-right:0; float:none; }
.fomenu .almenuHolder .kijelolve > .menuitem-div > a, .fomenu .almenuHolder .menuitem-div > a:hover { color:#fff; }

.top-menu-holder { 
    display:none;
    background: #000;
    position: relative;
    z-index: 300;
    width:100%;
}
.top-menu-holder .container { padding-bottom:0; padding-top:0; }
.almenu {
	font-weight:400;
    font-size:13px;
    letter-spacing: 0.15em;
}
.almenu .root_menu > div > a {
    display:inline-block;
    text-transform:uppercase;
    font-weight:400;
	color:#328dbd;
	padding:0;
    margin-right: 10px;
    border-bottom:1px solid rgba(255, 137, 90, 0);
	-webkit-transition: all .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: all .2s ease-in-out, color .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out, color .2s ease-in-out;
	-o-transition: all .2s ease-in-out, color .2s ease-in-out; 
	transition: all .2s ease-in-out, color .2s ease-in-out;
}
.almenu li:hover > div > a, .almenu .kijelolve > div > a { color:#2f79b5 !important; }
.almenu .almenuHolder { background:#fff; margin-bottom: 20px !important; }
.almenu .almenuHolder .menu_level_1 { width:25%; display: inline-block; vertical-align: top; }
.almenu .almenuHolder li { position:relative; vertical-align: top; }
.almenu .almenuHolder li:first-child::before { display:none; }
.almenu .almenuHolder li > div > a { color:#383838; line-height: 1.2; }
.almenu .almenuHolder li:hover > div > a, .almenu .almenuHolder li.kijelolve > div > a { color:#2f79b5 !important; }
.almenu .menu_level_1 > li > div > a { font-size:13px; font-weight:400; text-transform:uppercase; }
.almenu .menu_level_1 .container, .almenu .menu_level_1 .cuccHasab { padding: 0; width:auto; }
.almenu .menu_level_1 > li > div > a .menuicon img { max-height:16px; vertical-align: top; }
.almenu .menu_level_2 > li > div > a .menuicon img { max-height:14px; vertical-align:top; }

.menu-bottom { text-align:center; }
.menu-bottom li, .menu-bottom div { display:block; }
.menu-bottom li.root_menu { display:inline-block; vertical-align:top; }
.menu-bottom a {
    display:inline-block;
    padding:5px 0;
    margin:0 20px;
    color:#000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
 }
.menu-bottom a:hover, .menu-bottom ul ul .kijelolve a { color:#000; }
.menu-bottom li.root_menu > div > a {
    font-size:14px;
    color:#000;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.menu-bottom li.root_menu > div > a:hover {
    color:#000;
}
.menu-bottom .almenuHolder {
    position:static;
    opacity: 1;
    visibility: visible;
    padding: 10px 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    background:transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
    box-shadow:none;
}
.menu-bottom .almenuHolder li {
    padding:0;
}
.menu-bottom .almenuHolder li > div > a {
    margin-bottom:3px;
}
.menu-bottom .almenuHolder .container {
    width:auto;
    padding:0;
}
.menu-bottom .almenuHolder .cuccHolder,
.menu-bottom .almenuHolder .cuccHasab {
    padding:0;
}

/*-------------- MENU end --------------*/


/*---------- Hasabos menu ----------*/

div.cuccHiddenBeszallitok, div.cuccHiddenAkcios { display: none; }

.almenuHolder {
    display: block;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 500;
    left: 0;
    right:0;
    text-align: left;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.almenuHolder .almenuHolder { position:static; border-bottom:0; background:transparent; }
li:hover > .almenuHolder, .almenuHolder .almenuHolder {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
blockquote { margin:0; padding:0; border:0; }

.almenuHolder li {
	display:block;
}
.almenuHolder li > div > a {
    font-size:12px;
    letter-spacing:0.5px;
    text-transform:uppercase;
	padding-top:0;
    margin-bottom:15px;
    color:rgba(255,255,255,0.6);
    text-align: left;
	/*white-space:nowrap;*/
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.top-holder .menu_level_0 > li > .almenuHolder {
    box-shadow: 0px 20px 20px rgba(0,0,0,0.09);
    padding:15px 15px 0 15px;
    margin:0 -15px;
}
.cuccHasab .cuccSection {
	padding-right:10px;
}

.mobile-overlay { 
   position:fixed; 
   left:0; top:0;
   width:0%; 
   height:100%; 
   z-index:2990; 
   background:rgba(255,255,255,0);
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

/*---------- Hasabos menu end ----------*/

/*---------- MOBIL MENU -----------*/

@media (max-width: 450px) {

}
@media (max-width: 8767px) {

/*------ MOBIL NEZET MENU NYIT/ZAR GOMB -------*/
    
    .collapse-button {
    	float:right;
    	padding: 0 14px;
    	margin: 10px;
    	font-family: "Arial", Arial, Helvetica, sans-serif;
    	font-size:12px;
    	text-align:center;
    	color:#225673;
        border:3px solid #225673;
        border-image-slice: 1;
        background:transparent;
    }
    .collapse-button:hover { background-color:transparent; color:#6f00c3; border-image-source: linear-gradient(45deg, #7dffe1, #328dbd); }
    .mobile-menu-open .mobile-menu .collapse-button { position:absolute; top:20px; right:20px; z-index:300; border: 3px solid #fff; }
    .collapse-title { display:inline-block; margin:15px 0 0 15px; font-size:18px; }
    .mobile-menu-logo { text-align:center; padding:20px 100px; }
    .mobile-menu .container { padding:0; margin:0; width:auto; }
    
    .mobile_account .container { padding:0 12px; background:rgba(0,0,0,.05); font-size:12px; font-family: "Arial", Arial, Helvetica, sans-serif; }
    .mobile_account .top_account_bal, .mobile_account .top_account_jobb { float:none; }
    .mobile_account .nyelvek, .mobile_account .penznemek { text-align:center; margin-bottom:1px; }
    .mobile_account .nyelvek a, .mobile_account .penznemek span { padding:5px; color:#888; }
    .mobile_account .top_account_jobb a { display: block; text-transform:uppercase; margin:0; padding:0 5px; line-height:35px; color:#fff; text-align:center; }
    
    .menu-icon {
      float:left;
      position: relative;
      display: block;
      width: 25px; 
      height: 48px;
    	-webkit-transition: transform .3s, background 0.25s ease-in-out;
    	-moz-transition: transform .3s, background 0.25s ease-in-out;
    	-ms-transition: transform .3s, background 0.25s ease-in-out;
    	-o-transition: transform .3s, background 0.25s ease-in-out;
    	transition: transform .3s, background 0.25s ease-in-out;
    }
    .menu-icon > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 80%;
      height: 0.25em;
      background-color:#225673;
      border-radius: 3px;
    	-webkit-transition: transform .3s, background 0.25s ease-in-out;
    	-moz-transition: transform .3s, background 0.25s ease-in-out;
    	-ms-transition: transform .3s, background 0.25s ease-in-out;
    	-o-transition: transform .3s, background 0.25s ease-in-out;
    	transition: transform .3s, background 0.25s ease-in-out;
    }
    .menu-icon > span:before,
    .menu-icon > span:after {
      content: "";
      position: absolute;
      left: 0;
      width: 120%;
      height: 100%;
      background-color:#225673;
      border-radius: 3px;
    	-webkit-transition: transform .3s, background 0.25s ease-in-out;
    	-moz-transition: transform .3s, background 0.25s ease-in-out;
    	-ms-transition: transform .3s, background 0.25s ease-in-out;
    	-o-transition: transform .3s, background 0.25s ease-in-out;
    	transition: transform .3s, background 0.25s ease-in-out;
    }
    .mobile-menu .menu-icon > span, .mobile-menu .menu-icon > span:before, .mobile-menu .menu-icon > span:after { background-color:#fff; }
    .mobile-menu .collapse-title { color:#fff; }
    .menu-icon > span:before {
      -webkit-transform:translateY(-0.75em);
                transform:translateY(-0.75em);
    }
    .menu-icon > span:after {
      -webkit-transform:translateY(0.75em);
                transform:translateY(0.75em);
    }
    .mobile-menu-open .menu-icon {
      -webkit-transform: rotate(45deg);
    	        transform: rotate(45deg);
    }
    .mobile-menu-open .menu-icon > span {
        width: 100%;
    }
    .mobile-menu-open .menu-icon > span:before {
        width: 100%;
      -webkit-transform: rotate(90deg);
    	        transform: rotate(90deg);
    }
    .mobile-menu-open .menu-icon > span:after {
        width: 100%;
      -webkit-transform: rotate(90deg);
    	        transform: rotate(90deg);
    }
    .mobile-menu-open #body-content {
      margin-left:170px;
      margin-right:-170px;
    }
	.mobile-menu {	   
		display:block;
		position: fixed;
        top:0; left:0;
		z-index:3000;
        width:100%; height:100%;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
        transition: transform 0.5s, visibility 0s 0.5s;
	}
	.mobile-menu-open .mobile-menu {
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }
	.mobile-menu-inner {
		position:absolute;
		top:0; right:0; left:0; bottom:0;
/*		padding-right:20px; margin-right:-20px; /* eltuntetem a scrollbart */
        overflow:hidden;
        background:#44aae0;
		/*background: linear-gradient(45deg, rgb(81, 177, 221) 0%, 50%, rgb(166, 214, 87) 100%);*/
        box-shadow: 0 0 0 rgba(0,0,0,0);
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.mobile-menu-open .mobile-menu-inner {
        box-shadow: 0 0 40px rgba(0,0,0,.2);
	}
    .mobile-menu-inner .scrollbar {
        height: 90%;
        width: 100%;
        padding-bottom:50px;
    }
	.mobile-menu-open .mobile-overlay { background:rgba(255,255,255,.7); width:100%; }
    body.mobile-menu-open { overflow:hidden; }
	.mobile-menu .root_menu { display:block; vertical-align:top; float:none; margin:0; padding: 5px 15px; -webkit-transition: opacity .25s ease,transform .25s ease; transition: opacity .25s ease,transform .25s ease; }
	.mobile-menu .root_menu:hover { transform: scale(1.1); }
	.mobile-menu .root_menu > .menuitem-div { display:table !important; border-collapse:collapse; width:100%; }
	.mobile-menu .root_menu > .menuitem-div > a { display:block !important; line-height:45px; background:rgba(255,255,255,0) !important; font-family: "Arial", Arial, Helvetica, sans-serif; font-weight: bold; font-size:14px; letter-spacing:1px; color:#fff;  }
    .mobile-menu .menuitem a { padding:0 10px; text-transform:uppercase; }
	.mobile-menu .root_menu.kijelolve > .menuitem-div > a, .mobile-menu .root_menu > .menuitem-div > a:hover { display:block !important;  color:#20588a; background:rgba(255,255,255,.4); }
	.mobile-menu .root_menu .menuitem-div > a > span { display:inline !important; vertical-align:middle; }
	.mobile-menu .almenuHolder { 
        /*display:none;*/
        position:static; 
        height:auto;
        visibility:visible; 
        opacity:1; filter:alpha(opacity=100);
        background:transparent; 
        font-size: inherit;
        padding:0;
		-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0);
		-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0);
		box-shadow: 0px 10px 10px rgba(0,0,0,0);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg); 
    } 
    .menu-mobile { text-align:right; margin-top:30px; }
    .mobile-menu .menu_level_1 .almenuHolder { display:block; }
    .mobile-menu .kijelolve > .almenuHolder  { display:block; }
    .mobile-menu .almenuHolder .almenuHolder { padding: 0 0 0 20px; border:none; }
    .mobile-menu .menuicon img { max-width:15px; max-height:15px; }
    .mobile-menu .menukep { display:none; } 
    .mobile-menu .almenuHolder .menu_level_1 { width:100%; }
    .mobile-menu .almenuHolder li .menucat { color:#fff; font-family:Arial; font-weight:bold; border-color:#383838; } 
	.mobile-menu .almenuHolder li > .menuitem-div > a { display:block; text-align:center; font-family:Arial; font-size:12px; line-height:16px; font-weight:normal; border:0; margin:0; padding:10px !important; color:#fff; white-space:normal;  }
	.mobile-menu .almenuHolder li > .menuitem-div > a:hover, .mobile-menu .almenuHolder li.kijelolve > .menuitem-div a { color:#20588a !important; }
    .menu .menucat { padding:0; height:1px; margin:10px 5px; opacity:.2; }
    .mobile-menu .cuccHasab .cuccSection { padding:0; }
}
@media (min-width: 8768px) {
	.mobile-menu, .collapse-button { display:none; }
	.fomenu, .almenu, .almenu.menu-left, .almenu.menu-right { display:block; }
}

/*-------------- MENU end --------------*/

a.iconbutton {
    display:inline-block;
    text-align:center;
    border-radius:50%;
    padding:0 5px;
    font-size:40px;
    margin:0 10px;
    color:#ffffff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a.iconbutton:hover {
    color:#d6ebf7;
}
.darab_per_oldal { 
	font-family: 'Rubik', helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 32px;
}
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius:0;
    margin-bottom:10px;
    background:transparent;
}
.panel-body { padding:0; }
.tab-content .panel-body {
    padding: 10px 0;
    background-color:#fff;
    border-top: 1px solid #ddd;
}

.scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.scrollbar::-webkit-scrollbar-track {
    border-radius: 2px;
}
.scrollbar::-webkit-scrollbar {
    max-width: 5px;
    max-height: 5px;
    background-color:transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #BFBFBF;
}
.grecaptcha-badge {
    float:left;
}
.slick-dotted.slick-slider { 
    margin:0;
}
.slick-list {
    z-index: 2;
}
.slick-dots {
    bottom:10px;
    z-index:10;
}
.slick-dots li button:before {
    color:#fff;
    opacity:1;
    text-shadow: 0px 1px 3px black;
}
.slick-dots li.slick-active button:before {
    color:#de0000;
    opacity:1;
}
.slick-prev, .slick-next {
    z-index: 20;
    width:100px;
    height:100px;
}
.slick-prev:before, .slick-next:before {
    color:#fff;
    font-size: 30px;
    text-shadow: 0px 1px 3px black;
}
.twitter-share-button, .fb_iframe_widget {
    vertical-align:bottom;
}

/* MODAL */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
.modal-dialog {
  z-index: 2200;
}
.modal-body {
  padding: 20px 30px 30px 30px;
}
.inmodal .modal-body {
  background: #f8fafb;
}
.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
}
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.inmodal .modal-title {
  font-size: 26px;
}
.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}
.modal-footer {
  margin-top: 0;
}

.tinted, .framed {
    display:block;
    position:relative;
}
.tinted:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.04);
}
.framed:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 7px solid transparent;
    box-shadow: inset 0 0 0 2px #000;
    z-index: 2;
    pointer-events: none;
}





.badge-sale,
.alap_ar,
.termek_megtakaritas,
div.termek_netto_ar,
.termek_variaciok_netto_ar,
.webshop_vasarlas label,
.product .status-message,
.megtakaritas_netto,
.megtakaritas_brutto, 
.termek_nincs_keszleten {
	display:none;
}   
.termek_akcios .alap_ar,
.termek_akcios .termek_megtakaritas,
.netto_mutat .termek_netto_ar, 
.netto_mutat .termek_variaciok_netto_ar,
.netto_mutat .megtakaritas_netto,
.brutto_mutat .termek_brutto_ar, 
.brutto_mutat .megtakaritas_brutto,
.termek_nincs .termek_nincs_keszleten {
	display: inline;
}
.kiadasi_ar { font-family:'Rubik', Helvetica, sans-serif; font-weight:600; font-size:22px; text-transform: uppercase; line-height:28px;  }
.kiemelet_kiadasi_ar { font-family:'Rubik', Helvetica, sans-serif; font-weight:600; font-size:22px; text-transform: uppercase; line-height:28px;  }
.korabban_kiadasi_ar { font-family:'Rubik', Helvetica, sans-serif; font-weight:600; font-size:22px; text-transform: uppercase; line-height:28px;  }
.termek .kiadasi_ar { }
.termek-arak { margin-bottom:30px; }
.product-box .kiadasi_ar { display:inline; font-family:'Rubik', sans-serif; font-weight:300; font-size:16px; text-transform: uppercase; line-height:20px; }
.termek_akcios .kiadasi_ar { color: #d8232f; }
.termek_akcios .kiemelet_kiadasi_ar { color: #d8232f; }
.termek_akcios .korabban_kiadasi_ar { color: #d8232f; }
.label_ar { display:none; }
  
.webshop-lablec { background:#fff; padding:10px; } 
.webshop-lablec div { position:static; } 
.webshop-rendezes {
    margin-top: -25px;
    margin-bottom:25px;
    text-align:center; 
} 
.webshop .cat-pic { margin-top:20px; }  
.rendezes_select, .rendezes_select:focus {
    -webkit-appearance: none;
    background: none;
    border: none;
    outline: none;
    padding: 0 30px 0 5px;
    box-shadow: none;
    color: rgba(0,0,0,0.4);
    line-height: 30px;
    cursor: pointer;
    text-align:right;
    border: 1px solid rgba(0,0,0,0.1);  
}
.rendezes_select::-ms-expand {
    display: none;
}  
.webshop-rendezes i {
    margin-left:-30px;
    line-height: 30px;
    color: rgba(0,0,0,0.4);
    pointer-events: none;
}
.webshop-grid { 
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom:10px;
}
.webshop_vasarlas {
    text-align:center; 
    width: 100%;
}
.product-box {
    -webkit-flex: 0 0 23%;
	flex: 0 0 23%;
    margin:0 1% 40px 1%;
    border:1px solid rgba(220,220,220,0);
    position: relative;
    background-color:#fff;
    text-align:center;
}
.latogatott-termekek-holder .product-box, .inline-webshop .product-box {
    -webkit-flex: 0 0 18%;
	flex: 0 0 18%;
}
.product-box a { 
    display:inline-block;
    color:#383838; 
}
.product-imitation {
  text-align: center;
  padding: 90px 0;
  background-color: #f8f8f9;
  color: #bebec3;
  font-weight: 600;
}
.cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #f8f8f9;
}
.product-box-content {
  margin:10px 0;
  flex-flow:column wrap;
}
.product-box .gallery-name {
    display:block;
    font-size:85%;
}
.product-box-image {
    position:relative;
    padding-top:120%; /* 100% = 1:1 képarány */
    overflow: hidden;
}
.product-box .termek_kep {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product-box .termek_kep a {
    background:#fff; /* hogy ne látszódjon az alatta lévő kép hovernél */
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product-box .termek_kep a:nth-child(2) {
    z-index:2; 
    opacity:0;
    filter:alpha(opacity=0);
}
.product-box:hover .termek_kep a:nth-child(2) {
    opacity:1;
    filter:alpha(opacity=100);
}
.product-box-hover { 
    opacity:0;
    filter:alpha(opacity=0);
    align-items: center;
    justify-content: center;
    position:absolute; 
    bottom:0; left:0; right:0;
    z-index:100;
    padding:10px;
    background:rgba(255,255,255,.5);
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product-box:hover .product-box-hover {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.product-box-hover .product-box-leiras { 
    width:100%; 
    text-align:center; 
    color:#444;
    font-size:11px;
}
.product-box-footer { 
    margin-top:10px;
}

.product-name {
  font-size: 15px;
  line-height: 17px;
  color: #444;
  display: block;
}
.product-price {
  font-size: 15px;
  font-weight: 600;
}
.product-manufacturer {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reszletes_kereso_bezar { display:none; }
.webshop-badges {
    position:absolute;
    top:5px; left:5px; right:5px;
    z-index:10;
    text-align: right;
}
.badge-new, .badge-sale {
    color: #fff;
}
.badge-new { background:#538cab; }
.badge-sale { background:#e00; }
.termek_akcios .badge-sale { display:inline-block; }

.termek .btn-vissza { position:fixed; top:90px; left:15px; z-index:300; padding:10px 12px; font-size:20px; color:#383838; }
.termek .termek_fejlec h1 { line-height: 1.2; margin-top:-8px; font: 24px/1.5em Rubik; }
.termek_tartalom .sale { position:absolute; z-index:20; top:-1px; right:8px; box-shadow:2px 2px 3px rgba(0,0,0,.2); }
.termek_vasarlas .sale { position:absolute;	z-index:20; left:10px; right:auto; }
.termek_tartalom .new  { position:absolute; z-index:20; top:0; right:5px; }
.termek .sale, .termek .new { z-index:20; }
.termek_tartalom img.no-sale { display: none; }

.termek_tartalomar {
	display:none;
	margin:-3px 20px 0 0;
	text-align:left;
	font-size:10px;
	line-height:12px;
	height:15px;
	color:#777;
}
.alap_ar { text-decoration: line-through; font-size:11px; }
.kiemelet_alap_ar { text-decoration: line-through; font-size:11px; }
.korabban_alap_ar { text-decoration: line-through; font-size:11px; }
.termek .termek_akcios .alap_ar, .egyseg_ar { margin-right:5px; font-size:11px; line-height:110%; opacity:0.6; filter:alpha(opacity=60); }

.termek_megtakaritas { 
    font-style:italic; 
    font-size: 12px;
    line-height: 140%; 
}
.termek_megtakaritas .label_ar { display:inline; }

.product-box .termek_ar { text-align:center; }
.product-box .termek_brutto_ar span,
.tervezok .termek_brutto_ar span,
.product-box .termek_brutto_ar font { padding:0; }
.markak-holder { padding:20px 0; }

.product-box .termek_fejlec { 
    font-size:15px; 
    font-weight:400; 
    text-align:center;
    overflow:hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
} 
.product-box .termek_fejlec a { color:#555; }
.termek_fejlec h3 {
	padding:0;
    margin:0;
	font-size:16px;
    font-weight:700;
	line-height:25px;
	text-decoration:none;
}
.termek_fejlec h3 a { color:#242424; }
.termek_fejlec h3:before { display:none; }
.termek_fejlec .btn { display:none; }

.termek_brutto_ar, .termek_netto_ar { font-family: 'Rubik', Helvetica, sans-serif; }
.pontertek { color:#242424; }
.termek .termek_fejlec,
.kosar .termek_beszallito, .kosar .termek_fejlec {
	padding:0;
    height:auto;
} 
.termek .termek_beszallito,
.kosar .termek_beszallito {
    font: 14px/1.5em Rubik;
    margin:0;
    /*max-width:80%; /* terméklap vissza gomb miatt */
}
.product-box .termek_beszallito {
	text-align:center;
    color:#58585a;
	font-size: 10px;
    line-height: 14px;
	text-transform:uppercase;
}
.termek_beszallito_kep { position:absolute; z-index:200; top:2px; right:2px; max-width:100px; }

.marka-kep-holder {
    margin:0 -5px;
    -webkit-justify-content: center;
    justify-content: center;
}
.marka-kep {
    display:flex;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding:5px 10px;
    margin:2px;
    height:65px;
    align-items:center;
    text-align:center;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.marka-kep:hover {
    border: 1px solid #888;
}
.marka-kep img {
    max-height:100%;
}

.kosar .termek_fejlec h3 {
	font: 20px/1.5em Rubik;
    margin:0;
    padding-right: 20px;
}
.termek_lablec {
	display:none;
	clear:both;
	background:#eee;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #909090;
	border-left:1px solid #cacaca;
	margin-bottom:5px;
} 
.termek_lablec span {
	display:block;
	float:right;
	width:120px;
	text-align:center;
	font-size:11px;
	padding:5px;
}
.termek_kep img { 
    max-width:100%; 
    max-height:100%;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.termek-kep-loader {
    position:absolute;
    left:0; top:0;
    z-index:0;
	opacity:0; filter:alpha(opacity=0);
    -webkit-transition: all .4s cubic-bezier(0.175, 0.885, 0.320, 1);
    -moz-transition: all .4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all .4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all .4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.termek-kep-loader.mouseIn {
	opacity:1; filter:alpha(opacity=100);
}
.termekkod { font-weight:200; font-size:11px; line-height:130%; color:#aaa; }
.product-box .termekkod { text-align:center; overflow: hidden; max-height: 1.3em; }
.kosar .termekkod { border:0; display:block; text-align:left; line-height:13px; }

.termek_galeria_grid {
    display: grid;
    grid-gap: 20px 5px;
    grid-template-columns: 20% 80%;
    margin-bottom:20px;
}
.termek_galeria_thumbs {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 5px;
}
.termek .termek_galeria_kep { text-align:center; overflow:hidden; border-radius:0px; }
.termek_galeria_kep a { display:block; }

.termek_galeria_thumbs figure {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-flow: column wrap;
    -webkit-flex: 0 0 80px;
    flex: 0 0 80px;
    margin:5px;
    cursor:pointer;
}
.termek_galeria_thumbs figure img { display:block; }
.termek_galeria_thumbs video { height: 115px; width:auto; }

.tovabbi_szinek_holder h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    text-align:center;
    margin:0;
    padding:30px 0 20px;    
}
.termek_kepek_szinvalaszto.termek_thumbs {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.termek_kepek_szinvalaszto.termek_thumbs.tinted:before {
    background: rgba(0, 0, 0, 0.02);
}
.termek_kepek_szinvalaszto.termek_thumbs figure {
    -webkit-flex: 0 0 110px;
    flex: 0 0 110px;
    margin:0 10px;
    cursor: pointer;
}
.termek-drift-detail { position:relative; }
.termek-drift-detail img { position:relative; }
.drift-zoom-pane img { max-width:none; }

.termek_jobb {
    background:#fff;
    margin-bottom:20px;
}
.termek-social {
    margin-bottom:20px;
}

.termek_tulajdonsagok_sor { 
    margin-bottom:20px;
    font-size: 14px;
}
.product-box .termek_tulajdonsagok {
    border:0;
    padding:0;
    margin:0;
    background:transparent;
    float: left;
    text-align: left;
    width: 60%;
}
.termek_keszlet { margin-top:40px; }
.termek_ismerteto { margin: 1em 0; clear: both; }
.tulajdonsag_blokk { border-color:transparent; }
/*
.tulajdonsag_nev   { 
    display:inline-block; 
    vertical-align:top; 
    width:29%; 
}
.tulajdonsag_ertek { 
    display:inline-block; 
    vertical-align:top; 
    width:70%; 
}
*/
.tulajdonsag_nev { margin-bottom:10px; }
.tulajdonsag_keszleten {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.product-box .tulajdonsag_nev, .product-box .tulajdonsag_ertek { 
    display:block; 
    width:100%;  
    font-size:11px; 
    line-height:150%;
}
.product-box .tulajdonsag_nev { display:none; }
.termek_tulajdonsagok h5 { overflow:hidden; /* border-bottom:1px solid #aaa; border-left:1px solid #aaa; */ text-transform:uppercase; padding:0; margin-top:0; }
.termek_tulajdonsagok h5 span { display:block; float:left; }
.termek_tulajdonsagok h5 a { float:right; text-decoration:none; font-weight:normal; }
.tulajdonsag_valaszto .tulajdonsag_elem {
	display: inline-block;
	padding: 4px 10px;
	margin:0 3px 5px 0;
    font-family: 'Rubik', Helvetica, sans-serif;
	font-size:11px;
	line-height: 170%;
	text-decoration:none;
	text-align:center;
	color:#383838;
	background:#eae9e7;
	border:2px solid rgba(100,100,100,0);
    white-space:nowrap;
	cursor:pointer;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.tulajdonsag_valaszto .tulajdonsag_elem.kijelolve, .tulajdonsag_valaszto .tulajdonsag_elem.kijelolve:hover, .tulajdonsag_valaszto .tulajdonsag_elem.enabled:hover {
	border:2px solid rgba(100,100,100,0);
    background:#328dbd;
    color:#fff;
}
.tulajdonsag_valaszto .szin.kijelolve, .tulajdonsag_valaszto .szin.kijelolve:hover, .tulajdonsag_valaszto .szin.enabled:hover {
	border:2px solid rgba(0,0,0,1);
}
.tulajdonsag_valaszto .tulajdonsag_elem.disabled {
	border:2px solid rgba(100,100,100,0);
	opacity:0.3; filter:alpha(opacity=30);
	cursor:default;
}
.product-box .tulajdonsag_valaszto .tulajdonsag_elem {
    float: none;
    font-size:10px;
    padding:1px 8px;
    min-width:0;
    margin:2px 0;
}
.product-box .kosarba {
    padding: 10px;
    font-size: 26px;
    line-height: 120%;
    border-radius: 5px;
}
.tulajdonsagok_szin_loader .tulajdonsag_sor { margin-bottom:20px; }
.product-box .tulajdonsagok_szin_loader .tulajdonsag_sor { margin-bottom:0; }
.darabdiv { /*display:inline;*/ margin-bottom:20px; }
.termek input[name="kosardarab"]{ width:45px; text-align:right; }
.kosarba_error { box-shadow: inset 0 0 0px 1px #c00900; }
button.kosarba_error { background:#c00900 !important; border-color:#c00900 !important; }
/*
.tulajdonsagok_loader.kosarba_error { 
	background:transparent !important; border:1px solid #E44145; margin:-11px; padding:10px;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .5s ease-in-out;
	-ms-transition: border-color .5s ease-in-out;
	-o-transition: border-color .5s ease-in-out;
	transition: border-color .5s ease-in-out; 
 }
 */
.termek_teljes_ismerteto { margin-bottom:20px; }
.termek_checkbox { position:absolute; top:10px; right:0; z-index:50; font-size:14px; line-height:1; }
.kiskosar_termek_torles, .kosar_nagyker_termek_torles { cursor:pointer; }

.cikkcsoport_kep { float:left; margin-right:20px; }
.cikkcsoport_leiras { margin-bottom:10px; padding:10px; }
.cikkcsoport_leiras br { clear:both; }

.kapcsolodo_termekek { background:#fafafa; border:1px solid #e1e1e1; box-shadow:inset 0 0 50px rgba(0,0,0,.05); padding:1em; margin-bottom:10px; }
.kapcsolodo_termekek h4 { margin-top:0; text-shadow: 0 1px 0 #fff; }

.szamlazasi_adatok { margin-bottom:30px; }
.szamlazasi_adatok h3 { margin:0 0 10px 0; }
.szamlazasi_adatok h3:before { display:none; }
#kosar_gombok {
	height:30px;
	margin-bottom:20px;
}
.kosar_osszesen { 
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight:600;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    text-align:right;
    text-shadow:1px 1px 1px rgba(255,255,255,1);
}
.rendeles .kosar_osszesen { font-size: 24px; margin-bottom:30px; }
.kosar_osszesen_label { margin-right: 20px; }
.kiskosar-termekek .kosar_osszesen_label { float:left; }

.kosar_kedvezmeny { display:none; }

.termek_megjegyzes textarea { 
    width:100%;
    max-width:100%;
    min-width:100%;
    margin-bottom:20px;
    /*
    background: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0px 10px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,.2);
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    */
}

.kosar_lablec { margin-top:20px; }
#kuldes-btn-next { width:150px; text-align:right; }

.termek .termek_vasarlas {
    margin-top:20px;
}

/* Termek status */

.product .status-message {
	position:absolute;
	display:block;
	top:100%; right:0;
    margin-top: 1px;
	z-index:100;
	color:#444;
	font-size:10px;
	line-height:14px;
	cursor:no-drop;
	background:#eae9e7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.product .status-message.show { top:-23px; }
.kosar .product .status-message { bottom:-10px; right:20px; }
.status-message a { color:#fff; }
.status-message a:hover { color:#5dcd0b; }
.status-message div { padding:4px 10px 4px 30px; }
.status-message .sikertelen { background:url('../images/webshop/termek_status_sikertelen.png') 4px 4px no-repeat; }
.status-message .sikeres { background:url('../images/webshop/termek_status_sikeres.png') 4px 4px no-repeat; }

/* Termek status vege */




/* Vasarlas menete */

div.vasarlas {
	position:relative;
	overflow:hidden;
	white-space:nowrap;
    margin-bottom:20px;
    text-align:center;
}
.vasarlas a, .vasarlas .nemlink {
	color:#383838;
	border-bottom: 4px solid #383838;
	position:relative;
	top:0px;
	display:inline-block;
	width:33.333333%;
    max-width:200px;
	height:50px;
	padding:0;
	text-decoration:none;
	background:rgba(255,255,255,.93);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.vasarlas a:hover, .vasarlas a.kijelolve {
	color:#328dbd;
    border-color:#328dbd;
	cursor:pointer;
	text-decoration:none;
}
.vasarlas .nemlink {
	cursor:not-allowed;
}
.vasarlas span {
	position:absolute;
	display:block;
}
.vm_szam {
	font-family: 'Rubik', Helvetica, sans-serif;
	font-size:35px;
    font-weight:400;
	line-height:44px;
	height:60px;
	top:0px;
	left:15px;
	text-shadow:-1px -1px 0px rgba(255,255,255,0);
}
.vm_lepes {
	font-family: 'Rubik', Helvetica, sans-serif;
	font-size:16px;
    font-weight:400;
	top:3px;
	left:47px;
	text-shadow:-1px -1px 0px rgba(255,255,255,0);
}
.vm_cim {
	top:23px;
	left:47px;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-size:11px;
    line-height: 16px;
	text-shadow:-1px -1px 0px rgba(255,255,255,0);
}

/* Vasarlas menete vege */




/* SZALLITAS FIZETES */

.szallitasi_modok, .fizetesi_modok { background:rgba(255,255,255,.93); padding:10px; border-radius:0; }
.szallitasi_modok .module_container, .fizetesi_modok .module_container { padding:0 0 10px 60px; /*min-height:120px;*/ }
.fizetesi_modok .module_container { background: url('../images/webshop/fizetesimod_bg.png') 10px 5px no-repeat; }
.szallitasi_modok .module_container { background: url('../images/webshop/szallitasimod_bg.png') 6px 5px no-repeat; }
.szallitasi_modok .szallmod_sor > label, .fizetesi_modok .szallmod_sor > label { min-width:40px; width:9%; font-weight:bold; vertical-align:top; }
.szallitasi_modok .rowElem label input[type=radio], .fizetesi_modok .rowElem label input[type=radio] { margin-top:6px; }
.szallitasi_modok h3, .fizetesi_modok h3 { margin:0; }
.szall_koltseg { margin-left:10px; } /* a zarojelben */ 
.szallmod_nev { display:block; font-weight:600; margin-bottom:0; } 

/* SZALLITAS FIZETES VEGE */


.ui-effects-transfer {
	z-index:1601;
	border: 1px solid #888;
	background:#888;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.webshop_leiras { margin-bottom:10px; }
.module.termekcsoportok { margin-bottom:10px; }

.vasarlasi_feltetelek {
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:hidden !important;
	width:400px; height:100px;
	font-size:10px;
	margin:10px auto;
	padding:5px;
	border:1px solid #aaa;
}
.vasarlasi_feltetelek_form {
	width:400px; height:30px;
	margin:0 auto;
}
.megrendelesek { border:1px solid rgba(0,0,0,.1); margin-bottom:20px; }
.megrendeles-sor { border-bottom:1px dashed rgba(0,0,0,.1); padding:5px 10px; }
.megrendeles-sor:last-child { border-bottom:none; }
.megrendeles-sor:hover { background:rgba(0,0,0,.05); }
.megrendeles-fej { border:1px solid rgba(0,0,0,.1);  padding:0 10px; }

.webshop_reszletes_kereso .reszletes_kereso_fejlec,
.gyartolista .module_container form {
	padding:0 20px;
}
.webshop_reszletes_kereso label font {
	font-size:11px;
}
.webshop_reszletes_kereso .gomb_pri {
	width:155px; 
}
.webshop .termekcsoportok {
    margin-bottom: 0;
}
.webshop_leiras {
    overflow: auto;
}
.webshop_leiras .webshop_leiras_kep {
    float: left;
    max-width: 320px;
    margin-right: 8px;
}
.webshop_leiras .webshop_leiras_szoveg {
}
.searchBlock_outer { margin:0 0 10px 0; overflow:hidden; }
.searchBlock_outer:last-of-type { margin:0; }
.searchBlock_outer h3 { margin:5px 7px; }
.searchBlock { overflow:hidden; }
.searchBlock:last-child { padding-bottom:0; border-bottom:0; }
.searchBlock a.filter {
    margin:3px 0;
	display:inline-block;
	padding: 2px 9px;
    font-family: 'Rubik', Helvetica, sans-serif;
	font-weight:400;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	line-height: 1.7;
	color:#000;
	/*background:#eae9e7;*/
	border:1px solid rgba(100,100,100,0);
    border-radius:1px;
    white-space:nowrap;
	cursor:pointer;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.searchBlock a.selected, .searchBlock a.mouseover {
    /*background:#888;*/
    color:#000;
    text-decoration:none;
	border:1px solid rgba(100,100,100,1);
}
.searchBlock a.disabled {
	color:#888; 
	/*background:#f0f0f0;*/
	border:1px solid rgba(100,100,100,0);
    opacity:.3;
    filter:alpha(opacity=30);
    cursor:not-allowed;
}
.searchBlock a.filter4 { margin: 7px; }
.searchBlock a.filter4:before {
    content:'';
    position:absolute;
    top:-5px; right:-5px; bottom:-5px; left:-5px;
    height:auto; width:auto;
    background:transparent;
    border-radius: 1px;
    border: 1px solid rgba(0,0,0,0);
}
.searchBlock a.filter4.selected:before, .searchBlock a.filter4.mouseover:before {
    border: 1px solid #666;
}
.searchBlock a.filter4.disabled {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M1 0 L0 5 L99 100 L100 95' fill='black' /><path d='M0 95 L99 0 L100 5 L1 100' fill='black' /></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
}
/*
.searchBlock a.shortText {
    width: 58px;
}
.searchBlock a.longText {
    width: 122px;
}
*/
.webshop_szuro .ajax-loader {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff url('../images/ajax-loader.gif') center 240px no-repeat;
	filter: alpha(opacity=90);
    opacity: 0.9; 
    z-index: 3;
}
.termeklap-leiras { margin-bottom:10px; }
.termeklap-3gomb { display:none; padding:0 10px 10px 10px; border:1px solid #ddd; margin-top:1em; }
.termeklap-3gomb .row { margin:0 -10px; }
.termeklap-3gomb .row>div { padding:0 10px; }
.qPanel { overflow: hidden; }
.termek_kerdes h4 { text-transform:uppercase; }
.termek_kerdes .qPanel span, .termek_kerdes .qPanel a {}
.termek_kerdes .qPanel .gomb_sikeres, .termek_kerdes .qPanel .qForm {display: none;}
.termek_kerdes .qPanel .qForm .warning { border-color:#FF0808; }
.qPanel .gomb_sikeres { text-align:center; padding:10px; color:#5f5; }
.qPanel .rowElem > label { width:35%; }
.qForm .gomb_pri {float:right;}
.qForm .gomb_sec {float:left;}

.termek_tel { font-size: 18px; line-height:30px; }
.termek_tel_apro { padding:3px; font-size:10px; line-height:1.1; }
.vasarlasi_feltetelek_cb { text-align:center; font-size:15px; padding:10px; }

.termeklap-tabs { margin-top: 20px; }

#attention { color:#f00; }

.kiskosar {
    position:relative;
    z-index:600;
    float:right;
	border:3px solid #fff;
    border-image-slice:1;
    margin-left:10px;
}
.kiskosar-toggle, .kiskosar-ico {
    display:inline-block;
    font-size:24px;
    padding:12px 14px;
    color:#000;
    background:rgba(224,228,2,0);
}
.kiskosar:hover, .kiskosar:hover .kiskosar-ico {
    color:#328dbd;
    border-image-source: linear-gradient(45deg, #7dffe1, #328dbd);
}
.kiskosar .module, .kiskosar .module_container { border:0; padding:0; }
.kiskosar_tartalom {
	font-family: 'Rubik', Helvetica, sans-serif;
	cursor:pointer;
    -webkit-transition: color .2s ease-in-out; 
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.kiskosar_tartalom:hover {
    color:rgba(255, 255, 255, 1);
}
.kiskosar_tartalom h5 {
    display:none;
}
.kiskosar_darab_termek span {
    pointer-events: none;
    display:block;
	font-family:'Rubik', Helvetica, sans-serif;
    font-weight:bold;
    font-size:10px;
    line-height:12px;
    padding:3px;
    width:18px; height:18px;
    border-radius:10px;
    color:#fff;
    background:#6f14c3;
    text-align:center;
    position:absolute;
    top:1px; right:1px;
    z-index:10;
}
.kiskosar_osszeg {
    display:none;
	font-size:18px;
    line-height:1.3;
}
.kiskosar .ingyenes_ertekhatar {
	display:none;
	position:absolute;
	top:13px; right:105%;
    z-index:550;
	width:225px;
	line-height:1.3;
	padding:3px 7px;
	font-family: 'Rubik', Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	background:#888;
    border-radius:0px;
}
.kiskosar .ingyenes_ertekhatar:after {
    content:'';
	position:absolute;
	top:5px; right:-5px;
    z-index:1;
    width:10px; height:10px;
    border-top: 5px solid #888;
    border-right: 5px solid #888;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.kiskosar .ingyenes_ertekhatar font {
	color:#f77;
}
.kiskosar .ingyenes_ertekhatar b {
	font-family: 'Rubik', Helvetica, sans-serif;
}

.kiskosar-termekek {
    display:none;
    position:absolute;
    z-index:3000;
    top:105%; right:0;
    width:370px;
    max-width: 80%;
    min-height:300px;
    background:#fff;
	-moz-box-shadow: 0 0 40px rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0);
	box-shadow: 0 0 40px rgba(0,0,0,0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.click-style .kiskosar-termekek {
    display:block;
    position:fixed;
    top:0; bottom:0; right:-370px;
    padding: 20px;
}
.click-style .kiskoar-fejlec {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.click-style .kiskoar-fejlec h3 { font-size: 20px; margin:0; }
.click-style .kiskoar-fejlec .btn { border-color:#000; }
.click-style .kiskoar-fejlec .btn:hover { background-color:#000; }

.hover-style .kiskosar-termekek:before {
    position:absolute;
    z-index:2999;
    top:-7px; right:10px;
    display:block;
    width:20px; height:20px;
    background:#fff;
    content:''; 
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hover-style .kiskoar-fejlec {
    display:none;
}

.kiskosar-open .kiskosar-termekek {
    -webkit-transform: translateX(-370px);
    transform: translateX(-370px);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.2);
	box-shadow: 0 0 40px rgba(0,0,0,.2);
}
.kiskosar-overlay {
    display:block;
    content:'';
    position:fixed; 
    top:0; right:0; bottom:0;
    z-index:2990; 
    background:rgba(255,255,255,0);
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.kiskosar-open .kiskosar-overlay { background:rgba(255,255,255,.7); width:100%; }

#kiskosar-scroll { 
    position:absolute;
    top:10px; bottom:60px;
    left:10px; right:10px;
}
.click-style #kiskosar-scroll {
    top:70px; bottom:100px;
    left:20px; right:20px;
}
.kiskosar-termekek-gomb {
    position:absolute;
    bottom:10px; left:10px; right:10px;
}
.click-style .kiskosar-termekek-gomb {
    bottom:20px; left:20px; right:20px;
}
.kosar_darab_modosit { 
    display:inline-block; 
    background:#fff; 
    width:15px; 
    font-size:14px; 
    line-height:18px;
    vertical-align:top;
    padding:0; 
    border:1px solid #888; 
    text-align:center; 
    cursor:pointer; 
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.kosar_darab_modosit:hover { 
    background:#888;
    border-color:#888;
    color:#fff; 
}

.kosar .product {
    position: relative; 
    padding:10px 0;
    background:#fff;
    margin-bottom:10px; 
    border-bottom: 1px solid #ddd;
    /*-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.05);*/
}
.kiskosar-termekek .product {  
    position: relative; 
    padding:5px 0; 
    border-bottom:1px solid #e8e8e1;
}
.kiskosar-termekek .product:last-child { margin-bottom:0; padding-bottom:0; border-bottom:none; }
.kiskosar-termekek .termek_checkbox { top:5px; right:0; }
.kiskosar-termekek .termek_beszallito { font-size:12px; line-height:1; text-align:left; min-height:inherit; }
.kiskosar-termekek .termek_fejlec { padding:0 20px 0 0; }
.kiskosar-termekek .termek_fejlec h3 { margin:0; font-size:13px; line-height:1.3; text-align:left; font: 12px/1.3em Rubik; font-weight:600; }
.kiskosar-termekek div.termek_brutto_ar, .kiskosar-termekek div.termek_netto_ar, .kosar div.termek_brutto_ar, .kosar div.termek_netto_ar { text-align:right; float:right; }
.kiskosar-termekek .termek_gombok { float:left; }
.kiskosar-termekek .kiadasi_ar { font-size:16px; line-height:1.3; }
.kiskosar-termekek .kosar_pontertek { font-size:12px; }
.kiskosar-termekek input[name="kosardarab"], .kosar input[name="kosardarab"] { display:inline-block; text-align:left; width:40px; text-align:center; border:1px solid #888; font-size:14px; line-height:18px; padding:0; vertical-align: top; }
.kiskosar-termekek input[name="kosardarab"]:hover, .kosar input[name="kosardarab"]:hover { border-color:#888; }
.kosar .termek_kep { width:150px; height:100px; }
.kiskosar-termekek .termek_kep { width:75px; height:75px; margin-right:5px; }
.kiskosar-termekek .termek_kep img, .kosar .termek_kep img { position: relative; }
.kiskosar-termekek .egyseg_ar { font-size: 10px; }
#kiskosar-termekek-loader { padding-right:10px; width:100%; }
#kiskosar-termekek-loader, .kosar-termeklista { min-height:60px; }
.kiskosar-loader-img, .kiskosar-termekek .kosar-hiba { padding-top:18px; text-align:center; }
.kosar .kosar-vasarlas-holder { margin-top:10px; } 
.kosar .kosar-hiba { background:#f2dede; border: 1px solid #ebccd1; color: #a94442; border-radius: 4px; padding-top:18px; text-align:center; }
.kosar .termek_gombok { float:left; }
.kosar-infoline { background:#aaa; color:#fff; padding:0 5px; font-size:12px; text-align:center; margin-top:5px; }
.keszlet-info { font-size:8px !important; color:#888; margin-bottom:5px !important; letter-spacing: 1px; text-transform:uppercase; }
.keszlet-info table { width:auto; }
.kosar_osszesen_pontertek { font-size:16px; }
.kosar-termeklista .termek_tartalom, .kiskosar-termekek .termek_tartalom { display:table; width:100%; }
.kosar-kep-holder, .kosar-termekleiras-holder { display:table-cell; vertical-align:top; }
.kosar-termeklista .kosar-kep-holder { width:170px; }
.kiskosar-termekek .kosar-kep-holder { width:80px; }
.kosar-termeklista .tulajdonsag_blokk { text-align:left; }
.kiskosar-termekek .tulajdonsag_blokk { font-size:10px; line-height: 110%; margin-bottom:5px; text-align:left; }
.kosar-termeklista .tulajdonsag_sor, .kiskosar-termekek .tulajdonsag_sor { display:inline-block; margin:0 10px 0 0; }
.kosar-termeklista .tulajdonsag_ertek, .kiskosar-termekek .tulajdonsag_ertek { width:auto; line-height:110%; }
.kosar-korabbi-termek { display:inline-block; margin-bottom:5px; }

.rendeles .login h2, .rendeles .registration h2 {
    text-align:center;
}

.termek-ajanlo-holder {
    background: #f6f6f6;
    margin-bottom:30px;
}
.termek-ajanlo-modul {
	padding-top:30px;
    text-align:center;
}

.regisztracio-pontok {
    background: #2196f3;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3), inset 0 0px 15px rgba(255, 255, 255, 0.2);
}
.reg_nelkul_row {
    font-size:14px;
}
.reg_nelkul_row input {
    vertical-align:top;
    margin-top:2px;
}


.search-result-loader {
    position:absolute;
    z-index:1100;
    top:110%;
    right:0;
    left:0;
}
.search-result {
    max-height:316px;
    padding: 5px;
    background:#fff;
    border: 2px solid #378cc4;
    font-size:12px;
    text-align:left;
    -webkit-box-shadow: 0 9px 13px rgba(0,0,0,.25);
    box-shadow: 0 9px 13px rgba(0,0,0,.25);
}
.search-result::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #378cc4 transparent;
}
.search-result .scrollbar { max-height: 300px; }
.mobile-menu .search-result-loader { right:-50px; left:-50px; }
.mobile-menu .search-result::after { left:50%; }

.search-label {
    font-size:12px;
    padding:3px;
    color:#000;
    background: #e8e8e8;
    font-weight:600;
}
.search-menu {
    flex:1 0 30%;
}
.search-menu .menu-name {
    display:block;
    padding:3px;
    margin-bottom:1px;
    color:#444;
    background:#fafafa;
    font-size:12px;
}
.mobile-menu .search-menu .menu-name { 
    font-size:10px;
    padding:3px 6px; 
}
.search-products {
    flex:1 0 70%;
    padding-left: 5px;
}
.search-products .product-box {
    display:flex;
    -webkit-flex: 0 0 90%;
    flex: 0 0 90%;
    flex-flow: row;
    margin: 0 0 5px 0;
    padding: 5px;
    border-bottom: 1px solid #f0f0f0;
}
.search-products .product-box .termek_ar {
    text-align: left;
}
.search-products .product-box .kiadasi_ar {
    font-size:15px;
    line-height:20px;
}
.search-products .product-box .termek_beszallito, .search-products .product-box .termek_fejlec {
    text-align:left;
}
.mobile-menu .search-products .product-box .termek_beszallito {
    font-size:9px;
    line-height:11px;
}
.mobile-menu .search-products .product-box .termek_fejlec {
    font-size:13px;
}
.search-products .product-box-image {
    flex: 0 0 80px;
    height:70px;
    margin-right:10px;
    padding:0;
    box-shadow:0;
}
.search-products .product-box-image img { 
    max-height:70px;
}
.search-products .product-box-content {
    flex: 1;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
}
.search-products .product-box:hover .product-box-content, .search-products .product-box:focus .product-box-content {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.akcio-bannerek-holder {
    margin-top:40px;
    padding:40px 0 20px;
    background: rgba(55,141,189,.6);
}
.akcio-bannerek .banner-kep-holder {
    overflow:hidden;
}
.akcio-bannerek .banner-kep {
    position:relative;
    height:0;
    padding-top:100%;
}
.akcio-bannerek .banner-kep img {
    display: block;
    position: absolute; 
    left: 50%;
    top:0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: none;
    object-fit: cover;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.akcio-bannerek .banner:hover .banner-kep img {
    width:150%;
}
.banner-text {
    position:relative;
    width:80%;
    padding:20px;
    margin-top:-40px;
    margin-bottom:30px;
    min-height:120px;
    background:#fff;
    box-shadow:0 0 30px rgba(0,0,0,.3);
}
.banner-text h3 { font-weight: 400; margin-bottom:0; }

.mobile_account { display:none; }
.newsitem { margin-bottom:50px; }
.landing-modul-holder { margin-top:40px; }
.landing-modul-holder .panel { margin-bottom:0; }


@media (max-width: 767px) {
	.menu-left-holder, .vasarlas .vm_cim, .top_account_jobb, .kiskosar_osszeg, .searchBlock_holder_4, .webshop_szuro h3, .collapse-title, .fejlec .menu a { display:none !important; }
    .content-holder { background-image:none !important; }
    .container { padding:0 5px; overflow:hidden; }
    .cat-pic-parallax { margin-bottom:10px; }
    .top .logo, .fixed .top .logo { display:block; position:relative; max-width:130px; padding:0; margin:0 auto; text-align:center; float:none; }
    .search-toggle { float:right; }
    .logo { margin:0; width:33%; }
    .search-products { padding-left:0; }
    .vm_lepes { top:auto; bottom:8px; }
    .lablec, .lablec .text-right, .termek-social, .kartyalogok, .webshop_szuro { text-align:center; }
    .menu-bottom { margin:10px 0 15px 0; }
    .menu-bottom a { margin:0 10px; }
    .slick-prev { left:-10px; width:50px; }
    .slick-next { right:-10px; width:50px; }
    .search .search-panel { margin-left:-160px; max-width:320px; }
    .kosar .termek_fejlec h3 { font-size:14px; line-height:18px; }
    .kosar .kosar-termeklista .kosar-kep-holder { width:100px }
    .kosar .termek_kep { width: 90px; height: 90px; }
    .rendeles .kosar-vasarlas-holder { position:static; width:auto; }
    .webshop-left { flex:none; -webbkit-flex:none; width:100%; margin:0; padding:0 2%; }
    .product-box { -webkit-flex: 0 0 44% !important; flex: 0 0 44% !important; }
    .product-box-hover { display:none !important; }
    .product-box .termek_fejlec { font-size:15px; } 
    .product-box .termek_beszallito { font-size:11px; }
    .termek_galeria img { max-height:300px; }
    .termek_galeria_grid { display:flex; flex-direction:column-reverse; }
    .termek_galeria_thumbs { display:block; white-space:nowrap; overflow-x:scroll; overflow-y:hidden; text-align: center; }
    .termek_galeria_thumbs figure { display:inline-block; }
    .termek_galeria_thumbs figure img { max-width:60px; }
    .termek_kep a:nth-child(2) { display:none; }
    .termek_kep img { top:0; left:0; -webkit-transform: none; -ms-transform: none; transform: none; position: relative; }
    .termek_jobb { text-align: center; }
    .marka-kep { height:50px; }
    .badge-new, .badge-sale { font-size:8px; }
    .tulajdonsag_valaszto .tulajdonsag_elem { padding:2px 10px; min-width:0; }
    .slideshow-overlay { font-size:22px; padding: 5px 8px 8px; }
    .slideshow-item-cim { font-size:20px; }
    .slideshow-item-szoveg { font-size:11px; }
    .searchBlock a.filter, .tulajdonsag_valaszto .tulajdonsag_elem { min-width:0; padding:4px 10px; }
    .akcio-bannerek .banner-item { width:50%; }
    .banner-text { font-size:12px; min-height:0; }
    .banner-text h3 { font-size:18px; }
    h1 { font-size:30px; }
    h2 { font-size:26px; }
    h3 { font-size:22px; }
    h4 { font-size:20px; }
    .pommo h3 { margin-bottom:10px; }
    
    
    .top-holder .search-inline { display:none; }
}
@media (min-width: 430px) and (max-width: 767px) {
    .webshop-grid { display:block; }
    .product-box { height:110px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ececec; }
    .product-box-image { width:20%; height:100% !important; margin-right:5%; float:left; padding-top:0; }
    .product-box-content { display:flex; text-align:left; border:0; padding-top:0; margin-top:0;  }
    .product-box .termek_fejlec, .product-box .termek_ar, .product-box .termek_beszallito, .product-box .termekkod { text-align:left; }
    .webshop-badges { position:static; line-height:130%; text-align:left; }
    .webshop-badges .badge { font-size:8px;}
    .webshop_vasarlas { text-align:left; }
}
@media (min-width: 768px) {
    .termek .btn-vissza { display:none; }
    .flex-2 { 
        width:48%; 
    }
    .flex-3 {
        width:31.33%;
    } 
    .flex-4 {
        width:23%;
    }
    .kepvalto { padding:20px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*.kiskosar_osszeg, .kiskosar_darab_termek { display:none; }
    .kiskosar { width: 58px; }*/
    .searchBlock_holder_4, .webshop_szuro h3, .fejlec .menu a { display:none !important; }
    .content-holder { background-image:none !important; }
    .top-kartyalogok { max-height:12px; margin-top:20px; }
    .kiskosar, .search-toggle { margin-top:0; }
    .webshop_szuro-sticky { margin-bottom: 30px; max-height: 200px; }
    .termek_galeria_thumbs { max-height:430px; }
    .webshop_szuro { text-align:center; }
    .product-box { -webkit-flex: 0 0 24%; flex: 0 0 24%; }
    .top-holder .search-inline { display:none; }
}
@media (min-width: 992px) {
    .webshop_szuro-sticky { position: sticky; max-height: 50vh; top: 100px; }
    .webshop_szuro h3 { position: sticky; top:0; }
    .collapse-button { display:none; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-text { font-size:12px; min-height:0; }
    .banner-text h3 { font-size:18px; }
    .termek_galeria_thumbs { max-height:567px; }
}
@media (min-width: 1200px) {
    .fooldal .container, .kezdolap.container { width:90%; max-width:1500px; }
    .termek_galeria_thumbs { max-height:815px; }
}

/******** INTERNET EXPLORER *********/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .rowElem > .radio-off:after, .rowElem > .radio-on:after { top:15px; }
}

/******** RETINA *********/
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

}