/*
 * @license
 * MyFonts Webfont Build ID 3618216, 2018-08-02T12:26:24-0400
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * You may obtain a valid license at the URLs below.
 * Webfont: AvenirLTPro-Book by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-45-book/
 * Webfont: AvenirLTPro-Heavy by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-85-heavy/
 * Webfont: AvenirLTPro-Black by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-95-black/
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3618216
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 2014 Monotype GmbH. All rights reserved.
 * © 2018 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/3735a8");*/
@font-face {font-family: 'AvenirLTPro-Book'; src: url('fonts/3735A8_0_0.eot'); src: url('fonts/3735A8_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/3735A8_0_0.woff2') format('woff2'),url('fonts/3735A8_0_0.woff') format('woff'),url('fonts/3735A8_0_0.ttf') format('truetype'); }
@font-face {font-family: 'AvenirLTPro-Heavy'; src: url('fonts/3735A8_1_0.eot'); src: url('fonts/3735A8_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/3735A8_1_0.woff2') format('woff2'),url('fonts/3735A8_1_0.woff') format('woff'),url('fonts/3735A8_1_0.ttf') format('truetype'); }
@font-face {font-family: 'AvenirLTPro-Black'; src: url('fonts/3735A8_2_0.eot'); src: url('fonts/3735A8_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/3735A8_2_0.woff2') format('woff2'),url('fonts/3735A8_2_0.woff') format('woff'),url('fonts/3735A8_2_0.ttf') format('truetype'); }
 
/** tag **************************************************************************************/

body { 
	margin: 0;
	padding: 0;
	height: 100%;
	height: 100%;
	font-family: 'AvenirLTPro-Book', sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	color: #000000;
	background: #FFFFFF;
	overflow-y: scroll;
	--darkgrey: #999;
	--pagewidth: 90vw;
	--pagewidth-max: 1152px;
	--logo-width: 380px;
}
section {	clear: both; margin-top: 10em; }
img { border: 0; }
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
h1, h2, h3, h4, h5 { font-family: 'AvenirLTPro-Heavy'; text-transform: uppercase; letter-spacing: 0.9px; 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; ; line-height: 1.4em; }
h3, .h3 { font-size: 40px; }
h4, .h4 { font-size: 24px; letter-spacing: 2px; }
h5, .h5 { font-size: 23px; letter-spacing: 1px; }
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=number], input[type=password], textarea, select {
	padding: 8px 3% 8px 0;
	box-sizing: border-box;
	border: 0;
	font-size: 15px;
	border-bottom: 1px #000000 solid;
	border-top: 4px solid transparent;
	background-color: transparent;
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus, select:focus {
	font-size: 18px;
	border-bottom-width: 2px;
	border-top-width: 0;
}
input[type=radio], input[type=radio],
input[type=radio], input[type=checkbox] {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	margin-right: 5px;
	vertical-align: -1px;
}

::-webkit-input-placeholder { color: #000; text-transform: uppercase; font-size: 15px; }
:-moz-placeholder { color: #000; text-transform: uppercase; font-size: 15px; }
:-ms-input-placeholder { color: #000; text-transform: uppercase; }
:hover::-webkit-input-placeholder { color: #000; text-transform: uppercase; font-size: 15px; }
:hover:-moz-placeholder { color: #000; text-transform: uppercase; font-size: 15px; }
:hover:-ms-input-placeholder { color: #000; text-transform: uppercase; font-size: 15px; }

button, .button, input[type=button], input[type=submit] {
	position: relative;
	display: inline-block;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	border: 0;
	position: relative;
	padding-left: 0;
	outline: none;
}
.button.inverse {
	font-weight: normal;
	border: 1px solid #000000;
	-webkit-transition: all .25s; 
	-moz-transition: all .25s; 
	-o-transition: all .25s; 
	transition: all .25s;
}
.button.inverse:hover {
	background-color: inherit;
	color: inherit;
}
.underslide {
 display: inline-block;
 position: relative;
}
.underslide:hover {
	text-decoration: none;
}
.underslide:after {
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: unset;
 right: 0;
 height: 2px;
 background: #000;
 transition: width 0.3s ease 0s, left 0.3s ease 0s;
 width: 0;
}
.underslide:hover:after {
 left: 0;
 right: unset;
 width: 100%;
}
.underslide.button:after, button.underslide:after { 
 right: 26px;
}
.button.underslide:hover:after, button.underslide:hover:after { 
 width: calc(100% - 26px);
}
.button .draw-arrow, button .draw-arrow { vertical-align: -2px; --size: 15px; --line-width: 1px; margin-left: 10px; }

.underslide:not(.button):not(button):before {
 content: "";
 display: block;
 position: absolute;
 left: 0;
 right: unset;
 background: #000;
 width: 100%;
 height: 1px;
 bottom: 2px;
}
.underslide:not(.button):not(button):after {
 bottom: 2px;
}

.button-dark {
	color: #FFF!important;
	background-color: #000;
	border: 1px solid #000;
  box-sizing: border-box;
	padding: 14px 13px 12px 13px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 90%;
	letter-spacing: 2px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.button-dark:hover {
	text-decoration: none;
	color: #000000!important;
	background-color: #FFFFFF;
	border: 1px solid #000;
  box-sizing: border-box;
}
#tickets .button-dark[href="#"]:hover {
	cursor: default;
	color: #FFFFFF!important;
	background-color: #000000;
}
.button-dark:after {
	display: none;
}
.transparentbutton {
	background-color: transparent;
	border: 1px solid #000;
	padding: 5px 30px 3px 30px;
	font-weight: bold;
	font-family: 'AvenirLTPro-Heavy';
}
.transparentbutton:hover, .transparentbutton.akt {
	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
	font-weight: bold;
	font-family: 'AvenirLTPro-Heavy';
	padding: 5px 30px 3px 30px;
	text-decoration: none;
}

#kerdoivek .button {
	-webkit-transition: padding-left .25s;
	-moz-transition: padding-left .25s;
	-o-transition: padding-left .25s;
	transition: padding-left .25s;
}
#kerdoivek .button.inprogress {
	padding-left: 25px;
	background-image: url(images/loader.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 15px;
}

.radio-checkbox {
	margin-right: 5px;
	zoom: 1.2;
	-moz-transform: scale(1.1);
	-moz-transform-origin: 0 0;
	-o-transform: scale(1.1);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(1.1);
	-webkit-transform-origin: 0 0;
	transform: scale(1.1);
	transform-origin: 0 0;
}
table { border-collapse: collapse; }
hr { height: 1px; border-top: 1px #000 solid; }
figure.imageAndCaption {
	position: relative;
}
figure.imageAndCaption figcaption {
	position: absolute;
	width: 100%;
	color: var(--darkgrey);
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 0 3px 20px;
	box-sizing: border-box;
	text-align: right;
	/*max-width: 500px;*/
	/*transition: all 0.65s;
	-moz-transition: all 0.65s;
	-webkit-transition: all 0.65s;
	-o-transition: all 0.65s;
	left: 52%;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);*/
}
/*figure.imageAndCaption figcaption.show {
	-webkit-animation: slide-in-right 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	    animation: slide-in-right 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
@-webkit-keyframes slide-in-right {
 from {left: 120%; }
 to {left: 52%; }
}
@keyframes slide-in-right {
 from {left: 120%; }
 to {left: 52%; }
}*/

/** class **************************************************************************************/

.pagewidth {
	display: block;
	width: var(--pagewidth);
	max-width: var(--pagewidth-max);
	margin-left: auto;
	margin-right: auto;
}
/*.pagewidth.winright {
	margin-right: 0;
}*/
.pagewidth .pagewidth {
	width: 100%;
}
.clear { clear: both; }
.inlinetable { display: inline-table; }
.table { display: table; }
.tr,.row { display: table-row; }
.td,.cell { display: table-cell; }
.kiemelt { color: #0000FF; }
.nowrap { white-space: nowrap; }
.hidden { display: none; }
.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; }
.upperc { text-transform: uppercase; }
.szurke { color: grey; }
.normal { font-weight: normal; }
.apro { font-size: 85%; }
.aprobb { font-size: 75%; }
.nagyobb { font-size: 120%; }
.halvany { opacity:0.65; filter:alpha(opacity=65); }
.halovany { opacity:0.4; filter:alpha(opacity=40); }
.hide { display: none; }
.hideempty:empty { display: none; }
.alignc { text-align: center; }
.alignr { text-align: right; }
.alignj { text-align: justify; }
.alignl { text-align: left; }
.valignm { vertical-align: middle; }
.displayn { display: none; }
.positionr { position: relative; }
.overflowh { overflow: hidden; }
.indent { margin-left: 2em; }
.wh100 { width: 100%; height: 100%; }
.w100 { width: 100%; }
.w90{width:90%; }
.w85{width:85%; }
.w80{width:80%; }
.w75{width:75%; }
.w70{width:70%; }
.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%; }
.w37{width:37%; }
.w33{width:33%; }
.w31{width:31%; }
.w30{width:30%; }
.w28{width:28%; }
.w27{width:27%; }
.w25{width:25%; }
.w24{width:24%; }
.w20{width:20%; }
.w15{width:15%; }
.w10{width:10%; }
.max750{max-width:750px; }
.min700{min-width:700px; }
.min300{min-width:300px; }
.m40{margin:40px; }
.my40{margin-top:40px; margin-bottom:40px; }
.mb0{margin-bottom:0; }
.mb5{margin-bottom:5px; }
.mb10{margin-bottom:10px; }
.mb20{margin-bottom:20px; }
.mb30{margin-bottom:30px; }
.mb40{margin-bottom:40px; }
.mb60{margin-bottom:60px; }
.p40{padding:40px; }
.py40{padding-top:40px; padding-bottom:40px; }
.pt40{padding-top:40px; }
.pb40{padding-bottom:40px; }
.m30{margin:30px; }
.my30{margin-top:30px; margin-bottom:30px; }
.mt0{margin-top:0; }
.mt5{margin-top:5px; }
.mt10{margin-top:10px; }
.mt30{margin-top:30px; }
.mt40{margin-top:40px; }
.mt45{margin-top:45px; }
.mt60{margin-top:60px; }
.mt70{margin-top:70px; }
.mt90{margin-top:90px; }
.mt120{margin-top:120px; }
.mt150{margin-top:150px; }
.mt-3em{margin-top:-3em; }
.mt-6em{margin-top:-6em; }
.p30{padding:30px; }
.py30{padding-top:30px; padding-bottom:30px; }
.pt0{padding-top:0px; }
.pt30{padding-top:30px; }
.pt150{padding-top:150px; }
.pb30{padding-bottom:30px; }
.c4i{width:22.5%; margin-right: 3.3%; display: inline-block; white-space: normal; }
.c4i:nth-child(4n) { margin-right: 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://hu.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;
  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://hu.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://hu.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; }

#exhibitor a.to-icon { margin-top: 5px; }

.salonSlider1 .c4i:nth-child(4n) { margin-right: 3.3%; }
.textU80 { font-size: 80%; text-transform: uppercase; letter-spacing: 1px; }
.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);
}
.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 {
	-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);
	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 {
	-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);
	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: 1%;
	text-align: justify;
}

#scroll-to-top {
	display: none;
	position: fixed;
	width: 45px;
	height: 45px;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#scroll-to-top.show {
	display: block;
}
#scroll-to-top i {
	border-color: #FFF;
    width: 15px!important;
	margin: 0px 0px -11px 14.5px;
}
#scroll-to-top i:nth-child(1) {
	margin-top: 25px;
}

.list-3-2-1-col {
		
	}
	.list-3-2-1-col .items .item {
		display: inline-block;
		vertical-align: top;
		width: 32.666%;
		margin-left: 1%;
		margin-bottom: 4%;
		min-height: 330px;
	}
	.list-3-2-1-col .items .item:nth-child(3n-2) {
		margin-left: 0;
	}
	.list-3-2-1-col .items .item .image {
		display: block;
		width: 100%;
		height: 255px;
		overflow: hidden;
	}
	.list-3-2-1-col .items .item img {
		width: 100%;
		object-fit: cover;
	}
	.list-3-2-1-col:not(.skiphover) .items .item:hover img {
		
	}
	.list-3-2-1-col .items .item .title {
		
	}

.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; }

.margina { margin: auto; }
.mt40 { margin-top: 40px; }
.mb0 { margin-bottom: 0; }
.columnHalf { width: 48%; }
.mobilhide { display: block; }
.mobilview { display: none; }
.overflowXH { overflow-x: hidden; }
.inverse { background-color: #000; color: #FFF; }
.inverse *, .inverse a:link, .inverse a:visited, .inverse a:hover, .inverse a:active {
	color: #FFF;
}
.failure, .success {
	color: #FFF;
	padding: 10px 20px;
	margin: 20px 0;
}
.failure:not(.show), .success:not(.show), .failure:empty, .success:empty {
	display: none;
}
.failure { background-color: #db4437; }
.success { background-color: #0eb38e; }
.per, .pert {
	background-image: url(images/per.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pert { background-image: url(images/per-thin.png); }
.per.white { background-image: url(images/per-white.png); }
.pert.white { background-image: url(images/per-thin-white.png); }

.perBlock { width: 100%; }
.perBlock td, .perBlock .cell { vertical-align: top; }
.perBlock h2, .perBlock h3 { margin: 0; }
.perBlock td:nth-child(1), .perBlock .cell:nth-child(1),
.perBlock td:nth-child(3), .perBlock .cell:nth-child(3) { padding-top: 1%; } /* width: 40%; */
.perBlock td table td { padding-top: 0!important; }
.perBlock .per { height: 200px; }
.perBlock .text p:first-child { margin-top: 0; }
.per.h345 { height: 345px; }
.per.h320 { height: 320px; }
.per.h260 { height: 260px; }
.per.h200 { height: 200px; }
.per.h95 { height: 95px; }
.per.h60 { height: 60px; }
.per.h40 { height: 40px; }
.per.h20 { height: 20px; }

.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.266);
	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-down { 
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.draw-pause {
	position: relative;
	display: inline-block;
	--size: 16px;
	--color: #000;
	--line-width: 1px;
	width: var(--size);
	height: var(--size);
	box-sizing: border-box;
}
.draw-pause:before,
.draw-pause:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 33%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-top: var(--line-width) var(--color) solid;
}
.draw-pause:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: top left;
}
.draw-pause:after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: 0 0;
	top: 100%;
	margin-left: 33%;
}

.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);
}

