
/*******************Custom CSS Goes Here*********************/

body, html{
	-webkit-font-smoothing: antialiased;
	background: #000;  /*Old browsers */
	margin:	 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#ccc;
}


/*typography*/

.releaseDate{
	font-family: 'Judson', serif;
	font-size:42px;
	color:#fff;
	text-align:center;
	margin: 0 auto;
}


.footer{
	color:#6b89a8;
	font-size:10px;
}

.socialText{
	text-transform:uppercase;
	font-size:21px;
}

a {
	color:#5f6e94;
	text-decoration:none;
	-o-transition: color 0.8s linear;
	-moz-transition: color 0.8s linear;
	-khtml-transition: color 0.8s linear;
	-webkit-transition: color 0.8s linear;
	-ms-transition: color 0.8s linear;
	transition: color 0.8s linear;
}

a:hover {
	color:#fff;
	-o-transition: color 0.8s linear;
	-moz-transition: color 0.8s linear;
	-khtml-transition: color 0.8s linear;
	-webkit-transition: color 0.8s linear;
	-ms-transition: color 0.8s linear;
	transition: color 0.8s linear;
}


/*Layout*/

li {
	margin: 10px 0px 10px 0px;
}

.clearFloat{
	clear:both;
}

#navWrapper{
	width:100%;
	height:100px;
	background-color:#000;
	position:fixed;
	top:0px;
	z-index:999;
	border-bottom: 1px solid #242d49;
}

#navContainer{
	width:960px;
	text-transform:uppercase;
	margin:0 auto;
	line-height:100px;
}

#buttonHolder{
	width:15%;
	text-align:center;
	float:left;
}

#logo{
	width:240px;
	margin:0 auto;
	padding:10px 0 10px 0;
	/*background-color:#ff0;*/
	overflow:hidden;
	float:left;
}


#mainContainer{
	width:100%;
	text-overflow:hidden;
	/*text-align:center;*/
	margin:0;
	background-image:url(../images/background_r_30.jpg);
	background-color:#091122;
	background-size:contain;
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-position: center top;
}

#ctaBar{
	width:960px;
	background-color:#000;
	height: 120px;
	line-height:120px;
	text-align:center;
	font-size:38px;
	text-transform:uppercase;
	border: 1px solid #242d49; 
	font-family:'Judson', serif;
	margin: 0 auto;
	-o-transition: background-color 0.8s linear;
	-moz-transition: background-color 0.8s linear;
	-khtml-transition: background-color 0.8s linear;
	-webkit-transition: background-color 0.8s linear;
	-ms-transition: background-color 0.8s linear;
	transition: background-color 0.8s linear;
}

#ctaBar:hover{
	background-color:#081223;
	-o-transition: background-color 0.8s linear;
	-moz-transition: background-color 0.8s linear;
	-khtml-transition: background-color 0.8s linear;
	-webkit-transition: background-color 0.8s linear;
	-ms-transition: background-color 0.8s linear;
	transition: background-color 0.8s linear;
}


#contentContainer{
	width:960px;
	margin:0 auto;
	text-overflow: hidden;
	font-family: 'Judson', serif;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	border: none 0;
}


#callOutContainer{
	width:100%;
	background-color: #4171bf;
	text-align: center;
	height: 98px;
	margin: 20px 0 20px 0;
}


#socialContainer{
	width:960px;
	background-color:#321;
	margin:0 auto;
}

#socialSub{
	width:33%;
	text-align:center;
	float:left;
	color:#99a6c6;
	margin: 3% 0 3% 0;
	line-height:50px;
}

#socialSub:hover{
	color:#fff;
}

.socialImg{
	width:32px;
	border:none;
	vertical-align:middle;
	margin-right:10px;
}


#logos{
	float:left;
	margin-right: 50px;
	width:70px;
	height: auto;
	/*background-color:#123;*/
}


#overviewWrapper{
	width:100%;
	min-width:960px;
	background-image:url(../images/maze.jpg);
	background-position:right;
	background-size:80%;
	background-repeat:no-repeat;
	background-color:#000;
	min-height:400px;
	overflow:hidden;
	padding-top:50px;
}

#overviewContainer{
	width:960px;
	margin: 0 auto;
	/*background-color:#f00;*/
	overflow:hidden;
	padding-left:100px;
}


#overviewContent{
	width:500px;
	float:left;
	/*background-color:#ff0;*/
	overflow:visible;
}

.overviewText{
	font-size:16px;
}

#featuresWrapper{
	width:100%;
	background-color:#000;
	min-height:400px;
	overflow:hidden;
	padding-top:50px;
}

/* This rule is read by Galleria to define the gallery height: */
#galleria{height:640px}

.galleria {
                height:420px;    /* defines a static gallery height */
                max-width:820px; /* defines a responsive width */
            }
			
