.ticketing-app-right {
	float: right;
	width: 770px;
}
.ticketing-app-left .button {
	margin-bottom: 20px;
	color: #FFF;
	border-color: #FFF;
	display: block;
}

.ticketing-app-left {
	float: left;
	width: 350px;
}
.ticketing-app-left .embed-container {
	margin-bottom: 23px;
	margin-top: 20px;
}
.ticketing-app-left-video {
	position: relative;
	display: block;
	width: 350px;
	margin-bottom: 20px;
	background: #000;
}
.ticketing-app-left .ticketing-app-left-video__thumbnail {
	opacity: .8;
	margin-bottom: 0;
	width: 100%;
}
.ticketing-app-left-video__play-icon {
	position: absolute;
	left: 50%;
	top: 40%;
}
.ticketing-app-left-video__play-icon img {
	position: relative;
	left: -50%;
	top: -50%;
	max-width: 45px;
	max-height: 45px;
	min-width: 40px;
	min-height: 40px;
	z-index: 2;
}
.ticketing-app-content .disclaimer,
.ticketing-app-content .disclaimer a {
	color: #fff;
}
.ticketing-app-content .ticketmaster-logo {
	float: right;
	max-width: 200px;
	max-height: 28px;
}
.fullscreen-popup.ticketing-app-popup .mfp-content {
	background: #3d4557 url(../../../skin/2016/images/triangle-blue-app.jpg) no-repeat left top;
	overflow: hidden;
}
.fullscreen-popup .refine-list ul a {
	color: #FFF;
}

/* Ticket image slider */
.ticketing-image-slider {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ticketing-image-slider .slick-arrow {
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	background: none;
	outline: none;
	border: none;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	height: 36px;
	width: 36px;
	z-index: 20;
	background: #221f20;
}
.ticketing-image-slider .slick-arrow:hover {
	background: #737272;
}
.ticketing-image-slider .slick-arrow.slick-prev:before,
.ticketing-image-slider .slick-arrow.slick-next:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-indent: 0;
	color: #FFF;
	font-size: 3rem;
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
}
.ticketing-image-slider .slick-arrow.slick-prev {
	left: 0;
}
.ticketing-image-slider .slick-arrow.slick-next {
	right: 0;
}
.ticketing-image-slider .slick-arrow.slick-prev:before {
	content: "\e90c";
}
.ticketing-image-slider .slick-arrow.slick-next:before {
	content: "\e90d";
}

