
/**
 * Header
 * ------
 */
#header {
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
	position: absolute;
	background-color: transparent; 
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
	}
#header .overlay-filter-gray-light {
	background-color: transparent;
	}
body.pages.index #header {
	width: auto;
	position: relative;
	/*height: 672px;*/
	background: url(../../img/header_startseite.jpg) no-repeat center top;
	background-size: cover !important;
	background-position: center center !important;
	}
.pages.index #header .overlay-filter-gray-light {
	background-color: rgba(0,0,0,0.15);
	}
#header .header-image {
	display: none;
	}
body.pages.index #header .header-image {
	width: 732px;
	max-width: 80%;
	margin: 0 auto;
	padding: 10% 10%;
	height: auto;
	display: block;
	position: relative;
	}

body.page-app #header #header-content-left a,
body.page-app #header #logo,
body.page-app #header .icon {
	color: #fff;
	}

body.page-app #header .icon.icon-circle {
	/*color: #3e3e3e;*/
	}
body.page-app #header .icon.icon-circle:hover {
	color: #e40280;
	}

#header-content {
	padding: 0 20px;
	position: relative;
	z-index: 10;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	}
#header-content-left,
#header-content-center,
#header-content-right {
	width: 15%;
	padding: 24px 0 0 0;
	float: left;
	display: block;
	}
#header-content-left {
	padding: 6px 0 0 0;
	text-align: left;
	}
#header-content-left a {
	color: #fff;
	display: none;
	font-size: 2em;
	}
.pages.display #header-content-left a,	
.pages.view #header-content-left a,	
.newsletters.index #header-content-left a {
	/*color: #3e3e3e;*/
	}
#header-content-left a:hover {
	/* color: #e40280 !important; */
	}
#header-content-left #logo,
#header-content-center #logo {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 3em;
	}
#header-content-center {
	width: 70%;
	padding: 6px 0 0 0;
	text-align: center;
	}
#header-content-center #logo {
	padding: 5px 0 0 0;
	display: none;
	}
#header-content-center #mainmenu {
	position: relative;
	}
#header-content-center #mainmenu a {
	padding: 18px 6px;
	}
#header-content-right {
	padding: 19px 0 0 0;
	float: right;
	text-align: right;
	}
#header-content-right span {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	}
#header-content-left #userinfo,
#header-content-right #userinfo {
	margin: 5px 6px 0 0;
	font-size: 90%;
	position: relative;
	}
#header-content-left #userinfo .infobox,
#header-content-right #userinfo .infobox {
	width: 120px;
	margin: 0 0 0 -70px;
	padding: 10px;
	top: 40px;
	left: 50%;
	display: none;
	position: absolute;
	text-align: center;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e40280;
	}
#header-content-left #userinfo .infobox.active,
#header-content-right #userinfo .infobox.active {
	display: block;
	}
#header-content-left #userinfo .infobox .arrow,
#header-content-right #userinfo .infobox .arrow {
	width: 12px;
	height: 6px;
	margin: 0 0 0 -6px;
	top: -6px;
	left: 50%;
	position: absolute;
	background: url(../../img/arrow-pink-up.png) no-repeat center top;
	}
#header-content-right #userinfo .infobox a {
	display: block;
	line-height: 24px;
	}
#header-content-left #userinfo .infobox a:hover, 
#header-content-right #userinfo .infobox a:hover {
	color: #000;
	}

#header-content-left #userinfo {
	display: none;
	}


#header-content a.icon {
	font-size: 2.25em;
	}
#header-content a.icon.loggedin {
	color: #e40280 !important;
	}

#header #mainmenu #b2b {
	display: none;
	}
#header-content #b2b {
	display: inline-block !important;
	}


.pages.display #header-content #logo,
.pages.view #header-content #logo,
.newsletters.index #header-content #logo {
	/*color: #3e3e3e;*/
	}

#header-content #logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
	}

#header .subtitle {
	margin: 0 auto;
	display: none;
	color: #fff;
	font-size: 1.25em;
	font-family: 'BebasNeueRegular';
	letter-spacing: 2px;
	text-align: center;
	}
.pages.display #header .subtitle,
.pages.view #header .subtitle,
.newsletters.index #header .subtitle {
	color: #3e3e3e;
	}
#header a.header-link {
	padding: 10px 0 0 0; 
	display: inline-block;
	color: #3e3e3e;
	font-size: 1.75em;
	font-family: 'BebasNeueRegular';
	}
#header a.header-link {
	color: #fff;
	}
#header p {
	margin: 5px auto 10px auto;
	}

body.pages.index #header .subtitle,
/*body.pages.index #header a.header-link,*/
body.pages.index #header .skip-btn {
	display: block;
	}
body.pages.index #header .subtitle {
	position: relative;
	display: none;
	}

#header-location {
	position: relative;
	}
#header-location .location-map {
	margin: 20px 24px 10px 0;
	display: block;
	}
#header-location .icon-circle {
	color: #3e3e3e !important;
	font-size: 6.5em;
	position: absolute;
	top: 12px;
	left: 50%;
	-webkit-transition: all 250ms ease-in-out;
	moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
#header-location .icon-circle a {
	width: 70%;
	display: block;
	color: #fff !important;
	font-size: 12px !important;
	font-family: 'Calibri';
	position: absolute;
	left: 15%;
	top: 40px;
	}
#header-location .icon-circle:hover {
	color: #e40280;
	}

#skip-btn {
	width: 58px;
	height: 58px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	background: #3e3e3e url(../../img/skip-arrow.svg) no-repeat center center;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

ul#language-list {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	}
ul#language-list li {
	margin: 0 0 0 6px;
	display: inline-block;
	line-height: 70px;
	}
ul#language-list li a {
	width: 27px;
	height: 27px;
	display: inline-block;
	color: #000;
	font-size: 0.7em;
	font-family: 'AmpleSoft-Light';
	text-align: center;
	line-height: 27px;
	text-transform: uppercase;
	background-color: #636363;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 250ms ease-in-out;
	-mot-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
ul#language-list li a:hover {
	background-color: #f2f2f2;
	}

#header .skip-btn {
	display: none;
	}



/**
 * Content
 * -------
 */
#content-header {
	padding: 100px 0 50px 0;
	display: block;
	text-align: center;
	background: #f2f2f2;
	position: relative;
	}
.galleries.index #content-header {
	width: 100%;
	height: 500px;
	min-height: 500px;
	padding: 0;
	display: table;
	position: relative;
	background: url(../../img/upload/extralarge/IMG_6843.jpg) no-repeat center top;
	background-size: cover !important;
	background-position: center top !important;
	}
.galleries.index #content-header .overlay-filter-gray {
	background-color: rgba(0,0,0,0.2);
	}
.galleries.view #content-header {
	width: 100%;
	height: 380px;
	display: table;
	background-size: cover !important;
	background-position: center top !important;
	}
