
@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/subset-NotoSans-Bold.eot');
    src: url('fonts/subset-NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-NotoSans-Bold.woff2') format('woff2'),
        url('fonts/subset-NotoSans-Bold.woff') format('woff'),
        url('fonts/subset-NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/subset-NotoSans.eot');
    src: url('fonts/subset-NotoSans.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-NotoSans.woff2') format('woff2'),
        url('fonts/subset-NotoSans.woff') format('woff'),
        url('fonts/subset-NotoSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo 100';
    src: url('fonts/subset-Museo100-Regular.eot');
    src: url('fonts/subset-Museo100-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-Museo100-Regular.woff2') format('woff2'),
        url('fonts/subset-Museo100-Regular.woff') format('woff'),
        url('fonts/subset-Museo100-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo 500';
    src: url('fonts/subset-Museo500-Regular.eot');
    src: url('fonts/subset-Museo500-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-Museo500-Regular.woff2') format('woff2'),
        url('fonts/subset-Museo500-Regular.woff') format('woff'),
        url('fonts/subset-Museo500-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Museo 300';
    src: url('fonts/subset-Museo300-Regular.eot');
    src: url('fonts/subset-Museo300-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-Museo300-Regular.woff2') format('woff2'),
        url('fonts/subset-Museo300-Regular.woff') format('woff'),
        url('fonts/subset-Museo300-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/** tag **************************************************************************************/

html { 
	--pagewidth-max: 1152px;
	--pagewidth: min(90vw, var(--pagewidth-max));
}
body { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	height: 100%;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	color: #686868;
	background-color: #FFFFFF; 
	overflow-y: scroll;
}
section { clear: both; }
img { border: 0; }
a:link { color: #686868; text-decoration: none; }
a:visited { color: #686868; text-decoration: none; }
a:hover { color: #686868; text-decoration: underline; }
h1, h2, h3, .h3, h4, h5 { font-family: 'Museo 500'; text-transform: uppercase; letter-spacing: 3px; line-height: 1.1em; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{ text-decoration: none; }
h1, .h1 { font-size: 80px; }
/*h2, .h2 { font-size: 64px; letter-spacing: 2px; line-height: 1.4em; }*/
h2, .h2 { font-size: 40px; letter-spacing: 1px; font-weight: normal; color: #ffaebf; }
h3, .h3 { font-size: 32px; letter-spacing: 1px; font-weight: normal; color: #ffaebf; }
h4, .h4 { font-size: 26px; font-weight: normal; }
h5, .h5 { font-size: 23px; font-weight: normal; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
pre.pp { background-color: #DDD; }

input[type=text], input[type=email], input[type=password], input[type=number], textarea, select {
	padding: 8px 3%;
	border: 0;
	border-bottom: 1px #e3e3e3 solid;
	background-color: transparent;
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
}
input[type=text]:hover, input[type=text]:focus, 
input[type=password]:hover, input[type=password]:focus, 
textarea:hover, textarea:focus, 
select:hover, select:focus {}
input.datepicker {
	background-image: url(images/date.png);
	background-position: 0px 7px;
	background-size: 17px;
	padding-left: 28px!important;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
button, .button, a.button, input[type=button], input[type=submit] {
	display: inline-block;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-family: 'Noto Sans';
	letter-spacing: 1px;
	color: #000000;
	position: relative;
	padding: 15px 37px 13px 37px;
	outline: none;
	background: #74bbde;
	color: #FFF;
	border: 0;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
}
button:hover, .button:hover, a.button:hover, input[type=button]:hover, input[type=submit]:hover {
	text-decoration: none;
	box-shadow: 3px 4px 50px 0px rgba(116, 187, 222, 0.6);
	-webkit-box-shadow: 3px 4px 50px 0px rgba(116, 187, 222, 0.6);
	-moz-box-shadow: 3px 4px 50px 0px rgba(116, 187, 222, 0.6);
}
button.bg-r:hover, .button.bg-r:hover, a.button.bg-r:hover, input[type=button].bg-r:hover, input[type=submit].bg-r:hover {
	box-shadow: 3px 4px 50px 0px rgba(248, 193, 205, 0.6);
	-webkit-box-shadow: 3px 4px 50px 0px rgba(248, 193, 205, 0.6);
	-moz-box-shadow: 3px 4px 50px 0px rgba(248, 193, 205, 0.6);
}
.pswp .button:hover, .pswp button:hover { box-shadow: unset; -webkit-box-shadow: unset; -moz-box-shadow: unset; }
.button.prev { margin-left: 10px; }
.button-dark {
	color: #FFF!important;
	background-color: #000;
	padding: 13px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 90%;
	letter-spacing: 2px;
}
.button-dark:hover { text-decoration: none; }

/* */

.link-button {
	cursor: pointer;
	display: inline-block;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
	border: 0;
	position: relative;
	padding-left: 0;
	outline: none;
}
.link-button:after {
	content: '›';
	display: block;
	position: absolute;
	font-size: 175%;
	top: -3px;
	right: -20px;
}
.link-button.textU80:after { top: -3px; }
.link-button.prev { margin-left: 10px; }
.link-button.prev:after {
	content: '‹';
	top: -3px;
	left: -20px;
}
.link-button-dark {
	color: #FFF!important;
	background-color: #000;
	padding: 13px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 90%;
	letter-spacing: 2px;
}
.link-button:hover { text-decoration: none; }
.link-button-dark:hover { text-decoration: none; }


table { border-collapse: collapse; }
hr { height: 1px; border-top: 1px #000 solid; }

/** class **************************************************************************************/

.pagewidth { display: block; width: var(--pagewidth); margin-left: auto; margin-right: auto; }
.pagewidth.padding .content-inner { padding: 7%; box-sizing: border-box; }
.pagewidth.innerthin .content-inner { max-width: 600px; margin: auto; }
.newBlock {	margin-top: 80px; }
.clear { clear: both; }
.table { display: table; }
.tr,.row { display: table-row; }
.td,.cell { display: table-cell; }
.kiemelt { color: #0000FF; }
.raquo { font-size: 1.3em; }
.opacity-50 { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
.opacity-25 { -moz-opacity:.25; filter:alpha(opacity=50); opacity:.25; }
.opacity-0 { -moz-opacity:.0; filter:alpha(opacity=0); opacity:.0; }
.szurke { color: grey; }
.apro { font-size: 85%; }
.aprobb { font-size: 75%; }
.nagy { font-size: 120%; }
.halvany { opacity:0.65; filter:alpha(opacity=40); }
.halovany { opacity:0.4; filter:alpha(opacity=40); }
.displayb { display: block; }
.alignc { text-align: center; }
.alignr { text-align: right; }
.alignj { text-align: justify; }
.alignl { text-align: left; }
.valignt { vertical-align: top; }
.valignm { vertical-align: middle; }
.valignb { vertical-align: bottom; }
.w100 { width: 100%; }
.w90{width:90%;}
.w85{width:85%;}
.w80{width:80%;}
.w75{width:75%;}
.w70{width:70%;}
.w65{width:65%;}
.w60{width:60%;}
.w59{width:59%;}
.w53_5{width:53.5%;}
.w52{width:52%;}
.w50{width:50%;}
.w49{width:49%;}
.w48{width:48%;}
.w46_5{width:46.5%;}
.w46{width:46%;}
.w45{width:45%;}
.w43{width:43%;}
.w42{width:42%;}
.w40{width:40%;}
.w39{width:39%;}
.w35{width:35%;}
.w33{width:33%;}
.w30{width:30%;}
.w28{width:28%;}
.w27{width:27%;}
.w25{width:25%;}
.w20{width:20%;}
.w15{width:15%;}
.w10{width:10%;}
.w3{width:3%;}
.max750{max-width:750px;}
.h200{height:200px;}
.h150{height:150px;}
.pl0, input.pl0{padding-left: 0;}
.pt120{padding-top: 120px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pb30{padding-bottom: 30px;}
.pb0{padding-bottom: 0;}
.mt120{margin-top: 120px;}
.mt80{margin-top: 80px;}
.mt60{margin-top: 60px;}
.mt50{margin-top: 50px;}
.mt40{margin-top: 40px;}
.mt30{margin-top: 30px;}
.mt25{margin-top: 25px;}
.mb200 {margin-bottom: 200px;}
.mb120 {margin-bottom: 120px;}
.mb80 {margin-bottom: 80px;}
.mb50 {margin-bottom: 50px;}
.mb40 {margin-bottom: 40px;}
.mb30 {margin-bottom: 30px;}
.mb10 {margin-bottom: 10px;}
.mb0 {margin-bottom: 0;}
.br10{border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;}
.co-r, a.co-r{color: #ffaebf;}
.co-g, a.co-g{color: #666666;}
.bg-r, input.bg-r{background-color: #f8c1cd;}
.nono-26-reg-ro{font-family: 'Noto Sans'; font-size: 26px; font-weight: normal; color: #ffaebf;}
.c4i{width:22.5%; margin-right: 3.3%; display: inline-block; white-space: normal; }
.c4i:nth-child(4n) { margin-right: 0; }
.textU80 { font-size: 80%; text-transform: uppercase; letter-spacing: 1px; }
.normal { font-size: 15px; font-weight: normal; }
.bsbb { box-sizing: border-box; }
.salonSlider1 .c4i:nth-child(4n) { margin-right: 3.3%; }
.nowrap{ white-space: nowrap; }
.noselect {
  -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; 
  -moz-user-select: none; -ms-user-select: none; user-select: none; 
}
.rotate90 {
  -webkit-transform: rotate(90deg);  
      -ms-transform: rotate(90deg);  
          transform: rotate(90deg); 
}
.rotate180 {
  -webkit-transform: rotate(180deg);  
      -ms-transform: rotate(180deg);  
          transform: rotate(180deg); 
}
.ajax_loader {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(images/loader.gif);
	position: relative; 
	top: 2px; 
}
.sprite-16 {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 0;
	background: url(images/sprite.png) no-repeat;
}
.sprite-16.user { background-position: -16px -16px; }
.sprite-16.search { background-position: -32px -16px; }
.shaddow {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.shaddow2 {
	box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
}
.shaddow2h {
	transition: all .25s;
	-moz-transition: all .25s; 
	-webkit-transition: all .25s; 
	-o-transition: all .25s; 
}
.shaddow2h.akt,
.shaddow2h:hover {
	box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
}
.dropshadow {
	-webkit-filter: drop-shadow(5px 5px 20px #AAA );
	filter: drop-shadow(5px 5px 20px #AAA);
}
.containbg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.coverbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.column2 {
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	column-count: 2;
	column-gap: 4%;
	text-align: justify;
}
.column3 {
	-webkit-column-count: 3; 
	-moz-column-count: 3; 
	column-count: 3;
	column-gap: 3%;
	text-align: justify;
}
.column2 > p:first-child, .column3 > p:first-child {
	margin-top: 0;
}
.column2 > p:last-child, .column3 > p:last-child {
	margin-bottom: 0;
}

.margina { margin: auto; }
.columnHalf { width: 48%; }
.mobilhide { display: block; }
.mobilview { display: none; }
.overflowXH { overflow-x: hidden; }
.inverse, a.inverse, .inverse *, .inverse a:link, .inverse a:visited, .inverse a:hover, .inverse a:active, .inverse input {
	color: #FFF;
	border-color: #FFF;
}
.inverse option { color: #686868; }
.inverse.pagewidth { background-color: #73bbe1; }
.failure, .success {
	color: #FFF;
	padding: 7px 20px;
	display: none;
	margin-bottom: 7px;
	text-align: left;
}
.failure { background-color: #db4437; }
.success { background-color: #0eb38e; }
.abovewave {
	position: relative;
	z-index: 100;
}
.abovewave.inverse {
	color: #FFFFFF;
}
a.back-link { display: block; }
.bgPattern {
	position: absolute;
	z-index: 50;
}

.section-wrap-bezs {
	background-color: #fcead3;
	padding-top: 5%;
	padding-bottom: 5%;
	margin: 5% 0;
}
.section-wrap-bezs h1:nth-child(1) {
	margin-top: 0;
}


a.to-icon{--to-icon-size: 28px;}
a.to-icon[href^="https://www.youtu.be"],
a.to-icon[href^="https://www.youtube.com"],
a.to-icon[href^="https://www.facebook.com"],
a.to-icon[href^="https://www.instagram.com"],
a.to-icon[href^="https://www.pinterest.com"],
a.to-icon[href^="https://www.twitter.com"],
a.to-icon[href^="https://twitter.com"],
a.to-icon[href^="https://www.linkedin.com"],
a.to-icon[href^="https://www.spotify.com"],
a.to-icon[href^="mailto"],
a.to-icon[href^="tel"],
a[href^="skype:"] {
	display: inline-block;
	vertical-align: middle;
    overflow: hidden;
    width: var(--to-icon-size);
    height: var(--to-icon-size);
    visibility: hidden;
    margin-top: 0em;
    margin-right: 0.4em;
}
a.to-icon[href^="https://www.youtu.be"],
a.to-icon[href^="https://www.youtube.com"] {
	width: calc(var(--to-icon-size) + 4px);
}
a.to-icon[href^="https://www.youtu.be"]:before,
a.to-icon[href^="https://www.youtube.com"]:before,
a.to-icon[href^="https://www.facebook.com"]:before,
a.to-icon[href^="https://www.instagram.com"]:before,
a.to-icon[href^="https://www.pinterest.com"]:before,
a.to-icon[href^="https://www.twitter.com"]:before,
a.to-icon[href^="https://twitter.com"]:before,
a.to-icon[href^="https://www.linkedin.com"]:before,
a.to-icon[href^="https://www.spotify.com"]:before,
a.to-icon[href^="mailto"]:before,
a.to-icon[href^="tel"]:before,
a[href^="skype:"]:before {
	visibility: visible;
	display: inline-block; font-style: normal; font-variant: normal; 
	text-rendering: auto; -webkit-font-smoothing: antialiased; 
	font-family: "Font Awesome 5 Brands"; font-weight: 400; font-size: var(--to-icon-size);
	width: 100%; text-align: center; line-height: var(--to-icon-size);
	content: "\f082"; margin-right: 0.5em;
}
a.to-icon[href^="https://www.youtu.be"]:before { content: "\f167"; }
a.to-icon[href^="https://www.youtube.com"]:before { content: "\f167"; }
a.to-icon[href^="https://www.facebook.com"]:before { content: "\f082"; }
a.to-icon[href^="https://www.instagram.com"]:before { content: "\e055"; }
a.to-icon[href^="https://www.pinterest.com"]:before { content: "\f0d3"; }
a.to-icon[href^="https://www.twitter.com"]:before { content: "\f081"; }
a.to-icon[href^="https://twitter.com"]:before { content: "\f081"; }
a.to-icon[href^="https://www.linkedin.com"]:before { content: "\f08c"; }
a.to-icon[href^="https://www.spotify.com"]:before { content: "\f1bc"; }
a.to-icon[href^="mailto"]:before { font-family: "Font Awesome 5 Free"; content: "\f0e0"; }
a.to-icon[href^="tel"]:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3cd"; }
a[href^="skype:"]:before { content: "\f17e"; font-size: 135%; vertical-align: -2px; }
a[href^="skype:"] { font-size: 18px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; background-color: #00aff0; color: #FFF; padding: 5px 15px; }
/* ikonok <br> esetén is egysorba */
a.to-icon + br { display: none; }
a.to-icon + br + a:not(.to-icon):before { content: " "; display: block; height: 0; }

.inline-label { position: relative; }
.inline-label input, .inline-label textarea { position: relative; background-color: transparent; z-index: 1; padding-left: 0; transition: all .1s; -moz-transition: all .1s; -webkit-transition: all .1s; -o-transition: all .1s; }
.inline-label input:focus, .inline-label textarea:focus { padding-left: 10px; }
.inline-label input + label, .inline-label textarea + label { position: absolute; color: var(--light-font-color); z-index: 0; left: 0px; top: 2px; transition: all .25s; -moz-transition: all .25s; -webkit-transition: all .25s; -o-transition: all .25s; }
.inline-label input:focus + label, .inline-label textarea:focus + label,
.inline-label input:not(:placeholder-shown) + label, .inline-label textarea:not(:placeholder-shown) + label { font-size: 0.85rem; color: var(--light-font-color); top: -25px; left: 0; }
.inline-label input:focus + label:after, .inline-label textarea:focus + label:after,
.inline-label input:not(:placeholder-shown) + label:after, .inline-label textarea:not(:placeholder-shown) + label:after { content: ":"; }

.draw-x { position: relative; --size: 30px; --color: #000; width: var(--size); height: var(--size); }
.draw-x:before, .draw-x:after { content: " "; width: 100%; position: absolute; display: block; margin-top: calc(var(--size) / 2); border-top: 2px var(--color) solid; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; }
.draw-x:before {  -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.draw-x:after {  -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.draw-arrow { position: relative; display: inline-block; --size: 16px; --color: #000; --line-width: 1px; width: var(--size); height: var(--size); box-sizing: border-box; }
.draw-arrow:before, .draw-arrow:after { content: " "; display: block; position: absolute; top: 0px; left: calc(var(--size) * 0.3); width: 69%; height: 69%; margin: 0; padding: 0; border-top: var(--line-width) var(--color) solid; }
.draw-arrow:before { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); transform-origin: top left; }
.draw-arrow:after { -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transform-origin: 0 0; top: calc(var(--size) - var(--line-width) * 0.7); margin-left: calc(var(--line-width) * -0.7); }
.draw-arrow.arrow-left {  -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.draw-arrow.arrow-bottom {  -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.draw-triangle { position: relative; --size: 16px; --color: #000; --line-width: 1px; width: var(--size); height: var(--size); border-left: var(--line-width) var(--color) solid; box-sizing: border-box; }
.draw-triangle:before, .draw-triangle:after { content: " "; display: block; position: absolute; top: 0; left: 0; width: var(--size); height: var(--size); margin: 0; padding: 0; border-top: var(--line-width) var(--color) solid; }
.draw-triangle:before { -moz-transform: rotate(30deg); -webkit-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); transform-origin: top left; }
.draw-triangle:after { -moz-transform: rotate(-30deg); -webkit-transform: rotate(-30deg); -o-transform: rotate(-30deg); transform: rotate(-30deg); transform-origin: 0 0; top: var(--size); left: calc(var(--line-width) * -1); }

.thinscrollbar { scrollbar-width: thin; }
.thinscrollbar::-webkit-scrollbar { width: 2px; }
.thinscrollbar::-webkit-scrollbar-track { box-shadow: inset 0 0 2px grey; border-radius: 10px; }
.thinscrollbar::-webkit-scrollbar-thumb { background: #000; border-radius: 10px; }
.thinscrollbar::-webkit-scrollbar-thumb:hover { background: #333; }

.grid-30-4 { display: grid; grid-gap: 4%; grid-template-columns: 30% 66%; }
.grid-30-4 > div p:nth-of-type(1) { margin-top: 1rem; }

/** spec **************************************************************************************/

#header-wrap {
	position: fixed;
	padding-bottom: 1px;
	/*background-color: rgba(98, 167, 213, 0);*/
	/*background-color: #73bbe1;*/
	z-index: 1000;
	width: 100%;
	top: 0;
	transition: all  0.25s;
	-moz-transition: all  0.25s; 
	-webkit-transition: all  0.25s; 
	-o-transition: all  0.25s; 
}
body.fixheader #header-wrap {
	/*background-color: rgba(98, 167, 213, 0.8);*/
	background-color: #73bbe1;
	/*position: fixed;*/
	/*box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.2);*/
	/*-webkit-box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.2);*/
	/*-moz-box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.2);*/
}
#top-wave {
	position: absolute;
	top: 45px;
	top: -2400px; /* svg height: 3000px; */
	left: 0;
	width: 100%;
	z-index: 21;
	transition: all 0.25s;
	-moz-transition: all 0.25s; 
	-webkit-transition: all 0.25s; 
	-o-transition: all 0.25s; 
	}
	#top-wave svg { width: 100%; }
	#top-wave svg path { fill: rgba(78, 169, 218, 0.8); }

.fullPageInverse #top-wave,
.page-tanacsadas #top-wave,
.page-regisztracio #top-wave
/*.page-babavarocsomag #top-wave*/ {
	display: none;
}

/*html block vagy html contentpage*/
.fullPageInverse .content.html {
	width: 90%;
	max-width: 1152px;
	margin: auto;
	color: #FFF;
}
.fullPageInverse .content.html * {
	color: #FFF;
}

/*.page-fooldal #top-wave { top: -105px; }*/
/*.page-kiallitok #top-wave { top: -115px; }*/
/*.page-jegyek #top-wave { top: 150px; }*/
/*.page-galeria #top-wave { top: 105px; }*/
/*.page-blog #top-wave { top: -105px; }*/
/*.page-partnerek #top-wave { top: -105px; }*/


body.fullPageInverse,
body.page-tanacsadas,
body.page-regisztracio
/*body.page-babavarocsomag*/ {
	background-color: #73bbe1;
}

body.invertheader:not(.invertheaderdisabled) #header-wrap {
	/*position: relative;*/
	background-color: transparent;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
header {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
	transition: all  0.35s;
	-moz-transition: all  0.35s; 
	-webkit-transition: all  0.35s; 
	-o-transition: all  0.35s; 
}
body.fixheader.invertheaderdisabled header,
body.fixheader:not(.invertheader) header {
	margin-top: 15px;
	margin-bottom: 10px;
}
body.invertheader:not(.invertheaderdisabled) header {
	filter: invert(100%);
}
body.invertheader:not(.invertheaderdisabled) .act .border {
	display: none;
}
/*body.invertheader #logo img {*/
	/*filter: brightness(0);*/
/*}*/
#header-spacer { height: 154px; /*display: none;*/ }
header .cell { vertical-align: middle; color: #FFF; }
header *, header a { color: #FFF!important; }
#logo { width: 36%; }
#logo img { width: 116px; height: 90px; padding-right: 38px; margin-right: 38px; border-right: 1px #8fc9e7 solid; }
#logo .cell div { font-family: 'Museo 300'; white-space: nowrap; letter-spacing: 0; font-size: 18.5px; line-height: 21px; }
#logo .cell span { font-family: 'Museo 300'; white-space: nowrap; line-height: 30px; font-size: 16px; letter-spacing: 1.3px; }
#logo .cell num { font-family: 'Museo 100'; font-style: none!important; }
/*#logo .cell div:nth-child(1) { letter-spacing: 0.9px }*/
/*#logo .cell div:nth-child(2) { letter-spacing: 2.1px }*/
/*#logo .cell div:nth-child(3) { letter-spacing: 1.7px }*/
/*#logo .per { padding-left: 1%; min-width: 25px; }*/
#logo .cell { font-family: 'Museo 500'; text-transform: uppercase; letter-spacing: 2px; }
#menu {
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
}
#menu > .table { width: 100%; }
#menu nav { width: 100%; vertical-align: middle; }
#menu #nav-opener { width: 25px; margin-top: 4px; }
#menu .jegyvasarlas { display: inline-block; vertical-align: middle; margin-right: 50px; }
#menu .more,
#menu .default {
	display: none; 
	position: absolute;
	text-align: right;
	width: 100%;
	right: 56px;
	top: 38%;
	top: 16%;
	/*transition: opacity  0.35s;*/
	/*-moz-transition: opacity  0.35s; */
	/*-webkit-transition: opacity  0.35s; */
	/*-o-transition: opacity  0.35s; */
}
#menu .more,
#menu.x .default {
	/*-moz-opacity:0;*/
	/*filter:alpha(opacity=0);*/
	/*opacity:0;*/
}
#menu .default,
#menu.x .more {
	/*-moz-opacity:1;*/
	/*filter:alpha(opacity=100);*/
	/*opacity:1;*/
}
/*#menu .more { z-index: 400; }*/
/*#menu .default { z-index: 500; }*/
/*#menu.x .more { z-index: 500; }*/
/*#menu.x .default { z-index: 400; }*/
#menu .more a {
	display: inline-block;
	text-transform: uppercase;
	margin-left: 4%;
	padding: 5px 0;
	font-family: 'Museo 500';
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px transparent solid;
	-webkit-transition: border-color .15s;
	-moz-transition: border-color .15s;
	-o-transition: border-color .15s;
	transition: border-color .15s;
}
#menu .more { 
	display: block; 
	width: 88%; 
	right: 70px;
	right: 55px;
	top: 34%; 
	top: 16%; 
/*	top: 16%;*/
}
#menu .more a.akt,
#menu .more a:hover {
	text-decoration: none;
	border-color: #FFF;
}
/*nav .faBtn {
	vertical-align: middle;
	margin-top: -6px;
}
nav .faBtn.fb {
	margin-left: 37px;
	padding-top: 5px;
}*/
#nav-opener {
		display: inline-block;
		cursor: pointer;
	}
	#nav-opener i {
		display: block;
		width: 24px;
		height: 2px;
		margin: 4px 0;
		border-top: 2px #FFF solid;
	}
	#nav-opener div {
		display: inline-block;
		vertical-align: top;
		margin: 0 5px;
	}
	#nav-opener i {
		transition: all  0.25s ease;
		-moz-transition: all  0.25s ease; 
		-webkit-transition: all  0.25s ease; 
		-o-transition: all  0.25s ease; 
	}
	#menu.x #nav-opener i:nth-child(3) {
		border-color: #FFF;
		opacity: 0;
	}
	#menu.x #nav-opener i:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 11px;
	}
	#menu.x #nav-opener i:nth-child(2) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -16px;
		margin-top: -10px;
		margin-top: -8px;
	}


/* older */
.page-head {
	margin-top: 80px;
}
.page-head h1, .page-head h2 {
	font-size: 43px;
	font-weight: normal;
	letter-spacing: 3px;
}
.page-head .subtitle {
	font-size: 25px;
	font-family: 'Noto Sans';
	letter-spacing: 1px;
}
.page-head .cell {
	vertical-align: top;
}
.page-head img {
	max-width: 100%;
}
.page-head .content-inner {
	display: grid;
	grid-template-columns: 46% 50%;
	grid-gap: 4%;
}
.page-head h1, .page-head h2, .page-head p:first-child {
	margin: 0;
}

#toptile {
		margin: auto;
		display: grid;
		grid-template-columns: 25% 25% 25% 25%;
		grid-template-rows: 25% 25% 25% 25%;
		height: 1200px;
	}
	#toptile .tile1  { grid-column: span 2; grid-row: span 2; }
	#toptile .tile2  { grid-column: span 1; grid-row: span 1; }
	#toptile .tile3  { grid-column: span 1; grid-row: span 1; }
	#toptile .tile4  { grid-column: span 2; grid-row: span 1; }
	#toptile .tile5  { grid-column: span 1; grid-row: span 1; }
	#toptile .tile6  { grid-column: span 1; grid-row: span 2; }
	#toptile .tile7  { grid-column: span 2; grid-row: span 2; }
	#toptile .tile8  { grid-column: span 1; grid-row: span 1; }
	#toptile a { position: relative; background-size: cover; background-position: center; }
	#toptile span {  font-size: 40px; font-family: 'Museo 500'; letter-spacing: 2px; position: absolute; display: block; left: 36px; bottom: 36px; color: #FFF; }
	#toptile .lt span, #toptile .lt span { font-size: 26px; }
	#toptile a:hover { cursor: default; text-decoration: none; }
	#toptile a:before {
		content: ' ';
		display: block;
		width: 100%;
		height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,000000+0,000000+100&0.14+2,0.4+100 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.14) 0%, rgba(0,0,0,0.14) 2%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(0,0,0,0.14) 2%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.14) 0%,rgba(0,0,0,0.14) 2%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
		transition: opacity .25s; 
		-moz-transition: opacity .25s; 
		-webkit-transition: opacity .25s; 
		-o-transition: opacity .25s; 
	}
	#toptile a:hover:before { opacity: 0.4; }

.block-texts {

}
.block-texts .image img,
.block-texts .image video {
	width: 100%;
	height: auto;
}

@media (max-width: 425px)
{
	body.page-programok.contenturl {
		background-image: url(images/colorspace-73bbe1-x400.png);
		background-repeat: repeat-x;
	}
	.page-head.inverse.pagewidth.abovewave {
	    padding: 12% 12% 0 12%;
	    margin: 0;
	    box-sizing: border-box;
	    width: 100%;
	}
}

#programs {
		
	}
	#programs .section-stage-programs h2,
	#programs .section-szinpadi-programok h2,
	#programs .section-stand-programs h2,
	#programs .section-standprogramok h2 {
		font-size: 26px;
		font-family: 'Noto Sans';
	}
	#programs .section-stand-programs h2,
	#programs .section-standprogramok h2 {
			color: #FFF;
			font-weight: bold;
		}
		.section-stand-programs .item,
		.section-standprogramok .item {
			display: inline-block;
			vertical-align: top;
			width: 31.3%;
			margin-right: 3%;
			transition: all  .25s;
		}
		.section-stand-programs .item:nth-child(3n+1),
		.section-standprogramok .item:nth-child(3n+1) {
			margin-right: 0;
		}
		.section-stand-programs .item img,
		.section-standprogramok .item img {
			width: 100%;
			height: calc(var(--pagewidth) / 4.75);
			object-fit: cover;
			-moz-transition: all  .25s; 
			-webkit-transition: all  .25s; 
			-o-transition: all  .25s;
		}
		.section-stand-programs .item:hover img,
		.section-standprogramok .item:hover img {
			box-shadow: 0px 5px 45px -9px rgba(248, 193, 205, 1.05);
			-webkit-box-shadow: 0px 5px 45px -9px rgba(248, 193, 205.25, 1.05);
			-moz-box-shadow: 0px 5px 45px -9px rgba(248, 193, 205.25, 1.05);
		}
		.section-stand-programs .title,
		.section-standprogramok .title {
			display: block;
			margin: 2% 0% 20% 10%;
		}
	.section-stage-programs h2,
	.section-szinpadi-programok h2 {
			font-weight: normal;
		}
		.section-stage-programs .day,
		.section-szinpadi-programok .day {
			display: inline-block;
			vertical-align: top;
			width: 31.3%;
			margin-right: 3%;
			position: relative;
			background-color: #FFF;
			box-shadow: 0px 0px 50px 0px rgba(10, 36, 68, 0.13);
			-webkit-box-shadow: 0px 0px 50px 0px rgba(10, 36, 68, 0.13);
			-moz-box-shadow: 0px 0px 50px 0px rgba(10, 36, 68, 0.13);
		}
		.section-stage-programs .day:nth-child(3n+1),
		.section-szinpadi-programok .day:nth-child(3n+1) {
			margin-right: 0;
		}
		.section-stage-programs img,
		.section-szinpadi-programok img {
			width: 100%;
		}
		.section-stage-programs .label,
		.section-szinpadi-programok .label {
			position: absolute;
			width: 65px;
			height: 44px;
			height: 44px;
			margin-top: -36px;
			right: 30px;
			background-image: url(images/point.svg);
			background-size: contain;
			background-repeat: no-repeat;
			text-align: center;
			padding-top: 21px;
			font-size: 20px;
			font-family: 'Museo 500';
			font-weight: normal;
			color: #FFF;
		}
		.section-stage-programs .item,
		.section-szinpadi-programok .item {
			display: block;
			margin-right: 5%;
		}
		.section-stage-programs .stage,
		.section-szinpadi-programok .stage {
			font-size: 24px;
			font-family: 'Museo 500';
			font-weight: normal;
		}
		.section-stage-programs .text,
		.section-szinpadi-programok .text {
			margin: 7% 0% 20% 10%;
		}
		.section-stage-programs .name,
		.section-szinpadi-programok .name {
			padding-bottom: 10%;
			margin-bottom: 10%;
			border-bottom: 1px #e6e6e6 solid;
		}
		.section-stage-programs .time,
		.section-szinpadi-programok .time {
			font-family: 'Museo 500';
			font-weight: normal;
			margin-bottom: 10px;
		}

#program {
		
	}
	#program .title {
		font-size: 25px;
		font-family: 'Museo 500';
		font-weight: normal;
	}
	#program .content {
		background-color: #FFF;
		box-shadow: 0px -12px 70px 3px rgba(10, 36, 68, 0.2);
		-webkit-box-shadow: 0px -12px 70px 3px rgba(10, 36, 68, 0.2);
		-moz-box-shadow: 0px -12px 70px 3px rgba(10, 36, 68, 0.2);
	}
	#program .content img {
		/*width: 46%;*/
		margin-right: 4%;
		display: inline-block;
		vertical-align: middle;
	}
	#program .content .text {
		/*width: 46%;*/
		margin-right: 3%;
		display: inline-block;
		vertical-align: middle;
	}
	#program .more-programs {
		position: relative;
	}
	#program .more-programs .link-button.donly {
		position: absolute;
		top: 7px;
		right: 25px;
	}
	#program .more-programs .item {
		display: inline-block;
		vertical-align: top;
		width: 31.1%;
		margin-left: 3.3%;
	}
	#program .more-programs .items .item:nth-child(1) {
		margin-left: 0;
	}
	#program .more-programs .item img {
		width: 100%;
/*		height: calc(var(--pagewidth) / 4.75);*/
		aspect-ratio: 3 / 2;
		object-fit: cover;
	}
	#program .more-programs .item .title {
		display: block;
		margin: 2% 0% 20% 10%;
		font-size: 16px;
		font-family: 'Noto Sans';
		text-transform: uppercase;
	}

#galeria .items .item { 
	margin-bottom: 6%;
	position: relative;
	display: inline-block;
}
#galeria .items img { 
	width: 100%; 
	height: auto;
	margin-bottom: 1%;
}
#galeria .items .title { 
	display: none;
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
	line-height: 1.2em;
}
#galeria .items .title { 
	position: absolute; 
	text-transform: uppercase; 
	font-size: 28px; 
	font-family: 'Museo 500'; 
	letter-spacing: 2px; 
	position: absolute; 
	display: block; 
	left: 36px; 
	bottom: 34px; 
	color: #FFF;
}
#galeria .items .item:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 96%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,000000+0,000000+100&0+53,0.4+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 53%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,000000+0,000000+100&0.14+2,0.4+100
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.14) 0%, rgba(0,0,0,0.14) 2%, rgba(0,0,0,0.4) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(0,0,0,0.14) 2%,rgba(0,0,0,0.4) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.14) 0%,rgba(0,0,0,0.14) 2%,rgba(0,0,0,0.4) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24000000', endColorstr='#66000000',GradientType=0 ); 
	*/
	transition: opacity .25s; 
	-moz-transition: opacity .25s; 
	-webkit-transition: opacity .25s; 
	-o-transition: opacity .25s; 
}
#galeria .items .item:hover:before { opacity: 0.4; }
/*#galeria .items .item:hover .title { opacity: 0; }*/

