
/* EVENTR CSS 

	1. CORE CSS
	2. NAVBAR
	3. HIGHLIGHT 
	4. INFO 
	5. eloadasok
	6. PROGRAM
	7. DOWNLOAD
	8. VENUE
	9. DIVISIONS
	10. FUNFACTS
	11. REGISTER
	12. GALLERY
	13. TESTIMONIAL
	14. SPONSORS
	15. FOOTER
	16. MISC.
	17. EFFECTS
 
 */
 
 

/* CORE CSS */

* {
	font-family: UnitedSansCDBD;
    font-weight: 500;
}

@font-face {
   font-family: UnitedSansCDBD;
   src: url(../fonts/unitedsanscdbd.otf);
}

@font-face {
   font-family: UnitedSansCDMD;
   src: url(../fonts/UNITEDSANSCDMD.OTF);
}

body {
	color:#666666;
	font-size:20px;
	font-weight:400;
	line-height:23px;
}

.landing{
	background-image: url(../img/BG_dirt.png); 
	background-repeat: repeat; 
	background-size: cover;
}

#wrap {
	margin: 0 auto;
}

 
h1, h2, h3, h4, h5, h6 {
	color:#262626;
}

h2 {
	color:#262626;
	font-weight: 900;
	font-size:40px;
}

h3 {
	font-size:35px;
	letter-spacing:-2px;
	color:#262626;
	line-height:28px;
}

h4 {
	font-size:18px;
	letter-spacing:1px;
}

h5 {
}

hl{	
	color: #ffffff;
	font-size: 40px;
}

section {
	padding:90px 0;
}
section2 {
	padding:0px 0;
}

.uppercase {
	text-transform:uppercase;
}

.no-padding {
	padding:0;
}

.mfp-bg {
	background:#ffffff;
}

.lead {
	color:#999999;
}

a {
	outline:none;
}

a:focus, a:active{
	outline:none;
}

.owl-theme .owl-controls .owl-page span {
	background:#e8b10e;
}


/* NAVBAR */

.navbar-custom {
	font-size:17px;
	font-weight:400;
	letter-spacing:1px;
	background-color: #262626;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	margin-bottom:0;
	border-radius:0;
	z-index:1041;
	width:100%;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom a {
	color:#ffffff;
}

.navbar-custom .navbar-nav > li > a:hover {
	color:#e8b10e;
	background: #efefef;
}

.navbar-custom .navbar-nav > li > a:active {
	color:#e8b10e;
	background:#efefef;
}

.navbar-custom .navbar-nav > li > a:focus{
	color:#ffffff;
	background:transparent;
}

.navbar-custom .icon-bar {
	background:#e8b10e;
}

.sticky-wrapper {
	position:absolute;
	width:100%;
	padding-top:0px;
}

.sticky-wrapper a {
	color:#ffffff;
}

.is-sticky .navbar-custom {
	width:100%;
	background:#262626;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.is-sticky a {
	color:#ffffff;
}


/* navbar effect */

.navbar-custom a {
	padding: 8px 0;
}

.navbar-custom .navbar-nav > li > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.navbar-custom .navbar-nav > li > a:hover::after,
.navbar-custom .navbar-nav > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/* HIGHLIGHT */

#highlight {
	padding:0px;
}

#highlight h2 {
	color:#ffffff;
	margin-bottom:0;
}

#highlight #left {
	color:#b0b0b0;
	background:#262626;
	min-height:100px;
}

#highlight #right {
	background:#e8b10e;
	min-height:100px;
}

#right #countdown {
	margin:15px 0;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

#highlight #left {
	background:none;
	text-align:center;
}

#highlight h2 {
	color:#262626;
}

#highlight #right {
	background:none;
}
	
}

/* SLIDER*/
#slider{
	padding: 0px;
}

#slider h2{
	font-family: UnitedSansCDBD;
    font-weight: 500;
	color: white;
}

#slider .buybutton{
	border-radius: 3px;
	background-color: #fec10d;
	text-transform: uppercase;
	color: #181818;
	font-size: 40px;
	font-weight: 700;
	padding: 20px;
	line-height: 40px !important;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.37);
}

