body {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	font-size: 16px;
	font-family: 'Open Sans';
	position: relative !important;
	background-repeat: no-repeat;
	background-color: #00576a;
	background-size: contain;
}

@font-face {
	font-family: 'nimbus_sans_d_ot_black_cond';
	src: url('fonts/nimbus-sans-d-ot-black-condensed_32739-webfont.eot');
	src: url('fonts/nimbus-sans-d-ot-black-condensed_32739-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nimbus-sans-d-ot-black-condensed_32739-webfont.woff2') format('woff2'), url('fonts/nimbus-sans-d-ot-black-condensed_32739-webfont.woff') format('woff'), url('fonts/nimbus-sans-d-ot-black-condensed_32739-webfont.ttf') format('truetype'), url('fonts/nimbus-sans-d-ot-black-condensed_32739-webfont.svg#nimbus_sans_d_otbold') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'nimbus_sans_d_otbold';
	src: url('fonts/nimbus-sans-d-ot-bold_32747-webfont.eot');
	src: url('fonts/nimbus-sans-d-ot-bold_32747-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nimbus-sans-d-ot-bold_32747-webfont.woff2') format('woff2'), url('fonts/nimbus-sans-d-ot-bold_32747-webfont.woff') format('woff'), url('fonts/nimbus-sans-d-ot-bold_32747-webfont.ttf') format('truetype'), url('fonts/nimbus-sans-d-ot-bold_32747-webfont.svg#nimbus_sans_d_otbold') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'NimbusSansDOT-BoldCond';
	src: url('fonts/NimbusSansDOT-BoldCond.eot?#iefix') format('embedded-opentype'), url('fonts/NimbusSansDOT-BoldCond.otf') format('opentype'), url('fonts/NimbusSansDOT-BoldCond.woff') format('woff'), url('fonts/NimbusSansDOT-BoldCond.ttf') format('truetype'), url('fonts/NimbusSansDOT-BoldCond.svg#NimbusSansDOT-BoldCond') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'NimbusSansDOT-Ligh';
	src: url('fonts/NimbusSansDOT-Ligh.eot?#iefix') format('embedded-opentype'), url('fonts/NimbusSansDOT-Ligh.otf') format('opentype'), url('fonts/NimbusSansDOT-Ligh.woff') format('woff'), url('fonts/NimbusSansDOT-Ligh.ttf') format('truetype'), url('fonts/NimbusSansDOT-Ligh.svg#NimbusSansDOT-Ligh') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'NimbusSansDOT-Ligh_cond';
	src: url('fonts/nimbus-sans-d-ot-light-condensed_32749-webfont.eot');
	src: url('fonts/nimbus-sans-d-ot-light-condensed_32749-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nimbus-sans-d-ot-light-condensed_32749-webfont.woff2') format('woff2'), url('fonts/nimbus-sans-d-ot-light-condensed_32749-webfont.woff') format('woff'), url('fonts/nimbus-sans-d-ot-light-condensed_32749-webfont.ttf') format('truetype'), url('fonts/nimbus-sans-d-ot-light-condensed_32749-webfont.svg#NimbusSansDOT-Ligh') format('svg');
	font-weight: normal;
	font-style: normal
}

.container {
	width: 990px;
	margin: 0 auto;
	position: relative
}

.container-table {
    width: calc(100% - 20px);
    max-width: 990px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff
}
.container-table2 {
    width: calc(100% - 20px);
    max-width: 990px;

	/* display: none; */
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff
}

.container-table2 img {
	width: 100%;
	max-width:990px;
	height: auto
}

.container-table img {
	width: 100%;
	max-width:990px;
	height: auto
}


.timer {
	height: 84px;
	float: left;
	margin-left: 164px
}

.program-info {
	float: left;
	color: #fff;
	padding: 28px 0 0 10px;
	font-family: NimbusSansDOT-BoldCond;
	font-size: 26px;
	width: calc(100% - 539px);
	text-align: center
}