.per-before, .kiemelt1, .kiemelt2 {
	position: relative;
	--per-size: 100%;
	--per-color: #000;
	--per-width: 3px;
}
.per-before:before, .kiemelt1:before, .kiemelt2:before {
	content: " ";
	display: block;
	position: absolute;
	top: calc((100% - var(--per-size)) / 2);
	margin: 0;
	padding: 0;
	height: var(--per-size);
	max-height: 110px;
	border-left: var(--per-width) var(--per-color) solid;
	transform-origin: top left;
	-moz-transform: rotate(27deg);
	-webkit-transform: rotate(27deg);
	-o-transform: rotate(27deg);
	transform: rotate(27deg);
}
.kiemelt1, .kiemelt2 {
	--per-width: 2px;
	margin-left: 4em;
	font-weight:  bold;
	margin-bottom: 3em;
}
.kiemelt1:before, .kiemelt2:before {
	margin-left: -1em;
	margin-top: 4px;
}
.kiemelt2 {
	color: #FFFFFF;
	font-size: 28px;
	line-height: 40px;
	text-align: right;
	background-color: #000000;
	box-sizing: border-box;
	padding: 35px 45px;
	--per-size: calc(100% - (35px * 2));
	--per-color: #FFFFFF;
	--kiemelt2-text-width: calc(min(var(--pagewidth), var(--pagewidth-max)) / 2);
	--kiemelt2-left-width: calc((100vw - var(--kiemelt2-text-width)) / 2);
	width: calc(var(--kiemelt2-text-width) + var(--kiemelt2-left-width));
	margin-left: calc(var(--kiemelt2-left-width) * -1);
	padding-left: calc(var(--kiemelt2-left-width) + 100px);
}
.kiemelt2 p:first-child { margin-top: 0; }
.kiemelt2 p:last-child { margin-bottom: 0; }
@media (max-width: 950px)
{
	.kiemelt1, .kiemelt2 { margin-left: 0; }
	.kiemelt1:before { display: none; }
	.kiemelt2:before { margin-left: -10px; max-height: 73px; }
	.kiemelt2 {
		padding-left: 20%;
		width: 88%;
	}
}
@media (max-width: 450px)
{
	.kiemelt2 { width: 100%; font-size: 24px; }
}

.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;
}

/** spec **************************************************************************************/

#header-wrap {
	position: relative;
	padding-bottom: 1px;
	background-color: #FFF;
	z-index: 1000;
	width: 100%;
	top: 0;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
}
body.fixheader #header-wrap {
	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);
}
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);
}
.contentpage-salon-budapest-2020 #header-wrap { display: none; }

#header {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	display: grid;
	grid-template-columns: var(--logo-width) 1fr;
	grid-column-gap: 5%;
}
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: 165px; display: none; }
#header .cell { vertical-align: middle; }

#logo { width: 36%; }
#logo img { width: 116px; height: 46px; margin-right: 5px; margin-top: 2px; }
#logo .cell div { display: block; white-space: nowrap; font-size: 13px; line-height: 16px; }
#logo .cell div:nth-child(1) { letter-spacing: 0.8px }
#logo .cell div:nth-child(2) { letter-spacing: 1.4px }
#logo .cell div:nth-child(3) { letter-spacing: 2.9px }
#logo .per { padding-left: 1%; min-width: 25px; }
#logo .cell { text-align: center; font-family: 'AvenirLTPro-Black'; font-weight: bold; text-transform: uppercase; }
#logo .per-before:before { position: absolute; left: 32px; }

#menu {
	text-transform: uppercase;
	font-family: 'Avenir Next', sans-serif;
	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; }*/
#menu .jegyvasarlas { display: inline-block; vertical-align: middle; margin-right: 50px; }
#menu .more,
#menu .default {
	position: absolute;
	text-align: right;
	right: 56px;
	width: calc(100% - 56px - var(--logo-width));
	left: var(--logo-width);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#menu .default {
	z-index: 100;
}
#menu .default .sIcon {
	margin-bottom: 2px;
}
#menu .more { display: none; }
#menu .more a {
	display: inline-block;
	text-transform: uppercase;
	margin-left: 4%;
	padding: 5px 0;
	border-bottom: 2px transparent solid;
}
#menu .more a.akt,
#menu .more a:hover {
	text-decoration: none;
	border-bottom: 2px #000 solid;
}
#nav-opener {
		position: absolute;
		right: 0;
		width: 25px;
		display: block;
		cursor: pointer;
		top: 48%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#nav-opener i {
		display: block;
		width: 24px;
		height: 2px;
		margin: 4px 0;
		border-top: 2px #000 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; */
		-moz-opacity:0;
		filter:alpha(opacity=0);
		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: -8px;
		margin-left: 1px;
	}

#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: 'AvenirLTPro-Black'; 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; }

#inspiracio .item {
	display: inline-block;
	max-width: 100%;
	position: relative;
	margin-bottom: 3%;
}
#inspiracio img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
	/*border-bottom: 14px #FFFFFF solid; */
}
#inspiracio .title { 
	display: none;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	line-height: 1.2em;
}
#inspiracio .title { 
	position: absolute;
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'AvenirLTPro-Black';
	letter-spacing: 2px;
	position: absolute;
	display: block;
	left: 36px;
	bottom: 34px;
	color: #FFF;
}
#inspiracio .item:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 96%;
	/* 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;
}
#inspiracio .item:hover:before { opacity: 0.4; }
/*#inspiracio .item:hover .title { opacity: 0; }*/

#anyList {
		/*margin-top: 80px; */
	}
	#anyList .item.alignIl,
	#anyList .item.alignIr {
		position: relative;
	}
	#anyList .item.alignIl .button {
		position: absolute;
		bottom: 50px;
	}
	#anyList .item.alignIr .button {
		margin-top: 60px;
	}
	#anyList .item {
		margin-top: 80px;
	}
	#anyList .item.alignIr .cell,
	#anyList .item.alignIl .cell {
		/*width: 52%; */
		vertical-align: middle;
		position: relative;
	}
	/*#anyList .item.alignIr .cell.text,*/
	#anyList .item.alignIl .cell.text {
		padding-bottom: 9%;
		/*width: 48%; */
	}
	#anyList .item.alignIr img,
	#anyList .item.alignIl img {
		width: 125%;
		max-width: 655px;
	}
	#anyList .item.alignIr video,
	#anyList .item.alignIl video {
		position: absolute;
		object-fit: cover;
		height: 100%;
		width: 85%;
		top: 0;
	}
	#anyList .item.alignIr img,
	#anyList .item.alignIr video {
		max-width: 705px;
	}
	#anyList .item.alignIl img {
		margin-left: -20%;
		float: left;
	}
	#anyList .item.alignIl video {
		
	}
	#anyList .item.alignIr .lead {
		width: 77%;
	}
	#anyList .item.alignIr img,
	#anyList .item.alignIr video {
		margin-right: -75px;
		float: right;
	}
	#anyList .item.alignIl .text {
		/*margin-left: 50%; */
	}
	#anyList .item.alignIr .text {
		margin-right: 58%;
	}
	#anyList .item h3 {
		max-width: 87%;
	}

.rolunkslider {
	position: relative;
	display: grid;
	grid-template-columns: 50% 50%;
}
.rolunkslider .mmSlider2 {
	grid-area: 1 / 2 / 3 / 3;
}
.rolunkslider .items {
	width: 100%;
	height: 100%;
	overflow: hidden;
	bottom: 0px;
}
.rolunkslider .items .item .text {
	display: none;
}
.rolunkslider .item.prev,
.rolunkslider .item.prev2,
.rolunkslider .item.prev3,
.rolunkslider .item.next,
.rolunkslider .item.next2,
.rolunkslider .item.next3 {
	transform: scale(1);
	-moz-opacity:1;
	opacity:1;
}
.rolunkslider .item img {
	object-fit: cover;
}
.rolunkslider .arrows {
	position: absolute;
	bottom: 0;
	/*width: 100%;*/
	/*max-width: 576px;*/
	/*padding-left: 4%;*/
	box-sizing: border-box;
	z-index: 25;
	left: calc((50vw - (100vw - min(var(--pagewidth), var(--pagewidth-max))) / 2) * -1);
	width: calc(50vw - (100vw - min(var(--pagewidth), var(--pagewidth-max))) / 2);
	margin-right: 0;
	margin-left: auto;
}
.rolunkslider .close,
.rolunkslider .pagenum,
.rolunkslider .points {
	display: none;
}
.rolunkslider .arrows .prev,
.rolunkslider .arrows .next,
.rolunkslider .arrows .pause {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	vertical-align: bottom;
	background-color: #000;
	--color: var(--darkgrey);
	--size: 25px;
	--line-width: 2px;
	border: 26px solid #000;
	border-left-width: 18px;
	border-right-width: 18px;
	box-sizing: unset;
	cursor: pointer;
}
.rolunkslider .paused .arrows .pause {
	border-left-width: 22px;
	border-right-width: 14px;
}
.rolunkslider .arrows .prev:hover,
.rolunkslider .arrows .next:hover,
.rolunkslider .arrows .pause:hover {
	--color: #FFF;
}
.rolunkslider .arrows .prev {
	right: 60px;
}
.rolunkslider .arrows .pause {
	right: -60px;
}
.rolunkslider .arrows .pause .draw-triangle {
	--size: 22px;
	--color: var(--darkgrey);
}
.rolunkslider .arrows .pause:hover .draw-triangle {
	--color: #FFF;
}
.rolunkslider .paused .pause {
	/*border-color: #FFF;*/
	/*background-color: #FFF;*/
}
.rolunkslider .paused .pause:before,
.rolunkslider .paused .pause:after {
	display: none!important;
}
.rolunkslider .pause .draw-triangle {
	display: none;
}
.rolunkslider .paused .pause .draw-triangle {
	display: inline-block;
}
.rolunkslider .arrows .t {
	display: inline-block;
	vertical-align: 26px;
	letter-spacing: 1px;
	margin-right: 0;
	padding-right: 130px;
	padding-left: 13%;
	box-sizing: border-box;
}
.rolunkslider-texts {
	/*position: absolute;*/
	/*z-index: 25;*/
	/*display: grid;*/
	/*align-content: space-between;*/
	/*grid-column-gap: 5%;*/
	/*height: calc(100% - 125px);*/
	/*max-height: 100%;*/
	/*right: 50%;*/
	/*width: calc(50% - (100vw - min(var(--pagewidth), var(--pagewidth-max))) / 2);*/
	/*max-width: 576px;*/
	/*bottom: 77px;*/
	/*box-sizing: border-box;*/
	width: calc(50vw - (100vw - min(var(--pagewidth), var(--pagewidth-max))) / 2);
	margin-right: 0;
	margin-left: auto;
}
.rolunkslider .title-lead {
	/*padding-top: 3em;*/
	padding-right: 4%;
}
.rolunkslider .title-lead .title {
	margin-bottom: 0.7em;
}
.rolunkslider .title-lead .lead {
	max-width: 350px;
}
#rolunkslider-outsidetext-wrap {
	display: grid;
  align-items: end;
  padding-bottom: 77px;
	min-height: 355px;
}
#rolunkslider-outsidetext {
	background-color: #FFF;
	box-sizing: border-box;
	padding: 8%;
	width: calc(50vw - (100vw - min(var(--pagewidth), var(--pagewidth-max))) / 2);
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 0;
	-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);
	box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	-moz-transition: box-shadow 0.65s, transform 0.65s, width 0.65s, height 0.65s, opacity 0.65s, margin 0.65s;
	-webkit-transition: box-shadow 0.65s, transform 0.65s, width 0.65s, height 0.65s, opacity 0.65s, margin 0.65s;
	-o-transition: box-shadow 0.65s, transform 0.65s, width 0.65s, height 0.65s, opacity 0.65s, margin 0.65s;
	transition: box-shadow 0.65s, transform 0.65s, width 0.65s, height 0.65s, opacity 0.65s, margin 0.65s;
}
#rolunkslider-outsidetext .suptitle {
	text-transform: uppercase;
}
#rolunkslider-outsidetext .title {
	margin-top: 0.25em;
}
@media (max-width: 1600px)
{
	.rolunkslider .arrows .t { padding-left: 13%; }
	#rolunkslider-outsidetext { padding: 10% 10% 10% 13%; }
	#rolunkslider-outsidetext .title { margin-bottom: 1em; }
	#rolunkslider-outsidetext .lead .mt45 { margin-top: 1.1em; }
	#rolunkslider-outsidetext .lead p:last-child { margin-bottom: 0; }
	/*.rolunkslider .arrows { width: 36.5%; }*/
}
@media (max-width: 1500px)
{
	.rolunkslider .arrows .t { padding-left: 11%; }
	#rolunkslider-outsidetext { padding: 8% 8% 8% 11%; }
	#rolunkslider-outsidetext .title { margin-bottom: 0.7em; }
	#rolunkslider-outsidetext .lead .mt45 { margin-top: 1em; }
	#rolunkslider-outsidetext .lead p:last-child { margin-bottom: 0; }
	/*.rolunkslider .arrows { width: 40.5%; }*/
}
@media (max-width: 1400px)
{
	.rolunkslider .arrows .t { padding-left: 8%; }
	#rolunkslider-outsidetext { padding: 6% 6% 6% 5%; }
	#rolunkslider-outsidetext .title { margin-bottom: 0.5em; }
	#rolunkslider-outsidetext .lead .mt45 { margin-top: 0.8em; }
	#rolunkslider-outsidetext .lead p:last-child { margin-bottom: 0; }
	.rolunkslider-texts { height: calc(100% - 90px); }
	.rolunkslider .title-lead .title { margin-bottom: 0.3em; }
	/*.rolunkslider .arrows { width: 44%; }*/
}
@media (max-width: 950px)
{
	.rolunkslider {
		position: relative;
		display: grid;
		grid-template-columns: 100%;
	}
	.rolunkslider .mmSlider2,
	.rolunkslider .mmSlider2 {
		grid-area: unset;
	}
	.rolunkslider .title-lead .title {
		margin-bottom: 1em;
	}
	/*.rolunkslider .item .text {
		display: block!important;
		bottom: -450px;
	}
	.rolunkslider .item .text * {
		color: #000;
	}
	.rolunkslider,
	.rolunkslider .mmSlider2,
	.rolunkslider .items,
	.rolunkslider .item {
		overflow: unset;
		overflow-x: hidden;
	}
	.rolunkslider .mmSlider2 {
		margin-bottom: 450px;
	}*/
}

