body {
	
}

.coachlocation {
    margin-bottom: 30px;
    font-size:24px;
}

.panel.panel-default.results {
    margin-left: 75px;
    font-size:13px;
}

.navbar-default {
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 5px;
	background-image: -webkit-linear-gradient(bottom, white, white);
	background-image: -o-linear-gradient(bottom, white, white);
	background-image: linear-gradient(to top, white, white);
	border-bottom-color: #AB0F0F;
	border-bottom-style: solid;
	border-bottom-width: 10px;
}

.navbar-brand img {
	height: 55px;
	margin-top: -20px;
}

.nav > li > a {
	padding: 15px 12px 15px 12px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #08C;
}

.navbar-default .navbar-nav > .active > a {
	color: #08C;
}

.navsocial {
	padding: 12px 15px 0px 15px;
}

.navsocialimg {
	width: 18px;
}

.dropdown-header {
	color: #08C;
}

.allbodies {
	background-color: #1F3475;
	padding-top: 85px;
	padding-bottom: 20px; 
}

.mainbody {
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	border-left: 20px solid white;
	border-right: 20px solid white;
	border-color: white;
	border-radius: 10px;
	background: white;
}

.maintitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.carousel {
	margin-bottom: 10px;
}

.extendedbody {
	margin: 0px 10px 0px 10px;
	padding-bottom: 10px;
}

.footer {
	border-top-color: #5A5A5A;
	border-top-style: solid;
	border-top-width: 10px;
	padding-bottom: 10px;
	background-color: #5A5A5A;
	color: #FAFAFA;
	text-align: center;
}

.footercontainer {
	
}

.footer h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
}

.footer a {
	color: white;
}

.toes {
	font-size: 12px;
	padding: 10px;
	text-align: center;
	background: white;
}

.toessocialimg {
	width: 18px;
}

.membershipbadge {
	float:right;
	color:yellow;
	font-size: 20px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-top: -1px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

@media (max-height: 1024px) and (min-width: 769px) {	
	.dropdown-menu {
	    max-height: 550px;
	    overflow: hidden;
	    overflow-y: auto;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {	
	body {
		
	}
}

@media (max-width: 991px) {
	body {
		
	}
}

@media (max-width: 767px) {
	
}

@media (max-width: 479px) {
	.mainbody {
		border-radius: 0px;
	}
}

@media print {
	a[href]:after {
		content: none !important;
	}

}