* {
    -webkit-overflow-scrolling: touch;
}
html {
    width: 100%;
	margin: 0;
}
body {
	font: .82em/1.7 Arial, Helvetica, sans-serif; /* 78 */
	/*font-size:12px;*/
	margin: auto;
	color:#000;
	background-color:#EFEFEF;
}
.noselect {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
div, input, label, footer, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="button"], input[type="reset"], input[type="submit"], button {
	cursor: pointer;
	background-color:#86C23C;
	color:#FFFFFF;
	border:none;
	padding:.3em;
	padding-left:.5em;
	padding-right:.5em;
	border-radius: 3px;
	-webkit-appearance: none;
	outline: none;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button {
  background-color:#76ae20;
}
input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button {
	/* background-color:#67971b; */
  background-color:#76ae20;
}
.szinvalasztasGomb {
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	padding:1.2em !important;
	padding-left:1.7em !important;
	padding-right:1.4em !important;
	border-radius: 10px !important;
	letter-spacing:.04em;
}
.megrendelesGomb {
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
	padding:.8em !important;
	padding-left:1em !important;
	padding-right:1em !important;
	border-radius: 7px !important;
	letter-spacing:.04em;
	-webkit-appearance: none;
}
.karEllenor {
	font-size:.9em;
	display:block;
}
.karEllenorLimit {
	color:#CC3300;
}
.karEllenorMogotte {
	font-size:.9em;
	margin-left:7px;
	width:50px;
	/*background-color:#09C;*/
	display:inline-block;
}
form, ul, ol, dl, h1, h2, h3, h4, h5, h6, nav {
	margin:0;
	padding:0;
}
.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}
input[type=text], input[type=number], input[type=password], textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:13px;
	resize: none;
	border-radius:4px;
	border: 1px solid #D8D8D8;
	outline-style: none;
	outline: none;
	-webkit-appearance: none;
}
input[type=text], textarea {
	width:460px;
}
input[type=text], input[type=number], input[type=password] {
	padding: 8px;
	padding-left: 8px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	/* -webkit-appearance: none; */
	opacity: 1;
}
input[name=db] {
	width:4em !important;
	/* height:22px !important; */
	text-align:center !important;
	/* font-size:12px !important; */
	/* border-radius:3px !important; */
}
textarea {
	padding: 8px;
	padding-left: 8px;
}
select {
	width:100%;
	padding: 7px;
	border: 1px solid #D8D8D8;
	font-size:13px;
	color:#999;
	border-radius:4px;
	max-width:460px;
}
select option{
	padding: 3px;
	padding-left: 5px;
	color:#666666;
}
.keskeny {
	width:80px !important;
}
.keskeny input,.keskeny select{
	width:80px !important;
}
.keskeny2 {
	width:250px !important;
}


label:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	user-select: none;
}
h1 {
	margin-top:1.5em;
	font-size:22px;
	margin-bottom:1em;
}
h2 {
	margin-top:.5em;
	font-size:16px;
	margin-bottom:9px;
}
h3 {
	font-size:14px;
}
.breadcrumb {
	margin-top: 0;
	font-weight: 300;
	margin-bottom:1.2em;
	color:#999;
	user-select: none;
}
.breadcrumb a:link, .breadcrumb a:visited {
	text-decoration:none;
	color:#999;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.scrollup{
	cursor:pointer;
    width:38px;
    height:40px;
    opacity:0.6;
    position:fixed;
	font-size: 36px;
    bottom:60px;
	left:50%;
	margin-left:510px;
    display:none;
	z-index:99;
	user-select: none;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #E12325;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color:#E12325;
}

.fejlec {
	margin: auto;
	width:1000px;
	background-color:#FFF;
	padding:10px;
	padding-bottom:0;
	user-select: none;
}
.kontener {
	margin: auto;
	width:1000px;
	background-color:#FFF;
	padding-top:6px;
	padding-bottom:20px;
}
.menu { /*a menuHolder classja */
	width:230px;
	/* background-color:red; */
	float:left;
	padding:0px;
	padding-top:19px;
}
.menuHolderSzureskor {
	 /* azaz menu szureskor üres mert csak mobilban hasznalva*/
}
#menu { /*a menü sajat blokkja*/
	width:230px;
	background-color:#FFF;
	padding:8px;
	padding-top:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDEDED;
}
#szures_panel {
	padding:8px;
	display:none;
	margin-bottom:20px;
}
.szuresFrissitesJelzes {
	display:none;
}
.szuresFrissitesJelzes img {
	margin-bottom:-2px;
}


