
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section_subtitle
{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ff9711;
	line-height: 0.75;
}
.section_title
{
	font-size: 72px;
	font-weight: 400;
	color: #262626;
	line-height: 1.1;
	margin-top: 3px;
}



.timetable
{
	padding-top: 61px;
	padding-bottom: 100px;
	overflow: hidden;
}
.tt_overlay
{
	position: absolute;
	top: -270px;
	right: 0;
	transform-origin: right bottom;
	width: 130%;
	height: 270px;
	background: #FFFFFF;
	transform: rotate(-8deg);
}
.timetable .section_title
{
	color: #FFFFFF;
}
.timetable_filtering
{
	margin-top: 69px;
}
.timetable_filtering ul li
{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
	white-space: nowrap;
	margin-bottom: 30px;
}
.timetable_filtering ul li:not(:last-of-type)
{
	margin-right: 59px;
}
.timetable_filtering ul li.active,
.timetable_filtering ul li:hover
{
	color: #f98c00;
}
.timetable_filtering ul li.active::after
{
	display: block;
	position: absolute;
	left: -5px;
	bottom: -8px;
	width: calc(100% + 10px);
	height: 2px;
	background: #f98c00;
	content: '';
}
.timetable_container
{
	margin-top: 62px;
	width: 100%;
	left: -78px;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	display: -ms-flexbox !important;
	display: flex !important;

}
.tt_day
{
	width: calc((100% - 48px) / 7);
}
.tt_title
{
	width: 100%;
	height: 46px;
	background: #ff9711;
	text-align: center;
	line-height: 46px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 17px;
	border-radius: 22px;
}
.tt_class
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 145px;
	background: #ececec;
	border-radius: 3px;
}
.tt_class:not(:last-child)
{
	margin-bottom: 8px;
}
.tt_class.empty
{
	background: #565656;
}
.tt_class_title
{
	font-size: 16px;
	font-weight: 600;
	color: #262626;
	line-height: 1;
}
.tt_class_instructor
{
	font-size: 12px;
	font-weight: 500;
	color: #535353;
	line-height: 1.1;
	margin-top: 16px;
	text-align: center
}
.tt_class_time
{
	font-size: 19px;
	font-weight: 600;
	color: #ff9711;
	line-height: 16px;
	margin-top: 28px;
	text-align: center;
}

.timetable_row
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.timetable_col
{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.timetable_filtering > ul
{
	-ms-flex-align: start !important;
	align-items: flex-start !important;
	-ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	display: -ms-flexbox !important;
	display: flex !important;
	list-style: none;
	margin-bottom: 0px;

}
 @media screen and (min-width: 660px) {

	 .timetable_container
	 {
		 -ms-flex-pack: justify !important;
		 justify-content: space-between !important;
		 -ms-flex-direction: row !important;
		 flex-direction: row !important;
	 }


 }
@media screen and (max-width: 654px) {

	.tt_title
	{
		width: 100%;
		height: 46px;
		background: #ff9711;
		text-align: center;
		line-height: 46px;
		font-size: 11px;
		font-weight: 500;
		color: #FFFFFF;
		text-transform: uppercase;
		margin-bottom: 17px;
	}


 }
