a {
	text-decoration: none;
	transition: opacity .4s;
	font-weight: 700;
	color: inherit;
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
sub, sup {
	position: relative;
}
sup {
	top: -.45em;
	font-size: 75%;
}
[type=text], [type=submit] {
	font-family: Futura-PT,Helvetica,Arial,sans-serif;
}
.ht-felp--main-content {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	margin: -15px auto 0;
	padding: 0 20px 25px;
}
.ht-felp--main {
	color: #000;
}
.ht-felp--filters-set {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.ht-felp--filters {
	float: left;
	width: 25%;
}
.ht-felp--filter-subtitle, .ht-felp--filter-title {
	border-bottom: 1px solid #333;
	color: #008fd3;
	font-size: 22px;
	padding-bottom: 8px;
	padding-right: 40px;
	text-align: center;
}
.ht-felp--filters-content {
	margin-right: 40px;
}
.ht-felp--content-list, .ht-felp--extras-list, .ht-felp--session-list {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}
.ht-felp--extras-list {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.ht-felp--session-list-item {
	list-style: none;
	margin: 0 0 4px;
	padding: 0;
}
.ht-felp--session-list-item__last {
	margin-bottom: 0;
}
.ht-felp--session {
	display: block;
	text-align: center;
	height: 41px;
	line-height: 41px;
	padding: 0 6px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	background: #306e9d;
	font-weight: 700;
}
.ht-felp--content-list-item {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ht-felp--content {
	display: block;
	text-align: center;
	padding: 0 4px;
	height: 22px;
	line-height: 22px;
}
.ht-felp--content__odd {
	background: #7cb9e8;
}
.ht-felp--each-day-wrapper {
	position: relative;
	z-index: 1;
}
.ht-felp--each-day-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
	border: 0;
}
.ht-felp--each-day-list.position-relative {
	position: relative;
}

.ht-felp--each-day {
	margin: 0 0 6px;
	border: 1px solid #000;
	background: #fff;
	line-height: 1.2;
}
.ht-felp--date {
	display: block;
	text-align: center;
	padding: 6px 8px;
	font-size: 14px;
	font-weight: 700;
}
.ht-felp--extras-list-item {
	display: block;
	margin-bottom: 4px;
}
.ht-felp--extra {
	display: block;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #306e9d;
	font-weight: 700;
}
.ht-felp--extra__ltb {
	background: #7fcabb;
}
.ht-felp--keyword-field-wrapper {
	float: left;
	width: 65%;
}
.ht-felp--keyword-submit {
	box-sizing: border-box;
	float: left;
	width: 35%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: -1px;
}
.ht-felp--keyword-submit {
	padding-top: 6px;
	padding-bottom: 6px;
}
.clear {
	clear: both;
}
.ht-felp--keyword {
	margin-top: 12px;
}
.ht-felp--keyword-field-wrapper {
	float: left;
	width: 65%;
}
.ht-felp--keyword-field {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	box-sizing: border-box;
	font-family: Futura-PT, Helvetica, Arial, sans-serif;
}
.ht-felp--keyword-submit {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: 0;
	padding: 8px 16px;
	font-weight: bold;
	letter-spacing: .2ch;
	cursor: pointer;
	transition: opacity .4s;
}

.product_persons {
	margin: 0.5em 0;
	font-weight: bold;
	font-size: 1.1em;
}

@media screen and (min-width: 972px) {
	.ht-felp--filters-set--sticky {
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 971px) {
	.ht-felp--extras-list, .ht-felp--filters-content {
		display: block !important;
		height: auto !important;
	}
	.ht-felp--keyword {
		display: block !important;
		height: 33px !important;
	}
}


/* Event section start */
.ht-filter--list {
	transition: opacity .2s;
}
.htlgi-heading__small {
	font-family: Futura-PT, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #555;
	display: flex;
	position: relative;
	font-size: 1.2rem;
	text-align: center;
	margin: 2rem 0;
	z-index: 1;
	justify-content: center;
	width: 100%;
}
.htlgi-heading__small:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	max-width: 100vw;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: #ccc;
	z-index: -1;
}
.htlgi-heading__small--text {
	background: #fff;
	display: inline-block;
	padding: 0 1ch;
	margin: 0;
}
h2.htlgi-heading__small--text {
	margin-bottom: 0;
}
.productItem {
	font-family: Futura-PT, Futura, Arial, sans-serif;
}
.productItem {
	margin-top: 25px;
}
.product_details {
	width: 220px;
	float: left;
	padding-right: 20px;
	font-size: 15px;
	color: #444;
}
.programme-page--date {
	color: #000;
	font-size: 22px;
}
.programme-page--time {
	color: #000;
	font-size: 20px;
}
.programme-page--thumbnail-wrapper {
	margin-top: 5px;
}
.ht-fpe--product-title {
	display: block;
	margin-bottom: 20px;
}
.product_text {
	float: left;
	width: 100%;
	margin-right: -300px;
	margin-left: -170px;
	padding-left: 170px;
	padding-right: 300px;
	box-sizing: border-box;
	position: relative;
}
.product_text h2.sessiontype {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 16px;
}
.product_text h2, .product_text h2 a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
	font-size: 24px;
}
.product_actions {
	float: right;
	width: 180px;
	position: relative;
}
.product_actions, .product_actions h3 {
	font-family: Futura-PT, Futura, sans-serif;
}
.ht-fpe--festival-ticket {
	display: block;
	text-align: right;
	color: inherit;
	margin-bottom: 15px;
}

.ht-fpe--event-ticket-only {
	font-size:16px;
	font-family:inherit;
	text-align:left;
}

.ht-fpe--event-ticket-only__bordered {
	border-top:1px solid #000000;
	padding-top:25px;
}

.ht-fpe--fast-pass-info-close {
	position:absolute;
	top:0;
	right:0;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	display:block;
}

.ht-fpe--fast-pass-info-close:after {
	font-family:FontAwesome;
	content:"\f00d";
	font-weight:normal;
	display:inline;
}

.ht-fpe--sold-out {
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	font-family:inherit;
}
.ht-felp--each-day-list.position-relative{
	position: relative;
}
.mt-2 {
	margin-top: 0.3rem;
}
.btn-green {
	background: green;
	border: 1px solid #000;
}


.ht-fpe--event-ticket-wrapper {
	max-width:150px;
}
.ht-pp {
	border: 0;
	padding: 0;
	margin: 0 -4px 10px;
	width: 100%;
	font-size: 13px;
	color: #000;
}
.ht-pp--row {
	opacity: .4;
}
.ht-pp--row__current {
	opacity: 1;
	font-weight: 700;
}
.ht-pp--price, .ht-pp--title {
	padding: 0 4px;
	border: 0;
}

.ht-fpe--form {
	overflow: hidden;
}
.ht-fpe--form-quantity, .ht-fpe--form-quantity-alt {
	float: left;
	width: 32px;
	margin-right: 4px;
}
.ht-fpe--form-button, .ht-fpe--form-button-alt, .ht-fpe--form-quantity-field, .ht-fpe--form-quantity-field-alt {
	height: 28px;
	box-sizing: border-box;
	width: 100%;
	padding: 2px;
	text-transform: none;
	text-align: center;
	font-size: 14px;
}
.ht-fpe--form-quantity-field-alt {
	border-color: #cceefb;
}
.ht-fpe--form-action, .ht-fpe--form-action-alt {
	overflow: hidden;
}
.ht-fpe--form-button-alt {
	border: 2px solid #cceefb;
	background: #fff;
	color: inherit;
	font-size: 13px;
	letter-spacing: normal;
	display: inline-block;
	font-weight: 700;
}
.ht-fpe--form-quantity-field-alt {
	display: block;
	border: 2px solid #cceefb;
}

.ht-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
}
.ht-popup__hidden {
	display: none;
}
.ht-popup__body-visible {
	overflow: hidden;
}
.ht-popup--inner {
	display: table;
	width: 100%;
	height: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.ht-popup--inner-2 {
	display: table-row;
}
.ht-popup--inner-3 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.ht-popup--inner-4 {
	position: relative;
	display: inline-block;
	text-align: left;
	background-color: #ffffff;
	border: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	padding: 30px;
	margin: 20px 100px;
	width: calc(100% - 200px);
	box-sizing: border-box;
	max-width: 960px;
}
.ht-popup--titles {
	margin-bottom: 20px;
	position: relative;
	padding-left: 45px;
	background-image: url(../images/icons/double-arrow.png);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 34px 36px;
}
.ht-popup--close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 10px;
	z-index: 10;
	cursor: pointer;
	height: 20px;
	width: 20px;
}
.lcp-placeholder {
	opacity: 0.01;
}

.ht-fpe--fast-pass-header {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #00a9ea;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
	text-align: left;
}
.ht-fpe--fast-pass-header:after {
	content: "»";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 18px;
	color: #000;
	font-size: 14px;
}
.ht-fpe--fast-pass-desc {
	font-style: italic;
	font-size: 11px;
	line-height: 1.2;
}
.ht-fpe--fast-pass-info {
	position: relative;
	display: none;
	z-index: 1;
}
.ht-fpe--fast-pass-info-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #000;
	padding: 8px;
	margin-top: -10px;
}
.ht-fpe--fast-pass-info-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
}
.ht-fpe--fast-pass-info-desc {
	font-size: 11px;
	line-height: 1.2;
	padding-right: 35px;
}
.ht-fpe--form-button {
	background-color: #24a9e2;
	border: 0;
	color: #ffffff;
	font-weight: 600;
}