.lang {
	height: 84px;
	float: right
}

.lang .socials {
	margin-top: 24px;
	animation-name: fadeIn;
	animation-duration: 2s;
	float: right
}

.lang .lang-select {
	margin-top: 24px;
	margin-left: 8px;
	float: right;
	animation-name: fadeIn;
	animation-duration: 2s
}

.lang .lang-select select {
	width: 66px;
	height: 35px;
	border: 0;
	outline: 0;
	color: #fff;
	padding: 0 5px 0 5px;
	font-family: nimbus_sans_d_otbold;
	background: url('../images/select-arrow-white.png') no-repeat right;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-appearance: none;
	-moz-appearance: none
}

.lang .lang-select select option {
	background: #8dc8e8;
	border: 0;
	outline: 0
}

.lang .socials ul {
	padding: 0;
	margin: 0
}

.lang .socials li {
	list-style: none;
	float: left;
	margin-right: 8px;
	margin-top: 5px
}

.lang .socials li a:hover {
	animation-name: fadeIn;
	animation-duration: 2s
}

.clearfix {
	clear: both
}

.float-right {
	float: right
}

.main-content {
	width: 930px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px 30px 30px 30px;
	font-family: 'Open Sans';
	min-height: 600px
}

.main-content a {
	color: #d96d00;
	text-decoration: none
}

.main-content a:hover {
	animation: fadeIn;
	animation-duration: 2s
}

.main-content select {
	width: 224px;
	height: 34px;
	border-radius: 5px;
	border: 1px #c5c5c5 solid;
	outline: 0;
	background: url('../images/select-arrow.png') no-repeat right #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0 30px 0 10px;
	margin-bottom: 2px
}

h2 {
	border-bottom: 10px solid transparent;
	padding-bottom: 10px;
	font-family: 'NimbusSansDOT-BoldCond';
	font-size: 36px;
	color: #484848;
	margin-top: 80px;
	position: relative
}

h2::after {
	position: absolute;
	content: "";
	height: 9px;
	width: 100%;
	background: url('../images/nhr.png');
	bottom: -5px;
	left: 0
}

#slider {
	width: calc(100% - 16px);
	background: #fff;
	padding: 8px 8px 4px 8px;
	position: relative
}

#slider .text {
	position: absolute;
	bottom: 30px;
	z-index: 20003;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 46px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: NimbusSansDOT-BoldCond
}

#slider .text .subtext,
#slider .text .subtext a {
	display: block;
	font-size: 20px;
	font-family: NimbusSansDOT-Ligh;
	text-transform: none;
	text-decoration: none
}

#slider iframe {
	width: 100%;
	max-width:974px;
	height: 550px;
	border:0;
}

.mobile-menu {
	margin-top: 19px;
	margin-left: 8px;
	display: none
}

.clock {
	width: 156px;
	height: 35px;
	margin-top: 24px;
	background: url('../images/timerbg-2017.png');
	position: relative;
	font-family: nimbus_sans_d_otbold
}

.clock_en {
	width: 156px;
	height: 35px;
	margin-top: 24px;
	background: url('../images/timerbg-2017_en.png');
	position: relative;
	font-family: nimbus_sans_d_otbold
}

.clock .month,
.clock_en .month {
	position: absolute;
	top: 15px;
	left: 0;
	width: 40px;
	color: #fff;
	text-align: center
}

.clock .week,
.clock_en .week {
	position: absolute;
	top: 15px;
	left: 58px;
	width: 40px;
	color: #fff;
	text-align: center
}

.clock .day,
.clock_en .day {
	position: absolute;
	top: 15px;
	left: 116px;
	width: 40px;
	color: #fff;
	text-align: center
}

#mainbg {
    position: fixed;
    top: 0;
    background-image: url(../images/bg3.jpg);
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    background-repeat: repeat-x;
    background-size:contain;
}