.anyList {
		margin-top: 80px;
	}
	.anyList .item {
		position: relative;
		overflow: auto;
	}
	.anyList .item .button {
/*		position: absolute;*/
/*		bottom: 20px;*/
	}
	.anyList .item {
		margin-top: 80px;
		width: 100%;
	}
	.anyList .item .cell {
		/*width: 52%;*/
		vertical-align: middle;
	}
	.anyList .item .cell.text {
		padding-bottom: 9%;
		/*width: 48%;*/
	}
	.anyList .item .video,
	.anyList .item img {
		width: 95%;
		max-width: 555px;
	}
	.anyList .item.alignIl img {
		/*margin-left: -4%;*/
		float: left;
	}
	.anyList .item.alignIr img {
		/*margin-right: -25px;*/
		float: right;
	}
	.anyList .item.alignIl .text {
		/*margin-left: 50%;*/
	}
	.anyList .item.alignIr .text {
		margin-right: 50%;
	}
	.anyList .item h3 {
		margin-bottom: 10px;
		max-width: 87%;
	}
	.anyList .item .subtitle {
		font-family: 'Noto Sans';
		font-size: 26px;
		color: #686868;
	}
	.anyList .item .lead {
		margin-top: 45px;
	}


.list-3-col {
		
	}
	.list-3-col .items .item {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		margin-left: 2%;
		margin-bottom: 4%;
		min-height: 330px;
	}
	.list-3-col .items .item:nth-child(3n-2) {
		margin-left: 0;
	}
	.list-3-col .items .item .image {
		display: block;
		width: 100%;
		height: 246px;
		/*overflow: hidden;*/
	}
	.list-3-col .items .item img {
		width: 100%;
/*	    height: calc(var(--pagewidth) / 4.75);*/
		aspect-ratio: 3 / 2;
		object-fit: cover;
		transition: all 0.25s;
		-moz-transition: all 0.25s; 
		-webkit-transition: all 0.25s; 
		-o-transition: all 0.25s; 
	}
	.list-3-col:not(.skiphover) .items .item:hover img {
		box-shadow: 0px 5px 45px -9px rgba(248, 193, 205, 1.05);
		-webkit-box-shadow: 0px 5px 45px -9px rgba(248, 193, 205.25, 1.05);
		-moz-box-shadow: 0px 5px 45px -9px rgba(248, 193, 205.25, 1.05);
	}
	.list-3-col .items .item .title {
		display: block;
		margin: 5% 5% 5% 9%;
	}
	body.page-ujdonsagok .list-3-col .items .item:not([href]) {
		cursor: default;
	}
	body.page-ujdonsagok .list-3-col .items .item:not([href]):hover {
		text-decoration: none;
	}
	body.page-ujdonsagok .list-3-col .items .item img {
		/*height: 200px;*/
	}
	body.page-ujdonsagok .list-3-col .items .item .title {
		color: #2d2d2d;
		text-transform: none;
	}

