/* =============================================================================
   CSS Fonts (http://convertfonts.com/)
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab&amp;subset=latin-ext,latin);
/*font-family: 'Roboto Slab', Georgia, serif;*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,800,700,600&amp;subset=latin,latin-ext);
/*font-family: 'Raleway', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600&amp;subset=latin,latin-ext);
/*font-family: 'Open Sans', Georgia, sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=latin,latin-ext);
/*font-family: 'PT Sans Caption', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Lily+Script+One&subset=latin,latin-ext);
/*font-family: 'Lily Script One', cursive;*/
/* =============================================================================
   CSS Common
   ========================================================================== */

body {
	background:#000000;
	font-size: 15px;
	font-weight: normal;
	height: 100%;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	font-family: 'PT Sans Caption', sans-serif;/*font-family: Georgia, serif;*/
}

.img_album {
	border: 2px solid #FFF;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
	width: 90px;
    height: auto;
}
.img_profil {
	border: 2px solid #FFF;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
	width: 180px;
    height: auto;
	float: left;
}
#last {
	margin-right: 0;	
}

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: 'PT Sans Caption', sans-serif;/*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: 'PT Sans Caption', sans-serif;/*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: 'PT Sans Caption', sans-serif;/*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;
					visibility: hidden;
					opacity:0.0; 
				}

					menu li a span plus{
						font-family: 'PT Sans Caption', sans-serif;/*font-family: 'Roboto Slab', Georgia, serif;*/
						font-size: 18px;
						font-style: normal;
						color:#de3831;
						font-weight: 700;
						margin: 0 6px 0 10px;
					}

					menu li a span subtitle{
						font-family: 'PT Sans Caption', sans-serif;/*font-family: 'Roboto Slab', Georgia, serif;*/
						font-size: 18px;
						font-style: normal;
						font-weight: 700;
					}
		
		menu li a.socialicon{
			display: inline-block;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			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;
			}


	content{
		text-align: center;
	   	width: 100%;
	    height: 100%;
	    display:block;
	    margin: auto;
	    z-index: 100;
	    -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: 1;
	font-family: 'PT Sans Caption', sans-serif;/*font-family: "Times New Roman", Times, serif;*/
	top : 1px;
}

	.slide-content > div > img{
		opacity:100;
		top:10px;
	}

	.slide-content > div{
		position: relative;
		width: 100%;
		clear: both;
		font-size: 30px;
		/*background-color: #000000;
		filter: alpha(opacity=60);
		opacity: 0.6;*/
	}

#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: 10%;
	left: 50%;
	margin-top: -114px;
	margin-left: -472px;
}

	#object-1-1{
		margin-top: 0px;
		margin-left: 0px;
		z-index : 0;
	}
	#object-1-2{
		font-size: 40px;
		display:inline-block;
		font-family: 'PT Sans Caption', sans-serif !important;
		color : #D8D8D8;
		font-weight:900;
	}

/*slide 2*/
.pt-page-2 .slide-content{
	height: 228px;
	width: 944px;
	top: 10%;
	left: 20%;
	margin-top: -114px;
	margin-left: -472px;
}
	#object-2-container {
		position: absolute;
		height : 85%;
		width:85%;
		top: 2%;
		left: 10%;
		z-index : 9;
	}
	#object-2-block {
	  background: #000000;
	  filter: alpha(opacity=30);
	  /* IE */
	  -moz-opacity: 0.3;
	  /* Mozilla */
	  opacity: 0.3;
	  /* CSS3 */
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  z-index : 10;
	}
	#object-2-text {
	  position: absolute;
	  top: 0;
	  left: 10%;
	  border:0px dotted black;
	  text-align: center;
	  padding-top: 16px;
	  width: 80%;
	  height: 96%;
	  z-index : 10;
	  color : #FFFFFF;
	  font-size : 15px;
	  font-family: 'PT Sans Caption', sans-serif;
	}


/*slide 3*/
.pt-page-3 .slide-content{
	height: 745px;
	top: 5%;
	margin-top: -372px;
}
#object-3{
	
	position: absolute; 
	z-index : 20;
	height : 85%;
	width:85%;
	top: 1%;
	left: 10%;
	z-index : 10;
}
#object-3-1{
		font-size: 20px;
		display:inline-block;
		position: absolute;
		z-index : 10;
		color : #000000;
		height : 85%;
		width:85%;
		top: 1%;
		left: 10%;
	}
/*slide 4*/
.pt-page-4 .slide-content{
	height: 750px;
	top: 5%;
	margin-top: -400px;
}
#object-4{
	
	position: absolute; 
	z-index : 20;
	height : 85%;
	width:85%;
	top: 2%;
	left: 10%;
	z-index : 10;
}
#object-4-1{
		font-size: 20px;
		display:inline-block;
		position: absolute;
		z-index : 10;
		color : #000000;
		height : 85%;
	width:85%;
	top: 2%;
	left: 10%;
	}

/*slide 5*/
.pt-page-6 .slide-content{
	height: 228px;
	width: 944px;
	top: 10%;
	left: 20%;
	margin-top: -114px;
	margin-left: -472px;
}
	#object-6-1{
		position: absolute;
		height : 85%;
		width:85%;
		top: 2%;
		left: 10%;
		z-index : 9;
	}
	#object-6-block {
	  background: #000000;
	  filter: alpha(opacity=30);
	  /* IE */
	  -moz-opacity: 0.3;
	  /* Mozilla */
	  opacity: 0.3;
	  /* CSS3 */
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  z-index : 10;
	}
	#object-6-text {
	  position: absolute;
	  top: 0;
	  left: 10%;
	  border:0px dotted black;
	  text-align: center;
	  padding-top: 16px;
	  width: 80%;
	  height: 96%;
	  z-index : 10;
	  color : #FFFFFF;
	  font-size : 15px;
	  font-family: 'PT Sans Caption', sans-serif;
	}
	#object-6-1-table{
		position: absolute;
		left: 10%;
		top: 10%;
		width: auto;
	}
	#object-6-1-adr{
		position: absolute;
		left: 65%;
		top: 20%;
		width: auto;
	}
	/*slide 5*/
.pt-page-5 .slide-content{
	height: 750px;
	top: 5%;
	margin-top: -400px;
}
#object-5{
	
	position: absolute; 
	z-index : 20;
	height : 85%;
	width:85%;
	top: 2%;
	left: 10%;
	z-index : 10;
}
#object-5-1{
		font-size: 20px;
		display:inline-block;
		position: absolute;
		z-index : 10;
		color : #000000;
		height : 85%;
	width:85%;
	top: 10%;
	left: 10%;
	}
/*slide 6
.pt-page-6 .slide-content{
	height: 730px;
	width: 500px;
	top: 50%;
	margin-top: -365px;
	position: absolute;
	position: relative;
}
*/
/* Key animations */
#footer{
      position: fixed;
		bottom: 0;
		right: 0;
   }

/* 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: 'PT Sans Caption', sans-serif;/*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: 'PT Sans Caption', sans-serif;/*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: 'PT Sans Caption', sans-serif;/*font-family: 'Open Sans', Georgia, sans-serif;*/
		font-weight: 700;
		text-align:center;
		font-size: 22px;
	}

	#jpreButton{
		display: none;
		visibility: hidden;
					opacity:0.0;
	}