@media screen and (max-width:680px) {
	.menu {
		display:none;
		float:none;
		width:100%;
		padding:0px;
	}
	#menu {
		display:none;
		float:none;
		width:100%;
	}
	#menuHolder {
		display:none;
		float:none;
		width:100%;
	}
	.menuHolderSzureskor { /* azaz menu szureskor*/
		padding:0;
		position:fixed;
		top: 0;
		left: 0;
		display:block;
		z-index: 98;
		width:100%;
		height:100%;
		background-color: rgba(0,0,0,.5);
		overflow-x: hidden;
		overflow-y:auto;
	}
	#szures_panel {
		z-index: 99;
	    /* top: 0;
	    left: 0; */
		max-width:260px;
		background-color: white;
		padding:10px;
		padding-left:15px;
		padding-right:15px;
		margin-bottom:0px;
	}
}

#szures_panel_bezar_gomb {
	/* background-color:white; */
	position: fixed;
	cursor:pointer;
	color: #FFF;
    width:44px;
    height:48px;
	line-height: 1.45;
	font-size: 36px;
	left:274px;
	top:30px;
    display:none;
	z-index:99;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
#szuresForm .szures_panel_heading {
	font-weight:bold;
	color:#E12325;
}
#szuresForm .szuresCim {
	/* color:#E12325; */
	font-weight:bold;
	margin-top:12px;
	margin-bottom:4px;
	cursor: pointer;
}
#szuresForm .szuresEgyBlokk {
	padding-bottom:5px;
	border-bottom: solid 1px #D4D4D4;
}
#szuresForm .szuresCim::after {
  content: "";
  clear: both;
  display: table;
}
#szuresForm .szuresEgyPanelZarva {
	display:none;
}
#szuresForm .szureslabel {
	cursor:pointer;
}
#szuresForm input[type="radio"][disabled] + label {
	text-decoration: line-through;
	color: Red;
}
#szuresForm .szuresCim i {
	display: inline-block;
	float: right;
	color:grey;
	padding-right:3px;
}

.szinKocakBox  {
	width: 100%;
	overflow: auto;
	margin-top:12px;
	margin-bottom:0px;
}

.szinKocak {
	display: block;
	float:left;
	width: 42px;
	height:42px;
	background-color:white;
	background-position: center;
	margin-right: .7em;
	margin-bottom:.7em;
	border: solid 2px white;
	border-radius: 5px;
	cursor: pointer;
}

.szuresSzinValasztva {
	border: solid 2px red;
}

.termBelyegSzinKocakBox {
	width: 100%;
	overflow: auto;
	margin-top:6px;
	/* margin-bottom:12px; */
	text-align: center;
}
.termBelyegSzinKocak {
	font-size:6px;
	display: inline-block;
	/* float:left; */
	width: 15px;
	height:15px;
	background-color:white;
	background-position: center;
	margin-right: 1px;
	margin-bottom:1px;
	border: solid 1px #EFEFEF;
	border-radius: 50%;
	/* cursor: pointer; */
}
.tartalom {
	width:769px;
	float:left;
	background-color:#FFF;
	padding:14px;
	/* padding-bottom:3em; */
}

.lablec1 {
	margin: auto;
	width:1000px;
	padding:10px;
	background-color:#FFF;
	user-select: none;
}
.lablec1 td {
	padding-left:7px;
}
.lablec2 {
	margin: auto;
	width:1000px;
	padding:10px;
	background-color:#494949;
	color:#EFEFEF;
	text-align:center;
	user-select: none;
}
.lablec2 a, .lablec2 a:visited {
	color:#EFEFEF;
}
/* fejlécben */
#logo {
	float:left;
	cursor:pointer;
	margin-left:5px;
}
.fejlinkek {
	margin-left:345px;
	padding-top:23px;
	padding-bottom:22px;
}
.fejlinkek a:link, .fejlinkek a:visited {
	font-size:1.1em;
	color:#000;
	text-decoration:none;
	padding:6px;
	padding-left:5px;
	padding-right:5px;
}
.fejlinkek a:hover {
	color:#E12325;
}
.fejlec .oldalcim {
	display:none;
}

