body {
	background: #fff;
}

#backgroudStage {
	display: none;
}

#topNavbar {
	display: none;
}

.main-container {
	display: none;
}

.theater-details > .row:first-child {
	display: none;
}

.theater-details > .row:nth-child(2) {
	display: none;
}

.theater-details p.desc {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.5;
	max-height: 999px;
}

.theater-details .performances {
	width: auto;
	margin-top: -10px !important;
}

.performances > a {
	font-size: 18px;
	padding: 18px 30px;
	width: auto;
	background: #d12e80;
	border-radius: 0;
	color: #fff;
	font-weight: 400 !important;
	border: 0;
	height: auto;
	position: relative;
}

.performances > a:hover {
	opacity: .8;
	color: #fff;
}

.performances > a > .flags {
	position: absolute;
	top: 7px;
	right: -10px;
}

.performances > a > .flags > img {
	background-color: #fff;
}

.showtime-legend {
	display: none !important;
}

.root-container {
	padding-top: 100px;
}

#filter-date {
	font-family: inherit;
}

.performances i.decor-left {
	width: 16px;
	height: 16px;
	left: -8px;
	border: 0;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	margin-left: -8px;
}

.performances i.decor-right {
	width: 16px;
	height: 16px;
	right: -8px;
	border: 0;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
	margin-right: -8px;
}

#schedules .row .span6 {
	width: 100%;
}

.row-separator2 {
	height: 50px;
	margin: 0;
	background-color: #fff;
}

.root-container .container-content {
	padding-bottom: 50px;
}

/**************************************/

body {
	font-family: "futura-pt", "Futura PT", "Futura", sans-serif;
	font-weight: 400;
	padding-top: 130px;
}

a {
	color: #d12e80;
}

a:hover {
	color: #666;
}

#knapsack-nav {
	height: 130px;
	background-color: #231f20;
	color: #fff;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#knapsack-nav::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#knapsack-logo {
	display: inline-block;
	width: 183px;
	vertical-align: middle;
}

#knapsack-logo > img {
	width: 183px;
}

#knapsack-nav > .back {
	position: absolute;
	top: 75px;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	left: 10%;
	text-transform: uppercase;
	color: #fff;
}

#knapsack-nav > a:hover {
	color: #d12e80;
}

.footer a {
	color: #d12e80;
}

