
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&subset=latin-ext');
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.intro {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 40px;
	padding-top: 100px;
	background: url(repository/layout/bg.jpg), #232728; 
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: bottom left;
	font-size: 16px;
}
header {
	height: 92px;
	background: #232728; 
	color: #d1dfe3;
}
header section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: justify;
}
header section > div {
min-height: 0;
min-width: 0;
	flex: 1;
}
header .logo {
	display: inline-block;
	width: 149px;
	height: 108px;
	background: url(repository/layout/logo-big-white.png) center center no-repeat;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
	position: relative;
	z-index: 10;
	margin-top: -6px;
}
footer {
	background: #232728;
	color: #FFFFFF;	
	padding: 30px;
}
img {
	max-width: 100%;
}
main {
	background: #edf2f4;
	padding-bottom: 20px;
}
section, .races_full .text, .race_signup_main_content {
	width: 1600px;
	margin: 0px auto;
	max-width: 100%;
}
main section {
	background: #FFFFFF;
	padding: 30px;
}
h1 {
	font-size: 50px;
	color: #2a333a;
	text-align: center;
	font-weight: 700;
	margin: 0px;
	padding: 20px 0px;
	text-transform: uppercase;
}
h1 strong {
	font-weight: 900;
}
h1:after {
	content: " ";
	display: block;
	width: 84px;
	height: 8px;
	background: #8DDF2F;
	margin: 10px auto 20px auto;
}
h1 {
	min-height: 150px;
	line-height: 70px;
	padding: 40px 0px 20px 0px;
}
h1:after {
	margin-top: 14px;
}
h2, .race_signup_main_content h1 {
	font-size: 30px;
	color: #2a333a;
	font-weight: 700;
}
.race_signup_main_content h1:after {
	display: none;
}
.race_signup_steps_container {
	display: none;
}
.races_full .image {
	height: 400px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.races_menu {
	background: #232728;
	text-align: center;
	font-size: 20px;
}
.races_menu a {
	display: inline-block;
	color: #FFFFFF;	
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 50px;
}
.races_menu a.active {
	font-weight: 700;
}
.race_signup_button {
	margin-top: 40px;
}
.races_full .text form {
	display: none;
}
.races_full .text h2 {
	margin-bottom: 0px;
	margin-left: -2px;
}
.races_full .text h3 {
	margin-bottom: 0px;
	margin-left: -2px;
}
.races_full .text td {
	padding-right: 30px;
}
.race_signup_main_content .form {
	width: 800px;
	max-width: 100%;
	margin: 0px auto;
}
.races_full .text {
	width: 1200px;
	max-width: 100%;
	margin: 0px auto;
}
.race_signup .sum {
	margin: 0px auto;
	background: #FFFFFF;
}
	
.race_signup .buttons {
	margin-top: 40px;
	text-align: center;
}
.race_signup .buttons ._Button {
	margin: 5px;
}
.errormessage {
	text-align: center;
}
.sum ._Component {
	margin: 0px;
}
.race_category_competitors table {
	width: 100%;
	margin-top: 10px;
}
.race_category_competitors td {
	background: #FFFFFF;
	padding: 4px;
}
.info {
	padding-top: 100px;
	color: #FFFFFF;
}
.info a {
	color: #FFFFFF;
}
.files a {
	display: inline-block;
	margin: 10px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	background: rgba(0,0,0,0.5);
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	opacity: 0.7;
	font-size: 12px;
}
.files a:hover {
	opacity: 0.9;
}
._TextArea {
	height: 100px !important;
}
.race_category_competitors h2 {
	font-size: 20px;
}
@media only screen and (max-width: 1650px){
header .logo {
		margin-left: 20px;
	
}
}
@media only screen and (max-width: 900px){
.race_signup_main_content .form {
		width: auto;
	
}
.race_signup_main_content .form td {
		display: block;
	
}
._ComboBox {
		width: auto;
	
}
main section, main .races_full .text, main .race_signup_main_content {
		padding: 20px;
	
}
}
@media only screen and (max-width: 600px){
.intro {
		padding-top: 50px;
		font-size: 12px;
	
}
}
._TextEdit, ._TextArea, ._ComboBox {
	font-family: inherit;
	padding: 10px;
	border-radius: 0px;
	border: 2px solid #dce2e5;
	width: 100%;
}
._TextEdit:hover, ._TextArea:hover, ._ComboBox:hover {
	border: 2px solid #688795;
}
main ._TextEdit, main ._TextArea, main ._ComboBox {
	margin-bottom: 10px;
}
._TextArea {
	height: 300px;
}
._CheckBoxLabel {
	margin-left: 22px;
}
._CheckBox {
	border: 2px solid #dce2e5;
}
._CheckBox:hover {
	border: 2px solid #688795;
}
._ComboBox {
	width: auto;
	background: #ffffff; 
}
._ComboBox:hover {
	background: #dce2e5;
}
._ComboBox + .button + ul li {
	border-radius: 0px;
}
._ComboBox + .button + ul li.selected > a {
	background: #6DBF2F;
	border: 1px solid #6DCF2F;
}
._Button {
	display: inline-block;
	text-decoration: none;
	font-family: inherit;
	background: #7897A5;
	color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	cursor: pointer;
	height: 60px;
	line-height: 30px; 
	font-size: 25px;
	font-weight: normal;
	vertical-align: middle;
	padding: 0px 30px;
	text-transform: uppercase;
}
._Button:hover {
	background: #688795;
	border: 0px;
}
a._Button {
	line-height: 60px;
}
._SpinEdit {
	width: 100px;
}
.race_signup_competitor .textAfter td div {
	margin-top: -10px;
	padding-bottom: 30px;
	font-size: 80%;
	font-style: italic;
}
 	
.races_full .image {
	max-width: 900px;
	margin: 0px auto;
}
.races_full .image_container {
	background: #000000;
}
	
.races_full .text {
	padding: 40px 0px;
}
th {
	text-align: left;
}