#galeria-box {
	/*overflow: auto;*/
}
#galeria-box img {
	width: 53%;
	margin-left: -3%;
	max-width: 606px;
	position: absolute;
}

.price-val { font-size: 43px; font-style: normal; font-weight: bold; white-space: nowrap; }

#ticketPurchase { margin-top: 70px; }
#ticketPurchase .title { margin-bottom: 4%; }
#ticketPurchase td { vertical-align: middle; }
#ticketPurchase .price-val { display: block; margin-bottom: 15px; }
#ticketPurchase .jegyarak td { text-align: right; }
#ticketPurchase .jegyarak .button { margin-right: 20px; }
/*#ticketPurchase .space { width: 5%; }*/

#postList2 {
		clear: both;
		/*padding-top: 80px;*/
		/*padding-bottom: 40px;*/
		overflow: auto;
	}
	#postList2 a:hover {
		text-decoration: none;
	}
	#postList2 .head {
		margin-bottom: 40px;
		position: relative;
	}
	/*#postList2 .head .cell {*/
		/*position: relative;*/
		/*vertical-align: middle;*/
	/*}*/
	#postList2 .head .link-button {
		position: absolute;
		right: 20px;
		bottom: 0;
	}
	#postList2 .item {
		width: 26.5%;
		padding-top: 14.5%;
		display: inline-block;
		vertical-align: top;
		margin-right: 3.5%;
		margin-bottom: 2.5%;
		position: relative;
	}
	#postList2 .item:nth-child(1) {
		padding-top: 31.5%;
		width: 40%;
		float: left;
		margin-right: 3.5%;
	}
	#postList2 .item:before {
		content: ' ';
		z-index: 2;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.04+0,0.41+100 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.04) 1%, rgba(0,0,0,0.41) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 */
		transition: opacity .25s; 
		-moz-transition: opacity .25s; 
		-webkit-transition: opacity .25s; 
		-o-transition: opacity .25s;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	#postList2 .item:hover:before {
		-moz-opacity:0.5; 
		filter:alpha(opacity=50); 
		opacity:0.5;
	}
	#postList2 .item img {
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
	}
	#postList2 .item:nth-child(1) img {
		position: absolute;
		top: 0;
		height: 100%;
		object-fit: cover;
	}
	#postList2 .item:nth-child(3) { margin-right: 0; }
	#postList2 .item:nth-child(5) { margin-right: 0; }

	#postList2 .item .title {
		font-family: 'Noto Sans';
		letter-spacing: 1px;
	}

	#postList2 .item .text {
		position: absolute;
		z-index: 3;
		bottom: 0px;
		padding: 5.5% 6%;
		color: #FFF;
	}