#slider .buybutton:hover{
	background-color: #FFFFFF;
}

#slider .buybutton2{
	border-radius: 3px;
	background-color: #b3d0d2;
	text-transform: uppercase;
	color: #1e274d;
	font-size: 40px;
	font-weight: 700;
	padding: 20px;
	line-height: 40px !important;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.37);
}

#slider .buybutton2:hover{
	background-color: #1e274d;
	color: #b3d0d2;
}

/* SLIDERRESPO */
.hidden{display:none !important;}

#sliderrespo{
	display:none;
}

@media (max-width: 730px){
	#sliderrespo{display:block;}
	#slidernormal{display:none;}
	
}

/* INFO */

#info {
	padding:90px 0 50px 0;
}

#info i {
	color:#e8b10e;
	margin-bottom:10px;
}

.feature {
	margin:50px 0 0 0;
}



/* countdown */

#countdown {
	margin-top:0;
}

#countdown .countdown_amount {
	color:#ffffff;
	font-size:40px;
	text-align:left;
	line-height:50px;
	text-align:center;
}

#countdown .countdown_section {
	color:#262626;
	font-size:13px;
	text-align:left;
	line-height:10px;
	letter-spacing:0;
	text-align:center;
}


/* SPEAKER */

#eloadasok {
	background:#f5f5f5;
	border-top:1px solid #f0f0f0;
	padding:70px 0 90px 0;
}

.speaker {
	margin-bottom:30px;
	background:#ffffff;
}

.speaker .caption {
	padding:10px;
}

.speaker .caption p{
	font-size: 18px;
}

.speaker h4 {
	font-size:20px;
	letter-spacing:1px;
	margin-bottom:0;
}

.speaker h4:after {
	content: "";
  	display: block;
  	width: 40px;
  	height: 2px;
	margin:0 auto;
 	background-color: #e8b10e;
 	margin-top: 10px;
  	margin-bottom: 5px;
}

.speaker .company {
	color:#999999;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0;
}

#eloadasok .owl-buttons {
	position: absolute;
	font-size: 10px;
	right: 0;
}

#list-speaker li{
	display:none; 
}

/* speaker detail */

#speaker-detail {
	background:#ffffff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}

#speaker-detail h2 {
	margin-bottom:0;
}

#speaker-detail h2 span {
}

#speaker-detail img {
	width:100%;
	height:auto;
}

#speaker-detail .lead {
	margin-bottom:10px;
}

#speaker-detail .social{
	margin-bottom:10px;
}

#speaker-detail .social li{
	padding-left:1px;
}

#speaker-detail .social li:first-child{
	padding-left:5px;
}

#speaker-detail .social a {
	opacity:0.8;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

#speaker-detail .social a:hover {
	opacity:1;
}

#speaker-detail .social a .fa-facebook-square{
	color:#3b5998;
}

#speaker-detail .social a .fa-twitter-square{
	color:#00aced;
}

#speaker-detail .social a .fa-linkedin-square{
	color:#007bb6;
}

#speaker-detail .social a .fa-google-plus-square{
	color:#dd4b39;
}

#speaker-detail .mfp-close {
	color:#ffffff;
	background:#262626;
	opacity:1;
}

#speaker-detail li {
	padding-right:1px;
}

#speaker-detail #content {
	height:230px;
	margin-bottom:15px;
} 


/* PROGRAM */
 
#program {
	color:#191919;
	background-image: url(../img/programhatter.jpg);
	padding:70px 0 90px 0;
} 

#program .shadow{
	background: rgba(255,255,255,0.5);
}

#program h2 {
	color: #191919;
}

#program h4 {
	font-size:20px;
	letter-spacing:0;
}

#program .lead {
	color:#191919;
}

#program img {
	border:2px solid #191919;
}

#program .nav-tabs {
	border-bottom:1px solid #191919;
	margin-bottom:20px;
	font-size:20px;
}

#program .nav-tabs > li > a {
	color: #191919;
	padding:10px 100px 10px 0;
	background: none;
	border:none;
	cursor: default;
}

#program .nav-tabs > li.active > a {
	color: #e8b10e;
	padding:10px 50px 10px 0;
	border-bottom:4px solid #191919;
	padding:10px 100px 10px 0;
}

