/*
#a8499d	- sötét lila
#42dbff - világos kék
*/

html {
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
}
*, *:before, *:after {
	box-sizing: inherit;
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

@font-face {
	font-family: "Gotham-Book";
	src: url('fonts/GothamSSm-Book.eot');
	src: url('fonts/GothamSSm-Book.eot?#iefix') format('embedded-opentype'),
		 url('fonts/GothamSSm-Book.otf') format('opentype');
}

@font-face {
	font-family: "Gotham-Medium";
	src: url('fonts/GothamSSm-Medium.eot');
	src: url('fonts/GothamSSm-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/GothamSSm-Medium.otf') format('opentype');
}

@font-face {
	font-family: "Gotham-Bold";
	src: url('fonts/GothamSSm-Bold.eot');
	src: url('fonts/GothamSSm-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/GothamSSm-Bold.otf') format('opentype');
}

@font-face {
	font-family: "Gotham-ExtraLight";
	src: url('fonts/GothamSSm-XLight.eot');
	src: url('fonts/GothamSSm-XLight.eot?#iefix') format('embedded-opentype'),
		 url('fonts/GothamSSm-XLight.otf') format('opentype');
}

body {
	font-family: "Gotham-Book", sans-serif;
	font-size: 12px;
	line-height: 1.666666666;
	line-height: calc(5 / 3);
	background: #000;
	color: #fff;
}

td {
	width: 50%;
}

a {
	text-decoration: none;
	color: #42dbff;
	transition: color .2s ease-in-out, opacity .2s ease-in-out;
}

a:hover {
	color: #a8499d;
}

img {
	display: block;
}

.clr {
	clear: both;
}

.cover {
	position: relative;
	overflow: hidden;
}
.cover li {
	 
}
.cover li span {
	display: block;
	height: 100%;
	margin: 0 auto;
	max-width: 1140px;
	position: relative;
	width: 100%;
}
.cover img {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 0;
	left: -12px;
	height: 100px;
}

.tartalomszelesseg {
	max-width: 1140px;
	padding: 0 10px;
	margin: 0px auto;
}

.headerszelesseg {
	margin: 0px auto;
}

.header {
	background: rgba(0, 0, 0, 0.7);
	padding: 0;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
}

.inner-header {
	position: relative;
	text-align: center;
}

.logo {
	padding: 0;
	position: absolute;
	left: 10px;
	top: 4px;
}

.logo a {
	background: url("../images/bonusz-2015-logo.png") no-repeat;
	display: block;
	width: 139px;
	height: 30px;
	background-size: contain;
}

.logo a * {
	display: none;
}

.logo:hover {}

.logo img {
}

.navigation {
	/*float: left;*/
	font-size: .91666em;
	/*margin: 15px 160px;*/
	margin: 15px auto;
}

.menu {
	margin-left: 26px;
}

.menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.menu li a,
.menu li span {
	font-family: "Gotham-Book", sans-serif;
	margin: 0;
	padding: 5px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 32px;
}

.menu li span {
	color: #666;
}

.menu li a:hover {
	color: #42dbff;
}

.menu li ul {
	display: inline-block;
	padding-top: 15px;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	width: 160px;
	position: absolute;
	left: 0;
	top: 100%;
}
.menu li ul li {
	background-color: rgba(0, 0, 0, .7);
	display: list-item;
}

.rslides {
	height: 50vw;
	max-height: 500px;
}
.rslides li {
	background-color: #010101;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 100%;
}

.nyelvsocial {
	float: left;
	padding: 4px 0px;
	margin-left: 34px;
}

.heder_pikto {
	width: 35px;
	height: 35px;
	margin: 0px 5px;
	display: inline-block;
}

.fb {
	background: url('../images/fb_pikto.png');
	background-repeat: no-repeat;
}

.insta {
	background: url('../images/insta_pikto.png');
	background-repeat: no-repeat;
}

.helyszin {
	background: url('../images/helyszin_pikto.png');
	background-repeat: no-repeat;
}

.nyelvvalto {
	display: inline-block;
	margin: 0px 2px;
	position: relative;
	bottom: 13px;
}

.nyelvvalto a {
	font-family: "Gotham-Book", sans-serif;
}

.jegysarok {
	width: 200px;
	height: 200px;
	background: url('../images/jegysarok.png');
	position: fixed;
	right: 0;
	top: 64px;
	z-index: 999;
}

.buyticket {
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 30px 0px;
}

.hirek {
	/*margin: 40px 0px;*/
}

.hullamoscim {
	font-family: "Gotham-ExtraLight", sans-serif;
	padding-top: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 20px;
}

.hullamoscim2 {
	font-family: "Gotham-ExtraLight", sans-serif;
	padding-top: 30px;
	margin-top: 70px;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 20px;
}

.simacim {
	background: #a8499d no-repeat 10px 50%;
	color: #000;
	font-family: "Gotham-Medium", sans-serif;
	font-size: 1.58333em;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	padding: 4px 5px 0;
	line-height: 26px;
}

.cimbef {
	margin-top: 60px;
	margin-bottom: 30px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.jegyszovegek {
	font-family: "MyriadPro-Semibold", Arial;
	padding-top: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 5px;
	text-align: center;
}

.jegyszovegek_online {
	font-family: "MyriadPro-Semibold", Arial;
	padding-top: 0px;
	color: #fff;
	font-size: 30px;
	text-align: center;
}

.lineupcim {
	background: #a8499d no-repeat 8px 49%;
	color: #000;
	font-family: "Gotham-Medium", sans-serif;
	font-size: 1.58333em;
	font-size: calc(19em / 12);
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	padding: 0px 8px 0;
	line-height: 30px;
	/*height: 30px;*/
}
.lineupcim.thunder,
.lineupcim.deadcode,
.lineupcim.bmylake,
.lineupcim.soundhead {
	background-position: center;
	background-size: 100%;
	display: block;
	height: 30px;
	padding: 0;
}

.lineupcim.thunder {
	background-image: url("../images/lineup/logo-thunder-arena.png");
	background-image: none, url("../images/lineup/logo-thunder-arena@2x.png");
	width: 188px;
	/*background-size: auto 30px;*/
	/*padding-left: 112px;*/
}
.lineupcim.deadcode {
	background-image: url("../images/lineup/logo-deadcode-arena.png");
	background-image: none, url("../images/lineup/logo-deadcode-arena@2x.png");
	width: 158px;
	/*background-size: auto 15.5px;*/
	/*padding-left: 82px;*/
}
.lineupcim.bmylake {
	background-image: url("../images/lineup/logo-bmylake-arena.png");
	background-image: none, url("../images/lineup/logo-bmylake-arena@2x.png");
	width: 177px;
	/*background-size: auto 22px;*/
	/*padding-left: 98px;*/
}
.lineupcim.soundhead {
	background-image: url("../images/lineup/logo-soundhead-terrace.png");
	background-image: none, url("../images/lineup/logo-soundhead-terrace@2x.png");
	width: 207px;
	/*background-size: auto 15px;*/
	/*padding-left: 106px;*/
}
.lineupcim span {
	/*font-family: "Gotham-Book", sans-serif;*/
	display: none;
}
.lineupcim span.inv {
	display: none;
}
/*
.lineupcim img {
	display: inline-block;
	margin-right: 10px;
}
*/
.lineupcim2 {
	font-family: "MyriadPro-Semibold", sans-serif;
	padding-top: 100px;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 5px;
	text-align: center;
	width: 75%;
	margin: 0px auto;
}

.jegytipus_cim {
	font-family: "MyriadPro-Semibold", Arial;
	padding-bottom: 20px;
	color: #ff0000;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 5px;
}

.sargasgomb {
	font-family: "MyriadPro-Semibold", Arial;
	letter-spacing: 5px;
	background: url('../images/gombhatter.jpg');
	background-repeat: no-repeat;
	width: 279px;
	height: 42px;
	margin: 10px auto;
	text-align: left;
	color: #fff;
	padding: 19px 0px 0px 19px;
	font-size: 18px;
	text-transform: uppercase;
}

.pirosgomb {
	font-family: "MyriadPro-Semibold", Arial;
	letter-spacing: 5px;
	background: url('../images/gombhatter_piros.jpg');
	background-repeat: no-repeat;
	width: 279px;
	height: 42px;
	margin: 20px auto;
	text-align: left;
	color: #fff;
	padding: 19px 0px 0px 19px;
	font-size: 18px;
	text-transform: uppercase;
}

.logodatum {
	background: url('../images/logodatum_kicsi.png');
	background-repeat: no-repeat;
	width: 607px;
	height: 237px;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: 0px auto;
}



.news-title {
	font-family: "Gotham-ExtraLight", sans-serif;
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: .3em;
	/*padding-bottom: 33px;*/
	color: #a8499d;
	text-transform: uppercase;
	font-weight: normal;
}
.news-item {
	margin-bottom: 3em;
}
.news-thumbnail {
	/*width: 100%;*/
	display: none;
}
.news a,
.news a:hover {
	text-decoration: none;
	color: currentColor;
}

.galeria_fooldal_balhasab {
	float: left;
	/*margin-right:20px;*/
}

.galeria_fooldal_jobbhasab {
	float: left;
}

.nap {
	margin-bottom: 20px;
}

.hanyadiknap {
	font-family: "MyriadPro-Semibold", Arial;
	font-size: 14px;
	color: #fff;
	background: #ff0000;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.footer {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #58595b;
	text-align: center;
}

.mail {
	text-align: center;
	margin-bottom: 10px;
}

.mail a:hover {
	text-decoration: underline;
}

.nyelvvalto a:hover {
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: underline;
}

.copyright {
	text-align: center;
	margin-bottom: 20px;
	font-family: "MyriadPro-Semibold", Arial;
	font-size: 10px;
}

.fooldal_lineup {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.fooldal_lineup li {
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	flex: 1 1 auto;
	line-height: 1.2;
	list-style: none;
	position: relative;
	margin: 0 0 5px;
}
.ad {
	display: none;
}

.lineupindex {
	width: 100%;
}

.fooldal_lineup li:hover .hoverdiv {
	opacity: 1;
}

.og-grid li img {
	opacity: 1;
}

.og-grid li img:hover {
	opacity: 0.6;
	transition: all .4s;
}

.og-fullimg img:hover {
	opacity: 1 !important;
}

.hoverefect {
	opacity: 1;
}

.hoverefect:hover {
	opacity: 0.6;
	transition: all .4s;
}

.kerdesvalasz {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.kerdes {
	font-family: "MyriadPro-Light", Arial;
	font-size: 20px;
	color: #ff0000;
	margin-bottom: 20px;
}

.jegyek_menu {
	background: url('../images/sargahatter.jpg');
	width: 100%;
	height: 280px;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.jegy {
	width: 33.33%;
	height: 100%;
	float: left;
	padding-top: 30px;
}

.jegy img {
	margin: 0px auto;
}

.jegytipus_sor {
	max-height: 300px;
	background: url('../images/hullamvonal_hosszu.png');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 40px;
	margin-top: 20px;
}

.jegytipus_balhasab {
	float: left;
	width: 730px;
}

.jegytipus_jobbhasab {
	float: right;
	width: 280px;
	height: 260px;
	background: #05AFF2;
	padding: 20px;
	text-align: center;
}

.jegytipus_jobbhasab .jegyszovegek {
	padding: 0px;
}

.jegytipus_balhasab p {
	font-size: 15px;
	margin-bottom: 20px;
	width: 350px;
	display: inline-table;
	margin-right: 10px;
}

.kosarpikto {
	margin: 40px auto;
	width: 80px;
}

.video_bal {
	float: left;
}

.video_jobb {
	float: right;
}

.napjeleolo {
	float: left;
	margin-right: 20px;
}

.thumb_kepek {
	float: right;
	width: 780px;
}

.thumb_kepek img {
	float: left;
	margin: 10px;
	width: 246px;
}

.thumb_kepek_tobb img {
	float: left;
	margin: 8px;
	width: 246px;
	height: 163px;
}

.thumb_kepek img:nth-child(3) {
	margin-right: 0px !important;
	margin-top: 0px !important;
}

.thumb_kepek img:nth-child(6) {
	margin-right: 0px !important;
}

.thumb_kepek img:nth-child(9) {
	margin-right: 0px !important;
}

.thumb_kepek img:nth-child(1) {
	margin-left: 0px !important;
	margin-top: 0px !important;
}

.thumb_kepek img:nth-child(2) {
	margin-top: 0px !important;
}

.thumb_kepek img:nth-child(4) {
	margin-left: 0px !important;
}

.thumb_kepek img:nth-child(7) {
	margin-left: 0px !important;
}

.videok {
	margin-bottom: 20px;
}

.faqtabla h2 {
	color: #F00;
	margin-bottom: 10px;
}

.faqtabla p {
	margin-bottom: 10px;
}

.idosav {
	width: 720px;
	margin-bottom: 10px;
}

.idosav span {
	margin: 0px 10px;
}

.idosav span:first-child {
	margin-left: 0px !important;
}

.fekete {
	font-weight: bold;
	color: #000;
}

.szurke {
	color: #bbb;
}

.lineupkep {
	width: 262px;
}

.onlinevasarlas {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.ideiglenes_padding {
	padding: 32px 0px;
}

.lineuplink {
	display: block !important;
	text-align: center;
}

.elfogyott {
	width: 100%;
	background-image: linear-gradient(to right, #FF374B 0%, #FF6A00 100%);
	padding: 10px;
	text-transform: uppercase;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 112px;
	color: #fff;
	font-weight: bold;
}

/* bonuszformázás */

.jegysocial {
	padding: 0px 0px 10px;
	background: #b54e93;
	background: -webkit-gradient(left top, right top, color-stop(0%, #622367), color-stop(100%, #b54e93));
	background: -webkit-linear-gradient(left, #622367 0%, #b54e93 100%);
	background: -moz-linear-gradient(left, #622367 0%, #b54e93 100%);
	background: -ms-linear-gradient(left, #622367 0%, #b54e93 100%);
	background: -o-linear-gradient(left, #622367 0%, #b54e93 100%);
	background: linear-gradient(to right, #622367 0%, #b54e93 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#622367', endColorstr='#b54e93', GradientType=1);
}

.bluebutton {
	background: #42dbff;
	border-radius: 3px;
	color: #000;
	float: left;
	font-size: 1.16666em;
	display: block;
	font-family: "Gotham-Bold", sans-serif;
	padding: 0 8px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 10px;
}

.jegyrendgomb {
	color: #000;
	background: #42dbff;
	float: left;
	padding: 8px;
	display: block;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: "Gotham-Bold", sans-serif;
	text-decoration: none;
}

.lineupgomb {
	color: #000;
	background: #42dbff;
	float: right;
	padding: 8px;
	display: block;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: "Gotham-Bold", sans-serif;
	text-decoration: none;
}

.bluebutton:hover, 
.jegyrendgomb:hover,
.lineupgomb:hover {
	color: #000;
}

.fullineup {
	margin-top: 10px;
	text-align: right;
}

.dc {
	float: right;
	height: 30px;
	margin-left: 18px;
}

.right-logos {
	display: none;
	float: right;
	margin-top: 10px;
}

.socialikonok {
	float: left;
	margin-left: 20px;
	height: 30px;
	margin-top: 10px;
}

.harom_hasab {
	width: 360px;
	float: left;
	margin-right: 20px;
	text-align: justify;
}

.harom_hasab p {
	margin-bottom: 20px;
}

.harom_hasab_last {
	width: 360px;
	float: left;
	margin-right: 0px !important;
}

.feszleiras img {
	width: 100%;
}

.hoverdiv {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(120, 48, 116, 0.7);
	z-index: 1;
	top: 0;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.lineupnev {
	font-family: "Gotham-ExtraLight", sans-serif;
	/*padding: 20px 0px 0px 20px;*/
	padding: 20px 20px 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: lighter;
}

.stage {
	font-family: "Gotham-Book", sans-serif;
	color: #42dbff;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
}

.idopont {
	font-family: "Gotham-ExtraLight", sans-serif;
	color: #fff;
	font-size: 20px;
	padding-left: 20px;
}

.lineupsocial_info {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: none;
}

.lineupsocial_fb {
	position: absolute;
	bottom: 20px;
	right: 70px;
	display: none;
}

.page-main {
	text-align: justify;
}

.page-main .content img {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 20px;
}

.content,
#page-content {
	padding-top: 1px;
}

/*
.page-main li a {
	transition: all .5s;
	opacity: 1;
}

.page-main li a:hover {
	opacity: 0.5;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../themes/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.callbacks_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.headerdatum {
	font-family: "Gotham-Book";
	font-size: 18px;
}

.header_helyszin {
	font-family: "Gotham-Book";
	font-size: 10px;
}
*/

.datumhelyszin {
	background: url("../images/datum-helyszin.png") no-repeat center;
	background-size: auto 32px;
	width: 112px;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 5px;
}
.datumhelyszin div {
	display: none;
}

.hattervonal {
	width: 100%;
	position: absolute;
	height: 2px;
	background: #a8499d;
	top: 50%;
	margin-top: -1px;
}
/*
#jegyarak a,
#jegyarak img {
	display: block;
}
*/
.column .column-box {
	padding-bottom: 1.666666666em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.column .column-box p:last-child {
	padding-bottom: 0;
}

.column li,
.column2 li {
	list-style: none;
	padding-left: 13px;
	position: relative;
}
.column li::before,
.column2 li::before {
	content: '-';
	position: absolute;
	margin-left: -12px;
}

.column2 h3,
.column h3 {
	color: #a8499d;
	font-size: 1.1666666666em;
	font-weight: normal;
	line-height: 1.428571428571;
	text-transform: uppercase;

	-webkit-column-break-after: avoid;
	page-break-after: avoid;
	break-after: avoid;

	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.column2 .box {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.column2 h3.emphasized,
.column h3.emphasized {
	background-color: #a8499d;
	color: #000;
}

.column2 p,
.column p {
	padding-bottom: 1.666666666em;
	-webkit-column-break-before: avoid;
	page-break-before: avoid;
	break-before: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.column2 ul,
.column ul {
	list-style-position: inside;
	/*list-style-type: '-';*/
}
.column2 ul + h3,
.column ul + h3 {
	margin-top: 1.666666666em;
}

.tickets {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.ticket-pic {
	max-width: 360px;
	margin: 5px 0;
	width: 100%;
}
.ticket-pic a,
.ticket-pic img {
	width: 100%;
	height: auto;
}

.anchor {
	display: block;
	height: 0;
}

.festival-map {
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	height: auto;
}

.menu-button {
	background: transparent url('../images/menu-button.png') no-repeat center / contain;
	display: none;
	width: 38px;
	height: 38px;
}
.menu-button span {
	display: none;

}

.gallery-box {
	clear: both;
}
.gallery-box img {
	margin-bottom: 1em;
}

.video-js {
	-webkit-column-span: all;
	-moz-column-span: all;
	-ms-column-span: all;
	column-span: all;
}
.video-js .vjs-big-play-button {
	border-radius: 50%;
	border-width: .1em;
	height: 2.3em;
	width: 2.3em;
	left: 50%;
	top: 50%;
	margin: -1.25em 0 0 -1.25em;
}
.video-js .vjs-big-play-button:before {
	top: 16%;
}
.content #trailer {
	width: 100%;
	height: 0;
	padding-bottom: 42.5%;
}

.sponsors .tartalomszelesseg img {
	width: 65%;
	margin: 3em auto 0;
}

@media screen and (-webkit-max-device-pixel-ratio:2) {
	.lineupcim {
		padding: 2px 8px 0;
		line-height: 28px;
	}
}
@media only screen and (min-width: 481px) {
.sponsors {
	padding-bottom: 6em;
}
.sponsors .tartalomszelesseg {
	overflow: hidden;
	padding-top: 6em;
}
.sponsors .tartalomszelesseg div {
	float: left;
}
.sponsors .tartalomszelesseg img {
	margin: 0 auto;
}
.sponsors .sp-2 {
	padding: 6em 2.5em 0;
}
.sponsors .sp-3 {
	padding: 6em 4em 0;
}
.sponsors .sp-1 div {
	width: 33.3%;
}
.sponsors .sp-2 div {
	width: 25%;
}
.sponsors .sp-3 div {
	width: 20%;
}


	.gallery-box {
		clear: none;
		float: left;
		height: 180px;
		width: 50%;
	}

	.tickets {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}
	.ticket-pic {
		max-width: 360px;
		margin: 5px 5px 5px 0;
		width: calc(50% - 5px);
	}
	.ticket-pic:nth-child(2n) {
		margin: 5px 0 5px 5px;
	}
	.fooldal_lineup li {
		-webkit-flex: 0 1 auto;
		-moz-flex: 0 1 auto;
		flex: 0 1 auto;
		width: calc(50% - 2.5px);
	}
	.column2 {
		-webkit-perspective:1;
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.column2 h3 {
		-webkit-column-break-before: always;
		page-break-before: always;
		break-before: always;
	}
}
@media only screen and (min-width: 640px) {
	.right-logos {
		display: block;
	}

	#presale-tickets.content .column p,
	#eloveteli-helyek.content .column p {
		-webkit-column-break-inside: auto;
		page-break-inside: auto;
		break-inside: auto;
	}

	#presale-tickets .column,
	#eloveteli-helyek .column,
	.page-10 .column,
	.page-main .column {
		-webkit-perspective:1;
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.page-10 .column p {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
}
@media only screen and (min-width: 764px) {
	.ad {
		display: list-item;
	}
	.cover:after {
		content: '';
		display: block;
		position: absolute;
		top: 80px;
		right: 0;
		background: url(../images/lasershow-triangle.png) no-repeat;
		width: 190px;
		height: 129px;
		z-index: 100;
	}
	.cover img {
		bottom: 6%;
	}
	.ticket-pic {
		width: calc((100% / 3) - (20px / 3));
	}
	.ticket-pic:nth-child(3n+1) {
		margin: 5px 5px 5px 0;
	}
	.ticket-pic:nth-child(3n+2) {
		margin: 5px;
	}
	.ticket-pic:nth-child(3n) {
		margin: 5px 0 5px 5px;
	}
	.map-content {
		float: left;
		width: calc(50% - 10px);
	}
	.map-data {
		float: right;
		width: calc(50% - 10px);
	}
	.festival-map {
		margin-top: 2em;
	}
	#map {
		min-height: 50vh;
	}
}
@media only screen and (max-width: 860px) {
	.navigation {
		margin: 15px 0 15px 27px;
	}
	.cover {
		margin-top: 68px;
	}
	.cover:after {
		top: 8px;
	}
	.menu-button {
		display: block;
		margin: 0 auto;
	}
	.menu {
		display: none;
		position: absolute;
		top: -15px;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: #000;
		background: rgba(0, 0, 0, .9);
		z-index: 200;
		padding: 10px;
		margin-left: 0;
	}
	.menu.show {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 413px) {
	.footer-break {
		display: block;
		height: 0;
		visibility: hidden;
	}
}
@media only screen and (max-width: 370px) {
	.navigation {
		margin: 15px 0 15px 13px;
	}
	.cover {
		margin-top: 58px;
	}
	.menu-button {
		height: 28px;
	}
	.logo {
		top: 2px;
	}
	.logo a {
		width: 111px;
		height: 24px;
		background-size: contain;
	}
	.datumhelyszin {
		background-size: contain;
		width: 98px;
		height: 28px;
		top: 0;
	}
	.socialikonok {
		margin-left: 15px;
	}
	.bluebutton {
		font-size: 1em;
	}
}
@media only screen and (min-width: 861px) {
	.menu li:hover ul {
		visibility: visible;
		opacity: 1;
	}
}
@media only screen and (min-width: 960px) {
	.menu li a,
	.menu li span {
		margin: 0 5px;
	}

	.fooldal_lineup li {
		-webkit-flex: 0 1 auto;
		-moz-flex: 0 1 auto;
		flex: 0 1 auto;
		width: calc((100% / 3) - (10px / 3));
	}
	.fooldal_lineup li.centered {
		margin: 0 auto 5px;
	}

	#presale-tickets .column,
	#eloveteli-helyek .column,
	.page-10 .column,
	.page-main .column {
		-webkit-perspective:1;
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
	}
	.column img {
		display: block;
		-webkit-column-break-before: always;
		page-break-before: always;
		break-before: always;
	}

	.news {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
	.news-item {
		width: calc(50% - 10px);
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
	.news-content {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: no-wrap;
		-moz-flex-wrap: no-wrap;
		flex-wrap: no-wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
	.news-excerpt {
		width: calc(50% - 10px);
		-webkit-flex: 0 1 auto;
		-moz-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}
	.news-thumbnail {
		width: calc(50% - 10px);
		-webkit-flex: 0 1 auto;
		-moz-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		-webkit-align-self: center;
		-moz-align-self: center;
		align-self: center;
		display: block;
	}
}
@media only screen and (min-width: 1020px) {
	.menu li a,
	.menu li span {
		margin: 0 10px;
	}
	.ticket-pic {
		width: calc((100% / 3) - (40px / 3));
	}
	.ticket-pic:nth-child(3n+1) {
		margin: 10px 10px 10px 0;
	}
	.ticket-pic:nth-child(3n+2) {
		margin: 10px;
	}
	.ticket-pic:nth-child(3n) {
		margin: 10px 0 10px 10px;
	}
}
@media only screen and (min-width: 1140px) {
	.menu li a,
	.menu li span {
		margin: 0 13px;
	}
	.cover:after {
		background-position: right;
		left: 50%;
		right: auto;
		width: 570px;
	}

	.fooldal_lineup li {
		-webkit-flex: 0 1 370px;
		-moz-flex: 0 1 370px;
		flex: 0 1 370px;
	}
}
