body{
	min-height: 200px; 
}

.fixed-header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.fixed-header .dev-site-nav {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'futura_ltbold';
    background: #000;
    color: #fff;
}

.footer-sponsors {
	background: url(/images/header-left.jpg) left no-repeat, url(/images/header-right.jpg) right no-repeat, url(/images/header-bg.png) center;
}

#race-kits .popcont {
	top: 25px;
	max-height: 90%;
}

#race-kits .popcont img {
	max-height: calc(84vh);
}

.registration b em {
	font-family: 'droid_serifitalic';
	font-style: normal;
}

.registration .claiming .box-grey {
	padding: 30px 40px 0;
}

.registration .sub-copy {
	margin: 2px 0 6px;
	font-family: 'droid_serifitalic';
	font-size: 0.8em;
}

.registration .tab-category li {
	min-width: 100px;
	width: initial;
    max-width: initial;
	display: inline-block;
	float: none;
	margin-right: 3px;
	margin-bottom: -1px;
}

.registration .tab-category li a {
	text-align: center;
	text-decoration: none;
	border-radius: 5px 5px 0 0;
	border: #787582 1px solid;
	font-family: 'droid_sansbold';
	font-size: 1.1em;
	color: #787582;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 2px;
	margin-bottom: 0;
	line-height: 1.42857143;
	display: block;
	width: initial;
	max-width: initial;
}

.registration .tab-category li:hover a, .registration .tab-category li.active a {
	border: #bd2e2b 1px solid;
	background: #bd2e2b;
	color: #fff;
}

.registration .birthday-fields .visible-fields .form-group {
	margin-bottom: 0;
}

.registration .tab-category-cont label.frlabel {
	font-weight: normal;
}

.registration .tab-category-cont .date2 {
	margin: 0 0 0 3%;
}

.registration .gender-form-label, .registration .pickup-form-label {
	margin-right: 30px;
}

.registration .claiming .box-grey .form-group {
	position: relative;
}

.registration .claim-question {
    margin: 50px 0 10px;
}

.registration .claiming .terms label {
	line-height: 1.42857143;
	display: block;
	font-weight: normal;
}

.registration .terms .col-xs-1 {
    width: 20px !important;
}

.registration .btn-row .gbtn {
	text-align: center;
    color: #616161;
}

.registration .review .breakdown .promo .promo-list {
	margin-left: 10px;
	font-size: 0.8em;
}

.registration .review .breakdown .td .cat {
	width: initial;
	display: inline-block;
	padding: 2px 6px 1px;
}

.registration .review .breakdown .td .free-item {
	margin-left: 10px;
	font-size: 0.8em;
	color: #9f2824;
}

.registration .review .review-box.shirt-size {
	padding-bottom: 0;
}

.registration .review .review-box.shirt-size h4 {
	margin-bottom: 0;
}

.registration .review .review-box .inner{
}

.registration .review .review-box.shirt-size .column {
	width: 50%;
	float: left;
	padding: 20px 17px;
}

.registration .review .review-box.shirt-size .column.with-category {
	width: 100%;
	padding: 10px 17px;
}

.registration .review .review-box.shirt-size .column.with-category:nth-child(2) {
	border-left: 0;
}

.registration .review .review-box.shirt-size .column:nth-child(2) {
	border-left: 2px solid #dbd9d9;
}

.registration .review .review-box.shirt-size .column h5 {
	font-family: 'oswaldbold';
}

.registration .review .review-box.shirt-size .column p {
	padding: 0;
}

.registration .printbtn {
	line-height: 23px;
}

.steps .stepcircle {
	width: 80px;
}

.claiming-modal .close {
	font-size: 31px;
}

.claiming-modal p {
    font-size: 12px;
}

.registration .review .breakdown .td.no-padding {
	padding-bottom: 0;
}

.registration .review .runner-list-table {
	height: initial;
	max-height: 255px;
}

.registration .review .runner-list th, .registration .review .runner-list td,
.registration .review .breakdown .addfee b {
	font-weight: normal;
}

.registration .review .breakdown .description {
	height: auto;
	padding: 0 30px 30px;
	vertical-align: bottom;
	font-family: 'droid_sansbold';
}

.registration .review .breakdown .description span {
	display: block;
	font-family: 'oswaldbold';
	font-size: .82em;
	color: #616161;
}

