.mobile {
	display: none !important;
}
.mobile-container {
	margin-top: 128px;
	position: relative;
}
.mobile-header, .mobile-subheader {
	width: 100%;
	height: 64px;
	top: 0px;
	text-align: center;
	position: fixed !important;
	z-index: 2;
	display: table;
}
.mobile-header > div, .mobile-subheader  > div {
	display: table-cell;
	vertical-align: middle;
}
.mobile-header > div, .mobile-subheader  > div {
	
}
.mobile-title {
	color: #FFF;
	font-size: 6vw;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.mobile-subheader {
	top: 64px;
}
.mobile-header > div:nth-child(2) {
	text-align: center;
}
.mobile-header .logo {
	height: 64px !important;
	display: block;
	width: 100%;
}
.mobile-header a {
	display: table-cell;
	border: none;
	width: 100%;
}
.mobile-button {
	position: relative;
	padding: 5px 7px;
	margin: 10px;
	border: solid 2px #FFF;
	border-radius: 3px;
	color: #FFF;
	min-width: 26px;
	font-size: 3vw;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	white-space: nowrap;
}
.mobile-header .mobile-button {
	font-size: 20px;
}
.mobile-subheader > div > .mobile-button {
	margin-right: 0px;
}
.mobile-subheader > div:last-child > .mobile-button {
	margin-right: 10px;
}
.mobile-button.selected {
	background-color: #FFF;
}
.mobile-button a, .mobile-button a:hover {
	text-decoration: none;
	color: inherit;
	border: none;
}
.mobile-back {

}
.mobile-menu-button {
	float: right;
}
.mobile-container a, .mobile-container a:hover {
	text-decoration: none !important;
	border: none !important;
	color: inherit !important;
}
.mobile-main {
	display: none;
}
.mobile-main h1 {
	padding: 10px;
	display: block;
	margin: 0px;
	width: auto;
	font-size: 20px;
}
.mobile-padding {
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.mobile-item, .mobile-subitem {
	border-bottom: solid 8px;
}
.mobile-item h1 {
	border-bottom: solid 1px #CCC;
}
.mobile-subitem img {
	width: 30%;
	display: inline-block;
}
.mobile-subtitle {
	position: relative;
	min-height: 100px;
	border-bottom: solid 1px #CCC;
}
.mobile-image {
	width: 30%;
	height: 100%;
	display: inline-block;
	position: absolute;
	background-color: #EFEFEF;
}
.mobile-subitem h2, .mobile-subitem h3 {
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin: 0px;
	margin-left: 0%;
	font-size: 6vw;
}
.mobile-subitem h3 {
	font-size: 4vw;
	line-height: 1.3;
}
.mobile-subitem h2 > a:nth-of-type(2) {
	margin-left: 5px;
	border: solid 2px #FFF !important;
	padding: 8px 12px;
	border-radius: 3px;
	font-size: 3vw;
	float: right;
	line-height: 20px;
}
.mobile-time, .mobile-participants {
	border-bottom: solid 1px #CCC;
	padding: 5px 10px;
}
.mobile-time h4, .mobile-participants h4 {
	margin: 0px !important;
	padding-right: 5px;
	font-weight: bold;
}
.mobile-participants > .mobile-plus:last-child {
	display: none;
}
.mobile-time-twocol h4:nth-of-type(odd) {
	width: 60%;
}
.mobile-time .date-first {
	min-width: 50%;
}
[data-separator="1"] .mobile-padding, [data-separator="1"] .mobile-time, [data-separator="1"] .mobile-participants {
	display: none;
}
[data-separator="1"].mobile-subitem {
	border: none !important;
}
[data-separator="1"] .mobile-subtitle {
	min-height: inherit;
	margin: 0px;
	border: none;
}
[data-separator="1"] .mobile-subtitle h2, .mobile-separator-title h2 {
	color: #FFF;
	width: 100%;
	margin: 0px;
	text-align: center;
}
.mobile-separator-title h2 {
	min-height: 50px;
	vertical-align: middle;
	line-height: 50px;
}
.mobile-timetable {
	position: relative;
	overflow: hidden;
	-webkit-transform-origin: 0 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
.mobile-main .timetable-locations {
	position: absolute;
	-webkit-transform: translateZ(0);
	top: 0px;
	width: auto;
}
.mobile-main .timetable-days {
	position: absolute !important;
	-webkit-transform: translateZ(0);
}
.mobile-menu {
	display: none;
	position: fixed;
	z-index: 20;
	width: 100%;
	top: 64px;
}
.mobile-menu > div {
	display: block;
	border-bottom: solid 1px #FFF;
	color: #FFF;
	padding: 10px;
	
}
.mobile-menu a {
	text-decoration: none;
	border: none;
	color: #FFF;
	display: block;
}
.mobile-cookiewall, .mobile-cookiewall > div {
	width: 100%;
}
@media all and (min-width: 400px) {
	.mobile-title, .mobile-subitem h2, .mobile-subitem h3 {
		font-size: 20px;
	}
	.mobile-subitem h3{
		font-size: 16px;
	}
	.mobile-button, .mobile-subitem h2 > a:nth-of-type(2)  {
	font-size: 14px;
	}
	
	
}