	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%;}
	body {line-height:normal;}
	ol, ul {list-style:none;}
	blockquote, q {quotes:none;}
	:focus {outline:0;}
	ins {text-decoration:none;}
	del {text-decoration:line-through;}
	table {border-collapse:collapse; border-spacing:0;}

	*::-moz-selection {
	    background: none repeat scroll 0 0 #24890d;
	    color: #fff;
	    text-shadow: none;
		}

	/* BODY */
	body{
		background:#fff;
		overflow:hidden; 
	  	}

	body, html{
		min-height: 100%; height: 100%;
	}

	body, html, div, h1, h2, h3, h4, h5, h6, p, input, button, blockquote, li, tr, th, td, label, fieldset, legend{
		font-family: 'Open Sans', sans-serif;
	}


	.no-js #loader { display: none;  }
	.js #loader { display: block; position: absolute; left: 100px; top: 0; }
	.siteloader {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background: #fff;
	}
	.siteloader .loadercontent{
		width: 160px; height: 160px; position: absolute;
		left: 0; top: 0; right: 0; bottom: 0; margin: auto;
	}
	.loader {
	  border: 2px solid #e7822b;
	  border-radius: 50%;
	  border-top: 2px solid #102236; border-left: 2px solid #102236;
	  width: 160px;
	  height: 160px;
	  animation: spin 1.5s linear infinite;
	  -webkit-animation: spin 1.5s linear infinite;
	  -o-animation: spin 1.5s linear infinite;
	  -moz-animation: spin 1.5s linear infinite;
	}
	@keyframes spin {
	  0% { transform: rotate(0deg); }
	  100% { transform: rotate(360deg); }
	}
	@-webkit-keyframes spin {
	  0% { -webkit-transform: rotate(0deg); }
	  100% { -webkit-transform: rotate(360deg); }
	}
	@-moz-keyframes spin {
	  0% { -webkit-transform: rotate(0deg); }
	  100% { -webkit-transform: rotate(360deg); }
	}
	@-o-keyframes spin {
	  0% { -webkit-transform: rotate(0deg); }
	  100% { -webkit-transform: rotate(360deg); }
	}
	.loaderimage{
		position: absolute;
		width: 49px; height: 49px;
		left: 0; top: 40px; right: 0;  margin:0 auto;
		animation: flippo 1s infinite;
		-webkit-animation: flippo 1s infinite;
		-moz-animation: flippo 1s infinite;
		-o-animation: flippo 1s infinite;
	}
	@keyframes flippo {
	  	0% { transform: rotateY(180deg); }
		25% { transform: rotateY(0deg); }
		50% { transform: rotateX(180deg); }
	  	100% {transform: rotateX(0deg);  }
	}
	@-webkit-keyframes flippo {
	  	0% { -webkit-transform: rotateY(180deg); }
		25% { -webkit-transform: rotateY(0deg); }
		50% { -webkit-transform: rotateX(180deg); }
	  	100% { -webkit-transform: rotateX(0deg);  }
	}
	@-moz-keyframes flippo {
	  	0% { -webkit-transform: rotateY(180deg); }
		25% { -webkit-transform: rotateY(0deg); }
		50% { -webkit-transform: rotateX(180deg); }
	  	100% { -webkit-transform: rotateX(0deg);  }
	}
	@-o-keyframes flippo {
	  	0% { -webkit-transform: rotateY(180deg); }
		25% { -webkit-transform: rotateY(0deg); }
		50% { -webkit-transform: rotateX(180deg); }
	  	100% { -webkit-transform: rotateX(0deg);  }
	}
	.loadertext{
		position: absolute;
		width: 100%; left: 0; bottom: 40px;
		text-align: center;
		color:#102236;
		font-size: 14px;
		font-weight:normal;
		text-transform: uppercase;
	}




	header{
		position: fixed;
		width:30%;
		height:80px;
		margin: 0 0 0 0;
		z-index:20;
		left:0; top:80px;
		padding: 0 0 0 0;
	}
	a.logo{
		position: absolute;
		width: auto; left: 80px; top: 0;
		text-align: left;
		font-family: 'voltemedium';
		color:#102236;
		font-size: 38px; 
		font-weight:normal;
		line-height: 49px;
		text-decoration: none;
		animation:logofade 5s 1.8s;
		-webkit-animation:logofade 5s 1.8s;
	}
	@keyframes logofade {
	    from {opacity: 0;}
	    to {opacity: 1;}
	}
	@-webkit-keyframes logofade {
	    from {opacity: 0;}
	    to {opacity: 1;}
	}
	a.logo img{
		float: left;
		width: 46px; height: auto;
		margin-right: 25px;
	}
	a.logo img.whitelogo{
		display: none;
	}
	a.logo.active{
		color: #55606c;
	}
	a.logo.active > img.whitelogo{
		display: block;
	}
	a.logo.active > img.darklogo{
		display: none;
	}
	
	.mobcontact{
		display: none;
		float: right;
		width: auto; height: 44px; line-height: 40px;
		border: 2px solid #79bd9a;
		border-radius:25px; -webkit-border-radius:25px;
		text-align: left;
		color:#79bd9a;
		font-size: 18px;
		font-weight:600;
		margin: 2px 0 0 0;
		padding: 0 40px 0 20px;
		background: url(../../images/arrow_down.png) no-repeat 91% center;
		background-size: 14px auto;
		cursor: pointer;
		text-transform: uppercase;
	}
	.mobcontact.active{
		background: url(../../images/arrow_up.png) no-repeat 91% center;
		background-size: 14px auto;
	}
	.mobcontact span.mobtext{
		display: none;
	}



	.content_box{
		position: absolute;
		left: 0; top: 0;
		width: 50%; height: 100%;
		z-index: 15;
		padding: 0 0 0 0;
		overflow: hidden;
		transition:0.7s; -webkit-transition:0.7s;
	}
	.content_box.active{
		left: -50%;
	}
	.contentbox_insidewrap{
		position: absolute;
		width: 80%; height: 360px;
		margin: auto 0;
		left: 80px; top: 0; bottom: 0;
	}
	.contentbox_insidewrap h2{
		text-align: left;
		color:#102236;
		font-size: 80px;
		font-weight:300;
		margin-bottom: 40px;
		position: relative;
		animation-delay:2s;
		-webkit-animation-delay:2s;  
		animation-duration: 2s !important;
		-webkit-animation-duration: 2s !important;
	}
	.contentbox_insidewrap h2 span{
		background: url(../../images/spaceborder.png) no-repeat center 90px;
		padding: 0 20px;
	}
	.contentbox_insidewrap h3{
		text-align: left;
		color:#102236;
		font-size: 20px;
		font-weight:600;
		margin-bottom: 40px;
		text-transform: uppercase;
		position: relative;
		animation-delay:2s; 
		-webkit-animation-delay:2s; 
		animation-duration: 2s !important;
		-webkit-animation-duration: 2s !important;
	}
	.contentbox_insidewrap p{
		float: left;
		width: 460px;
		text-align: left;
		color:#929292;
		font-size: 26px; line-height: 38px;
		font-weight:300;
		margin-bottom: 40px;
		animation-delay:2s; 
		-webkit-animation-delay:2s; 
		animation-duration: 2s !important;
		-webkit-animation-duration: 2s !important;
	}
	.contentbox_insidewrap a.workbutton{
		float: left;
		width: 240px; height: 40px;
		background: #0057ff url(../../images/icon_behance.png) no-repeat -2px 10px;
		border-radius:20px; -webkit-border-radius:20px;
		text-align: center;
		color:#fff;
		font-size: 16px; line-height: 40px;
		font-weight:300;
		text-decoration: none;
		text-transform: uppercase;
		transition:0.7s; -webkit-transition:0.7s;
		position: relative;
		animation-delay:2s; 
		animation-duration: 2s !important;
		-webkit-animation-delay:2s; 
		-webkit-animation-duration: 2s !important;
	}
	.contentbox_insidewrap a.workbutton:after{
		width: 17px; height: 12px; right: 20px; top: 0; bottom: 0;
		position: absolute; background: url(../../images/icon_arrow.png) no-repeat;
		content: ''; margin: auto 0;
		transition:0.7s; -webkit-transition:0.7s;
	}
	.contentbox_insidewrap a.workbutton:hover{
		background: #e7822b url(../../images/icon_behance.png) no-repeat -2px 10px;
	}
	.contentbox_insidewrap a.workbutton:hover:after{
		right: 15px;
	}
	

	.layer_top{
		position: absolute;
		right: -2px; top: -40px;
		content:'';
		margin: 0 auto;
		z-index:1;
		animation-name: uptodown;
		animation-duration: 2s;
		animation-delay:1.9s;
		-webkit-animation-name: uptodown;
		-webkit-animation-duration: 2s;
		-webkit-animation-delay:1.9s;
	}
	.layer_top img{
		width: 258px; height: auto;
	}
	@keyframes uptodown {
	    from {top: -600px; right: 400px;}
	    to {top: -40px; right: -2px;}
	}
	@-webkit-keyframes uptodown {
	    from {top: -600px; right: 400px;}
	    to {top: -40px; right: -2px;}
	}

	.layer_left{
		position: absolute;
		right: 137px; bottom: -60px;
		content:'';
		margin: 0 auto;
		z-index:1;
		animation-name: leftcorner;
		animation-duration: 2s;
		animation-delay:1.9s;
		-webkit-animation-name: leftcorner;
		-webkit-animation-duration: 2s;
		-webkit-animation-delay:1.9s;
	}
	.layer_left img{
		width: 370px; height: auto;
	}
	@keyframes leftcorner {
	    from {bottom: -600px; right: 637px;}
	    to {bottom: -60px; right: 137px;}
	}
	@-webkit-keyframes leftcorner {
	    from {bottom: -600px; right: 637px;}
	    to {bottom: -60px; right: 137px;}
	}




	



	/* NOTIFICATIONS */
	.contactlink{
		position: absolute;
		right: 80px; top: 80px;
		width: 21px;
		height: 128px;
		margin: 0 0 0 0;
		cursor: pointer;
		background: url(../../images/arrow_left.png) no-repeat right bottom;
		animation-delay:2s; 
		animation-duration: 2s !important;
		-webkit-animation-delay:2s; 
		-webkit-animation-duration: 2s !important;
		z-index: 99;
	}
	.contactlink.active{
		background: url(../../images/arrow_right.png) no-repeat right bottom;
	}
	.contactlink p{
		float: left;
		width:105px;
		margin: 42px 0 0 -40px;
		text-align: left;
		color:#79bd9a;
		font-size: 16px;
		font-weight:normal;
		text-transform: uppercase;
		transform: rotate(90deg); -webkit-transform:rotate(90deg);
	}
	.note_box{
		position: absolute;
		right: 0; top: 0;
		width: 50%; height: 100%;
		z-index: 15;
		transition:0.7s; -webkit-transition:0.7s;
		overflow: hidden;
	}
	.note_box.active{
		right: 50%;
	}
	.note_box .bluebg{
		position: absolute;
		width:100%;
		height:100%;
		background: #102236;
		content:'';
		margin: 0 auto;
		z-index:1;
		left:0; top: 0;
		animation-name: bluebgrighttoleft;
	    animation-duration: 2s;
	    animation-delay:1.9s; 
	    -webkit-animation-name: bluebgrighttoleft;
	    -webkit-animation-duration: 2s;
	    -webkit-animation-delay:1.9s; 
	}
	@keyframes bluebgrighttoleft {
	    0% {left:100%;}
	    100% {left: 0;}
	}
	@-webkit-keyframes bluebgrighttoleft {
	    0% {left:100%;}
	    100% {left: 0;}
	}
	.layer_right{
		position: absolute;
		left: 0; bottom:0;
		margin: 0 0 0 0;
		animation-name: downtoup;
	    animation-duration: 2s;
	    animation-delay:1.9s; 
	    -webkit-animation-name: downtoup;
	    -webkit-animation-duration: 2s;
	    -webkit-animation-delay:1.9s; 
	    z-index: 2;
	}
	.layer_right img{
		width: 180px;
	}
	@keyframes downtoup {
	    0% {bottom: -600px;}
	    100% {bottom: 0;}
	}
	@-webkit-keyframes downtoup {
	    0% {bottom: -600px;}
	    100% {bottom: 0;}
	}



	.notebox_insidewrap{
		position: absolute;
		width: 500px; height: 360px;
		left: 80px; top: 0; bottom: 0;
		margin: auto 0;
		z-index: 99;
	}
	.notebox_insidewrap h2{
		text-align: left;
		color:#fff;
		font-size: 80px;
		font-weight:300;
		margin-bottom: 40px;
		position: relative;
		animation-delay:2s; 
		animation-duration: 2s !important;
		-webkit-animation-delay:2s; 
		-webkit-animation-duration: 2s !important;
	}
	.notebox_insidewrap h2 span{
		display: none;
	}
	.notebox_insidewrap p{
		float: left;
		width: 420px;
		text-align: left;
		color:#929292;
		font-size: 26px; line-height: 38px;
		font-weight:300;
		margin-bottom: 102px;
		animation-delay:2s; 
		animation-duration: 2s !important;
		-webkit-animation-delay:2s; 
		-webkit-animation-duration: 2s !important;
	}
	.emailform{
		float: left;
		width: 500px; height: 44px;
		background: none;
		border: 2px solid #2c3d50;
		border-radius:25px; -webkit-border-radius:25px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		overflow: hidden;
		animation-delay:2s; 
		animation-duration: 2s !important;
		-webkit-animation-delay:2s; 
		-webkit-animation-duration: 2s !important;
	}
	input[type="email"].emailform_field{
		float: left;
		width: 315px; height: 40px;
		border: none; background: none;
		text-align: left;
		color:#fff;
		font-size:16px;
		font-weight:normal;
		padding-left: 20px;
		text-transform: uppercase;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
		-ms-box-shadow: none !important;
		outline: none;
	}
	input[type="email"].emailform_field:focus{
		color: #e7822b;
	}
	.emailform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #3b4d61;
	}
	.emailform ::-moz-placeholder { /* Firefox 19+ */
	  color: #3b4d61;
	}
	.emailform :-ms-input-placeholder { /* IE 10+ */
	  color: #3b4d61;
	}
	.emailform :-moz-placeholder { /* Firefox 18- */
	  color: #3b4d61;
	}
	button.email_submitbutton{
		float: right;
		width: 176px; height: 40px;
		cursor: pointer;
		text-align: left;
		color:#fff;
		font-size: 16px;
		font-weight:normal;
		text-transform: uppercase;
		padding: 0 0 0 30px;
		position: relative;
		transition:0.7s; -webkit-transition:0.7s;
		background: none;
		border: none;
		border-left: 2px solid #2c3d50;
	}
	button.email_submitbutton:after{
		width: 17px; height: 12px; right: 20px; top: 0; bottom: 0;
		position: absolute; background: url(../../images/icon_arrow.png) no-repeat;
		content: ''; margin: auto 0;
		transition:0.7s; -webkit-transition:0.7s;
	}
	button.email_submitbutton:hover{
		background: #e7822b;
	}
	button.email_submitbutton:hover:after{
		right: 15px;
	}
	button.email_submitbutton span.spctext{

	}
	button.email_submitbutton span.smobtext{
		display: none;
	}



	





	


	.getintouch_box{
		position: absolute;
		right: -50%; top: 0;
		width: 50%; height: 100%;
		z-index: 15;
		padding: 0 0 0 0;
		background: #fff;
		transition:0.7s; -webkit-transition:0.7s;
	}
	.getintouch_box.active{
		right: 0;
	}
	.getintouch_insidewrap{
		position: absolute;
		width: 800px; height: 360px;
		left: 80px; top: 0; bottom: 0;
		margin: auto 0;
		z-index: 99;
	}
	.getintouch_insidewrap h2{
		text-align: left;
		color:#102236;
		font-size: 80px;
		font-weight:300;
		margin-bottom: 40px;
		position: relative;
		animation-delay:2s; 
		animation-duration: 2s !important;
		-webkit-animation-delay:2s; 
		-webkit-animation-duration: 2s !important;
	}
	.contactform{
		float: left;
		width: 100%;
		margin: 0 0 0 0;
		animation-delay:2s; 
		animation-duration: 2s !important;
		-webkit-animation-delay:2s; 
		-webkit-animation-duration: 2s !important;
	}
	.contactform fieldset{
		float: left;
		width: 48%; height: 65px;
		margin: 0 0 40px 0;
	}
	.contactform fieldset.alignright{
		float: right;
	}
	.contactform fieldset.full{
		width: 100%;
	}
	.contactform fieldset input[type="text"],
	.contactform fieldset textarea{
		float: left;
		width: 100%; height: 65px;
		background: none; border: none;
		border-bottom: 3px solid #ececec; 
		text-align: left;
		color:#333;
		font-size: 26px;
		font-weight:300;
		margin: 0 0 0 0;
		transition:0.7s; -webkit-transition:0.7s;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
		-ms-box-shadow: none !important;
		outline: none;
	}
	.contactform fieldset textarea{
		height: 75px;
	}
	.contactform fieldset input[type="text"]:focus,
	.contactform fieldset textarea:focus{
		border-bottom: 3px solid #e7822b; 
	}
	button.contact_submitbutton{
		float: left;
		width: 200px; height: 44px;
		cursor: pointer;
		text-align: left;
		color:#fff;
		font-size: 16px;
		font-weight:normal;
		text-transform: uppercase;
		padding: 0 0 0 30px;
		position: relative;
		transition:0.7s; -webkit-transition:0.7s;
		background: #79bd9a;
		border: none;
		border-radius:25px; -webkit-border-radius:25px;
	}
	button.contact_submitbutton:after{
		width: 17px; height: 12px; right: 20px; top: 0; bottom: 0;
		position: absolute; background: url(../../images/icon_arrow.png) no-repeat;
		content: ''; margin: auto 0;
		transition:0.7s; -webkit-transition:0.7s;
	}
	button.contact_submitbutton:hover{
		background: #e7822b;
	}
	button.contact_submitbutton:hover:after{
		right: 15px;
	}
	.contactform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #929292;
	}
	.contactform ::-moz-placeholder { /* Firefox 19+ */
	  color: #929292;
	}
	.contactform :-ms-input-placeholder { /* IE 10+ */
	  color: #929292;
	}
	.contactform :-moz-placeholder { /* Firefox 18- */
	  color: #929292;
	}