@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------- --------- --------------------------------------------- */
/* --------------------------------------------- PAGE PAYS --------------------------------------------- */
/* --------------------------------------------- --------- --------------------------------------------- */

/* ----- ----- ----- */
/* ----- START ----- */
/* ----- ----- ----- */
.start{
	display: table;
	width: 100%;
	height: 100%;
	background: #03182a;	
	overflow: hidden;
}
.start .container{
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.start .content{
	display: table-cell;
	vertical-align: middle;
}
.start .background{
	-webkit-animation: zoom 2s;
	animation: zoom 2s;
	animation-fill-mode: forwards;
	display: table;
	height: 100%;
	width: 100%;
}
.start h1{
	line-height: 1;
	font-weight: 100;
	font-size: 70px;
}
.start h3{
	font-size: 12px;
	letter-spacing: normal;
	margin-bottom: 25px;
	color: rgba(255, 255, 255, 0.5);
}
.start .btn{
	width: 200px;
}
/* ----- ----------- ----- */
/* ----- HALF & HALF ----- */
/* ----- ----------- ----- */
.half{
    margin: 0;
    padding: 0;
	width:50%;
	height: 100%;
	display: inline-block;
}
.half #features {
    overflow-y: scroll;
	height: 100%;
	width: 100%;
	display: table;
}
.half section {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.half section .content{
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	background-color: rgba(3, 24, 42, 0.9);

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.half section .content .btn{
	position: absolute;
	width: 30%;
	bottom: -10%;
	left: 0;
	right: 0;
	opacity: 0;
	padding: 16px 0;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.half .background{
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.half section.active .background{
	-webkit-animation: zoomSmall 2s;
	animation: zoomSmall 2s;
	animation-fill-mode: forwards;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.half section:first-child{
	display: table;
	height: 100%;
}
.half section.active .intro.content{
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.half .intro .explore{
	font-family: 'Heebo', sans-serif;
	font-weight: 900;
	color: #03182a;
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: block;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 40px;
	opacity: 0.3;
}
.half .intro .explore i{
	font-size: 8px;
	margin-top: 4px;
	display: inline-block;
	vertical-align: top;
}
.half section.active .content{
	background-color: rgba(3, 24, 42, 0.3);
}
.half section.active .content .btn{
	bottom: 10%;
	opacity: 1;
}
.half .content.intro{
	background-color: #fff;
	text-align: justify;
	display: table-cell;
	vertical-align: middle;
}
.half .intro h2{
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.half .intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 25px;
}
.half .intro img{
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
	opacity: 0.65;
}
.half .intro .btn{
	bottom: 25px;
	left: 0;
	right: 0;
	width: 20%;
	position: absolute;
}