#postList3 {
		clear: both;
		padding-top: 80px;
		overflow: auto;
	}
	#postList3 a:hover {
		text-decoration: none;
	}
	#postList3 .head {
		margin-bottom: 40px;
		position: relative;
	}
	#postList3 .head .link-button {
		position: absolute;
		right: 20px;
		bottom: 0;
	}
	#postList3 .item {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 2.5% 0;
		margin-left: 4%;
		width: 48%;
		position: relative;
		box-sizing: border-box;
	}
	#postList3 .item {
		padding-top: 31.5%;
		float: left;
	}
	#postList3 .item:first-child {
		margin-left: 0;
	}
	#postList3 .item:before {
		content: ' ';
		z-index: 2;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.04+0,0.41+100 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.04) 1%, rgba(0,0,0,0.41) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 */
		transition: opacity .25s; 
		-moz-transition: opacity .25s; 
		-webkit-transition: opacity .25s; 
		-o-transition: opacity .25s; 
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	#postList3 .item:hover:before {
		-moz-opacity:0.5; 
		filter:alpha(opacity=50); 
		opacity:0.5;
	}
	#postList3 .item img {
		width: 100%;
		height: 100%;
		z-index: 1;

	}
	#postList3 .item img {
		position: absolute;
		top: 0;
		height: 100%;
		object-fit: cover;
	}

	#postList3 .item .title {
		font-family: 'Noto Sans';
		font-size: 16px;
		letter-spacing: 1px;
	}

	#postList3 .item .text {
		position: absolute;
		z-index: 3;
		bottom: 0px;
		padding: 5.5% 6%;
		color: #FFF;
	}

.box-registerAndWin {
		width: 75%;
		min-height: 400px;
		margin: auto;
		background-image: url(images/figured-registerAndWin.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.box-registerAndWin .title {
		padding-top: 10%;
	}
	.box-registerAndWin .text {
		width: 50%;
	}
	.box-registerAndWin .button {
		
	}

.salonSlider1 {
		
	}
	.salonSlider1 .items {
		white-space: nowrap;
		overflow: hidden;
	}
	.salonSlider1 .item {
		vertical-align: top;
	}
	.salonSlider1 .item img {
		width: 100%;
		height: auto;
	}

.salonSlider02-wrap { 
	overflow-x: hidden;
}
.salonSlider02 { 
		
	}
	.salonSlider02 .items,
	.salonSlider02 .item { 
		/*height: 600px;*/
		position: relative;
	}
	.salonSlider02 .item { 
		position: absolute;
		/*overflow: hidden;*/
		width: 22%;
		vertical-align: top;
		transition: all  0.65s;
		-moz-transition: all  0.65s; 
		-webkit-transition: all  0.65s; 
		-o-transition: all  0.65s; 
		display: none;
	}
	.salonSlider02 .item.prev { 
		z-index: 10;
		height: 100%;
		display: block;
		-moz-opacity:0.4; filter:alpha(opacity=40); opacity:0.4;
		-webkit-transform: scale(0.8);  
		-ms-transform: scale(0.8);  
		transform: scale(0.8);
		/*margin-top: 3%;*/
	}
	.salonSlider02 .item.next { 
		z-index: 10;
		height: 100%;
		display: block;
		-moz-opacity:0.4; filter:alpha(opacity=40); opacity:0.4;
		-webkit-transform: scale(0.8);  
		-ms-transform: scale(0.8);  
		transform: scale(0.8);
		/*margin-top: 3%;*/
	}
	.salonSlider02 .item.akt { 
		z-index: 20;
		height: 100%;
		display: block;
		-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
		box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	}
	.salonSlider02.brandImagesSlider .item.akt { 
		-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
	}
	.salonSlider02 .item img {
		width: 100%;
		height: auto;
		position: absolute;
	}
	.salonSlider02 .text {
		position: absolute;
		margin: 14% 25%;
		color: #FFF;
	}
	.salonSlider02 .points {
		padding: 40px;
		text-align: center;
	}
	.salonSlider02 .point {
		display: inline-block;
		width: 13px;
		height: 13px;
		border-radius: 20px;
		border: 1px #000 solid;
		margin: 0 6px;
		cursor: pointer;
		transition: all  .25s;
		-moz-transition: all  .25s; 
		-webkit-transition: all  .25s; 
		-o-transition: all  .25s; 
		-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; 
		-moz-user-select: none; -ms-user-select: none; user-select: none; 
	}
	.salonSlider02 .point:hover {
		background-color: #000;
	}
	.salonSlider02 .point.akt {
		background-color: #000;
		-webkit-transform: scale(0.85);  
		-ms-transform: scale(0.85);  
		transform: scale(0.85); 
	}
	.salonSlider02 .point.inakt {
		cursor: default;
		color: #CCC;
	}
	.salonSlider02 .point.next,
	.salonSlider02 .point.prev {
		width: auto;
		height: auto;
		border: 0;
		font-size: 30px;
	}
	.salonSlider02 .point.next:hover,
	.salonSlider02 .point.prev:hover {
		background-color: transparent;
	}

.page-hitvallas .salonSlider02 .item img {
	position: relative;
}

#firstSliderClone {
		position: absolute;
		width: 100%;
		z-index: 22;
		padding-top: 60px; /* árnyék miatt */
		padding-bottom: 55px; /* árnyék miatt */
		overflow: hidden;

	}
	#firstSliderClone a, #firstSliderClone h3 {
		text-decoration: none;
		color: #FFFFFF;
	}
	#firstSliderClone .items {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		box-shadow: 0px 0px 65px 0px rgba(10, 36, 68, 0.3);
		-webkit-box-shadow: 0px 0px 65px 0px rgba(10, 36, 68, 0.3);
		-moz-box-shadow: 0px 0px 65px 0px rgba(10, 36, 68, 0.3);
	}
	#firstSliderClone .points,
/*	#firstSliderClone .item video,*/
	#firstSliderClone .item img {
		display: none;
	}
	#firstSlider.synclone_orig .item.akt {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	#firstSlider.synclone_orig .item .text {
		display: none;
	}


#firstSlider .items {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#firstSliderClone .item img,
#firstSliderClone .item video,
#firstSlider .item img,
#firstSlider .item video {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-collapse: separate;
	border-collapse: collapse;
	width: 100%;
    height: 100%;
	object-fit: cover;
}
#firstSlider .item {
	margin-top: 60px; /* árnyék miatt */
	-moz-opacity:0; filter:alpha(opacity=0); opacity:0;
	transition: all  0.85s;
	-moz-transition: all  0.85s; 
	-webkit-transition: all  0.85s; 
	-o-transition: all  0.85s; 
}
#firstSliderClone .item {
	margin-top: 0;
}
#firstSlider .item,
#firstSlider .item.next2,
#firstSlider .item.next,
#firstSlider .item.prev2,
#firstSlider .item.prev { 
	width: 100%;
	height: 100%;
	-moz-opacity:0; filter:alpha(opacity=0); opacity:0;
	-webkit-transform: scale(1);  
	-ms-transform: scale(1);  
	transform: scale(1);
}
#firstSlider .item.akt { 
	z-index: 20;
	height: 100%;
	display: block;
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#firstSlider .text { 
	margin: 6.2% 7%;
}
#firstSlider .text .cell { 
	vertical-align: top;
}
#firstSlider .lead { 
	padding-left: 2%;
	font-size: 17px;
}
#firstSlider .title { 
	margin: 0;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	font-size: 50px;
}

#firstSlider .arrows  {
	position: absolute;
	display: block;
	width: 100%;
	top: calc(50% - 35px);
}
#firstSlider .arrows .prev, #firstSlider .arrows .next {
	display: inline-block;
	position: absolute;
	left: -26px;
	top: 0;
}
#firstSlider .arrows .next {
	right: -26px;
	left: unset;
}
#firstSlider .arrows .next img {
	transform: rotate(180deg);
}
#firstSliderClone .arrows {
	display: none!important;;
}
#firstSliderClone .arrows {
	display: block;
}

@media (max-width: 950px)
{
	#firstSlider .arrows {
	    top: calc(50% - 10px);
	}
	#firstSlider .arrows .prev img,
	#firstSlider .arrows .next img {
		width: 37px;
		height: 37px;
	}
	#firstSlider.imgnav .arrows .prev {
		left: -26px;
	}
	#firstSlider.imgnav .arrows .next {
		right: -26px;
	}
}

.marvany {
	margin-top: 120px;
	padding: 120px 0;
	background: url(images/marvany.jpg);
	background-size: cover;
}

.box-followUs {
		min-height: 400px;
		position: relative;
		background-image: url(images/bg-box-followUs.png);
		background-repeat: no-repeat;
		background-position: top right;
	}
	.box-followUs .text {
		width: 60%;
		font-weight: bold;
	}
	.box-followUs .buttons {
		display: inline-block;
		width: 200px;
	    text-align: center;
	}
	.box-followUs .sIcon.large {
		width: 65px;
		height: 65px;
		margin: 4px 11px;
	}
.box-followUs2 {
/*		margin: 0;*/
		min-height: 400px;
		position: relative;
		background-image: url(images/bg-box-followUs.png)!important;
		background-repeat: no-repeat;
		background-position: top right;
	}
	.box-followUs2 .title {
		margin: 0;
	}
	.box-followUs2 .texts {
		font-size: 26px;
		padding: 70px;
		box-sizing: border-box;
	}
	.box-followUs2 .texts {
	}
	.box-followUs2 .buttons a {
		display: inline-block;
	}
	.box-followUs2 .buttons img {
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}