/* Ticket map */
.ticket-map-note {
	position: absolute;
	font-size: 1.5rem;
	left: 270px;
	top: 320px;
	margin: 0;
	width: 250px;
	padding-left: 45px;
}
.ticket-map-note:before {
	content: "\e910";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	transition: all 150ms ease 150ms;
	opacity: 1;
	background-color: #FFF;
	border-radius: 50%;
	font-size: 2.3rem;
	padding: 3px 0 0;
	color: #0c0707;
	text-align: center;
}
.ticketing-map-wrapper {
	position: relative;
	float: right;
	width: 444px;
	height: 569px;
	z-index: 8;
	margin-top: 30px;
}
.map-track {
	z-index: 3;
	position: relative;
}
.map-track-glow {
	background: url(../../../skin/2015/images/map-track-glow.png) no-repeat 0 0;
	width: 539px;
	height: 632px;
	position: absolute;
	top: -47px;
	left: -47px;
	z-index: 2;
	display: none;
}
.ticket-zone-wrapper {
	display: none;
	position: absolute;
	left: 0; top: 0;
	max-width: 1500px;
}
.ticket-zone-gold-wrapper,
.ticket-zone-trackside-wrapper,
.ticket-zone-oasis-wrapper {
	left: -97px;
	top: -40px;
	width: 614px;
}
.ticket-zone-gold-wrapper {
	opacity: 0.25;
}
.ticket-zone-trackside-wrapper {
	opacity: 0.25;
}
.ticket-zone-oasis-wrapper {
	opacity: 0.60;
}
.map-pins {
	z-index: 4;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.map-pins .selector-title {
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -12px;
	margin-right: 15px;
	margin-bottom: 0;
	font-size: 1.2rem;
	padding: 4px 11px 0 3px;
	height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	background: #f7ff3f;
	white-space: nowrap;
	transition: opacity 300ms ease;
	z-index: 3;
	visibility: hidden;
}
.map-pins > li > .content {
	display: none;
}
.selector-title span {
	margin-left: 5px;
	font-size: 90%;
}
.map-pins .active .selector .selector-title {
	visibility: visible;
	opacity: 1;
	transition: opacity 150ms ease 50ms;
}
.map-pins .selector-title:before {
	content: " ";
	position: absolute;
	top: 0;
	height: 24px;
	width: 24px;
	display: block;
	background: #f7ff3f;
	border-radius: 50%;
	margin-right: -14px;
	z-index: -1;
}
.map-pins .selector-title:before {
	right: 100%;
}
.map-pins .selector {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	height: 36px;
	width: 36px;
	padding: 0;
	position: absolute;
	transition: all 150ms ease;
	background: none;
	overflow: visible;
}
.map-pins .selector:hover {
	z-index: 1;
}
.map-pins .selector:before {
	content: "\e910";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	transition: all 150ms ease 150ms;
	opacity: 1;
	background-color: #FFF;
	border-radius: 50%;
	font-size: 2.5rem;
	padding: 6px 0 0;
}
.map-pins .selector:hover:before,
.map-pins .active .selector:before {
	opacity: 0;
	transition: all 150ms ease;
}
.map-pins .selector:after {
	content: " ";
	background: url(../../../skin/2017/images/icon-plus-on.svg) no-repeat center center;
	background-size: 46px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 46px;
	height: 46px;
	transition: all 300ms ease;
	transform: rotate(45deg);
	visibility: hidden;
	opacity: 0.3;
	z-index: 1;
}
.map-pins .active .selector:after {
	transform: rotate(0deg);
}

.map-pins .selector:hover:after,
.map-pins .active .selector:after {
	width: 75px;
	height: 75px;
	background-size: 70px;
	top: -20px;
	left: -20px;
	visibility: visible;
	transition: all 150ms ease;
	opacity: 1;
}
.ticket-map-information-wrapper {
	width: 330px;
	min-height: 1px;
	float: left;
	margin: 30px 190px 0 0;
}
.ticketing-app-map .ticket-map-information {
	position: relative;
	background: #FFF;
	box-shadow: 0 0 45px 2px rgba(0,0,0,0.3);
	z-index: 7;
	color: #0c0707;
	display: none;
}
.ticketing-app-map .ticket-map-information:before {
	top: 70%;
	left: 100%;
	border-width: 13px 0 13px 15px;
	border-color: transparent transparent transparent #FFF;
}
.ticket-map-more-info {
	border-top: 3px solid #e1dfdc;
	padding-top: 12px;
	margin: 0 0 20px;
}
.ticketing-app-map .btn-more-info {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: bold;
	color: #818180;
}
.ticketing-app-map .btn-more-info:hover {
	color: #0c0707;
}

/* Grandstand tickets */
.map-selector-barry-sheene .selector {
	top: 380px;
	left: 521px;
}
.map-selector-temp1 .selector {
	top: 471px;
	left: 651px;
}
.map-selector-temp2 .selector {
	top: 401px;
	left: 666px;
}
.map-selector-temp3 .selector {
	top: 201px;
	left: 535px;
}
.map-selector-temp4 .selector {
	top: 181px;
	left: 629px;
}
.map-selector-temp5 .selector {
	top: 81px;
	left: 469px;
}
.map-selector-temp6 .selector {
	top: 78px;
	left: 421px;
}
.map-selector-temp7 .selector {
	top: 140px;
	left: 86px;
}

/* Extra BP */
@media screen and (max-width: 1470px) {
	.ticketing-app-right {
		width: 660px;
	}
}


/* Extra BP */
@media screen and (max-width: 1350px) {
	.ticket-map-information-wrapper {
		width: 300px;
		margin: 20px 170px 0 0;
	}
	.ticketing-map-wrapper {
		width: 364px;
		height: 443px;
		margin-top: 40px;
		margin-bottom: 25px;
	}
	.map-track-glow {
		width: 450px;
		height: 540px;
		top: -45px;
		left: -47px;
		background-size: 450px;
	}
	.ticket-zone-gold-wrapper,
	.ticket-zone-trackside-wrapper,
	.ticket-zone-oasis-wrapper {
		left: -89px;
		top: -34px;
		width: 520px;
	}
	.ticket-map-note {
		left: 220px;
		top: 280px;
	}
	.map-pins .selector {
		width: 30px;
		height: 30px;
	}
	.map-pins .selector:before {
		width: 30px;
		height: 30px;
		font-size: 2.1rem;
		padding-top: 4px;
	}
	.map-pins .selector:after {
		background-size: 35px;
		top: -3px;
		left: -3px;
		width: 35px;
		height: 35px;
	}
	.map-pins .selector:hover:after,
	.map-pins .active .selector:after {
		width: 50px;
		height: 50px;
		background-size: 50px;
		top: -10px;
		left: -10px;
	}
	.map-pins .selector-title {
		margin-right: 8px;
		font-size: 1.1rem;
		padding: 3px 11px 0 2px;
		height: 21px;
		margin-top: -10px;
	}
	.map-pins .selector-title:before {
		height: 21px;
		width: 21px;
		margin-right: -13px;
	}
	.ticketing-app-map .btn-more-info {
		font-size: 1.5rem;
	}
	.ticket-map-more-info {
		padding-top: 10px;
	}
	.ticketing-app-right {
		width: 580px;
	}
	.ticketing-app-left {
		width: 300px;
	}
}

/* Extra BP */
@media screen and (max-width: 1200px) {
	.ticketing-app-left {
		width: 250px;
	}
	.ticketing-app-right {
		width: 530px;
	}
}

/* Extra BP */
@media screen and (max-width: 1150px) {
	.ticketing-app-map .btn-more-info {
		font-size: 1.4rem;
	}
	.ticket-map-more-info {
		padding-top: 6px;
		margin: 0 0 12px;
	}
}


/* Extra BP */
@media screen and (max-width: 1080px) {
	.ticketing-app-left {
		width: 100%;
	}
	.ticketing-app-right {
		width: 100%;
	}
	.ticket-map-information-wrapper {
		width: 300px;
		margin: 20px 170px 0 0;
	}
	.ticketing-map-wrapper {
		width: 300px;
		height: 366px;
		margin-top: 30px;
		margin-right: 50px;
	}
	.map-track-glow {
		width: 370px;
		height: 440px;
		top: -35px;
		left: -34px;
		background-size: 370px;
	}
	.ticket-zone-gold-wrapper,
	.ticket-zone-trackside-wrapper,
	.ticket-zone-oasis-wrapper {
		left: -83px;
		top: -27px;
		width: 440px;
	}
	.ticket-map-note {
		left: 170px;
		top: 222px;
		font-size: 1.2rem;
		line-height: 1.1;
		padding-top: 2px;
		width: 200px;
	}
}

/* Extra BP */
@media screen and (max-width: 1024px) {
	.ticketing-image-slider .slick-arrow:hover {
		background: #221f20;
	}
}


/* Extra BP */
@media screen and (max-width: 910px) {
	.ticketing-map-wrapper {
		float: none;
		margin: 50px auto 50px;
	}
	.ticketing-app-map .ticket-map-information:before {
		content: none;
	}
	.map-pins .selector-title {
		display: none;
	}
	.ticketing-image-slider {
		margin: 0 auto;
	}
	.ticketing-image-slide {
		padding: 5px;
	}
}

/* Extra BP */
@media screen and (max-width: 650px) {
	.ticketing-map-wrapper {
		width: 230px;
		height: 280px;
		margin: 30px auto 50px;
	}
	.map-pins .selector {
		width: 24px;
		height: 24px;
	}
	.map-pins .selector:before {
		width: 24px;
		height: 24px;
		font-size: 1.7rem;
		padding-top: 3px;
	}
	.map-pins .selector:after {
		background-size: 28px;
		top: -2px;
		left: -2px;
		width: 28px;
		height: 28px;
	}
	.map-pins .selector:hover:after,
	.map-pins .active .selector:after {
		width: 36px;
		height: 36px;
		background-size: 36px;
		top: -6px;
		left: -6px;
	}
	.map-pins .selector-title {
		margin-right: 4px;
		font-size: 1rem;
		height: 19px;
	}
	.map-track-glow {
		width: 290px;
		height: 340px;
		top: -29px;
		left: -30px;
		background-size: 290px;
	}
	.ticket-zone-gold-wrapper,
	.ticket-zone-trackside-wrapper,
	.ticket-zone-oasis-wrapper {
		left: -63px;
		top: -25px;
		width: 340px;
	}
	.ticket-map-note {
		left: 140px;
		top: 182px;
		font-size: 1.1rem;
		width: 180px;
		padding-left: 33px;
		padding-top: 0px;
	}
	.ticket-map-note:before {
		width: 23px;
		height: 23px;
		font-size: 1.7rem;
	}
	.map-pins .selector-title:before {
		height: 19px;
		width: 19px;
		margin-right: -12px;
	}
}

@media screen and (max-width: 550px) {
	.ticketing-image-slide {
		padding: 0;
	}
}

/* BP 6 */
@media screen and (max-width: 450px) {
	.ticket-map-note {
		left: 107px;
		top: 132px;
		width: 150px;
	}
	.ticketing-map-wrapper {
		width: 180px;
		height: 220px;
		margin: 20px auto 50px;
	}
	.map-track-glow {
		width: 221px;
		height: 264px;
		top: -21px;
		left: -20px;
		background-size: 221px;
	}
	.ticket-zone-gold-wrapper,
	.ticket-zone-trackside-wrapper,
	.ticket-zone-oasis-wrapper {
		left: -48px;
		top: -21px;
		width: 262px;
	}

	.map-pins .selector {
		width: 20px;
		height: 20px;
	}
	.map-pins .selector:before {
		width: 20px;
		height: 20px;
		font-size: 1.4rem;
		padding-top: 3px;
	}
	.map-pins .selector:after {
		background-size: 22px;
		top: -1px;
		left: -1px;
		width: 22px;
		height: 22px;
	}
	.map-pins .selector:hover:after,
	.map-pins .active .selector:after {
		width: 27px;
		height: 27px;
		background-size: 27px;
		top: -4px;
		left: -4px;
	}
}