.registration .help {
	font-size: 13px;
}

#error-messages, .validation-error {
	-webkit-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}

.alertify .ajs-dialog, .alertify .ajs-header, .alertify .ajs-footer {
	border-radius: 5px;
}

.alertify .ajs-header {
	font-family: 'oswaldbold';
	color: #464646;
	font-size: 15px;
	text-transform: uppercase;
}

.alertify .ajs-footer {
	padding-bottom: 12px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
	min-width: 108px;
	font-size: 1em;
	font-family: 'oswaldbold';
	font-style: italic;
	text-transform: uppercase;
	padding: 13px 3px 8px 0;
}

.alertify .ajs-footer .ajs-buttons .btn-primary {
	background-color: #f3dc2a;
	border: none;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	color: #434343;
	margin: 0 12px !important;
}

.alertify .ajs-footer .ajs-buttons .btn-danger {
	background-color: #fff;
	border: 2px solid #434343;
	color: #616161;
}

.loading {
  position: absolute;
  left: 48%;
  z-index: 98;
}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
  background-color: #3498db;
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color: #c0392b;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #f1c40f;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #27ae60;
  animation-delay: .27s;
}

.l-wrapper{
	display: block; margin-left:12px;
}

.fv-form-bootstrap .help-block {
    font-size: 11px;
}

.radio-label { font-weight: normal; }
.errors ul li { list-style-type: none; }
a.gbtn { text-align: center; color:#434343; }
.alert-js small {     
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; 
    text-align: center !important;
    color: #a94442;
    font-size: 14px !important;
}

#error-messages small {
	text-align: center !important;
    color: #a94442;
    font-size: 14px !important;
}

.events .box .btn.pop-msg-btn2 {
	float: left;
	width: 50%;
}

.events .box .btncont2 {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.events .box .btn.view-link2 {
	border-radius: 0 0 0 4px;
	background-color: #dedede;
}

.events .box .btn.register-now {
	border-radius: 0 0 4px 0;
}

.events .tempresults .box .btncont .view-link {
    display: block;
    padding: 10px;
    margin: 0 0 20px 0;
    background: #fff;
    text-align: center;
    letter-spacing: .5px;
    text-decoration: underline;
    font-family: 'oswaldmedium';
    font-size: .9em;
    color: #9f2824;
    float: none;
    width: initial;
}

.events .race-description ul {
	padding-left: 25px;
}

.events .competition-rules {
	background-color: #353535;
	padding: 30px 20px;
	border-radius: 10px;
}

.claiming-modal .modal-body {
	overflow: auto;
	max-height: calc(100vh - 166px);
}

.claiming-modal .modal-body * {
	font-family: 'open sans';
	font-size: 12px;
}

.claiming-modal .modal-body ul {
	margin-left: 15px;
}

.copyright a {
	color: #ddd;
}

.copyright a:hover {
	text-decoration: underline;
}

.privacy-terms ul {
	margin-left: 15px;
}

.events .box .btn.full{
	width: 100%;
	border-radius: 0 0 4px 4px;
}

/*
.search-race .ybtn {
	height: auto;
	height: initial;
	line-height: initial;
	padding: 14px 0 10px;
}
*/
.search-race .ybtn {
	line-height: normal;
	line-height: initial;
	/* height: auto;
	height: initial;
	padding: 10px 0; */
	height:34px !important;
}

.results-bar a.icon-result {
	font-style: italic;
}

.search-race {
	margin-bottom: 18px;
}

.results-main {
	overflow: auto;
}

.results .search-race .tip {
	color: #d3d3d3;
	margin-bottom: 2px;
}

.results .search-race .labeltxt {
	font-weight: normal;
}

.results .search-race .labeltxt p {
	margin: 0;
	line-height: 22px;
}

.results .search-race .labeltxt .search-by-text {
	margin-right: 9px;
}

.results .search-race .labeltxt .search-by-radio {
	margin-right: 9px;
	font-weight: normal;
}

.results .search-race .labeltxt .search-by-radio input {
	margin: 0;
	position: relative;
	top: 2px;
}

.results .search-race .search-text .text-runner-name .search-input-group {
	float: left;
	width: 45%;
	margin-right: 20px;
}

.results .category-list {
	margin-bottom: 16px;
	color: #FFF;
	font-family: 'droid_sansregular';
	font-size: .9em;
}

.results .category-list .labeltxt {
	line-height: 23px;
	font-weight: bold;
	letter-spacing: 1px;
}

.results .category-list .distance {
	word-spacing: 25px;
	color: #fff;
}

.results .category-list .distance a {
	padding: 6px 0 3px;
	color: #fff;
}

.results .category-list .distance a:hover, .results .category-list .distance a.active {
	text-decoration: none;
	border-bottom: #fce001 3px solid;
	margin-bottom: 0;
}

.results .select-race-category {
	color: #434343;
	background: #fff;
	font-size: 20px;
	width: 100%;
	border-radius: 3px;
	padding: 5px;;
}

.results .note {
	margin-bottom: 7px;
}

.results-bar a.icon-result, .results-list table th {
	font-weight: 100;
}

.results-list {
	overflow: auto;
}

.results-list table {
	min-width: 550px;
	overflow: auto;
}

.results-list table td strong {
	font-size: 17px;
}

.search-input-group {
	position: relative;
}

.searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 19px;
    margin: auto;
    font-size: 19px;
    cursor: pointer;
    color: #5a5a5a;
}

