/*
Theme Name: Festival N6
Description: A dedicated theme for Festival N6 designed by Only Studio.
Author: Owls Department
Author URI: http://www.owlsdepartment.com/
Version: 1.0
*/


* { outline: none; }
html { overflow-x: hidden; }
body { color: #28265d; font-size: 16px; line-height: 25px; font-family: 'HoeflerText'; position: relative; letter-spacing: 1.5px; }
body, input, textarea, button { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/*body, */
.scroll-wrapper-inner { }

input, textarea, button { -webkit-appearance: none; border-radius: 0; }

a { color: #28265d; text-decoration: none; transition: all 250ms ease-out; }
a:hover { color: #28265d; }
a:link { -webkit-tap-highlight-color: transparent; }

::-moz-selection { background: #28265d; color: #fff; text-shadow: none; }
::selection { background: #28265d; color: #fff; text-shadow: none; }

.lazyload-wrapper { background: #28265D; }



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

.wrapper { max-width: 1290px; width: 100%; margin: 0 auto; padding-left: 80px; padding-right: 80px; }

body, html { overflow-x: hidden; width: 100%; height: 100%; }
.scroll-wrapper { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; backface-visibility: hidden; }
.scroll-wrapper-inner { position: relative; top: 0px; }


	/* HEADER
	-------------------------------------------------------------------------------*/

	.header { height: 140px; position: relative; top: 0px; left: 0px; right: 0px; z-index: 9; background: #fff; transition: all 250ms ease-out; padding-top: 30px; }
	.header.no-transition { transition-duration: 0; }

	.header h1 { width: 200px; margin: 0 auto; }
	.header h1 a { display: block; width: 200px; height: 80px; background: url(_/img/logo.svg) center no-repeat; text-indent: -20000px; overflow: hidden; transition: none; }

	.header .left-items-parent { padding-right: 0px; }
	.header .left-items { margin-top: 30px; }
	.header .left-items .menu { float: left; padding: 0 30px 0 10px; font-size: 18px; text-transform: uppercase; font-family: 'DinPro'; letter-spacing: 1px; line-height: 35px; }
	.header .left-items .button { float: left; margin-right: 10px; padding: 0 10px; letter-spacing: 2px; }
	.header .left-items .button:last-child { margin-right: 0px; }
	.header .left-items .burger { float: left; display: block; height: 12px; width: 25px; position: relative; z-index: 10000; margin-top: 12px; }
	.header .left-items .burger:before,
	.header .left-items .burger:after { display: block; content: ''; width: 25px; height: 2px; position: absolute; background: #28265d; transition: all 300ms ease-in-out; }
	.header .left-items .burger span { display: block; width: 25px; height: 2px; background: #28265d; position: absolute; top: 5px; transition: all 300ms ease-in-out; }
	.header .left-items .burger:before { top: 0px; }
	.header .left-items .burger:after { top: 10px; }

	.header .right-items-parent { padding-left: 0px; }
	.header .right-items { margin-top: 32px; position: relative; }
	.header .right-items .dates { position: absolute; right: 120px; float: right; width: 197px; height: 32px; background: url(_/img/header-dates-2018.png) no-repeat center; }
	/* .header .right-items .dates { position: absolute; right: 130px; float: right; width: 160px; height: 32px; background: url(_/img/header-dates-2018.svg) no-repeat center; background-size: contain; } */
	.header .right-items .socials { float: right; margin-left: 30px; }
	.header .right-items .socials li { float: left; }
	.header .right-items .socials li:not(:last-child) { padding-right: 15px; }
	.header .right-items .socials li a { display: block; height: 32px; background-repeat: no-repeat; background-position: center; }
	.header .right-items .socials li a.fb { width: 8px; background-image: url(_/img/icon-fb.svg); }
	.header .right-items .socials li a.tw { width: 20px; background-image: url(_/img/icon-tw.svg); }
	.header .right-items .socials li a.inst { width: 16px; background-image: url(_/img/icon-inst.svg); }
	.header .right-items .socials li a.spot { width: 20px; background-image: url(_/img/icon-spot.svg); }

	.header.small { height: 75px; padding-top: 17px; position: fixed; top: -75px; z-index: 10; backface-visibility: hidden; /*transition: none;*/ }
	.header.small.visible { top: 40px; transition: all 250ms ease-out; }
	.header.small h1 { width: 60px; }
	.header.small h1 a { width: 60px; height: 38px; background: url(_/img/logo-short.svg) no-repeat center; }
	.header.small .left-items { margin-top: 2px; }
	.header.small .right-items { margin-top: 3px; }


	/* NAVIGATION
	-------------------------------------------------------------------------------*/

	.nav { display: none; position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; background: rgba(40, 36, 95, 0.9); z-index: 20; color: #fff; }
	.nav .content { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; display: flex; justify-content: center;  align-items: center; flex-direction: column; overflow-y: scroll; }
	.nav .login { position: absolute; top: 50px; left: 50px; color: #fff; border: 1px solid #fff; padding: 0 15px; line-height: 33px; height: 35px; text-transform: uppercase; font-size: 18px; font-family: 'DinPro'; }
	.nav .login:hover { background: #fff; color: #28245f; }
	.nav .close { display: block; width: 19px; height: 20px; background: url(_/img/icon-close.svg) no-repeat center; position: absolute; top: 60px; left: 50%; margin-left: -10px; transition: transform 300ms ease-out; }
	.no-touch .nav .close:hover { transform: rotate(90deg); }
	.nav .f6 { width: 44px; height: 28px; background: url(_/img/icon-f6.svg) no-repeat center; position: absolute; bottom: 50px; left: 50%; margin-left: -22px; }
	.nav .menu li { font-size: 28px; line-height: 40px; text-transform: uppercase; text-align: center; font-family: 'DinPro'; letter-spacing: 3px; }
	.nav .menu li a { color: #fff; position: relative; transition-duration: 300ms; }
	.nav .menu li a:before,
	.nav .menu li a:after { content: ''; display: block; width: 35px; height: 1px; background: #fff; position: absolute; top: 50%; transition: all 250ms ease-out; opacity: 0; }
	.nav .menu li a:before { left: -50px; }
	.nav .menu li a:after { right: -50px; }
	.nav .menu li.current_page_item a:before,
	.nav .menu li.current_page_item a:after { opacity: 1; }
	.nav .menu li a:hover { color: #9391af; }
	.nav .menu-menu-container { margin-bottom: 45px; }
	.nav .button { border-color: #fff; color: #fff; text-align: center; margin-top: 15px; }
	.nav .button:hover { background: #fff; color: #28265d; }


	.nav .socials { text-align: center; font-size: 0px; margin-top: 30px; }
	.nav .socials li { display: inline-block; padding: 0 8px; }
	.nav .socials li a { display: block; height: 16px; background-repeat: no-repeat; background-position: center; }
	.nav .socials li a.fb { width: 8px; background-image: url(_/img/icon-fb-white.svg); }
	.nav .socials li a.tw { width: 20px; background-image: url(_/img/icon-tw-white.svg); }
	.nav .socials li a.inst { width: 16px; background-image: url(_/img/icon-inst-white.svg); }
	.nav .socials li a.spot { width: 20px; background-image: url(_/img/icon-spot-white.svg);}


	/* ANNOUNCEMENT BANNER
	-------------------------------------------------------------------------------*/

	.announcement-active .scroll-wrapper-inner {
		top: 40px;
	}

	#announcement_bar { 
		top: 0;
		width: 100%;
		z-index: 15;
		color: white;
		max-height: 40px;
		position: fixed;
		overflow-y: hidden;
		background: #28265d;
		white-space: nowrap;
	}

	#announcement_bar h2 {
		line-height: 45px;
		font-family: 'HoeflerText';
		letter-spacing: .07em;
		white-space: nowrap;
		font-size: 14px;
	}

	#announcement_bar a {
		color: white;
		text-decoration: underline;
	}
	#announcement_bar a:active, 
	#announcement_bar a:hover, {
		color: white;
		text-decoration: underline;
	}

	/* PRELOADER
	-------------------------------------------------------------------------------*/
	.preloader { visibility: hidden !important; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10000; background: #fff; overflow-y: scroll; }
	.preloader:after { content: ''; display: block; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border: 2px solid #28265d; }
	.preloader .logo { display: block; width: 200px; height: 80px; position: absolute; top: 50%; left: 50%; margin: -49px 0 0 -100px; }
	.preloader .logo svg { display: block; width: 200px; height: 80px; }
	.preloader.small .logo { width: 79px; height: 50px; margin: -19px 0 0 -30px; background: url(_/img/logo-short.svg) no-repeat 50%; }
	.preloader.small .logo svg { display: none; }


	/* TICKETS
	-------------------------------------------------------------------------------*/
	.tickets-popup-container { display: none; position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; text-align: center; background: rgba(40, 36, 95, 0.9); z-index: 2000; padding: 0 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
	.tickets-popup-container .tickets-popup { display: inline-block; position: relative; padding: 5px; max-width: 1020px; margin: 70px auto;background: #fff; }
	.tickets-popup-container .tickets-popup .close { display: block; position: absolute; left: 0; right: 0; top: -45px; color: #fff; text-transform: uppercase; text-align: center; font-size: 12px; transition: transform 300ms ease-out; }
	.tickets-popup-container .tickets-content { border: 1px solid #28265d; padding: 40px 4.5em 50px; }
	.tickets-content { text-align: center; }
	.tickets-content .plans-list { width: 600px; margin: 0 auto 1.5em; }
	.tickets-content .customer-service { max-width: 520px; margin: 0 auto 1.5em; }
	.tickets-content h2 { margin-top: 0px; font-size: 38px; line-height: 44px; }
	.tickets-content h2 + .header-subtitle { margin-bottom: 25px; }
	.tickets-content h3 { font-size: 30px; text-align: center; margin: 0 auto .3em; }
	.tickets-content .row { margin-bottom: 1.5em; }
	.tickets-content .plan-col { float: left; width: 285px; }
	.tickets-content .plan-col:last-child { float: right; }
	.tickets-content .button { width: 100%; margin-bottom: .5em; height: auto; line-height: 63px; font-size: 20px; padding: 0; text-align: center; white-space: nowrap; }
	.tickets-content .button:not(.cta):hover { background: #e0e0e0; color: inherit; border-color: #28265d; }
	.tickets-content .button.secondary-text {  padding: 10px 0; line-height: 22px; }
	.tickets-content .button .secondary-text {  font-size: .8em; }
	.tickets-content .text-block {  margin-bottom: 1em; }
	.tickets-content .button.button-inactive,
	.tickets-content .button.button-inactive:hover { padding: 0; line-height: 22px; background: #ffffff; color: #6d6d6d; border: 1px solid #adadad; height: auto; padding: .5em 0; }

	.tickets-content .tickets-login { display: inline-block; width: auto; line-height: 40px; font-size: 20px; margin: 0 auto; }
	
	.tickets-content .f6 { width: 44px; height: 28px; background: url(_/img/icon-f6-dark.svg) no-repeat center; position: absolute; bottom: 70px; left: 50%; margin-left: -22px; }


	/* TOP MAIN ELEMENTS : SLIDER / IMAGE / CONTENT
	-------------------------------------------------------------------------------*/

	.slider-main { background: #28265d; position: relative; }
	.slider-main .swiper-slide h4 { font-size: 22px; line-height: 30px; letter-spacing: 3px; margin-bottom: .25em; }
	.slider-main .swiper-slide h5 { font-family: 'HoeflerText'; text-transform: none; font-size: 1.3em; max-width: 22em; margin-left: auto; margin-right: auto;}
	.slider-main .swiper-slide a { color: #fff; }
	.slider-main .swiper-slide { background-repeat: no-repeat; background-position: center; background-size: cover; }
	.slider-main .swiper-container { width: 100%; }
	.slider-main figure.hide-m.hide-s { max-height: 80vh; }
	.slider-main .slider-applied figure.hide-m.hide-s { height: auto; }
	.slider-main .swiper-button-next,
	.slider-main .swiper-button-prev { width: 18px; height: 33px; background-repeat: no-repeat; background-position: center; background-size: auto; opacity: 0; transition: all 250ms ease-out; }
	.slider-main .swiper-button-next { right: 100px; background-image: url(_/img/arrow-next.png); }
	.slider-main .swiper-button-prev { left: 100px; background-image: url(_/img/arrow-prev.png); }
	.slider-main:hover .swiper-button-next,
	.slider-main:hover .swiper-button-prev { opacity: 1; }
	.slider-main .subtitle,
	.image-main .subtitle { position: absolute; bottom: 30px; font-size: 12px; text-align: center; left: 0px; right: 0px; display: flex; align-items: center; justify-content: center; letter-spacing: 2px; z-index: 1; color: #fff; }
	.slider-main .subtitle .subline,
	.image-main .subtitle .subline { display: block; width: 0; height: 1px; background: #fff; margin: 0 10px; transition: width 1000ms cubic-bezier(0.41, 0.41, 0.08, 1); }
	.slider-main .subtitle.visible .subline,
	.image-main .subtitle.visible .subline { width: 100px; }
	.slider-main .subtitle .name,
	.image-main .subtitle .name { padding-top: 2px; }
	.mobile-slider { display: none; }
	.swiper-pagination-bullet { background: #fff; opacity: 0.5; width: 6px; height: 6px; }
	.swiper-pagination-bullet-active { background: #fff; opacity: 1; }
	.swiper-container-horizontal>.swiper-pagination-bullets.pagination-below { bottom: -35px; }
	.pagination-below .swiper-pagination-bullet { background: #28245f; opacity: 0.2; }
	.pagination-below .swiper-pagination-bullet-active { opacity: 1; }
	h2.line.space-line-medium { margin-top: 55px; }

	.image-main { position: relative; background: #28265d; }

	.parallax-wrapper { will-change: transform; }
	.parallax-wrapper-outer { overflow: hidden; }
	.parallax-wrapper .lazyload-wrapper { visibility: hidden; }

	.content-main { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background: rgba(40, 38, 93, 0.2); color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; }
	.content-main h4 { letter-spacing: 5px; }
	.content-main img { width: auto; margin: 0 auto 5px auto; }
	.content-main img.mobile { display: none; }
	.content-main .button { margin-top: 30px; }
	.content-main h4 + .button { margin-top: 20px; }


	.content-text-container { width: 600px; margin: 0 auto; }
	.content-text time { display: block; padding: 30px 0 75px 0; text-align: center; }
	.content-text .header-subtitle { margin-top: 10px; margin-bottom: 40px; }
	.content-text p:not(:last-child) { margin-bottom: 25px; }
	.content-text time + p::first-letter,
	.content-text .header-subtitle + p::first-letter { float: left; font-size: 85px; line-height: 55px; padding: 20px 10px 0 0; }
	.content-text iframe { margin: 25px 0;  width: 100%; }
	.content-text iframe + h4 { margin-top: 35px; }
	.content-text h4 { line-height: 25px; margin: 50px 0 15px 0; }
	.content-text h5 { margin: 30px 0 10px 0; }
	.content-text h6 { font-size: 12px; margin-bottom: 5px; letter-spacing: 2px; }
	.content-text .button.inside-text { font-family: 'HoeflerText'; font-size: 12px; line-height: 35px; }
	.content-text .socials { text-align: center; font-size: 12px; line-height: 12px; text-transform: uppercase; margin: 25px 0 15px 0; }
	.content-text .socials div { letter-spacing: 2px; }
	.content-text .socials iframe { display: block; margin: 0px; }
	.content-text .socials ul { text-align: center; margin-top: 15px; }
	.content-text .socials ul li { display: inline-block; vertical-align: middle; min-width: 61px; padding: 0 .5em; } /* min-width: 61px is a fix for overlapping buttons on iPhone */
	.content-text .tickets-buttons { text-align: center; }
	.content-text .tickets-buttons .button { display: block; width: 200px; margin: 10px auto 0 auto; }
	.wysiwyg-content + .button { margin-top: 25px; }
	.wysiwyg-content img { width: 100% !important; max-width: 100%; height: auto !important; }
	.embed-16-9 { position: relative; }
	.embed-16-9:before { content: ''; display: block; padding-top: 56.25%; }
	.embed-16-9 iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }

	.accordion .title { display: block; line-height: 22px; padding: 18px 40px 18px 20px; font-size: 18px; text-transform: uppercase; border: 1px solid #28265d; font-family: 'DinPro'; margin-top: 10px; position: relative; }
	.accordion .title:after { content: ''; display: block; width: 12px; height: 2px; background: #28265d; position: absolute; top: 50%; margin-top: -1px; right: 20px; }
	.accordion .title:before { content: ''; display: block; height: 12px; width: 2px; background: #28265d; position: absolute; top: 50%; margin-top: -6px; right: 25px; transition: all 250ms ease-out; }
	.accordion .title.active:before { transform: rotate(90deg); }
	.accordion .desc { display: none; border: 1px solid #28265d; border-top: 0px; }
	.accordion .desc .wysiwyg-content { padding: 15px 20px; }

	.page-template-page-highligths .content-text { width: 100% !important; max-width: 1200px; }
	.page-template-page-highligths .modal-wrapper.modal-wrapper-image .lightbox-image { width: auto; max-width: 100% !important; }


	/* ELEMENT :  ITEM
	-------------------------------------------------------------------------------*/

	.item { display: block; position: relative; }
	.item h5 { margin-top: 10px; }
	.item > h5 { margin-bottom: 25px; }
	.item time + h5 { margin-top: 0px; }
	.item time { display: block; font-size: 14px; line-height: 20px; margin: 2px 0 25px 0;}
	.item .button { margin-top: 15px; }
	.item .desc { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background: rgba(40, 38, 93, 0.2); color: #fff; text-align: center; display: flex; justify-content: center;  align-items: center; flex-direction: column; }
	.item .desc.no-tint { background: transparent; }
	figure img { width: 100%; height: auto; }
	figure img:not(.parallax-applied) { width: 100% !important; }
	figure img:not([data-fix-img-height]) { height: auto !important; }
	figure.embed { position: relative; }
	figure.embed .header-page { position: relative; }
	figure.tint { position: relative; }
	figure.tint:after { content: ''; display: block; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background: rgba(40, 38, 93, 0.05); }
	.item.tint-on-hover figure { position: relative; }
	.item.tint-on-hover figure:after { content: ''; display: block; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background: rgba(40, 38, 93, 0.3); transition: all 300ms ease-out; opacity: 0; }
	.item.tint-on-hover:hover figure:after { opacity: 1; }

	.item-big { display: block; margin-bottom: 30px; }
	.item-big h3 { position: absolute; left: 0px; right: 0px; bottom: 35px; text-align: center; color: #fff; z-index: 1; }
	.item-icon .desc { background: transparent; top: auto; bottom: 35px; }

	a.item .desc { transition: all 400ms ease-out; }
	a.item:hover .desc { background: rgba(40, 38, 93, 0.6); }
	a.item figure.tint:after { transition: all 400ms ease-out; }
	a.item:hover figure.tint:after { background: rgba(40, 38, 93, 0.6); }

	.full-width-teasers .item figure { overflow: hidden; }
	.full-width-teasers .item figure img.loaded { transition: all 400ms linear; }
	.full-width-teasers .item.zoomIn figure img.loaded { transform: scale(1.05); transition: all 2000ms linear; }
	.full-width-teasers .item .desc h3 { padding: 0 20px; }

	.teasers h2 + .header-subtitle { margin-bottom: 10px; }
	.teasers .separator.space-top-s { margin-top: 30px; }
	.teasers p.short-desc { margin-top: 15px; }

	.news-list .col-4:nth-child(3n+1) { clear: both; }
	.news-list .item h5,
	.news .item h5 { margin-bottom: 0px; }
	.news .item:last-child { margin-bottom: 1em; }
	.news .see-more { font-family: 'DinPro'; text-transform: uppercase; font-size: 1.2em; float: right; }
	.news .see-more:after { content: "\2192"; margin-left: .4em; }



	/* ELEMENT :  LAYOUT 02
	-------------------------------------------------------------------------------*/

	.layout02 { padding-bottom: 44px; border-bottom: 2px solid #28265d; margin-bottom: 120px; }

	.posts-list > .col-4:nth-child(3n+1) { clear: both; }
	.posts-list > .col-3:nth-child(4n+1) { clear: both; }
	.featured-list > .col-4:nth-child(3n+1) { clear: both; }




	/* ELEMENT :  LAYOUT 04
	-------------------------------------------------------------------------------*/



	.years-container { display: flex; justify-content: flex-end; text-align: right; text-transform: uppercase; font-size: 12px; margin-top: 5px; }
	.years-container span { display: block; line-height: 35px; letter-spacing: 2px; font-family: 'DinPro', sans-serif; font-size: 16px; }
	.years-container .years { margin-left: 10px; }
	.years li { float: left; padding-left: 10px; }
	.years li a { display: block; height: 35px; line-height: 35px; border: 1px solid #28245f; text-transform: uppercase; padding: 0 10px; font-size: 12px; }
	.years li a:hover,
	.years li.active a { color: #fff; background: #28245f; }

	.categories { margin: 25px 0 35px; text-align: center; position: relative; font-size: 0px; list-style-type: none; }
	.categories:before { content: ''; display: block; height: 2px; width: 100%; background: #28265d; position: absolute; top: 50%; margin-top: -1px; }
	.categories li { display: inline-block; padding: 0 5px; background: #fff; position: relative; }
	.categories li:first-child { padding-left: 20px; }
	.categories li:last-child { padding-right: 20px; }
	.categories li a { display: block; height: 35px; line-height: 35px; text-transform: uppercase; padding: 2px 15px 0; font-size: 14px; }
	.categories li:hover a { box-shadow: inset 0 0 0 1px #28245f; }
	.categories li.active a { box-shadow: inset 0 0 0 2px #28245f; }



	/* ELEMENT :  NEWSLETTER
	-------------------------------------------------------------------------------*/

	.newsletter { margin-top: 40px; padding: 0 0 70px 0; border-bottom: 2px solid #28265d; position: relative; }
	.newsletter.simple { padding-bottom: 0px; border-bottom: 0px; }
	.newsletter form { width: 750px; margin: 0 auto; position: relative; }
	.newsletter form input { height: 50px; border: 1px solid #cccccc; background: #fff; border-radius: 0px; float: left; font-family: 'DinPro'; font-size: 18px; letter-spacing: 1px; }
	.newsletter form input[type=email], .newsletter.signup_18 input[type=text] { border-right: 0px; width: 600px; padding: 0 20px; color: #999999; transition: all 200ms ease; }
	.newsletter form input[type=submit] { border-color: #28265d; width: 150px; color: #28265d; transition: all 250ms ease-out; }
	.newsletter form input[type=submit]:hover { color: #fff; background: #28265d; }
	.newsletter .error-info { display: none; color: #000000; text-transform: uppercase; font-size: 18px; text-align: center; font-family: 'DinPro'; margin-top: 15px; }
	.newsletter .success-info { display: none; width: 750px; background: #28265d; text-transform: uppercase; color: #fff; font-size: 18px; text-align: center; font-family: 'DinPro'; letter-spacing: 2px; height: 50px; line-height: 50px; margin: 0 auto; }
	.newsletter.error form input[type=email] { border-color: #000; box-shadow: inset 0 0 0 1px #000; }
	.newsletter.error .error-info { display: block; }
	.newsletter.success form { display: none; }
	.newsletter.success .success-info { display: block; }
	.newsletter form .loader { display: none; width: 30px; height: 30px; position: absolute; right: 160px; top: 50%; margin-top: -15px; border: 4px solid #28265d; border-top-color: transparent; font-size: 0; border-radius: 15px; animation: ball-loader 600ms infinite linear; }
	.newsletter form.loading { cursor: wait; }
	.newsletter form.loading > * { pointer-events: none; }
	.newsletter form.loading .loader { display: block; }



	/* ELEMENT :  QUOTE
	-------------------------------------------------------------------------------*/

	.quote .swiper-button-next { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: transparent; width: 100%; height: 100%; margin: 0px; }
	.touch .quote .swiper-button-next { display: none; }
	.quote .item { height: 280px; background: url(_/img/quote-bg.jpg) no-repeat center; background-size: cover; color: #28265d; text-align: center; display: flex; align-items: center;}
	.quote .content { padding: 0px 0 20px 0; font-size: 20px; line-height: 25px; font-style: italic; max-width: 850px; margin: 0 auto; }
	.quote h3 { letter-spacing: 6px; font-size: 25px; line-height: 30px; }
	.quote .stars { height: 15px; width: 470px; margin: 0 auto; background-repeat: no-repeat; background-position: center; margin-bottom: 25px; position: relative; }
	.quote .stars:before,
	.quote .stars:after { content: ''; display: block; width: 0; height: 1px; background: #28245f; position: absolute; top: 50%; transition: all 1000ms cubic-bezier(0.41, 0.41, 0.08, 1); }
	.quote.visible .stars:before,
	.quote.visible .stars:after { width: 150px; }
	.quote .stars:before { left: 150px; }
	.quote.visible .stars:before { left: 0px; }
	.quote .stars:after { right: 150px; }
	.quote.visible .stars:after { right: 0px; }



	/* ELEMENT :  FRAME
	-------------------------------------------------------------------------------*/

	.frame { position: absolute; z-index: 10; top: 0px; bottom: 0px; left: 0px; right: 0px; pointer-events: none; }
	/*.frame .top { position: fixed; top: 5px; left: 5px; right: 5px; height: 5px; background: #28265d; z-index: 20; backface-visibility: hidden; }
	.frame .top:after { content: ''; display: block; position: absolute; top: -5px; left: 0px; right: 0px; height: 5px; background: #fff; z-index: 20; }*/
	.frame .top { position: absolute; top: 5px; left: 5px; right: 5px; height: 2px; background: #28265d; margin-right: 0 !important; }
	.frame .bottom { position: absolute; bottom: 5px; left: 5px; right: 5px; height: 2px; background: #28265d; }
	.frame:before { display: block; content: ''; position: absolute; top: 5px; bottom: 5px; left: 5px; width: 2px; background: #28265d; }
	.frame:after { display: block; content: ''; position: absolute; top: 5px; bottom: 5px; right: 5px; width: 2px; background: #28265d; }

	.frame.white .top,
	.frame.white .bottom,
	.frame.white:before,
	.frame.white:after { background: #fff; }
	.frame.white .top:after { display: none; }



	/* FOOTER
	-------------------------------------------------------------------------------*/

	footer { padding: 50px 0 50px 0; }
	footer .logos { /* padding: 0; */ font-size: 0px; background: #fff; padding: 15px 0 15px 0; display: flex; justify-content: space-around; }
	footer .logos .swiper-slide { font-size: 0px; text-align: center; background: #fff; padding: 15px 0 15px 0; }
	footer .logos figure { text-align: center; display: inline-block; width: 12%; }
	footer .logos figure img { display: block; width: auto !important; height: 45px !important; margin: 0 auto; }
	footer .logos .swiper-button-next { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: transparent; width: 100%; height: 100%; margin: 0px; }
	.touch footer .logos .swiper-button-next { display: none; }
	footer .disclaimer { padding-top: 30px; font-size: 12px; line-height: 15px; text-align: center; letter-spacing: 1px; border-top: 2px solid #28245f; letter-spacing: 2px; text-transform: uppercase; }
	footer h5 { font-size: 15px; }





	/* MODAL
	-------------------------------------------------------------------------------*/

	.modal { background: rgba(33, 32, 59, 0.9); padding: 45px 0 45px 0; }
	.modal .close { display: block; font-size: 18px; font-weight: bold; line-height: 25px; margin: 0 0 12px 0; text-align: center; width: 100%; font-family:'DinPro'; }
	.modal .arrow-prev,
	.modal .arrow-next { display: block; width: 50px; height: 60px; position: fixed; top: 50%; margin-top: -17px; background-repeat: no-repeat; background-position: center; transition: none; z-index: 1; }
	.modal .arrow-prev { background-image: url(_/img/arrow-prev.png); left: 100px; }
	.modal .arrow-next { background-image: url(_/img/arrow-next.png); right: 100px; }
	.modal .modal-content { background: #fff; padding: 18px 0 60px 0; position: relative; }
	.modal .frame .top { position: absolute; height: 1px; }
	.modal .frame .bottom { height: 1px; }
	.modal .frame:after { width: 1px; }
	.modal .frame:before { width: 1px; }
	.modal figure { width: 88%; margin: 0 auto; }
	.modal .content-text { width: 560px; margin: 0 auto; }
	.modal .header-page { width: 560px; margin-left: -280px; padding-left: 7%; padding-right: 7%; padding-top: 40px; }
	/* .modal .header-page { width: 700px; margin-left: -350px; padding-left: 9%; padding-right: 9%; } */

	.modal-wrapper { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; background: rgba(33, 32, 59, 0.9); z-index: 8000; overflow: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
	.modal-wrapper .modal { background: none; }
	.modal-wrapper.loading:after { content: ''; display: block; width: 30px; height: 30px; position: fixed; top: 50%; left: 50%; margin: -15px 0 0 -15px; border: 4px solid #fff; border-top-color: transparent; border-radius: 15px; animation: ball-loader 600ms infinite linear; }
	.modal-wrapper.modal-wrapper-image { background: rgba(33, 32, 59, 0.9); }
	.modal-wrapper.modal-wrapper-image .lightbox-image { margin: 0 auto; }
	.modal-wrapper.modal-wrapper-image .close { color: #fff; }
	.modal-wrapper.modal-wrapper-image .modal { display: flex; flex-direction: column; min-height: 100%; justify-content: center; padding-top: 70px; position: relative; }
	.modal-wrapper.modal-wrapper-image .modal .close { position: absolute; top: 45px; left: 50%; width: 100px; margin-left: -50px; }
	.modal-col { width: 100%; max-width: 700px; margin: 0 auto; }

	h2 { line-height: 45px; text-transform: uppercase; text-align: center; font-family: 'DinPro'; font-size: 45px; letter-spacing: 4px; }
	h2.big { font-size: 65px; line-height: 1.2; letter-spacing: 5px;  }
	h2 span { display: inline-block; padding: 0 20px; background: #fff; position: relative; z-index: 1; }
	h2.line { line-height: 34px; position: relative; font-size: 32px; margin-top: 55px; letter-spacing: 3px; }
	h2.line:before { content: ''; display: block; height: 1px; width: 100%; background: #28265d; position: absolute; top: 50%; margin-top: -1px; }
	h2 + .header-subtitle { margin-bottom: 20px; }

	h3 { font-family: 'DinPro'; text-transform: uppercase; font-size: 32px; line-height: 37px; letter-spacing: 3px; }
	h4 { font-family: 'DinPro'; text-transform: uppercase; font-size: 28px; line-height: 36px; letter-spacing: 3px;}
	h5 { font-family: 'DinPro'; text-transform: uppercase; font-size: 18px; line-height: 22px; letter-spacing: 1.5px; }
	h5.line { position: relative; text-align: center; }
	h5.line span { display: inline-block; padding: 0 30px; background: #fff; position: relative; z-index: 1; }
	h5.line:before { content: ''; display: block; height: 1px; width: 100%; background: #28265d; position: absolute; top: 50%; margin-top: -1px; }

	h6 { font-size: 14px; text-transform: uppercase; letter-spacing: 3px; }
	h6.line { position: relative; text-align: center; }
	h6.line span { display: inline-block; padding: 0 30px; background: #fff; position: relative; z-index: 1; }
	h6.line:before { content: ''; display: block; height: 1px; width: 100%; background: #28265d; position: absolute; top: 50%; margin-top: -1px; }

	.button-lazyload { display: block; width: 30px; height: 30px; margin: 0 auto; border: 4px solid #28265d; border-top-color: transparent; font-size: 0; border-radius: 15px; animation: ball-loader 600ms infinite linear; }
	[data-filter-target] { position: relative; }
	[data-filter-target].loading:before { content: ''; display: block; width: 30px; height: 30px; position: absolute; top: 0; left: 50%; margin-left: -15px; z-index: 10; border: 4px solid #28265d; border-top-color: transparent; font-size: 0; border-radius: 15px; animation: ball-loader 600ms infinite linear; }
	[data-filter-categories].disabled,
	[data-filter-select-wrapper].disabled { cursor: wait; }
	[data-filter-categories].disabled > *,
	[data-filter-select-wrapper].disabled > * { pointer-events: none; }
	[data-filter-select-wrapper].disabled .dk-select { opacity: .5; }

	img { display: block; width: 100%; max-width: none; }

	.header-options + h6 { margin: 30px 0 25px 0; }
	.header-icon img { width: auto; margin: 0 auto; }
	.header-icon + h2,
	.header-icon + h2.line { margin-top: 5px; }
	.header-subtitle { font-size: 12px; text-align: center; letter-spacing: 2px; text-transform: uppercase; }
	.header-page { background: #fff; position: absolute; z-index: 5; padding: 60px 12.5% 0 12.5%; bottom: -5px; left: 50%; width: 66.6666%; margin-left: -33.3333%; }

	.separator { height: 0px; width: 100%; background: #28265d; }

	p.short-desc { max-width: 750px; margin: 35px auto 40px auto; text-align: center; }
	.page-id-19 p.short-desc { max-width: 800px; }
	p.text-2-col { column-count: 2; column-gap: 30px; }
	p.first-letter::first-letter { float: left; font-size: 85px; line-height: 55px; padding: 20px 10px 0 0; }
	a.go-back { display: block; text-transform: uppercase; font-size: 12px; line-height: 10px; margin-bottom: 15px; padding-left: 15px; background: url(_/img/arrow-left.png) no-repeat left top; }

	.button { display: inline-block; height: 50px; line-height: 48px; border: 1px solid #28265d; padding: 0 30px; text-decoration: none; color: #28265d; font-family: 'DinPro'; text-transform: uppercase; letter-spacing: 3px; font-size: 18px; min-width: 180px; }
	.button:hover { background: #28265d; color: #fff; }
	.button.white { border: 1px solid #fff; color: #fff; }
	.button.white:hover { background: #fff; color: #28265d; }
	.button.small { height: 35px; line-height: 33px; padding: 0 20px; min-width: 0; }
	.button.center { display: block; width: 160px; margin-left: auto; margin-right: auto; text-align: center; padding: 0px; }
	.button.cta { background: #28265d; color: white; }
	.button.cta:hover { background: #fff; color: #28265d; }
	.button.white.cta { background: #fff; color: #28265d; }
	.button.white.cta:hover { background: #fff; color: #28265d; }

	.space-top-xs { margin-top: 25px; }
	.space-top-s { margin-top: 50px; }
	.space-top-ss { margin-top: 55px; }
	.space-top-m { margin-top: 75px; }
	.space-top-l { margin-top: 100px; }

	.space-bottom-xs { margin-bottom: 25px; }
	.space-bottom-s { margin-bottom: 50px; }
	.space-bottom-ss { margin-bottom: 55px; }
	.space-bottom-sm { margin-bottom: 60px; }
	.space-bottom-m { margin-bottom: 75px; }
	.space-bottom-l { margin-bottom: 100px; }
	.space-bottom-xl { margin-bottom: 120px; }

	h2.line.space-after-introduction { margin-top: 35px; }

	.select-tablet { display: none; }

	.dk-select { width: 100%; font-size: 12px; line-height: 33px; }
	.dk-selected { padding: 0 15px; border-radius: 0; border-color: #28245f; text-align: center; text-transform: uppercase; letter-spacing: .2em; }
	.dk-selected:before { display: none; }
	.dk-selected:after { display: inline-block; width: 8px; height: 8px; position: relative; margin-left: 10px; margin-right: -25px; left: 0; top: -2px; border: 2px solid #28245f; border-width: 2px 2px 0 0; transform: rotate(135deg); }
	.dk-select-open-up .dk-selected:after,
	.dk-select-open-down .dk-selected:after { transform: rotate(-45deg); top: 3px; }
	.dk-selected:hover, .dk-selected:focus,
	.dk-select-open-down .dk-selected { border-color: #28245f; }
	.dk-select-open-up .dk-select-options,
	.dk-select-open-down .dk-select-options,
	.dk-select-multi:focus .dk-select-options { border-color: #28245f; }
	.dk-select-open-up .dk-select-options,
	.dk-select-open-down .dk-select-options { border-radius: 0; }
	.dk-option { text-align: center; text-transform: uppercase; letter-spacing: .2em; line-height: 30px; }
	.dk-option-selected,
	.dk-select-options .dk-option-highlight { background: #28245f; }


	.pswp__top-bar { height: 90px; background: rgba(255,255,255,.95); }
	.pswp__button--close { width: 60px; height: 30px; position: absolute; top: 30px; left: 50%; margin-left: -30px; line-height: 30px; font-size: 12px; letter-spacing: 1.5px; font-family: 'HoeflerText', serif; text-align: center; background: none !important; text-transform: uppercase; color: #000; opacity: 1; }
	.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right { opacity: 1; }
	.pswp__bg { background: #fff; }
	.pswp__img--placeholder--blank { background: #fff; position: relative; }
	.pswp__img--placeholder--blank:after { content: ''; display: block; width: 30px; height: 30px; position: fixed; top: 50%; left: 50%; margin: -15px 0 0 -15px; border: 4px solid #28245f; border-top-color: transparent; border-radius: 15px; animation: ball-loader 600ms infinite linear; }


	@keyframes ball-loader {
		0%   { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}



/* Media queries!
-------------------------------------------------------------------------------*/
@media screen and (max-height: 720px) {

	.nav .close { top: 25px; }
	.nav .login { top: 17px; left: 17px; }
	.nav .menu li { font-size: 20px; line-height: 30px; }
	.nav .socials { margin-top: 15px; }
	.nav .f6 { bottom: 35px; }
	.nav .menu li.current_page_item a:before,
	.nav .menu li.current_page_item a:after { width: 25px; }
	.nav .menu li.current_page_item a:before { left: -40px; }
	.nav .menu li.current_page_item a:after { right: -40px; }

	.nav .menu-menu-container { margin-bottom: 0; }

}

@media screen and (max-width: 719px) {
	.header .left-items .button:last-child { position: absolute; right: 85px !important; }		
}
@media (min-width: 719px ) and ( max-width: 1279px ) {
	.header.large .left-items .menu{
		padding-right: 10px;
	}
	.header.large .left-items .button {  
		font-size: 15px;
	}
	.header.small .left-items .menu{
		padding-right: 10px;
	}
	.header.small .left-items .button {  
		font-size: 13px;
	}
}

@media screen and (max-width: 1310px) {

	.header { height: 130px; }
	.header h1 { width: 165px; }
	.header h1 a { width: 165px; height: 65px; }
	.header .left-items { margin-top: 23px; }
	.header .right-items { margin-top: 25px; }

	.quote .wrapper { width: auto; }

	.modal .arrow-prev { left: 30px; }
	.modal .arrow-next { right: 30px; }
	.modal .header-page { /*width: auto;*/ margin-left: 0; left: 30px; right: 30px; }

	h2.big { font-size: 50px; letter-spacing: 5px; }

	.slider-main .subtitle,
	.image-main .subtitle { bottom: 20px; }

}

@media screen and (max-width: 1279px) {

	.categories li a { padding: 2px 10px; }
	.categories li { padding: 0 5px; }
	.categories li:first-child { padding-left: 15px; }
	.categories li:last-child { padding-right: 15px; }

}

@media screen and (max-width: 1040px) {

	.header .right-items .socials { margin-left: 20px; }

}

@media screen and (max-width: 1023px) {

	/*body,*/
	.scroll-wrapper-inner { }

	.wrapper { width: auto; }

	.header { height: 90px; padding-top: 25px; }
	.header .wrapper { padding-left: 80px; padding-right: 80px; }
	.header h1 { width: 62px; position: absolute; top: 30px; left: 50%; margin-left: -31px; }
	.header h1 a,
	.header.small h1 a { width: 62px; height: 38px; background: url(_/img/logo-short.svg) no-repeat center; }
	.header.small h1 { top: 20px; }
	.header .left-items { margin: 1px 0; }
	.header .left-items .menu { padding-right: 10px; letter-spacing: 2px; font-size: 16px; }
	.header .left-items .button { 
		/* border: 0px; */
		line-height: 35px;
		margin-right: 5px;
		font-size: 16px;
		padding: 0 7px;
	}
	.header .right-items,
	.header.small .right-items { margin-top: 8px; }
	.header .right-items .socials { display: none; }
	.header .right-items .dates { position: relative; right: auto; width: 136px; height: 22px; background-size: auto 22px; }
	/*.header:before { content: ''; display: block; pointer-events: none; position: fixed; top: 5px; left: 5px; right: 5px; bottom: 0; border: 5px solid #28265d; border-bottom-width: 0; } */

	.nav .f6 { width: 197px; height: 32px; background: url(_/img/header-dates-white-2017.png) no-repeat center; margin-left: -99px; }

	.content-main img { max-width: 460px; margin-bottom: 0px; }
	.item-icon .desc { bottom: 15px; }

	.slider-main .swiper-slide { position: relative; }
	.slider-main .swiper-slide:before { content: ''; display: block; padding-top: 75%; }
	.slider-main .swiper-slide h2.big { padding: 0 100px; }
	.slider-main .swiper-button-prev { left: 40px; }
	.slider-main .swiper-button-next { right: 40px; }
	.tablet-slider h3, .slider-main h3, .image-main h3 { font-size: 35px; line-height: 40px; }
	.image-main { background-size: cover; background-position: center; }
	.image-main figure { display: none; }
	.image-main:not(.slider-main):before { content: ''; display: block; padding-top: 75%; }

	.newsletter form { width: 600px; }
	.newsletter form input[type=email], .newsletter.signup_18 input[type=text] { width: 448px; }
	.newsletter .success-info { width: 600px; }

	.news-list .col-4:nth-child(3n+1) { clear: none; }
	.news-list .col-4:nth-child(2n+1) { clear: both; }

	a.go-back { margin-bottom: 10px; }

	.header-page { position: relative; bottom: auto; left: auto; margin: 0px; width: 100%; padding-top: 50px; }

	.content-text-container { width: 100%; }
	.content-text time { padding: 30px 0 40px; }

	footer .logos figure { width: 24%; }
	footer .disclaimer { font-size: 10px; line-height: 15px; }

	.header-subtitle { letter-spacing: 1px; }
	.header-options h3 { text-align: center; font-size: 38px; }
	.header-options + h6 { margin-bottom: 15px; }

	h2 { letter-spacing: 3px; }
	h2.big { font-size: 55px; line-height: 55px; }
	h2.line { font-size: 28px; line-height: 30px; margin-top: 50px; }
	h3 { font-size: 24px; line-height: 32px; }
	h4 { font-size: 24px; line-height: 30px; }

	h6 { font-size: 12px; }
	h6.line span { padding: 0 20px; }

	p.short-desc { margin: 0px auto 25px auto; }

	.posts-list > .col-4:nth-child(3n+1) { clear: none; }
	.posts-list > .col-3:nth-child(4n+1) { clear: none; }
	.posts-list > .col-m-4:nth-child(3n+1) { clear: both; }
	.posts-list > .col-m-6:nth-child(2n+1) { clear: both; }

	.featured-list > .col-4:nth-child(3n+1) { clear: none; }
	.featured-list > .col-m-6:nth-child(2n+1) { clear: both; }

	.space-top-m { margin-top: 50px; }
	.space-top-l { margin-top: 75px; }
	.space-bottom-m { margin-bottom: 50px; }
	.space-bottom-l { margin-bottom: 75px; }
	.space-top-m-l { margin-top: 75px; }

	.mobile-image { background-size: cover; background-position: center; }
	.mobile-image img { display: none; }
	.mobile-image:before { content: ''; display: block; padding-top: 75%; }

	.article-single.wrapper { padding: 0 50px; }
	.article-single .content-text { padding: 0 35px; }

	.tablet-slider { display: block; overflow: visible !important;}
	.tablet-slider .swiper-slide { background-size: cover; background-position: center; }
	.tablet-slider .swiper-slide:before { content: ''; display: block; padding-top: 75%; }

	.modal { background: #fff; padding: 0px; }
	.modal .frame { display: none; position: fixed; }
	.modal .close { color: #28245f; }
	.modal .modal-content { padding-bottom: 60px;  }
	.modal .header-page { width: 100%; margin-left: 0px; left: 0px; right: 0px; }
	.modal figure { width: 100%; }
	.modal .content-text { width: 100%; }
	.modal .arrow-prev,
	.modal .arrow-next { position: absolute; top: 20px; left: 50%; width: 8px; height: 14px; margin-top: 0px; }
	.modal .arrow-prev { margin-left: -190px; background-image: url(_/img/arrow-prev-small.svg); }
	.modal .arrow-next { margin-left: 190px; background-image: url(_/img/arrow-next-small.svg); }
	.modal-wrapper,
	.modal-wrapper.modal-wrapper-image { background: #fff; }
	.modal-wrapper.loading:after { width: 16px; height: 16px; margin: -8px 0 0 -8px; border: 2px solid #28245f; border-top-color: transparent; border-radius: 8px; }

	.button-lazyload { width: 16px; height: 16px; border-width: 2px; border-radius: 8px; }
	[data-filter-target].loading:before { width: 16px; height: 16px; border-radius: 8px; margin-left: -8px; border-width: 2px; }

	.years-container { display: block; margin-top: 0px; margin-bottom: 25px; }
	.years-container span { display: block; float: none; text-align: left; }
	.years-container .years { float: none; margin: 0px; }
	.years-container .years li { width: 50%; }
	.years-container .years li:first-child { padding-left: 0px; }
	.years-container .years li a { width: 100%; text-align: center; }

	.select-tablet { display: block; margin-bottom: 25px; }
	.select-tablet span { display: block; text-transform: uppercase; line-height: 35px; letter-spacing: 2px; font-size: 12px; }

	.pswp__img--placeholder--blank:after {  width: 16px; height: 16px; border-radius: 8px; margin-top: -8px; margin-left: -8px; border-width: 2px; }

	.quote .content br { display: none; }

	.years-container.hide-default { display: block !important; }
	.years-container.hide-default span { line-height: 25px; font-family: 'HoeflerText'; letter-spacing: 2px; font-size: 12px;}

	.years-container .years li:last-child { padding-left: 0; }
	.years-container .years li { margin-bottom: 10px; }

}


@media screen and (max-width: 767px) {

	.years-container .years li:last-child { padding-left: 0; }
	.years-container .years li { margin-bottom: 10px; }

	body { font-size: 14px; line-height: 20px; }

	.scroll-wrapper-inner { padding-top: 55px; }
	.wrapper { padding-left: 20px; padding-right: 20px; }

	.frame .top { top: 3px; left: 3px; right: 3px; }
	.frame .bottom { bottom: 3px; left: 3px; right: 3px; }
	.frame:before { top: 3px; bottom: 3px; left: 3px; }
	.frame:after { top: 3px; bottom: 3px; right: 3px; }
	.frame-main { display: none; }

	.preloader .logo { width: 140px; height: 56px; margin: -35px 0 0 -70px; }
	.preloader .logo svg { width: 140px; height: 56px; }
	.preloader:after { display: none; }
	/* .preloader:after { top: 3px; left: 3px; right: 3px; bottom: 3px; border: 3px solid #28265d; } */

	.tickets-popup-container { padding: 0; }
	.tickets-popup-container .tickets-popup { width: 100%; min-height: 100%; height: auto; margin: 0; }
	.tickets-popup-container .tickets-popup .close { position: relative; top: 0; padding-top: 30px; color: #282261; }
	.tickets-popup-container .tickets-content { position: relative; top: 0; bottom: 0; left: 0; right: 0; border: 0; padding: 35px 0 50px 0; }
	.tickets-popup-container .tickets-content h2 { font-size: 24px; line-height: 30px; }
	.tickets-popup-container .tickets-content h2 + .header-subtitle { margin-bottom: 25px; }
	.tickets-popup-container .tickets-content .plans-list { width: 280px; }
	.tickets-popup-container .tickets-content .customer-service { width: 280px; }
	.tickets-popup-container .tickets-content .plan-col,
	.tickets-popup-container .tickets-content .plan-col:last-child { float: none; width: 280px; }
	.tickets-popup-container .tickets-content .plan-col:last-child { margin-top: 55px; border-top: 2px solid #282261; padding-top: 50px; }
	.tickets-popup-container .tickets-content h3 { font-size: 28px; margin-bottom: 5px; }
	.tickets-popup-container .tickets-content .button { margin-top: 25px; }
	.tickets-popup-container .tickets-content .tickets-login { font-size: 18px; margin-top: 50px; }
	.tickets-popup-container .tickets-content .f6 { position: relative; margin: 50px auto 0; left: auto; bottom: auto; }

	.slider-main .swiper-button-prev,
	.slider-main .swiper-button-next { display: none; }
	.slider-main .swiper-slide h2.big { padding: 0 20px; }
	.slider-main .swiper-slide:before { padding-top: 100%; }

	.content-main img.desktop { display: none; }
	.content-main img.mobile { display: block; }
	.content-main h4 { padding: 0 20px; }
	.content-main h2.big { padding: 0 20px; }
	.slider-main .subtitle,
	.image-main .subtitle { bottom: 5px; }
	.slider-main .subtitle .subline,
	.image-main .subtitle .subline { margin: 0 5px; }
	.slider-main .subtitle.visible .subline,
	.image-main .subtitle.visible .subline {width: 70px; }
	.tablet-slider h3, .slider-main h3, .image-main h3 { font-size: 30px; line-height: 34px; }
	.slider-main .swiper-slide h4 { font-size: 18px; line-height: 20px; letter-spacing: 2px; }

	.header:not(.small) { display: none; }
	#announcement_bar { 
		display: none;
	}
	.header, .header.small { top: 0; height: 55px; padding-top: 13px; }
	.header.small.visible {	top: 0; }
	.header .wrapper { padding-left: 20px; padding-right: 20px; }
	.header h1,
	.header.small h1 { width: 46px; position: absolute; top: 13px; left: 50%; margin-left: -23px; }
	.header h1 a,
	.header.small h1 a { width: 46px; height: 29px; background: url(_/img/logo-short.svg) no-repeat center; }
	.header .left-items { margin-top: 0px; }
	.header .left-items .burger { margin-top: 9px; }
	.header .left-items .menu { line-height: 29px; padding-right: 10px; font-size: 16px; }
	.header .left-items .button { 
		right: 20px;
		line-height: 26px;
		height: 29px;
		letter-spacing: 1px;
	}
	.header .left-items .button:hover { color: #28265d; background: #fff; }
	.header .left-items .button:not(:last-child) { position: absolute; right: 10px; }
	.header .left-items .button:last-child { position: absolute; right: 70px; }
	.header:before { top: 3px; left: 3px; right: 3px; border-width: 3px; border-bottom-width: 0; }
	.header.small .left-items { margin-top: 0; }
	.header .right-items-parent { position: absolute; top: 55px; left: 0px; right: 0px; width: auto; background: #e3e3e3; height: 40px; padding: 0px; }
	.header .right-items, .header.small .right-items { margin: 9px 0; }
	.header .right-items .dates { float: none; margin: 0 auto; }

	.header.small { top: 0px; }

	.nav .close { top: 25px; }
	.nav .login { top: 17px; left: 17px; }
	.nav .menu li { font-size: 20px; line-height: 30px; }
	.nav .socials { margin-top: 15px; }
	.nav .f6 { display: none; bottom: 35px; }
	.nav .menu li.current_page_item a:before,
	.nav .menu li.current_page_item a:after { width: 25px; }
	.nav .menu li.current_page_item a:before { left: -40px; }
	.nav .menu li.current_page_item a:after { right: -40px; }
	.nav .menu-menu-container { margin-bottom: 15px; }
	.nav .button { display: block; width: 180px; margin: 10px auto 0 auto; }

	.newsletter { margin-top: 20px; border-width: 1px; padding-bottom: 50px; }
	.newsletter form { width: 100%; }
	.newsletter.signup_18form input[type=email], .newsletter.signup_18 form input[type=text] { width: 100%; margin-bottom: 5px; font-size: 14px; border-right: 1px solid #ccc; }	
	.newsletter form input[type=email] { width: 100%; margin-bottom: 5px; font-size: 14px; border-right: 1px solid #ccc; }
	.newsletter form input[type=submit] { width: 100%; }
	.newsletter .success-info { width: 100%; }
	.newsletter form .loader { width: 16px; height: 16px; border-width: 2px; border-radius: 8px; margin-top: 0; right: 20px; top: 18px; }

	.news .item {  }
	.news .item h5 { margin-top: 10px; }
	.news .item time { border-bottom: 1px solid #28265d; margin-bottom: 0px; padding-bottom: 13px; margin-bottom: 0px; margin-top: 5px; }
	.news .col-4:not(:first-child) figure { display: none; }

	.content-text time { padding: 20px 0 25px; }
	.content-text .header-subtitle { margin-top: 5px; margin-bottom: 20px; }
	.content-text time + p::first-letter,
	.content-text .header-subtitle + p::first-letter { font-size: 40px; line-height: 32px; padding: 8px 8px 0 0; }
	.content-text > iframe { width: 100% !important; margin: 0px; }
	.content-text h4 { margin-top: 30px; }
	.content-text iframe + h4 { margin-top: 25px; }

	.article-single.wrapper { padding: 0 20px; }
	.article-single .content-text { padding: 0; }
	.go-back { margin-top: 20px; }
	.header-page { padding: 30px 20px 0 20px; }
	.header-page h2 { font-size: 24px; line-height: 25px; }

	.quote .content { padding: 0 0 20px 0; line-height: 20px; font-size: 16px; }
	.quote .stars { width: 100%; margin-bottom: 20px; }
	.quote .stars:before,
	.quote .stars:after { height: 1px; width: auto; margin-top: 0px; }
	.quote.visible .stars:before,
	.quote.visible .stars:after { width: auto; }
	.quote .stars:before { left: 0; right: 50%; width: auto; margin-right: 70px; }
	.quote .stars:after { right: 0; left: 50%; width: auto; margin-left: 70px; }
	.quote h3 { font-size: 24px; line-height: 28px; }


	.mobile-slider { display: block; }
	.mobile-slider .swiper-slide { background-size: cover; background-position: center; height: 480px; }

	footer { padding: 35px 0 50px 0; }
	footer .logos figure img { max-width: 100%; }
	footer .disclaimer { border: 0px; padding-top: 0px; }
	footer .disclaimer br { display: none; }

	p.text-2-col { column-count: 1; column-gap: 0px; }
	p.first-letter::first-letter { font-size: 40px; line-height: 32px; padding: 8px 8px 0 0; }


	.item time { line-height: 10px; }
	.item .desc { padding: 0 40px; }
	.item h5 { margin-top: 5px; }
	.item-icon .desc { padding: 0 20px; bottom: 10px; }

	.button { line-height: 38px; height: 40px; min-width: 140px; padding: 0px 10px; font-size: 16px; letter-spacing: 2px; }

	.separator { height: 1px; }

	.swiper-container-horizontal>.swiper-pagination-bullets.pagination-below { bottom: -25px; }

	.space-top-s { margin-top: 15px; }
	.space-top-m { margin-top: 30px; }
	.space-top-ml { margin-top: 40px; }
	.space-top-l { margin-top: 50px; }
	.space-bottom-s { margin-bottom: 15px; }
	.space-bottom-m { margin-bottom: 30px; }
	.space-bottom-l { margin-bottom: 50px; }
	.space-top-s-m { margin-top: 25px; }
	.space-top-m-l { margin-top: 60px; }

	h2.big { font-size: 35px; line-height: 35px; letter-spacing: 8px; }
	h2.line { margin-top: 25px; font-size: 24px; line-height: 25px; }
	h2.line:before { display: none; }
	.header-subtitle { font-size: 10px; line-height: 18px; }
	h2 + .header-subtitle { margin-bottom: 20px; margin-top: 2px; }
	h3 { font-size: 30px; line-height: 34px; }
	h4 { font-size: 20px; }
	h5 { font-size: 16px; line-height: 20px; }
	h5.line:before { display: none; }
	h6 { letter-spacing: 1px; }
	h6.line span { padding: 0 10px; }
	h6.line:not(.line-s):before { display: none; }
	h6.line:before { height: 1px; }

	.modal { }
	.modal .modal-content { padding-bottom: 40px; }
	.modal .arrow-prev { left: 20px; margin: 0px; top: 23px; }
	.modal .arrow-next { left: auto; right: 20px; margin: 0px; top: 23px; margin-right: 0px !important; }

	.years-container { margin-bottom: 15px; }
	.select-tablet span,
	.years-container span { line-height: 25px; }
	.select-tablet { margin-bottom: 20px; }

	.posts-list > .col-m-4:nth-child(3n+1) { clear: none; }
	.posts-list > .col-m-6:nth-child(2n+1) { clear: none; }
	.posts-list > .col-s-6:nth-child(2n+1) { clear: both; }


	.pswp__top-bar { height: 60px; }
	.pswp__button--close { top: 15px; }
}

@media screen and (min-width: 630px) and (max-width: 767px) {

	.quote .item { height: 280px; }

}

@media screen and (min-width: 500px) and (max-width: 630px) {

	.quote .item { height: 320px; }

}

@media screen and (max-height: 900px){

	.nav .close { top: 25px; }
	.nav .login { top: 17px; left: 17px; }
	.nav .menu li { font-size: 20px; line-height: 30px; }
	.nav .socials { margin-top: 15px; }
	.nav .f6 { display: none; bottom: 35px; }
	.nav .menu li.current_page_item a:before,
	.nav .menu li.current_page_item a:after { width: 25px; }
	.nav .menu li.current_page_item a:before { left: -40px; }
	.nav .menu li.current_page_item a:after { right: -40px; }
	.nav .menu-menu-container { margin-bottom: 15px; }
	.nav .button { display: block; width: 180px; margin: 10px auto 0 auto; }

}

@media screen and (max-height: 550px) {
	.nav .socials { display: none; }
}

@media screen and (max-height: 625px) {
	.nav .content { display: block; padding-top: 60px; padding-bottom: 30px; }
}


.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}
.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}
.embed-responsive.embed-responsive-4by3{padding-bottom:75%}

.video-block a {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}
.video-block figure {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.video-block figure img {
  width: auto !important;
  height: 100% !important;
}
.video-block .lazyload-wrapper {
  height: 100%;
}
.video-block .row.gutter-s .gutter-bottom {
  margin-bottom: 3.5px;
}

body.page-template-page-splash{

	background-color: #fff;
	color: #282560;	
	text-align: center;

}

body.page-template-page-splash .enter-site{

	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 0;

}

body.page-template-page-splash .enter-site .button{

	line-height: 38px;
	height: 40px;
	min-width: auto;
	padding: 0px 10px;
	font-size: 16px;
	letter-spacing: 2px;

}

body.page-template-page-splash .dates {

	display: inline-block;
	width: 197px;
	height: 40px;
	background: url(_/img/header-dates-2018.png) no-repeat center;
	vertical-align: bottom;

}

body.page-template-page-splash #wrapper{

	margin: 130px auto 80px;

}

@media (min-width: 767px) and (min-height: 840px ) {

	body.page-template-page-splash #wrapper{

		position: relative;
		top: 50%;
		transform: translateY(-50%);
		overflow: hidden;
		margin: 0 auto;

	}

}

body.page-template-page-splash img{

	max-width: 100%;
	height: auto;
	width: auto;
	display: inline-block;

}

body.page-template-page-splash .splash-tickets{

	width: 180px;
	margin-bottom: 20px;

}

body.page-template-page-splash .thanks{	

	margin: 40px 0;

}

body.page-template-page-splash .thanks .dates {

	margin: -40px auto 20px;
	display: block;

}

body.page-template-page-splash .thanks h1{	

	margin: 0 0 10px;

}

body.page-template-page-splash .thanks p{	

	padding: 0 10%;

}

body.page-template-page-splash hr{

	border-top: 1px solid #282560;
	margin: 0 15%;

}

body.page-template-page-splash .thanks-signup{	

	margin: 40px 0 0;

}

@media (max-width: 767px) {
	
	body.page-template-page-splash .logo{

		width: 75%;

	}

}

@media screen and (max-width: 767px) {

	body.page-template-page-splash h3{

		font-size: 24px;
		line-height: 1;

	}

	body.page-template-page-splash p a{

		margin-bottom: 5px;

	}

	body.page-template-page-splash .enter-site .dates {

		margin-top: 10px;

	}

	body.page-template-page-splash .enter-site .button{

		line-height: 38px;
		height: 40px;
		min-width: auto;
		padding: 0px 10px;
		font-size: 13px;
		letter-spacing: 2px;

	}

}

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

	body.page-template-page-splash .enter-site{
		
		text-align: left;		
		padding: 40px 40px 0;
		background-color: transparent;
		
	}

	body.page-template-page-splash .enter-site .dates {

		float: right;

	}

	body.page-template-page-splash .thanks p{	

		padding: 10px 20% 0;

	}

	/* .newsletter.signup_18 input,
	.newsletter.signup_18 input[type=email]{

		width: 400px;

	} */

}

.newsletter.signup_18{

	margin-top: 20px;
	padding-bottom: 0;
	border: none;
	display: block;

}

/* .newsletter.signup_18 input,
.newsletter.signup_18 input[type=email]{ */

	/* border-right: 1px solid #ccc;
	padding: 0 20px;
	color: #999999;
	transition: all 200ms ease; */

/* } */

/* .newsletter.signup_18 input[type=submit]{

	text-transform: uppercase;

} */

body.page-template-page-splash .accordion{

	margin: 40px 0;

}

.accordion.form-privacy{

	text-align: center;
	margin: 20px 0 0;	

}

.accordion.form-privacy .title{

	display: inline-block;
	margin-top: 0;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'HoeflerText';
	font-size: 13px;

}

.accordion.form-privacy .title:before{

	top: 45%;
	width: 1px;
	height: 9px;
	margin-top: -5px;
	
}

.accordion.form-privacy .title:after{

	top: 45%;
	width: 9px;
	height: 1px;
	right: 21px;

}

.accordion.form-privacy .desc{

	padding: 0 20%;
	border: none;

}

body.page-template-page-splash .socials li { 

	display: inline-block;

}

body.page-template-page-splash .socials li + li{ 

	padding-left: 5px;

}

body.page-template-page-splash .socials li a {

	display: block; 
	height: 32px; 
	background-repeat: no-repeat;
	background-position: center;
	width: 32px;

}

body.page-template-page-splash .socials li a.fb {

	background-size: 8px auto;	
	background-image: url(_/img/icon-fb.svg);

}

body.page-template-page-splash .socials li a.tw {

	background-size: 20px auto;	
	background-image: url(_/img/icon-tw.svg); 

}

body.page-template-page-splash .socials li a.inst {

	background-size: 16px auto;
	background-image: url(_/img/icon-inst.svg);

}

body.page-template-page-splash .socials li a.spot {

	background-size: 20px auto;	
	background-image: url(_/img/icon-spot.svg);

}

/* Homepage Video Slide */
.slider-main .swiper-container{
	height: 100%;
	max-height: 720px;
}
.slider-main .swiper-slide{
	height: 0;
	padding-bottom: 75%;
}
@media screen and (min-width: 768px) {
	.slider-main .swiper-slide{
		padding-bottom: 55%;
	}
}
@media screen and (min-width: 1024px) {
	.slider-main .swiper-slide{
		padding-bottom: 42.857143%;
	}
}
.slider-main .embed-responsive-home {
	position: relative;
	display: block;
	width: 120%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	margin-left: -10%;
}
.slider-main .embed-responsive-home::before {
	display: block;
	content: "";
}
.slider-main .embed-responsive-home .embed-responsive-home-item,
.slider-main .embed-responsive-home iframe,
.slider-main .embed-responsive-home embed,
.slider-main .embed-responsive-home object,
.slider-main .embed-responsive-home video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.slider-main .figure-vid{
	height: 100% !important;
	width: 100%;
	position: absolute;
	max-height: 100% !important;
}

.slider-main .figure-vid + .content-main{
	background-color: transparent;
}

#contentswiper .swiper-slide img{
	width: 100%;
	height: auto;
}
#contentswiper .swiper-button-next,
#contentswiper .swiper-button-prev { width: 18px; height: 33px; background-repeat: no-repeat; background-position: center; background-size: auto; opacity: 1; transition: all 250ms ease-out; }
#contentswiper .swiper-button-next { right: 100px; background-image: url(_/img/arrow-next.png); }
#contentswiper .swiper-button-prev { left: 100px; background-image: url(_/img/arrow-prev.png); }

/* years mod */
.years-container-mod{
	text-align: center;
	display: block;
	margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
	.years-container-mod .button{
		font-size: 24px;
	}
}

/* tickets */
.space-bottom-l + .tickets-block{
	margin-top: -50px;
}
@media screen and (min-width: 1024px) {
	.space-bottom-l + .tickets-block{
		margin-top: -80px;
	}
}
.tickets-block{
	max-width: 753px;
	margin: auto;
}
.frontpage-tick-cta{
	text-align: center;
	padding: 0 0 40px;
}

#menu-footer li{

	display: inline-block;
	position: relative;
	padding: 0 6px;
	line-height: 0.9;
	border-right: 1px solid #282560;

}
#menu-footer li:last-child{
	border: none;
}

#mce-responses{
	text-align: center;
}