#wpadminbar,
#mfPreviewBar {
	display: none;
}

@font-face {
    font-family: national;
	font-weight: 900;
    src: url(national-black.woff);
}
@font-face {
    font-family: manierbold;
    src: url(fonts/ManierBold.woff);
}

@font-face {
    font-family: national;
	font-weight: bold;
    src: url(national-bold.woff);
}

@font-face {
    font-family: national;
	font-weight: normal;
    src: url(national-reg.woff);
}

* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: inherit;
	outline: 0;
}

a.pink-color{
	color: #FF41B3;
}
a img {
	border: 0;
}

.align {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 30px;
}

html {
	margin-top: 0 !important;
	background: #F4F2F2;
}

body {
	padding: 132px 0px 40px 0px;
	font-family: 'national';
}

.bounds {
	position: relative;
	z-index: 1;
}

.header {
	background: #E2E0E0;
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 2;
}

.header .align {
	position: relative;
	padding:10px 30px;
}


.header-menu > li {
	display: inline-block;
	vertical-align: middle;
	padding: 16px 15px;
	font-family: 'national';
	font-weight: bold;
	position: relative;
}

.header-menu > li.login {
	padding-left: 70px;
}

.header-menu > li>.mobile-opener {
    position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.header-menu > li>.mobile-opener:after {
    content: url('data:image/svg+xml,<svg width="2em" height="2em" fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.7 11.3l-6-6c-0.4-0.4-1-0.4-1.4 0s-0.4 1 0 1.4l5.3 5.3-5.3 5.3c-0.4 0.4-0.4 1 0 1.4 0.2 0.2 0.4 0.3 0.7 0.3s0.5-0.1 0.7-0.3l6-6c0.4-0.4 0.4-1 0-1.4z"></path></svg>');
    transform: rotate(90deg);
    line-height: 1;
    display: block;
    width: 100%;
    height:100%;



}

.header-menu > li > ul {
	list-style: none;
	padding: 10px;
	margin: -5px -10px 0px -10px;
	background: #E2E0E0;
	min-width: 150px;
	position: absolute;
	left: 15px;
	top: 100%;
	font-weight: bold;
	display: none;
}

@media screen and (max-width: 1150px) {
	.header-logo{
		max-width:250px;	
	}
	body {
		padding: 84px 0px 40px 0px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.header-logo{
		max-width:200px;	
	}
	.header-menu > li{
		padding:10px 5px;
	}
}

@media screen and (min-width: 768px) {
	.header-menu > li:hover > ul {
		display: block;
	}
	.header .align{
		display: flex;
    	justify-content: space-between;
    	align-items: center;
	}
    .header-menu > li>.mobile-opener{
       display: none;
    }
}

.header-menu > li > ul ul {
	list-style: none;
	font-weight: normal;
}

.header-menu > li > ul a {
	display: block;
	padding: 5px 0px;
	border-bottom: 2px dotted black;
	position: relative;
}

.header-menu > li > ul a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	margin-top: 1px;
	border-top: 2px solid #FF41B3;
	width: 0%;
	transition: width 500ms;
}

.header-menu > li > ul li.current-menu-item > a:after {
	width: 100%;
}

.header-menu > li > ul:hover li.current-menu-item > a:after {
	width: 0%;
}

.header-menu > li > ul a:hover:after,
.header-menu > li > ul:hover li.current-menu-item a:hover:after {
	width: 100%;
}

.header-hamburger {
	position: absolute;
	top: 22px;
	right: 50px;
	display: none;
}

.header-hamburger path {
	transition: opacity 500ms, transform 500ms;
}

.header-hamburger.active path:nth-child(1) {
	transform: translateY(6px);
	opacity: 0;
}

.header-hamburger.active path:nth-child(3) {
	opacity: 0;
	transform: translateY(-6px);
}


.footer {
	background: #E2E0E0;
	position: fixed;
	bottom: 0; left: 0; right: 0;
	z-index: 2;
}

.footer-arrow {
	transition: opacity 500ms;
	cursor: pointer;
}

.footer-arrow.hide {
	opacity: 0;
}

.footer .align {
	padding: 10px 15px;
	position: relative;
}

.footer-menu-right {
	position: absolute;
	top: 10px;
	right: 5px;
}

.footer-menu > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	font-family: 'national';
	font-weight: bold;
	position: relative;
}