#content-header #content-header-text {
	width: 100%;
	display: table-cell;
	color: #fff;
	vertical-align: middle;
	position: relative;
	}
#content-header #content-header-text h1 {
	font-size: 6em;
	font-family: 'TriviaSerifLight';
	}
#content-header #content-header-text a.link {
	margin: 20px auto;
	display: inline-block;
	font-size: 1.25em;
	text-align: center;
	}
.galleries #content-header .headline {
	width: 220px;
	margin: 0 0 0 -110px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 100px;
	left: 50%;
	font-family: 'BebasNeueRegular';
	letter-spacing: 2px;
	}

#content-header-featured {
	width: 320px;
	height: 320px;
	margin: -160px 0 0 0;
	display: table;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 60px;
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	background-color: rgba(0,0,0,0.75);
	}
#content-header-featured .content {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	}
#content-header-featured h1 {
	margin: 0;
	font-size: 2em;
	font-family: 'BebasNeueRegular';
	}
#content-header-featured .event-date {
	font-size: 1em;
	}
#content-header-featured .link {
	padding: 10px 0;
	display: block;
	}


#content-header h1 {
	width: 80%;
	margin: 10px auto;
	font-size: 2em;
	font-weight: 100;
	font-family: 'TriviaSerifLight';
	line-height: 90%;
	text-transform: uppercase;
	}
#content-header .event-date {
	margin: 0;
	display: block;
	}

.block-table {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	}
.block-td {
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	}

#content h3 #phone a {
	color: #000;
	}

.sitemap {
	text-align: center;
	}
.sitemap h1 {
	text-align: center;
	}



/**
 * Content BLocks for home page
 * ----------------------------
 */

.block-stretched {
	width: 100%;
	height: auto;
	display: table;
	color: #3e3e3e;
	text-align: center;
	position: relative;
	}

#block-adagio {
	background: #fff url(../../img/bg-pattern-grey.png) no-repeat center 35%;
	}
#block-events {
	color: #fff;
	/*background: #000 url(../../img/bg-events.jpg) no-repeat center center;*/
	background-size: cover !important;
	}
#block-app {
	color: #fff;
	background-color: #000;
	}


#block-wall-of-fame {
	background: url(../../img/bg-wall-of-fame.png) no-repeat center top;
	background-size: cover !important;
	}
#block-newsletter {
	/*height: 560px !important;*/
	min-height: 560px !important;
	background-color: #fff;
	}

#block-skip div {
	background-color: #eeefef;
	}


.block-stretched h1 {
	padding: 20px 0;
	font-family: 'TriviaSerifLight';
	font-size: 7.75em;
	text-transform: uppercase;
	}
.block-stretched h2 {
	padding: 30px 0 10px 0;
	font-family: 'TriviaSerifLight';
	font-size: 4.5em;
	text-transform: uppercase;
	}
.block-stretched h3 {
	margin: 0;
	font-family: 'BebasNeueRegular';
	font-size: 4em;
	line-height: 52px;
	}
.block-stretched p {
	max-width: 600px;
	margin: 0 auto;
	}
p.uppercase {
	padding: 20px 0 30px 0 !important;
	font-family: 'BebasNeueRegular';
	font-size: 1.1em;
	letter-spacing: 2px;
	}
.content-block-left-text p.uppercase {
	padding: 85px 0 0 0 !important;
	}
.block-stretched .skip-btn,
#event-header .skip-btn {
	margin: 0 0 0 -32px !important;
	padding: 0 !important;
	color: #fff;
	font-size: 37px !important;
	bottom: 25px;
	background: none;
	text-align: center;
	}
.block-stretched .skip-btn.black {
	color: #3e3e3e;
	}
.block-stretched .skip-btn:hover,
#event-header .skip-btn:hover {
	background: rgba(255,255,255,0.15);
	}

.block-stretched div.block-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}



#block-adagio .icon {
	margin: 0 auto;
	display: block;
	font-size: 3.25em;
	}

#block-events .block-content {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	}
#block-events .next-event,
#block-events .past-event {
	width: 50%;
	height: auto;
	display: table-cell;
	text-align: left;
	position: relative;
	background-size: cover !important;
	}
#block-events .past-event {
	text-align: right;
	vertical-align: bottom;
	/*
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
	*/
	}

#block-events .overlay-filter-gray {
	background-color: rgba(0,0,0,0.35); 
	}
#block-events .next-event .block-events-content,
#block-events .past-event .block-events-content {
	width: 320px;
	margin: 20px;
	position: relative;
	z-index: 2;
	}
#block-events .past-event .block-events-content {
	float: right;
	text-align: right;
	}

#block-events .event-description {
	padding: 15px 0 10px 0;
	font-family: 'TriviaSerifLight';
	font-size: 1.35em;
	text-transform: uppercase;
	}
#block-events .event-description p {
	font-family: 'TriviaSerifLight';
	}
#block-events a {
	color: #fff;
	}
#block-events a:hover {
	color: #e40280;
	}
#block-events #image-versus {
	left: 0;
	top: 50%;
	margin: -54px 0 0 -65px;
	position: absolute;
	z-index: 3;
	}

#block-app .block-content {
	width: 100%;
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
	display: table;
	text-align: center;
	}
#block-app .block-content-left,
#block-app .block-content-right {
	width: 50%;
	height: 100%;
	min-height: 600px;
	display: table-cell;
	vertical-align: middle;
	}
#block-app .block-content-left {
 	background: url(../../img/smartphone.png) no-repeat center center;
 	}
#block-app .block-content-right {
 	background: url(../../img/bg-pattern.jpg) no-repeat center 125px;
 	}
#block-app .block-content-right .uppercase {
 	padding: 5% 0 0 0;
 	}
#block-app .block-content-right img {
	margin: 0 auto;
	padding: 20px 0;
 	display: block;
 	}
#block-app .block-content-right .icon-logo-adagio {
 	font-size: 2.5em;
 	}
#block-app .block-content-right a.smartphone-link {
	width: 175px;
	height: 170px;
	margin: 20px auto;
	display: block;
	background: url(../../img/gold-stil.png) no-repeat center center;
 	}
#block-app .block-content-right a.smartphone-link span {
	display: block;
	color: #fff;
	font-size: 4em;
	line-height: 170px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
 	}
#block-app .block-content-right a.smartphone-link span:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
 	}
#block-app .block-content-right a {
	margin: 25px 0 0 0;
	display: block;
	color: #fff;
	font-size: 1.1em;
 	}
#block-app .block-content-right #app-image {
	width: auto;
	height: 187px;
 	}


#block-wall-of-fame .block-content {
	vertical-align: top
	}
#block-wall-of-fame .icon {
	padding: 10% 0 3% 0;
	display: block;
	font-size: 2.5em;
	}