.fejlec .oldalcim a{
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
}

/* menu */
ul.nav {
	list-style: none;
	margin-bottom: 15px;
	margin-left: -5px;
	margin-top: 0px;
	/*background-color:#00CC99;*/
}
ul.nav li {
}
ul.nav a, ul.nav a:visited {
	margin-bottom:2px;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-right:5px;
	/*background-color:#CF9;*/
}
ul.nav .szint1 a, ul.nav .szint1 a:visited {
	color:#E12325;
	font-weight:bold;
}
ul.nav .szint2 a, ul.nav .szint2 a:visited {
	color:#000;
	margin-left: 10px;
}
ul.nav .szint1 a:hover, ul.nav .szint2 a:hover {
	background-color:#E12325;
	color:#FFF;
}
.menuKosarDoboz {
	background-color: #EFEFEF;
	background-image: url(/UserFiles/Image/gombok/kosarikon.png);
	background-repeat: no-repeat;
	height: 53px;
	background-position: 10px 10px;
	margin-bottom: 4px;
	cursor: pointer;
}
.menuKosarTxt {
	padding-top:8px;
	margin-left:62px;
	font-size:12px;
	color:#52504F;
	line-height:160%;
}
.kurzorpointer {
	cursor:pointer;
}

/* tartalom */
.tartalom ul, .tartalom ol {
	padding: 0 15px 15px 40px;
}

/* kat 2018 */
.katBlokk {
	width:100%;
    content: "";
    clear: both;
    display: table;
	text-align:center;
}
.katEgyKat {
	width:33.33%;
	float:left;
	margin-bottom:20px;
	padding-right: 5px;
}

.katEgyKatKep {
	height:160px;
	margin-bottom:10px;
}
.katEgyKatNev {
	height: 4.6em;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom:10px;
	text-transform: uppercase;
}