#sideImage{
	width:200px;
	height:200px;
	border-radius:50%;
	-moz-border-radius:50%;
 	-webkit-border-radius:50%;
	background-image:url(../images/anya.jpg);
	background-size:100%;
	background-repeat:none;
	background-position:center;
	float:right;
	margin-top:50px;
	margin-right:120px;
}

#sideImage2{
	width:200px;
	height:200px;
	border-radius:50%;
	-moz-border-radius:50%;
 	-webkit-border-radius:50%;
	background-image:url(../images/galecki.jpg);
	background-size:100%;
	background-repeat:none;
	background-position:center;
	float:right;
	margin-top:50px;
	margin-right:120px;
}

#footerWrapper{
	width:100%;
	background-color:#000;
	text-overflow:hidden;
	/*height:225px;*/
	padding: 30px 0;
}

#footerContainer{
	width:900px;
	margin:0 auto;
	/*height:106px;*/
	text-align:left;
}

#legal{
	padding:10px 0;
}



#loginWrapper{
	width: 100%;
	/*background-size:50%;*/
	background-color:#081223;
	text-overflow: hidden;
	margin: 0 auto;
	/*text-align:center;*/
	height:420px;
}

#buynowWrapper{
	overflow:hidden;
	width:100%;
	background-color:#000;
}

#buynowContainer{
	width:960px;
	height:150px;
	background-color:#000;
	margin:0 auto;
}

#loginContainer{
	width:480px;
	/*text-align:center;*/
	/*background-color:#890;*/
	text-overflow:hidden;
	margin:0 auto;
	float:right;
	padding-top:50px;
}

.signupLayout{
	width:960px;
	/*background-color:#00f;*/
	margin:0 auto;
	overflow:hidden;
}

.signupHead{
	font-family: 'Judson', serif;
	text-transform:uppercase;
	font-size:42px;
	line-height:80px;
	color:#99a6c6;
}

.signupText{
	font-size:21px;
	width:460px;
	margin-bottom:20px;
}


#instructionContainer{
	width:92%;
	text-align:left;
	/*background-color:#259;*/
	margin:0 auto;
}




/*Responsive Youtube by John Surdakowski
http://avexdesigns.com/responsive-youtube-embed/
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	background-color:#000;
	margin-top:100px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* submission form CSS */

input[type=submit] {
	font-family: "Judson", serif;
	border: 1px #5f6e94 solid;
	border-radius: 0;
	font-size:18px;
	color:#fff;
	width:120px;
	height:47px;
	background-color:#081223;
	margin: 0px;
	-webkit-appearance: none;
	cursor: pointer;
	float:right;
	-o-transition: background-color 0.8s linear;
	-moz-transition: background-color 0.8s linear;
	-khtml-transition: background-color 0.8s linear;
	-webkit-transition: background-color 0.8s linear;
	-ms-transition: background-color 0.8s linear;
	transition: background-color 0.8s linear;
}

input[type=submit]:hover{
	background-color:#5f6e94;
	-o-transition: background-color 0.8s linear;
	-moz-transition: background-color 0.8s linear;
	-khtml-transition: background-color 0.8s linear;
	-webkit-transition: background-color 0.8s linear;
	-ms-transition: background-color 0.8s linear;
	transition: background-color 0.8s linear;
}


input[type=text] {
	/*font-family: "Judson", serif;*/
	font-weight: 300;
	border: 0px #999;
	padding-left: 20px;
	border-radius: 0;
	/*line-height: 40px;*/
	font-size:18px;
	-webkit-appearance: none;
	color:#ccc;
	height:45px;
	margin: 0px 0px 20px 0px;
	width: 95%;
}

input[type=tel] {
	font-family: "Copse", serif;
	border: 0px #fff;
	padding-left: 20px;
	border-radius: 0;
	/*line-height: 40px;*/
	font-size:18px;
	-webkit-appearance: none;
	color:#ccc;
	height:45px;
	margin: 0px;
}


.year{
	width:100px;
}

.formtype1{
	height:47px;
	font-family: "Copse", serif;
	font-size:18px;
	/*-webkit-appearance: none;*/
	border: 0px #fff;
	background-color: #fff;
	color:#999;
	width:134px;
	padding: 0px 0 0 20px;
}

#newsletterButton{
	border: #BFBFBF solid 1px;
	text-align:center;
	padding: 1% 0 1% 0;
	width: 28%;
	float:right;
	background-color:#fff;
	margin-top:5%;
	-o-transition: background-color 0.8s linear;
	-moz-transition: background-color 0.8s linear;
	-khtml-transition: background-color 0.8s linear;
	-webkit-transition: background-color 0.8s linear;
	-ms-transition: background-color 0.8s linear;
	transition: background-color 0.8s linear;
}

#newsletterButton:hover{
	background-color:#e2effd;
	-o-transition: background-color 0.8s linear;
	-moz-transition: background-color 0.8s linear;
	-khtml-transition: background-color 0.8s linear;
	-webkit-transition: background-color 0.8s linear;
	-ms-transition: background-color 0.8s linear;
	transition: background-color 0.8s linear;
}