.newsletter-signup {
	background: rgba(249, 235, 215, 0.72);
	padding: 7%;
	position: relative;
	box-shadow: 0px 0px 78px 3px rgba(10, 36, 68, 0.1);
	-webkit-box-shadow: 0px 0px 78px 3px rgba(10, 36, 68, 0.1);
	-moz-box-shadow: 0px 0px 78px 3px rgba(10, 36, 68, 0.1);
}
.fullPageInverse .newsletter-signup, .page-babavarocsomag .newsletter-signup { background: #f9ebd7; }
.newsletter-signup button { display: inline-block; margin-top: 30px; }
.newsletter-signup input { width: 90%; max-width: 270px; } 
.newsletter-signup input[type=checkbox] { width: auto; margin-right: 10px; } 
.newsletter-signup h3 { margin: 0; }
.newsletter-signup td { vertical-align: top; }
.newsletter-signup .text { margin-bottom: 20px; }

#exhibitors { 

}
#exhibitors .head { 
	width: 100%;
	display: grid;
	grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
	grid-template-rows: 50% 50%;
}
#exhibitors .head .text { margin-top: 10%; }
#exhibitors .gc1 { grid-column: span 3; grid-row: span 1; }
#exhibitors .gc2 { grid-column: span 2; grid-row: span 2; }
#exhibitors .gc3 { grid-column: span 5; grid-row: span 1; }
#exhibitors .gc4 { grid-column: span 3; grid-row: span 1; }
#exhibitors .gc5 { grid-column: span 5; grid-row: span 1; }
#exhibitors .categories .button:after {
	top: 0px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#exhibitors .categories .list {
	display: none;
	position: absolute;
	z-index: 100;
	margin: 0;
	padding: 0px 15px 15px 18px;
	background-color: rgba(255, 255, 255, 1);
	column-count: 3;
	column-gap: 50px;
}
#exhibitors .categories .list li {
	list-style: none;
	background-color: rgba(255, 255, 255, 0.8);
}
#exhibitors .categories .list li:hover {
	/*text-decoration: underline;*/
}
#exhibitors td {
	/*position: relative;*/
}
#exhibitors .search,
#exhibitors .categories {
	/*position: absolute;*/
	bottom: 10px;
	padding-top: 290px;
}
#exhibitors .search input {
	padding-left: 0;;
}
#exhibitors .search button {
	width: 1px;
	height: 1px;
	display: none;
}
#exhibitors .noResults {
	padding: 50px;
	text-align: center;
}
#exhibitors .categories {
	bottom: 44px;
}
#exhibitors .categories .button {
	cursor: pointer;
}
#exhibitors .exhibitor-brand-filter {
	width: auto;
}
#exhibitors .exhibitor-brand-filter * {
	vertical-align: middle;
	padding: 0;
}
#exhibitors .exhibitor-brand-filter .modulfilter {
	color: #CDCDCD;
}
#exhibitors .exhibitor-brand-filter .modulfilter:hover,
#exhibitors .exhibitor-brand-filter .modulfilter.akt {
	color: #000;
}
#exhibitors .exhibitor-brand-filter .modulfilter:hover {
	
}
#exhibitors-list .title {
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Museo 500';
	margin-top: 30px;
}
#exhibitors-list .item {
	/*width: 22.5%;*/
	/*margin-right: 3.3%;*/
	/*display: inline-block;*/
	margin-bottom: 100px;
	vertical-align: top;
}
#exhibitors-list .items .item:nth-child(4n) {
	/*margin-right: 0;*/
}
#exhibitors-list .item img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	/*bugfix iphone xs chrome*/
		-webkit-transform: translateZ(0);
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s;
	padding: 25px;;
	border: 1px solid #f8c1cd;
	box-sizing: border-box;
	object-fit: contain;
	min-height: 200px;
	/*box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.25);*/
	/*-webkit-box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.25);*/
	/*-moz-box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.25);*/
	/*margin-bottom: 15px;*/
}
#exhibitors-list .item:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	box-shadow: 0px 5px 45px -9px rgba(248, 193, 205, 1.05);
	-webkit-box-shadow: 0px 5px 45px -9px rgba(248, 193, 205, 1.05);
	-moz-box-shadow: 0px 5px 45px -9px rgba(248, 193, 205, 1.05);
}

#forExhibitorsLink table {
	min-height: 190px;
}
#forExhibitorsLink td {
	position: relative;
	bottom: 0;
}
#forExhibitorsLink .text {
	padding-bottom: 50px;
}
#forExhibitorsLink .button {
	position: absolute;
	bottom: 0;
}

#aboutUs h1 div {
	font-size: 25px;
	font-family: 'Noto Sans';
	letter-spacing: 1px;
}

#exhibitor {
		
	}
	#exhibitor .titlebox { 
		width: 100%;
		padding: 30px 5%;
		background: #FFF;
		box-shadow: 0px 0px 78px 3px rgba(10, 36, 68, 0.1);
		-webkit-box-shadow: 0px 0px 78px 3px rgba(10, 36, 68, 0.1);
		-moz-box-shadow: 0px 0px 78px 3px rgba(10, 36, 68, 0.1);
		box-sizing: border-box;

	}
	#exhibitor .titlebox .cell { 
		vertical-align: middle;
	}
	#exhibitor .title { 
		margin: 0;
	}
	#exhibitor .titlebox .logo { 
		max-width: 205px;
		max-height: 115px;
	}
	#exhibitor .titlebox .category {
		font-size: 16px;
		font-family: 'Noto Sans';
		font-weight: normal;
		text-transform: uppercase;
		margin-right: 15px;
		display: inline-block;
	}
	#exhibitor .text {
		margin-left: 5%;
	}
	#exhibitor .image { float: right; }
	#exhibitor .data  { margin-top: 60px; }
	#exhibitor .data td {
		padding-right: 10%;
		vertical-align: top;
		font-weight: bold;
		text-transform: uppercase;
	}
	#exhibitor .data p {
		font-weight: normal; 
	}
	#exhibitor . {
		font-weight: normal; 
	}
	.exhibitorSlider {
		overflow: hidden;
		position: relative;
	}
	.exhibitorSlider {
		overflow: hidden;
	}
	.exhibitorSlider .items {
		
	}
	.exhibitorSlider .points {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	.exhibitorSlider .item.prew,
	.exhibitorSlider .item.next {
		-moz-opacity:0;
		filter:alpha(opacity=0);
		opacity:0;
	}
	.exhibitorSlider .item.akt {
		box-shadow: unset;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
	}
	.exhibitorSlider .point {
		display: none;
		position: absolute;
	}
	.exhibitorSlider .point.inakt {
		-moz-opacity:0;
		filter:alpha(opacity=0);
		opacity:0;
	}
	.exhibitorSlider .point.prev,
	.exhibitorSlider .point.next {
		display: inline-block;
		position: absolute;
		top: 50%;
		z-index: 30;
		width: 25px;
		height: 25px;
		font-size: 80px;
		font-family: 'Museo 100';
		color: #FFF;

		text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	}
	.exhibitorSlider .point.prev {
		left: 10px;
	}
	.exhibitorSlider .point.next {
		right: 10px;
	}

/*#tickets .text { margin-bottom: 10px; }*/
/*#tickets .describe .text { min-height: 260px; }*/
/*#tickets .opening { margin-top: 40px; }*/
/*#tickets .opening tr > td:nth-child(1) { width: 28%; }*/
/*#tickets .opening tr > td:nth-child(3) { width: 45%; }*/
/*#tickets .hours, .page-helyszin .hours {*/
	/*width: 92%;*/
	/*height: 90px;*/
/*}*/

.jegyek {
		margin-top: 110px;
	}
	.jegy {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 18.7%;
		margin-left: 3%;
		background: #FFF;
		padding: 2%;
		padding-bottom: 75px;
		min-height: 425px;
		box-shadow: 0px 0px 60px 3px rgba(10, 36, 68, 0.15);
		-webkit-box-shadow: 0px 0px 60px 3px rgba(10, 36, 68, 0.15);
		-moz-box-shadow: 0px 0px 60px 3px rgba(10, 36, 68, 0.15);
	}
	.jegyek .jegy:nth-child(1) {
		margin-left: 0;
	}
	.jegyek .jegy:nth-child(2),
	.jegyek .jegy:nth-child(4) {
		margin-top: -60px;
	}
	.jegy .text {
		min-height: 81px;
	}
	.jegy .title {
		font-family: 'Museo 500';
		font-weight: normal;
		font-size: 25px;
		color: #848484;
	}
	.jegy .subtitle {
		color: #f8c1cd;
		font-family: 'Museo 500';
		font-weight: normal;
		line-height: 130%;
		padding: 5px 0;
	}
	.jegy hr {
		margin: 20px 0;
		border: 0;
		border-bottom: 1px #e6e6e6 solid;
	}
	.jegy .price {
		color: #f8c1cd;
		font-family: 'Museo 500';
		font-weight: normal;
		font-size: 48px;
		text-align: center;
	    padding-bottom: 25px;
	}
	.jegy .price.counter-2 {
		font-size: 40px;
	}
	.jegy .price .label {
		color: #686868;
		font-family: 'Museo 500';
		font-weight: normal;
		font-size: 15px;
		text-align: center;
	    margin-bottom: 0.8em;
	}
	.jegy .button {
		position: absolute;
		width: 100%;
		width: 82%;
		box-sizing: border-box;
		margin-bottom: 25px;
		bottom: 10px;
	}

.page-helyszin .hours {
	width: 37%;
	height: 60px;
	margin-top: 15px;
}
.page-helyszin .hours td {
	white-space: nowrap; 
}
.page-helyszin .hours tr td:nth-child(1) {
	padding-right: 5%; 
}
.page-helyszin .hours tr td:nth-child(2) {
	text-align: right; 
}

#forExhibitors td { position: relative; }
#forExhibitors .head .button { position: absolute; left: 0; bottom: 0; }

.imageTitle {
	position: relative;
	margin-top: 80px;
}
.imageTitle img {
	width: 100%;
}
.imageTitle .overlay {
	position: absolute; 
	top: 0;
	width: 100%; 
	height: 99%; 
	/*background-color: #000;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.04+0,0.41+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.04) 1%, rgba(0,0,0,0.41) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 */
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
}
.imageTitle .text {
	position: absolute;
	top: 0%;
	margin: 14% 25%;
	color: #FFF;
}
.imageTitle .title {
	font-size: 45px;
	line-height: 1.4em;
	margin: 0;
}
.imageTitle .category,
.imageTitle .date,
.imageTitle.inspiracio {
	margin-top: 0px;
}
.imageTitle.inspiracio .text {
	top: auto; 
	margin: auto; 
	bottom: 51px;
	left: 63px;
}
.imageTitle.inspiracio .title {
	line-height: 1.2em;
	font-size: 37px;
	width: 74%;
}
.imageTitle.inspiracio:hover .overlay {
	-moz-opacity:.0; filter:alpha(opacity=0); opacity:.0;
}

.forExhibitors02 {
	margin-top: -8%;
}
.forExhibitors02 .image {
	display: inline-block;
	vertical-align: bottom;
}
.forExhibitors02 .text {
	padding: 10% 1% 0 10%;
	background-color: #FFF;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}
.forExhibitors02 .title {
	margin-top: 0;
}
.forExhibitors02 .inner {
	position: relative;
	margin-top: 0;
	padding-bottom: 40px;
	min-height: 275px;
}
.forExhibitors02 .button {
	position: absolute;
	bottom: -5px;
	left: 0;
}

.forExhibitors03 {
	
}
.forExhibitors03 img {
	display: inline-block;
	padding: 2.2% 0 0 2.2%;
	background-image: url(images/ls_02.png);
	background-repeat: no-repeat;
	vertical-align: top
}
.forExhibitors03 .text {
	display: inline-block;
	padding-right: 10%;
	margin-top: -3%;
}

#jelentkezes .text .title {
	text-transform: uppercase;
	font-weight: bold;
}
#jelentkezes label { display: block; }
#jelentkezes .inputs { margin-top: 30px; }
#jelentkezes .inputs td { width: 50%; }
#jelentkezes textarea,
#jelentkezes input[type=email],
#jelentkezes input[type=text] { 
	width: 80%; 
	margin-bottom: 25px;
	box-sizing: border-box;
}
#jelentkezes textarea { 
	width: 90%; 
}

#partners .item {
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	margin-bottom: 40px;
	text-align: center;
	border: 1px #bfbfbf solid;
	padding: 25px;
	margin: 25px;
	box-sizing: border-box;
	width: 250px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center ;
}
#partners .items.catid-1 .item,
#partners .items.catid-2 .item,
#partners .items.catid-3 .item {
	/*width: 60%;*/
	/*margin: auto;*/
	/*display: block;*/
}
/*#partners .items.catid-2 .item { width: 40%; }*/
/*#partners .items.catid-3 .item { width: 30%; }*/
/*#partners .item img { height: auto; vertical-align: middle; }*/

#registration {
		
	}
	#registration .title {
		margin: 0 0 10px 0;;
	}
	#registration .subtitle {
		font-family: 'Noto Sans';
		font-size: 26px;
		font-weight: normal;
	}
	#registration label {
		display: block;
/*		margin-top: 20px;*/
		padding-top: 20px;
	}
	#registration select,
	#registration textarea,
	#registration input[type=text],
	#registration input[type=email] {
		width: 80%;
		box-sizing: border-box;
	}
	#registration select,
	#registration input[type=email] {
		width: 90%;
	}
	#registration select option {
		color: #000;
	}
	#registration .text .inner {
		max-width: 550px;
	}

/* The checkbox container */
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
/*    margin-bottom: 12px;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0.1;
    cursor: pointer;
    height: 2px; /* > 0px a required funkció miatt "látszódjon"! */
    width: 2px; /* > 0px a required funkció miatt "látszódjon"! */
}