#block-wall-of-fame .uppercase {
	font-size: 1.5em;
	letter-spacing: 10px;
	}
#block-wall-of-fame h1 {
	padding: 0;
	}
#block-wall-of-fame h1 a {
	color: #3e3e3e;
	}
#block-wall-of-fame h1 a:hover {
	color: #e40280;
	}
#block-wall-of-fame p {
	width: auto;
	max-width: 400px;
	}
#block-wall-of-fame a.skip-link {
	color: #3e3e3e;
	display: none;
	}




#block-newsletter .newsletters {
	width: 582px !important;
	max-width: none !important;
	height: 480px;
	margin: 0 0 0 -291px !important;
	padding: 0 0 100px 0;
	position: absolute !important;
	bottom: 0;
	left: 50%;
	background: #fff url(../../img/bg-newsletter.jpg) no-repeat center bottom;
	}
#block-newsletter .newsletters h3 {
	padding: 50px 0 0 0;
	font-size: 3em;
	}
#block-newsletter .newsletters p {
	width: auto;
	max-width: 450px;
	margin: 15px auto 25px auto;
	}
#content #block-newsletter form div.input {
	width: 320px !important;
	margin: 0 auto !important;
	float: none !important;
	}
#content #block-newsletter form input[type=text] {
	width: 320px !important;
	margin: 0 auto 4px auto;
	padding: 16px 20px;
	color: #f9f9f9;
	border: 0;
	/*background-color: #3e3e3e;*/
	}
#content #block-newsletter form input[type=submit] {
	margin: 0 auto;
	padding: 16px 20px;
	background-color: #b4975a;
	border: 0;
	}
::-webkit-input-placeholder {
  color: #f9f9f9;
	}
:-moz-placeholder {
  color: #f9f9f9;
  opacity:  1;
	}
::-moz-placeholder {
  color: #f9f9f9;
  opacity:  1;
	}
:-ms-input-placeholder {
	color: #f9f9f9;
	}


.responsive-text {
	display: none;
	}



/**
 * Content Styles
 */
#content h3 {
	font-family: 'BebasNeueRegular';
	}
.entry-content {
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
	}
.entry-content h1 {
	margin: 0 auto;
	padding: 60px 0 40px 0;
	font-family: 'TriviaSerifLight';
	text-align: left;
	text-transform: uppercase;
	}
.entry-content h2 {
	margin: 10px auto;
	color: #3e3e3e;
	font-family: 'TriviaSerifLight';
	font-size: 1.5em;
	text-align: left;
	text-transform: uppercase;
	}
.entry-content p {
	}
.entry-content p.subheadline {
	margin: 0 auto;
	text-align: center;
	}

.entry-content a {
	color: #e40280;
	}
.entry-content a:hover {
	text-decoration: underline;
	}

.entry-content p strong {
	font-size: 1.25em;
	font-weight: normal;
	font-family: 'BebasNeueRegular';
	letter-spacing: 2px;
	}

.entry-content table {
	width: 100%;
	}
.entry-content table tr {
	}
	/*
.entry-content table tr:first-child {
	color: #fff;
	background-color: #000;
	}
	*/
.entry-content table tr:nth-child(2n) {
	background-color: #f2f2f2;
	}
.entry-content table tr td {
	padding: 3% 4%;
	border-left: 2px solid #fff;
	vertical-align: top;
	}
.entry-content p.image {
	margin: 0;
	border: 20px solid #f2f2f2;
	}
.entry-content img {
	/*
	width: 100%;
	max-width: 100%;
	*/
	height: auto;
	display: block;
	}

.entry-content form h3 {
	display: none;
	}

.entry-content ul li a {
	color: #3e3e3e;
	}


ul.content-list {
	}
ul.content-list li {
	padding: 0 0 10px 20px;
	text-align: left;
	background: url(../../img/list-bullet.png) no-repeat left 2px;
	}
ul.content-list.list-light li {
	background: url(../../img/list-bullet-white.png) no-repeat left 2px;
	}





#galleries-block {
	padding: 1% 0;
	display: block;
	background-color: #fff; 
	position: relative;
	}
.galleries.view #galleries-block {
	padding: 0;
	}
#galleries-block .bookmark-icon {
	z-index: 5;
	top: -100px;
	}
#galleries-block ul#gallery-list {
	margin: 0 1%;
	margin-left: 1.5%;
	display: block;
	}
#galleries-block ul#gallery-list li {
	width: 32%;
	margin: 0 0.5% 1% 0.5%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
	}

.galleries.index #galleries-block ul#gallery-list li {
	/* height: 320px; */
	}
#galleries-block ul#gallery-list li a {
	width: 100%;
	height: 100%;
	display: block;
	}
.bookmark-icon {
	width: 76px;
	height: 76px;
	display: table;
	color: #fff;
	font-size: 1.5em;
	font-family: 'BebasNeueRegular';
	line-height: 22px;
	text-align: center;
	position: absolute;
	right: 16px;
	top: 16px;
	background-color: #ec008c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
.bookmark-icon span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}


#content-header .bookmark-icon {
	top: auto;
	bottom: 16px;
	}

#galleries-block ul#gallery-list li .gallery-list-item-footer {
	width: 100%;
	height: 50px;
	border-top: 1px solid #fff;
	background: #000;
	position: absolute;
	bottom: 0;
	}
#galleries-block ul#gallery-list li.bookmarked .gallery-list-item-footer {
	background: #ec008c;
	}
#galleries-block ul#gallery-list li .gallery-event-name {
	max-width: 60%;
	height: 50px;
	padding: 0 0 0 16px;
	direction: block;
	float: left;
	font-size: 2em;
	font-family: 'BebasNeueRegular';
	line-height: 50px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	}
#galleries-block ul#gallery-list li .gallery-event-name a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	}

#galleries-block ul#gallery-list li .gallery-date {
	padding: 0 16px 0 0;
	float: right;
	color: #fff;
	line-height: 50px;
	}

#galleries-block ul#gallery-list li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	}


.galleries.view #galleries-block ul#gallery-list {
	margin: 2px 0;
	}
.galleries.view #galleries-block ul#gallery-list li {
	width: 33.3333%;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
	}
.galleries.view #galleries-block ul#gallery-list li img {
	border-bottom: 2px solid #fff;
	}
.galleries.view #galleries-block ul#gallery-list li .border {
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-right: 2px solid #fff;
	}

.galleries.view #galleries-block ul#gallery-list li.centered {
	margin: 0;
	}
.galleries.view #galleries-block ul#gallery-list li:nth-child(3n+3) .border {
	display: none;
	}

.galleries.view #galleries-block ul#gallery-list li .image-votes {
	width: 40px;
	color: #fff;
	font-size: 1.25em;
	position: absolute;
	top: 6px;
	right: 6px;
	}
.galleries.view #galleries-block ul#gallery-list li .image-votes .icon {
	display: block;
	}