.instagramon .inner {
	display: grid;
	grid-template-columns: 1fr calc(50% + 120px);
	min-height: 534px;
}
.instagramon .video {
	position: relative;
}
.instagramon .video video, .instagramon .video img {
	position: absolute;
	top: 0;
	left: 16%;
	width: 68%;
	height: 100%;
	max-width: 310px;
	object-fit: cover;
}
.instagramon .play {
	position: absolute;
	right: 13%;
	bottom: -1px;
	background-color: #FFF;
	padding: 20px;
	width: calc(50% - 13%);
	box-sizing: border-box;
	cursor: pointer;
}
.instagramon .draw-triangle {
	--color: #000;
 --size: 20px;
}
.instagramon .button {
	position: absolute;
	right: 0;
}
.instagramon .lead {
	max-width: 275px;
}
.instagramon .images {
    position: absolute;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4%;
    width: 92%;
}
.instagramon .images > a {
    display: grid;
}
.instagramon .images img {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* margin-left: 4%; */
}
.instagramon .images a:first-child img {
/*	margin-left: 0;*/
}

.blogajanlo {
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-gap: 4em;
}
.blogajanlo .head p:first-child,
.galeriabol .cell-head p:first-child {
	margin-top: 0;
}
.blogajanlo .head p:last-child,
.galeriabol .cell-head p:last-child {
	margin-bottom: 0;
}
.blogajanlo .item {
	display: block;
	transition: box-shadow 0.25s;
	-moz-transition: box-shadow 0.25s;
	-webkit-transition: box-shadow 0.25s;
	-o-transition: box-shadow 0.25s;
}
.blogajanlo .item2 {
	margin-top: -3em;
}
.blogajanlo .item:hover {
	text-decoration: none;
	-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);
	box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
}
.blogajanlo .item .title,
.blogajanlo .item .lead {
	position: relative;
	box-sizing: border-box;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	margin-left: 8%;
	padding-right: 21%;
}
.blogajanlo .item:hover .title,
.blogajanlo .item:hover .lead {
	margin-left: 12%;
	padding-right: 17%;
}
.blogajanlo .item .title:before {
	content: " ";
	position: absolute;
	top: 0;
	left: -6%;
	height: 100%;
	max-height: 52px;
	border-left: 3px #FFF solid;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}
.blogajanlo .item:hover .title:before {
	border-color: #000;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.blogajanlo .item .draw-arrow {
	--size: 25px;
	--line-width: 3px;
	position: absolute;
	top: 50%;
	right: 8%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blogajanlo .item .category {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 20px 40px;
	display: inline-block;
	position: absolute;
	top: -70px;
}
.blogajanlo .item .category:empty {
	display: none;
}
.blogajanlo img {
	width: 100%;
}
.blogajanlo .donly .tags {
	margin-left: 8%;
	margin-top: -6em;
}
.blogajanlo .tags-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 15%;
}
.blogajanlo .tags * {
	font-size: 114%;
}

.jelentkezz {
	position: relative;
}
.jelentkezz img {
	width: 100%;
	height: auto;
}
.jelentkezz p {
	display: inline; /* tovább nyíl miatt */
}
.jelentkezz .text {
	position: absolute;
	bottom: -5em;
	left: 50%;
	width: 50%;
	box-sizing: border-box;
	padding: 4em 3em 4em 4em;
	background-color: #FAFAFA;
	-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);
	box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	-moz-transition: box-shadow 0.65s, transform 0.65s, width 0.65s, height 0.65s, opacity 0.65s, margin 0.65s;
	-webkit-transition: box-shadow 0.65s, transform 0.65s, width 0.65s, height 0.65s, opacity 0.65s, margin 0.65s;
	-o-transition: box-shadow 0.65s, transform 0.65s, width 0.65s, height 0.65s, opacity 0.65s, margin 0.65s;
	transition: box-shadow 0.65s, transform 0.65s, width 0.65s, height 0.65s, opacity 0.65s, margin 0.65s;
}
.jelentkezz .title {
	margin: 0 0 0.3em 0;
	letter-spacing: 1px;
}
.jelentkezz .lead {
	margin-bottom: 3em;
	max-width: 310px;
}

.galeriabol {
	--colgap: 2em;
	display: grid;
	grid-template-columns: 77% 1fr;
	grid-row-gap: 4em;
	grid-column-gap: var(--colgap);
}
.galeriabol .lead {
	max-width: 380px;
}
.galeriabol .close,
.galeriabol .pagenum,
.galeriabol .points {
	display: none;
}
.galeriabol .mmSlider2-wrap {
	overflow-x: unset;
}
.galeriabol .items {
	overflow-x: hidden;
}
.galeriabol .item.akt {
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
}
.galeriabol .item.prev,
.galeriabol .item.prev2,
.galeriabol .item.prev3,
.galeriabol .item.next,
.galeriabol .item.next2,
.galeriabol .item.next3 {
	transform: scale(1);
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}
.galeriabol .item img {
	object-fit: cover;
}
.galeriabol .arrows {
	position: absolute;
	background-color: #FFF;
	width: calc(31% - var(--colgap));
	right: calc(-31%);
	bottom: 0;
	z-index: 25;
	box-sizing: border-box;
	line-height: 0;
	padding: 1.2em 0;
}
.galeriabol .arrows .prev,
.galeriabol .arrows .next {
	--size: 25px;
	--color: var(--darkgrey);
	transform: rotate(-90deg);
}
.galeriabol .arrows .prev:hover,
.galeriabol .arrows .next:hover {
	--color: #000;
}
.galeriabol .arrows .next {
	transform: rotate(90deg);
	margin-left: 2em;
}
#galeriabolthumbs {
	position: absolute;
	height: 100%;
	transition: margin-top .65s, margin-left .65s;
	-moz-transition: margin-top .65s, margin-left .65s;
	-webkit-transition: margin-top .65s, margin-left .65s;
	-o-transition: margin-top .65s, margin-left .65s;
}
#galeriabolthumbs .item {
	margin-bottom: 1.2em;
	cursor: pointer;
}
#galeriabolthumbs .item:hover {
	cursor: pointer;
}
#galeriabolthumbs img {
	width: 100%;
}

.popup1 {
	display: grid;
	grid-template-columns: 134px 1fr;
	grid-column-gap: 85px;
	position: fixed;
	z-index: 1100;
	width: 675px;
	max-width: 86%;
	height: 550px;
	max-height: 85vh!important;
	overflow: hidden;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #FFF;
	-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);
	box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s 1s, opacity .25s linear;

}
.popup1.show {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s linear;
}
.popup1 .decor {
	position: relative;
}
.popup1 .close {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	margin: 15px;
	z-index: 1110;
}
.popup1 .inner {
	position: relative;
	box-sizing: border-box;
}
@media (max-height: 635px)
{
	.popup1 .inner { padding-top: 15px!important; }
}
.popup1 .inner > * {
	max-width: calc(100% - 115px);
}
.popup1 .lead {
	margin-left: 3em;
	margin-bottom: 3em;
	--per-size: 120%;
}
.popup1 .lead:before {
	margin-left: -1.3em;
}
.popup1 input[type=email],
.popup1 input[type=password],
.popup1 input[type=number],
.popup1 input[type=text],
.popup1 textarea,
.popup1 select {
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
}
@media (min-width: 1501px)
{
	.popup1 {
		grid-column-gap: 105px;
		width: 800px;
		max-width: 96%;
		height: 680px;
		max-height: 95vh!important;

	}
}
@media (max-width: 1500px)
{
	.popup1 {
		min-height: unset;
		grid-column-gap: 76px;
		grid-template-columns: 120px 1fr;
	}
	.popup1 .decor img {position: absolute;}
	.popup1 .inner {padding-top: 80px;}
	.popup1 .title {margin-top: 0; margin-bottom: 0.5em; font-size: 37px;}
	.popup1 .lead {margin-bottom: 2em;}
	.popup1 .send {margin-top: 2em;margin-right: -0.2em;margin-bottom: 3em;}
}
@media (max-width: 950px)
{
	.popup1 {
		grid-template-columns: 1fr!important;
		height: unset;
		width: 400px;
		max-width: 90%;
		background-color: #000;
		min-height: unset;
	}
	.popup1 * {color: #FFF;}
	.popup1 .decor {display: none;}
	.popup1 .close {--color: #FFF; --size: 20px;}
	.popup1 .inner {width: var(--pagewidth);margin: auto;padding-top: 50px;}
	.popup1 .inner > * {max-width: unset;}
	.popup1 .title {margin: 0 0 0.75em 0; font-size: 31px;}
	.popup1 .lead {margin: 0 0 1em 0;}
	.popup1 .lead:before {display: none;}
	.popup1 p:last-child {margin-bottom: 0;}
	.popup1 .send {
		margin-top: 1em;
		padding: 2em;
		box-sizing: border-box;
		background-color: #FFF;
		color: #000;
    width: 116.2%;
    margin-left: -8.1%;
    text-align: center;
	}
	.popup1 .send * { color: #000;}
	.popup1 ::-webkit-input-placeholder { color: #FFF; }
	.popup1 :-moz-placeholder { color: #FFF; }
	.popup1 :-ms-input-placeholder { color: #FFF; }
	.popup1 :hover::-webkit-input-placeholder { color: #FFF; }
	.popup1 :hover:-moz-placeholder { color: #FFF; }
	.popup1 :hover:-ms-input-placeholder { color: #FFF; }
}

#instagram-popup {
	overflow-x: hidden;
	grid-column-gap: 85px;
	grid-template-columns: 125px 1fr;
	width: 750px;
	/*min-height: 660px;*/
	height: 660px;
	max-height: 95vh!important;
	overflow: hidden;
}
#instagram-popup .inner > * {
    max-width: calc(100% - 95px);
}
#instagram-popup .images {
	position: relative;
}
#instagram-popup .images .list {
	white-space: nowrap;
	position: absolute;
	top: 0;
}
#instagram-popup .images img {
	width: 201px;
	margin-left: 2em;
}
#instagram-popup .images .list a:first-child img,
#instagram-popup .images > img:first-child {
	margin-left: 0;
}
@media (max-width: 950px)
{
	#instagram-popup { min-height: 525px; }
	#instagram-popup .images img { width: 140px; height: 140px; }
	#instagram-popup .inner > * { max-width: unset; }
	#instagram-popup .inner { position: relative; height: 100%; }
	#instagram-popup .send { position: absolute; bottom: 0; }
}

.gallery-anchors a {
	display: inline-block;
	padding: 5px 30px 5px 5px;
	border-bottom: 1px #000 solid;
	text-transform: uppercase;
	text-decoration: none;
}
.gallery-anchors a:first-child {
	padding-left: 0;
}
.gallery-anchors a:hover,
.gallery-anchors a.akt {
	border-bottom: 2px #000 solid;
	font-weight: 600;
}

.photogallery {
	display: grid;
	grid-template-columns: 33% calc(67% - 1.5em);
	grid-column-gap: 18px;
}
.photogallery .mmSlider2 .item .text {
	display: none;
}
.photogallery .mmSlider2 .item.akt {
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
}
.photogallery .mmSlider2 .item.prev,
.photogallery .mmSlider2 .item.prev2,
.photogallery .mmSlider2 .item.prev3,
.photogallery .mmSlider2 .item.next,
.photogallery .mmSlider2 .item.next2,
.photogallery .mmSlider2 .item.next3 {
	transform: scale(1);
	-moz-opacity:0;
	opacity:0;
}
.photogallery .mmSlider2 .close,
.photogallery .mmSlider2 .arrows,
.photogallery .mmSlider2 .pagenum {
	display: none;
}
.photogallery .thumbs {
	position: relative;
	overflow-y: scroll;
	max-height:  573px;
}
.photogallery .thumbs .item {
	cursor: pointer;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	transform-origin: top left;
	width: 46%;
	height: auto;
	vertical-align: top;
	margin-right: 4%;
}
.photogallery .thumbs .item:hover {
	cursor: pointer;
	-moz-transform: scale(1.02);
	transform: scale(1.02);
}
.photogallery .filters .head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 5%;
	align-items: center;
	padding-top: 1em;
}
.photogallery .thumbs-arrows {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 5%;
	margin: 0 0 0 auto;
	width: 49%;
}
.photogallery .thumbs-arrows .forward,
.photogallery .thumbs-arrows .backward {
	--size: 25px;
	--color: var(--darkgrey);
	cursor: pointer;
}
.photogallery .thumbs-arrows .forward:hover,
.photogallery .thumbs-arrows .backward:hover {
	--color: #000;
}
.photogallery .thumbs-arrows .backward {
	transform: rotate(-90deg);
}
.photogallery .thumbs-arrows .forward {
	transform: rotate(90deg);
}
.photogallery .filters-opener {
	cursor: pointer;
}
.photogallery .filters {
	position: relative;
}
.photogallery .filters .inner {
	display: none;
	padding: 15px;
	-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);
	box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
}
.photogallery .filters ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.photogallery .filters ul.column2 {
	column-count: 2;
}
.photogallery .filters input[type=checkbox] {
	transform: scale(0.8);
	-moz-transform: scale(0.8);
}
.photogallery .filters .close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	--size: 16px;
}
.photogallery .filters .title {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.photogallery .filters.show .head {
	display: none;
}
.photogallery .filters.show .inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 5%;
}
.photogallery .filters .buttons {
	margin-top: 1em;
	min-height: 45px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.photogallery .filters .ok {
	padding: 8px 18px;
	text-align: center;
	cursor: pointer;
}
.photogallery .mmSlider2-wrap {

}
.photogallery .mmSlider2-wrap.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	box-sizing: border-box;
}
.photogallery .mmSlider2-wrap.fullscreen .mmSlider2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.photogallery .mmSlider2-wrap.fullscreen .close {
	display: block;
	--color: #FFF;
	--size: 35px;
	font-size: 35px;
	background-color: #000;
	padding: 0;
	top: 10px;
	right: 15px;
}
.photogallery .mmSlider2-wrap.closed {
	/* close only fullscreen mode */
	display: block;
}
.photogallery .mmSlider2-wrap.fullscreen .items {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.photogallery .mmSlider2-wrap.fullscreen .items .item {
	-webkit-transition: opacity 0.65s; 
	-moz-transition: opacity 0.65s; 
	-o-transition: opacity 0.65s; 
	transition: opacity 0.65s;
}
.photogallery .mmSlider2-wrap.fullscreen .arrows {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
}
.photogallery .mmSlider2-wrap.fullscreen .arrows .draw-arrow {
	--size: 35px;
	--color: #fff;
	--line-width: 2px;
	position: absolute;
	-webkit-transition: transform .15s;
	-moz-transition: transform .15s;
	-o-transition: transform .15s;
	transition: transform .15s;
}
.photogallery .mmSlider2-wrap.fullscreen .arrows .draw-arrow:hover {
	-moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.photogallery .mmSlider2-wrap.fullscreen .arrows .draw-arrow.arrow-left:hover {
	-moz-transform: rotate(180deg) scale(1.1);
  -webkit-transform: rotate(180deg) scale(1.1);
  -o-transform: rotate(180deg) scale(1.1);
  transform: rotate(180deg) scale(1.1);
}
.photogallery .mmSlider2-wrap.fullscreen .arrows .draw-arrow.next {
	right: 0;
}
#photogallerythumbs {
	position: relative;
	transition: margin-top .65s;
	-moz-transition: margin-top .65s;
	-webkit-transition: margin-top .65s;
	-o-transition: margin-top .65s;
	margin-right: 10px;
}
/*#photogallerythumbs .item {
	margin-bottom: 1em;
}
#photogallerythumbs .text {
	display: none;
}
#photogallerythumbs img {
	width: 100%;
}*/

#photogalleryoutsidetext {
	margin-top: -60px;
	position: relative;
}
#photogalleryoutsidetext .title {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.06rem;
}
#photogalleryoutsidetext .lead {
	display: grid;
	grid-template-columns: 11% 87%;
	grid-column-gap: 2%;
	align-items: start;
	margin-top: 8px;
}
#photogalleryoutsidetext .lead * {
	font-size: 0.93rem;
}
#photogalleryoutsidetext .lead p {
	margin: 0;
}
#photogalleryoutsidetext .image-description {
	position: relative;
}
#photogalleryoutsidetext .description-opener {
	cursor: pointer;
	position: absolute;
	right: 8px;
}
#photogalleryoutsidetext .description-opener .i {
	border-bottom: 1px solid #000;
	font-size: 20px;
	padding: 0 6px;
}
#photogalleryoutsidetext.show .lead {
	grid-template-columns: 29% 69%;
}
#photogalleryoutsidetext.show .lead * {
	/*font-size: 1.06rem;*/
}
#photogalleryoutsidetext.show .description-opener .i {
	border-bottom: 0;
	border-top: 1px solid #000;
}
#photogalleryoutsidetext.show .title,
#photogalleryoutsidetext.show .lead > div:nth-child(2n) {
	font-weight: bold;
}
#photogalleryoutsidetext .image-description .inner {
	display: none;
	padding-top: 1.8em;
	margin-top: 1.8em;
	border-top: 1px solid var(--darkgrey);
}
#photogalleryoutsidetext.show .image-description .inner {
	display: block; 
}
#photogalleryoutsidetext .image-description .inner > div {
	display: grid;
	grid-template-columns: 29% 70%;
	grid-column-gap: 2%;
	align-items: start;
}
#photogalleryoutsidetext .image-description .inner > div > div:nth-child(1) { order: 2; font-weight: bold; text-transform: uppercase; }
#photogalleryoutsidetext .image-description .inner > div > div:nth-child(2) { order: 1; }