#program .nav-tabs > li > a:hover,
#program .nav-tabs > li.active > a:hover {
	color: #e8b10e;
}

#program .panel {
	background:transparent;
}

#program .panel-body {
	border-top:1px solid #191919;
	padding:20px 0;
}

#program .panel-default {
	border:none;
	border-bottom:1px solid #191919;
	border-radius:0px;
}

#program .panel-default > .panel-heading {
	color: #191919;
	background:transparent;
	border-color: #191919;
	padding:10px 0;
}

#program .panel-title {
	float:left;
}

#program .panel-title > a {
	color: #191919;
	text-decoration:none;
	-webkit-transition: all 0.1s;
	   -moz-transition: all 0.1s;
	        transition: all 0.1s;
}

#program .panel-title > a:hover {
	color: #191919;
}

#program .date {
	color:#e8b10e;
	margin-bottom:0;
	font-size:20px;
	line-height:20px;
}

#program .speaker-name {
	
	font-size:12px;
	letter-spacing:1px;
}

#program .panel-body h4 {
	color:#666666;
	font-size:21px;
}

#program .panel-body p {
	margin-right:10px;
	display:inline-block;
}

#program .panel-body p span {
	color:#666666;
	display:inherit;
}

#program .about-speaker i{
	color:#262626;
}

#program .about-speaker a{
	color:#262626;
	text-decoration:none;
}

#program .about-speaker a:hover{
	color:#000000;
	text-decoration:none;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

#myTab li {
	width:100%;
}

#program .panel-title {
	display:block;
	float:none;
}

#program .speaker-name {
	text-align:center;
	margin-top:20px;
}

}


/* DOWNLOAD */

#download {
	padding:90px 0 110px 0;
}

#download h3:after {
	content: "";
  	display: block;
  	width: 120px;
  	height: 3px;
 	background-color: #e8b10e;
 	margin-top: 12px;
  	margin-bottom: 15px;
}


/* VENUE */

#venue {
	padding: 0px;
}

#venue .row{
	width: 80%; 
	margin: auto;
}

#venue .helyszin {
	background-image: url(../img/helyszinhatter.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin-bottom:0px;
	display:table;
	width:100%;
}

#venue .helyszin .venue-inner {
	color:#b0b0b0;
	background:rgba(0,0,0, 0.7);
	display:table-cell;
	vertical-align:middle;
	padding-top:100px;
	padding-bottom:50px;
	
}

.venue-inner h2 {
	color:#ffffff;
	margin-top:0;
	font-size: 35px;
}

#venue h2:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #e8b10e;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

#venue h3 {
	margin-top:10px;
	text-align: center;
}

#venue h3:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #e8b10e;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

#venue h4{
	color: #FFF;
	font-size: 90px;
	font-weight: 500;
}


#venue h5{
	color: inherit;
	font-size: 30px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}

#venue h6{
	color: inherit;
	line-height: 0.8;
	font-size: 80px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
}

#venue p {
	font-size: 20px;
	color: white;
}

.helyszinrajz{
	border-radius: 10px;
	padding: 5px;
	width: 70%;
	margin-bottom: 60px;
}

.maps-pin{
	width: 60%;
	float:right;
}

.venue-inner h4 {
	color:#ffffff;
}

#venue i {
	color:#e8b10e;
}

.venue-inner .lead {
	color:#b0b0b0;
}

.venue-info {
	margin-bottom:45px;
}

.hotel-carousel {
	margin-top:20px;
	margin-bottom:70px;
}

#hotel-carousel p {
	color: #666666;
}

#hotel-carousel .item {
	margin:0 7px;
}

.hotel .caption {
	position:relative;
	padding:10px 0 0 0;
	line-height:19px;
}

.hotel .caption h5 {
}

.hotel .caption .rating {
	position:absolute;
	top:0;
	right:0;
	padding:17px 0 0 0;
}

/* DIVISIONS */
#top {
	padding:0;
}

#division1 {
	background-image: url(../img/slider1.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:100px;
	position:relative;
	padding:0;
}