.galleries.view #galleries-block ul#gallery-list li .image-votes .icon-text {
	display: block;
	font-family: 'BebasNeueRegular';
	}


#top-images-block {
	width: auto;
	padding: 150px 0 150px 0;
	background: #fff;
	text-align: center;
	overflow: hidden;
	background: url(../../img/bg-pattern-grey.png) no-repeat center 250px;
	}
#top-images-block .icon {
	font-size: 3em;
	}
#top-images-block #die-top-9-image {
	width: 360px;
	max-width: 80%;
	margin: 20px auto;
	display: block;
	text-align: center;
	}	
	
#top-images-block h2 {
	margin: 0 0 50px 0;
	font-size: 9em;
	font-family: 'Manus';
	line-height: 90%;
	}
#top-images-block .subheadline {
	font-size: 1.25em;
	}
#top-images-block #top-image-list {
	width: 840px;
	max-width: 90%;
	margin: 50px auto 0 auto;
	display: block;
	border: 20px solid #f0f0f0;
	}
#top-images-block #top-image-list li {
	width: 33.3333%;
	height: auto;
	margin: 0;
	display: block;
	float: left;
	position: relative;
	background: #f2f2f2;
	}
#top-images-block #top-image-list li img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	}
#top-images-block #top-image-list li .image-likes {
	width: 106px;
	height: 106px;
	margin: -53px 0 0 -53px;
	display: block;
	color: #fff;
	font-size: 2em;
	font-family: 'TriviaSerifLight';
	text-align: center;
	line-height: 106px;
	background: #000000;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
#top-images-block #top-image-list a:hover .image-likes {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
#top-images-block #top-image-list li .image-likes span {
	color: #ff066f;
	font-size: 0.75em;
	position: absolute;
	top: 38px;
	right: 12px;
	}


#old-galleries-block {
	width: auto;
	margin: 0;
	padding: 70px 0;
	color: #fff;
	background: #000;
	text-align: center;
	}
#old-galleries-block h3 {
	font-size: 2.25em;
	font-weight: 100;
	}
#old-galleries-block p {
	max-width: 380px;
	margin: 0 auto 25px auto;
	text-align: center;
	}
#old-galleries-block-content {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto 50px auto;
	display: block;
	color: #3e3e3e;
	}
#old-galleries-block-content .gallery-block {
	width: 100%;
	display: table;
	clear: both;
	}

.gallery-block-left {
	width: 15%;
	display: table-cell;
	background: #c7a470;
	text-align: left;
	vertical-align: top;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	}
.gallery-block-right {
	width: 85%;
	display: table-cell;
	}
.gallery-block-info {
	width: 100%;
	display: table;
	background: #fff;
	position: relative;
	}
.bookmarked .gallery-block-info {
	
	}
.gallery-block-info:nth-child(2n) {
	background-color: #eaeaea;
	}

.gallery-block-left span {
	padding: 12px;
	display: block;
	}
.bookmarked .gallery-block-left {
	color: #fff;
	background-color: #bd1a8d;
	}
.bookmarked .gallery-block-right .bookmark-icon {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 0;
	top: 50%;
	right: 10px;
	z-index: 100;
	}
.bookmarked .gallery-block-right .bookmark-icon span {
	font-size: 0.55em;
	line-height: 16px;
	}

.gallery-block-right .old-gallery-date,
.gallery-block-right .old-gallery-event {
	height: 100%;
	display: table-cell;
	text-align: left;
	}
.gallery-block-right .old-gallery-date {
	width: 15%;
	height: 100%;
	color: #3e3e3e;
	background: #c7a470;
	vertical-align: top;
	}
.gallery-block-right .old-gallery-event {
	width: 85%;
	}

.gallery-block-right .event-title,
.gallery-block-right .event-date,
.gallery-block-right .event-images {
	width: 20%;
	padding: 0 20px;
	display: table-cell;
	line-height: 75px;
	}
.gallery-block-right .event-title {
	width: 60%;
	font-size: 1.5em;
	font-family: 'BebasNeueRegular';
	text-align: left;
	border-bottom: 3px solid #000;
	position: relative;
	}
.gallery-block-right .event-title a:hover {
	color: #bd1a8d;
	}
.gallery-block-right .event-images {
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	}
.gallery-block-right .event-date {
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	}

.gallery-block-right .event-title a {
	display: block;
	color: #3e3e3e;
	}
.gallery-block-right .event-title .icon {
	margin: -2% 0 0 0;
	position: absolute;
	right: 2%;
	top: 50%;
	}


a#btn-load-more {
	font-size: 2em;
	}


#skip-block {
	width: auto;
	background: #fff;
	text-align: center;
	}
#skip-block a {
	padding: 80px 0;
	display: inline-block;
	}



/**
 * Wall of Fame Page
 */
.page-wall-of-fame {
	width: 100%;
	height: 100%;
	background: url(../../img/bg-gradient.png) repeat-y; 
	background-size: 100%;
	}
.page-wall-of-fame .page-content-header {
	width: auto;
	max-width: 1024px;
	margin: 0 auto;
	padding: 200px 0 100px 0;
	text-align: center;
	background: url(../../img/wall-of-fame-header-bg.png) no-repeat center top;
	}
.page-wall-of-fame .page-content-header .headline {
	font-size: 1.25em;
	letter-spacing: 6px;
	}
.page-wall-of-fame .page-content-header h1 {
	font-size: 7.5em;
	font-family: 'TriviaSerifLight';
	text-transform: uppercase;
	}
.page-wall-of-fame .page-content-header p {
	width: auto;
	max-width: 640px;
	margin: 20px auto;
	padding: 0 10%;
	}

.page-wall-of-fame .page-content {
	width: auto;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	text-align: center;
	}

.page-wall-of-fame .page-content .image-container {
	margin: 0 25px;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	}
.page-wall-of-fame .page-content .image {
	width: 320px;
	height: auto;
	display: block;
	background: #d6c675;
	box-shadow: -10px 10px 20px rgba(150,150,150,0.25);
	}
.page-wall-of-fame .page-content .image-container p {
	display: block;
	color: #000;
	font-size: 1.5em;
	font-family: 'TriviaSerifLight';
	text-align: center;
	}
.page-wall-of-fame .page-content .image.large {
	}
.page-wall-of-fame .page-content img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	}


.border-style-01 {
	}
.border-style-01 img {
	max-width: 310px !important;
	}
.border-style-01 .border-flat-outside {
	border: 1px solid #ffffff;
	border-left: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	box-shadow: -10px 10px 20px rgba(150,150,150,0.25);
	}
.border-style-01 .border-flat {
	border: 50px solid #fafafa;
	}
.border-style-01 .border-image {
	border: 1px solid #e6c963;
	}
.border-style-01 .border-image-inside {
	border: 1px solid #af976a;
	border-bottom: 1px solid #ffffe5;
	}
