#about-us {
	-webkit-overflow-scrolling: touch;
	background: #FFF;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	width: 100vw;
}

#about-us .back-button {
	text-shadow: 2px 2px 10px #4C4C4C !important;
}

#about-us #name {
	font-family: "Damion";
	font-size: 30px;
	padding: 10px 20px 0 20px;
	text-align: left;
}

#about-us .tabs-ul {
	-webkit-overflow-scrolling: touch;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	padding: 10px 0 10px 0;
	white-space: nowrap;
}

#about-us .tabs-li {
	display: inline-block;
	font-family: "RubikMedium";
	font-size: 18px;
	padding: 0 15px 0 15px;
	transition: color 0.2s;
}

#about-us .tabs-li-head {
	padding-left: 20px;
}

#about-us .tabs-li-last {
	padding-right: 20px;
}

#about-us .tabs-li-active {
	color: #FFE800;
}

#about-us .tabs-content {
	display: none;
	font-size: 15px;
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

#about-us .tabs-content-active {
	display: block;
}

#about-us .schedule-header {
	margin-left: 11%;
	width: 89%;
}

#about-us .schedule-data {
	display: none;
	margin-left: 11%;
	width: 89%;
}

#about-us .schedule-title {
	font-size: 18px;
}

#about-us .schedule-header .schedule-day {
	padding: 10px 0 10px 0;
}

#about-us .schedule-data .schedule-day {
	padding: 0 0 10px 0;
}

#about-us .schedule-read-more {
	margin-left: 11%;
	padding: 10px 0 20px 0;
	width: 89%;
}

#about-us .data-container {
	padding: 10px 0 10px 0;
	position: relative;
}

#about-us .data-icon {
	float: left;
	font-size: 20px;
	width: 11%;
}

#about-us .data-text {
	float: left;
	font-size: 18px;
	width: 89%;
}

#about-us .data-text a,
#about-us .data-text a:active,
#about-us .data-text a:hover,
#about-us .data-text a:link,
#about-us .data-text a:visited {
	color: #000;
	text-decoration: none;
}

#about-us .data-info {
	font-size: 16px;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
}

#about-us .data-info-read-more {
	margin: 10px 0 0 11%;
}

#about-us .data-blank {
	clear: both;
}

#about-us .data-items {
	padding: 10px 0 10px 15%;
}

#about-us .data-item {
	font-size: 14px;
}

#about-us .drop-down-image {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

#about-us .drop-down-title-header {
	position: relative;
}

#about-us .drop-down-title {
	font-size: 18px;
	overflow: hidden;
	padding: 10px 0 30px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 30px);
}

#about-us .drop-down-icon {
	font-size: 30px;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 5px;
}

#about-us .drop-down-text {
	display: none;
	padding: 0 0 50px 0;
}