.arAkcioJeloles {
	background-color: #E12325;
	color:#FFF;
	padding:3px;
	padding-left: 10px;
	padding-right: 10px;
}
/* termek 2018 */
.termBelyegBlokk {
	width:100%;
    content: "";
    clear: both;
    display: table;
	text-align:center;
}
.termBelyegEgyTerm {
	width:33.33%;
	float:left;
	margin-bottom:70px;
	padding-right: 5px;
}
.termBelyegEgyTermNev {
	height:3em;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.termBelyegEgyTermKep {
	height:160px;
	margin-bottom:10px;
	overflow:hidden;
}
.termBelyegEgyTermAkcio {
	height: 50px;
}
.termBelyegEgyTermArBlokk {
	height:3em;
	max-width: 80%;
	margin: auto;
	margin-top:5px;
	margin-bottom:15px;
	border-radius: 10px;
	padding-top: 5px;
}
.termBelyegEgyTermRegiar {
	margin-bottom: 5px;
}
.akciosKieg {
	background-color: #E12325;
	color: #FFF;
}
.termBelyegEgyTermAr {
	font-size:24px;
	font-weight:bold;
	/* margin-top:-3px; */
}
.termBelyegAlias {
	font-size:11px;
	height:1.5em;
	/* margin: 0 auto; */
	margin-bottom:5px;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* lista */
.termListaBlokk {
	width:100%;
    content: "";
    clear: both;
    display: table;
	text-align:left;
}
.termListaEgyTerm {
	width:100%;
    content: "";
    clear: both;
    display: table;
	text-align:left;
	margin-bottom:60px;
}
.termListaEgyTermBal {
	height:157px;
	width:210px;
	overflow:hidden;
	float:left;
	text-align:center;
}
.termListaEgyTermKep {
	height:160px;
	width:210px;
	margin-bottom:3px;
	overflow:hidden;
}
.termListaEgyTermSzovegBlokk {
	width:518px;
	float:left;
	padding-left:40px;
}
.termListaEgyTermMerettabla {
	margin-top:10px;
	margin-bottom:30px;
}
.termListaEgyTermMerettabla td {
	min-width:100px;
}
.termListaEgyTermNev {
	width:100%;
	font-size:17px;
	margin-bottom:15px;
	font-weight:bold;
}
.termListaEgyTermLeiras {
	line-height:150%;
	margin-bottom:5px;
}
.termListaEgyTermSor {
	width:100%;
    display: flex;
	width:100%;
	margin-top:10px;
	justify-content: center;
}
.termListaEgyTermOszlop {
	width:50%;
	text-align:center;
	align-self: flex-end;
}
.termListaEgyTermOszlop2 {
	width:50%;
	text-align:center;
	align-self: flex-end;
}

.termListaEgyTermAr {
	font-size:24px;
	font-weight:bold;
}
.termListaEgyTermArHelyett {
	margin-bottom:5px;
}
.termListaEgyTermCimkek {
	width:100%;
	margin-top:30px;
}
/* részletes */
.reszletesBlokk {
	width:100%;
    content: "";
    clear: both;
    display: table;
	text-align:center;
}
.reszletesKepOszlop {
	width:360px;
	margin-bottom:10px;
	float:left;
}
.reszletesSzovegOszlop {
	width:370px;
	float:left;
	padding-left:20px;
	text-align:left;
}

/*
.kategorialistaDoboz {
	margin:4px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:8px;
}
.kategorialistaDoboz:hover {
	background-color:#999;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.2);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.2);
	background:#f8f8f8 url(/_s/diagonal-gray.png) repeat;
}
.kategorialistaDoboz .nev a:link, .kategorialistaDoboz .nev a:visited {
	font-family: Palatino,'Palatino Linotype','URW Palladio L','Book Antiqua',Georgia,serif;
	font-size:140%;
	text-decoration:none;
	padding-top:4px;
	overflow:hidden;
	display:block;
}
.kategorialistaDoboz:hover .nev a {
	color:#87B500;
}
.kategorialistaDoboz .kep {
	height:130px;
	overflow:hidden;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.kategorialistaDoboz .kep img {
	position: relative;
	top: -50px;
}
*/


/* laprabontás */
.n {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right:20px;
	font-size: 13px;
	padding-top:2px;
}
a.ns, .nsAkt {
	margin-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 11px;
	padding-left: 11px;
	text-decoration: none;
	font-weight: 400;

}
a.ns {
	background-color: #FFF;
	border: 1px solid #999;
	color: #777;
}

a.ns:hover {
	background-color:#E12325;
	color:#FFF;
	border: 1px solid #E12325;
	/*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);*/
}
.nsAkt {
	background-color: #E12325;
	color:#FFF;
	border: 1px solid #E12325;
}

.nsTop {
	float: right;
	padding:10px;
	float:right;
}
/* laprabontás */


.uzenet {
	background-color: #FFFBEC;
	margin: 10px;
	padding: 5px;
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 11px;
	color: #000000;
	text-decoration: blink;
	border: 1px solid #CC0000;
}

#kontaktUrlap input[type=text],#kontaktUrlap textarea {
	width:400px;
}
#modositform input[type=text], #modositform textarea, #modositform input[type=file], #modositform input[type=password] {
	width:260px;
}

.magyarazat {
	font-size:70%;
	color:#666666;
}

/* keresoűrlap */
#keresoCsikHatter {
	background-color: #EFEFEF;
	padding:10px;
	margin-top:5px;
	display: flex;
	justify-content: center;
}
#keresoCsikHatter a, #keresoCsikHatter a:visited, #keresoCsikHatter a:hover {
	text-decoration:none;
	color:black;

}
#kereso {

}
#keresoCsikShop {

}
#keresoUrlapForm {
}
.keroszlop0 {
	width:100px;
}
.keroszlop1 {
	width:100px;
	text-align:center;
	/* background-color:lightblue; */
	font-size:21px;
}
.keroszlop3 {
	width:150px;
	text-align:center;
	/* background-color:lightblue; */
	font-size:21px;
}
.keroszlop2 {
	flex: 2;
}
.kosarDBkor {
	position:relative;
    right:2%;
    top:-10%;
	background-color:#E12325;
	font-size: 12px;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	padding:4px 8px;
}
.termekUjdonsag {
	position:absolute;
	vertical-align:middle !important;
	background-color:#E12325;
	font-size: 1.2em;
	width:  2.2em;
	height: 2.2em;
	font-weight:bold;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	z-index:3;
	padding:.3em;
	line-height: 1.9em;
	/* padding-top:.38em; */
	opacity: .9;
	margin-left:20px;
}