#division2 {
	background-image: url(../img/bg-testimonial.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:100px;
	position:relative;
	padding:0;
}

#division3 {
	background-image: url(../img/bg-venue.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:100px;
	position:relative;
	padding:0;
}

#divisionMC {
	background-image: url(../img/mastercard_division.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:250px;
	position:relative;
	padding:0;
}

/* FUNFACTS */

#funfacts  {
	background-image: url(../img/bg-funfacts.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:310px;
	position:relative;
	padding:0;
}

.funfacts-inner {
	color:#ffffff;
	background:rgba(0,0,0, 0.5);
	position:absolute;
	width:100%;
	height:100%;
}



#funfacts .item {
	margin:100px 0 0 0;
	display:table;
}

#funfacts i {
	float:left;
	border-right:1px solid #ffffff;
	padding:20px 20px 20px 0;
}

#funfacts .desc {
	padding-left:20px;
	display:table-cell;
	vertical-align:middle;
}

#funfacts .number {
	font-size:40px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:0;
	line-height:1;
}

#funfacts .description {
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
}


/* REGISTER */

#register {
	padding:90px 0 90px 0;
}

#register li{
	font-weight: 400;
}

#register h2{
	color: #000000;
}

.ticket{
	background-color: #ffffff;
	width: 100%;
 	margin-top: 20px;
  	margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
}

.ticket h1{
	display: inline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin: 0px;
}

.ticket h4{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.ticket h5{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
	text-align: left;
}

.ticket ul{
	color: #000000;
	font-size: 20px;
	list-style-type: none;
}

.ticket li { 
}

.ticket li:before {
    content: "-";
    padding-right: 8px;
}

.ticket-imgbox{
	display: inline-block;
	position: relative;
	width: 30%;
	vertical-align: top;
	padding: 20px 0px;
}

.ticket_img_overlay{
	position: absolute;
	top: -55px;
	left:0;
	width: 100%;
	height: 100%;
}

.ticket-img{
	width: 100%;
}

.ticket-text{
	display: inline-block;
	width: 69%;
	padding: 15px;
	padding-bottom: 0px;
}

.ticket .buybutton{
	margin-top: 20px;
	border-radius: 3px;
	background-color: #e8b10e;
	color: #000000;
	font-size: 25px;
	float: right;
	display: inline;
	padding: 10px;
    transition: all .2s ease-in-out;
}

.ticket .buybutton:hover{
	background-color: #555555;
}

.ticket .morebutton{
	margin-top: 20px;
	border-radius: 3px;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	font-size: 25px;
	float: left;
	display: inline;
	padding: 10px;
    transition: all .2s ease-in-out;
}

.ticket .morebutton:hover{
	background-color: #555555;
	color: #000000;
}

.ticket a, a:hover {
	text-decoration: none;
}

#vas{
}

.jegybackground{
	background-color: #f2f2f2;
	padding-top: 15px;
}

.jegyvaltas{
	margin: 0px -15px;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
}

#btns1{
	background-color: #e8b10e;
}

#btns2{
	background-color: #f2f2f2;
}

.jegyvaltasbutton{
	position: relative;
	width: 180px;
	color: #000000;
	float:left;
	font-size: 25px;
	display: inline;
	padding: 20px;
    transition: all .2s ease-in-out;
}

.active:before{
	position: absolute;
	top: 63px;
	height: 0;
	width: 0;
	right: 38%;
	border: 20px solid transparent;
	border-top-color: #e8b10e;
	content: "";
}

.jegyvaltasbutton:hover{
	background-color: #e8b10e !important;
	color: #000000;
}

.jegyvaltasbutton:active,
.jegyvaltasbutton:focus{
	text-decoration: none;
	color: #000000;
}

/* GALLERY */

#gallery {
	padding:70px 0 90px 0;
}

.galleryimg{
	width: 100%;
	margin: 10px;
	border-radius: 1px;
	box-shadow: 2px 4px;
}

#timeline .item {
	margin:10px 10px 20px 10px;
}


/* TESTIMONIAL */

#testimonial {
	background:#e8b10e;
	background-image: url(../img/bg-testimonial.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	color:#ffffff;
	padding:0;
}