@media (max-width: 950px)
{
	#photogalleryoutsidetext .lead {
		display: none;
	}
	#photogalleryoutsidetext.show .lead {
		display: grid;
	}
	.photogallery .mmSlider2-wrap.fullscreen .close {
		--size: 25px;
	}
	.photogallery .mmSlider2-wrap.fullscreen .arrows .draw-arrow {
		--size: 25px;
	}
	/*#photogallerythumbs {
		column-gap: 8%;
	}
	#photogallerythumbs .item {
		width: 100%!important;
		height: auto!important;
	}*/
}
@media (orientation: portrait)
{
	.photogallery .mmSlider2-wrap.fullscreen .items {
		top: 45%;
		left: 50%;
		width: 100%;
		height: 100%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.photogallery .mmSlider2-wrap.fullscreen .arrows {
		top: unset;
		bottom: 80px;
    width: 60%;
    margin-left: 20%;
	}
}

.videok {

}
.videogallery .head .lead {
	max-width: 360px;
}
.videogallery .head .cell {
	vertical-align: middle;
}
.videogallery .items {
	display: grid;
	grid-template-columns: 68% 1fr;
	grid-gap: 3%;
	margin-top: 3em;
}
.videogallery .items img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.videogallery .item:nth-child(1) {
	grid-row: 1 / 4;
	aspect-ratio: unset;
}
.videogallery .item {
	position: relative;
	cursor: pointer;
	aspect-ratio: 2.1/1;
}
.videogallery .item .title,
.videogallery .item .play {
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	background-color: #FFFFFF;
	padding: 20px 30px;
	height: 63px;
	bottom: 0;
	left: 0;
}
.videogallery .item .play {
	width: 75px;
}
.videogallery .item .draw-triangle {
	--size: 20px;
}
.videogallery .item .title {
	margin-left: 60px;
}
.videogallery .item:nth-child(1n+2) .title {
	/*display: none;*/
}
.videogallery .player {
	display: none;
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}
.videogallery .player .close {
	cursor: pointer;
	position: absolute;
	padding: 10px;
	margin: 20px;
	right: 10px;
	--size: 16px;
	--color: #555555;
}
.videogallery .player .close:hover {
	--color: #000000;
}
.videogallery .player .inner iframe {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 80%;
}

.rolunk-item.right-images,
.rolunk-item.left-images {
	display: grid;
	grid-template-columns: 43% 1fr;
	grid-column-gap: 0;
}
.rolunk-item.right-images {
	grid-template-columns: 1fr 57%;
}
.rolunk-item.right-images .images { order: 2; }
.rolunk-item.right-images .text { order: 1; }
.rolunk-item .mmSlider2-wrap {
	overflow-x: unset;
}
.rolunk-item .mmSlider2 .items {
	/*500x463 - bal*/
	/*670x554 - jobb*/
	width: 100%;
	height: 463px;
	overflow: unset;
}
.rolunk-item .mmSlider2 .item {
	transition: margin-left .65s, transform .65s, left .65s, .65s filter;
	-webkit-transition: margin-left .65s, transform .65s, left .65s, .65s -webkit-filter;
	-moz-transition: margin-left .65s, transform .65s, left .65s, .65s -moz-filter;
	-o-transition: margin-left .65s, transform .65s, left .65s, .65s -o-filter;
}
.rolunk-item .mmSlider2 .item img {
	-webkit-transition: all .65s;
	-moz-transition: all .65s;
	-o-transition: all .65s;
	transition: all .65s;
	object-fit: cover;
}
.rolunk-item .mmSlider2 .item.akt {
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
}
.rolunk-item.left-images .mmSlider2 .item.prev {
 opacity:1;
 -moz-opacity:1;
 transform: scale(0.95);
 filter: blur(4px);
}
.rolunk-item.left-images .mmSlider2 .item.next {
 opacity:1;
 -moz-opacity:1;
 transform: scale(0.95);
 filter: blur(0);
}
.rolunk-item.left-images .mmSlider2 .item.next3,
.rolunk-item.left-images .mmSlider2 .item.next2,
.rolunk-item.left-images .mmSlider2 .item.next {
 margin-left: 450px!important;
}
.rolunk-item.left-images .mmSlider2 .arrows .next {
 display: none;
}
.rolunk-item.right-images .mmSlider2 .item.prev {
 opacity:1;
 -moz-opacity:1;
 transform: scale(1);
 filter: blur(0);
 margin-left: -200px;
}
.rolunk-item.right-images .mmSlider2 .item.prev3,
.rolunk-item.right-images .mmSlider2 .item.prev2,
.rolunk-item.right-images .mmSlider2 .item.prev {
 margin-left: -450px!important;
}
.rolunk-item.right-images .mmSlider2 .item.next {
 opacity:1;
 -moz-opacity:1;
 transform: scale(1);
 filter: blur(4px);
}
.rolunk-item.right-images .mmSlider2 .arrows .prev {
 display: none;
}
.rolunk-item .mmSlider2 .item.prev2,
.rolunk-item .mmSlider2 .item.prev3,
.rolunk-item .mmSlider2 .item.next2,
.rolunk-item .mmSlider2 .item.next3 {
 opacity:0;
 -moz-opacity:0;
 transform: scale(1);
}
.rolunk-item.right-images .mmSlider2 .item.prev img,
.rolunk-item.right-images .mmSlider2 .item.next img {
 margin-left: 12%;
}
.rolunk-item.left-images .mmSlider2 .item.prev img {
 margin-left: -18%;
}
.rolunk-item .texts {
	background-color: #FFF;
	position: relative;
	padding-left: 16%;
	z-index: 110;
}
.rolunk-item.right-images .texts {
	padding-right: 16%;
	padding-left: 0;
}
.rolunk-item .texts .title {
	margin-top: 0;
}
.rolunk-item .texts .title,
.rolunk-item .texts .lead {
	max-width: 385px;
}
.rolunk-item .texts .button {
	margin-top: 3em;
}
.rolunk-item .images img {
	width: 100%; /*ha nem slider*/
	height: 100%;
	min-height: 400px;
	object-fit: cover;
}
.rolunk-item .mmSlider2 .arrows {
 margin-top: 10px;
}
.rolunk-item .mmSlider2 .arrows .prev,
.rolunk-item .mmSlider2 .arrows .next {
 --size: 25px;
 --color: var(--darkgrey);
}
.rolunk-item .mmSlider2 .arrows .prev:hover,
.rolunk-item .mmSlider2 .arrows .next:hover {
 --color: #000;
}

.blog-nav {
	display: grid;
grid-auto-flow: column;
grid-auto-columns: 1fr 250px;
align-content: space-between;
	/*grid-template-columns: 1fr 1fr;*/
	/*grid-gap: 5%;*/
}
.blog-anchors a {
	display: inline-block;
	padding: 5px 30px 8px 5px;
	border-bottom: 1px #000 solid;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
}
.blog-anchors a:first-child {
	padding-left: 0;
}
.blog-anchors a:hover,
.blog-anchors a.akt {
	border-bottom: 2px #000 solid;
	font-weight: 600;
}
.blog-search {
	text-align: right;
}
.blog-search form {
	max-width: 180px;
	display: inline-block;
	--per-width: 1px;
	--per-size: 200%;

}
.blog-search form:before {
	margin-left: -20px;
}
.blog-search button:before,
.blog-search button:after,
.blog-search button .draw-arrow {
	display: none;
}
.blog-search input {
	width: 120px;
	padding-bottom: 0;
}
.blog-search input::-webkit-input-placeholder { text-transform: initial; }
.blog-search input:-moz-placeholder { text-transform: initial; }
.blog-search input:-ms-input-placeholder { text-transform: initial; }
.blog-search input:hover::-webkit-input-placeholder { text-transform: initial; }
.blog-search input:hover:-moz-placeholder { text-transform: initial; }
.blog-search input:hover:-ms-input-placeholder { text-transform: initial; }

.blog-search button img {
	cursor: pointer;
	vertical-align: -5px;
	margin-left: 15px;
	height: 20px;
	-webkit-transition: all .25s; 
	-moz-transition: all .25s; 
	-o-transition: all .25s; 
	transition: all .25s;
}

.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: 120px; */
	padding-bottom: 40px;
}
#postList2 .head {
	/*margin-bottom: 120px; */
}
#postList2 .head .cell {
	vertical-align: middle;
}
#postList2 .item .title {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'AvenirLTPro-Book';
	letter-spacing: 1px;
}
#postList2 .item .date {
	font-size: 80%;
	margin: 15px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#postList2 a:hover {
	text-decoration: none;
}
#postList2 .points {
	font-size: 41px;
	position: absolute;
  margin-top: -200px;
  text-align: right;
}
#postList2 .points .prev,
#postList2 .points .next {
	cursor: pointer;
	margin-left: 25px;
	padding: 5px 15px 8px 15px;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#postList2 .points .prev:hover,
#postList2 .points .next:hover {
	/*background-color: #000; */
	/*color: #FFF; */
}
#postList2.salonSlider02 .item { 
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#postList2.salonSlider02 .item.prev { margin-top: 0%; }
#postList2.salonSlider02 .item.next { margin-top: 0%; }
#postList2.salonSlider02 .item img { position: relative; }
#postList2.salonSlider02 .text { position: relative; color: #000; }

#tags .tag {
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.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; */
		-moz-opacity:0; filter:alpha(opacity=0); opacity:0;
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.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);
		-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.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%; */
		margin: 7%;
		bottom: 0;
		color: #FFF;
	}
	.salonSlider02 .points {
		padding: 40px 0;
		/*text-align: center; */
		text-align: right;
	}
	.salonSlider02 .nums {
		display: inline-block;
		vertical-align: text-bottom;
		width: 75%;
		text-align: center;
	}
	.salonSlider02 .nums,
	.salonSlider02 .point.prev {
		margin-right: 30px;
	}
	.salonSlider02 .point {
		/*display: inline-block; */
		display: none;
		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 {
		display: inline-block;
		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;
}
#firstSlider {
/*	min-height: 375px;*/
	min-height: 100vh;
	background-color: #000;
	position: relative;
}
#firstSlider .item img {
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	opacity:0.5;
	height: 100%;
	/*background-size: cover; */
	/*background-position: center; */
	object-fit: cover;
}
#firstSlider .item {
	min-height: 375px;
	/*z-index: 20; */
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 1s linear;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	text-decoration: none;
	overflow: hidden;
}
#firstSlider .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);
}
#firstSlider .text {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 19%;
}
#firstSlider .title {
	width: 55%;
	font-size: 48px;
	margin-bottom: 25px;
}
#firstSlider .subtitle {
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
}
#firstSlider .rect {
	box-sizing: border-box;
	width: 50%;
	height: 9%;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	background-color: #FFF;
}
#firstSlider .points {
	position: absolute;
	bottom: 1px;
	z-index: 100;
	margin-left: 50%;
	padding: 1.6%;
}
#firstSlider .points .point {
	display: none;
}
#firstSlider .points .point.prev,
#firstSlider .points .point.next {
	display: inline-block;
	position: relative;
	margin: 0 15px;
	--color: #FFF;
	--size: 23px;
	width: var(--size);
	height: var(--size);
}
#firstSlider .points .point.inakt {
	--color: var(--darkgrey);
}