/* Create a custom checkbox */
.checkbox .checkmark {
    position: absolute;
/*    top: 2px;*/
    margin-top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px #FFF solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: rgba(255, 255, 255, 0.2);
    transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
	left: 7px;
	top: 1px;
	width: 2px;
	height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-followUs .title,
#pressInquiry .title { margin: 0.4em 0; }
#pressInquiry .text { width: 85%; }
#pressInquiry a {
	font-size: 150%;
	font-weight: bold;
	display: block;
	margin-top: 25px;
}


#postList .salonSlider03 .item { height: 100%; }
/*#postList .salonSlider03 .item.next { margin-top: 4%; }*/
/*#postList .salonSlider03 .item.prev { margin-top: 4%; }*/
#postList .salonSlider03 .title { margin: 15px 0 0 0; font-size: 58px; text-align: center; }
#postList .salonSlider03 .category, #postList .salonSlider03 .date { text-transform: uppercase; vertical-align: middle; }
#postList .salonSlider03 .overlay { position: absolute; width: 100%; height: 100%; background-color: #000; }

.postList .item {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-left: 4%;
	margin-bottom: 8%;
	height: 410px;
}
.postList .item:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: red;
	z-index: 15;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.04+0,0.41+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.04) 1%, rgba(0,0,0,0.41) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 */
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.postList .item:hover:before {
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.postList .item.odd { margin-left: 0; }
.postList .item img { width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: 10; }
.postList .text { padding: 6% 6%; position: absolute; bottom: 0; z-index: 20; }
.postList .text * { color: #FFF; }
.postList .title { margin: 3% 0; line-height: 1.3em; }
.postList .category, .postList .date { display: inline-block; text-transform: uppercase; }
.postList .category:empty { display: none; }
.postList .category { margin-right: 5%; }
/*.postList .click { text-transform: uppercase; }*/
.postList .item:hover .click { text-decoration: underline; }
.postList .item { 
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
}
.postList .item:hover { 
	/*box-shadow: 0px 20px 60px -7px rgba(0, 0, 0, 0.3);*/
	/*-webkit-box-shadow: 0px 20px 60px -7px rgba(0, 0, 0, 0.3);*/
	/*-moz-box-shadow: 0px 20px 60px -7px rgba(0, 0, 0, 0.3);*/
	/*margin-top: -10px;*/
}

/*#publicTransport { margin: 20px auto; }*/
#publicTransport .cell { vertical-align: middle; }
.trafficLines { padding-bottom: 5%; text-align: center; }
#publicTransport .content-inner .text table tr td:nth-child(1) { padding-right: 10%; box-sizing: border-box; }
#publicTransport .content-inner .text table tr td:nth-child(2) p,
.trafficLines div {
	display: inline-block;
	text-align: center;
	font-size: 38px;
	font-weight: normal;
	font-family: 'Museo 500';
	width: 115px;
	height: 56px;
	padding-top: 56px;
	line-height: 1px;
	margin: 10px 15px;
	background: url(images/point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	/*border-radius: 100px;*/
	/*-webkit-border-radius: 100px;*/
	/*-moz-border-radius: 100px;*/
	/*border: 4px #000 solid;*/
}

#kapcsolatinfo .content-inner .text table tr td:nth-child(1) { padding-right: 5%; box-sizing: border-box; }

#informacio .cell { padding: 0 0 10px 0; }
#informacio .title { margin: 0 0 4% 0; }
#informacio .text { width: 80%; }
#informacio a { text-transform: uppercase; font-size: 115%; display: block; }

#creed .slider1 .text { display: none; }

.pager {
	margin-top: 30px;
	}
	.pager .nav,
	.pager .item {
		width: auto!important;
		display: inline-block;
		padding: 4px 8px;
		margin: 2px;
		font-weight: bold;
		margin-right: 2%;
	}
	.pager .item:hover,
	.pager .item.akt {
		border-bottom: 2px #000 solid;
		text-decoration: none;
	}

#post .content {
	margin: auto;
}
#post .content {
	margin-top: 80px;
}
#post .content img {
	width: 200%;
	/*margin: 14% 0 14% -50%;*/
	margin: 7% 0 7% 0;
	position: relative;
}
#post .content h1,
#post .content h2,
#post .content h3 {
	font-size: 30px;
}
#post .content ol,
#post .content ul {
	padding: 0 0 0 2em;
}

.postNav { 
	font-size: 25px; 
	font-family: 'Museo 500';
	margin: 40px 0;
}
.postNav a:hover { text-decoration: none; }
.postNav .cell { width: 33%; text-align: center; }
.postNav .prev { text-align: left; }
.postNav .next { text-align: right; }
.postNav .prev img { width: 50px; height: 50px; vertical-align: middle; margin-right: 30px; }
.postNav .next img { width: 50px; height: 50px; vertical-align: middle; margin-left: 30px; }

.auth-box {
	margin: 40px auto;
	text-align: center;
	}
	.auth-box table {
		width: 100%;
		margin: auto;
	}
	.auth-box td {
		padding: 5px;
	}
	.auth-box input[type=text],
	.auth-box input[type=email],
	.auth-box input[type=number],
	.auth-box input[type=password],
	.auth-box input.button,
	.auth-box select,
	.auth-box textarea {
		width: 80%;
		max-width: 300px;
		padding: 10px;
		box-sizing: border-box;
	}
	.auth-box .button {
		background: #DDD;
	}

.page-babavarocsomag #firstSlider .lead { font-size: 27px; line-height: 1.4; }
.page-babavarocsomag #firstSlider .title { font-size: 57px; }
#babavarocsomag-nyeremenyek-wrap { background-image: url(images/jatszesnyerj-bg1.png); background-repeat: no-repeat; background-position: 83% 94%; }
#babavarocsomag-nyeremenyek .content-inner table { border-bottom: 0; border-spacing: 0; display: inline-table; vertical-align: top; }
#babavarocsomag-nyeremenyek.pagewidth.padding .content-inner { padding-right: 1%; }
#babavarocsomag-nyeremenyek .content-inner table:nth-child(1) { width: 49%!important; margin-right: 4%; }
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) { width: 46%!important; }
#babavarocsomag-nyeremenyek .content-inner h2 { margin-top: 0; }
#babavarocsomag-nyeremenyek .content-inner td { padding: 0 0 45px 0; }
#babavarocsomag-nyeremenyek .content-inner table tbody tr:last-child td { padding-bottom: 0; }
#babavarocsomag-nyeremenyek .content-inner img { max-width: 70px!important; }
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) { font-size: 92%; font-style: italic; line-height: 1.4em; }
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(1),
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(3) { padding-right: 15px; }
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(2),
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(4) { padding-right: 20px; }

#babavarocsomag-registration { background-image: url(images/jatszesnyerj-bg2.png); background-repeat: no-repeat; background-position: 95% 55%; }
#babavarocsomag-registration h2 { margin-top: 0; }
#babavarocsomag-registration form { display: grid; grid-template-columns: 30% 30% 40%; grid-template-rows: 23% 33% 33%; padding-bottom: 2%; }
#babavarocsomag-registration form .item { padding-bottom: 40px; }
#babavarocsomag-registration form .item.send { align-self: end; text-align: right; }
#babavarocsomag-registration form label { display: block; }
#babavarocsomag-registration form input { width: 80%; border-color: #ffffffb5; }

#babavarocsomag-tudnivalok { background-image: url(images/jatszesnyerj-bg3.png); background-repeat: no-repeat; background-position: 15% 210px; }
#babavarocsomag-tudnivalok .content-inner { display: grid; grid-template-columns: 30% 70%; padding-bottom: 0; }
#babavarocsomag-tudnivalok h2 { font-size: 30px; }

#babavarocsomag-partnerek .content-inner { display: grid; grid-template-columns: 30% 70%; padding-bottom: 0; }
#babavarocsomag-partnerek h2 { font-size: 30px; }
#babavarocsomag-partnerek img { box-sizing: border-box; }
#babavarocsomag-partnerek td { text-align: center; }
#babavarocsomag-partnerek td:nth-child(1) { padding: 10px 40px 10px 0px;  }
#babavarocsomag-partnerek td:nth-child(2) { padding: 10px 30px 10px 20px;  }
#babavarocsomag-partnerek td:nth-child(3) { padding: 10px 20px 10px 30px;  }
#babavarocsomag-partnerek td:nth-child(4) { padding: 10px 0px 10px 40px;  }

.accordion-list .text ul ul,
.accordion-list .text ul ol,
.accordion-list .text ol ul,
.accordion-list .text ol ol {
    padding: 0.9em 0 0.4em 0;
    margin-right: 1.2em;
}
.accordion-list .text ul,
.accordion-list .text ol {
    list-style-type: none;
}
.accordion-list .text > ul > li,
.accordion-list .text > ol > li {
    cursor: pointer;
    font-size: 1.1em;
}
.accordion-list .text ul li > ul, 
.accordion-list .text ul li > ol, 
.accordion-list .text ol li > ul, 
.accordion-list .text ol li > ol {
    display: none;
    font-size: 0.85em;
    color: #999999;
    text-indent: 0;
    margin-left: 30px;
}
.accordion-list .text > ul,
.accordion-list .text > ol {
    padding: 0.3em 0;
}
.accordion-list .text > ul > li,
.accordion-list .text > ol > li {
    position: relative;
    border-bottom: 1px solid #DDD;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
    padding-left: 0;
    padding-right: 25px;
    /*text-indent: -1.9em;*/
    line-height: 1.3em;
    transition: all .25s;
    -moz-transition: all .25s; 
    -webkit-transition: all .25s; 
    -o-transition: all .25s; 
}
.accordion-list .text > ul > li:hover,
.accordion-list .text > ol > li:hover {
    color: #000000;
}
.accordion-list .text > ul > li:after,
.accordion-list .text > ol > li:after {
    content: " ";
    border: solid #ACAEAF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 17px;
    transition: all .25s;
    -moz-transition: all .25s; 
    -webkit-transition: all .25s; 
    -o-transition: all .25s; 
}
.accordion-list .text > ul > li:hover:after,
.accordion-list .text > ol > li:hover:after {
    border-color: #666666;
}
.accordion-list .text > ul > li.open:after,
.accordion-list .text > ol > li.open:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.page-kupon .content { min-height: 300px; }

.page-socialmediakit h1,
.page-socialmediakit h2 {
  font-size: 37px;
  line-height: 1.1em;
}
.page-socialmediakit h3 {
  position: relative;
  font-size: 25px;
  line-height: 1.1em;
  margin: 0;;
}
.page-socialmediakit h2 {
  text-align: center;
}
.page-socialmediakit .page-head h2 {
  text-align: left;
}
.mediakit-linkek {
	padding-top: 5%;;
}
.mediakit-linkek img {
	margin-right: 5px;
}
.mediakit-linkek table {
	font-size: 110%;
}
.mediakit-linkek h1,
.mediakit-kreativ-javaslatok h1,
.mediakit-szovegek h1 {
	text-align: center;
}
.mediakit-linkek p:first-of-type,
.mediakit-kreativ-javaslatok p:nth-of-type(1),
.mediakit-kreativ-javaslatok p:nth-of-type(2),
.mediakit-szovegek p:first-of-type {
	text-align: center;
	max-width: 560px;
	max-width: 650px;
	margin: 1.5em auto;
}
.mediakit-linkek h2 {
	text-align: center;
}
.mediakit-linkek p:first-of-type {
	max-width: 560px;
	margin-bottom: 3.5em;
}
.mediakit-linkek strong {
	font-size: 25px;
  line-height: 1.1em;
}
.mediakit-szovegek td p:first-of-type {
	text-align: left;
}
.mediakit-kreativ-javaslatok {
	margin-top: 250px;
}
.mediakit-kreativ-javaslatok .button {
	min-width: 300px;
	box-sizing: border-box;
}
.mediakit-kreativ-javaslatok table strong {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 20px;
	margin: 10px 0;
	position: relative;
	color: #ffaebf;
	background-color: #FFFFFF;
}
.mediakit-kreativ-javaslatok table>tbody>tr>td>table>tbody>tr:nth-child(1)>td {
	position: relative;
}
.mediakit-kreativ-javaslatok table>tbody>tr>td>table>tbody>tr:nth-child(1)>td:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	border-top: 1px solid #ffaebf;
	top: 23px;
}
.mediakit-kreativ-javaslatok .content-inner .text > table tbody tr:last-child p {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-gap: 5%;
}
.mediakit-kreativ-javaslatok .content-inner .text > table tbody tr:last-child p img {
	width: 100%!important;
}
.page-socialmediakit h3 strong {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	padding-right: 20px;
	color: #ffaebf;
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
}
.page-socialmediakit h3 strong:before {
	content: "";
	width: 100%;
	/*border-top: 1px solid #ffaebf;*/
	top: 12px;
	position: absolute;
	z-index: 0;
}


