	@font-face {
	  font-family: "Glyphicons Halflings";
	  src: url("glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("glyphicons-halflings-regular.woff2") format("woff2"), url("glyphicons-halflings-regular.woff") format("woff"), url("glyphicons-halflings-regular.ttf") format("truetype"), url("glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
	}
	@font-face {
    font-family: opensans-semibold;
    src: url(opensans-semibold.ttf);
	}
	@font-face {
    font-family: opensans-regular;
    src: url(spensans-regular.ttf);
	}
	@font-face {
    font-family: opensans-light;
    src: url(opensans-light.ttf);
	}
*:not(input):not(textarea){
/*
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
*/
}
html,body{
padding:0px;
margin:0px;
width:100%;
height:100%;
font-family: opensans-regular;
font-size:14px;
color: rgb(128, 128, 128);
overflow-x: hidden;
}
h1{
	font-size: 33px;
	text-align:center;
	margin:20px 0px;
	text-transform:uppercase;
	font-weight:normal;
	font-family: opensans-light;
}
h1 b{
	font-family: opensans-semibold;
	margin: 0px 5px 0px 0px;
}
h2{
	font-size: 26px;
	margin:16px 0px;
	text-transform:uppercase;
	font-weight:normal;
}
h3{
	font-size: 20px;
	margin:10px 0px;
	font-weight:normal;
}

body {

  font-family: 'Open Sans', sans-serif;

  font-size: 16px;

  line-height: 1.6;

  color: #333;

  background-color: #fff;

  margin: 0;

  padding: 0;

}
p {

  margin-bottom: 1em;

  text-align: left;

}
h1, h2, h3 {

  margin-top: 1.5em;

  margin-bottom: 0.5em;

 /* font-weight: 600;*/

}




.table{
	display:table;
	width:100%;
	height:100%;
}
.tr{
	display:table-row;
}
.td{
	display:table-cell;
	vertical-align:middle;
}
.logbox{
	display:block;
}
.logbox a{
	color:#fff;
	text-decoration:none;
}
.logbox h3{
	text-transform:uppercase;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.logbox hr{
	border:none;
	border-bottom:1px solid #7cafdb;
}
.logbox form {
    padding: 0px;
    margin: 0px auto;
    max-width: 700px;
    display: block;
}
.logbox input[type="text"],.logbox input[type="password"],.registration label{
	display:inline-block;
	font-size:14px;
	padding:10px;
	width:calc(100% - 20px);
	max-width:200px;
	border:1px solid #448ccb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	color:#000;
}
.logbox input[type="submit"]{
	border:1px solid #7cafdb;
	padding: 8px 30px;
	color:#fff;
	background-color:transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	margin: 5px;
}
.log {
    display: inline-block;
}
.log #cart {
width: 40px;
  height: 40px;
  margin: 5px 10px;
  float: right;
}
.registration label {
    display: inline-block;
    padding: 10px;
    text-align: left;
    background-color: #fff;
    margin: 10px;
}
.login,.registration,.passrecovery{
	background-color:#448ccb;
	color: #fff;
}
.login,.registration,.passrecovery{
	display:block;
	text-align:center;
	overflow:hidden;
	max-height:0px;
	padding:0px 0px;
 -webkit-transition: all  0.5s ease;
    -moz-transition: all  0.5s ease;
      -o-transition: all  0.5s ease;
     -ms-transition: all  0.5s ease;
         transition: all  0.5s ease;
}
#login:target,#registration:target,#passrecovery:target{
	max-height:1000px;
	padding:30px 0px;
}
.log a{
	/*
    display: inline-block;
    color: inherit;
	text-transform:uppercase;
	text-decoration:none;
	background-color: #448ccb;
	padding: 6px 10px;
	color:#fff;
 -webkit-transition: all  0.25s ease;
    -moz-transition: all  0.25s ease;
      -o-transition: all  0.25s ease;
     -ms-transition: all  0.25s ease;
         transition: all  0.25s ease;
		 */
}
.log a:hover,.log a:active{
	/*
	background-color: #e7e7e8;
	color:#a9abae;
	*/
}
.head{
padding:0px 0px;
height: 30px;
background-color:#b4b6b9;
}
.headTable {
   max-width:1350px;
   margin:0px auto;
}
.head .center{
	text-align:center;
	width: 0px;
}
.head .center .logo {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
   /* background-color: #fff;*/
    width: 155px;
    padding: -25px 0px 0px 9px;
    margin: 0px 0px -100px 0px;
    display: block;
    height: 155px;
    position: relative;
	z-index: 999;
}
.head .center img {
width: auto;
  height: 100px;
  margin: 4px 0px 0px 4px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 0px 1px #ccc;
}
.head .right{
	text-align:right;
}
.menu{
	height: 110px;
}
.menuTable {
    max-width: 1350px;
    margin: 0px auto;
}
.menuTable .td{
	vertical-align:middle;
	text-align:right;
}
.menuTable .top{
	font-family: opensans-light;
	color: #a9abae;
	font-size: 33px;
}
.menu ul{
	display:inline-block;
	list-style:none;
	padding:0px;
	margin:0px;
}
.menu ul li{
	display:table-cell;
	padding:0px;
	margin:0px;
	float:unset;
}
.menu ul li ul{
	display:block;
}
.menu ul li ul li{
	display:block;
}
.menu ul li a{
	display:block;
	color: #a9abae;
	text-decoration:none;
	font-size:16px;
	padding:10px;
	text-transform:uppercase;
 -webkit-transition: all  0.5s ease;
    -moz-transition: all  0.5s ease;
      -o-transition: all  0.5s ease;
     -ms-transition: all  0.5s ease;
         transition: all  0.5s ease;
}
.menu ul li a:hover,.fo_menu-1_link_aktiv{
	color:#448ccb !important;
}
.menu ul li ul{
	display:none;
	position:absolute;
	left:0%;
	top:100%;
	z-index:999;
	background-color: #ffffff;
	border-left: 1px solid #b4b6b9;
	border-bottom: 1px solid #b4b6b9;
}
.menu ul li:hover ul{
	display:block;
}
.menu ul li ul li{
	display:block;
	text-align:left;
}
.menu ul li ul li a{
	padding: 0px !important;
	margin: 10px 20px !important;
}
.search,.news{
position:relative;	
}
.news{
	display:none;
}
.search input,.news input{	
/*
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
*/
position: relative;
z-index: 999;
}
.news form{
position: relative;
z-index: 999;
}
.search label[for="search"],.news label[for="news"]{
position:absolute;
top:0px;
right:0px;
background-color:#448ccb;
display:table;	
font-size:14px;
text-decoration:none;
z-index: 99;
}
.news{
top: 50px;
background-color:#ccc;
}
.news label[for="news"]{
background-color:#ccc;
padding: 10px 0px;
}
.search label[for="search"]:before{
font-family: "Glyphicons Halflings";
content: "\e003";
color:#fff;
display:table-cell;	
padding: 10px 13px;
font-size: 20px;
vertical-align:middle;	
cursor:pointer;
}
.news label[for="news"]:before{
	content: "Hirlevél";
	color: #fff;
	display: table-cell;
	padding: 0px 0px;
	font-size: 13px;
	vertical-align: middle;
	cursor: pointer;
	transform: rotate(-90deg) scale(1.7);
	-ms-transform: rotate(-90deg) scale(1.7);
	-webkit-transform: rotate(-90deg) scale(1.7);
}
.search label[for="search"] form,.news label[for="news"] form{
display:table-cell;
vertical-align:middle;		
}
.search label[for="search"] form input[type="text"],.news label[for="news"] form input[type="text"]{
	display:inline-block;
	font-size:14px;
	padding:10px;
	width:calc(100% - 20px);
	max-width:200px;
	border:1px solid #448ccb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 3px;
}
.search label[for="search"] form input[type="submit"],.news label[for="news"] input[type="submit"]{
	display: inline-block;
	background-color: transparent;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	cursor:pointer;
}
.keres_list{
	color:inherit;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
.search label[for="search"] form label{
overflow:hidden;
display:block;	
white-space: nowrap;
}
.news label[for="news"] label{
overflow:hidden;
display:block;	
}
.search label[for="search"] form label div,.news label[for="news"] label div{
 -webkit-transition: all  0.25s ease;
    -moz-transition: all  0.25s ease;
      -o-transition: all  0.25s ease;
     -ms-transition: all  0.25s ease;
         transition: all  0.25s ease;
		 margin-right: -320px;
		width: 320px;
}
.news label[for="news"] label div{
	width:250px;
	text-align:center;
}
label[for="search"]:hover form label div,label[for="news"]:hover label div{
	margin-right: 0px;
}



.slider{
	background-color:#000;
	color:#fff;
	text-align:center;
	height: 0px;
	position:relative;
}
/*
.slider img:first-of-type{
	position:static;
	opacity:1;
}
.slider img{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	float: left;
	opacity:0;
}
.slider img:last-of-type{
	opacity:1;
    -webkit-animation-name: sliderAnim; 
    -webkit-animation-duration: 2s;
    animation-name: sliderAnim;
    animation-duration: 2s;
}

*/
.slider a{
	position:absolute;
	top:0px;
	left:0px;
	display: block;
}
.slider *:not(a):not(img) {
    display: none;
}
.slider a img{
	width:100%;
	height: auto;
}
.slider a{
	opacity: 0;
	display:block;
	width: 100%;
	height:auto;
}

.slider a:first-of-type + a{
	opacity: 1;
}
.slider a:first-of-type{
position:relative !important;
z-index:20;
top:calc(0% + 0vw);
-webkit-animation: slidImg 5s forwards;
animation: slidImg 5s forwards;
}
.slider a:last-of-type  {
	opacity: 1;
}
@-webkit-keyframes slidImg {
    0%   {opacity: 0;}
	100%  {opacity: 1;}
}
@keyframes slidImg {
    0%   {opacity: 0;}
	100%  {opacity: 1;}
}




















/* Safari 4.0 - 8.0 */
@-webkit-keyframes sliderAnim {
    from {opacity:0;}
    to {opacity:1;}
}

/* Standard syntax */
@keyframes sliderAnim {
    from {opacity:0;}
    to {opacity:1;}
}
.slider br{
	display:none;
}
.b4{
border-bottom: 1px solid #b4b6b9;	
}
.box{
	height:0px;
	padding:10px 0px;
}
.cont{
	max-width:1350px;
	margin:0px auto;
}
.contbox {
    padding:15px auto;
}

#cms_content_table:empty,.b7:empty{
display:none;	
}
.b7{
	border-top: 1px solid #b4b6b9;
	width: 300px;
	vertical-align:top;
}
#cms_content_table{
	display:table-cell;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	padding:40px 40px 40px 40px;
	vertical-align:top;
}