.marvany {
	/*margin-top: 120px; */
	padding: 120px 0;
	background: url(images/marvany.jpg);
	background-size: cover;
}
#followUs-newsletter h3 {
	margin: 0.3em 0;
}
#followUs-newsletter .text {
	margin-bottom: 20px;
}
.box-followUs {
	min-height: 200px;
	position: relative;
}
.box-followUs .text {
	width: 60%;
	font-weight: bold;
}
.box-followUs .buttons {
	position: absolute;
	bottom: 0px;
}


.newsletter-signup {
	display: grid;
	grid-template-columns: 40% 45%;
	grid-column-gap: 15%;
	margin: 0 4%;
}
.newsletter-signup .text {
	--per-width: 2px;
	--per-size: 90%;
	margin-left: 48px;
}
.newsletter-signup .text:before {
	margin-left: -20px;
}
.newsletter-signup .inputs p { margin-bottom: 2em; }
.newsletter-signup button { display: inline-block; margin-top: 30px; }
.newsletter-signup input[type=checkbox] { margin-right: 10px; } 
.newsletter-signup input[type=text], .newsletter-signup input[type=email] { width: 100%; }

.subscribe {
	position: relative;
}
.subscribe .progress {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.subscribe .in-progress .progress {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s linear;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.subscribe .in-progress .progress:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
	top: 11%;
	left: 43%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@keyframes lds-dual-ring {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#exhibitors .head { 
	width: 100%;
	display: grid;
	grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
	grid-template-rows: 50% 50%;
	grid-row-gap: 40px;
}
#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: 4;
	column-gap: 25px;
}
#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;
}
#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;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: start;
}
#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 .exhibitor-brand-filter .per-before {
	margin-left: 45px;
	--per-size: 140%;
	--per-width: 2px;
}
#exhibitors .exhibitor-brand-filter .per-before:before {
	margin-left: -15px;
}
#exhibitors-list .title {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'AvenirLTPro-Heavy';
}
#exhibitors-list .item {
	/*width: 22.5%; */
	/*margin-right: 3.3%; */
	/*display: inline-block; */
	margin-bottom: 40px;
	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%);
	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;
	border: 1px solid gainsboro;
	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(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 5px 45px -9px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 45px -9px rgba(0, 0, 0, 0.25);
}

#forExhibitorsLink table {
	min-height: 190px;
}
#forExhibitorsLink td {
	position: relative;
	bottom: 0;
}
#forExhibitorsLink .text {
	padding-bottom: 50px;
}
#forExhibitorsLink .button {
	position: absolute;
	bottom: 0;
}

#exhibitor .image { float: right; }
#exhibitor .title { margin-bottom: 20px; margin-top: 0; }
#exhibitor .text { float: left; /*min-height: 290px; */ }
#exhibitor .logo { max-height: 75px; margin: 20px 0; position: absolute; margin-top: -100px; }
#exhibitor .data { margin-top: 60px; display: inline-table; vertical-align: top; }
#exhibitor .data td {
	padding-right: 10%;
	vertical-align: top;
	font-weight: bold;
	text-transform: uppercase;
}
#exhibitor .data p {
	font-weight: normal;
}

#brands {
	margin-top: 80px;
}
#brands > .title {
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
	line-height: 1.3em;
}
#brands > .title:after {
	content: ' ';
	border-bottom: 1px #000 solid;
	width: 100%;
	display: inline-block;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	padding-left: 20px;
	margin-left: 40px;
}
#brands .item {
	margin-bottom: 80px;
	height: 419px;
	overflow: hidden;
	padding: 0;
}
#brands .item .brandImagesSlider {
	height: 419px;
	overflow: hidden;
	padding: 0;
}
#brands .item .cell { vertical-align: middle; }
#brands .item .title { margin-top: 0; }
#brands .item .cell.image {
	position: relative;
	overflow: hidden;
	line-height: 0;
}
#brands .item .cell.text {
	padding-left: 40px;
}
#brands .item .lead {
	padding-right: 5%;
}
#brands .item img {
	width: 100%;
	display: none;
	object-fit: contain;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}
#brands .item img:nth-child(1) {
	display: inline-block;
}
#brands .points {
	position: absolute;
	bottom: 0px;
	z-index: 50;
}
#brands .points .next,
#brands .points .prev {
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #FFF;
	font-size: 40px;
	padding: 10px;
	cursor: pointer;
	text-shadow: 0px 0px 5px rgba(76, 76, 76, 1);
}
#brands .points .next {
	left: 80px;
}
#brands .salonSlider02 .item, 
#brands .salonSlider02 .item.next, 
#brands .salonSlider02 .item.prev {
	margin-top: 0;
	margin-bottom: 0;
}
#brands .salonSlider02 .item.next, 
#brands .salonSlider02 .item.prev {
	-moz-opacity:0; filter:alpha(opacity=0); opacity:0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#brands .salonSlider02 .item.akt { 
	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);
}
#brands .salonSlider02 .point.inakt {
	cursor: default;
	-moz-opacity:.35; filter:alpha(opacity=35); opacity:.35;
}

#tickets { margin-top: 40px; }
#tickets td { vertical-align: top }
#tickets td.space { width: 6%; }
/*#tickets tr td:first-child { width: 40%; }*/
#tickets .title { margin-top: 0px; }
#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;
}
footer .hours,
.page-helyszin .hours {
	width: 37%;
	height: 60px;
	margin-top: 15px;
}
#tickets .hours td,
.page-helyszin .hours td {
	white-space: nowrap;
}
#tickets .hours tr td:nth-child(1),
.page-helyszin .hours tr td:nth-child(1) {
	padding-right: 5%;
}
#tickets .hours tr td:nth-child(2),
.page-helyszin .hours tr td:nth-child(2) {
	text-align: right;
}
#tickets .price { padding-top: 45px; padding: 2%; }
#tickets .price .price-val { padding-left: 0; }
#tickets .price .button-dark { -moz-opacity:0; filter:alpha(opacity=0); opacity:0; width: 100%; margin: 30px 0 0 -6%; transition: all .25s;
-moz-transition: all .25s;
-webkit-transition: all .25s;
-o-transition: all .25s; }
#tickets .price:hover .button-dark,
#tickets .price.akt .button-dark { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; }
#tickets .price .text { margin-top: 15px; margin-bottom: 20px; padding-bottom: 24px; border-bottom: 1px #000 solid; }
#tickets .price .min { min-height: 150px; }
#tickets .price .text .alignj { min-height: 192px; }
#tickets .price .text:empty { min-height: initial; }
#tickets .price-val { display: inline-block; padding-top: 10px; }

#gallerySlider .points {
	padding: 120px 0 80px 0;
}
#gallerySlider .text {
	display: none; ;
}
#gallerySlider .title {

}
#gallery {
	/*overflow-x: hidden; */
}
#gallery .outsidetext,
#gallery .album-description {
	border-top: 2px #000000 solid;
}
#gallery .outsidetext {
	column-count: 2;
	column-gap: 40px;
}
#gallery .outsidetext > div {
	-webkit-column-break-inside: avoid;
     page-break-inside: avoid;
        break-inside: avoid;
}
#gallery .outsidetext div div:nth-child(1) {
	font-size: 18px;
	font-family: 'AvenirLTPro-Heavy', sans-serif;
	text-transform: uppercase;
}
#gallery .outsidetext div:nth-child(2n+0) {
	margin-bottom: 25px;
}
#gallery .outsidetexts .cell {
	vertical-align: top;
}
#gallery #outsidetitle+#outsidesubtitle {
	margin-top: -15px;
}
#gallery #outsidelead td {
	vertical-align: top;
}
@media (max-width: 700px){
	#gallery {
		overflow-x: hidden;
	}
}

#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;
	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;
}
.page-kiallitoknak .imageTitle .text {
	margin: 8% 20% 8% 7%;
}
.imageTitle .title {
	font-size: 45px;
	line-height: 1.4em;
	margin: 0;
}
.imageTitle .category,
.imageTitle .date,
.imageTitle .per {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.imageTitle .per {
	width: 20px;
	height: 60px;
}
.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;
}

.newBlock {
	margin-top: 80px;
}

.forExhibitors02 {
	margin-top: -8%;
}
.forExhibitors02 .image {
	display: inline-block;
	vertical-align: bottom;
}
.forExhibitors02 .text {
	padding: 10% 0% 0 11.6%;
	/*box-sizing: border-box; */
	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: 325px;
}
.forExhibitors02 .button {
	position: absolute;
	bottom: -5px;
	left: 0;
}

.forExhibitors02.r {
	margin-top: 80px;
}
.forExhibitors02.r .text {
	padding: 0 11.5% 0 0;
}
.forExhibitors02.r .image,
.forExhibitors02.r .text {
	vertical-align: middle;
}
.forExhibitors02.r .inner {
	min-height: unset;
}

.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 td { padding-top: 0; }
#jelentkezes label { display: block; }
#jelentkezes .inputs { margin-top: 30px; }
#jelentkezes .inputs td { width: 50%; }
#jelentkezes input[type=text], #jelentkezes input[type=email] { width: 80%; margin-bottom: 25px; }

#partners .title {
	text-transform: uppercase;
	font-weight: bold;
}
#partners .item {
	margin: auto;
	margin-bottom: 40px;
	text-align: center;
	vertical-align: middle;
}
#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; }

.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 { margin-top: 4em; }

#postList .salonSlider02 { max-width: 619px; }
#postList .salonSlider02 .item { height: 100%; }
#postList .salonSlider02 .item.akt { 	box-shadow: unset; -webkit-box-shadow: unset; -moz-box-shadow: unset; }
#postList .salonSlider02 .item.next { transform: scale(1); opacity:1; -moz-opacity:1; margin-left: 120%!important; }
#postList .salonSlider02 .item.prev { transform: scale(1); opacity:1; -moz-opacity:1; margin-left: -120%!important; }
#postList .salonSlider02 .title { margin: 15px 0 0 0; }
#postList .salonSlider02 .subtitle { text-transform: uppercase; }
#postList .salonSlider02 .category, #postList .salonSlider02 .date { text-transform: uppercase; vertical-align: middle; }
#postList .salonSlider02 .date.per-before { --per-size: 80%; --per-color: #FFF; --per-width: 1px; padding-left: 30px; }
#postList .salonSlider02 .date.per-before:before { margin-left: -11px; }
#postList .salonSlider02 .overlay { position: absolute; width: 100%; height: 100%; background-color: #000; }
#postList .salonSlider02 .item .tag {
	display: block;
	position: absolute;
	z-index: 30;
	left: 0;
	top: 0;
	font-size: 18px;
	font-weight: 900;
	background-color: #FFF;
	text-transform: uppercase;
	padding: 20px 50px 20px 60px;
	--per-size: 20px;
	--per-width: 2px;
}
#postList .salonSlider02 .item .tag:before {
	margin-left: -10px;
}

.postList-category {
	font-weight: 400;
	position: relative;
}
.postList-category .button {
	/*position: absolute;*/
	/*right: 0;*/
	font-size: 70%;
}
.postList .items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 3%;
	grid-row-gap: 3em;
}
@media (max-width: 1200px)
{
	.postList .items { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px)
{
	.postList .items { grid-template-columns: 1fr; }
}
.postList .item {
	vertical-align: top;
	text-decoration: none;
}

/*.postList .item.odd { margin-left: 0; }*/
.postList .item img { width: 100%; }
.postList .text {
	position: relative;
	/*padding: 6% 17% 6% 8%;*/
	padding: 17px 15% 5% 9%;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.postList .item .text:before {
	content: " ";
	position: absolute;
	top: 19px;
	left: 0;
	height: 73%;
	max-height: 95px;
	border-left: 2px #FFF solid;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}
.postList .title { margin: 3% 0 0 0; line-height: 1.3em; letter-spacing: 1px; font-size: 20px; }
.postList .subtitle { font-weight: normal; letter-spacing: 0; font-size: 15px;  }
.postList .titles .draw-arrow {
	--size: 25px;
	--line-width: 3px;
	position: absolute;
	top: 53%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: right .25s;
	-moz-transition: right .25s;
	-o-transition: right .25s;
	transition: right .25s;
}
.postList .category, .postList .date { display: inline-block; text-transform: uppercase; }
.postList .date.per-before { --per-width: 1px; --per-size: 80%; margin-left: 15px; }
.postList .date.per-before:before { margin-left: -13px; }
.postList .category:empty { display: none; }
.postList .category { margin-right: 5%; }
/*.postList .click { text-transform: uppercase; }*/
.postList .item { 
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}
@media (min-width: 800px)
{
	.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);
	}
	.postList .item:hover .text { 
		padding: 17px 8% 5% 16%;
	}
	.postList .item:hover .text:before {
		left: 25px;
		border-color: #000;
		-webkit-transform: rotate(22deg);
		-ms-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	.postList .item:hover .titles .draw-arrow {
		right: 2%;
	}
	.postList .item:hover .click {
		text-decoration: underline;
	}
}

#publicTransport { margin: 20px auto; }
#publicTransport .cell { vertical-align: middle; }
.trafficLines { padding-bottom: 5%; text-align: center; }
.trafficLines div {
	display: inline-block;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	width: 115px;
	height: 56px;
	padding-top: 56px;
	line-height: 1px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border: 4px #000 solid;
	margin: 10px 15px;
}

#informacio .cell { padding: 80px 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 {
		/*margin-top: 3em;*/
	}
#post .head {
		position: relative;
	}