.sIcon {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-left: 7px;
}
.sIcon.large,
.inverse .sIcon  {
	width: 35px;
	height: 35px;
	margin-left: 0;
	margin-right: 7px;
}
.langIcon {
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
	font-family: 'Museo 100';
	font-size: 16px;
}
.langIcon.act,
.langIcon:hover {
	font-family: 'Museo 500';
	/*fill: white;*/
    /*background-color: #000;*/
}
.langs.donly {
    margin-left: 25px;
	min-width: 73px;
	display: inline-block;
}
.langs.monly {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px #8fc8e6 solid;
}
.langs.monly a:first-child img {
    margin-left: 0;
}

body.page-vedonoi_igenyles .form_editable input {
	width: 88%;
	box-sizing: border-box;
}

footer {
	margin: -330px 0 0 0;
	padding: 80px 0;
	font-size: 14px;
	font-family: 'Museo 500';
	min-height: 950px;
	background-image: url(images/wave-bottom.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

footer .pagewidth { margin-top: 330px; }
footer * { color: #7f7e7c!important; }
footer table { width: 100%; }
footer td { vertical-align: top; }
footer .logo p { font-family: 'Noto Sans'; font-size: 16px; font-weight: normal; }
footer .logo img.b { width: 110px; height: 82px; }
footer .logo img.k { width: 110px; }
footer .logo .text { font-size: 15px; }
footer .logo .text span { font-family: 'Museo 300'; font-size: 19px; }
footer .linkek a { display: block; margin-bottom: 11px; }
footer .fotamogato img { width: 150px; height: unset; margin-top: 25px; }
footer .copyright {
	vertical-align: bottom;
	color: #beb2a3!important;
	font-size: 100%;
}

.ui-dialog, .ui-front {
	z-index: 1000;
}

@media (max-width: 1440px)
{
	body {
		zoom: 0.9;
		/*-webkit-transform: scale(0.9);  -ms-transform: scale(0.9);  transform: scale(0.9);*/
	}
}
@media (max-width: 1080px)
{
	#galeria .column3 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
}
@media (min-width: 1050px)
{
	#istablet { display: none; }
	.tonly { display: none!important; }
}
@media (max-width: 1050px)
{
	#istablet { display: block; }
	header { position: relative; }
	#header-wrap {
		background-color: #73bbe1;
	}
	
	body.menu-x #firstSlider.salonSlider02 .item .text {
		display: none;
	}
	#firstSlider.salonSlider02 .text {
		margin: 57% 7%;
	}
	
	#logo, #menu { display: block; position: initial; }
	#nav-opener { position: absolute; top: 30px; right: 2px; }
	#menu .default { display: none; position: relative; left: 0; top: 0; text-align: left; margin: 0; padding: 0; margin-top: 15px; }
	#menu .faBtn.fb { margin-left: 0; }
	#menu .jegyvasarlas { display: none; }
	#menu .more { display: none; position: relative; text-align: left; right: auto; width: 100%; margin-top: 25px; }
	#menu .more a { display: block; margin-left: 2px; font-size: 16px; line-height: 1.8em; padding: 0px; margin-bottom: 10px; }
	#menu .more .buttons a { display: inline-block; }
	#menu .more .buttons img { width: 50px; height: 50px; }
	#nav-opener { top: 26px; }
	#nav-opener i {
	    width: 29px;
	    height: 3px;
	    margin: 5px 0;
	}
	#menu.x #nav-opener i:nth-child(2) {
		margin-top: -10px;
	}

	/*header { margin-bottom: 90px; }*/
	/*#logo, #menu { display: block; position: initial; }*/
	/*#nav-opener { position: absolute; top: 6px; right: 2px; }*/
	/*#menu .default { position: absolute; left: 0; top: 90%; text-align: right; margin: 0; padding: 0; margin-top: 25px; }*/
	/*#menu .more { display: none;  position: absolute; top: 123%; right: auto; width: 100%; text-align: right; }*/
	/*#menu .more a { display: inline-block; margin-right: 0; margin-left: 15px; font-size: 15px; line-height: 1.8em; padding: 0px; margin-bottom: 8px; }*/

	.sIcon { width: 34px; height: 34px; margin-left: 0; margin-right: 0px; }
	.sIcon.large { width: 50px; height: 50px; }
	.sIcon.fb { margin-left: 0; }

	/*header .faBtn  { margin: 0 2px; width: 35px; height: 35px; font-size: 29px; line-height: 28px;	}*/
	/*header .faBtn.yt  { font-size: 27px; padding-left: 3px; line-height: 27px; }*/

	footer .linkek { line-height: 2.5em; }
}
@media (min-width: 474px) and (max-width: 1050px)
{
	#menu .more { top: 146%; }
}
@media (min-width: 950px)
{
	#ismobile { display: none; }
	.monly { display: none!important; }
/*	.anyList { background-image: none!important; }*/
	#praktikusinfok td h3:nth-child(1) { margin-top: 0; }
}
@media (max-width: 950px)
{
	body { zoom: 1; }
	#ismobile { display: block; }
	.donly { display: none!important; }
	h1, .h1 { font-size: 40px; }
	h2, .h2 { font-size: 35px; }
	h3, .h3 { font-size: 30px; }
	h3, .h3 { font-size: 30px; }
	h4, .h4 { font-size: 20px; }
	h5, .h5 { font-size: 16px; }
	td.space { display: none; }
	.malignc { text-align: center; }
	.mW, .mW tbody, .mW>tbody, .mW>tbody>tr, .mW>tbody>tr>td { width: 100%!important; display: block; }
	.mW50 { width: 49.4%!important; display: inline-block; vertical-align: top; }
	.mpW { width: 86%; display: block; }
	.pagewidth, .fullPageInverse .content.html { width: 86%; }
	.newBlock { margin-top: 40px;; }
	.pagewidth.table { display: block; }
	.auth-box { margin: 10px auto; }
	.column3.mW { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.mcolumn1 {
		-webkit-column-count: 1; 
		-moz-column-count: 1; 
		column-count: 1;
		text-align: justify;
	}
	header { margin-top: 20px; margin-bottom: 20px; }
	#header-spacer { height: 110px; }

/*	#firstSlider .text { margin-top: -25px; }*/
	#firstSlider .title { font-size: 25px; }
	#firstSlider .lead { display: none; }

	#firstSlider-wrap, #firstSliderClone { margin-top: 0; }
	#firstSlider.salonSlider02 .points { display: inline-block; }
	#firstSlider .title { width: 75%; }

	.page-babavarocsomag #firstSlider .title { font-size: 26px; margin-top: -13px; }
	.page-babavarocsomag #firstSlider .title br { display: inline; display: none; }

	.anyList, .anyList .item { margin-top: 30px; overflow: initial; }
	.anyList .item.alignIr .text { margin-right: 0; }
	.anyList .item.alignIl img { margin-left: 0; float: none; /*width: 133%; max-width: 133%;*/ width: 100%; max-width: 100%; }
	.anyList .item.alignIr img { margin-left: -0; float: none; width: 100%; max-width: 100%; /*padding-bottom: 40px;*/ }
	/*.anyList.mImgBg {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-top: 70%;
		background-size: 127%;
		background-position: 59% top;
	    background-repeat: no-repeat;
	    padding-top: 90%;
	}
	.anyList.mImgBg img { display: none; }
	.anyList.mImgBg .text { width: 86%; margin: auto; }*/
	.anyList .item .button { bottom: 0; position: relative; margin-top: 10px; }
	.anyList .item .video { max-width: 100%; width: 100%; }
	
	.list-3-col .items .item {
		width: 49%;
		min-height: 230px
	}
	.list-3-col .items .item:nth-child(3n-2) {
		margin-left: 2%;
	}
	.list-3-col .items .item:nth-child(2n-1) {
		margin-left: 0;
	}

	#galeria-box img { width: 110%; max-width: 110%; position: relative; margin-left: -6%; }
	#galeria-box h3 { margin-top: 0; }
	#galeria-box .lead { margin-top: 25px; }
	#galeria-box .text { width: 100%; }

	#postList2 .item:nth-child(1) {
		padding-top: 54%;
	}
	#postList2 .item {
		padding-top: 54%;
		margin-right: 0;
	}

	.grid-30-4 { display: grid; grid-gap: 1%; grid-template-columns: unset; }

	.jegyek .jegy,
	.jegyek .jegy:nth-child(2),
	.jegyek .jegy:nth-child(4) {
		margin: 30px 0 0 0;
		box-sizing: border-box;
		padding: 10% 10% 95px 10%;
	}
	.jegyek .text {
		min-height: unset;
	}

	.page-jegyek .page-head {
		background-color: #73bbe1;
		--pagewidth: 100%;
		padding: 0 7%;
		position: relative;
	}
	.page-jegyek .page-head:before {
		display: block;
		position: absolute;
		content: "";
		background-color: #73bbe1;
		width: 100%;
		height: 100px;
		left: 0%;
		top: -100px;
	}

	#ticketPurchase { margin-top: 20px; }
	#ticketPurchase .jegyarak { margin-top: 20px; }
	#ticketPurchase .jegyarak td { text-align: left; }
	.text.column2 {
		-webkit-column-count: 1; 
		-moz-column-count: 1; 
		column-count: 1;
		column-gap: 0;
	}
	/*.salonSlider02 .points { display: none; }*/
	
	.page-head h1 { font-size: 34px; }
	.page-head .content-inner { display: block; }

	.imageTitle .text { position: relative; color: #000; width: auto; margin: 0%; }
	.imageTitle .title { font-size: 25px; margin: 1em 0; }
	.imageTitle .overlay { display: none; }
	.imageTitle.inspiracio .overlay { display: block; }
	.imageTitle.inspiracio .text { position: absolute; margin: 0; color: #FFF; bottom: 20px; }
	.imageTitle.inspiracio .title { font-size: 34px; }
	#post .imageTitle { margin-top: 0; }
	#post .imageTitle .title { margin-top: 0.5em; }
	#forExhibitors .imageTitle .text { margin: 0%; }
	.forExhibitors02 { margin: auto; }
	.forExhibitors02 .text { padding-left: 0; padding-right: 0; }
	#postList2 { padding-top: 40px; }
	#postList2 .head .title { font-weight: normal; margin: 15px 0; }
	#postList2 .head { margin-bottom: 10px; }

	#postList3 .item {
		padding-left: 0;
		margin-left: 0;
		padding-top: 55%;
	}

	#postList .salonSlider03 .points { display: block; position: absolute; position: absolute; padding: 0; width: 97%; margin-top: -32%; }
	#postList .salonSlider03 .category { padding-right: 15px; }
	#postList .salonSlider03 .points .point { display: none; }
	#postList .salonSlider03 .points .point.next, #postList .salonSlider03 .points .point.prev { 
		display: inline-block;
		position: absolute;
		left: -34px;
		width: 15px;
		font-size: 35px;
		padding: 20px 5px;
	}
	#postList { width: 100%; overflow-x: hidden; }
	#postList .salonSlider03 .points .point.next { left: auto; right: -31px; text-align: right; }
	#postList .salonSlider03 .item.prev, #postList .salonSlider03 .item.next { -moz-opacity:.0; filter:alpha(opacity=0); opacity:.0; }
	/*#postList .salonSlider03 .text { position: relative; margin: 1% 0; color: #000; }*/
	/*#postList .salonSlider03 .title { font-size: 25px; margin-top: 10px; }*/
	/*#postList .salonSlider03 img { position: relative; }*/
	#postList .salonSlider03 .overlay { display: none; }
	#postList .salonSlider03 .title { font-size: 40px;  }
	#postList .salonSlider03 .text {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	/*#postList .postList.pagewidth { width: 100%; margin-top: 60px; }*/
	/*#postList .postList .item { margin-bottom: 0; }*/
	/*#postList .postList .button { color: #FFF; }*/
	/*#postList .postList img { width: 86%; margin: 7% 7% 0 7%; }*/

	#creed .salonSlider02 .item { width: 100%; display: block; position: relative; margin-bottom: 40px; }
	#creed .salonSlider02 .item img { position: relative; }

	.postList .item { margin-left: 0; }
	#toptile {
		height: 1200px;
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%; /* 25% 25% 25% 25%*/
	}
	#toptile span, #toptile .lt span {
		font-size: 18px;
		left: 15px;
		bottom: 12px;
	}
	#toptile .tile1  { grid-column: span 2; grid-row: span 2; }
	#toptile .tile2  { grid-column: span 1; grid-row: span 1; }
	#toptile .tile3  { grid-column: span 1; grid-row: span 1; }
	#toptile .tile4  { grid-column: span 2; grid-row: span 1; }
	#toptile .tile5  { grid-column: span 1; grid-row: span 1; }
	#toptile .tile6  { grid-column: span 1; grid-row: span 2; }
	#toptile .tile7  { grid-column: span 1; grid-row: span 1; }
	#toptile .tile8  { grid-column: span 2; grid-row: span 2; }

	.marvany {
		margin-top: 60px;
		padding: 60px 0;
	}
	.box-followUs { margin-top: 0; margin-bottom: 60px; }
	.box-followUs .buttons { padding: 10%; text-align: center; box-sizing: border-box; }
	.box-followUs2 .texts {
		padding-left: 10px;
		padding-right: 10px;
	}
	.newsletter-signup td.space { display: block; height: 20px; }
	.newsletter-signup table input { width: 94%; }

	.page-hitvallas .columnHalf { width: 100%; }
	.page-hitvallas h1 { font-size: 21px; margin: 2.1em 0; }

	#exhibitors .head { display: block; }
	#exhibitors .head .text { margin-top: 0; margin-bottom: 20px; }
	#exhibitors .categories { padding-top: 40px; }
	#exhibitors input { width: 94%; }
	#exhibitors .categories .list { column-count: 2; width: 80%; }
	#exhibitor .text { margin-left: 0%; }
	#exhibitor .titlebox .text { margin-bottom: 3%; }
	#exhibitor .salonSlider02-wrap { float: none!important; margin: auto!important; }
	
	#program .content {
		background-color: transparent;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	.section-stand-programs .item img,
	.section-standprogramok .item img {
		height: unset;
	}

	#program .more-programs .item .title {
		width: auto;
	}
	#program .more-programs .item,
	#program .more-programs .item .title {
		margin-left: 0;
	}

	/*#tickets { margin-top: 15px; }*/
	/*#tickets .describe .text { min-height: auto; }*/

	#partners .title { color: #ffaebf; margin: 40px 0; }
	#partners .items.count-1 .item,
	#partners .items.count-2 .item,
	#partners .items.count-3 .item { width: 90%; }
	#partners .items.count-2 .item { width: 60%; }
	#partners .items.count-3 .item { width: 50%; }
	#partners .items .item { width: 100%; max-width: 350px; }
	#partners .item { margin: auto; margin-bottom: 25px; }
	#partners .item { border-color: #ffaebf; }

	#pressInquiry { margin-bottom: 80px; }

	#forExhibitors .head .button { display: block; position: relative; margin-top: 20px; max-width: 85px; }

	.forExhibitors02 .text { min-height: auto; }
	.forExhibitors02 .button { position: relative; left: 0; display: block; max-width: 85px;  }

	.forExhibitors03 img { padding: 0; }
	.forExhibitors03 .text { margin: auto auto 20px auto ; }

	#post .content { margin-top: 40px; }

	/*#babavarocsomag-registration form { display: grid; grid-template-columns: 30% 30% 40%; grid-template-rows: 23% 33% 33%; padding-bottom: 2%; }*/
	/*#babavarocsomag-tudnivalok .content-inner { display: grid; grid-template-columns: 30% 70%; }*/
	/*#babavarocsomag-partnerek .content-inner { display: grid; grid-template-columns: 30% 70%; }*/
	/*#babavarocsomag-registration form { display: block; }*/
	#babavarocsomag-registration { background-position: right 50px; }
	#babavarocsomag-registration form { display: grid; grid-template-columns: 100%; grid-template-rows: 11%; padding-bottom: 2%; }
	#babavarocsomag-registration form .item { order: 1; }
	#babavarocsomag-registration form .item:nth-child(2) { display:none; }
	#babavarocsomag-registration form .item:nth-child(3) { order: 2; }
	#babavarocsomag-registration form .item:nth-child(9) { order: 3; }
	#babavarocsomag-registration form .item.send { align-self: start; text-align: left; }
	#babavarocsomag-tudnivalok { background-position: right 15px; }
	#babavarocsomag-tudnivalok .content-inner { display: block; }
	#babavarocsomag-partnerek .content-inner { display: block; }
	#babavarocsomag-partnerek table, #babavarocsomag-partnerek tbody, #babavarocsomag-partnerek tr, #babavarocsomag-partnerek td { display: block; }
	#babavarocsomag-partnerek td { display: inline-block; width: 48%; font-style: italic; }
	#babavarocsomag-partnerek td img { max-width: 80%!important; }
	#babavarocsomag-partnerek td:nth-child(1) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(2) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(3) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(4) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-nyeremenyek .content-inner table:nth-of-type(1), 
	#babavarocsomag-nyeremenyek .content-inner table:nth-of-type(2) { width: 100%!important; }
	#babavarocsomag-nyeremenyek .content-inner table, 
	#babavarocsomag-nyeremenyek .content-inner tbody, 
	#babavarocsomag-nyeremenyek .content-inner tr, 
	#babavarocsomag-nyeremenyek .content-inner td { display: block; width: 100%; padding: 0; }
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(1),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(2),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(3),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(4) { display: inline-block; width: 48%; padding-bottom: 20px; padding-left: 0; padding-right: 0; }
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(1),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(3) { width: 15%; text-align: center; }
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(2),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(4) { width: 33%; }


	.page-socialmediakit #top-wave { width: 100%; overflow: hidden; }
	.page-socialmediakit #top-wave svg { width: 200%; margin-left: -18%; }
	.section-wrap-grey { padding-top: 10%; padding-bottom: 10%; margin: 10% auto; }
	.mediakit-linkek p:first-of-type, .mediakit-kreativ-javaslatok p:first-of-type, .mediakit-szovegek p:first-of-type { margin-bottom: 3.5em; }
	.mediakit-linkek td p:first-of-type, .mediakit-kreativ-javaslatok td p:first-of-type, .mediakit-szovegek td p:first-of-type { margin-bottom: 1.5em; }
	.page-socialmediakit h1, .page-socialmediakit h2 { font-size: 31px; }
	.page-socialmediakit table, .page-socialmediakit tbody, .page-socialmediakit tr, .page-socialmediakit td { display: block; width: 100%!important; box-sizing: border-box; margin-left: 0; margin-right: 0; }
	.mediakit-linkek td { display: inline-block; width: auto!important; margin-bottom: 10px; max-width: 243px; font-size: 10px; }
	.mediakit-linkek td strong { font-size: 20px; line-height: 1.2em; }
	.mediakit-linkek td img { margin-right: 10px!important; margin-left: -3px; }
	.mediakit-linkek td br { display: none; }
	.page-socialmediakit h3 { font-size: 18px; }
	.page-socialmediakit table br { display: none; }

	#kapcsolatinfo h3 { margin-bottom: 10px; }

	#publicTransport table, #publicTransport tbody, #publicTransport tr, #publicTransport td,
	#kapcsolatinfo table, #kapcsolatinfo tbody, #kapcsolatinfo tr, #kapcsolatinfo td,
	#praktikusinfok table, #praktikusinfok tbody, #praktikusinfok tr, #praktikusinfok td { display: block; width: 100%!important; }
	#praktikusinfok .content-inner .text table tr td:nth-child(2) { display: none; }
	#publicTransport .content-inner .text table tr td:nth-child(1) { padding: 0; }
	#publicTransport h5 { letter-spacing: 1px; }
	#publicTransport .content-inner .text table tr td:nth-child(2) p,
	.trafficLines div { font-size: 28px; width: 70px; height: 35px; padding-top: 36px; margin: 10px 9px; }

	footer { padding: 25px 0 25px 0; }
	footer .logo { margin-bottom: 20px; }
	footer .linkek { padding-left: 0; border-left: 0; width: 100%; }
	footer .linkek a { padding-left: 0;  }
	footer .fotamogato { padding-top: 60px; }
	footer .contact { padding-top: 30px; }
	footer .fotamogato, footer .contact, footer .copyright { text-align: center; }
	footer .hours { width: 65%; }

	/*#top-wave svg { height: 435px; margin-top: 95px; }*/
	/*.page-fooldal #top-wave svg { height: 435px; margin-top: 95px; }*/
}
@media (max-height: 500px)
{
	#firstSlider.salonSlider02 .text {
		margin: 20% 7%;
	}
}
@media (max-width: 850px)
{
	.postList .item { height: 400px; }
	#galeria .column3 { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}
@media (max-width: 800px)
{
	.mediakit-linkek tr td:nth-child(3) { display: block; height: 1px; }
}
@media (max-width: 700px){
	/*#top-wave svg { height: 280px; margin-top: 165px; }*/
	/*.page-fooldal #top-wave svg { height: 280px; margin-top: 165px; }*/
	#postList .salonSlider03 .points { margin-top: -35%; }
	#postList .salonSlider03 .points .point.prev { left: -32px; }
	#postList .salonSlider03 .points .point.next { right: -29px; }

	body.page-vedonoi_igenyles .form_editable input { width: 100%; }
}
@media (max-width: 600px){

	header { margin-top: 5px; margin-bottom: 5px; }
	#header-spacer { height: 100px; }

	#firstSlider.salonSlider02 .title { width: 100%; }
	#logo { 
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin-x: 0;
	}
	#logo .cell div { font-size: 23px; }
	#logo .cell span { font-size: 21px; }

	#postList .salonSlider03 .title { font-size: 25px; }
	.postList .item { height: 300px; }

	#babavarocsomag-partnerek .content-inner { display: block; }
	/*#babavarocsomag-partnerek table, #babavarocsomag-partnerek tbody, #babavarocsomag-partnerek tr, #babavarocsomag-partnerek td { display: block; }*/
	/*#babavarocsomag-partnerek td { display: inline-block; width: 100%; }*/
	#babavarocsomag-partnerek td:nth-child(1) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(2) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(3) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(4) { padding-left: 0; padding-right: 0; }

	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(1),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(3) { width: 32%; text-align: center; }
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(2),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(4) { width: 65%; }
}
@media (max-width: 500px){
	#logo .cell div { font-size: 21px; }
	#logo .cell span { font-size: 19px; }

	/*#top-wave svg { height: 280px; margin-top: 135px; }*/
	/*.page-fooldal #top-wave svg { height: 280px; margin-top: 135px; }*/
	#postList .salonSlider03 .points { margin-top: -38%; }
	#postList .salonSlider03 .points .point.prev { left: -32px; }
	#postList .salonSlider03 .points .point.next { right: -25px; }

	.pagewidth.padding:not(.inverse) .content-inner { padding-left: 0; padding-right: 0; }

	.list-3-col .items .item {
		width: 100%;
		margin-left: 0;
		min-height: 230px;
	}
	.list-3-col .items .item:nth-child(3n-2) {
		margin-left: 0;
	}
}
@media (max-width: 450px){
	#logo { 
		-webkit-transform: scale(0.65);
		-ms-transform: scale(0.65);
		transform: scale(0.65);
		-webkit-transform-origin-x: 0;
	}
	#logo img {
		padding-right: 25px;
		margin-right: 25px;
	}
}
@media (max-width: 400px){
	/*#top-wave svg { height: 250px; margin-top: 135px; }*/
	/*.page-fooldal #top-wave svg { height: 250px; margin-top: 135px; }*/
	#firstSlider .title.len-gt-60 { font-size: 22px; }
	#postList .salonSlider03 .points { margin-top: -38%; }
	#postList .salonSlider03 .points .point.prev { left: -32px; }
	#postList .salonSlider03 .points .point.next { right: -21px; }
	.postList .item { height: 220px; }
	#postList .salonSlider03 .text { width: 86%; }
	.postList .title { line-height: 1.2em; font-size: 1.2em; }
	#logo { 
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
		-webkit-transform-origin-x: 0;
	}
}
/*@media (max-width: 550px) {	#logo { -webkit-transform: scale(1);  -ms-transform: scale(1);  transform: scale(1);	}}*/
/*@media (max-width: 525px) {	#logo { -webkit-transform: scale(0.98);  -ms-transform: scale(0.98);  transform: scale(0.98);	}}*/
/*@media (max-width: 500px) {	#logo { -webkit-transform: scale(0.98);  -ms-transform: scale(0.98);  transform: scale(0.98);	}}*/
/*@media (max-width: 475px) {	#logo { -webkit-transform: scale(0.93);  -ms-transform: scale(0.93);  transform: scale(0.93);	}}*/
/*@media (max-width: 450px) {	#logo { -webkit-transform: scale(0.88);  -ms-transform: scale(0.88);  transform: scale(0.88);	}}*/
/*@media (max-width: 425px) {	#logo { -webkit-transform: scale(0.83);  -ms-transform: scale(0.83);  transform: scale(0.83);	}}*/
/*@media (max-width: 400px) {	#logo { -webkit-transform: scale(0.78);  -ms-transform: scale(0.78);  transform: scale(0.78);	}}*/
/*@media (max-width: 375px) {	#logo { -webkit-transform: scale(0.73);  -ms-transform: scale(0.73);  transform: scale(0.73);	}}*/
/*@media (max-width: 350px) {	#logo { -webkit-transform: scale(0.68);  -ms-transform: scale(0.68);  transform: scale(0.68);	}}*/
/*@media (max-width: 325px) {	#logo { -webkit-transform: scale(0.63);  -ms-transform: scale(0.63);  transform: scale(0.63);	}}*/