/* CSS Document */

.clear { clear:both; }
.input-full { widtH:100%; box-sizing:border-box; }

header { padding-top:50px; text-align:center; border-bottom:4px solid #666; margin-bottom:20px; }
header .container { padding:20px; }

footer { font-size:10px; margin-top:20px; border-top:4px solid #666; }
footer .container { padding:20px; }

input.error, textarea.error, select.error { border-color:#b94a48; color:#b94a48; }

.well dl { margin-top:0; margin-bottom:0; }
dt { float:left; width:200px; }
dd { padding-left:200px; margin:6px 0; }

.priceFloat { float:right; }
.eventDetails, .eventInfo { padding-left:20px; }

.form-inline label { margin:0; display:inline; vertical-align:middle; }
.form-inline input { vertical-align:middle; margin:0; }

.well.well-contained { max-height:200px; overflow:auto; }
.well-light { background:#FFF; }


#feesBar {
	display: none;
}
@media screen and (min-width: 800px) {
	.well-narrow {
		max-width: 340px;
	}
}
@media screen and (min-width: 960px) {
	#feesBar {
		display: block;
	}
}
.eventMoreInfo { display:none; margin-left:20px; margin-bottom:10px; }

#feesBarContent > p { line-height:40px; margin:0; }

.addsportblock { width:33%; padding:5px; display:inline-block; box-sizing:border-box; text-align:center; min-height:50px; float:left;}
.addsportblock:hover { background:#FFF; border-radius:5px; }
.addsportblock.selected { cursor:default; color:#08c; background:#FFF; text-decoration:strikethrough; }
.addsportblock.selected:hover { text-decoration:none; background:#FFF; }

.addsportblock-cutoff:hover {
	background:none;
}
.addsportblock-cutoff .name {
	text-decoration: line-through;
}
.addsportblock .desc {
	display:block;
	font-size:12px;
	text-decoration: none;
	color:#333;
}

.row-spaced > div { margin-bottom:10px; }

.btn-hero {
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */

	display:block; border:4px solid #666; padding:20px 10px; text-align:center;
	font-size:20px; 
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	letter-spacing:-0.8px;
	width:90%;
	margin:5px auto;
	border-radius:10px;
	height:50px;
}
.btn-hero span {
	display:block;
	font-size:18px;
	color:#00C;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
	padding-bottom:5px;
	letter-spacing:-1px;
}

@media screen and (min-width: 900px) {
	.btn-hero {
		font-size: 26px;
	}
}

.btn-hero:hover {
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(183,183,183,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(183,183,183,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(183,183,183,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(183,183,183,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(183,183,183,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(183,183,183,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
text-decoration:none;
color:#000;
}

.btn-hero:active {
background: rgb(206,206,206); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(206,206,206,1) 0%, rgba(244,244,244,1) 23%, rgba(183,183,183,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(23%,rgba(244,244,244,1)), color-stop(100%,rgba(183,183,183,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(244,244,244,1) 23%,rgba(183,183,183,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(244,244,244,1) 23%,rgba(183,183,183,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(244,244,244,1) 23%,rgba(183,183,183,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,206,206,1) 0%,rgba(244,244,244,1) 23%,rgba(183,183,183,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
border-color:#000;
}


@media print {
    
    .hidden-print {
    	display:none !important;
    }

    footer,
    .navbar-fixed-top {
    	display:none !important;
    }

    a[href]:after {
    	content: "";
    }

}