#post .head .text {
		background-color: #FFF;
		position: absolute;
		width: 50%;
		bottom: 0;
		padding: 5% 2% 5% calc((100vw - min(100vw, var(--pagewidth-max))) / 2);
		box-sizing: border-box;
	}
#post .head img {
		width: 100%;
		height: calc(100vh - 150px);
		object-fit: cover;
	}
#post .head .title {
		font-size: 30px;
		margin-bottom: 10px;
	}
#post .head .subtitle {
		text-transform: uppercase;
		font-size: 20px;
	}
#post .head .category {
		text-transform: uppercase;
	}
#post .content {
	position: relative;
	margin: auto;
	font-size: 17px;
}
#post .content {
	margin-top: 80px;
}
#post .content figure.imageAndCaption,
#post .content img {
	width: 200%;
	margin: 14% 0 12% -50%;
	position: relative;
}
#post .content figure.imageAndCaption img {
	max-width: 100%!important;
	height: auto;
	margin: auto;
}
#post .content figure.imageAndCaption.normal {
	width: 100%;
	margin: 14% 0 12% 0;
}
#post .content .mmSlider1 figure.imageAndCaption {
	width: 100%;
	margin: 0;
}
#post .content iframe {
	width: 200%;
	height: 650px;
	margin: 14% 0 14% -50%;
	position: relative;
}
#post .content h1,
#post .content h2 {
	font-size: 30px;
}
#post .content h3 {
	font-size: 26px;
}
#post .content a {
	font-weight: bold;
}

#post .content-anchors {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 150px;
	max-width: 200px;
	padding: 27px 23px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	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);
}
#post .content-anchors .close,
#post .content-anchors .opener {
	display: none;
}
#post .content-anchors .title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.7em;
}
#post .content-anchors a {
	display: block;
	font-weight: normal;
	--per-width: 0px;
	margin-left: 15px;
}
#post .content-anchors a:before {
	margin-left: -7px;
}
#post .content-anchors a:hover,
#post .content-anchors a.akt {
	--per-width: 2px;
	font-weight: bold;
}
#post .content-anchors .close {
	--size: 20px;
	--color: #FFFFFF;
}
.post-footer .share .opener {
	cursor: pointer;
}
.post-footer .share .item {
	display: inline-block;
	padding: 15px;
	-webkit-transition: all .15s; 
	-moz-transition: all .15s; 
	-o-transition: all .15s; 
	transition: all .15s;
}
.post-footer .share .item:hover {
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
.post-footer .share .item i {
	font-size: 20px;
}
@media (max-width: 1000px)
{
	#post .content-anchors {
		position: fixed;
		top: unset;
		left: unset;
		bottom: 10px;
		right: 10px;
		min-width: 200px;
		max-width: 300px;
		background-color: #000;
	}
	#post .content-anchors * {
		color: #FFF!important;
	}
	#post .content-anchors.hide {
		min-width: unset;
		padding: 10px;
	}
	#post .content-anchors.hide .opener {
		display: block;
	}
	#post .content-anchors.hide .title,
	#post .content-anchors.hide .close,
	#post .content-anchors.hide .item {
		display: none;
	}
	#post .content-anchors a {
		--per-width: 0px;
		--per-color: #FFF;
	}
	#post .content-anchors .close {
		display: block;
		position: absolute;
		/*top: 15px;*/
		right: 10px;
		cursor: pointer;
	}
	#post .content-anchors .opener {
		position: relative;
		right: 0;
		width: 25px;
		cursor: pointer;
	}
	#post .content-anchors .opener i {
		display: block;
		width: 24px;
		height: 2px;
		margin: 4px 0;
		border-top: 2px #FFF solid;
	}
}

.quote, .quote2, blockquote {
	--quote2-margin-left-width: 45px;
	position: relative;
	margin: 14% 0 14% var(--quote2-margin-left-width);
	padding: 0;
	font-size: 28px;
	line-height: 42px;
}
.quote2 {
	background-color: #000000;
	color: #FFFFFF;
	box-sizing: border-box;
	--quote2-right-width: calc((100vw - (min(var(--pagewidth), var(--pagewidth-max)) / 2)) / 2);
	width: calc(100% - var(--quote2-margin-left-width) + var(--quote2-right-width) - 10px);
	padding: 35px var(--quote2-right-width) 35px 40px;
}
.quote2 p:first-child {
	margin-top: 0;
}
.quote2 p:last-child {
	margin-bottom: 0;
}
.quote:before, .quote2:before, blockquote:before,
.quote:after, .quote2:after, blockquote:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: -20px;
	width: 20px;
	height: 20px;
	border-left: 2px solid #000000;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.quote:after, .quote2:after, blockquote:after {
	left: -30px;
}
@media (max-width: 600px)
{
	.quote2 {
		width: calc(100% + 8% - var(--quote2-margin-left-width) - 10px);
		padding: 35px;
	}
}

.imageslines--x1 {
		width: 1150px;
		max-width: 200%;
		margin: 14% 0 14% -50%;
	}
	.imageslines--x1 .mmSlider1-wrap {
		overflow: unset;
	}
	.imageslines--x1 .mmSlider1 .item {
		overflow: unset;
	}
	.imageslines--x1 .mmSlider1 img {
		max-width: 100%!important;
		margin: 0!important;
	}

.lapozo-slider {
		width: 100vw;
		--pw: calc(min(var(--pagewidth-max), var(--pagewidth)));
		--tw: calc(var(--pw) / 2);
		margin: 14% 0 12% calc((((100vw - var(--pw)) / 2) * -1) - calc(var(--tw) / 2));
		overflow: hidden;
}
#post .content .lapozo-slider .item img {
		margin: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
}
.lapozo-slider .item.akt {
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
}
/*.lapozo-slider .mmSlider2,*/
.lapozo-slider .items,
.lapozo-slider .item {
	width: var(--pagewidth);
	max-width: var(--pagewidth-max);
	margin: auto;
}
@media (max-width: 1500px)
{
	.lapozo-slider .item.next { margin-left: 92%!important; }
	.lapozo-slider .item.prev { margin-left: -92%!important; }
}
.lapozo-slider .item .text {
	margin: 0;
	top: 100%;
	position: absolute;
	width: 100%;
	color: var(--darkgrey);
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 0 3px 20px;
	box-sizing: border-box;
	text-align: right;
}
.lapozo-slider, .lapozo-slider .mmSlider2, .lapozo-slider .items, .lapozo-slider .item {
	overflow: unset;
}
@media (max-width: 950px)
{
	.lapozo-slider {overflow-x: hidden; width: calc(100vw - 10px); margin-left: calc((100% - var(--pagewidth)) / -2); padding-bottom: 4em;}
}
.lapozo-slider .pagenum, .lapozo-slider .arrows, .lapozo-slider .points, .lapozo-slider .close {
	display: none;
}

.imageseries {
	display: grid;
	grid-template-columns: 57% 1fr;
	grid-column-gap: 3%;
	grid-row-gap: 3%;
	width: 1150px;
	max-width: 200%;
	margin: 14% 0 14% -50%;
}
.imageseries.serieslen-2,
.imageseries.serieslen-4 {
	display: grid;
	grid-template-columns: 48.5% 48.5%;
	grid-column-gap: 3%;
}
.imageseries img {
	width: 100%!important;
	margin: 0!important;
}
.imageseries .imageAndCaption {
	width: 100%!important;
	margin-top: 0!important;
}
.imageseries .imageAndCaption.is-figcaption {
	margin-bottom: 2em!important;
}
.imageseries:not(.serieslen-2):not(.serieslen-4) .item:nth-child(1) {
	grid-row: 1 / 3;
}
.imageseries:not(.serieslen-2):not(.serieslen-4) .item:nth-child(3) {
	align-self: end;
}
@media (max-width: 950px)
{
	.imageseries {
		display: grid;
		grid-template-columns: 48.5% 48.5%;
		grid-column-gap: 3%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.imageseries:not(.serieslen-2):not(.serieslen-4) .item:nth-child(1) {
		grid-row: unset;
		grid-column: 1 / 3;
	}
	.imageseries.serieslen-2,
	.imageseries.serieslen-4 {
		display: grid;
		grid-template-columns: 48.5% 48.5%;
		grid-column-gap: 3%;
		width: 100vw;
		margin-left: -5.5%;
	}
}

.postNav { 
	font-size: 25px;
	font-family: 'AvenirLTPro-Black';
	margin: 40px auto;
}
.postNav a:hover { text-decoration: none; }
.postNav .cell { width: 33%; }
.postNav .back { text-align: center; }
.postNav .next { text-align: right; }

.tervezok-list {
	margin-top: 60px;
}
.tervezok-list .tervezoi-palyazat {
  position: absolute;
  padding: 5px 9%;
  margin-top: -25px;
  width: 100%;
  background: black;
  color: white;
  font-weight: bold;
  font-family: 'AvenirLTPro-Heavy';
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.tervezok-list .items .item {
	position: relative;
	text-decoration: none;
	-webkit-filter: grayscale(100%);
	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;
	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: 6%;
}
.tervezok-list .items .item:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	box-shadow: 0px 5px 45px -9px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 5px 45px -9px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 5px 45px -9px rgba(0, 0, 0, 0.35);
}
.tervezok-list .items .item:hover a {
	text-decoration: none !important;
}
.tervezok-list .items .item .title { font-size: 25px; }
.tervezok-list .items .item .text { margin: 9%; }
.tervezok-list .items .item .url { padding-top: 5%; font-weight: bold; text-decoration: underline; font-family: 'AvenirLTPro-Heavy'; }

.top-bg-section {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 190px 0 20% 0;
}
.page-tervezoi-palyazat .top-bg-section {
	background-image: url(/files/2/palyazat-nyertesei-q50.jpeg);
}
.top-bg-section h1,
.top-bg-section h2,
.top-bg-section p,
.top-bg-section div {
	width: 90%;
	/*max-width: 1152px; */
  max-width: 755px;
	margin-left: auto;
	margin-right: auto;
}
.top-bg-section * {
	text-align: center;
	color: #FFFFFF;
}
.top-bg-section h1 {
	font-size: 64px;
	margin-bottom: 0;
}
.top-bg-section p {
	font-size: 20px;
	line-height: 1.4em;
}
.top-bg-section h2 {
	font-size: 32px;
	font-weight: normal;
	font-family: 'AvenirLTPro-Book', sans-serif;
	margin-top: 0;
}
.top-bg-section hr {
  max-width: 690px;
	border-color: #FFFFFF;
	margin: 7px auto;
}
.page-tervezoi-palyazat .mmSlider1 .points {
	display: none;
}
.page-tervezoi-palyazat .mmSlider1 .item.next,
.page-tervezoi-palyazat .mmSlider1 .item.prev {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}
.page-tervezoi-palyazat .mmSlider1-wrap {
	overflow-x: unset;

}
.tervezoi-palyazat-slider-section {
	margin-top: -16%;
	padding-bottom: 6%;
}

.section-wrap-grey {
	background-color: #ececec;
	padding-top: 5%;
	padding-bottom: 5%;
	margin: 5% 0;
}
.section-wrap-grey h1:nth-child(1) {
	margin-top: 0;
}

.page-socialmediakit h1,
.page-socialmediakit h2 {
 font-size: 37px;
 font-family: 'AvenirLTPro-Black';
 line-height: 1.1em;
}
.page-socialmediakit h3 {
 font-size: 25px;
 font-family: 'AvenirLTPro-Black';
 line-height: 1.1em;
}
.mediakit-linkek {
	padding-top: 5%; ;
}
.mediakit-linkek img {
	margin-right: 5px;
}
.mediakit-linkek h1,
.mediakit-kreativ-javaslatok h1,
.mediakit-szovegek h1 {
	text-align: center;
}
.mediakit-linkek p:first-of-type,
.mediakit-kreativ-javaslatok p:first-of-type,
.mediakit-szovegek p:first-of-type {
	text-align: center;
	max-width: 560px;
	max-width: 611px;
	margin: 1.5em auto;
}
.mediakit-linkek p:first-of-type {
	max-width: 560px;
}

.mediakit-linkek p:first-of-type {
	margin-bottom: 3.5em;
}
.mediakit-szovegek td p:first-of-type {
	text-align: left;
}
.mediakit-linkek strong {
	font-size: 25px;
 font-family: 'AvenirLTPro-Black';
 line-height: 1.1em;
}
.mediakit-kreativ-javaslatok strong {
	font-family: 'AvenirLTPro-Black';
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 20px;
	margin: 10px 0;
	position: relative;
	background-color: #ececec;
}
.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 #000000;
	top: 21px;
}

.page-vipparty .form_editable {  }
.page-vipparty .form_editable input[type=text],
.page-vipparty .form_editable input[type=email],
.page-vipparty .form_editable select {
	width: 100%;
	box-sizing: border-box;
}
.page-vipparty .form_editable input[name=partner] {
	margin-top: 5px;
}
@media (max-width: 900px)
{
	.page-vipparty .pagewidth.w30 {
    	width: calc(var(--pagewidth) / 2);
    	max-width: calc(var(--pagewidth-max) / 2);
    }
}
@media (max-width: 600px)
{
	.page-vipparty .pagewidth.w30 {
    	width: var(--pagewidth);
    	max-width: var(--pagewidth-max);
    }
}

.auth-box {
	margin: 40px auto;
	text-align: center;
	max-width: 400px;
	margin: auto;
	}
	.auth-box h1 {
		font-size: 65px;
		margin: 0.3em 0;
	}
	.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;
	}