.border-style-01 .border-image-outside {
	border: 1px solid #e2e2e2;
	}



.border-style-02 {
	}
.border-style-02 .border-shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: inset -10px 10px 20px rgba(100,100,100,0.65);
	}
.border-style-02 img {
	max-width: 290px !important;
	}
.border-style-02 .border-flat-outside {
	border: 1px inset #ffffff;
	border-left: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	box-shadow: -10px 10px 20px rgba(150,150,150,0.25);
	}
.border-style-02 .border-flat {
	border: 4px solid #f2f2f2;
	position: relative;
	overflow: hidden;
	}
.border-style-02 .border-image {
	border: 55px solid #fafafa;
	}
.border-style-02 .border-image-inside {
	border: 4px inset #f2f2f2;
	}
.border-style-02 .border-image-outside {
	border: 4px solid #fff;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	
	}


.border-style-03 {
	}
.border-style-03 img {
	max-width: 310px !important;
	}
.border-style-03 .border-flat-outside {
	border: 1px inset #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: -10px 10px 20px rgba(150,150,150,0.25);
	}
.border-style-03 .border-flat {
	border: 6px solid #f7f7f7;
	}
.border-style-03 .border-image {
	border: 28px solid #efefef;
	}
.border-style-03 .border-image-inside {
	border: 4px inset #f2f2f2;
	}
.border-style-03 .border-image-outside {
	border: 2px solid #c5a950;
	}



#stars-container {
	width: 100%;
	height: 56px;
	margin: 0;
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
	background-color: rgba(0,0,0,0.9);
	}
#stars-container .toggle {
	margin: 0 20px 0 0;
	float: right;
	color: #fff;
	cursor: pointer;
	line-height: 56px;
	}
#stars-container .toggle .icon {
	display: inline-block;
	font-size: 2em;
	vertical-align: middle;
	}

#stars-list-container {
	width: 100%;
	height: 100%;
	padding: 50px 0;
	display: none;
	position: fixed;
	overflow: auto;
	top: 100%;
	left: 0;
	z-index: 5;
	background-color: rgba(0,0,0,0.9);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
#stars-list-container.active {
	display: block;
	top: 0;
	}
ul#stars-list {
	width: auto;
	max-width: 960px;
	margin: 0 auto;
	padding: 25px 20px 100px 20px;
	}
ul#stars-list li {
	width: 22%;
	padding: 5px 1%;
	display: inline-block;
	color: #fff;
	font-size: 0.85em;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	}




/**
 * 404 page
 */
ul.content-image-list {
	width: 100%;
	display: block;
	}
ul.content-image-list li {
	width: 32%;
	min-height: 160px;
	margin: 0 1% 1% 0%;
	float: left;
	}
ul.content-image-list li:nth-child(3n+1) {
	margin: 0 1% 1% 1%;
	}
ul.content-image-list li img {
	width: 100%;
	max-width: 100%;
	height: 140px;
	display: block;
	}
ul.content-image-list li span {
	display: block;
	}



/**
 * 404 page
 */
.page-404 .page-content {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	background-color: #000;
	}
.page-404 .page-content .content-block {
	padding: 100px 0 50px 0;
	}
.page-404 h3 {
	padding: 100px 0 50px 0;
	color: #fff;
	font-size: 2.5em;
	}


/** 
 * Events
 * ------
 */

#next-event-block {
	width: 100%;
	max-width: 100%;
	display: table;
	background-color: #000;
	}
#next-event-block #event-info {
	width: 66.5%;
	height: 700px;
	min-height: 700px;
	display: table-cell;
	color: #fff;
	text-align: center;
	position: relative;
	vertical-align: middle;
	background-size: cover !important;
	}
#next-event-block #event-info .td {
	width: 100%;
	display: block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	}
#next-event-block #event-info h2,
.highlights-block h2 {
	font-size: 1.5em;
	font-family: 'BebasNeueRegular';
	letter-spacing: 4px;
	}
.highlights-block a:hover {
	color: #e40280 !important;
	}
#next-event-block #event-info .event-title {
	margin: 20px 0;
	padding: 0;
	font-size: 4.5em;
	font-family: 'TriviaSerifLight';
	line-height: 90%;
	text-transform: uppercase;
	}
#next-event-block #event-info .event-description {
	max-width: 80%;
	margin: 0 auto;
	}
#next-event-block #event-info .event-description p {
	margin: 0;
	padding: 0 0 5px 0;
	}
#next-event-block #event-info .overlay-filter {
	height: 700px;
	}


#next-event-block #event-calender {
	width: 33.5%;
	display: table-cell;
	vertical-align: top;
	padding: 80px 0 0 0;
	text-align: center;
	}
#next-event-block #event-calender #events-image {
	margin: 20px auto;
	display: block;
	}
#next-event-block #event-calender #datepicker {
	width: 310px;
	margin: 50px auto 0 auto;
	text-align: center;
	}
#next-event-block #event-calender h3 {
	color: #fff;
	font-size: 6em;
	font-family: 'Manus';
	line-height: 110%;
	}
#next-event-block #event-calender .uppercase {
	margin: 0;
	padding: 0 0 20px 0;
	color: #fff;
	font-size: 1.25em;
	}
#next-event-block #event-calender select {
	width: 80%;
	max-width: 320px;
	margin: 0 auto;
	padding: 10px;
	display: block;
	color: #fff;
	background-color: #3e3e3e;
	border: 0;
	}


/**
 * Calendar table
 * --------------
 */
.calendar-nav {
	margin: 0;
	display: block;
	color: #fff;
	font-size: 2em;
	text-align: center;
	cursor: pointer;
	}
.calendar-nav.inactive {
	-webkit-opacity: 0.15;
	-moz-opacity: 0.15;
	opacity: 0.15;
	}
.calendar-nav.icon-caret-down {
	margin: 0;
	}
#visible-month {
	margin: 0;
	padding: 30px 0 10px 0;
	color: #fff;
	font-size: 2em;
	font-family: 'BebasNeueRegular';
	}
#calendar-container {
	width: auto;
	height: 186px;
	position: relative;
	overflow: hidden;
	}
#calendar-tables {
	width: auto;
	position: relative;
	top: 0;
	}
table.calendar {
	width: auto;
	margin: 0 auto;
	}
table.calendar tr {
	}
table.calendar tr td {
	width: 28px;
	height: 28px;
	border: 2px solid #000;
	}
table.calendar tr td.day {
	background-color: #3e3e3e;
	}
table.calendar tr td.day-past {
	-webkit-opacity: 0.65;
	-moz-opacity: 0.65;
	opacity: 0.65;
	}
table.calendar tr td.weekend {
	background-color: #7c7c7c;
	}
table.calendar tr td.event {
	font-family: 'BebasNeueRegular';
	}