#testimonial .testimonial-inner {
	background:rgba(0, 0, 0, 0.7);  
	padding:50px 40px 30px 40px;
	min-height:400px;
}

#testimonial-carousel img {
	border:2px solid #ffffff;
	margin:0 0 20px 0;
}

#testimonial .lead {
	color:#b0b0b0;
}

#testimonial .name {
	color:#ffffff;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
}

#testimonial .owl-theme .owl-controls {
  text-align: left;
}


/* SPONSORS */

#sponsors {
	margin:auto;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sponsor {
	border:none;
	padding:10px;
	text-align:center;
	height: 150px;
}

.organizer{
	border:none;
	text-align:center;
	padding: 10px;
	display: block;
    margin: auto;
	
    width: 250px;
	height: auto;
}

#sponsors-carousel:first-child {
	margin-left:0;
}

#sponsors-carousel:last-child {
	margin-right:0;
} 

#sponsors i {
	color:#e8b10e;
}


/* CONTACT */

#gmap_canvas {
	height:220px;
	transform:none !important;
	-webkit-transform:none !important;
	-moz-transform:none !important;
	-o-transform:none !important;
	-ms-transform:none !important;
	border-top:1px solid #f2f2f2;
}

.gmnoprint,
.gm-style-cc {
	display:none;
}

footer {
	color:#b0b0b0;
	background:#262626;
	padding:70px 0;
}

footer a:link {
	text-decoration: none;
	color: #ffffff;
}

footer a:visited {
	color: #ffffff;
}

footer a:hover {
	color: orange;
	font-size: 90%;
}

footer h4 {
	color:#ffffff;
}

footer h4:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #e8b10e;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

footer ul li a {
	color:#ececee;
}

footer ul li a:hover {
	color:#ffffff;
}

footer .button-big {
	font-size:16px;
	width:100%;
}

footer dt {
	color:#ffffff;
	font-size:13px;
	margin-top:7px;
	margin-bottom:3px;
	cursor:pointer;
}

/* Subfooter */

.subfooter {
	color:#ececee;
	font-size:10px;
	letter-spacing:1px;
	background:#000000;
	padding:20px 0;
}

.subfooter ul {
	margin-bottom:0;
}

.subfooter li a {
	color:#ececee;
}

.subfooter li a:hover {
	color:#ffffff;
	text-decoration:none;
}

/* Newsletter */

#newsletter {
	color:#262626;
	background:#ebe8e8;
	margin-bottom:0;
}


/* EFFECTS */

 .tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
 
 .morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  color: #FFF !important;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select,
textarea {
	font-size:16px;
	width:100%;
	min-height:30px;
	padding:12px 10px;
	text-transform:uppercase;
	border:0;
	border:1px solid #999999;
	margin-bottom:20px;
	outline:none;
} 


/* BUTTONS */

.button {
	font-size: 17px;
	text-transform: uppercase;
	border: none;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

#register .button{
	margin-top: 10px;
	border-radius: 3px;
	padding: 10px;
}

#register button.button.delelott:hover span {display:none;}
#register button.button.delelott:hover:before {content:"JEGYVÁSÁRLÁS\00000a09:00-13:00"}


#register button.button.delutan:hover span {display:none;}
#register button.button.delutan:hover:before {content:"JEGYVÁSÁRLÁS\00000a14:00-18:00"}

#register button.button.elfogyott{padding: 19px 0px; vertical-align: top; width:90%;}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.button-xsmall {
	padding:2px 7px;
	font-size:11px;
	letter-spacing:1px;
}

.button-small {
	padding:5px 30px;
	font-size:18px;
	letter-spacing:1px;
	text-align: center;
}

.button-small2 {
	padding:5px 10px;
	font-size:18px;
	letter-spacing:1px;
	text-align: center;
	width: 135px;
}

.button-small3 {
	padding:5px 100px;
	font-size:13px;
	letter-spacing:1px;
	text-align: center;
	
}