#kereso #q {
	float:left;
	padding:0px 0px 0px 5px;
	width:100%;
	height:30px;
	font-size:0.9em;
	border:1px solid #CECECE;
	border-right-width: 0;
	outline: none;
	-webkit-appearance: caret;
	-moz-appearance: caret;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
	margin-right:-30px;
	border-radius:6px;
	-webkit-appearance: none;
}
#keresoGomb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	height:30px;
	width:30px;
	float:left;
	margin-right:-30px;
	outline: none;
	-webkit-appearance: caret;
	-moz-appearance: caret;
    -webkit-appearance: none;
    -webkit-border-radius:0;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	-webkit-appearance: none;

}



/* innen termék tartalmi osztályok*/
.arkategoria {
	font-size:18px;
}

.termek_ara {
	font-size:24px;
	font-weight:bold;
}
.termek_igakcios {
	font-size:10px;
	color:#666;
}
.procent100 {
	width:100%;
}

.doboz {
	display:none;
	position:absolute;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	overflow:hidden;
	width:394px;
	height:386px;
	background-image: url(_s/ajaxpanel.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.doboz_termeknev {
	color:#C00;
	font-size:14px;
	height:25px;
	text-indent:4px;
	display:block;
	text-align:left;
	top:2px;
}
.doboz_termekar {
	color:#C00;
	font-size:14px;
	font-weight:bold;
}
.doboz_keret {
}
.doboz_tabla {
	cursor:pointer;
	overflow:hidden;
	margin-top:30px;
	margin-left:0px;
	width:352px;
	height:328px;/*background-color:#0C0;*/
}
.doboz_bal {
	overflow:hidden;
	width:175px;
	height:270px;
	float:left;
	/*background-color:#C96;*/
	text-align:center;
}
.doboz_jobb {
	overflow:hidden;
	width:175px;
	height:270px;
	float:left;/*background-color:#F66;*/
}
.doboz_reszleteslink {
	/*background-color:#9CC;*/
	text-indent:120px;
	margin-top:8px;
}
.doboz_reszleteslink_csalad {
	text-indent:34px;
	margin-top:8px;
}
.doboz_reszleteslink a:link, .reszleteslink a:visited, .doboz_reszleteslink_csalad a:link, .doboz_reszleteslink_csalad a:visited {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.doboz_padding {
	padding:5px;
}
.doboz_ketkep {
	text-align:center;
}
.doboz_termekleiras {
	text-align:left;
}
.naviBox {
	background-color:#EFEFEF;
	margin-top:35px;
	margin-bottom:40px;
	/* padding:5px; */
	padding-left: 7px;
	padding-right: 7px;
	color:#354047;
	font-weight:bold;
	border-radius:6px;
	font-size:13px;
	display: flex;
	line-height: 3.2em;
	user-select: none;
}
.naviColumn1 {
	flex-grow: 1;
}
.naviColumn2 {
	flex-grow: 1;
	text-align:right;
}
@media screen and (max-width:321px) {
	.naviBox {
		flex-direction: column;
	}
	.naviColumn1 {
		text-align:center;
	}
	.naviColumn2 {
		text-align:center;
	}
}
.naviBox select {
	text-align: center;
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left:3px;
	margin-right:3px;
	border: 1px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#354047;
	background-color:#FFF;
	border-radius:6px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	outline: 			none;
}
.naviBox a:link, .naviBox a:visited, .naviBox a:active {
	background-color:#FFF;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#354047;
	border-radius:6px;
	margin-left:3px;
	margin-right:3px;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	outline: 			none;
}
.naviBox a:hover {
	text-decoration: none;
}
a.panelNyitva {
	background-color:#354047 !important;
	color:#FFF !important;
}
/* .naviBox select[name=o] {
	max-width: 8em;
} */
.naviBox select[name=p] {
	max-width: 4em;
}
.naviBox a.disabled {
	color:#DCDCDC;
}
.naviBox .gomb {
	padding: 6px;
	padding-left: 8px;
	border: 1px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#354047;
	border-radius:6px;
}


.justmobile {
	display:none;
}
.flexslider {
	background:none;
	border:none;
	box-shadow:none;
	margin:0px;
}
.flexslider .tabs .tab img {
	width:100%;
	height:auto;
}
.flex-direction-nav a {
	height:50px !important;
	top:45% !important;
}
.kozepre, .center {
	text-align:center !important;
}



.tabletHambi {
	float:left;
	margin:1px;
	font-size:22px;
	cursor:pointer;
	font-weight:bold;
}

.szurke, .szurke a:link, .szurke a:visited {
	color:#999;
}

#mobilmenuikon {
	display:none;
}
.onlytablet { /* bent hagyom ne latszodjon*/
	display:none;
}
img {
	border-radius:4px;
	-webkit-appearance: none;
}
.admingombKliensoldalon {
	background-color:#E12325 !important;
}
.admingombKliensoldalon:hover {
	background-color:#333 !important;
}
input.admingombKliensoldalon[type=button]:disabled,
.admingombKliensoldalon button:disabled,
.admingombKliensoldalon button[disabled] {
	background-color: #222 !important;
}
.ajaxTermGombInaktiv {
	background-color:#CCCCCC !important;
}

.zi-valaszto {
	display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.zi-valaszto i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.zi-valaszto i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #B5B5B5;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.zi-valaszto i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.zi-valaszto:active i::after {
  /* width: 28px; */
  /* transform: translate3d(2px, 2px, 0); */
}

.zi-valaszto.checked i {
	background-color: #4BD763;
}
.zi-valaszto.checked i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }
.zi-valaszto.checked i::after { transform: translate3d(22px, 2px, 0); }


@media screen and (max-width:680px) {
	body {
		font-size:1em;
	}
	.kontener, .fejlec, .lablec1, .lablec2, .tartalom {
		width:100%;
	}
	.fejlec {
		user-select: none;
	}
	h2 {
		font-size:18px;
	}
	.tartalom {
		float:none;
	}
	.breadcrumb {
		font-size: 80%;
	}
	#logo {
		float:none;
		margin:auto;
		text-align:center;
		margin:5px;
	}
	#logo img {
		width:80%;
		height:auto;
	}

	#keresoCsikHatter {
		padding-bottom:7px;
	}
	#kereso {
		width:66%;
		float:right;
	}
	#mobilmenuikon {
		display:inline-block;
		font-size:22px;
		float:left;
	}
	.fejlinkek {
		margin:auto;
		text-align:center;
		padding-top:10px;
		padding-bottom:6px;
	}
	.lablec1 td {
		display:block;
		width:100%;
		float:none;
		text-align:center;
		padding:0;
	}


	.fejlec .oldalcim {
		display:none;
		padding:0;
		font-size:22px;
		text-align:left;
		cursor:pointer;
	}
	.fejlec .oldalcim i {
		margin-left:5px;
		margin-right:5px;
	}
	.fejlinkek {
		display:none;
	}
	ul.nav {
		margin-left: 5px;
	}
	.respTable tbody tr td {
		display:block;
		vertical-align:top;
		width:100%;
	}
	.respTable tbody tr td:nth-child(1) {
		width:100%;
		text-align:left;
	}

	.respTableCenter tbody tr td {
		display:block;
		vertical-align:top;
		width:100%;
		text-align:center;
	}
	.respTableCenter tbody tr td:nth-child(1) {
		width:100%;
		text-align:center;
	}
	.respKep img {
		width:auto;
		height:auto !important;
		max-width: 100%;
	}
	input[type=text], textarea {
		width:100%;
	}

	/* kategoria aoldal termekek része */
	.n {
		display:block;
		width:100%;
		float:none;
		text-align:center;
	}
	.reszletesKepOszlop {
		width:100%;
		margin-bottom:20px;
		float:none;
	}
	.reszletesSzovegOszlop {
		width:100%;
		float:none;
		padding-left:0;
		padding-top:15px;
		text-align: center;
	}
	.flex-direction-nav {
		display:none;
	}
	.ketoszlopos_elso {
		float:none;
		width:100%;
	}
	.ketoszlopos_masodik {
		float:none;
		width:100%;
	}
	.nomobile {
		display:none;
	}
	.justmobile {
		display:block;
	}
	#bbkeret {
		display:none;
	}

	.katEgyKat {
		width:100%;
		float:none;
	}
	.termBelyegEgyTerm {
		width:100%;
		float:none;
	}
	.termListaEgyTermAr {

	}
	.termListaEgyTermBal {
		width:100%;
		float:none;
		overflow:hidden;
		float:none;
		text-align:center;
	}
	.termListaEgyTermKep {
		width:100%;
		float:none;
		overflow:hidden;
		float:none;
		text-align:center;
	}
	.termListaEgyTermSzovegBlokk {
		width:100%;
		float:none;
		padding-left:0;
	}
	.termListaEgyTermMerettabla {
		width:80%;
		margin:auto;
		margin-top:20px;
		margin-bottom:20px;
	}
	.termListaEgyTermMerettabla td {
		min-width:50%;
		width:50%;
	}
	.termListaEgyTermSor {
		width:100%;
		margin-top:10px;
		display: block;
	}
	.termListaEgyTermOszlop {
		width:100%;
		margin-bottom: 20px;
	}
	.termListaEgyTermOszlop2 {
		width:100%;
	}
	.scrollup{
		margin:auto;
		left:86%;
	    bottom:30px;
	}
	.keroszlop1 {
		display: none;
	}
	.keroszlop3 {
		width:65px;
		text-align:right;
	}
}



