* {
	margin: 0;
	padding: 0;
}
a {
	color: #564b39;
	outline: none;
}
html {
	background: #272727;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #484848;
}
.clear {
	clear: both;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
}
.screen {
	background: url(/assets/images/content_bg.png) repeat-y #272727;
	margin: 0 auto;
	width: 1010px;
}
.header {
	height: 346px;
	background: url(/assets/images/header_bg.jpg) no-repeat bottom center;
}
.page
{	width: 920px;
	margin: 0 auto;
}
.content {	
	font-size: 16px;
	padding-bottom: 50px;
	line-height: 170%;
}
.footer {
	background: url(/assets/images/footer_bg.png) repeat-y center top #272727;
	height: 85px;
	margin: 0 auto;
	width: 920px;
}


.header {
	color: #e9e9e9;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
}
.header .infoCol {
	display: flex;
	flex-basis: calc(65% - 40px);
	flex-direction: column;
	justify-content:stretch;
	margin-right: 40px;
	position: relative;
}
.header .company {
	align-items: flex-end;
	border-bottom: 1px solid #fff;
	display: flex;
	flex-direction: row;
	height: 120px;
	justify-content: space-between;
}
.header .logo {	
	height: 50px;
	margin-bottom: 20px;
	width: 170px;
}
.header .logo img {
	width: 100%;
}
.header .slogan {
	height: 14px;
	margin-bottom: 10px;
	width: 126px;
}
.header .slogan img {
	width: 100%;
}
.header .schoolinfo {
	border-bottom: 1px solid #fff;
	display: flex;
	flex-direction: column;
	height: 170px;
	justify-content: center;
}
.header h1 {
	color: #fff;
	font-family: "Roboto Slab", serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: .35pt;
	text-transform: uppercase;
	line-height: 1.3em;
	text-align: center;
	width: 100%;
}
.header .info {
	position: absolute;
	width: 915px;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
	font-size: 14px;
	text-align: right;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
}
.header .info .divider {
	padding: 0 .25rem;
}
.header .info a {
	display: inline-block;
	margin: 0 .125rem;
	vertical-align: sub;
}
.header .info a img {
	height: 18px;
}

.header .time,
.header .month,
.header .date {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	transform: rotate3d(0, 0, 1, -6.46deg);
}

.header .time {
	background-size: 38px auto;
	height: 80px;
	width: 50px;
}

.header .hourA {
	left: 34px;
	top: 62px;
}
.header .hourB {
	left: 73px;
	top: 56px;
}
.header .minuteA {
	left: 43px;
	top: 131px;
}
.header .minuteB {
	left: 82px;
	top: 126px;
}
.header .month {
	background-size: auto 20px;
	height: 20px;
	left: 35px;
	top: 205px;
	width: 80px;
}
.header .date {
	background-size: 10px auto;
	height: 30px;
	width: 20px;
}
.header .dateA {
	left: 72px;
	top: 197px;
}
.header .dateB {
	left: 83px;
	top: 196px;
}

.header .numeral0 { background-image: url(/assets/images/watch_0.svg); }
.header .numeral1 { background-image: url(/assets/images/watch_1.svg); }
.header .numeral2 { background-image: url(/assets/images/watch_2.svg); }
.header .numeral3 { background-image: url(/assets/images/watch_3.svg); }
.header .numeral4 { background-image: url(/assets/images/watch_4.svg); }
.header .numeral5 { background-image: url(/assets/images/watch_5.svg); }
.header .numeral6 { background-image: url(/assets/images/watch_6.svg); }
.header .numeral7 { background-image: url(/assets/images/watch_7.svg); }
.header .numeral8 { background-image: url(/assets/images/watch_8.svg); }
.header .numeral9 { background-image: url(/assets/images/watch_9.svg); }

.header .month_jan { background-image: url(/assets/images/watch_jan.svg); }
.header .month_feb { background-image: url(/assets/images/watch_feb.svg); }
.header .month_mar { background-image: url(/assets/images/watch_mar.svg); }
.header .month_apr { background-image: url(/assets/images/watch_apr.svg); }
.header .month_may { background-image: url(/assets/images/watch_may.svg); }
.header .month_jun { background-image: url(/assets/images/watch_jun.svg); }
.header .month_jul { background-image: url(/assets/images/watch_jul.svg); }
.header .month_aug { background-image: url(/assets/images/watch_aug.svg); }
.header .month_sep { background-image: url(/assets/images/watch_sep.svg); }
.header .month_oct { background-image: url(/assets/images/watch_oct.svg); }
.header .month_nov { background-image: url(/assets/images/watch_nov.svg); }
.header .month_dec { background-image: url(/assets/images/watch_dec.svg); }