.buttonoverlay{
	position: absolute;
    background-image: url(../img/elfogyott.png);
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

.button-big {
	padding: 5px;
}

.button-line-light {
	color:#ffffff;
	background:transparent;
	border:2px solid #ffffff;
}

.button-line-light:hover,
.button-line-light:active {
	color: #000000;
	background: #ffffff;
	text-decoration:none;
}

.button-line-dark {
	color:#262626;
	background:transparent;
	border:2px solid #262626;
}

.button-line-dark:hover,
.button-line-dark:active {
	color: #ffffff;
	background: #262626;
	text-decoration:none;
}

.gyorjegy-gomb{
	color:#000000;
	background-color: #80b63a;
	width: 137px;
}

.gyorjegy-gomb:hover,
.gyorjegy-gomb:active{
	background-color: #509307;
	color: #000000;
	text-decoration:none;
}

.miskolcjegy-gomb{
	color:#000000;
	background-color: #3a97b6;
	width: 137px;
}

.miskolcjegy-gomb:hover,
.miskolcjegy-gomb:active{
	background-color: #076483;
	color: #000000;
	text-decoration:none;
}

.szegedjegy-gomb{
	color:#000000;
	background-color: #b6883a;
	width: 137px;
}

.szegedjegy-gomb:hover,
.szegedjegy-gomb:active{
	background-color: #835507;
	color: #000000;
	text-decoration:none;
}

.playitjegy-gomb{
	color:#000000;
	background-color: #007db7;
	width: 170px;
}

.playitjegy-gomb:hover,
.playitjegy-gomb:active{
	background-color: #005b95;
	color: #000000;
	text-decoration:none;
}

.button-helyszin{
	width: auto;
	height:100%;
}

#venue a:focus {
	text-decoration:none;
	color: #FFF;
}

.button-line-white{
	color:red;
	background:#ffffff;
	border:2px solid #262626;
}

.button-line-white:hover,
.button-line-white:active {
	color: #ffffff;
	background: #262626;
	text-decoration:none;
}

.button-line-green,
.button-line-green:visited {
	text-decoration:none !important;
	color:#ffffff;
	background:#008d08;
	border:2px solid #0a5f0d;
}

.button-line-green:hover,
.button-line-green:active {
	color: #ffffff;
	background: #f99e20;
	text-decoration:none;
}


/* PRELOAD */

#preload {
	background:#36871A;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%; 
	z-index: 9999;
	display:table;
}

#preload .preload {
	display:table-cell;
  	vertical-align:middle;
}

.spinner {
  width: 30px;
  height: 30px;
  background-color: #fff;
  
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* OWL CAROUSEL */

.owl-theme .owl-controls .owl-buttons div {
	color: #e8b10e;
	margin:0;
	padding: 1px;
	font-size: 12px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

/* GALLERY IMG OVERLAY EFFCET */

.wrap {
	display: block;
	overflow: hidden;
	position: relative;
}

.wrap .overlay:after {
	background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	height: 100%;
	content:"";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -100%;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}
	
.wrap:hover .overlay:after {
	top: 50%;
	opacity: 1;
}

.wrap .overlay:before {
	background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	bottom: -100%; 
	height: 100%;
	content:"";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}

.wrap:hover .overlay:before {
	bottom: 50%;
	opacity: 1;
}

.wrap .icon {
	color:#ffffff;
	visibility: hidden;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
	
.wrap:hover .icon {
	opacity: 1;
	visibility: visible;
}

.wrap .icon a {
	color:#ffffff;
}

.wrap .icon a:hover {
	color:#333333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* Speaker hover effect */

/* Common style */
.speaker figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.speaker figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.speaker figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.speaker figure figcaption::before,
.speaker figure figcaption::after {
	pointer-events: none;
}

.speaker figure figcaption,
.speaker figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.speaker figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	outline:none;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	margin:auto;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming span img {
	padding: 4em 0;
	opacity: 0;
	margin:0 auto;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5); 
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover span img {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

/*Made by Chris*/

#nav-primary .buybutton{
	background-color: #FFF;
	color: #e8b10e;
}

#nav-primary .buybutton:hover{
	background-color: #e8b10e;
	color: #FFF;
}

.navbar-header{
	width: 16%;
}
.navbar-header img{
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.navbar-right{
	padding-top: 10px;
}

#programok{
	padding: 90px 0px;
}


#programok .container{
	padding: 30px 20px;
}

#programok .progcim{
	margin-bottom: 50px;
}

#programok h3{
	font-size: 100px;
	text-align: center;
}