/* fullscreen galeria */
.galeria-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2147483648;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
	overflow-y:auto;
	width:100%;
	display:none;
}

.galeria-overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}

/*div::-webkit-scrollbar { width: 0 !important }
div { -ms-overflow-style: none; }*/
#galeriaDiv {
	/*overflow: -moz-scrollbars-none;*/
	padding-top:100px;
}

.galeriaNyito {
	/*display:block;*/
	cursor:pointer;
}

.galeria-overlay-content {
	padding-left: 20px;
	padding-right: 20px;
}

.galeria-overlay-content img {
	display:block;
	margin:auto;
	max-width:100%;
	height:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.galeria-overlay a {
    font-family: 'Lato', sans-serif;
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
	text-align:center;
    /*transition: 0.3s;*/
}

.galeria-overlay a:hover, .galeria-overlay a:focus {
    color: #f1f1f1;
}

.galeria-fix-fej {
	display:block;
	width:100%;
	text-align:center;
    position:fixed;
    top: 0px;
    right: 0px;
    z-index: 2147483649;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.6);
	height:90px;
    overflow: auto;
    white-space: nowrap;
}
.galeria-fix-fej img {
	width:80px;
	height:auto;
	margin: 5px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}


.galeria-overlay .closebtn {
    position:fixed;
    top: 96px;
    right: 38px;
    font-size: 50px;
    z-index: 2147483648;
	line-height:50%;
}

