.tEDays {
	display: flex;
	margin-bottom: 30px;
}
.tEDay {
	flex-grow: 1;
	position: relative;
}
.tEDay span {
	display: block;
	margin: 0 auto;
}
.tEDay > div {
	display: inline-block;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.tEDStatus {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tEDayAct .tEDStatus {
	background-color: #e30613;
}
.tEDay div:after {
	opacity: 0;
	visibility: hidden;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	bottom: -48px;
	background-color: #ffffff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: calc(50% - 10px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.tEDayAct div:after {
	visibility: visible;
	opacity: 1;
}
.tEDay:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	z-index: -1;
}
.tEDay::nth-of-type(1):after {
	left: 50%;
}
.tEDFirst:after {
	left: 40px;
}
.tEDLast:after {
	width: 40px;
}
.tEDay span.tEDDate {
	font-size: 25px;
	font-weight: bold;
	margin: 7px 0 10px 0;
}
.tEDAllDays, .tEDAllTickets {
	align-self: flex-end;
	background-color: #e30613;
    color: #fff;
    font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 17px 30px 15px 30px;
    display: inline-block;
    margin-top: 35px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
	box-shadow: 0 0 30px 5px #ccc;
    line-height: 18px;
	cursor: pointer;
	margin-left: 20px;
}
.tEDAllDays:hover, .tEDAllTickets:hover {
	background-color: #b6050f;
}
.tEProgram {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	padding: 0;
	background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tEProgram.tEProgramAct {
	padding: 30px;
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: auto;
}
.tEProgram h3 {
	position: relative;
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 14px;
	text-transform: uppercase;
	display: inline-block;
	max-width: calc(100% - 350px);
	width: 100%;
	margin-top: 0;
	margin-bottom: 15px;
}
.tEProgram h3:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #707173;
}
.tEPTeaser  {
	margin-bottom: 60px;
}
.tEPTeaser img {
	float: right;
	width: 265px; 
	height: auto;
}
.tEPTeaser p {
	display: inline-block;
	max-width: calc(100% - 350px);
	width: 100%;
}
.tEPEntry {
	display: flex;
	flex-wrap: wrap;
	align-items:stretch;
	justify-content: space-between;
}
.tEPETime {
	width: 75px;
	font-weight: bold;
	color: #e30613;
	position: relative;
	border-right: 1px solid #e30613;
	position: relative;
	line-height: 20px;
}
.tEPETime:after {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 10px solid #e30613;
	background-color: #ffffff;
	border-radius: 10px;
	right: -10px;
	top: 0;
	z-index: 1;
}
.tEPETime:before {
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	border-radius: 4px;
	right: -4px;
	top: 6px;
	z-index: 2;
}
.tEPEntry:last-of-type .tEPETime {
	border-right: 0;
}
.tEPEntry:last-of-type .tEPEButtons {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

.tEPEContentWrap {
	width: calc(100% - 105px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tEPESimpleContentWrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tEPEImage, .tEPEBTickets {
	width: 24.651162790697676%;
}
.tEPEContent {
	width: 73.48837209302326%;
}
.tEPEContent h4 {
	padding-top: 0;
	margin-top: 0;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
.tEPEContent h4:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #707173;
}
.tEPEButtons {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #f2f2f2;
}
.tEPEBCalendar, .tEPEBMap, .tEPEBWebsite {
	width: 20.930232558139537%;
	background-repeat: no-repeat;
	background-position: 90% center;
}
.tEPEBCalendar {
	width: 23.930232558139537%;
}
.tEPEBWebsite {
	width: 17.930232558139537%;
}
.tEPEButtons > div.tEPEBShare {
	width: 4.651162790697675%;
	color: #e30613;
	padding-left: 0;
	text-align: center;
}
.tEPEBShare {
	font-size: 25px;
	position: relative;
}
.tEPEBShare .glyphicon {
	top: 6px;
}
.tEPEBShare .tTSTShare {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #f2f2f2;
	text-align: center;
	padding: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.tEPEBShare .tTSTShare .addthis_inline_share_toolbox {
	padding: 13px 0;
}
.tEPEBShare:hover .tTSTShare {
	height: 160px;
}
.tEPEButtons > div {
	height: 50px;
	background-color: #f2f2f2;
	line-height: 50px;
	text-transform: uppercase;
	color: #707173;
	font-weight: bold;
	cursor: pointer;
	padding-left: 20px;
	transition: all 300ms ease;
	font-size: 18px;
}
.tEPEButtons > div:hover {
	background-color: #d9d9d9
}
.tEPEButtons > div a {
	color: #707173;
	text-decoration: none;
	display: block;
}
.tEPEButtons > div.tEPEBTickets {
	background-color: #e30613;
	box-shadow: 0 0 30px 5px #ccc;

	text-align: center;
	padding-left:0;
	color: #ffffff;
}
.tEPEButtons > div.tEPEBTickets.tEPEBEmpty {
	background-color: transparent;
	box-shadow: none;
}
.tEPEButtons > div.tEPEBTickets a {
	color: #ffffff;
	text-decoration: none;
}
.tEPEButtons > div.tEPEBTickets:hover {
	background-color: #b6050f;
}
.tEPEButtons > div.tEPEBTickets.tEPEBEmpty:hover {
	background-color: transparent;
}
.tEPECDescription {
	margin-top: 20px;
}
.tEPEBCalendar {
	background-image: url(../Icons/calBg.png);
}
.tEPEBMap {
	background-image: url(../Icons/mapBg.png);
}
.tEPEBWebsite {
	background-image: url(../Icons/websiteBg.png);
}
.tEPEBWebsite.tEPEBEmpty {
	visibility: hidden;
}
.tEPESimpleImage {
	width: 31.083333333333336%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 0;
	height: 250px;
	background-size: cover;
	position: relative;
}
.tEPESimpleContent {
	width: 66.75%;
	position: relative;
	padding-bottom: 70px;
	align-items: stretch;
}
.tEPESimpleContent .tEPEButtons {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.tEPESimpleContent .tEPEButtons>div {
	width: 28.125%;
}
.tEPESimpleContent .tEPEButtons>div.tEPEBShare {
	width: 6.25%;
}
.tEPSimpleEntry {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 30px;
	background-color: #ffffff;
	position: relative;
}
.tEPSimpleEntry:after {
	display: block;
	position: absolute;
	content: '';
	height: 1px;
	left: 30px;
	right: 30px;
	bottom: 0;
	background-color: #f2f2f2;
}
.tEPESimpleImageInfos {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 10px;
}

.tEPESimpleDate {
	display: inline-block;
	background-color: #ffffff;
	line-height: 16px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.tEPESimpleLocation {
	font-size: 22px;
	color: #ffffff;
	text-shadow: 0 0 3px #ccc;
}
.tEPESimpleContent h4 {
    padding-top: 0;
    margin-top: 0;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.tEPESimpleContent h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #707173;
}