.venue-schedule-container {
	width: calc(100% / 3);
	float: left;
	display: inline-block;
}

.venue-schedule-container.solaris {
	background-color: #E0E0E0;
}

.venue-schedule-container.mustamae {
	background-color: #D8D8D8;
}

.mustamae .venue-schedule-container-screenings-container {
	width: calc(100% - 6px);
	border: 3px solid #F0F0F0;
	border-width: 0 3px;
}

.venue-schedule-container.other {
	background-color: #E0E0E0;
}

.venue-schedule-container-title {
	height: calc(80px - 2px);
	line-height: calc(80px - 2px);
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 100%;
	background-color: #24272d;
	border-bottom: 2px solid #04070d;
	overflow: hidden;
}

.venue-schedule-container-title * {
	padding: 0;
	font-family: inherit;
	font-weight: bold;
	font-size: 25px;
	color: #F39133;
}

.one-venue-schedule-container {
	height: calc(132px - 2px);
	width: 100%;
	overflow: hidden;
	/*background-color: rgba(0, 0, 0, 0.1);*/
	float: left;
  /*background: -webkit-linear-gradient(red, yellow);
  background: -o-linear-gradient(red, yellow);
  background: -moz-linear-gradient(red, yellow);
  background: linear-gradient(white, rgba(0,0,0,0.2));*/
	border-bottom: 2px solid #F0F0F0;
	-webkit-transition: all 0.8s cubic-bezier(.25,.8,.25,1);
	transition: all 0.8s cubic-bezier(.25,.8,.25,1);
	position: relative;
}

.venue-schedule-container-screenings-container {
	height: calc(100% - 80px);
	width: 100%;
	overflow-y: scroll;
	float: left;
}

.venue-schedule-container-screenings-container::-webkit-scrollbar {
  width: 0;
}


.venue-schedule-photo {
	height: 100%;
	/*height: calc(100% - 10px);*/
	width: 30%;
	/*margin-top: 10px;*/
	float: left;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.venue-schedule-info-container {
	height: calc(100% - 10px);
	width: calc(70% - 10px);
	float: left;
	display: inline-block;
	padding: 10px 0 0 10px;
}

.venue-schedule-time-container {
	float: left;
	display: inline-block;
	width: 100%;
	height: 32px;
}

.venue-schedule-time {
	float: left;
	display: inline-block;
	font-family: inherit;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #F39133;
}

.venue-schedule-title-original {
	font-size: 15px;
}

.venue-schedule-venue-container {
	float: left;
	display: inline-block;
	margin-left: 10px;
}

.venue-schedule-venue, .venue-schedule-venue-hall {
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-left: 5px;
}

.venue-schedule-footer-qa, .venue-schedule-footer-soldout {
	height: 32px;
	width: 32px;
	display: inline-block;
	background-size: 32px;
	margin-top: 2px;
}

.venue-schedule-qa, .venue-schedule-soldout {
	height: 40px;
	width: 40px;
	display: inline-block;
	background-size: 40px;
	float: right;
	margin-right: 10px;
}

.venue-schedule-footer-qa, .venue-schedule-footer-soldout {
	float: left;
}

.venue-schedule-soldout.new {
	height:100px;
	width: 200px;
	float: right;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	position: fixed;
	margin-top: 40px;
}

.venue-schedule-festival {
	height: 50px;
	width: 50px;
	float: right;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.venue-schedule-festival.justfilm-festival {
	height: 40px;
	width: 40px;
	bottom: 10px;
}

.venue-schedule-festival.swff-festival {
	height: 22px;
	width: 95px;
}

.venue-schedule-festival.first-festival, .venue-schedule-festival.main-festival {
	height: 40px;
	width: 73px;
}


.venue-schedule-footer {
	height: calc(80px - 2px);
	float: left;
	width: 100%;
	background-color: #24272d;
	border-top: 2px solid #04070d;
	position: fixed;
	bottom: 0;
	left: 0;
}

.venue-schedule-footer-explanations {
	height: 100%;
	width: 25%;
	float: left;
	display: inline-block;
	margin-left: 10px;
}

.venue-schedule-footer-explanations > div > span {
	margin-left: 10px;
	color: white;
	font-size: 20px;
	line-height: 36px;
}

.current-time {
	width: 250px;
	text-align: center;
	float: left;
	display: inline-block;
	padding: 0;
	font-family: inherit;
	font-weight: bold;
	font-size: 25px;
	line-height: 80px;
	margin-left: calc(25% - 125px);
	color: #F39133;
}

.venue-schedule-footer-logo {
	height: 100%;
	width: 243px;
	float: right;
	display: inline-block;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 20px;
}

.screeningschedule-page {
  float: left;
  width: 100%;
  height: 100%;
  display: inline-block;
	background-color: #bbbbbb;
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.venueschedule-no-screenings {
	position: fixed;
	width: 100%;
	height: 700px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	margin: auto;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	display: none;
}

.venueschedule-no-screenings > div {
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 100%;
	display: inline-block;
	margin-top: 50px;
	font-weight: bold;
}

.venueschedule-no-screenings * {
	/*font-family: inherit;*/
	color: #F39133;
}

.venueschedule-no-screenings > div:first-of-type {
	margin: 0;
}

@media(max-width: 1700px) {
	.venue-schedule-container-title * {
		font-size: 1.4em !important;
	}

	.venue-schedule-title {
		font-size: 0.7em !important;
	}

	.venue-schedule-venue-hall, .venue-schedule-venue {
		font-size: 1em !important;
	}
}

@media (max-width: 1000px) {
	.current-time {
		font-size: 1.3em;
	}
	.venue-schedule-footer-logo, .venue-schedule-footer-explanations {
		display: none;
	}
	.current-time {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 1100px) {
	.venue-schedule-container {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.one-venue-schedule-container {
		min-height: 130px;
		height: auto;
	}

	.venue-schedule-photo {
		height: 132px;
	}

	.venue-schedule-container-title * {
		font-size: 1.2em !important;
	}
}