#kerdoivek {
	z-index: 25;
}
#kerdoivek.sp-1 .continue_link,
#kerdoivek.sp-1 .save_button,
#kerdoivek.sp-1 .sp-state,
#kerdoivek .maintitle { display: none; }
#kerdoivek.sp-1 .maintitle { display: block; }
#kerdoivek h1 { margin-top: 0; font-size: 37px; text-transform: unset; }
#kerdoivek ul { padding-left: 1.1em; }
#kerdoivek .sp-state {
	position: absolute;
	top: -60px;
	list-style-type: none;
	background: rgba(255, 255, 255, 0.2);
	display: block;
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 1px 1px;
	text-align: center;
	color: white;
}
#kerdoivek .sp-state.bottom {
	margin-top: 20px;
}
#kerdoivek .sp-state li {
	display: inline-block;
	margin: 0px 12px;
}
#kerdoivek .sp-state li.akt {
	background: white;
	padding: 3px 8px;
	color: black;
	margin-top: -4px;
	margin-bottom: -4px;
	border: 1px #44a4c0 solid;
}
#kerdoivek .sp-state .ok {
	background: #f9f1ed;
	font-size: 10px;
	line-height: 13px;
	height: 10px;
	margin: 0px;
	display: block;
	color: #333;
}
#kerdoivek h1, #kerdoivek .h1, #kerdoivek h2, #kerdoivek .h2, #kerdoivek h3, #kerdoivek .h3, #kerdoivek h4, #kerdoivek h5 {
	letter-spacing: 1px;
}
#kerdoivek .button { border: 0; }