#cms_content_table h1{
	padding:0px;
	margin:40px 0px;
	border-bottom: 1px solid #b4b6b9;
	text-align:left;
}
#cms_content_table h1:first-child{
	margin:0px 0px 40px 0px;
}
.foot{
	background-color:#b4b6b9;
	height:1px;
}
#laoz{
	padding: 30px 0px 0px 0px;
}
#jny{
	display:none;
}
.ff{
	display: block !important;
	max-width: calc(100% - 40px) !important;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
text-align:center;
}
.ff a{
	color:#448ccb;
}
.ff:before {
    content: '\2';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    background-color: #fff;
    margin: 0px 10px 0px 0px;
    line-height: 120%;
    font-size: 9px;
	padding: 2px 0px 2px 3px;
}
#jny:checked ~ .ff::before {
    content: '\2713';
}
#jny:not(:checked) ~ input[type="submit"]{
	display:none;
}
@media screen and (max-width: 1365px) {
	.FkatBoxImage {
		width: 75px !important;
		height: 75px !important;
	}
	.FkatBoxs {
		padding: 0px 10px !important;
	}
	.FkatBoxTitle {
		padding: 5px 0px !important;
	}
	.LFkatTable {
		padding: 25px 0px 25px 0px;
	}
	.LFkatBox {
		margin: 0px 15px !important;
	}
	.LFkatBoxImage {
		width: 35ex !important;
		height: 35ex !important;
	}
	.LFkatBoxDesc {
		font-size: 18px !important;
		margin: 15px 0px 0px 0px !important;
	}
	.LFkatBoxTitle {
		margin: 0px 0px 10px 0px !important;
	}
	.allFkatIttemBox {
		width: calc(25% - 3px) !important;
		height: 270px !important;
	}
	.allFkatIttemBoxImage {
		width: 75% !important;
		height: 50% !important;
	}
	.allFkatIttemBoxDesc {
		font-size: 14px !important;
		margin: 15px 0px 0px 0px !important;
	}
	.allFkatIttemBoxTitle {
		margin: 0px 0px 10px 0px !important;
	}
}
#exitpopup{
display:none;
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
z-index:999;
vertical-align:middle;
text-align:center;
padding: 10px 0px;
}
#exitpopup:before{
width:100%;
height:100%;
position:fixed;
top:0px;
left:0px;
z-index:0;
content:" ";
background-color:rgba(0,0,0,0.5);
}
#exitpopupbox {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
#exitpopupboxcont {
max-width:400px;
    display: inline-block;
    border: 1px solid #448ccb;
    padding: 20px;
    background-color: rgb(255, 255, 255);
	-webkit-border-radius: 10px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-topright: 0;
