/* =============================================================================
   CSS Fonts (http://convertfonts.com/)
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab&subset=latin-ext,latin);
/*font-family: 'Roboto Slab', Georgia, serif;*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600&subset=latin,latin-ext);
/*font-family: 'Open Sans', Georgia, sans-serif;*/
/* =============================================================================
   CSS Common
   ========================================================================== */

body {
	background:#282828;
	font-size: 15px;
	font-weight: normal;
	height: 100%;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	font-family: Georgia, serif;
}

a { text-decoration:none;
	cursor:pointer;
	color: #FFF;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a:hover { color: #555; }

h1{font-family: Georgia, serif;}

textarea:focus, input:focus{
    outline: 0;
}
/* =============================================================================
   CSS Design
   ========================================================================== */

/*container*/
#container{
	width: 100%;
	height: 100%;
	margin: auto;
	color:#FFF;
	position: relative;
}
	
	menu{
		position: fixed;
		top: 100px;
		left: 0px;
		z-index: 10;
		vertical-align: top;
	}

		menu ul{
			display: inline-block;
			list-style: none;
			vertical-align: top;
		}

			menu li{
				text-align: left;
				vertical-align: top;
				/**/
			}

				menu li a{
					display: inline-block;
					padding-right: 10px;
					vertical-align: top;
				}

				menu li a:hover{
					opacity: 1;
					color:#FFF;
					background: #231f20;
				}

				menu li a num{
					font-family: 'Roboto Slab', Georgia, serif;
					font-size: 18px;
					font-style: normal;
					width: 34px;
					height: 35px;
					line-height: 35px;
					display: block;
					text-align: center;
					border-right: 1px solid #333;
					float: left;
					margin-right: 10px;
				}

				menu li a.active num{
					color:#de3831;
				}

				menu li a title{
					font-family: Georgia, serif;
					font-size: 20px;
					font-style: italic;
					height: 35px;
					line-height: 35px;
					display: block;
					float: left;
				}

				menu li span{
					height: 35px;
					line-height: 35px;
					float: left;
					display: none;
				}

					menu li a span plus{
						font-family: 'Roboto Slab', Georgia, serif;
						font-size: 18px;
						font-style: normal;
						color:#de3831;
						font-weight: 800;
						margin: 0 6px 0 10px;
					}

					menu li a span subtitle{
						font-family: 'Roboto Slab', Georgia, serif;
						font-size: 18px;
						font-style: normal;
						font-weight: 800;
					}
		
		menu li a.socialicon{
			display: inline-block;
			margin-left: 10px;
			margin-right: 0px;
			margin-top: 20px;
			padding-right: 0px;
			position: relative;
			width: 24px;
			height: 24px;
			overflow: hidden;
		}

		menu li a.socialicon img {

			display: block;
			position: absolute;
		}

		menu li a.socialicon:hover img {

			top:-24px;
		}

		menu li a.socialicon:first-child{
			margin-left: 45px;
		}

			menu li a.socialicon:hover{
				opacity: 0.8;
				background: none;
			}

		a.badge{
			background-image: url("/assets/images/page-0/badge-brand-new-truth.png");
			width: 93px;
			height: 91px;
			display: none;
			position: absolute;
			z-index: 100;
			top: 20px;
			right: 20px;
		}

		a.badge img{
			opacity: 0;
			-webkit-transition: opacity .3s ease-in-out;
			-moz-transition: opacity .3s ease-in-out;
			-o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out;
		}

		a.badge:hover img{
			opacity: 1;
		}

	content{
		text-align: center;
	   	width: 100%;
	    height: 100%;
	    display:block;
	    margin: auto;
	    z-index: 0;
	    -webkit-perspective: 1200px;
	    -moz-perspective: 1200px;
	    perspective: 1200px;
	}

		content .pt-page{
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
		    opacity: 0;
		    visibility: hidden;
		    z-index: -1;
		}

		content .pt-page-current, .no-js .pt-page {
		    visibility: visible;
		    opacity: 1;
		    z-index: 0;
		    left: 0;
		}

video.background-vid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url("/assets/images/page-2/bkg-2.jpg") no-repeat;
	background-size: cover;
}

video { display: block; }

.slide-content{
	width: 630px;
	position: relative;
	left: 50%;
	margin-left: -311px;
	z-index: 2;
}

	.slide-content > div > img{
		opacity:0;
	}

	.slide-content > div{
		position: relative;
		width: 100%;
		clear: both;
	}

#imagesPreload{
	height: 0px;
	width: 0px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -100;
	overflow: hidden;
}
/*Pages related*/
/*slide 1*/
.pt-page-1 .slide-content{
	height: 228px;
	width: 944px;
	top: 50%;
	left: 50%;
	margin-top: -114px;
	margin-left: -472px;
}

	#object-1-1{
		margin-top: 0px;
		margin-left: 0px;
		
	}

/*slide 2*/
.pt-page-2 .slide-content{
	height: 852px;
	top: 50%;	
	margin-top: -426px;	
}

