/* custom css

blue: #2c3e50;
green: #1abc9c;

*/

nav.navbar .navbar-brand{
	text-transform: none !important;
}

#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%;
}

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

p{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
}

.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: 15px;
}

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

.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%;
}

body.blackBack{
	background-color: #000;
}

body.blackBack, body.blackBack p, body.blackBack div, body.blackBack li{
	color: #fff;
}

.yerCellWrapper{
	padding: 60px 30px;
}

.yerCell{
	position: relative;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.yerCell video{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.yerCell .text, .yerCell .text2{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20%;
	z-index: 200;
	text-shadow: 1px 1px 3px #000;
	font-size: 20px;
	line-height: 105%;
}

.yerCell.cell01 .text{
	top: 15%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell02 .text{
	top: 30%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell03 .text{
	top: 35%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell04 .text{
	top: 10%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell05 .text{
	top: 15%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell06 .text{
	top: 20%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell06 .text2{
	top: 55%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell07 .text{
	top: 35%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell08 .text{
	top: 13%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell08 .text2{
	top: 30%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell09 .text{
	top: 10%;
	line-height: 110%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell10 .text{
	top: 27%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell11 .text{
	top: 35%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell12 .text{
	top: 22%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerCell.cell12 .text2{
	top: 52%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.yerBottom{
	padding: 50px 0;
	text-align: center;
	font-size: 60px;
	line-height: 120%;
	color: #fff;
	font-weight: bold;
}

.slide-in-parent{
	overflow: hidden;
}

.delay500{
	transition-delay: 0.5s !important;
	animation-delay: 0.5s !important;
}

.delay1000{
	transition-delay: 1s !important;
	animation-delay: 1s !important;
}

.delay1500{
	transition-delay: 1.5s !important;
	animation-delay: 1.5s !important;
}

.delay2000{
	transition-delay: 2s !important;
	animation-delay: 2s !important;
}

.delay2500{
	transition-delay: 2.5s !important;
	animation-delay: 2.5s !important;
}

.delay3000{
	transition-delay: 3s !important;
	animation-delay: 3s !important;
}

.fade-in-words{
	opacity: 0;
}

.fade-in{
	animation: come-in 2s ease forwards;
	opacity: 0;
}

.fade-in-from-left {
	transform: translateX(-10px);
	animation: come-in 2s ease forwards;
	opacity: 0;
}

.fade-in-from-right {
	transform: translateX(10px);
	animation: come-in 2s ease forwards;
	opacity: 0;
}

.fade-in-from-top {
	transform: translateY(-10px);
	animation: come-in 2s ease forwards;
	opacity: 0;
}

.fade-in-from-bottom {
	transform: translateY(10px);
	animation: come-in 2s ease forwards;
	opacity: 0;
}

.slide-in-from-left {
	transform: translateX(-100%);
	animation: come-in 2s ease-out forwards;
	opacity: 0;
}

.slide-in-from-right {
	transform: translateX(100%);
	animation: come-in 2s ease forwards;
	opacity: 0;
}

.slide-in-from-top {
	transform: translateY(-100%);
	animation: come-in 2s ease forwards;
	opacity: 0;
}

.slide-in-from-bottom {
	transform: translateY(100%);
	animation: come-in 2s ease forwards;
	opacity: 0;
}

.already-visible {
	transform: translateY(0);
	animation: none;
	opacity: 1 !important;
}

@keyframes come-in {
	to {
		transform: translateX(0);
		opacity: 1;
	}
}














/* 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%;
	}

	.ndxAstroBuddy{
		width: 40%;
	}

}

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

@media (max-width: 505px) {
	
	.ndxAstroBuddy{
		width: 60%;
	}

}
