#programok h5{
	font-size:20px;
}

#programok h5:after{
	content: "";
  	display: block;
  	width: 40px;
  	height: 2px;
 	background-color: #e8b10e;
 	margin-top: 10px;
  	margin-bottom: 5px;
}

#programok p{
	font-family: UnitedSansCDMD;
}
#programok .szoveg{
	height: 240px;
	font-size: 20px;
	text-align: justify;
	color: #000000;
}

/* KIÁLLÍTÓK */


#kiallitok{
	padding: 90px 0px;
}


#kiallitok .container{
	padding: 30px 20px;
}

#kiallitok .progcim{
	margin-bottom: 50px;
}

#kiallitok h3{
	font-size: 100px;
	text-align: center;
}

#kiallitok h5{
	font-size:20px;
}

#kiallitok h5:after{
	content: "";
  	display: block;
  	width: 40px;
  	height: 2px;
 	background-color: #e8b10e;
 	margin-top: 10px;
  	margin-bottom: 5px;
}

#kiallitok p{
	font-family: UnitedSansCDMD;
}
#kiallitok .szoveg{
	height: 240px;
	font-size: 20px;
	text-align: justify;
	color: #000000;
}

.kiallitokimg{
}


.logo{width: 100%; padding-top: -10px;}

@media (max-width: 640px){
	.text{font-size: 30px !important; }
	.text2{font-size: 50px !important; }
	.navbar-header{margin: auto !important; width: 50%;}
	.logo{width: 100%}
	
	#register h1{font-size: 100%}
	#register h4{font-size: 100%}
	#register h5{font-size: 80%}
	#register li{font-size: 90%}
	#register ul{padding-left: 10px;}
	#register p{font-size: 90%}
	#register .jegyvaltasbutton{width: 48%; font-size: 90%}
	#register h2{margin: 0 !important;}
	#register .aftercsík{font-size: 24px !important;}
	#register .container{padding: 0px;}
	
	#venue .row{width: 100%;}
	#venue h4{font-size: 50px;}
	#venue h5{font-size: 20px;}
	#venue h6{font-size: 50px;}
	#venue p {font-size: 18px;}
	.maps-pin{width:100%;}
	.partners{width: 100%;}
	#programok h2{font-size: 30px;}
	#kiallitok h2{font-size: 30px;}
}


@media (max-width: 640px){
	.text{font-size: 25px !important; }
	.logo{width: 100%}
	#register .aftercsík{font-size: 24px !important;}
}

@media (max-width: 700px){
		
	#info h1{
		font-size: 30px;
	}

	#sponsors h2{
		font-size: 30px;
	}

}


@media (max-width: 1024px){
	#register h2{font-size:25px}
	
}


@media (max-width: 730px){
	.ticket-imgbox{display: block;width:100%;}
	.ticket-text{width: 100%;}
}



.dedicinfo{
	margin-bottom: 50px;
}

.dedicinfo h2{
	height: 100px;
}

.dedicinfo p{
	font-size: 17px;
}

.aftercsík100:after{
	content: "";
  	display: block;
  	width: 70%;
  	height: 3px;
 	background-color: #e8b10e;
 	margin-top: 50px;
  	margin-bottom: 55px;
	margin-left:auto;
	margin-right:auto;
}

#subscribe{
	color: white;
	font-size: 25px;
	background-image: url(../img/subBG.jpg);
}

.subscribeBTN{
	margin-top: 20px;
	border-radius: 3px;
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #757575;
	font-size: 25px;
	float: left;
	display: inline;
	padding: 10px;
    transition: all .2s ease-in-out;
}

.subscribeBTN:hover{
	background-color: #555555;
	color: #000000;
}

.js_enabled #cookie-message {
    display: none;
}

.subERROR{
	color: white; 
	text-align: center; 
	background-color: #FF313F; 
	width: 50%;
	line-height: 60px;
	margin:auto;
	margin-top: 40px;
	margin-bottom: 10px;
}