@charset "utf-8";
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #e51b25;
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e51b25;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #FFF;
	margin: 0;
	padding: 15px;
	line-height: normal;
}
.schedule {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 300;
	border: none;	
}
.schedule tr td{
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: dotted 1px #fff;
}

.schedule tr .description {
	width: 55%;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;	
}
.schedule tr .start {
	width: 15%;
	font-size: 14px;
	text-transform: uppercase;	
		letter-spacing: 1px;		
}
.schedule tr .stop {
	width: 15%;
	font-size: 14px;
	text-transform: uppercase;	
		letter-spacing: 1px;		
}
.schedule tr .length {
	width: 15%;
	font-size: 14px;
	text-transform: uppercase;	
	letter-spacing: 1px;	
}
.schedule tr .day {
	width: 100%;
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 50px 0 25px;
	border-bottom: none;
	text-transform: uppercase;
}
.schedule tr .highlight {
	color: #ff8e92;
	font-weight: 900;
	font-size: 14px;			
}

#menu ul {
	padding: 0;
	margin: 0;
}
#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style-type: none;
	list-style-position: outside;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	background-color: #231f20;
	color: #FFF;
	text-decoration: none;
	font-size: 40px;
	padding: 10px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;	
}
#menu ul li a:hover, #menu ul li a:active {
	background-color: #eb6065;
	color: #FFF;
	text-decoration: none;
	font-size: 40px;
}
#container {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
}
#content{
	
}
a, a:link, a:visited {
	background-color: #231f20;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;	
}
a:hover, a:active {
	background-color: #eb6065;
	color: #FFF;
	text-decoration: none;
}
h1, h2, h3 {
	text-transform: uppercase;
}
p, h1, h2, h3, h4 {
	padding-right: 25px;
}
h1 {
	font-size: 120px;
	font-weight: 800;
	letter-spacing: 15px;
	font-family: 'Open Sans', sans-serif;	
}
h2 {
	font-size: 60px;
	font-weight: 700;
	padding: 100px 0 25px;
	margin: 0;	
	clear: both;
	font-family: 'Open Sans', sans-serif;	
}
h3 {
	font-size: 45px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
	line-height: 55px;
	margin-top: 25px;
	padding-right: 25px;		
}
h4 {
	font-size: 24px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 2px;
	color: #ff8e92;
	font-family: 'Open Sans', sans-serif;	
}
p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding-right: 25px;	
}		
.columns {
	float: left;
	width: 50%;
	max-width: 480px;	
}	

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	clear: both;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clear: both;	
}
.press{
	width: 100%;
	max-width: 455px;
	margin-right: 25px	
}
#formsite{
	margin-left: -18px;	
}
.mobile-hide{
	display: none;
}
#footer{
	text-align: center;
	padding: 200px 0 200px;
}
#formsite a {
	background: transparent;
}
.logo{
	float:right;
	width: 200px;	
}
hr {
	border: none;	
	width: 100%;
	height: 25px;
	clear: both;
}
back-to-top {
	background: transparent;		
}
@media screen and (max-width: 768px) {
#menu {
	clear: both;
	padding-top: 50px;
}	
#menu ul li a {
	font-size: 30px;
}
.logo{
	float: left;
	width: 200px;
	clear: both;	
}
.columns {
	float: left;
	width: 50%;
	padding: 0 0 0;
}
h1 {
	font-size: 80px;
	font-weight: 900;
	letter-spacing: 15px;
	margin-bottom: 25px;
}

h2 {
	font-size: 50px;
	font-weight: 700;
	padding: 50px 0 25px;	
}

h3 {
	font-size: 40px;
	font-weight: 600;
}

p {
	font-size: 20px;
	font-weight: 300;
}
	
.press{
	display: none;
}
.mobile-hide{
	width: 100%;
	display: block;
}
img {
	width: 50%;
	max-width: 300px;	
}
@media screen and (max-width: 480px) {
.columns {
	float: left;
	width: 100%;
}	

h1 {
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 15px;
	margin-bottom: 25px;
}
h2 {
	font-size: 32px;
	font-weight: 700;
	padding: 50px 0 25px;	
}
h3 {
	font-size: 30px;
	font-weight: 600;
}
p {
	font-size: 20px;
	font-weight: 300;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	background-color: #231f20;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	padding: 10px;
	font-weight: 600;
}
#menu ul li a:hover, #menu ul li a:active {
	background-color: #eb6065;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}
.schedule {
	font-size: 16px;
}

.schedule tr .day {
	font-size: 28px;
}
#formsite{
	margin-left: 0px;	
}
.press{
	display: none;
}
.mobile-hide{
	width: 100%;
	display: block;
}
.logo{
	clear: both;
	margin: 0 auto;
	text-align: center;
	float: none;
	margin: 0px 0 50px;	
	width: 125px;
}
}