#mainmenu {
	float: left;
	background: url('../images/jf-menubg.jpg');
	width: calc(100% - 157px);
	height: 56px;
	padding-left: 157px
}

#mainmenu ul {
	margin-top: 15px
}

#mainmenu li {
	float: left;
	list-style: none;
	margin-right: 10px;
	position: relative
}

#mainmenu li:after {
	content: "";
	position: absolute;
	width: 3px;
	background: #fff;
	opacity: 1;
	height: 3px;
	border-radius: 50%;
	right: -6px;
	top: 11px
}

#mainmenu .active a {
	background: #231f20 !important;
	border-radius: 0;
    color:#fff !important;
}

#mainmenu li:last-child:after {
	display: none
}

#mainmenu li a {
	text-decoration: none;
	font-family: 'Cantarell', sans-serif;
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	color: #fff
}

#mainmenu li a:hover {
	background: #231f20;
	border-radius: 0
}

#fixedmenu {
	position: fixed;
	top: 0;
	width: 100%
}

#menutable {
	width: 195px;
	height: 620px;
	position: absolute;
	background: url('../images/menutable3.png');
	top: 100px;
	left: -242px
}

#menutable .logo {
	position: absolute;
	top: 148px;
	left: 40px
}

#menutable .menu {
	position: absolute;
	left: 40px;
	top: 274px
}

#menutable li {
	list-style: none;
	margin-bottom: 2px
}

#menutable .menu li a {
	text-decoration: none;
	font-size: 12px;
	padding: 2px 8px 2px 4px
}

#menutable .menu li a:hover,
#menutable .menu .active a {
	background: #ef8d2c;
	text-transform: uppercase;
	color: #000 !important;
	font-family: nimbus_sans_d_otbold
}

.esemenyek {
	font-size: 14px
}

.abholder {
	color: #269174;
	margin-bottom: 20px;
	font-weight: bold
}

input[type="submit"],
input[type="button"] {
	min-width: 120px;
	height: 40px;
	border-radius: 5px;
	padding: 0 5px 0 0;
	background-color: #1c735b;
	border: 0;
	font-family: nimbus_sans_d_otbold;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	outline: 0;
	display: block;
	cursor: pointer
}

input[type="submit"]:hover,
input[type="button"]:hover {
	animation-name: fadeIn;
	animation-duration: 2s
}

input[type="text"] {
	min-width: 212px;
	height: 32px;
	border: 1px #c5c5c5 solid;
	border-radius: 5px;
	padding: 0 5px 0 5px;
	outline: 0;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 0
}

input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-top: 8px
}

#buy-info {
	display: block;
	pading: 15px;
	color: #f00;
	margin-bottom: 10px
}

label {
	min-width: 180px;
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 6px;
	font-size: 14px
}

hr {
	border: 0;
	height: 1px;
	background: #ccc
}

.require {
	color: #f00
}

.ticket-form p {
	margin: 2px
}

.ticket-form #billing {
	display: none
}

#esemeny-kereso input[type="text"],
#esemeny-kereso select {
	min-width: 245px;
	height: 36px;
	border: 3px solid #e7e7e7;
	border-radius: 5px;
	padding: 0 5px 0 5px;
	outline: 0;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 6px
}

#esemeny-kereso select {
	height: 42px;
	width: 260px
}

#esemeny-kereso input[type="submit"] {
	min-width: 120px;
	height: 40px;
	border-radius: 5px;
	padding: 0 5px 0 20px;
	background-image: url('../images/search.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #1c735b;
	border: 0;
	font-family: nimbus_sans_d_otbold;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	outline: 0;
	display: inline-block
}

.esemenyek h3 {
	border-bottom: 1px #ccc solid;
	font-size: 28px;
	font-family: NimbusSansDOT-BoldCond !important;
	text-transform: uppercase;
	color: #484848;
	padding-bottom: 10px
}

.title {
	text-transform: uppercase
}

