/*-------------------------------- RESET CSS ---------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/*============================ END RESET CSS =======================================*/

/*------------------------------------------- GATHR HOME CUSTOM CSS --------------------------------------------------*/
@font-face {
	font-family: Objectivity;
	font-weight: bold;
    src: url("../fonts/Objectivity-Bold.otf") format("opentype");
}
@font-face {
	font-family: Objectivity;
	font-weight: normal;
    src: url("../fonts/Objectivity-Light.otf") format("opentype");
}

html, body{
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 19px;
	background: #000;
	font-family: Objectivity, Helvetica, sans-serif;
}

.userSelectNone {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

::placeholder {
	color: #fff;
	font-weight: initial;
    letter-spacing: initial;
}
:-ms-input-placeholder {
	color: #fff;
	font-weight: initial;
    letter-spacing: initial;
}
::-ms-input-placeholder {
	color: #fff;
	font-weight: initial;
    letter-spacing: initial;
}

input, select, textarea {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	outline: 0;
	color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 15px;
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  background: transparent;
}

select option {
  color: initial;
}

a,
a:hover {
	text-decoration: none;
	color: inherit;
}

.section {
	display: flex;
	width: 100%;
	margin: auto;
	position: relative;
}

.sectionInner {
	display: table;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.sectionInner_box {
	max-width: 1080px;
}

.section_container {
	max-width: 700px;
}

.button {
  display: table;
  margin: auto;
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 0;
  width: 100%;
  max-width: 95%;
  text-align: center;
}
.button:hover {
  cursor: pointer;
}
.button_header_inline {
  display: inline-block;
  margin: 5px !important;
}

.button_white {
	border: 1px solid #fff;
	color: #fff;
	width: 240px;
}
.button_white:hover {
	background: #fff;
	color: #2A2451;
}

.button_green {
   background: #0FA958;
   color: #fff;
}
.button_green:hover {
  color: #fff;
  opacity: 0.9;
}

.button_magenta {
  background: #D9057C;
  color: #fff;
}
.button_magenta:hover {
  color: #fff;
  opacity: 0.9;
}

.button_purple {
  background: #6363d7;
  color: #fff;
}
.button_purple:hover {
  color: #fff;
  opacity: 0.9;
}

.button_rent {
  width: 300px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 25px 0 19px 0;
  margin: 40px auto 20px auto;
}

.sectionHeader_button {
  width: 250px;
  margin: 0;
  border-radius: 5px;
  font-weight: bold;
  padding: 15px 0px 12px 0;
}

/* ----------------- LOADER PURE CSS ------------------ */
#loaderBIGOuter {
	position: fixed;
	z-index: 1000;
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0px;
	background: #000;
}
#loaderBIGInner {
	position: relative;
	margin: 0px auto;
	display: block;
	top: 35%;
}
#loaderBIGInner img {
	display: block;
    margin: 0 auto 20px auto;
    width: auto;
    height: 50px;
}

.loaderQuotesText {
	margin-top: 15px;
	color: #fff;
	display: table;
	width: 95%;
	margin: 15px auto;
	font-size: 15px;
	line-height: 20px;
}