#lapaljaJeloles {
	display: flex;
    align-items:center;
}
#lapaljaJeloles img {
	margin:1px;
	margin-right:20px;
}
.ajax-laprabontas-elvalaszto {
	margin-top:10px;
	margin-bottom:10px;
	color: #C5C5C5;
	border-bottom: dotted 1px #C5C5C5;

	font-weight:bold;
	text-align: center;
}
@media screen and (max-height: 450px) {
	.galeria-overlay a {font-size: 20px}
	.galeria-overlay .closebtn {
		font-size: 40px;
		top: 10px;
		right: 25px;
	}
	.galeria-fix-fej {
		height:50px;
	}
	.galeria-fix-fej img {
		width:50px;
		height:auto;
		margin: 5px;
		-webkit-border-radius:4px;
		border-radius:4px;
		cursor:pointer;
	}
}

.slow-spin {
  -webkit-animation: fa-spin 4s infinite linear;
  animation: fa-spin 4s infinite linear;
}

/* szincimkezo */
.szincimkezo span {
	display:inline-block;
	text-decoration: none;
	padding:3px 13px;
	margin:6px;
	background-color: #EFEFEF;
	border-radius: 8px;
	border: solid 1px #FFF;
}
.szincimkezo span:hover {
	background-color: #FFF;
	border: solid 1px #E12325;
	color: #E12325;
	cursor: pointer;
}
.szincimkezo span.hozzarendelve {
	background-color: #E12325;
	color: #FFF;
}
.szincimkezo span.folyamatban {
	background-color: #000;
	border: solid 1px #000;
	color: #FFF;
}