.invalid {
	color: #fff;
    background: #bd2e2b;
    padding: 3px 5px;
    display: inline-block; 
}

.td-error-msg > p {
	color: #a94442;
	font-size: 0.8em;
	width: auto;
	text-align: right;
	margin-top: -4px;
}

.slots.tb.group-error-msg {
	color: #a94442;
	font-size: 0.8em;
	width: auto;
	position: relative;
	left: 50px;
	margin-top: -4px;
}

.upload-loader{
	margin-top: -40px;
}

.profile-mb{
	margin:15px 0 0 15px;
}

.profile-mb img{
    height: auto;
    max-width: 30px;
    margin-right: 5px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 2px #fff;
}

.overlay-loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    position: fixed;
    background: #333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: .6;
}

.upload-loader{
	position:fixed; /* change this to fixed */
    top: 50%;
    left: 55%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    z-index: 9999;
}

select[name="race_category_summary"] {
	border: 0;
    font-size: 40px;
    height: 57px;
}

select[name="race_category_summary"] option {
	font-size: 14px;
}

@keyframes loading {
	0% {
		transform: scale(1);
	}
	20% {
		transform: scale(1, 2.2);
	}
	40% {
		transform: scale(1);
	}
}

@media all and (max-width : 980px) {

}

@media all and (max-width : 769px) {
	.registration .tab-category li {
		width: initial;
		max-width: initial;
		padding: 0;
	}

	.registration .tab-category li a {
		width: initial;
		max-width: initial;
		padding-left: 7px;
		padding-right: 7px;
	}

	.results .search-race .search-text .text-runner-name .search-input-group .searchclear {
		height: 30px;
	}

	.results .search-race .search-text .text-runner-name input {
		width: 100%;
		float: none;
		margin-bottom: 12px;
	}

	.results .search-race .search-text .text-runner-name .search-input-group {
		margin-right: 0;
	}

	.results .search-race .search-text .text-runner-name .lastname-input {
		float: right;
	}

	.results .search-race .labeltxt .search-by-radio {
		display: block;
		margin: 0;
	}

	.results .search-race .labeltxt p {
		margin-bottom: 10px;
	}

	.results .search-race .labeltxt .search-by-text, .results .search-race .labeltxt .bib-no, .results .search-race .labeltxt .runner-name {
		display:inline-block;
		margin-right:15px;
	}

	.results .search-race .ybtn {
		width: 100%;
	}

	.results .note {
		margin: 38px 15px 28px;
		font-size: 13px;
	}

	.results-list {
		margin: 0 15px;
	}
	
	.results .category-list .labeltxt {
    white-space: nowrap;
	}
}

@media all and (max-width: 767px) {

	.search-race {
	margin:0 auto 70px;
	}

	.tempresults .row {
	margin-right: 0;
	margin-left: 0;
	}
	
	.search-race .form-control {
	margin-bottom:15px;
	}
	
	.search-race .ybtn {
	margin: 0 auto;
    display: block;
	}
	
}

@media all and (max-width : 480px) {
	.loading {
		  top: 35%;
		  left: 45%;
	}

	.steps .stepcircle {
		width: 60px;
	}

	.steps span {
		font-size: .7em;
	}

}