#object-2-6{
	opacity: 0;
	text-align: center;
}

	#object-2-6 > div{
		display: inline;
	}

	#object-2-6 .overflow-element{
		display:inline-block;
		position:relative; 
		width:0;
		overflow: hidden;
		margin-top: 30px;
	}

		#object-2-6 .overflow-element > img{
		    position: absolute;
		    z-index: 3;
		}

/*slide 3*/
.pt-page-3 .slide-content{
	height: 745px;
	top: 50%;
	margin-top: -372px;
}

#object-3-6{
	opacity: 0;
	text-align: center;
}

	#object-3-6 > div{
		display: inline;
	}

	#object-3-6 .overflow-element{
		display:inline-block;
		position:relative; 
		width:0;
		overflow: hidden;
		margin-top: 30px;
	}

		#object-3-6 .overflow-element > img{
		    position: absolute;
		    z-index: 3;
		}

#object-3-8{
	position:relative;
	height:0px;
	overflow:hidden;
}

#object-3-9{
	opacity: 0;
	clear: both;
}
	
	#object-3-9-1{
		float: left;
		display: inline-block;
		margin-left: 145px;
	}
	#object-3-9-3{
		float: right;
		display: inline-block;
		margin-right: 145px;
	}

/*slide 4*/
.pt-page-4 .slide-content{
	height: 750px;
	top: 50%;
	margin-top: -400px;
}

#object-4-1,
#object-4-2{
	margin-right: 15px;
}

#object-4-11{
	opacity: 0;
	text-align: center;
}

	#object-4-11 > div{
		display: inline;
	}

	#object-4-11 .overflow-element{
		display:inline-block;
		position:relative; 
		width:0;
		overflow: hidden;
		margin-top: 15px;
	}

		#object-4-11 .overflow-element > img{
		    position: absolute;
		    z-index: 3;
		}

/*slide 5*/
.pt-page-5 .slide-content{
	height: 830px;
	top: 50%;
	margin-top: -445px;
}

#object-5-11{
	opacity: 0;
	text-align: center;
}

	#object-5-11 > div{
		display: inline;
	}

	#object-5-11 .overflow-element{
		display:inline-block;
		position:relative; 
		width:0;
		overflow: hidden;
		margin-top: 40px;
	}

		#object-5-11 .overflow-element > img{
		    position: absolute;
		    z-index: 3;
		}

#object-5-4:hover,
#object-5-5:hover{
	cursor: pointer;
}

#object-5-5{
	position:relative;
}

#object-5-5-2{
	position:relative;
}

#object-5-5-2:hover{
	cursor: pointer;
}

/*slide 6*/
.pt-page-6 .slide-content{
	height: 730px;
	width: 500px;
	top: 50%;
	margin-top: -365px;
	position: absolute;
	position: relative;
}

.object-6{
	background: url("/assets/images/page-6/hexa-crn.png") center no-repeat;
	width: 200px !important;
	height: 231px !important;
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: italic;
	position: absolute !important;
	display: table;
	opacity: 0;
}

	.object-6 span{
		display: table-cell;
		vertical-align: middle;
		line-height: 22px;
	}

#object-6-1{
	background: url("/assets/images/page-6/hexa-rdec.png") center no-repeat;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -115px;
	z-index: 100;
}

#object-6-2{
	top: 220px;
	left: 140px;
	margin-left: -100px;
	margin-top: -115px;
	z-index: 99;
}

#object-6-3{
	top: 365px;
	left: 30px;
	margin-left: -100px;
	margin-top: -115px;
	z-index: 99;
}

#object-6-4{
	top: 510px;
	left: 140px;
	margin-left: -100px;
	margin-top: -115px;
	z-index: 99;
}

#object-6-5{
	top: 220px;
	right: 40px;
	margin-left: -100px;
	margin-top: -115px;
	z-index: 99;
}

#object-6-6{
	top: 365px;
	right: -70px;
	margin-left: -100px;
	margin-top: -115px;
	z-index: 99;
}

#object-6-7{
	top: 510px;
	right: 40px;
	margin-left: -100px;
	margin-top: -115px;
	z-index: 99;
}	

/* Key animations */

/* Plugins */
#jpreOverlay {
	background-color: #000000;
}
	#jpreSlide{
		font-size:22px;
		font-weight:bold;
		color:#ccc;
		text-align:center;
		width:50%;
		height:30%;
	}

		#jpreSlide h1{
			color: #FFF;
			font-family: 'Open Sans', Georgia, sans-serif;
			font-weight: 700;
			font-size: 75px;
		}

			#jpreSlide h1 span.thin{
				font-weight: 400;
			}

			#jpreSlide h1 span.plus{
				color:#de3831;
				font-weight: 400;
			}

		#jpreSlide h2{
			font-family: 'Open Sans', Georgia, sans-serif;
			font-size: 22px;
			letter-spacing: 15px;
			font-weight: 400;
			color: #FFF;
		}

	#jpreLoader{
		width:100%;
		height:25px;
	}
	
	#jpreBar {
		height: 1px !important;
		background: #de3831;
	}
	#jprePercentage {
		color:#FFF;
		font-family: 'Open Sans', Georgia, sans-serif;
		font-weight: 700;
		text-align:center;
		font-size: 22px;
	}

	#jpreButton{
		display: none;
	}