border-radius: 10px;
border-top-right-radius: 0;
position:relative;
}
#exitpopupboxcont input[type="text"]{
	display: block;
	width: calc(100% - 44px);
	padding: 8px 10px;
	border: 1px solid #448ccb;
	background-color: transparent;
	color: #000;
	font-size: 15px;
	margin: 8px;
	font-family: opensans-regular;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#exitpopupboxcont input[type="submit"] {
	font-family: opensans-semibold;
	display: inline-block;
	padding: 5px 40px;
	margin: 5px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	border: none;
	background-color: #448ccb;
}
#exitpopupclose {
position: absolute;
top: -10px;
right: -10px;
display: inline-block !important;
background-color: #448ccb;
width: 27px;
height: 20px;
color: #FFF;
padding:0px 0px 7px 0px;
-webkit-border-radius: 100%;
-moz-border-radius:  100%;
border-radius:  100%;
cursor:pointer;
}
#exitpopupclose:before{
content: "";
display: inline-block;
width: 2px;
height: 70%;
background-color: #fff;
position: absolute;
left: 0px;
transform: rotate(45deg);
transform-origin: 50% 50%;
left: 13px;
top: 4px;
}
#exitpopupclose:after{
content: "";
display: inline-block;
width: 2px;
height: 70%;
background-color: #fff;
position: absolute;
left: 0px;
transform: rotate(-45deg);
transform-origin: 50% 50%;
left: 13px;
top: 4px;
}
@media screen and (max-width: 1024px) {
	h1 {
		font-size: 20px !important;
	}
	.FkatTable {
		white-space: nowrap;
	}
	.LFkatBox{
		display: none !important;
	}
	.LFkatBox:first-of-type,.LFkatBox:first-of-type + .LFkatBox{
		display:inline-block !important;
	}
}
@media screen and (max-width: 800px) {
	.menu ul li ul{
		display:block;
		position: static;
		border: none;
		text-align:center !important;
		height: auto;
	}
	body{
		font-size: 16px;
	}
	.b7{
		max-width:100px;
	}
	.b7 .FkatBoxTitle{
		display:none !important;
	}
	.FkatBoxs {
		padding: 0px 0px !important;
	}
#cms_content_table {
	padding: 0px 10px 10px 10px;
}
#cms_content_table img{
	max-width:100%;
	height:auto;
}
	.top {
		text-align: right !important;
		font-size: 15px !important;
		padding: 10px !important;
	}
	.FkatBox{
		border: none;
		border-top: 1px solid;
		display: block !important;
	}
	.FkatBox:hover {
		margin: -10px 0px !important;
	}
	.allKatTd {
		display: inline-block !important;
	}
	.allkats .name {
		padding: 10px !important;
	}
	.FkatBoxs {
		display: table !important;
		width:100%;
	}
	.FkatBoxImage,.FkatBoxTitle{
		display: table-cell !important;
		padding: 0px 10px;
		vertical-align: middle;
		height: 75px !important;
	}
	.head .center .logo {
		width: 100px;
		height: 98px;
	}
	.head .center img {
		height: 100px;
		margin: -22px 0px 0px 1px;
	}
	.menuTable .top {
		text-align: center;
		font-size: 24px;
	}
	.LFkatBox:first-of-type + .LFkatBox{
		display:none !important;
	}
	.menuTable .bottom{
		position:relative;
	}
	.menu {
		height: 70px;
	}
	.menu ul {
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 99;
		display: none;
		background-color: #ffffff;
		width: 100%;
		max-width: 200px;
		height: 100vh;
		overflow: auto;
		z-index: 999;
		padding: 15px;
		border-right:1px solid gray;
	}
	#nav_1:target{
		display:block;
	}
	.menu ul li {
		display: block;
		float: none !important;
		text-align: left !important;
	}
	.menu ul li a{
		padding:0px 10px;
		border-bottom: 1px solid;
	}
	.menu ul li ul li a {
		padding: 0px 10px;
	  margin: 0px 20px !important;
	}
}
@media screen and (max-width: 400px) {
	.b7{
		display:none;
	}
	.popups a {
		font-size:10px !important;
	}
	.allFkatIttemBox {
		height: 270px !important;
		width: 100% !important;
		border-left: none !important;
		border-right: none !important;
	}
	.LFkatBoxImage {
		width: 30ex !important;
		height: 30ex !important;
	}
}
label[for="mobilmenu"]{
	display:none;
	width: 22px;
	margin: 9px 0px 0px 0px;
	border: 1px solid #448ccb;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
	cursor:pointer;
	float: right;
}
label[for="mobilmenu"]:before {
  content: "";
  display: block;
  border-top: 4px solid #448ccb;
  height: 5px;
}
label[for="mobilmenu"]:after {
  content: "";
  display: block;
  border-top: 4px solid #448ccb;
  border-bottom: 4px solid #448ccb;
  height: 5px;
}
@media screen and (max-width: 800px) {
	label[for="mobilmenu"]{
		display:inline-block;
	}
	#mobilmenu:checked ~ .table #nav_1{
		display:block;
	}
}
.fejlec_div{
	display: inline-block;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
}
.fejlec_div a{
	color:#448ccb;
}
#cms_content_table a{
	color:#448ccb;
}