table.calendar tr td a {
	height: 100%;
	color: #000;
	display: block;
	line-height: 28px;
	}
table.calendar tr td a:hover {
	color: #fff;
	}


.event-bullet {
	width: 164px;
	height: 164px;
	display: block;
	color: #fff;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
.event-bullet .event-date {
	padding: 48px 0 0 0;
	display: block;
	font-family: 'BebasNeueRegular';
	font-size: 2.5em;
	text-align: center;
	}
.event-bullet .event-weekday {
	display: block;
	font-family: 'Manus';
	font-size: 1.25em;
	text-align: center;
	text-transform: capitalize;
	line-height: 16px;
	}

.saturday { background-color: #c7a470 !important; }
.sunday { background-color: #c7a470 !important; }
.monday { background-color: #c7a470 !important; }
.tuesday { background-color: #c7a470 !important; }
.wednesday { background-color: #c7a470 !important; }
.thursday { background-color: #c7a470 !important; }
.friday { background-color: #bd1a8d !important; }



#events-block {
	padding: 20px 0;
	display: block;
	clear: both;
	}
ul#next-events-list {
	display: block;
	margin: 0 2.5%;
	position: relative;
	}
ul#next-events-list li.list-item {
	width: 32%;
	margin: 0 0 2% 0;
	display: block;
	float: left;
	text-align: center;
	cursor: pointer;
	position: relative;
	}
ul#next-events-list li.list-item.centered {
	margin: 0 2%;
	}

.event-color {
	width: 100%;
	height: 8px;
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1;
	}
ul#next-events-list li.list-item:hover,
ul#next-events-list li.list-item.active {
	/*background-color: #f0f0f0;*/
	}
ul#next-events-list li.list-item img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	display: block;
	}
ul#next-events-list li.list-item .event-list-info {
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	}
ul#next-events-list li.list-item .event-list-info .td {
	}
ul#next-events-list li.list-item .event-list-info span {
	display: block;
	}
ul#next-events-list li.list-item .event-list-info .event-date-converted {
	margin: 20px 0 0 20px;
	text-align: left;
	}
ul#next-events-list li.list-item .event-list-info .event-title {
	margin: 0 20px;
	font-size: 2em;
	font-family: 'BebasNeueRegular';
	line-height: 90%;
	text-align: left;
	}


ul#next-events-list .event-details {
	display: none;
	}


#event-data {
	width: auto;
	height: auto;
	margin: 0 0 2% 0;
	display: none;
	clear: both;
	color: #fff;
	position: relative;
	background-color: #000;
	}
#event-data .event-color {
	width: 100%;
	top: 0;
	left: 0;
	}
#event-data .wrapper {
	padding: 26px 20px 20px 20px;
	position: relative;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	}
#event-data .event-arrow {
	width: 58px;
	height: 24px;
	margin: 0 0 0 -29px;
	position: absolute;
	left: 50%;
	top: -24px;
	transition: all 250ms ease-in-out;
	background: url(../../img/arrow.svg) no-repeat center top;
	}

#event-data .close-btn {
	width: 32px;
	font-size: 2em;
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 6px;
	z-index: 1;
	}

#event-data .event-image {
	width: 50%;
	min-height: 560px;
	float: left;
	position: relative;
	background-size: cover !important;
	}
#event-data .event-image a {
	width: 100%;
	height: 100%;
	display: block;
	}

#event-data .event-info {
	width: 50%;
	min-height: 560px;
	float: left;
	position: relative;
	}
#event-data .event-info .event-text {
	max-width: 75%;
	min-height: 430px;
	}
#event-data .event-info .event-text,
#event-data .event-info .event-actions {
	padding: 2% 0 2% 5%;
	display: block;
	position: relative;
	}
#event-data .event-subtitle {
	margin: 0;
	}
#event-data .event-info .event-actions {
	width: auto;
	position: relative;
	left: 0;
	bottom: 0;
	}
#event-data .event-info .event-actions a {
	margin: 0 4px 0 0;
	}
#event-data .event-info .event-text h3,
#event-data .event-info .event-text .event-description {
	margin: 0 0 20px 0;
	}
#event-data .event-info .event-text h3,
#event-data .event-info .event-actions h3 {
	margin: 10px 0 5px 0;
	font-size: 2em;
	font-family: 'BebasNeueRegular';
	}
#event-data .subheadline,
#event-info .subheadline {
	margin: 10px 0 0 0 !important;
	font-size: 1.5em;
	font-family: 'BebasNeueRegular';
	}
#event-data .event-info .event-text .event-description p {
	margin: 0;
	padding: 0;
	}
#event-data .event-social-media,
#event-info #event-social-media {
	display: block;
	}
#event-data .event-social-media a,
#event-info #event-social-media a {
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	cursor: pointer;
	display: inline-block;
	background-color: #e3e3e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
#event-data .event-description #ts-shop,
#event-data .event-description iframe {
	display: none;
	}

#reserve-btn {
	margin: 10px 0 0 0;
	}

.like-block {
	position: absolute;
	z-index: 1;
	top: 40px;
	right: 3%;
	}
.like-block .like-amount {
	margin: 0 6px 0 0;
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
	}
.like-btn {
	width: 28px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 2em;
	line-height: 32px;
	z-index: 9;
	/*background: url(../../img/heart.svg) no-repeat center top;*/
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	}
.like-btn.bookmarked,
.like-btn.liked,
.like-btn:hover {
	color: #e40280;
	}

#event-data .like-block {
	position: absolute;
	top: 13px;
	right: 48px;
	}


#events-container {
	margin: 0 0 100px 0;
	display: block;
	}
#events-list {
	display: block;
	}
#events-list li {
	width: 23%;
	height: 24%;
	margin: 0 2% 2% 0;
	display: block;
	float: left;
	}
#events-list li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	}


.highlights-block,
#events-archive-block {
	width: 100%;
	height: auto;
	min-height: 460px;
	display: table;
	text-align: center;
	background-color: #000 !important;
	background-size: cover !important;
	}
.highlights-block {
	width: 95%;
	height: 460px;
	margin: 0 auto 40px auto;
	color: #fff;
	position: relative;
	overflow: hidden;
	}
.highlights-block .overlay-filter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	}
.highlights-block .event-color {
	width: 100%;
	top: 0;
	left: 0;
	}
.highlights-block .event-bullet {
	top: 26px;
	right: 20px;
	}
.highlights-block .highlight-header {
	color: #fff;
	position: absolute;
	top: 75px;
	left: 50px;
	}
.highlights-block .highlight-header .icon {
	display: block;
	font-size: 2em;
	}
.highlights-block .highlight-header .highlight-text {
	display: block;
	font-family: 'Manus';
	font-size: 3.75em;
	text-align: center;
	line-height: 60%;
	}

.highlights-block .tr {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 200px 0 0 0;
	display: block;
	position: relative;
	z-index: 1;
	}