.performers-box {
	max-width: 306px;
	width: 100%;
	display: inline-block;
	position: relative;
	min-height: 220px;
	background-size: cover
}

.performers-box img {
	width: 100%
}

.performers-box:hover {
	animation-name: fadeIn;
	animation-duration: 2s
}

.performers-box .bottombar {
	position: absolute;
	width: calc(100% - 20px);
	background: rgba(0, 0, 0, 0.6);
	min-height: 20px;
	z-index: 1000;
	bottom: 0;
	padding: 10px 10px 10px 10px
}

.performers-box .bottombar .performer a {
	font-family: NimbusSansDOT-Ligh;
	font-size: 16px;
	text-decoration: none
}

.performers-box .bottombar .event a {
	font-family: NimbusSansDOT-Ligh;
	font-size: 14px;
	text-decoration: none;
	color: #d1cfcf
}

.ticket-box {
	width: 100%;
	border: 1px #e2e2e2 solid;
	position: relative;
	text-align: left;
	margin-bottom: 10px
}

.ticket-box .title {
	padding: 10px;
	border-bottom: 1px #e2e2e2 solid;
	color: #00799a;
	font-family: 'Fira Sans';
	font-size: 20px;
	text-transform: none;
	font-weight: 700
}

.ticket-box .infobox {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 330px);
	position: relative;
	text-align: left;
	padding: 10px;
	font-size: 14px
}

.ticket-box .pricebox p,
.ticket-box .infobox p {
	margin: 4px
}

.kosarba {
	background: url('../images/kosarba.png') !important;
	width: 181px !important;
	height: 56px !important;
	padding-left: 42px !important;
	font-size: 16px !important;
	text-transform: none !important
}

.ticket-box .pricebox {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	position: relative;
	text-align: left;
	padding: 10px
}

.ticket-box .pricebox label {
	min-width: 90px
}

.ticket-box .pricebox .darabszam {
	min-width: 30px !important;
	width: 34px;
	display: block;
	margin-bottom: 6px
}

.ticket-box .kosar:hover {
	animation-name: fadeIn;
	animation-duration: 2s
}

.ticket-box .price-old {
	color: #cc071e;
	text-decoration: line-through;
	font-size: 22px
}

.ticket-box .price-new {
	color: #269174;
	font-family: nimbus_sans_d_otbold;
	font-size: 22px
}

.ticket-box .price-text {
	color: #269174;
	font-weight: bold
}

.ticket-form input[type=text] {
	width: 350px !important
}

.ticket-form select {
	width: 362px !important
}

.bold {
	font-weight: bold
}

.basket-button {
	text-align: right !important
}

footer .container {
	background: #1c6688;
	text-align: center
}

footer .bottombar .container {
	background: #174c76;
	height: 30px;
	color: #fff;
	line-height: 30px;
	font-size: 10px;
	font-family: Helvetica;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	max-width: 970px
}

footer .bottombar .left {
	float: left
}

footer .bottombar .right {
	float: right
}

footer .bottombar .right .menu {
	float: left;
	margin-right: 30px
}

footer .bottombar .right .copy {
	float: right
}

footer .bottombar .right .copy a {
	text-decoration: none;
	color: #fff
}

footer .bottombar .right .copy a {
	animation: fadeIn;
	animation-duration: 2s
}

footer .bottombar .right .menu ul {
	margin: 0
}

footer .bottombar .right .menu li {
	list-style: none;
	float: left;
	margin-left: 12px;
	position: relative
}

footer .bottombar .right .menu li:after {
	content: "";
	position: absolute;
	top: 8px;
	right: -6px;
	width: 1px;
	height: 14px;
	background: #1c6688
}

footer .abslogo img {
	width: 100px
}

footer .bottombar .right .menu li:last-child:after {
	display: none
}

footer .bottombar .right .menu li a {
	color: #fff;
	text-decoration: none
}