.ui-dialog { z-index: 1010; position: fixed; }
.ui-widget-overlay { background: #000000!important; -moz-opacity:.60!important; filter:alpha(opacity=60)!important; opacity:.60!important; }

.sIcon { width: 25px; height: 25px; vertical-align: middle; margin-left: 7px;
	-webkit-transition: all .15s; 
	-moz-transition: all .15s; 
	-o-transition: all .15s; 
	transition: all .15s; }
.sIcon.large, .inverse .sIcon { width: 35px; height: 35px; margin-left: 0; margin-right: 7px; }
.sIcon:hover, .blog-search button img:hover {
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
.langIcon { transition: all .25s; -moz-transition: all .25s; -webkit-transition: all .25s; -o-transition: all .25s; }
.langs.donly { margin-left: 40px; }
.langs.donly a { padding: 5px 0; border-bottom: 2px transparent solid; text-decoration: none; }
.langs.donly a.akt, .langs.donly a:hover { border-bottom-color: #000; }
.langs.monly { display: block; margin-bottom: 15px; }
.langs.monly a:first-child img { margin-left: 0; }

.subscriptions {
	margin-top: 3em;
	margin-bottom: 6em;
}
.subscriptions > * {
	max-width: 700px;
}
.subscriptions input[type=radio], .subscriptions input[type=checkbox] {
	margin-right: 5px;
}

.jatek.subscribe form {
	margin: 1.5em 0;
}
.jatek.subscribe td {
	padding-bottom: 1.5em;
}
.jatek.subscribe input {
	width: 80%;
}
.jatek.subscribe input[type=radio],
.jatek.subscribe input[type=checkbox] {
	width: unset;
}
@media (max-width: 900px)
{
	.jatek.subscribe table,
	.jatek.subscribe tbody,
	.jatek.subscribe tr,
	.jatek.subscribe td {
		display: block;
		width: 100%;
	}
}

footer {
	margin: 80px 0 0 0;
	padding: 80px 0;
	font-size: 15px;
	font-family: 'Avenir Next', sans-serif;
}
footer .inner {
	display: grid;
	grid-template-columns: 32% 1fr;
	grid-column-gap: 10%;
}
footer .linkek {
	display: grid;
	grid-template-columns: 2fr 3fr;
}
footer table { width: 100%; }
footer td { vertical-align: top; }
/*footer .logo { width: 42%; padding-top: 10px; padding-right: 10%; }*/
footer .logo img { width: 170px; height: 66px; fill: #FFF; filter: invert(1); }
/*footer .linkek {
	padding-left: 3%;
	width: 25%;
}*/
footer .linkek a {
	/*color: #BBB!important; */
	display: block;
	line-height: 260%;
	font-size: 18px;
}
footer .contact {
	/*padding-top: 80px; */
}
footer .contact .text {
	margin-top: 2em;
	border-top: 1px #FFF solid;
	padding-top: 4em;
}
footer .fotamogato {
	text-align: center;
}
footer .contact img,
footer .fotamogato img {
	margin: 15px;
}
footer .contact img {
	margin: 15px 15px 15px 0px;
}
footer .copyright {
	text-align: right;
}

.page-fooldal footer, .page-kiallitok footer, .page-partnerek footer, .page-helyszin footer, .page-kapcsolat footer, 
.page-blog footer, .page-helyszin .marvany, .page-kapcsolat .marvany, .page-blog .marvany { margin-top: 0; }

@media (max-width: 1440px)
{
	body {
		/*zoom: 0.9; */
	}
	.tervezoi-palyazat-slider-section {
		margin-top: -20%;
	  padding-bottom: 10%;
	}
}
@media (max-width: 1300px)
{
	.tervezoi-palyazat-slider-section {
		margin-top: -22%;
	}
}
@media (max-width: 1200px)
{
	.tervezoi-palyazat-slider-section {
		margin-top: -24%;
	}
}
@media (min-width: 1050px)
{
	#istablet { display: none; }
	.tonly { display: none!important; }
}
@media (max-width: 1170px)
{
	.page-tervezoi-palyazat .mmSlider1-wrap {
		/*margin-bottom: 40%; */
	}
}
@media (max-width: 1050px)
{
	#istablet { display: block; }
	#header { position: relative; }
	
	body.menu-x #firstSlider .item .text {
		display: none;
	}
	#firstSlider .text {
		margin: 57% 6%;
	}
	
	/*#logo, #menu { display: block; position: initial; }*/
	/*#nav-opener { position: absolute; top: 6px; right: 2px; }*/
	#menu .default, #menu .more {
		display: none; position: absolute; left: 0; right: unset;
		text-align: left; width: 111.5%; margin-top: 85px; padding-top: 20px; padding-left: 6%; left: -6%;
	}
	#menu .more { margin-top: 210px; padding-top: 80px; }
	#menu .more a { display: block; margin-left: 2px; font-size: 16px; line-height: 1.8em; padding: 0px; margin-bottom: 10px; }
	#menu .faBtn.fb { margin-left: 0; }
	#menu .jegyvasarlas { display: none; }
	/*body.invertheaderdisabled #menu .default,*/
	/*body.invertheaderdisabled #menu .more { background-color: #FFFF; }*/
	body #menu .default, body #menu .more { background-color: #FFFF; padding-bottom: 20px; }
	body.invertheader #menu .default, body.invertheader #menu .more { background-color: transparent; }
	body.invertheader.invertheaderdisabled #menu .default, body.invertheader.invertheaderdisabled #menu .more { background-color: #FFFF; }

	/*#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: 7px; }
	.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; }
}
@media (max-width: 950px)
{
	body {
		/*zoom: 1;*/
		--pagewidth: 90%;
		--logo-width: 287px;
	}
	section { margin-top: 4em; }
	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; }
	#ismobile { display: block; }
	.donly { display: none!important; }
	.mW90:not(.hide) { width: 90%; display: block; min-width: unset; }
	.mW:not(.hide) { width: 100%; display: block; min-width: unset; }
	.pagewidth.mW:not(.hide) { width: var(--pagewidth); }
	/*.pagewidth { width: 86%; }*/
	
	.pagewidth.table { display: block; }
	.w100 { width: 100%; }
	.auth-box { margin: 10px auto; }
	.column3.mW { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.grid-30-4 { display: grid; grid-gap: 1%; grid-template-columns: unset; }
	.ui-dialog { max-width: 94%!important; }

	#header { margin-top: 20px; }
	/*
	#logo .per-before { --per-size: 110%; --per-width: 1px; }
	#logo { width: var(--logo-width); grid-column-gap: 23px; font-size: 11px; line-height: 15px; }
	#logo .t { font-size: 9px; line-height: 12px; }
	*/
	#logo {
		transform-origin: center left;
		-webkit-transform-origin: center left;
		-webkit-transform-origin-x: 0;
	}

	#nav-opener { right: -5px; }
	#menu .default .sIcon { margin-left: -5px; }

	#anyList, #anyList .item { margin-top: 30px; }
	#anyList .item.alignIr .text { margin-right: 0; }
	#anyList .item.alignIl img,
	#anyList .item.alignIl video { margin-left: -18%; float: none; width: 133%; max-width: 133%; }
	#anyList .item.alignIr img,
	#anyList .item.alignIr video { float: left; margin-left: -13px; width: 109%; padding-bottom: 40px; }
	#anyList .item.alignIr video, #anyList .item.alignIl video { 
		position: relative!important;
		margin: auto;
		width: 100%;
	}
	#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.alignIl .button, #anyList .item.alignIr .button { bottom: 0; position: relative; margin-top: 10px; } 

	#rolunkslider-outsidetext-wrap {
		min-height: unset;
	}
	.rolunkslider .arrows .t,
	#rolunkslider-outsidetext {
		display: none;
	}
	#rolunkslider-outsidetext .title {
		font-size: 26px;
	}
	.rolunkslider .items {
		margin-left: unset;
		width: unset;
	}
	.rolunkslider .arrows {
  z-index: 40;
  right: unset;
  left: 0;
  width: 50%;
  box-sizing: border-box;
  background-color: #FFF;
  display: block;
  height: 77px;
  margin-top: -77px;
	}
	.rolunkslider .arrows .prev, .rolunkslider .arrows .next, .rolunkslider .arrows .pause {
		background-color: #FFF;
		border-color: #FFF;
	}
	.rolunkslider .arrows .prev:hover,
	.rolunkslider .arrows .next:hover,
	.rolunkslider .arrows .pause:hover,
	.rolunkslider .arrows .pause:hover .draw-triangle {
		--color: #000;
	}
	.rolunkslider {
		overflow-x: unset;
		display: grid;
		grid-template-columns: 1fr;
	}
	.rolunkslider-texts {
		position: relative;
		display: block;
		height: unset;
		right: unset;
		width: var(--pagewidth);
		max-width: var(--pagewidth-max);
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	#rolunkslider-outsidetext {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.rolunkslider .title-lead,
	.rolunkslider .title-lead .lead {
		width: unset;
		max-width: unset;
		position: relative;
		right: unset;
		margin: auto;
	}
	.rolunkslider .title-lead .lead {
		margin-left: 0;
		margin-bottom: 1em;
	}
	.rolunkslider .arrows {
		height: 54px;
		width: 36%;
	}
	.rolunkslider .arrows .prev, .rolunkslider .arrows .next, .rolunkslider .arrows .pause {
	    --size: 20px;
	    border: 17px solid #FFF;
	    border-left-width: 14px;
	    border-right-width: 15px;
	}
	.rolunkslider .arrows .prev {
	    right: 54px;
	}
	.rolunkslider .arrows .pause {
		right: -49px;
	}

	.instagramon .inner {
		grid-template-columns: 1fr 30%;
		grid-column-gap: 6%;
		/*align-items: start; */
		min-height: 400px;
	}
	.instagramon .video video, .instagramon .video img {
		left: 0%;
		width: 100%;
	}
	.instagramon video {
		left: 0;
		margin: 0;
		width: 100%;
	}
	.instagramon .images {
		bottom: unset;
		grid-template-columns: unset;
		grid-template-rows: 1fr 1fr 1fr;
	}
	.instagramon .lead {
		margin-bottom: 1em;
	}
	.instagramon .play {
		right: 0;
		width: 45%;
		padding: 15px;
	}
	.instagramon .button {
		margin-top: 1em;
		position: unset;
		right: unset;
	}
	.instagramon .images img {
		width: 100%;
		max-width: 125px;
		margin: 0 0 4% 0;
	}

	.blogajanlo {
		grid-template-columns: 1fr;
		grid-gap: 1em;
	}
	.blogajanlo .head .table,
	.blogajanlo .head .cell {
		display: block;
	}
	.blogajanlo .head .per {
		display: none;
	}
	.blogajanlo .tags .per {
		width: 20%;
	}
	.blogajanlo .tags-list {
		grid-template-columns: 1fr 1fr;
	}
	.blogajanlo .item2 {
		margin-top: 0;
	}
	.blogajanlo .item:hover {
		box-shadow: unset;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
	}
	.blogajanlo .item:hover .title,
	.blogajanlo .item:hover .lead,
	.blogajanlo .item .title,
	.blogajanlo .item .lead {
		margin-left: 0;
		padding-right: 17%;
	}
	.blogajanlo .item .title:before {
		display: none;
	}
	.blogajanlo .item .title {
		margin-top: 15px!important;
	}
	.blogajanlo .item .category {
    font-size: 15px;
    padding: 10px 25px;
    top: -51px;
	}

	.jelentkezz .text {
  position: unset;
  bottom: unset;
  left: unset;
  width: unset;
		box-shadow: unset;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		padding: 2em 0;
	}
	.jelentkezz img {
		width: 111.5%;
		margin-left: -6%;
		min-height: 175px;
    object-fit: cover;
    object-position: left;
	}

	.galeriabol {
		grid-template-columns: 1fr;
		grid-row-gap: 2em;
	}
	#galeriabolthumbs {
		position: relative;
		height: unset;
		white-space: nowrap;
	}
	#galeriabolthumbs img {
		width: unset;
  height: 100px;
  margin-right: 1.2em;
	}
	.galeriabol .arrows {
  width: 40%;
  left: 0;
  right: unset;
  bottom: 0;
  text-align: right;
  box-sizing: border-box;
  padding: 12px 0;
  padding-right: 5%;
	}
	.galeriabol .table, .galeriabol .cell {
  display: block;
	}
	.galeriabol .per {
  display: none;
	}
	.galeriabol .arrows .next {
  	transform: rotate(0deg);
    margin-left: 1em;
    --size: 22px;
	}
	.galeriabol .arrows .prev {
	  transform: rotate(180deg);
	  --size: 22px;
	}
	.galeriabol .cell-head { order: 1; }
	.galeriabol .cell-nexpage { order: 4; }
	.galeriabol .cell-viewer { order: 2; }
	.galeriabol .cell-thumbs { order: 3; }
	#galeriabolthumbs img {
		height: 62px;
	}
	.galeriabol .mmSlider2-wrap {
		overflow-x: hidden;
		width: 111.5%;
		margin-left: -6%;
	}

	.photogallery {
		grid-template-columns: 1fr;
	}
	.photogallery .mine {
		order: 1;
	}
	#photogalleryoutsidetext {
		margin: 1em 0;
		order: 2;
	}
	.photogallery .side {
		order: 3;
		height: 400px;
	}
	.photogallery .filters {
		order: 4;
	}
	.photogallery .points {
		display: none;
	}
	#photogalleryoutsidetext .description-opener {
		position: relative;
		text-align: right;
		top: unset;
		width: max-content;
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 1em;
		border: 0;
		white-space: nowrap;
	}
	#photogalleryoutsidetext .description-opener span.monly {
		margin-right: 1em;
	}
	#photogalleryoutsidetext.show .lead,
	#photogalleryoutsidetext .image-description .inner > div {
  	grid-template-columns: 32% 66%;
	}
	#photogalleryoutsidetext .image-description .inner > div {
  	margin-bottom: 1em;
    line-height: 1em;
	}
	.photogallery .thumbs-arrows .forward, .photogallery .thumbs-arrows .backward {
    --size: 20px;
    --line-width: 2px;
	}

	.videogallery .player .inner iframe {
		width: 90%;
	}
	.videogallery .head,
	.videogallery .head .cell {
		display: block;
	}
	.videogallery .items {
	  grid-template-columns: 50% 50%;
	}
	.videogallery .item {
		margin-bottom: 2em;
		aspect-ratio: unset;
	}
	.videogallery .item:nth-child(1) {
	  grid-row: unset;
	  grid-column: 1 / 3;
	}
	.videogallery .player .close {
		margin: 20px 7px 7px 7px;
	}
	.videogallery .item .play {
    padding: 12px 20px;
    height: 45px;
    width: 55px;
	}
	.videogallery .item .title {
    margin-left: 54px;
    padding: 12px 5px;
    height: 45px;
    width: 55%;
    padding-top: 5px;
    line-height: 1.2em;
	}

	.rolunk-item.left-images,
	.rolunk-item.right-images {
	  grid-template-columns: 1fr;
	  grid-row-gap: 0.5em;
	}
	.rolunk-item.left-images .texts,
	.rolunk-item.right-images .texts {
	  padding-left: 0;
	  padding-right: 0;
	}
	.rolunk-item.left-images .images,
	.rolunk-item.right-images .images {
		order: 2;
		margin-top: 1em;
	}
	.rolunk-item.left-images .button,
	.rolunk-item.right-images .button {
		margin-top: 1em;
	}
	.rolunk-item.left-images .arrows,
	.rolunk-item.right-images .arrows {
		text-align: right;
	}
	.rolunk-item .mmSlider2-wrap {
		overflow: hidden;
	}

	.rolunk-item.left-images .mmSlider2 .arrows .next,
	.rolunk-item.right-images .mmSlider2 .arrows .prev {
		display: inline-block;
	}
	.rolunk-item .mmSlider2 .arrows .next{
		margin-left: 30px;
	}
	.rolunk-item .mmSlider2 .arrows .prev,
	.rolunk-item .mmSlider2 .arrows .next{
		--line-width: 2px;
		--size: 20px;
	}

	.postList .items {
  	/*margin-left: 0;*/
  	/*margin-right: 0;*/
	}
	.postList .item:hover .text:before {
		/*display: none;*/
	}
	.postList .item .text,
	.postList .item:hover .text {
		/*padding: 6% 12% 6% 14%;*/
	}

	.blog-nav {
		grid-template-columns: 1fr 80px;
	}
	.blog-nav input.text {
		display: none;
	}
	.blog-nav .per-before {
		--per-size: 100px;
	}
	.blog-nav .per-before:before {
		margin-left: 10px;
	}
	.blog-anchors a {
		font-size: 15px;
		border-bottom: 0;
		padding-left: 0;
	}
	.blog-search form {
		--per-size: 100%;
	}
	.blog-nav button {
		position: absolute;
		right: 0;
		top: 5px;
	}
	.blog-nav .per-before:before {
		right: 25px;
		margin: 0;
	}
	.blog-nav.search {
		grid-auto-flow: row;
		grid-template-columns: 1fr;
	}
	.blog-nav.search .blog-anchors {
		display: none;
	}
	.blog-nav.search input.text {
		display: inherit;
	}
	.blog-nav.search .per-before {
		--per-size: 50px;
		width: 100%;
		max-width: unset;
		text-align: left;
	}
	.blog-nav.search button {
		top: 8px;
	}
	.blog-nav.search .per-before:before {
		right: 40px;
	}

	#post .head .text {
		width: 83%;
		padding-left: 5%;
	}

	#post .head img {
		width: 100%;
		height: calc(75vh - 150px);
		min-height: 500px;
		object-fit: cover;
	}

	#ticketPurchase { margin-top: 20px; }
	.price-val { font-size: 30px; }
	#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;
	}
	.perBlock .per:not(.dM)  { display: none; }
	#firstSlider .points { display: inline-block; }
	#firstSlider .title { width: 75%; }
	#firstSlider .points .point.prev, #firstSlider .points .point.next {
	    margin: 6px 15px;
	    --size: 20px;
	    --line-width: 2px;
	}
	
	.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-size: 60px; margin: 15px 0; }
	#postList2 .head { margin-bottom: 10px; }
	#postList2 .points { display: none; }
	#postList2 .item .date { margin-bottom: 0; }
	#postList2 .item .title { margin-bottom: 20px; }
	#postList2.salonSlider02 .item { width: 100%; display: block; position: relative; margin-bottom: 40px; -moz-opacity:1; filter:alpha(opacity=1); opacity:1; }
	#postList2.salonSlider02 .text { margin: 6% 0%; }

	#postList .salonSlider02 { position: relative; margin-bottom: 40px; }
	#postList .salonSlider02 .points { display: block; position: absolute; position: absolute; padding: 0; width: 100%; bottom: -8px; }
	#postList .salonSlider02 .category { padding-right: 15px; }
	#postList .salonSlider02 .date.per-before { --color: #000; }
	#postList .salonSlider02 .points .point.next, #postList .salonSlider02 .points .point.prev { 
		display: inline-block;
		position: absolute;
		left: unset;
		right: 0px;
		width: 20px;
		font-size: 35px;
		padding: 20px 5px;
	}
	#postList { width: 100%; overflow-x: hidden; margin-top: 3em; }
	#postList .salonSlider02 .points .point.next { left: auto; right: -11px; text-align: right; }
	#postList .salonSlider02 .nums { margin-bottom: -25px; margin-right: -25px; }
	#postList .salonSlider02 .item.prev, #postList .salonSlider02 .item.next { -moz-opacity:.0; filter:alpha(opacity=0); opacity:.0; }
	#postList .salonSlider02 .item .tag { font-size: 14px; padding: 10px 18px; }
	#postList .salonSlider02 .item .tag:before { display: none; }
	#postList .salonSlider02 .text { position: absolute; margin: 1% 0; color: #FFF; bottom: 5px; padding-left: 15px; }
	#postList .salonSlider02 .title { font-size: 16px; margin-top: 10px; }
	#postList .salonSlider02 img { position: relative; }
	#postList .salonSlider02 .overlay { display: block; position: absolute; top: 0; opacity: 0.35; }
	#postList .salonSlider02 .category { padding-right: 0; }
	/*#postList .postList.pagewidth { width: 100%; }*/
	#postList .postList.pagewidth.search, #postList .postList.pagewidth.tagcontent { width: 100%; margin-top: 0; }
	#postList .postList .postList-category { margin-right: 6%; box-sizing: border-box; }
	#postList .postList .items { margin-right: 0; }
	#postList .postList .item { margin-bottom: 0; }
	/*#postList .postList .item .text { padding-top: 1%; padding-left: 5%; }*/
	#postList .postList .button { position: relative; }
	/*#postList .postList img { width: 90%; margin: 7% 5% 0 5%; }*/

	#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; }
	.newsletter-signup { display: block; margin: 0; }
	.newsletter-signup .text { margin: 0; }
	.newsletter-signup .text:before { display: none; }

	.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%; }

	#brands > .title { margin-bottom: 20px; }
	#brands > .title:after { display: none; }
	#brands .item .text { margin: 5%; width: 90%; }
	#brands .item .cell.text { padding-left: 0; }
	#brands .salonSlider02 .points { display: block; }

	#tickets { margin-top: 15px; }
	#tickets .describe .text { min-height: auto; }
	#tickets .price .min, #tickets .price .text .alignj { min-height: auto; }
	#tickets .price { padding: 5%; margin-left: -5%; }
	#tickets .price-val { }
	#tickets .price .button-dark { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; margin-left: 0; margin-top: 10px; width: 92%; }
	#tickets .price .text {
	   min-height: auto;
	   margin-bottom: 20px;
	   padding-bottom: 0;
	   border-bottom: 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: 40%; }

	#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 ; }
	.page-galeria #gallery .alignj { text-align: left; }
	#gallery .outsidetext {
		column-count: 1;
	}

	.newBlock { margin-top: 40px; }

	#post .content { margin-top: 40px; }
	#post .content strong { 
		font-size: 19px;
	}
	#post .content iframe { 
		max-width: 100%;
		height: 350px;
		margin: auto;
	}
	#post .content figure.imageAndCaption,
	#post .content img { 
		max-width: 100%!important;
		margin-left: 0%;
		height: auto;
	}
	#post .content figure.imageAndCaption img {
		/*margin-bottom: 8px; */
	}
	#post .content figure.imageAndCaption figcaption {
    position: relative;
		margin-bottom: 1em;
		width: 100%;
		font-size: 70%;
	}
	#post .content figure.imageAndCaption figcaption.show {
		/*-webkit-animation: slide-in-right 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;*/
		    /*animation: slide-in-right 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;*/
	}
	/*@-webkit-keyframes slide-in-right {
	 from {left: 120%; }
	 to {left: 7%; }
	}
	@keyframes slide-in-right {
	 from {left: 120%; }
	 to {left: 7%; }
	}*/
	.post-footer * {
		font-size: 14px;
	}

	.list-3-2-1-col .items .item { width: 49%; margin-left: 2%; }
	.list-3-2-1-col .items .item:nth-child(3n-2) { margin-left: 2%; }
	.list-3-2-1-col .items .item:nth-child(2n-1) { margin-left: 0; }

	.imageslines--x1 { max-width: 111.5%; margin: 6% 0 6% -6%; }
	.imageslines--x1 .mmSlider1-wrap { overflow-x: hidden; }
	.imageslines--x1 .mmSlider1 .items { padding-bottom: 10px; /*figcaption hely*/ }
	.imageslines--x1 .mmSlider1 .item { box-shadow: unset; -webkit-box-shadow: unset; -moz-box-shadow: unset; }
	.imageslines--x1 img { width: 100%!important; max-width: 100%!important; margin: 5% 0; }


	#inspiracio .item {
		width: 100% !important;
		height: auto !important;
	}
	#inspiracio .item:before {
		bottom: 7px;
	}
	
	.top-bg-section {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.tervezoi-palyazat-slider-section {
		margin-top: -20%;
	  padding-bottom: 16%;
	}

	.trafficLines div {
	  font-size: 28px;
	  width: 57px;
	  height: 27px;
	  padding-top: 29px;
	  margin: 10px 11px;
	}

	.section-wrap-grey {
		padding-top: 10%;
		padding-bottom: 10%;
		margin: 10% 0;
	}
	.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: 25px;
		max-width: 243px;
	}
	.mediakit-linkek td {
		font-size: 10px;
	}
	.mediakit-linkek td strong {
		font-size: 20px;
		line-height: 1.2em;
	}
	.mediakit-linkek td img {
		margin-right: 8px;
		margin-left: -3px;
	}
	.mediakit-linkek td br,
	.mediakit-linkek tr td:nth-child(3) {
		display: none;
	}

	footer { padding: 25px 0 25px 0; }
	footer .logo { width: unset; max-width: 435px; margin-bottom: 20px; }
	/*footer .linkek { padding-left: 0; border-left: 0; width: 100%; }*/
	/*footer .linkek a { padding-left: 0; color: #EEE!important; }*/
	footer .inner, footer .linkek { grid-template-columns: 1fr; text-align: left; }
	footer .contact .text { margin: 2em 0; padding-top: 3em; }
	footer .copyright { margin-top: 2em; padding-top: 2em; border-top: 1px solid #FFF; text-align: left; }
	/*footer .fotamogato { padding-top: 60px; }*/
	/*footer .contact { padding-top: 30px; }*/
	/*footer .fotamogato, footer .contact, footer .copyright { text-align: center; }*/
	footer .hours { width: 65%; }
}
@media (max-height: 500px)
{
	#firstSlider .text {
		margin: 20% 5%;
	}
}
@media (max-width: 850px){
	.imageTitle.inspiracio .title { font-size: 32px; width: 80%; }
	.imageTitle.inspiracio .text { bottom: 25px; left: 35px; }
}
@media (max-width: 700px){
	.imageTitle.inspiracio .title { font-size: 30px; width: 95%; }
	.imageTitle.inspiracio .text { bottom: 25px; left: 35px; }
}
@media (max-width: 600px){
	.imageTitle.inspiracio .title { font-size: 25px; width: 95%; }
	.imageTitle.inspiracio .text { bottom: 25px; left: 35px; }
	#firstSlider .title { width: 100%; }

	.list-3-2-1-col .items .item { display: block; width: 100%; margin-left: 0; }
	.list-3-2-1-col .items .item:nth-child(3n-2) { margin-left: 0; }
	.list-3-2-1-col .items .item:nth-child(2n-1) { margin-left: 0; }
}
@media (max-width: 500px){
	.imageTitle.inspiracio .title { font-size: 20px; width: 95%; }
	.imageTitle.inspiracio .text { bottom: 25px; left: 35px; }
}
@media (max-width: 450px){
	.imageTitle.inspiracio .title { font-size: 18px; width: 95%; }
	.imageTitle.inspiracio .text { bottom: 15px; left: 35px; }
}
@media (max-width: 415px){
	#firstSlider .title { font-size: 39px; }
}
@media (max-width: 400px){
	.imageTitle.inspiracio .title { font-size: 16px; width: 95%; }
	.imageTitle.inspiracio .text { bottom: 10px; left: 25px; }
	#post .head .text .title.comma-start { text-indent: -8px; }
}
@media (max-width: 390px){
	#firstSlider .title { font-size: 35px; }
}
@media (max-width: 385px){
	#post .head .title { font-size: 28px; }
}
@media (max-width: 375px){
	#firstSlider .title { font-size: 33px; }
}
/*
*/
@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);	}}