.highlights-block a {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	padding: 150px 10% 0 10%;
	display: block;
	color: #fff;
	font-family: 'TriviaSerifLight';
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	}
.highlights-block a h2 {
	font-size: 2em;
	line-height: 150%;
	}
.highlights-block a span {
	font-size: 4em;
	font-family: 'TriviaSerifLight';
	text-transform: uppercase;
	line-height: 90%;
	}
.highlights-block .event-description {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	}
.highlights-block .event-description p {
	margin: 0;
	padding: 0 0 5px 0;
	}

#events-archive-block {
	height: 560px;
	}


#events-archive-block,
.grayscale {
	position: relative;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	}
#events-archive-block .overlay-filter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(133, 133, 133, 0.4);
	}
#events-archive-block .block-content {
	position: relative;
	z-index: 2;
	display: table-cell;
	vertical-align: middle;
	}
#events-archive-block h3 {
	color: #fff;
	font-family: 'BebasNeueRegular';
	text-align: center;
	}
#events-archive-block a.feature-link {
	display: block;
	color: #fff;
	font-size: 12em;
	font-family: 'Manus';
	text-align: center;
	line-height: 135%;
	}
#events-archive-block a.skip-link {
	padding: 50px 0 0 0;
	color: #fff;
	display: block;
	text-align: center;
	}



/**
 * Single Event
 * ------------
 */
#event-header {
	width: auto;
	min-height: 400px;
	position: relative;
	background-size: cover !important;
	}
#event-header .event-color {
	top: auto;
	bottom: 0;
	}
#event-header .event-bullet {
	bottom: -28px;
	z-index: 2;
	}
#event-header img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	}
.events.view #event-info {
	padding: 0;
	display: block;
	color: #fff;
	position: relative;
	text-align: center;
	background-color: #000;
	}
#event-info-content {
	margin: 50px 0;
	display: block;
	position: relative;
	}
#event-info-right {
	padding: 0 0 65px 0;
	text-align: center;
	}
#event-info-right a.btn {
	margin: 0 6px 0 0;
	}
#event-info #event-title {
	margin: 0 auto;
	padding: 70px 10% 0 10%;
	font-size: 4em;
	font-weight: 100;
	font-family: 'TriviaSerifLight';
	text-transform: uppercase;
	}
#event-info #event-subtitle {
	margin: 0 0 10px 0;
	}
#event-info #event-date {
	margin: 10px auto;
	font-size: 2em;
	font-family: 'BebasNeueRegular';
	}
#event-info #event-description {
	max-width: 680px;
	margin: 20px auto;
	font-size: 1.25em;
	text-align: center;
	}
a.event-link {
	color: #bd1a8d;
	}
#event-info #event-social-media {
	padding: 50px 0;
	}
#event-info-footer {
	padding: 100px 0;
	clear: both;
	text-align: center;
	background-color: #fff;
	}
#event-info-footer a {
	margin: 0 auto;
	padding: 0 0 0 90px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	clear: both;
	color: #3e3e3e;
	text-align: center;
	line-height: 55px;
	background: url(../../img/skip-link.png) no-repeat left center;
	}

body.galleries.view #event-info-footer a {
	background: url(../../img/skip-link-galleries.png) no-repeat left center;
	}


#event-gallery {
	width: 100%;
	height: 600px;
	display: table;
	position: relative;
	background: #383838;
	overflow: hidden;
	}
#event-gallery img {
	margin: 0 0 0 -512px;
	display: block;
	position: absolute;
	left: 50%;
	z-index: 0;
	}
#event-gallery #event-gallery-image {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center !important;
	}
#event-gallery .content-block {
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	}
#event-gallery h3 {
	color: #fff;
	font-size: 3.25em;
	font-family: 'BebasNeueRegular';
	position: relative;
	}
#event-gallery a {
	color: #fff;
	position: relative;
	}
#event-gallery a:hover {
	color: #e40280;
	}
#event-gallery .overlay-filter-gray {
	background-color: rgba(133, 133, 133, 0.4);
	}


.customer-scan {
	text-align: center;
	}



/**
 * App Page
 * --------
 */

#app {
	height: 100%;
	color: #fff;
	background-color: #000;
	}
#app .content-block {
	width: 100%;
	height: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 75px 0 0 0;
	display: table;
	}
#app .content-block-left,
#app .content-block-right {
	width: 50%;
	min-height: 500px;
	padding: 100px 0 25px 0;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	position: relative;
	}
#app .content-block-left {
	background: url(../../img/smartphone.png) no-repeat center 100px;
	}
#app .content-block-left .uppercase {
	padding: 75px 0 0 0;
	}
#app .content-block-left .icon {
	margin: 65px 0 30px 5px;
	display: block;
	font-size: 1.10em;
	}
#app .content-block-left img {
	width: 140px;
	}
#app .content-block-right {
	background: url(../../img/bg-pattern.jpg) no-repeat center 180px;
	}
#app .content-block-right .app-text {
	display: none;
	}	
#app .content-block-right .app-text h3 {
	font-size: 1.2em;
	}	
#app .content-block-right .app-text img {
	width: 100%;
	max-width: 150px;
	height: auto;
	margin: 0 auto 25px auto;
	display: block;
	}	

#app .form.ajax-form {
	margin: 80px auto;
	}
#app .form.ajax-form p {
	max-width: 260px;
	margin: 0 auto  20px auto;
	text-align: center;
	}
#content #app form div.input {
	width: 100% !important;
	text-align: center;
	}
#content #app form div.input input {
	max-width: 260px;
	margin: 0 auto 4px auto;
	display: initial;
	float: none;
	border: 0;
	}
#content #app form div.input input:focus {
	border: 0;
	}
#content #app form input[type=submit] {
	min-width: 200px;
	border: 0;
	background-color: #b4975a;
	}

#app #app-login-links {
	margin: 15px 0;
	color: #fff;
	}
#app #app-login-links a {
	margin: 0 10px;
	}


#app #app-loggedin {
	width: auto;
	display: table-cell;
	}
#app #app-loggedin h3 {
	font-size: 2.5em;
	}
#app #app-loggedin h3,
#app #app-loggedin p {
	width: auto;
	max-width: 500px;
	margin: 0 auto;
	padding: 0 10%;
	text-align: center;
	}
#app #app-loggedin .icon {
	margin: 50px auto;
	display: block;
	color: #b3975e;
	font-size: 4em;
	text-align: center;
	}




/**
 * Forms
 * -----
 */
#content form {
	max-width: none;
	}
#content form input[type=text],
#content form input[type=email],
#content form input[type=password],
#content form textarea,
#content form select {
	padding: 16px 20px;
	color: #fff;
	background-color: #3e3e3e;
	}
#content form input[type=text]:focus,
#content form input[type=email]:focus,
#content form input[type=password]:focus,
#content form textarea:focus,
#content form select:focus {
	background-color: #bd1a8d;
	}