.header .lottieplayer {
	bottom: 0;
	position: absolute;
	right: 0;
}

.header .social {
	display: block;
	position: absolute;
	height: 66px;
	transform: rotate3d(0, 0, 1, -6.46deg);
	width: 66px;
}

.header .instagram {
	left: 174px;
	top: 51px;
}

.header .facebook {
	left: 183px;
	top: 120px;
}

.footer .legal {
	color: #e9e9e9;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	text-align: center;
}

h2 {
	border-bottom: 1px dotted #8b8b8b;
	font-family: "Roboto Slab", serif;
	font-size: 24px;
	font-weight: 100;
	line-height: 36px;
	margin-bottom: 0em;
}
h3 {
	font-family: "Roboto Slab", serif;
	font-size: 20px;
	font-weight: 100;
}
.content
{
	margin: 20px 30px;
	padding: 0  10px;
}
.error
{	color: #900;
	font-size: 12px;
}
form
{	width: 400px;
	margin: 0 auto;
}
label
{
	display: block;
	float: float;
	margin-top: 10px;
}
input
{
	float: float;
	font-size: 20px;
	width: 15em;
	padding: 3px 5px;
	border: 1px solid #e2e3ea;
	border-top-color: #abadb3;
/*	background-color: #FFF; */
}
input:focus
{
	box-shadow: 1px 1px 5px #715c38;
}
input.submit
{
	font-size: 12px;
	margin-top: 1.2em;
	width: auto;
}
.forgotpassword
{	font-size: 10px;

}

.logout
{	float: right;
}
.back
{	float: right;
	color: #666;
}
.back a
{	color: #333;
}
p
{	margin-bottom: 1.2em;
}
.forgotpassword
{}

.column
{	float: left;
	width: 400px;
}
.right
{	margin-left: 70px;
	width: 350px;
}
.content
{	padding-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.content .heading {
	color: #fff;
	display: block;
	font-family: "Roboto Slab", serif;
	font-size: 22px;
	font-weight: 200;
	line-height: 54px;
	margin: 0 4em 0 2.5em;
	text-transform: uppercase;
}

div.registersection {
	margin-bottom: 50px;
}
.tag {
	background: rgb(110,101,96);
	background: radial-gradient(circle, rgba(110,101,96,1) 0%, rgba(81,74,70,1) 100%);
	border-radius: 8px;
	border: 1px solid #2a241a;
	display: block;
	float: left;
	height: 54px;
	margin-bottom: 1rem;
	margin-left: -60px;
	text-decoration: none;
}
.section
{	margin-bottom:20px;
}
.slideshow 
{	margin-top: 20px;
	padding-top: 40px;
	padding-left: 50px;
	border-top: 1px dotted #8b8b8b;
	text-align: center;
}
.question
{	border: 1px dotted #8B8B8B;
	padding: 10px 15px;
}
.schedule h2
{
/*	font-size: 30px; */
/*	line-height: 150%; */
/*	font-weight: 100; */
/*	color: #2a2a2a; */
/*	border-bottom: 1px dotted #8B8B8B;
	margin-bottom: 5px;  */
}
.schedule h3
{	clear: both;
/*	padding-top: 1.2em; */
	color: #715c38;
	font-size: 18px;
	font-weight: 100;
}
.schedule
{	line-height: 160%;
}
.day
{	float: left;
	width: 2em;
	margin-left: 1.5em;
}
.date
{	float: left;
	width: 6.5em;
	text-align: left;
	margin-right: 1em;
	margin-left: 1.5em;
}
.time
{	float: left;
}
ul.booking
{	clear: both;
	list-style: none;
	margin-bottom: 50px;
	margin-left: 0;
}
.booking li
{	clear: both;
	display: block;
}
.require
{	/* color: #715c38; */
	clear: both;
/*	padding-top: 2.4em; */
	border: 1px dotted #8b8b8b;
	padding: 10px 15px;
	margin-bottom: 1.2em;
}

.process h2
{
	padding-left: 160px;
}
.process h3
{	font-size: 18px;
	border-bottom: 1px dashed #8b8b8b;
	line-height: 28px;
	margin-bottom: 4px;
}
.process ul
{	list-style: none;
}
.process p {
	margin-left: 1.2em;
}
.process .column {
	margin-left: 170px;
	margin-top: 1.2em;
	width: 550px;
}
.button {
	background: rgb(110,101,96);
	border-radius: 4px;
	box-shadow: 0 0 1px #84817b;
	border-radius: 5px;
	color: #e9e9e9;
	padding: 1px 4px;
	text-decoration: none;
}
.venue
{	font-size: 18px;
	margin-bottom: 1.2em;
}

.flatbottom
{	margin-bottom: 0;
}

ul
{	margin-left: 1.5em;
}