.timetable {
	margin-top: 300px;
}
.timetable-bg {
	background-color: #fff;
	background-image: url(/images/New_Swirl_UK.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

figure.sponsor {
	position: relative;
	max-width: 300px;
	background: #fff;
	padding: 40px 45px;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	margin-top: 35px;
}
figure.sponsor figcaption {
	position: absolute;
	top: -35px;
	color: #fff;
	left: 0;
	padding: 5px 10px;
	background: #797979;
}
.pricing-wrapper hr {
	border-width: 1px;
	border-color: rgba(0,0,0,.25);
}
.day-switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	height: 75px;
	overflow: hidden;
	list-style: none;
	position: relative;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.day-switch.footer {
	-webkit-transform: translateY(-31px);
	        transform: translateY(-31px);
}
.day-switch:after {
	position: absolute;
	width: 100%;
	height: 0;
	content: '';
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.5);
	        box-shadow: 0 0 2px 2px rgba(0,0,0,.5);
	bottom: 0;
	left: 0;
	z-index: 1;
}
.day-switch .track {
	 position: absolute;
	 background: #797979;
	 bottom: 0;
	 left: 0;
	 height: 60px;
	 width: 100%;
}
.day-tab {
	padding: 20px 50px;
	color: #fff;
	z-index: 3;
	height: 60px;
	cursor: pointer;
	font-size: 20px;
	-webkit-transition: ease .3s;
	transition: ease .3s;
	-webkit-transition-property: background, color, height, border-top;
	transition-property: background, color, height, border-top;
	font-family: 'oswald', sans-serif;
}
.day-tab.active {
	background: #d6d6ce;
	color: #000;
	font-size: 28px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.25);
	        box-shadow: 0 0 2px 2px rgba(0,0,0,.25);
	font-weight: 600;
	height: calc(100% - 4px);
	position: relative;
}

.timetable-wrap {
	position: relative;
	overflow: hidden;
}
.timetable-blur {
	background: #ffe;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
}
.timetable-blur:before {
	position: absolute;
		content: '';
		background-color: #ffe;
		background-image: url(/images/New_Swirl_UK_Blur.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
    opacity: .5;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}
.timetable-title-content {
	z-index: 2;
	position: relative;
	padding: 0 10px 2px;
}
.timetable-content {
	z-index: 2;
	position: relative;
	padding: 40px;
}
.timetable h1 {
	font-size: 87px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'oswald', sans-serif;
}
.theatre-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* Theatre buttons
---------------------------------------------------------------- */
nav .theatre-button-box {
	padding: 50px 0;
}
.theatre-button {
  padding: 10px;
  margin: 2px;
  background-color: #797979;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
	z-index: 1;
	-webkit-transition: ease .3s;
	transition: ease .3s;
}
.theatre-button:hover, .theatre-button:focus {
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,.16);
	        box-shadow: 0 3px 2px rgba(0,0,0,.16);
	background: #000;
}
.theatre-button.active {
	background-color: transparent;
	color: #000;
}
.theatre-button.active:hover, .theatre-button.active:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.theatre-button p {
  padding: 0;
  margin: 0;
	z-index: 10;
	font-family: 'oswald', sans-serif;
	font-size: 20px;
  position: relative;
}

/*From: https://codepen.io/shaneheyns/pen/OPWGry?depth=everything&order=popularity&page=2&q=table&show_forks=false */
.pricing-container {
	width: 90%;
	max-width: 1170px;
	margin: 10px auto;
}

.pricing-container.full-width {
    width: 100%;
    max-width: none;
}

.pricing-list {
	margin: 0;
  list-style: none;
	padding: 0;
	background: rgba(0,0,0,.16);
}

.pricing-list > li {
	position: relative;
	margin-bottom: 1em;
}

.pricing-wrapper {
	position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-wrapper li {
	-webkit-transition: ease .4s;
	transition: ease .4s;
}

.pricing-wrapper .is-visible {
	position: relative;
	z-index: 5;
}

.pricing-wrapper .is-hidden {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	overflow: hidden;
}



.no-js .pricing-wrapper .is-hidden {
	position: relative;
	margin-top: 1em;
}


/* Slot CSS */
.slot-box { padding: 30px 42px; display: -webkit-box; display: -ms-flexbox; display: flex }
.slot-pic { width: 190px; padding: 10px; vertical-align: top; border-radius: 15px; margin-right: 40px; }
.slot-pic img {
	border: 4px solid #fff;
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .5);
	        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .5);
}
.slot-time { display: inline-block; vertical-align: top; background-color: #FFC107; color: #fff; font-weight: 600; padding: 8px 24px; -webkit-box-shadow: 0 3px 2px rgba(0,0,0,.16); box-shadow: 0 3px 2px rgba(0,0,0,.16) }
.slot-text { display: inline-block; color: #000; width: 60%; }
.slot-name { margin-bottom: 10px; font-size: 20px; color: #000 }
.slot-title { margin: 0px; color: #000; font-size: 24px; line-height: 1.3 }
.slot-info { font-size: 14px; }
.yellow-button { -webkit-transition: ease .3s; transition: ease .3s;display: block; margin-top: 40px;  text-align: center; background-color: #FFC107; color: #fff; font-weight: 600; padding: 8px 24px; -webkit-box-shadow: 0 3px 2px rgba(0,0,0,.16); box-shadow: 0 3px 2px rgba(0,0,0,.16)}
.yellow-button:hover, .yellow-button:focus {
	background: #000;
}
.announcement-footer {
	text-align: center;
	padding: 35px 0;
	padding-bottom: 45px;
	color: #000;
	display: none;
}

.slot-box2 { margin-bottom: 20px; background-color: #00a79b; }
.slot-time2 { display: inline-block; vertical-align: top; background-color: #fff; color: #00a79b; border-radius: 6px; padding: 4px; font-weight: 600; }
.slot-text2 { display: inline-block; width: 60%; margin-left: 10px; color: #fff; }

/* Panel Theatre */
.panel-text { margin: 15px; text-align:left; }
.panel-section { text-align: center; }
.panel-white { color: #fff; }

.slot-time.mobile {
	display: none;
}

@media (max-width: 767px) {
	.timetable {
		margin-top: 75px;
	}
	.slot-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.slot-pic {
		margin: 0 auto;
		width: 100%;
	}
	.slot-pic img {
		max-width: 150px;
		margin: 0 auto;
		display: block;
	}
	.slot-text {
		width: 100% !important;
		text-align: center;
	}
	.slot-title {
		font-size: 20px;
	}

	.slot-time {
		display: none !important;
		text-align: center;
		background: rgba(0,0,0,.5);
		display: block;
		margin: 0 auto;
		border-radius: 25px;
	}
	.slot-time.mobile {
		display: block !important;
		max-width: 150px;
		margin-top: 10px;
	}
	.timetable-content {
		padding: 0;
	}
	.timetable-bg .container {
		padding: 0 10px;
	}
	.timetable h1 {
		font-size: 35px;
	}
	.theatre-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.day-tab {
		padding: 20px 20px;
	}
	.day-tab.active {
		font-size: 20px;
	}
	figure.sponsor {
		margin: 20px 0;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.timetable-bg, .timetable-blur:before  {
		background: #fff !important;
	}
}