#content form div.input {
	width: 50% !important;
	margin: 0 0 0 0 !important;
	display: block;
	float: left;
	}
#content form div.input > .input {
	width: 100% !important;
	}
#content form div.input.form-message,
#content form div.input.form-message textarea {
	width: 100% !important;
	margin: 0 !important;
	}
#content form div.submit {
	padding: 20px 0 0 0 !important;
	clear: both;
	display: block;
	}


.contacts-list {
	width: 100%;
	max-width: 100%;
	display: block;
	}
.contacts-list li {
	width: 100%;
	max-width: 100%;
	margin: 0 0 50px 0;
	display: block;
	}
.contacts-list .contact-image {
	width: 140px;
	margin: 0 20px 0 0;
	float: left;
	}
.contacts-list .contact-image img {
	width: 100%;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
.contacts-list .contact-name {
	font-size: 1.5em;
	}
.contacts-list .contact-alias {
	margin: 0 0 10px 0;
	}
.contacts-list .contact-description {
	}


/**
 * Footer
 * ------
 */
#footer {
	width: 100%;
	min-height: 92px;
	display: block;
	color: #3e3e3e;
	background-color: #000; 
	}

#top-btn {
	margin: 24px -10px 0 0;
	display: none;
	cursor: pointer;
	position: fixed;
	right: 24px;
	bottom: 24px;
	color: #ffffff;
	font-size: 37px;
	z-index: 99;
	background-color: #000;
	background-color: rgba(0,0,0,1.0);
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 250ms ease-in-out; 
	-moz-transition: all 250ms ease-in-out; 
	transition: all 250ms ease-in-out; 
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	}
#top-btn:hover {
	color: #3e3e3e;
	background-color: rgba(100,100,100,0.15);
	}

#footer-content {
	width: auto;
	padding: 0 5%;
	margin: 0 auto;
	}

#footer-content-left {
	width: 25%;
	padding: 36px 0 0 0;
	display: block;
	float: left;
	}
#footer-content-center {
	width: 50%;
	display: block;
	float: left;
	}
#footer-content-right {
	width: 25%;
	float: left;
	text-align: right;
	}

#copyright-info {
	margin: 0;
	font-size: 0.75em;
	line-height: 92px;
	text-align: center;
	}



/**
 * Menus
 * -----
 */
#mainmenu-container {
	width: 100%;
	height: 0;
	display: block;
	overflow: hidden;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: #000;
	background-color: rgba(0,0,0,0.95);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
#mainmenu-container.active {
	padding: 160px 0 0 0;
	height: 500px;
	}
#mainmenu {
	width: auto;
	margin: 0 0 6px 0;
	display: block;
	}
#mainmenu li {
	width: auto;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	vertical-align: middle;
	}
#mainmenu li a {
	width: auto;
	padding: 6px;
	display: block;
	color: #fff;
	font-size: 1.5em;
	font-family: 'BebasNeueRegular';
	}
#mainmenu li.menu-item-dark a {
	color: #636363;
	}
#mainmenu li a:hover,
#mainmenu li.active a {
	color: #fc0094;
	/*
	background-color: #222;
	background-color: rgba(255,255,255,0.2);
	*/
	}
#mainmenu li.social-link {
	font-size: 1em;
	position: relative;
	color: #3e3e3e !important;
	}
#mainmenu li.social-link a {
	padding: 6px 0 !important;
	font-family: 'icomoon';
	font-size: 1.5em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
#mainmenu li.social-link span {
	margin: 9px 0 0 0;
	width: 100%;
	display: block;
	color: #3e3e3e !important;
	font-size: 0.75em;
	text-align: center;
	left: 0;
	top: 0;
	position: absolute;
	}
#mainmenu-container li.social-link {
	display: none;
	}

#mainmenu-icon {
	margin: 3px 0 0 0;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 2.25em;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
#mainmenu-icon:hover {
	/* color: #e40280 !important; */
	}
.pages.display #mainmenu-icon,
.pages.view #mainmenu-icon,
.newsletters.index #mainmenu-icon {
	/*color: #3e3e3e;*/
	}

#mainmenu-overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 76px;
	left: 0;
	z-index: 1;
	background-color: #333;
	background-color: rgba(0,0,0,0.25);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
#mainmenu-overlay.active {
	display: block;
	}



#submenu {
	max-width: 520px;
	height: 44px;
	margin: 0 auto;
	display: block;
	border:  1px solid #3e3e3e;
	border-left: 0;
	border-right: 0;
	text-align: center;
	}
#submenu li {
	width: auto;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	}
#submenu li a {
	padding: 0 10px;
	display: block;
	color: #fff;
	font-size: 1em;
	line-height: 44px;
	}
#submenu li a:hover {
	color: #fc0094;
	}



#footermenu {
	max-width: 520px;
	margin: 0 auto;
	display: block;
	text-align: center;
	}
#footermenu li {
	width: auto;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	vertical-align: top;
	}
#footermenu li a {
	padding: 0 10px;
	display: block;
	color: #3e3e3e !important;
	font-size: 0.9em !important;
	line-height: 44px;
	}
#footermenu li a:hover {
	color: #fc0094;
	}



#footermenu li a.icon {
	font-size: 2.6em !important;
	position: relative;
	}
#footermenu li a.icon span {
	color: #000 !important;
	font-size: 0.5em !important;
	position: absolute;
	top: 25%;
	left: 25%;
	}
#footermenu li a:hover {
	color: #fc0094 !important;
	}
#footermenu .icon-list-item a {
	padding: 0;
	}


ul#footer-list {
	border:  1px solid #3e3e3e;
	border-left: 0;
	border-right: 0;
	}

ul#footer-icon-list {
	margin: 10px auto 0 auto;
	display: block;
	}



/**
 * Lightbox
 * --------
 */
#lightbox {
	background-color: #fff;
	}
#lightbox {
	width: 90%;
	height: 90%;
	margin: 0;
	top: 5%;
	left: 5%;
	}
#lightbox #register ul {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	}


/**
 * Messages and responses
 * --------
 */
#flashMessage {
	width: 320px;
	margin: 0 0 0 -172px;
	display: block !important;
	position: fixed;
	left: 50%;
	bottom: -100px;
	z-index: 2004;
	text-align: center;
	background-color: lightgreen;
	}

#flashMessage div {
	width: auto !important;
	margin: 0 !important;
	position: relative !important;
	left: 0 !important;
	bottom: 0 !important;
	padding: 0 !important;
	font-size: 1em !important;
	border: 0 !important;
	}

#ts-shop {
	width: auto;
	max-width: 100%;
	}
#ts-shop img {
	width: auto;
	max-width: 80%;
	height: auto;	
	}
#ts-shop iframe {
	width: 100%;
	max-width: 100%;
	}