

/**/
::selection{
	background: rgba(173,165,117,1);
}

body{
	font-family: 'Didact Gothic', sans-serif;
	color: #6b6b6b;
	background-color: #000;
	font-weight: 300;
	font-size: 12px;
	line-height: 2em;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

img{
	max-width: 100%;
}

a{
	color: #444;
	text-decoration: none;
}

a:hover{
	color: #737373;
}

h2{
	font-weight: 500;
	font-size: 16px;
	color: #d8c7ad;
	display: inline-block;
}

#logo{
	position: fixed;
	z-index: 99999;
	top: 30px;
	left: 30px;
}

#logo img{
	width: 25px;
}

.email_result{
	padding: 30px;
	text-align: center;
	font-size: 28px;
}

.tableCell{
	vertical-align: top;
}

/* Centered texts in each section 
* --------------------------------------- */
.section{
	/*text-align:center;*/
	background-position: center;
	background-size: cover;
	overflow: hidden;
	text-align:center;
}


#preorder{
	float: right;
	display: inline-block;
	padding: 0px;
}

#preorder a{
	color: #fff;
	padding: 30px;
	display: block;
}

#preorder_content, #about_content, #team_content{
	padding: 0px 10px 30px 10px;
	z-index: 9999;
	position:relative;
	height: 100%;
	background-color: #000;
	overflow-y: scroll;
}

#preorder_content p, #about_content p, #team_content p{
	margin-bottom: 30px;
	text-align: justify;
	color: #fff;
	font-size: 18px;
	line-height: 1.55em;
}

.bio-name{
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}

.bio-title{
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: 400;
	color: #fff;
}

.bio-photo{
	margin-bottom: 16px;
	margin-top: 50px;
	margin-bottom: 20px;
}

#menu, #video_content, #panel3content, #panel4content, #panel5content, #video_content_hour, #video_content_day, #video_content_century{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: scroll;
	z-index: 9999;
	background-color: rgba(0,0,0,0.8);
	color: #8a7d65;
}
.embed-container { 
	position: relative; 
	padding-bottom: 40%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: 100%;
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

#menu a{
	color: #f2f2e8;
	text-decoration: none;
}

.menu_close{
	text-align: right;
	display: inline-block;
	position: fixed;
	top: 32px;
	right: 46px;
	z-index: 999;
}

.menu_close a{
	width: 29px;
	height: 28px;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(images/close-icon-3.png);
}

#menu_inner{
	text-align: center;
}

#menu_inner a{
	display: block;
	padding: 10px;
	font-size: 50px;
}

#menu_inner a:hover{
	background-color: #f7f7ef;
	color: #1a1a18;
}

.white_content{
	padding: 30px;
	background-color: #fff;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%; 
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
    text-align: center;
    width: 150px;
}

#video_play_1{
	transition: all .4s ease;
	display: none !important;
}

.video_sticky{
	position: fixed;
	top: 40%;
}

.video_not_sticky{
	top: 95%;
	position: absolute;
}

#video_button{
	font-size: 20px;
}

#video_button a{
	color: #000;
}

.section video{
	/*width: auto !important;*/
	min-width: 100%;
	min-height: 100%;
}

.white-text-container{
	text-align: center;
	color: #6b6b6b;
}

.popup-content{
	max-width: 450px;
	z-index: 99;
	margin: 0px auto;
	padding-top: 100px;
	position: relative;
}


.white-text-heading-inner{
	position:relative; 
	padding: 0px 20px; 
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 500;
}

#section8 .white-text-heading-inner{
	text-align: justify;
	margin: 0px auto;
	max-width: 440px;
	line-height: 1.4em;
}

#section8 .white-text-heading-inner{
	max-width: 800px; 
	text-align: left; 
	margin: 0px auto;
}

.oneday_on{
	background-image: url(images/oneday2.jpg) !important;
}