footer .bottombar .right .menu li a:hover {
	color: #717171;
	text-decoration: underline
}

.center {
	text-align: center
}

.left {
	text-align: left
}

footer .footerbox {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	width: 210px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 13px
}

footer .abslogo {
	position: relative;
	float: left
}

footer .footerbox .social {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px
}

footer .footerbox .social-icons li {
	margin-top: 0;
	float: left;
	margin-right: 1px
}

footer .footerbox .social-icons li a:hover {
	animation-name: fadeIn;
	animation-duration: 2s
}

footer .footerbox ul {
	margin: 0;
	padding: 0
}

footer .footerbox li {
	list-style: none
}

footer .footerbox li a {
	text-decoration: none;
	font-size: 12px;
	color: #fff
}

footer .footerbox li a:hover {
	color: #dbdbea
}

footer .footerbox .footertitle {
	font-family: NimbusSansDOT-Ligh;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #75d3e8
}

#programok {
	background-color: #00799a;
	background-image: url('../images/programok-bg.png');
	background-repeat: no-repeat
}

#programok .title {
	color: #fff;
	text-align: center;
	padding: 24px;
	font-family: nimbus_sans_d_otbold;
	text-transform: uppercase;
	font-size: 30px
}

#programok .desc {
	color: #fff;
	text-align: center;
	font-size: 14px
}

#programok .box-cont {
	margin-top: 20px;
	padding-bottom: 8px;
	position: relative;
	text-align: center
}

#programok .box-cont .program-box {
	background-color: rgba(25, 135, 163, 0.8);
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 436px;
	padding: 10px 20px 10px 20px;
	min-height: 75px;
	margin-bottom: 4px;
	animation-name: fadeIn;
	animation-duration: 2s
}

#programok .box-cont .program-box .date {
	font-family: nimbus_sans_d_otbold;
	text-transform: uppercase;
	font-size: 26px
}

#programok .box-cont .program-box .day {
	font-family: NimbusSansDOT-Ligh;
	text-transform: uppercase;
	font-size: 16px
}

#programok .box-cont .program-box .prog-next {
	display: block;
	width: 80px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.6);
	font-family: nimbus_sans_d_otbold;
	color: #00799a;
	line-height: 34px;
	margin: 10px auto;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px
}

#programok .box-cont .program-box .prog-next:hover {
	background-color: rgba(255, 255, 255, 0.8);
	animation-name: fadeIn;
	animation-duration: 2s
}

#cikkek,
#fellepok {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 16%, #e7e8e9 98%);
	background: -webkit-linear-gradient(top, #fff 16%, #e7e8e9 98%);
	background: linear-gradient(to bottom, #fff 16%, #e7e8e9 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e8e9', GradientType=0);
	padding: 30px 0 20px 0;
	position: relative;
	text-align: center
}

#cikkek .article-box {
	display: inline-table;
	max-width: 320px
}

#cikkek .article-box .title a {
	font-family: NimbusSansDOT-Ligh;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	color: #57585a
}

#cikkek .article-box .sep {
	height: 1px;
	width: 54px;
	background: #68b29e;
	margin: 10px auto;
	display: none
}

#cikkek .article-box .image img {
	width: 100%;
	max-width: 308px;
	margin-top: 20px
}

#cikkek .article-box .intro {
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
	color: #57585a;
	padding: 0 5px 0 5px
}

#cikkek .article-box .next {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 115px;
	height: 30px;
	background: #bcbdc0;
	display: block;
	color: #57585a;
	font-family: 'Cantarell, sans-serif';
	text-decoration: none;
	text-transform: uppercase;
	line-height: 33px;
	margin: 14px auto;
	border-radius: 5px
}

#cikkek .article-box .next:hover {
	animation-name: fadeIn;
	animation-duration: 2s
}

a,
img {
	outline: 0;
	border: 0;
	color: #f15022;
	text-decoration: none
}

