/***
FONTS  
***/
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/***
RESET  
***/
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	text-align: center;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***
LAYOUT  
***/
body, html {
    height: 100%;
    margin: 0;
}
body {
	margin: 0;
	font-family: 'latoregular', arial, sans-serif;
	color: #172c2b;
}
.wrapper {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.scene {
	position: relative;
	overflow: hidden;
}
.scene, .layer {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.layer {
	position: absolute;
	text-align: center;
	height: 90%;
	width: 90%;
	padding: 5%;
}
.layer div {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}


/***
GENERAL  
***/
img {
	width: 100%;
	height: auto;
}
p {
	line-height: 1.5;
}
a {
	color: #172c2b;
	-webkit-transition: .3s ease-in-out !important;
	-moz-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
}
strong {
	font-weight: normal;
}


/***
LAYERS  
***/
.background {
	background: url('../images/background.jpg') no-repeat 50% 100%;
	bottom: -20px;
	background-size: cover;
	position: absolute;
	width: 110%;
	left: -5%;
	top: -5%;
}
.triangle-bg {
	background: url('../images/triangles.png') no-repeat 50% 100%;
	bottom: -20px;
	background-size: cover;
	position: absolute;
	width: 110%;
	left: -5%;
	top: -5%;
}
.shapes {
	position: absolute;
	display: block;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8,0.8);
	transform: scale(0.8);
}
.shape1 {
	top: 10%;
	left: 30%;
}
.shape2 {
	top: -5%;
	right: -5%;
}
.shape3 {
	bottom: 10%;
	right: 5%;
}
.shape4 {
	top: 15%;
	left: 3%;
}
.shape5 {
	top: -5%;
	right: -5%;
}
.shape6 {
	bottom: 0%;
	left: -5%;
}
.shape7 {
	top: -30%;
	left: -5%;
}
.shape8 {
	top: -20%;
	right: -5%;
}
.shape9 {
	bottom: 10%;
	left: 50%;
}

.logo {
	display: block;
	margin: 0 auto;
	top: 5% !important;
}
.logo img{
	width: 38px;
}
.title {
	text-align: center;
}
.title strong{
	font-family: 'open_sansextrabold', arial, sans-serif;
	letter-spacing: -3px;
	font-size: 70px;
	line-height: 1;
	text-transform: none !important;
}
.title strong span{
	font-family: 'open_sanslight', arial, sans-serif;
	text-decoration: line-through;
	color: #222;
}
.title p {
	font-family: 'open_sanslight', arial, sans-serif;
	max-width: 580px;
	display: block;
	margin: 10px auto 0;
	font-size: 22px;
}
.abstract {
	width: 100%; 
	height: 100%;
}
.contact {
	z-index: 999 !important;
}
.contact {
	display: block;
	position: absolute;
	width: 90%;
	bottom: 15% !important;
}
.contact a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	padding: 10px 20px;
	border: 3px solid transparent;
}
.contact a:hover {
	border: 3px solid #172c2b;
}


/***
TABLET  
***/
@media (max-width: 768px) {
	.title strong{
		font-size: 53px !important;
	}
}
@media (max-width: 640px) {
	.logo {
		top: 20px !important;
	}
	.title strong{
		font-size: 32px !important;
		letter-spacing: -2px;
	}
	.title p {
		font-size: 18px !important;
		line-height: 1.3;
	}
	.shapes {
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-ms-transform: scale(0.3,0.3);
		transform: scale(0.3);
	}
	.shape1 {
		top: 10%;
		left: 10%;
	}
	.shape2 {
		top: -20%;
		right: -20%;
	}
	.shape3 {
		bottom: 0%;
		right: -20%;
	}
	.shape4 {
		top: 15%;
		left: -30%;
	}
	.shape5 {
		top: -5%;
		right: -30%;
	}
	.shape6 {
		bottom: 0%;
		left: -30%;
	}
	.shape7 {
		top: -30%;
		left: -50%;
	}
	.shape8 {
		top: -50%;
		right: -30%;
	}
	.shape9 {
		bottom: 10%;
		left: 50%;
	}
	.contact {
		bottom: 10% !important;
	}
}

/***
MOBILE  
***/
@media (max-width: 400px) {
	.title p {
		line-height: 1.4;
	}
	.shape5 {
		top: -10%;
		right: -50%;
	}
	.shape6 {
		bottom: 0%;
		left: -50%;
	}
	.shape7 {
		top: -20%;
		left: -80%;
	}
	.shape8 {
		top: -50%;
		right: -70%;
	}
	.shape9 {
		bottom: 10%;
		left: 50%;
	}
	.contact {
		bottom: 5% !important;
	}
}

/*
Orbit
*/

.orbit{
	animation: orbit 10s linear infinite;
	-webkit-animation: orbit 10s linear infinite;
}

@keyframes orbit {
	from { 	transform: rotate(0deg) translateX(10px) rotate(0deg); }
	to   {  transform: rotate(360deg) translateX(10px) rotate(-360deg); }				
}

@-webkit-keyframes orbit {
	from { 	-webkit-transform: rotate(0deg) translateX(10px) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg); }				
}