.onecentury_on{
	background-image: url(images/onecentury2.jpg) !important;
}

.white-text-content-inner{
	background-color: rgba(0,0,0,.8);
	position:relative; 
	left: -50%;
	padding: 20px;
	width: 500px;
}

.open-text{
	display: none;
	text-align: center;
}

.open-text a{
	display: inline-block;
	background-color: #fff;
	padding: 5px;
}

.overlay-text{
	padding: 20px;
	font-size: 18px;
	line-height: 1.6em;
}

#myVideo {
  	position: absolute;
	bottom: 0;
	top:0;
	right:0px;
	width: 100%;
	height: 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index:3;
    /*background:url(images/mobile-background.jpg) no-repeat;*/
}

.video-container {

}

.left-column-image{
	display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    background-image: url(http://begradual.com/images/one-century-placeholder.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.right-column-content{
	width: 49.8%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.right-column-content p{
	text-align: left; 
	max-width: 337px; 
	margin: 0px auto;
}

/* Defining each section background and styles 
* --------------------------------------- */


#section0, #section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8{
	background-position: top center;
	padding: 0% 0 0 0;
	height: 100% !important;
}

#section0{
	
}
#section1{

}
#section3{
	
}
#section4{
	
}
#section5{
	
}


/*Adding background for the slides
* --------------------------------------- */
.slide{
	background-position: center;
	padding: 6% 0 0 0;
	background-size: cover;
}

/* arrows for slides */

.controlArrow.prev{
	left: 60px;
}

.controlArrow.next{
	right: 60px;
}


#fullPage-nav span, .fullPage-slidesNav span{
	background: rgba(50,50,50,0.75);
	border: 0px;
}

#fullPage-nav li .active span, .fullPage-slidesNav .active span{
	background: #fff;
}

.controlArrow.next{
	border-width: 16px 0 16px 16px;
}
.controlArrow.prev{
	border-width: 16px 16px 16px 0;
}

.read-more{
	padding: 23px 28px 23px 28px;
	width: 36px;
	float: right;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	display: block;
}

.read-more:hover{
	cursor: pointer;
}

.read-more a{
	display: block;

}

.gray-bg{
	background-color: rgba(125, 124, 120, 0.44);
}

.red-bg{
	background-color: rgba(126, 47, 43, 0.44);
}

.orange-bg{
	background-color: rgba(162, 127, 86, 0.44);
}	

.yellow-bg{
	background-color: rgba(235, 206, 39, 0.44);
}

.blue-bg{
	background-color: rgba(175, 203, 220, 0.44);
}

.purple-bg{
	background-color: rgba(174, 147, 185, 0.44);
}

.brown-bg{
	background-color: rgba(86, 67, 53, 0.44);
	color: #c7c7c7;
}

.black-bg{
	background-color: rgba(10, 10, 10, 0.44);
	color: #c7c7c7;
}


.black-bg h1, .brown-bg h1{
	color: #fff;
}

.gform_wrapper .left_label .gfield_label{
	float: none !important;
}

.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label{
	text-align:center;
	padding: 0px !important;
}

.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li{
	text-align:center;
}


.layer{
	position: absolute;
	z-index: 2;
}


footer.container-fluid.no_padding_panel{
	background-color: #1a1a1a;
	padding: 0px 0px 60px 0px;
	color: #fff;
	text-align: left;
}

footer .social_footer, footer .email_list, footer .footer_contact{
	padding: 30px 30px;
	line-height: 1.8em;
}

footer #footer_logo{
	display: inline-block;	

}

.play-icon{
	/*margin-left: 20px;*/
    height: 65px;
}

.to_top{
	display: inline-block;
	vertical-align: bottom;
	float: right;
	padding-top: 80px;
}

.to_top a{
	color: #fff;
	display: inline-block;
}

.nivo-controlNav{
	position: relative;
	z-index: 999;
	margin-top: -70px;
}