.loaderCSS {
	margin: 0px auto;
	font-size: 5px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.7em solid rgba(255, 255, 255, 0.1);
	border-right: 0.7em solid rgba(255, 255, 255, 0.1);
	border-bottom: 0.7em solid rgba(255, 255, 255, 0.1);
	border-left: 0.7em solid #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.50s infinite linear;
	animation: load8 0.50s infinite linear;
}
.loaderCSS,
.loaderCSS:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*---------------------------- TOP MENU ---------------------------------*/
.sectionTopMenu {
	position: absolute;
	z-index: 500;
	height: 70px;
	/*border-bottom: 1px solid #fff;*/
}
.sectionTopMenu .sectionInner {
	margin-top: 10px;
}
.mobileMenu_icon_container {
	position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 45px;
}
.mobileMenu_icon_container:hover {
	cursor: pointer;
}
.mobileMenu_icon_active .mobileMenu_icon {
	background-color: #FFB226;
}
.mobileMenu_icon {
	position: absolute;
	right: 5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
}
.mobileMenu_icon:before, .mobileMenu_icon:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	background-color: inherit;
	border-radius: inherit;
}
.mobileMenu_icon:before {
	top: 14px;
}
.mobileMenu_icon:after {
	top: 28px;
}
.mobileMenu {
	height: 100vh;
    width: 240px;
    background-color: #000;
    color: #fff;
    position: fixed;
    right: -240px;
    top: 71px;
    padding: 5px 0 0;
    overflow-y: auto;
    border: none;
    z-index: 300;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mobileMenuOpen {
    right: 0;
}
.mobileMenuInner {
    margin-bottom: 100px;
}
.mobileMenuTab {
    display: table;
    width: 100%;
	color: #fff;
	font-weight: bold;
    font-size: 17px;
    padding: 15px 0;
    text-align: left;
    text-indent: 30px;
}
.mobileMenuTab:hover,
.mobileMenuTab:active,
.mobileMenuTab:focus {
	color: #FFB226;
}
.mobileMenuSocial {
	display: table;
	margin: 30px 0 0 5px;
}
.mobileMenuSocialLink {
    display: inline-block;
    margin: auto 10px;
}
.mobileMenuSocialIcon {
    width: 25px;
    height: 25px;
}
.mobileMenuLast {
    position: relative;
    width: 100%;
    text-align: center;
}
.mobileMenuOverlay {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 72px;
    height: 100%;
    width: 100%;
    z-index: 300;
    display: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header_contribute_stripe_gathr {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #2A2451;
  margin: auto;
  position: relative;
}

.header_contribute_stripe_red {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #BF0D3E;
  margin: auto;
  position: relative;
}

.header_contribute_stripe_blue {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgb(0, 120, 171);
  margin: auto;
  position: relative;
}

.header_contribute_stripe_header {
  display: table;
  width: 95%;
  max-width: 1000px;
  padding: 20px 0 20px 0;
  margin: auto;
}

.header_contribute_stripe_title {
  display: table;
  float: left;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
  padding-top: 7px;
  position: relative;
}

.header_contribute_stripe_title img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.header_contribute_stripe_title:hover .header_contribute_stripe_tooltip {
  display: block;
}
.header_contribute_stripe_tooltip {
  display: none;
  position: absolute;
  z-index: 10;
  top: 45px;
  right: 0;
  width: 250px;
  height: auto;
  background: #111;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  padding: 15px;
  border-radius: 10px;
}
.header_contribute_stripe_tooltip:before {
  position: absolute;
  top: -7px;
  right: 40px;
  display: inline-block;
  border-bottom: 7px solid #111;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
}

.header_contribute_stripe_donate {
  display: table;
  float: right;
  text-align: right;
}

.header_contribute_stripe_amount {
  display: inline-block;
  padding: 10px 0 7px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  width: 55px;
  text-align: center;
}

.input_amount_other {
  display: inline-block;
  padding: 10px 0 7px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  width: 70px;
  text-align: center;
}

.input_amount_other_active, .input_amount_other:hover, .input_amount_other:focus {
  background: #fff;
  color: #7F63F4;
}

.input_amount_other {
  display: inline-block;
  padding: 10px 0 7px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  width: 70px;
  text-align: center;
}

.header_contribute_stripe_button {
  display: inline-block;
  padding: 11px 15px 8px 15px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  background: #0D2F5D;
  border-radius: 4px;
  margin-left: 10px;
  text-align: center;
  box-shadow: 0px 0px 5px 0px #0D2F5D;
  border: 0;
}

.header_contribute_stripe_amount:hover {
  cursor: pointer;
  background: #fff;
  color: #0D2F5D;
}

.header_contribute_stripe_button:hover {
  cursor: pointer;
  opacity: 0.9;
}

.header_contribute_stripe_amount_active {
  background: #fff;
  color: #0D2F5D;
}
/*---------------------------- HEADER ---------------------------------*/
.sectionHeader {
	overflow: hidden;
	/*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('../img/behindthemask.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	-moz-box-shadow: inset 0px -50px 50px -15px #000;
	-webkit-box-shadow: inset 0px -50px 50px -15px #000;
	box-shadow: inset 0px -50px 50px -15px #000;
}
.sectionHeader .sectionInner {
  height: 80vh;
}
.sectionHeader_container_inner {
  width: 100%;
}
.topMenu {
	display: table;
	width: 100%;
	position: relative;
}
.topMenu_left {
	display: table;
	float: left;
	padding-top: 15px;
}
.topMenu_left ul li {
	display: inline-block;
	padding: 0 10px;
}
.topMenu_left ul li a {
	color: #fff;
	font-size: 15px;
}
.topMenu_center {
	position: absolute;
	top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.logo {
	width: auto;
	height: 50px;
}
.topMenu_right {
	display: table;
	float: right;
	padding: 5px 0;
}
.sectionHeader_container {
	display: table;
    width: 95%;
    min-height: 50vh;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #fff;
}
.sectionHeader_container_inner {
  display: table;
  margin: auto;
  padding-top: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 200;
}
.header_h1 {
	display: table;
    width: 100%;
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    margin: 10px auto;
}
.header_h2 {
	display: table;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    margin: 10px auto;
}
.header_text {
	display: table;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    margin: 10px auto;
}
.header_text_small {
	font-size: 15px;
	line-height: 20px;
}

.countdown {
	display: table;
    width: 100%;
    margin: 20px auto 50px auto;
}
.countdown_days,
.countdown_hours,
.countdown_mins,
.countdown_sec {
	font-size: 70px;
	line-height: 80px;
	font-weight: bold;
	width: 110px;
    display: inline-block;
    text-align: right;
}
.countdown_small_text {
	font-size: 13px;
	text-transform: uppercase;
}

.socialHero {
	position: absolute;
	left: 2.5%;
	z-index: 100;
}
.socialHero img {
	width: 20px;
	height: 20px;
}
.socialHero_share {
	top: 130px;
}
.socialHero_facebook {
	bottom: 130px;
}
.socialHero_instagram {
	bottom: 90px;
}
.socialHero_youtube {
	bottom: 50px;
}

.sectionHeader_scroll {
	display: table;
	width: 50px;
	height: 50px;
	margin: 30px auto 0 auto;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
}
.sectionHeader_scroll_arrow {
	width: 20px;
    height: auto;
    margin-top: 20px;
}
/*========================= END HEADER ================================*/



/*---------------------------- HEADER UNDER ---------------------------------*/
.sectionHeader_under {
	background-image: url('../../img/event_watch/layout/header_bkg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px 0 50px 0;
	color: #fff;
}
.sectionHeader_under_h1 {
    display: table;
    width: 100%;
    font-size: 50px;
    line-height: 55px;
	font-weight: bold;
	margin: 0;
}
.sectionHeader_under_text {
	display: table;
  width: 100%;
  font-size: 20px;
	line-height: 40px;
	margin: 0;
}
.text_magenta {
  color: #D9057C;
}
/*========================= END HEADER UNDER ================================*/


/*---------------------------- DETAILS ---------------------------------*/
.sectionDetails {
	background: #000000;
	padding: 50px 0 50px 0;
	color: #fff;
}
.details_img {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('../img/hero.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-right: 20px;
	width: 100%;
	max-width: 500px;
	height: auto;
}
.details_text {
	display: table;
    font-size: 20px;
    line-height: 25px;
    margin: 10px auto;
}
.details_h1 {
	display: table;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    margin: 10px auto;
    letter-spacing: 3px;
}
.section_third_container {
	display: table;
	margin: auto;
	text-align: center;
}
.section_third {
	display: inline-block;
	width: 300px;
	margin: 20px 10px;
	text-align: center;
	vertical-align: top;
}
.section_third img {
	display: table;
	margin: 0 auto;
	width: auto;
	height: 100px;
}
.section_third h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	margin: 15px auto;
}
.section_third p {
	font-size: 17px;
    line-height: 21px;
}
/*========================= END DETAILS ================================*/




/*---------------------------- QA ---------------------------------*/
.sectionQA {
	background: #1D1D1D;
	padding: 50px 0 50px 0;
	color: #fff;
}
.sectionTextWhite {
  padding: 50px 0 50px 0;
  color: #fff;
}
/*========================= END QA ================================*/



/*---------------------------- WATCH ---------------------------------*/
.sectionMap, .sectionShopping {
	background: #000000;
  padding: 50px 0 10px 0;
  color: #fff;
}
.sectionInner_map {
	max-width: 1000px;
	text-align: center;
}
#map {
  height: 550px;
}
.sectionVideo {
	padding-top: 71px;
}
.sectionVideo_iframe {
	display: table;
	width: 90%;
	margin: auto;
	text-align: center;
}
.sectionVideo .sectionInner {
	width: 100%;
}
/*========================= END WATCH ================================*/






/*---------------------------- VIMEO IFRAMES ---------------------------------*/
.iframe23 {
	display: table;
	float: left;
	width: 70%;
}
.iframe13 {
	display: table;
	float: left;
	width: 30%;
}
.chatIframeMessage {
	display: table;
	width: 100%;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	background: #F9B954;
	position: relative;
	border-radius: 5px;
}
.chatIframeMessage_close {
    color: #fff;
    position: absolute;
    top: 7px;
    right: 5px;
    font-size: 25px;
}
.chatIframeMessage_close:hover {
    cursor: pointer;
}
.chatIframeMessage img {
    width: auto;
    height: 20px;
    display: table;
    margin: 5px auto;
}
.chatIframeMessage div {
    display: table;
    vertical-align: middle;
    margin: 5px auto;
}
/*========================= END VIMEO IFRAMES ================================*/





/*---------------------------- MODAL INSTRUCTIONS ---------------------------------*/
#modal_instructions {
	position: fixed;
    z-index: 900;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 0px;
    background: rgba(0,0,0,0.9);
}
.modal_instructions_close {
	display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 10px;
    line-height: 13px;
    width: 10px;
    height: 10px;
    background: #000;
    color: #fff;
    border-radius: 100%;
    padding: 5px;
}
.modal_instructions_close:hover {
	cursor: pointer;
}
.modal_instructions_box {
	width: 300px;
    margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
    border: 1px solid #dedee2;
    border-radius: 5px;
    margin: 0 10px 20px 10px;
    position: relative;
    -moz-box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
    box-shadow: 1px 1px 5px #333;
}
.modal_instructions_box_top {
	background: #dedee2;
}
.modal_instructions_box_top img {
	display: table;
	width: calc(100% - 40px);
	height: auto;
	padding: 20px 20px 0 20px;
}
.modal_instructions_box_bottom {
	margin: 0px 20px 20px 20px;
	text-align: left;
	position: relative;
}
.modal_instructions_box_bottom_title {
	font-size: 13px;
	color: #198DDB;
	margin: 15px 0 0 0;
}
.modal_instructions_box_bottom_text {
	font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    margin: 10px 0;
}
.modal_instructions_box_bottom_dots {
	display: table;
	width: 100%;
	text-align: center;
	margin: 20px auto;
	position: relative;
}
.modal_instructions_box_bottom_dots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 100%;
	background: #dedee2;
}
.modal_instructions_box_bottom_dots span:hover {
	cursor: pointer;
	background: #6E6EEF;
}
.modal_instructions_box_bottom_dots .active {
	background: #6E6EEF;
}
.modal_instructions_box_bottom_skip {
	color: #aaa;
  width: 200px;
  margin: 10px auto;
  text-align: center;
}
.modal_instructions_box_bottom_skip:hover {
	cursor: pointer;
}
.modal_instructions_box_bottom_next {
	display: table;
	width: 200px;
	margin: 10px auto;
	background: #6E6EEF;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}
.modal_instructions_box_bottom_next:hover {
	cursor: pointer;
}
#modal_instructions_box_2,
#modal_instructions_box_3 {
	display: none;
}
/*========================= END MODAL INSTRUCTIONS ================================*/





/*---------------------------- FOOTER ---------------------------------*/
.sectionFooter {
	background-image: url('../../img/event_watch/layout/footer_bkg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 50px 0 50px 0;
	margin-top: 50px;
	color: #fff;
}
.footer_text {
	display: table;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin: 5px auto;
    text-align: center;
    color: #aaa;
}
/*========================= END FOOTER ================================*/

#light_beam_left {
	position: absolute;
    top: -50px;
    left: -5%;
    width: auto;
    height: 150%;
    z-index: 100;
    opacity: 0.2;

	transform-origin: 0% 0%;
	animation: light_beam_left_move linear 10s infinite alternate backwards;
}
@keyframes light_beam_left_move {
	0% { transform: rotate(-5deg); }
	20% { transform: rotate(10deg); }
    40% { transform: rotate(5deg); }
	60% {transform: rotate(15deg); }
	80% {transform: rotate(20deg); }
	100% {transform: rotate(-5deg); }
}

#light_beam_right {
	position: absolute;
	top: -200px;
	right: 5%;
	width: auto;
	height: 200%;
	z-index: 100;
	opacity: 0.3;
	transform-origin: top right;
	animation: light_beam_right_move 15s infinite alternate backwards;
}
@keyframes light_beam_right_move {
	0% { transform: rotate(-10deg); }
	20% { transform: rotate(-35deg); }
    40% { transform: rotate(-45deg); }
	60% {transform: rotate(-20deg); }
	80% {transform: rotate(-30deg); }
	100% {transform: rotate(-10deg); }
}