ul {
	padding-start: 0;
	-moz-padding-start: 0;
	-webkit-padding-start: 0;
	-khtml-padding-start: 0;
	-o-padding-start: 0
}

@-webkit-keyframes fadeIn {
	from {
		opacity: .5
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: .5
	}

	to {
		opacity: 1
	}
}

.basket-table {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}

.basket-table th {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
	background-color: #1c735b;
	color: white
}

.basket-table tr:nth-child(even) {
	background-color: #f2f2f2
}

.basket-table td,
#customers th {
	border: 1px solid #ddd;
	text-align: left;
	padding: 8px
}

.pager ul {
	margin: 0;
	padding: 0;
	text-align: left
}

.pager li {
	list-style: none;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: #eee;
	border: 1px #ddd solid;
	margin-right: 2px;
	text-align: center;
	color: #fff
}

.pager li a {
	display: block;
	color: #666;
	width: 26px;
	height: 26px;
	text-decoration: none
}

.pager li:hover {
	background: #007999;
	border: 1px #ddd solid
}

.pager li:hover a {
	color: #fff
}

.pager .active {
	background: #007999;
	border: 1px #ddd solid
}

.pager .home {
	background: #eef1f5;
	border: 1px #ddd solid
}

.pager .back,
.pager .next,
.pager .end,
.pager .home {
	background: #fefefe;
	border: 1px #ddd solid
}

#eloado-popup {
	position: relative;
	text-align: left;
	min-width: 800px;
	max-width: 800px;
	background: #ececec
}

#eloado-popup .image-holder {
	display: inline-block;
	vertical-align: top;
	width: 350px
}

#eloado-popup .image-holder img {
	max-width: 336px;
	width: calc(100% - 10px);
	margin: 0 0 10px 10px
}

#eloado-popup .content {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 372px);
	font-family: NimbusSansDOT-Ligh;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 10px
}

#eloado-popup h1 {
	margin: 0;
	background: #1c735b;
	font-size: 18px;
	font-family: NimbusSansDOT-Ligh;
	text-transform: uppercase;
	color: #fff;
	padding: 3px
}

#eloado-popup .content .icon-content {
	border-bottom: 1px #d7d7d7 solid;
	padding-bottom: 10px;
	padding-top: 10px
}

#eloado-popup .content .icon-content a {
	color: #1c735b;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle
}

#eloado-popup .content .icon-content a:hover {
	animation: fadeIn;
	animation-duration: 2s
}

#eloado-popup .content .icon-content img {
	vertical-align: middle;
	margin-right: 10px
}

.jazz-title {
	display: none;
	margin: 5px 0 5px 0;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-family: NimbusSansDOT-BoldCond;
	padding: 10px;
	font-size: 24px
}

.performer-popup {
	color: #fff !important
}

#tamogatok {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 16%, #e7e8e9 98%);
	background: -webkit-linear-gradient(top, #fff 16%, #e7e8e9 98%);
	background: linear-gradient(to bottom, #fff 16%, #e7e8e9 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e8e9', GradientType=0);
	background-color: #fefefe;
	text-align: center;
	padding: 10px 0 20px 0;
	position: relative
}

#tamogatok .title {
	color: #444;
	text-align: center;
	padding: 20px 0 30px 0;
	font-family: NimbusSansDOT-Ligh;
	text-transform: uppercase;
	font-size: 26px
}

.partner-logo {
	padding: 20px
}

