/*@import "desktop.css";
@import "mobile.css";*/

@media only screen and (max-width:799px){.hka-kiemelt-ajanlat{grid-row:2;grid-column:1/span 4}.content-mid{grid-row:1;grid-column:1/span 4}.hka-sidebar{grid-row:2;grid-column:1/span 4}.hka-row-one{grid-row:3;grid-column:1/span 4}.hka-row-two{grid-row:4;grid-column:1/span 4}.hka-row-three{grid-row:5;grid-column:1/span 4}.main-image-mod{padding:0 18px}.hka-row-one{padding:0 18px}.ajanlasok{padding:0 5px 15px}.hka-footers{flex-direction:column-reverse!important}.content-mid,.hka-row-one,.hka-sidebar,.logo-mod,.main-image-mod{padding:0 15px}.full-box{flex-direction:column!important}#kiemelt h3{padding-right:20px}.hka-fix-fejlec .inner .custom{padding:10px 0!important}.hka-kiemelt-ajanlat{margin:0 0 5px!important}body{padding-top:60px!important;font-family:Roboto;font-size:16px}ul li ul li .menuArrow{transform:rotate(45deg)}.mobMenu{display:inherit;padding:0;width:100vw;position:fixed;top:0;left:0;z-index:999}#ccc,#menuText{display:block}#menuText{background:#191941;position:absolute;width:100vw;z-index:77;height:40px;color:#eee;line-height:40px;font-size:20px;padding-left:10px;cursor:pointer;border-bottom:1px solid #444}.mobMenu ul{position:absolute;top:40px;width:100%;background:#181818;transform:translate(0,calc(-100% - 40px));transition:.3s transform}.xDown ul{width:100%;transform:translate(0,0)}.mobMenu ul li a:link,.mobMenu ul li a:visited{padding:10px;font-size:16px;display:block;color:#fff;text-decoration:none}.burgerMenu{cursor:pointer;position:fixed;top:0;right:10px;z-index:99}.bar1,.bar2,.bar3{width:35px;height:5px;background-color:#eee;margin:6px 0;transition:.4s;box-shadow:1.5px 1.5px #0e0d0d}.change .bar1{-webkit-transform:rotate(-45deg) translate(-9px,6px);transform:rotate(-45deg) translate(-9px,6px);box-shadow:1.5px 1.5px #0e0d0da1}.change .bar2{opacity:0}.change .bar3{-webkit-transform:rotate(45deg) translate(-8px,-8px);transform:rotate(45deg) translate(-8px,-8px)}}@media only screen and (max-width:799px){.mobMenu ul li ul{position:initial;background:#333;display:none;width:100%}.mobMenu ul li ul li ul{position:initial;top:0;left:0;background:#777;display:block;width:100%}}

@media only screen and (min-width:800px){.logo-mod{grid-row:1;grid-column:1/span 4}.mobMenu{grid-row:2;grid-column:1/span 4}.content-mid{grid-row:1;grid-column:1/span 4}.hka-row-one{grid-row:2;grid-column:1/span 4}.hka-row-two{grid-row:3;grid-column:1/span 4}.hka-row-three{grid-row:4;grid-column:1/span 4}.footer-mod{grid-row:5;grid-column:1/span 4}.mobMenu ul li ul{position:absolute;top:50px;width:235px}.mobMenu ul li ul li ul{position:absolute;left:235px;width:235px}.hka-row-one,.hka-row-three,.logo-mod,.main-image-mod{padding:0 30px}.content-mid{padding:0 30px 0 30px}.hka-sidebar{padding:25px 30px 0 0}body{padding-top:65px!important}#ccc,#menuText{display:none}.mobMenu{z-index:999;padding:0 30px;background:#191941;position:fixed;top:0;left:0;width:100%}.mobMenu ul{margin:0 auto;background:#191941;border-radius:2px;max-width:1000px}.mobMenu ul li{list-style-type:none;display:inline-flex;border-right:1px solid #444;height:50px}.mobMenu ul li a{color:#eee;text-decoration:none;font-size:16px;font-family:arial;display:block;height:50px;line-height:50px;padding:0 10px}}





*,::after,::before{margin:0;padding:0;box-sizing:border-box}
body {font-family: roboto;	font-size: 16px; color: #333;}

.floatspan {
	max-width: 50%;
	float: right;
	margin: 4px 0 10px 15px;
}

.floatspan img {
	width: 400px;
	height: auto;
	max-width: 100%;
	padding: 4px;
	border: 1px solid #d5d2d2;
	margin: 0 0 15px;
}


.yt-video {
  max-width: 100%;
  
}

.yt-video iframe {
  max-width: 100%;
  
}


.hka-links, .hka-links p {
	text-align: center !important;
	margin: 0 0 0px;
}

.hka-links {
	text-align: center;
	padding: 20px 0 10px;
	background: #006;
	color: #eee;
}
.hka-links a:link, .hka-links a:visited {
	color: #eee !important;
	font-weight: normal !important;
}


.logo-mod {
	margin: 0 auto 10px;
	max-width: 1000px;
}

.max50 {
	max-width: 50%;
	height: auto;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
}



.full-box {
	display: flex;
	flex-flow: row wrap;
}

.full-box > div {
flex: 50%;
  padding: 20px;
}

.full-box h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	width: calc(100% - 16px);
	margin: 8px;
	padding: 10px 10px;
	text-align: center;
  transition: 600ms all;
}
.full-box div.img:hover h2 {
	background: rgba(0, 0, 0, .8);
    transition: 600ms all;
}

.full-box > div > div {
	position: relative;

}
.full-box > div > div > div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 10px 20px;
	margin: 8px;
	width: calc(100% - 16px);
}


.block img {	border: 1px solid #ccc;	border-radius: 2px;	padding: 7px;	width: 100%;	height: auto;	max-height: 100%;}

.block img {	border: 1px solid #ccc;	border-radius: 2px;	padding: 7px;  width: 100%;}
.block a:link, .block a:visited {
		padding: 0;	border-radius: 3px;	color: #fff;
	font-weight: 700;	text-decoration: none;	transition: 0.4s background;
	display: block;}
.block a:hover {
   background: #88bff1;
}
.block p:last-of-type {
    margin-bottom: 0;
}





.hka-fix-fejlec {
	width: 100%;
	/* background: #9dd8fb; */
	/* margin-left: -20px; */
	padding: 0 0 25px;
	margin-bottom: 10px;
	background: #c4dff8 url("../images/c-bot.png") left bottom repeat-x;
}

.hka-fix-fejlec .inner {
  	background: url("../images/c-top.png") center top repeat-x;
  	padding: 25px 0 0;
	min-height: 100px;
}
.hka-fix-fejlec .inner .custom {
	margin: 0 auto;
	max-width: 1000px;
	padding: 10px 30px;
}



.ar-tabla {
  border-collapse: collapse;
}

.ar-tabla td, .ar-tabla th {
  border: 1px solid #cdcdcd;
  padding: 4px;
  text-align: left;
  vertical-align: middle;
}
.ar-tabla tr:nth-child(2n+1) {
  background-color: #eee;
}
.ar-tabla tr:nth-child(2n) {
  background-color: #fff;
}






.hka-telszam-footer {
	/* background: #EDEDED; */
	color: #191941;
	padding: 0;
}
.hka-telszam-footer p {
	text-align: center !important;
	margin: 0 0 2px;
	letter-spacing: 0.7px;
  font-size: 16px;
}
.hka-telszam-footer p:nth-child(1) {
	font-size: calc(10px + 2.2vmin);
	font-weight: bold;
}
.hka-telszam-footer p:nth-child(2) {
	font-size: calc(10px + 1.2vmin);
}
.hka-telszam-footer p:nth-child(3) {
	font-size: calc(10px + 4vmin);
	font-weight: bold;
}
.hka-telszam-footer p:nth-child(4) {
	font-size: calc(10px + 1.5vmin);
}

.content-mid img.cikkben {
	padding: 4px;
	border: 1px solid #ddd;
	max-width: 45%;
	height: auto;
}

.hka-footer-left p:last-of-type {
  margin: 0px;
}



#kiemelt {
  transition: 3000ms all;
}
#kiemelt h3 {
  cursor: pointer;
  background:url(../images/close.png) no-repeat right center
}
.zarva > div > div {display: none;}
.zarva h3 {margin-bottom: 0px  !important;
background:url(../images/open.png) no-repeat right center !important;}




.footer-mod {
	display: flex;
	flex-direction: column;
	color: #030153;
	padding-top: 12px;
  	background: #c4dff8 url("../images/c-top.png") center top repeat-x;
}


.footer-top-inner {
	max-width: 1000px;
	margin: 0 auto 0;
}



.footer-mod p {text-align: left;}

.hka-footers {display: flex;flex-direction: row; margin: 10px;}
.hka-footers > div {
	flex: 50%;
	margin: 10px;
	padding: 10px;
}

.hka-footers img {
	width: 100%;
	padding: 5px;
	border: 1px solid #030582;
	background: #edf2ff;
	border-radius: 2px;
	box-shadow: 0 0 5px 0px #6262e3;
}
.hka-footers h3 {
	margin: 0 0 18px;
}
.hka-footer-right p {margin: 0px;}




.footer-mod a:link, .footer-mod a:visited {
	color: #030153;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.footer-mod a:hover {font-weight: bold;}

.hka-kiemelt-ajanlat {
	padding: 5px 15px;
	margin: 0 15px 5px;
	/* background: #d9ebfe; */
	/* border-radius: 3px; */
	/* border: 1px solid #b8daff; */
	color: #004085;
}
.hka-kiemelt-ajanlat p:last-of-type {
	margin: 0 0 0px;
	line-height: 1.5rem;
	text-align: left;
}
.hka-kiemelt-ajanlat h3 {
	margin: 0 0 15px;
}
.hka-kiemelt-ajanlat a {
	padding: 1px 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	background: #0066ff;
	white-space: nowrap;
}


.hka-szeles {
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
	height: 350px;
	z-index: 300;
  	background-image: url("../images/szeles-01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.hka-row-one > div,
.hka-row-three > div {
  display: flex;
}
.hka-row-one > div > div,
.hka-row-three > div > div {
	flex: 50%;	background: #eee;
	margin: 15px;padding: 20px;}

.hka-row-two > div {
	flex: 50%;	background: #eee;
	margin: 15px 45px;padding: 20px;}








.hka-arlista tr td span {
	color: #777;
	display: inline-block;
	width: 60px;
	min-width: 50px;
	text-align: left;
}.hka-arlista {width: 100%; margin: 10px 0 20px;border-collapse: collapse;}
.hka-arlista tr td:last-of-type {width: 140px;text-align: right;}
.hka-arlista td {border: 1px solid #cdcdcd; padding: 4px 6px; text-align: left; }
.hka-arlista tr:nth-child(2n) {background-color: #f7f7f7;}
.hka-arlista tr:nth-child(2n+1) {background-color: #fff;}
.hka-arlista tr:hover td {background-color: #f2c4bf;}


.page_bg {
	padding: 40px 0 0;
	background: #fff;
	height: 100%;
}

.stickyUlDiv {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    background: #222;
}
.stickyUlDiv > div {
    margin: 0 auto;
}
.mobMenu ul li {
    position: relative;
}
.mobMenu ul li ul {
    background: #333;
    display: none;
    animation-name: ul-in;
    animation-duration: 450ms;
    animation-timing-function: ease;
    z-index: 99;
    border-radius: 0;
}
@keyframes ul-in {
    0% {
        opacity: 0;
        left: 40px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
.mobMenu ul li.clicked > ul {
    display: block;
}
.mobMenu ul li ul li {
    display: block;
    white-space: nowrap;
    padding: 0;
    position: relative;
}
.mobMenu ul li:hover {
    background: #1681d1;
}
.mobMenu ul li ul li ul {
    top: 0;
    background: #444;
    display: none;
    animation-name: ul-ul-in;
    animation-duration: 450ms;
    animation-timing-function: ease;
}
@keyframes ul-ul-in {
    0% {
        opacity: 0;
        top: 40px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
.mobMenu ul li ul li ul li {
    display: block;
    white-space: nowrap;
}







.menuArrow{display:block;width:8px;height:8px;float:right;margin:21px 0 2px 7px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}ul li ul li .menuArrow{transform:rotate(-45deg)}



#myBtn{display:none;position:fixed;bottom:5px;right:5px;font-size:14px;width:auto;border:none;outline:0;background-color:#191941;color:#fff;cursor:pointer;padding:5px 15px;border-radius:4px;animation-name:to-top;animation-duration:1.5s;animation-timing-function:ease;z-index:9001}#myBtn:hover{background-color:#191941;opacity:1}@keyframes to-top{0%{opacity:0}100%{opacity:.8}}html{scroll-behavior:smooth}


.ajanlasok{display:flex;flex-flow:row wrap;padding:0 15px 15px;background:#fff;border-radius:5px;box-shadow:0 0 3px 0 #222}.ajanlasok>div{padding:15px;flex:50%;display:flex}@media (max-width:650px){.ajanlasok{flex-direction:column}}.ajanlasok p{margin:0}.rkep{margin:2px 10px 0 0;float:left;border:2px solid #333;border-radius:3px;width:94px;height:124px}



#grid {
	margin: 0 auto 0;
	max-width: 1000px;
	display: grid;
	grid-template-columns: auto auto auto 250px;
	grid-gap: 15px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 1);
	padding: 20px 0 0;
	position: relative;
	z-index: 555;
}

.logo-mod h2 {margin: 0px;}


/* etophelo */

.left-side-mod ul,
.content-mid ul {margin: 10px 0 20px 25px;}

.left-side-mod ul li,
.content-mid ul li {margin-bottom: 5px;}
.main-image-mod img {width: 100%;}



ol {margin: 0 0 20px 30px;}
/* --  */    
       

h1{font-size:24px;margin:0 0 15px;}
h2{font-size:18px;margin:0 0 15px;}
h3 a{}
h5{font-size:12px;}
h6{font-size:11px;}
iframe{border:none;}
p{margin:0px 0 20px;text-align:justify;}

.error{background:#fdcdc9;margin:0 0 20px 0;padding:10px;border:none;}

#system-message{margin:0;}
#system-message{border-left:0;border-right:0;background-position:4px top;border-bottom:3px solid #84A7DB;border-top:3px solid #84A7DB;color:#0055BB;list-style:none outside none;margin-bottom:10px;padding:10px;}




/* mobil eleje innen */

/* mobil reszlet vege*/


.csomagokk {width: 100%;}

.csomagokk tr:nth-child(2n+1) { background-color: #f7f7f7;}
.csomagokk tr:nth-child(2n) { background-color: #fff;}
.csomagokk tr:hover {background: #ccc;}
.csomagokk tr:last-of-type:hover {background: none;}

.csomagokk ul{line-height:16px;margin:3px 0;padding-left:20px;}
.csomagokk td{background:none repeat scroll 0 0 transparent;padding:2px 0;text-align:center;}
.csomagokk tr td:first-of-type {text-align:left;}

.csomagokk tr td{ padding: 5px 4px; border:1px solid #DDDDDD;}
.csomagokk tr td:hover{}
.csomagokk a:link, .csomagokk a:visited{background:none repeat scroll 0 0 #11930D;color:#FFFFFF;font-weight:bold;margin:0;padding:5px;text-decoration:none;}
.csomagokk a:hover{background:none repeat scroll 0 0 #036F00;color:#FFFFFF;}

.csomagokk tr td ul li {margin: 8px 0;}

.alapcs, .vevocs, .profitcs {padding: 2px 8px; color: #fff; border-radius: 3px;}
.alapcs {background: #339900;}
.vevocs {background: #0066cc;}
.profitcs {background: #cc0000;}

.utkovetes {background: #eee; border-radius: 3px; display: block;line-height: 23px;margin: 0 0 15px;padding: 5px 10px;}
.utkovetes ul {margin: 0px; padding: 0px;}
.utkovetes ul li {  display: inline-block;  list-style: outside none none;  margin: 0 5px 0 0;}
.utkovetes a:link, .cont .utkovetes a:visited {text-decoration: underline;}



input.rsform-error {
	border: 1px solid #f00;
	box-shadow: 0 0 2px #f00;
	background: #ffeded;
}
.formError {
	color: #f00 !important;
	font-weight: bold;
	font-size: 13px !important;
	padding: 0 0 5px !important;
	display: block;
}

fieldset {border: 0px;}
input, textarea, button {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #555;
	color: #222;
	height: auto;
	padding: 2px;
	border-radius: 3px;
	width: 100%;
	max-width: 400px;
	margin: 5px 0;
}
button[type="submit"] {
	background: #ffde00;
	margin: 10px 0 0;
	/* border: #ff0; */
	color: #111;
	font-size: 17px;
	padding: 5px 20px;
	width: auto;
	cursor: pointer;
}

input[type="checkbox"] {
	float: left;
	width: auto;
	margin: 2px 4px 0 0;
}







.items-row {
	padding: 10px;
	margin: 0 0 25px;
	box-shadow: 1px 1px 3px #333;
	border-radius: 4px;
}
.items-row h1 {
	font-size: 16px;
	margin: 0 0 10px;
}
.items-row .readmore {margin: 10px 0;}






#flex{width:100%;margin:0;padding:20px 20px;background:#77a1e1 url(../images/nagy-kek-hatter-2.png) top center repeat;border:1px solid #0350c2;box-shadow:0 0 2px 0 #1d69db;display:flex;border-radius:2px}#flex>div{background:none repeat scroll 0 0 #fff;border:0 none;border-radius:5px;box-shadow:0 0 5px 1px #0347ac;float:left;overflow:hidden;padding:5px 15px 5px;width:100%;margin-right:20px}#flex>div:last-of-type{margin:0}#flex>div>h3{height:32px;line-height:32px;font-size:16px;margin:0 0 0;padding-left:42px;white-space:nowrap}#f1 h3{background:url(../images/css-images.png) no-repeat -328px -1px}#f2 h3{background:url(../images/css-images.png) no-repeat -328px -32px}#f3 h3{background:url(../images/css-images.png) no-repeat -328px -65px}


#gdprD{position:fixed;bottom:0;left:0;background:rgba(0,0,0,.85);color:#fff;padding:10px;width:100%;font-size:.9em;transition:1s all;display:flex;flex-wrap:wrap;z-index:8888}.gdprVis{opacity:1}.gdprHid{opacity:0!important}#gdprD p{margin:5px;align-self:center}#gdprD>div{display:flex}#gdprD button{border-color:transparent;border-radius:5px;display:block;padding:0 .5em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap;cursor:pointer;margin:0 10px;height:26px}#gdpr-ok{color:#000;min-width:140px;background-color:#f1d600}#gdpr-ok:hover{background-color:#fffc26}#gdprD a:link,#gdprD a:visited{color:#eee;text-decoration:none}#gdprInfo{color:#eee;min-width:80px;background-color:#444}