/*---------------------- AUDIENCE POLL ------------------------*/
.audience_poll_container {
  position: absolute;
  top: 10px;
  right: 5px;
}
.audience_poll_button {
  display: table;
  float: right;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: #6E6EEF;
  border-radius: 30px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  border: 0;
  position: relative;
}
.audience_poll_button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.audience_poll_text {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 2px;
}
.audience_poll_button img {
  height: 30px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.audience_poll_tooltip {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  width: 160px;
  border-radius: 5px;
  background: #555;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  font-weight: normal;
  z-index: 50;
}
.audience_poll_tooltip:before {
  content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom:8px solid #555;
    right: 30px;
    top:-8px;
}
.audience_poll_button:hover .audience_poll_tooltip {
  display: block;
}

.poll_container {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  right: 135px;
}
.poll_button {
  display: table;
  padding: 6px 10px;
  border-radius: 100%;
  background: #6E6EEF;
}
.poll_button img {
  width: auto;
  height: 30px;
}
.poll_button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.poll_embed {
  display: none;
  position: absolute;
  bottom: 70px;
  right: -120px;
  width: 400px;
  /*height: 400px;*/
  /*max-height: 400px;*/
  border-radius: 5px;
  background: #ddd;
}
.poll_embed:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #ddd;
  right: 135px;
  bottom: -8px;
}
.poll_embed_close {
  display: table;
  float: right;
  padding: 10px 10px 5px 10px;
}
.poll_embed_close:hover {
  cursor: pointer;
}