.supporter-box {
    display: block;
    /* max-width: 100%; */
    width: calc(100% - 58px);
    margin: 0 auto;
    vertical-align: top;
    font-family: NimbusSansDOT-Ligh;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    /* margin-right: 5px; */
    text-align: center;
    background: #fff;
    padding: 18px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.supporter-box a.partner-logo {
    display: inline-block;
    vertical-align: middle;
}

.supporter-box img {
	padding-bottom: 10px;
	max-width: 150px;
    max-height: 90px;
/*	max-height: 60px;*/
	display: block;
	margin: 0 auto
}

.supporter-box img:hover {
	animation: fadeIn;
	animation-duration: 2s
}

.supporter-box .sup-title {
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
	color: #666;
	text-align: center
}

.supporter-box .red {
	color: #cc071e !important;
	border-bottom: 2px #cc071e solid !important
}

.supporter-box .blue {
	color: #00799a !important;
	border-bottom: 2px #00799a solid !important
}

.supporter-box .green {
	color: #269174 !important;
	border-bottom: 2px #269174 solid !important
}

.informaciok {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 3px;
	background: #00799a;
	color: #fff !important;
	max-width: 274px;
	margin-bottom: 10px;
	text-align: center
}

.tevekenysegek-more {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 3px;
	background: #00799a;
	color: #fff !important;
	max-width: 120px;
	margin-bottom: 4px;
	text-align: center
}

.landingpage {
	border-radius: 5px;
	margin-top: 20px;
	min-height: 300px !important;
	padding-bottom: 60px
}

.landingpage .content-holder h2 {
	background: #068099;
	color: #fff;
	padding-bottom: 0;
	padding-left: 10px;
	display: block
}

.landingpage .content-holder input {
	display: block;
	margin-bottom: 2px
}

.landingpage .content-holder input[type="button"] {
	display: block;
	margin-top: 5px
}

#landing-holder {
	color: #fff;
	margin-bottom: 10px;
	background: #d3212c;
	padding: 5px;
	border-radius: 5px;
	display: block;
	width: 100%;
	position: relative;
	max-width: 250px;
	display: none
}

.rovat h2 {
	margin-bottom: 0
}

.abslogo {
	position: absolute;
	z-index: 1000;
	left: 16px
}

.abslogo-mobile {
	position: absolute;
	z-index: 1000;
	left: 16px;
	display: none
}

.content-holder iframe {
	width: 100%;
	max-width: 600px
}

#fellepok .lSAction>.lSPrev {
	left: -50px !important;
	background: url('../images/control-left2.png') !important
}

#fellepok {
	color: #808285;
	font-family: nimbus_sans_d_otbold;
	text-transform: uppercase;
	text-align: center;
	position: relative
}

#fellepok p {
	margin: 0 auto;
	width: 116px;
	margin-top: 10px;
	font-size: 12px;
	min-height: 30px;
	padding-bottom: 4px;
	font-weight: bold;
	margin-bottom: 6px
}

#fellepok p {
	border-bottom: 2px solid #808285
}

#fellepok .date {
	font-size: 12px;
	text-align: center
}

#goToPrevSlide {
	background: url('../images/control-left2.png');
	width: 25px;
	height: 47px;
	border: 0;
	outline: 0;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 161px;
	left: 24px
}

#goToNextSlide {
	background: url('../images/control-right2.png');
	width: 25px;
	height: 47px;
	border: 0;
	outline: 0;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 161px;
	right: 24px
}

#fellepok .title {
	color: #444;
	text-align: center;
	padding: 20px 0 30px 0;
	font-family: NimbusSansDOT-Ligh;
	text-transform: uppercase;
	font-size: 24px
}

#lajos {
	position: fixed;
	top: 150px;
	left: 30px;
	width: 100%;
	max-width: 278px
}

#lajos img {
	width: 100%
}

.main-content .socials {
	margin-top: 25px
}


#menu-top li:nth-child(2) a {
	background: #fff;
	color: #E6522A;
	font-weight: bold;
}

.mobile-title {
	background-color:#F2FAFC;
	display: none;
}

.mobile-title h1 {
	margin:0;
	padding:20px;
	text-align: center;
	font-size:20px;
	border-bottom:2px dashed #00A6C2;
}

.swal2-title {
	font-family: Oswald !important;
	font-weight: normal !important;
	font-size:24px !important;
	margin-bottom:0px !important;
}

.swal2-title:after {
	display: none !important;
}