.full-height {
	height: calc(100vh - 105px);
}

.intro-ani {
	position: fixed;
	top: 0; right: 0; left: 0; bottom: 0;
	transition: opacity 4s;
	transition-delay: 1s;
	background-image: url(artwork/intro-ani.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: black;
	z-index: 3;
	/*display: none;*/
}

.intro-ani.fade-out {
	opacity: 0;
}



.carousel {
	background: #A1A1A4;
}

.carousel-swiper-container {
	width: 100%;
	height: 100%;
}

.carousel-swiper-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px;
}

.carousel-slide-centre {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	max-width: 1024px;
	padding: 20px;
	text-align: center;
}

.carousel-swiper-slide p {
	font-size: 40px;
	font-family: 'national';
	font-weight: normal;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.carousel-swiper-left {
	background-image: url(artwork/arrow-left.svg);
	background-size: contain;
	width: 12px;
	height: 22px;
	margin-top: -11px;
	left: 20px;
}

.carousel-swiper-right {
	background-image: url(artwork/arrow-right.svg);
	background-size: contain;
	width: 12px;
	height: 22px;
	margin-top: -11px;
	right: 20px;
}




.grid-align {
	max-width: 1280px;
	margin: 0 auto;
}

.grid-align.more-pad {
	max-width: 1300px;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

.grid.more-pad {
	max-width: 1300px;
}

.grid.grid-outer-border:before {
	content: '';
	display: block;
	border-right: 1px dotted black;
	width: 0px;
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
}

.grid.grid-outer-border:after {
	content: '';
	display: block;
	border-right: 1px dotted black;
	width: 0px;
	position: absolute;
	top: 20px;
	left: 0;
	bottom: 20px;
}

.grid-align.grid-outer-border {
	padding: 0px 20px;
}

.grid.grid-border-bottom {
	padding-bottom: 20px;
}

.grid-column {
	padding: 20px;
	position: relative;
}

.grid.grid-fit .grid-column {
	flex: 1;
}

.grid-column:before {
	content: '';
	display: block;
	border-right: 1px dotted black;
	width: 0px;
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
}

.grid-column:last-child:before{
	content: none;
}

.grid.grid-border-bottom .grid-column:after {
	content: '';
	display: block;
	border-bottom: 1px solid black;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}


@media screen and (min-width: 768px) {

	.grid.grid-2 .grid-column {
		flex-basis: 50%;
	}

	.grid.grid-3 .grid-column {
		flex-basis: 33.33333%;
	}
	
	.grid.grid-4 .grid-column {
		flex-basis: 25%;
	}
	
	.grid.grid-6 .grid-column {
		flex-basis: 16%;
	}
	
	.grid.grid-2 .grid-column:nth-child(2n):before {
		display: none;
	}
	
	.grid.grid-2 .grid-column:nth-child(2n):after {
		right: 20px;
	}
	
	.grid.grid-2 .grid-column:nth-child(2n + 1):after {
		left: 20px;
	}
	
	.grid.grid-4 .grid-column:nth-child(4n):before {
		display: none;
	}
	
	.grid.grid-4 .grid-column:nth-child(4n):after {
		right: 20px;
	}
	
	.grid.grid-4 .grid-column:nth-child(4n + 1):after {
		left: 20px;
	}
	
	.grid.grid-6 .grid-column:nth-child(6n):before {
		display: none;
	}
	
	.grid.grid-6 .grid-column:nth-child(6n):after {
		right: 20px;
	}
	
	.grid.grid-6 .grid-column:nth-child(6n + 1):after {
		left: 20px;
	}
	
	
	.grid-align.grid-outer-border.more-pad {
		padding: 0px 30px;
	}
	
	.grid.more-pad.grid-border-bottom {
		padding-bottom: 30px;
	}

	.grid.more-pad .grid-column {
		padding: 30px;
	}
	
	.grid.more-pad .grid-column:before {
		top: 30px;
		bottom: 30px;
	}
	
	.grid.grid-outer-border:before {
		top: 30px;
		bottom: 30px;
	}
	
	.grid.grid-outer-border:after {
		top: 30px;
		bottom: 30px;
	}
	
	.grid.more-pad.grid-2 .grid-column:nth-child(2n):after {
		right: 30px;
	}
	
	.grid.more-pad.grid-2 .grid-column:nth-child(2n + 1):after {
		left: 30px;
	}
	
	.grid.more-pad.grid-4 .grid-column:nth-child(4n):after {
		right: 30px;
	}
	
	.grid.more-pad.grid-4 .grid-column:nth-child(4n + 1):after {
		left: 30px;
	}

	.grid.more-pad.grid-6 .grid-column:nth-child(6n):after {
		right: 30px;
	}
	
	.grid.more-pad.grid-6 .grid-column:nth-child(6n + 1):after {
		left: 30px;
	}
}

@media screen and (min-width: 600px) and (max-width: 768px) {
	.grid.grid-2 .grid-column {
		flex-basis: 50%;
	}
	
	.grid.grid-4 .grid-column {
		flex-basis: 50%;
	}
	
	.grid.grid-6 .grid-column {
		flex-basis: 33%;
	}
	
	.grid.grid-2 .grid-column:nth-child(2n):before {
		display: none;
	}
	
	.grid.grid-2 .grid-column:nth-child(2n):after {
		right: 20px;
	}
	
	.grid.grid-2 .grid-column:nth-child(2n + 1):after {
		left: 20px;
	}
	
	.grid.grid-4 .grid-column:nth-child(2n):before {
		display: none;
	}
	
	.grid.grid-4 .grid-column:nth-child(2n):after {
		right: 20px;
	}
	
	.grid.grid-4 .grid-column:nth-child(2n + 1):after {
		left: 20px;
	}
	
	.grid.grid-6 .grid-column:nth-child(3n):before {
		display: none;
	}
	
	.grid.grid-6 .grid-column:nth-child(3n):after {
		right: 20px;
	}
	
	.grid.grid-6 .grid-column:nth-child(3n + 1):after {
		left: 20px;
	}
}

@media screen and (max-width: 600px) {
	.cart-icon{
		width: 30px;
		position: absolute;
		right: 10px;
		top: 22px;
	}

	.header_buyticket_button{
		right:50px !Important;
	}
	.grid.grid-2 .grid-column {
		flex-basis: 100%;
	}
	
	.grid.grid-3 .grid-column {
		flex-basis: 100%;
	}

	.grid.grid-4 .grid-column {
		flex-basis: 100%;
	}
	
	.grid.grid-6 .grid-column {
		flex-basis: 50%;
	}
	
	.grid.grid-2 .grid-column:before {
		display: none;
	}
	
	.grid.grid-2 .grid-column:after {
		left: 20px;
		right: 20px;
	}
	
	.grid.grid-3 .grid-column:before {
		display: none;
	}
	
	.grid.grid-3 .grid-column:after {
		left: 20px;
		right: 20px;
	}

	.grid.grid-4 .grid-column:before {
		display: none;
	}
	
	.grid.grid-4 .grid-column:after {
		left: 20px;
		right: 20px;
	}
	
	.grid.grid-6 .grid-column:nth-child(2n):before {
		display: none;
	}
	
	.grid.grid-6 .grid-column:nth-child(2n):after {
		right: 20px;
	}
	
	.grid.grid-6 .grid-column:nth-child(2n + 1):after {
		left: 20px;
	}
    .footer-menu-right {
        left:5px;
    }
    .footer-menu > li{
        padding:0 5px;
    }
	.social{
		padding-top:10px !important;
	}
	.social .grid img{
		margin-bottom:-20px;
	}
}

.grid.full-vertical-border .grid-column:before {
	top: 0;
	bottom: 0;
}

.grid img {
	max-width: 100%;
	height: auto;
	margin: 30px 0px;
	display: block;
}
.grid img.wp-image-640 {
    margin-top:22px;
}
.grid p,
.grid ul,
.grid ol {
	font-size: 15px;
	margin: 20px 0px;
	line-height: 1.4;
}

.grid ul,
.grid ol {
	padding-left: 20px;
}

.grid *:first-child {
	margin-top: 0;
}

.grid *:last-child {
	margin-bottom: 0;
}

.grid-column > h2 {
	font-size: 15px;
	padding: 5px 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.grid-column > h2.pink {
	border-color: #FF41B3;
	color: #FF41B3;
}


.grid .label h2 {
	font-size: 20px;
}

.grid .button {
	display: block;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px 0px;
	position: relative;
	font-weight: bold;
}

.grid p.button + p.button {
	margin-top: -21px;
}

.grid .button a {
	display: block;
	padding: 5px 0px;
	margin: -5px 0px;
	position: relative;
	z-index: 2;
}

.grid .button-pink {
	border-color: #FF41B3;
	color: #FF41B3;
}

.grid .button:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(artwork/plus.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	z-index: 1;
}

.grid .image-caption {
	font-size: 10px;
	margin-top: -10px;
}





.social {
	background: #A1A1A4;
	padding-top: 40px;
}

.sponsors {
	background: #A1A1A4;
	padding-bottom: 60px;
}

.sponsors .align {
	padding: 0 30px;
}

.sponsor-img {
	height: 75px;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	width:100%;
}
.grid .grid-column:first-child .sponsor-img{
    background-size: 300px;		
}

.grid .grid-column:nth-child(6) .sponsor-img,
.grid .grid-column:nth-child(7) .sponsor-img,
.grid .grid-column:nth-child(8) .sponsor-img{
	    background-size: cover;	
}


.bg-grey {
	background: #F4F2F2;
}

.bg-green {
	background: #88CABC;
}

.bg-blue {
	background: #005B93;
}

.bg-mag {
	background: #D25491;
}

.bg-pink {
	background: #CBAFC9;
}

.bg-purple {
	background: #452C8B;
}

.bg-purple {
	background: #452C8B;
}

.bg-mag2 {
	background: #EC008B;
}





.large-text p {
	font-size: 35px;
	line-height: 1.2;
	text-align: center;
	max-width: 800px;
	margin: 20px auto;
}

.large-text p a {
	display: inline-block;
	position: relative;
	padding: 5px 0px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-weight: bold;
}

.large-text p a.pink {
	border-color: #FF41B3;
	color: #FF41B3;
}




.medium-text p {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	max-width: 800px;
	margin: 20px auto;
}

.medium-text p a {
	display: inline-block;
	position: relative;
	padding: 5px 0px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-weight: bold;
}

.medium-text p a.pink {
	border-color: #FF41B3;
	color: #FF41B3;
}




.small-text p {
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	max-width: 800px;
	margin: 20px auto;
}

.small-text p a {
	display: inline-block;
	position: relative;
	padding: 5px 0px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-weight: bold;
}

.small-text p a.pink {
	border-color: #FF41B3;
	color: #FF41B3;
}




.portrait-image {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.portrait-image:after {
	content: '';
	display: block;
	padding-top: 125%;
}

.portrait-image .label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	color: white;
	width: 100%;
	text-align: center;
}


.image-block-stretch .align {
	max-width: none;
	padding: 20px 0px;
}

.image-block img {
	display: block;
	margin: 0 auto;
	width: 100%;
}




.banner {
	position: fixed;
	z-index: 100;
	width: 100%;
	transition: opacity 4s;
	transition-delay: 1s;
}

.banner.fade-out {
	opacity: 0;
}

.banner-centre {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	max-width: 1024px;
	padding: 20px;
	text-align: center;
	color: white;
}

.banner h1 {
	font-size: 70px;
	font-weight: 900;
}

.banner p {
	font-size: 35px;
	font-weight: 900;
}
.fullimage img{
	width:100%;
	display:block;
}
.buy_buttons_center{
    position: absolute;
    z-index: 1;
    /* width: 100%; */
    top: calc(50vh - 157px);
    left: calc(50% - 90px);
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .buy_buttons_center{
        top: 167px;
    }
}

.hidden{
    display:none;
}
.buy_buttons_center:hover{
    background-color:white;
    color:black;
}
.buy_buttons{
	position:fixed;
	z-index:8;
	width:100%;
	bottom:40px;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 8px;
    left: 0;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
	position:absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.header_buyticket_button{
	    position: absolute;
    right: 0px;
    top: 15px;
    color: #fff;
    padding: 5px 10px;
    background-color: #555;
    border-radius: 5px;
}
.celebrating100years a{
    color:#DAA520;
}


#menu-item-1149 a{
    color:#B8860B;
}
.maxp191{
	overflow:hidden;
	max-height:191px;
}
.maxp191 img{
margin-top: -56px;
}