.theme-default .nivoSlider{
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 0px;
}

footer .email_list input{
	padding: 20px;
	color: #000;
	width: 100%;
	margin-top: 30px;
}

footer .social_footer img{
	margin: 4px;
}

/* press */

.press-page h2#logo a{
	display: inline-block;
	padding: 30px 10px;
	text-decoration: none;
}

.press-photos{
	margin-top: 20px;
}

.press-photos img{
	max-width: 260px;
	margin-right: 15px;
	margin-bottom: 15px;
}


/* mobile */
/*@media screen and (max-width: 1600px){
	#myVideo{
		right: -50px;
	}
}*/
/*
@media screen and (max-width: 1300px){
	#myVideo{
		right: -200px;
	}
}

@media screen and (max-width: 1200px){
	#myVideo{
		right: -300px;
	}
}


@media screen and (max-width: 1100px){
	#myVideo{
		right: -350px;
	}
}*/


@media screen and (max-width: 920px){


	#header-wrapper{
		padding-left: 16px;
	}	

	.read-more{
		margin-right: 64px;
	}

	.white-text-container{
 		
 	}

 	.white-text-heading-inner{
 		width: auto;
 		left: auto;
 		
 	}
 	.white-text-content-inner{
 		left: auto;
 	}

}

@media screen and (max-width: 768px) {

	/*body{
		background-image: url(images/GRADUAL-SITE_Simple_Mobile.jpg);
		background-position: -30px 0px;
		background-repeat: no-repeat;
		background-size: cover;
	}*/

	.white-text-container, .popup-content{
		max-width: 90%;
		top: 37%;
		/*overflow-y: scroll;*/
	}

	 .popup-content{
	 	top: 10%;
	 	max-width: 260px;
	 	padding-right: 30px;
	 }

	.white-text-heading-inner{
		padding: 10px;
	}

	.white-text-content-inner{
		width: auto;
		display: none;
	}

	.open-text{
		display: block;
	}

	#video_content .menu_close, #video_content_day .menu_close, #video_content_hour .menu_close, #video_content_century .menu_close{
		position: relative;
		display: block;
		padding: 30px;
		top: auto;
		right: auto;
	}

	.menu_close a{
		width: 36px;
		height: 36px;
	}

	#myVideo{
		/*display: none;*/
		background-size: contain;
		object-fit: contain;
	}

	#video_play_1{
		display: block !important;
	}

	#section3{
		background-image: url(images/movie-placeholder-large.jpg);
	}

	#section3.preview{
		background-image: none;
	}

	.left-column-image, .right-column-content{
		width: 100%;
	}

	.right-column-content p{
		padding: 20px;
		max-width: 100%;
	}

	.left-column-image{
		height: 500px;
	}

	.embed-container { 
		margin-top: -115px; 
	} 


}

@media(max-width: 500px){

	#header.header-sticky #logo img, #logo img{
		width: 36px;
	}

	#header.header-sticky #logo #header-video img{
		width: 48px;
	}

	#preorder a{
		padding: 25px 20px 25px 20px;
	}

	#menu_inner a{
		font-size: 20px;
	}

	#header{
		padding: 0px;
	}

	#header-video{
		/*display: block;*/
		padding-left: 5px;
	}

	#section2 img{
		max-width: none;
		height: 100%;
		margin-left: -30%;
		width: auto;
	}

	#section8 .white-text-heading-inner{
		zoom: .5;
		max-width: 440px;
	}


}

@media screen and (max-width: 400px) {

	.controlArrow.prev{
		left: 20px;
		border-width: 8px 8px 8px 0;
	}
	.controlArrow.next{
		right: 20px;
		border-width: 8px 0 8px 8px;
	}
	#fullPage-nav.right{
		right: 0px;
	}

	.read-more{
		margin-left: 6px;
		margin-right: 55px;
	}

	#video_button img{
		max-width: 80%;
	}	

}
