@charset "UTF-8";
/* Move down content because we have a fixed navbar that is 50px tall */
html {
	position: fixed;
	background-image: url(images/THE_ACTIONS.jpg);
	background-repeat: no-repeat;
	background-position: 80% 20%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;
	height: 100%;
	overflow-y: hidden;
	width: 100%;
	position: fixed;
	
	
	
}


body {
	position: fixed;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	height: 100%;
    background-color: none;
    background: 0 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	 
}

.navbar {
	margin-bottom: 0px;
}
.row {
	
	padding-bottom: 0;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 0;
	margin-bottom: 0px;
	
}



.livesection {
	color: #ffffff;
	background-image: url(images/live.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 80% 20%;
	
}
#live.space {
	height: 1px;
}

.jumbotron.aboutJumbotron.livesection h2 {
	color: #ffffff;
}


.jumbotron.aboutJumbotron.livesection p {
	color: #ffffff;
}
.jumbotron.aboutJumbotron.livesection a {
	color: #ffffff;
}
.navbar-header {
	
	border: none;
	
}
@media (min-width: 768px) and (max-width: 990px) {
	
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none!important;
	}
	.navbar-toggle {
		display: block;
	}
	
	.navbar-fixed-top {
		top: 0;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	
	.navbar-nav>li {
		float: none;
		
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display: block!important;
	}
}


.navbar {
	
	color: #ffffff;
}
.navbar-default {
	background-color: rgba(53,53,53,0.8);
	color: #ffffff;
	border: none;
}
.navbar-left {
	background-color: transparent;
	color: #ffffff;
	border: none;
}

.nav.navbar {
	color: #ffffff;
}

.nav.navbar-nav.navbar-right li a {
	color: #E1E1E1;
	font-size: 1em;
	
	 
}

.nav.navbar-nav.navbar-right li a:hover {
	color: #BBB8B8;
}

#signup a:hover {
	opacity: 0.5;
}
#preorder-video-container {
	
	background-image: url(images/flourishredbkweb2.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 90px;
	color: white;
	width: 100%;
	height: auto;
	border: none;
}
#preorder-video-container h4 {
	line-height: 1.3;
}
#preorder-video-container a {
	text-decoration: underline;
	color:rgba(0,210,254,1.00);
	font-weight: bold;
}
#pre-order-save a {
	color: #10DADA
}
#pre-order-save a:hover {
	color: white;
	
}
#preorder {
	
	box-shadow: 5px 10px 50px rgba(0 ,0, 0, 0.7);
	/*background-color:rgba(0,0,0,0.1);*/
	outline: none;
	width: 95%;
	height: 95%;
	max-width: 600px;
	max-height: 600px;
	border: none;
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#preorder a {
	text-decoration: none;
}
#preorder:focus {
	outline :none;
}
@media (min-width: 768px) and (max-width: 1280px) {
	#preorder {
		
		border: none;
		outline : none;
		width: 50%;
		height: 50%;
		
		
    }
}
	
/*@media (min-width: 1024px) {
	#preorder {
		border: none;
		outline : none;
		width: 50%;
		height: 50%;
		
		
    }*/
	#preorder-video-container {
		margin-top: 0px;
		padding-top: 55px;
	}
}
	
.container-fluid.pic-before-bio	{
	
	height: 550px;
}	
.jumbotron {
	padding-top: 0%;
	margin-top: 0px;
	background-color:rgba(247,247,247,0.85); 
	padding-left: 8%;
	padding-bottom: 8%;
	padding-right: 8%;
	
	color: #333333;
	/*margin-bottom: 50px;*/
	border-radius: 0;
	
}
.top {
	width: 100%;
	height: 550px;
}
@media (min-width: 900px) and (max-width: 1280px) {
	#top {
		height: 850px;
	}
}
@media (min-width: 1280px) {
	#top {
		height: 1100px;
	}
}

.space {
	height: 0px;
	padding: 0%;
}
@media (min-width: 520px) {
	.space {
		height: 0px;
		padding: 0%;
	}
}
.jumbotron.aboutJumbotron {
	margin-top: 0px;
	border-radius: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 50px;
	margin-top: 50px;
	
}


.trackus {
	
	padding-bottom: 10px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	
	
}

.trackus a img {
	margin-top: 20px;
	width: 20%;
}

@media (max-width: 480px) {
	.trackus a img {
		width: 60%
	}
}



.social {
	width: 40px;
	height: 40px;
	padding: 2px;
}
.social-icon a:hover {
	opacity: 0.5;
}
.container-fluid#sec-contacts {
	
	background-color:rgba(191,191,191,0.85);
	padding-bottom: 20px;
	margin-bottom: 0;
	
}

#join-m-l {
	a:hover
}

.bg-press {
	background-color:rgba(191,191,191,0.85);
}


.btn.btn-primary.btn-lg {
	background-color: #FFFFFF;
	border: none;
	border-radius: 1;
}

footer {
	margin-top: 40px;
	Color: #333;
	font-size: 12px;
	
	text-align: center;
	padding-top: 15px;
	line-height: 20px;
}
footer a:hover {
	text-decoration: none;
}
@media (max-width: 420px) {
footer {
Font-size: 11px;
Padding-left: 20px;
Padding-right: 20px;
	}

}