/* Lineup category start */
.ht-lineup--cats-list {
	margin: -7px -7px 45px -7px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.ht-lineup--cats-list-link {
	box-sizing: border-box;
	display: inline-block;
	margin: 7px;
	padding: 0;
	list-style: none;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	color: #ffffff;
	line-height: 200px;
	text-align: center;
	font-size: 1.8em;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	width: calc(25% - 14px);
}

.ht-lineup--cats-list-link[data-count="1"] {
	width: calc(100% - 14px);
}

.ht-lineup--cats-list-link[data-count="2"] {
	width: calc(50% - 14px);
}

.ht-lineup--cats-list-link[data-count="3"] {
	width: calc(33.33% - 14px);
}

.ht-lineup--cats-list-link[data-count="4"] {
	width: calc(25% - 14px);
}

@media screen and (max-width: 840px) {
	.ht-lineup--cats-list-link[data-count="4"],
	.ht-lineup--cats-list-link[data-count="5"],
	.ht-lineup--cats-list-link[data-count="6"] {
		width: calc(33.33% - 14px);
	}
}

@media screen and (max-width: 720px) {
	.ht-lineup--cats-list-link[data-count="3"],
	.ht-lineup--cats-list-link[data-count="4"],
	.ht-lineup--cats-list-link[data-count="5"],
	.ht-lineup--cats-list-link[data-count="6"] {
		width: calc(50% - 14px);
	}
}

@media screen and (max-width: 600px) {
	.ht-lineup--cats-list-link[data-count="2"],
	.ht-lineup--cats-list-link[data-count="3"],
	.ht-lineup--cats-list-link[data-count="4"],
	.ht-lineup--cats-list-link[data-count="5"],
	.ht-lineup--cats-list-link[data-count="6"] {
		width: auto;
		display: block;
	}
}

.ht-lineup--title {
	background-color: #00a9ea;
}

.ht-lineup--title__pink {
	background-color: #c8116b;
}

.ht-lineup--booking-link {
	text-align:center;
	display:inline-block;
	padding-left:30px;
	padding-right:30px;
	margin-top:30px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:13px;
	line-height: 30px;
	&:before {
		border-left-color:#f2f2f2;
	}
	&:after {
		border-right-color:#f2f2f2;
	}
}



.ht-lineup--booking-link.bl {
	background-color: #00a9ea;
}

.ht-lineup--list {
	display:block;
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
}

.ht-lineup--list:before {
	display:block;
	content:"";
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:28%;
}

.ht-lineup--item {
	display:block;
	padding:0;
	margin:0 0 40px 0;
	list-style:none;
	overflow:hidden;
}

.ht-lineup--item__last {
	margin-bottom:0;
}

.ht-lineup--item-inner {
	position:relative;
}

.ht-lineup--clear {
	clear:both;
}

.ht-lineup--tasters {
	float:left;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	text-align:center;
	vertical-align:top;
}

.ht-lineup--taster {
	display:inline-block;
	text-align:center;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:8px;
	padding-right:8px;
	vertical-align:top;
}

.ht-lineup--taster__2 {
	width:50%;
}

.ht-lineup--taster__3 {
	width:33%;
}

.ht-lineup--taster__4 {
	width:25%;
}

.ht-lineup--taster__5 {
	width:20%;
}

@media screen and (max-width:1100px) {
	.ht-lineup--taster__2 {
		width:50%;
	}

	.ht-lineup--taster__3 {
		width:50%;
	}

	.ht-lineup--taster__4 {
		width:50%;
	}

	.ht-lineup--taster__5 {
		width:50%;
	}
}

@media screen and (max-width:500px) {
	.ht-lineup--taster__2 {
		width:100%;
	}

	.ht-lineup--taster__3 {
		width:100%;
	}

	.ht-lineup--taster__4 {
		width:100%;
	}

	.ht-lineup--taster__5 {
		width:100%;
	}
}

.ht-lineup--border {
	display:block;
	clear:both;
	position:relative;
}

.ht-lineup--booking {
	position:relative;
	float:right;
	width:28%;
	text-align:center;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.ht-lineup--booking-image {
	max-width:200px;
	margin:0 auto 6px auto;
}

.ht-lineup--booking-text {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.ht-lineup--taster-image {
	margin:0 auto 6px auto;
}

.ht-lineup--taster-title {
	font-size:16px;
	text-transform:uppercase;
	color:#c8116b;	
	margin:0 auto 4px auto;
	margin-bottom:4px;
	max-width: 228px;

	
}

.ht-lineup--taster-title__blue {
	color:#00a9ea;
}

.ht-lineup--taster-description {
	font-size:13px;
	font-weight: 400;
	max-width: 228px;
	margin:0 auto 4px auto;
	
}

.ht-lineup--taster-description__bold {
	color:#333333;
	font-weight:bold;
}

.ht-bs-tasters {
	margin-left: 10px;
	z-index: 10;
}

.ht-bs-tasters.fixed {
	top: 3000px;
}

.ht-bs-tasters:nth-child(3) {
	display: none !important;
}

@media screen and (max-width:900px) {
.ht-bs-tasters.fixed {
	position: relative;
}
}

@media screen and (max-width:700px) {
	.ht-lineup--list:before {
		display:none;
	}
	.ht-lineup--tasters {
		float:none;
		width:auto;
		padding:0;
		margin:0 0 20px 0;
	}
	.ht-lineup--booking {
		width:auto;
		float:none;
	}
	.ht-lineup--booking-link:before {
		border-left-color:#ffffff;
	}
	.ht-lineup--booking-link:after {
		border-right-color:#ffffff;
	}
}

.ht-lineup--tasters--buttons {
	text-align: center;
}

.ht-lineup--jump-to-date {
	margin: 10px;
	width: 175px;
	float: left;
	display: block;

}

.ht-lineup--jump-to-date:before {
	border-left-color:#ffffff;
}
.ht-lineup--jump-to-date:after {
	border-right-color:#ffffff;
}

.ht-lineup--booking-link--tasters {
	margin-top: 7px;
	margin-bottom: 7px;
}
.ht-felp--content__active:before, .ht-felp--date__active:before, .ht-felp--each-day-title__active:before, .ht-felp--festival__active>.ht-felp--festival-title:before, .ht-felp--session__active:before {
	content: "\f00c";
	pointer-events: none;
	display: inline;
	font-family: FontAwesome;
}
/* Lineup category end */

@media screen and (max-width: 970px) {
	.ht-felp--filters-set {
		text-align: center;
		flex-wrap: wrap;
	}
	.ht-felp--filters {
		width: 45%;
		display: inline-block;
		float: none;
		margin-bottom: 2px;
		margin-left: 10px;
		margin-right: 10px;
		vertical-align: top;
	}
	.ht-felp--filters-set .ht-felp--filters {
		margin-top: 10px;
	}
	.ht-felp--filter-subtitle, .ht-felp--filter-title {
		background: #eee;
		border: 0;
		padding: 8px;
		height: auto;
		line-height: 1.2;
	}
	.ht-felp--filters-content {
		margin-right: 0;
		display: none;
	}
	.ht-felp--extras-list, .ht-felp--keyword {
		display: none;
	}
	.ht-felp--all-events, .ht-felp--old-programme, .ht-felp--quick-overview {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
	.ht-felp--all-events, .ht-felp--old-programme, .ht-felp--quick-overview {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
}
@media screen and (max-width: 800px) {
	.product_actions, .product_details, .product_text {
		width: auto;
		float: none;
		margin: 0 auto;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		max-width: 500px;
	}
	.product_text {
		margin-bottom: 20px;
	}
	.product_actions {
		max-width: 280px;
		padding: 20px;
		background: transparent;
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	.ht-popup--inner-4 {
		padding: 20px;
		margin: 10px 0;
		width: 92%;
		box-sizing: border-box;
	}
	.ht-popup--content-wrapper {
		max-height: 70vh;
		overflow: auto;
	}
}

@media screen and (max-width: 480px) {
	.event-product--product-left,
	.htlgi-ecommerce--popup--event-product--product-main,
	.ht-felp--filters-set .ht-felp--filters {
		width: 100%;
	}
}