/* custom css

blue: #073bab
yellow: #d0b94c;

*/

.workoutSummary{
	position: relative;
	height: 0%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	margin-bottom: 24px;
	border-radius: 20px;
	overflow: hidden;
	text-shadow: 1px 1px 3px #000;
}

.workoutSummary .wsCover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}

.workoutSummary .wsType{
	position: absolute;
	top: 3%;
	left: 4%;
}

.workoutSummary .wsDate{
	position: absolute;
	top: 3%;
	right: 4%;
}

.workoutSummary .wsTitle{
	position: absolute;
	top: 50%;
	left: 4%;
	right: 4%;
	text-align: center;
	transform: translateY(-50%);
}

.wsTitleLine{
	font-size: 150%;
}

.wsSubtitleLine{
	font-style: italic;
}

.workoutSummary .wsCoach{
	position: absolute;
	bottom: 3%;
	left: 4%;
}

.workoutSummary .wsTime{
	position: absolute;
	bottom: 3%;
	right: 4%;
}

p{
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
	margin-bottom: 15px;
}

.playerCell{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 23px;
}

.playerCellCover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url('/assets/images/face-cover.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
}

.playerCellFace{
	position: absolute;
	top: 22.6%;
	left: 16%;
	bottom: 15%;
	right: 16%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 90;
}

.playerCellName{
	position: absolute;
	bottom: -5px;
	left: 10px;
	right: 10px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	/* text-shadow: 0 1px 2px #000; */
	z-index: 110;
}

.ndxHero{
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

header.header-area.scrolledDown{
	position: fixed;
	left: 0;
	right: 0;
	top: -100px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.95);
	transform:translate(0, 100px);
	-webkit-transition: background-color 0ms ease, transform 300ms ease;
	-moz-transition: background-color 0ms ease, transform 300ms ease;
	-o-transition: background-color 0ms ease, transform 300ms ease;
	transition: background-color 0ms ease, transform 300ms ease;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	z-index: 99999;
}

.menuHelperLabel{
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-indent: 0;
	letter-spacing: 1px;
}

footer{
	padding: 40px 10%;
}

footer p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

footer p:last-child {
	margin-bottom: 0;
}

#snNameSuggest{
	position: absolute;
	top: 105%;
	max-height: 200px;
	z-index: 1000;
	overflow-y: scroll;
	background-color: #fff;
	padding: 15px 15px;
	width: 100%;
}

#snNameSuggest .nameCell{
	position: relative;
	min-height: 40px;
	margin-bottom: 15px;
	padding-left: 50px;
	line-height: 20px;
	font-size: 12px;
	cursor: pointer;
}

#snNameSuggest .nameCell .namePic{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.main-banner{
	background-image: url('/assets/images/hero-ros.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	margin-top: 0px;
}

.main-banner span.category {
	background-color: #fff;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 6px 15px;
	display: inline-block;
	margin-bottom: 30px;
}

.main-banner span.category em {
	font-style: normal;
	color: #f35525;
}

.main-banner h2 {
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 52px;
	width: 50%;
	margin-bottom: 0px;
}

.main-banner.ros{
	padding: 60px 20% 60px 20%;
	margin-bottom: 80px;
}

.main-banner.ros h2{
	font-size: 40px;
	line-height: 50px;
	width: 100%;
}

.regFormP{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.leaderboardTable .nameCell{
	padding-left: 40px;
	position: relative;
}

.leaderboardTable .nameCell .namePic{
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#teamTabs button{
	font-size: 12px;
}

#dayTabs button{
	font-size: 12px;
}

.c3VideoIframeWrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin-bottom: 25px;
}

.c3VideoIframeWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

img.workout-good, img.workout-bad{
	width: 90px;
	height: auto;
}

img.perfect-day-potion{
	width: 150px;
	height: auto;
	display: inline-block;
	margin: 0 10px 10px 0;
}





/* resonsive overrides */
@media (max-width:1199px) {
	
}

@media (max-width:991px) {
	
}

@media (max-width: 980px) {
	
}


@media (max-width: 767px) {

	.main-banner h2 {
		font-size: 30px;
		line-height: 36px;
		width: 80%;
	}

	.main-banner.ros h2{
		font-size: 30px;
		line-height: 36px;
		width: 100%;
	}

}

@media (max-width: 610px) {
	
	.leaderboardTable .namePic{
		display: none !important;
	}
	
	.leaderboardTable .nameCell{
		padding-left: 8px !important;
		font-size: 12px;
	}
	
	.leaderboardTable th{
		font-size: 12px;
	}
	
	.leaderboardTable .workout-good, .leaderboardTable .workout-bad{
		width: 30px;
		height: auto;
	}
	
	.leaderboardTable .extraWorkoutIcon{
		width: 40px;
		height: auto;
	}
	
	.leaderboardTable td, .leaderboardTable th{
		padding: 4px 4px 4px 4px !important;
	}
	
}

@media (max-width: 550px) {
	
}
