/*--------------------- SHOP MERCHANDISE -----------------*/
.shop_h1 {
  display: table;
  width: 100%;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  margin: 10px 10px 50px;
  text-align: center;
}
.slick_slider_container {
  display: block;
  width: 100%;
  max-width: 1080px;
}
.shop_slider {
  display: block;

  margin-top: 30px;
  text-align: center;
}
.shop_slide {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin: 10px;
  text-align: center;
}
.shop_slide img {
  width: 100%;
  height: auto;
}
.shop_slider_title {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  margin: 5px auto;
}
.shop_slider_price {
  margin: 5px 0 20px 0;
}
.shop_slider_price_old {
  font-size: 15px;
  color: #555;
  text-decoration: line-through;
  padding-right: 5px;
}
.shop_slider_price_new {
  font-size: 15px;
  font-weight: bold;
  color: #DE884E;
}
.shop_slider_button {
  display: table;
  width: 150px;
  margin: auto;
  font-size: 15px;
  background: #6E6EEF;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
}
.slider_left_arrow,
.slider_right_arrow {
  width: auto;
  height: 40px;
}


/*---------------------------- MEDIA QUERIES ---------------------------------*/
@media only screen and (max-width: 600px) {
	.topMenu_left, .volume-buttons {
		display: none;
	}
	.sectionHeader_container {
		min-height: 60vh;
	}
	.countdown {
		margin: 0 auto;
	}
	.countdown_days,
	.countdown_hours,
	.countdown_mins,
	.countdown_sec {
		font-size: 50px;
		width: 90px;
	}
	.header_text {
		font-size: 15px;
		line-height: 20px;
		width: 80%;
	}
	.sectionHeader_under_h1 {
		font-size: 30px;
		line-height: 35px;
	}
	.sectionHeader_under_text {
		font-size: 20px;
		line-height: 25px;
	}
	#light_beam_left {
		left: -20%;
	}
	#light_beam_right {
		right: -5%;
	}
	.iframe23,
	.iframe13 {
		width: 100%;
		display: table;
		margin: 10px 0;
	}
  .audience_poll_container {
    position: relative;
    display: table;
    float: right;
    margin: 0 5px 10px 0
  }
}