
/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography Styles
	=Content Styles
	=Responsive Styles
	=Animation
	=404
*/



/* =Common Styles
-------------------------------------------------------------- */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
	font-family: 'masterblast';
	src: "Masterblast.otf";
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body {
	background: url(../images/triangles.png),url(../images/shattered.png);
	color: #666666;
	font: normal 16px "Cardo", georgia, serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

section { overflow: hidden; }
::selection { background: #CDD4EE; color: #fff; }
::-moz-selection { background: #CDD4EE; color: #fff; }


/* =Typography
-------------------------------------------------------------- */
h1, h2 { margin: 0; }

h1 {
	font-family: "Montserrat", arial, sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: -0.08em;
	color: #161a1b; 
}

h2 {
	font-family: "Montserrat", arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #161a1b;
}

.right {
	text-align: right;
	float: right;
}
.center {
	text-align: center;
}

.horizontal {
	padding: 0;
	margin: 0;
}
.horizontal li{
	padding: 0;
	margin: 0;
}
#horizontal li{
	display: inline;
	list-style: none;
	list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding-right: 20px;
}
.sub-title {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0px;
}


/* =Content Styles
-------------------------------------------------------------- */

.banner {
    height: 30px;
    right: 0%;
    position: fixed;
    width:100%;
	top: 700px;
    z-index: 10;
    pointer-events: none;
    
}
.banner ul a {
    text-decoration: none;
    position: relative;
    pointer-events: all;
    top: -16px;
}

.banner ul a.highlight {
    text-decoration: underline;
    font-weight: bold;
}

#banner_block {
    color: #626E96;
    width:100%;
    height:100%;
    border:1px solid #99ADEB;
    left:0%;
    position:absolute;
    background: url('../images/gplaypattern.png');
    pointer-events: all;
}

#banner_image{
    position:absolute;
    vertical-align:middle;
    top:-63px;
    left: 0%;
}

ul#list-nav {
  position:absolute;
  right: 0px;
}

ul#list-nav li {
  display:inline
}

ul#list-nav li a {
 padding:5px 0px;
 height:100%;
 width:110px;
 float:left;
}

ul#list-nav li a {
  text-align:center;
  color: #626E96;
  border-top:1px solid #99ADEB;
  border-bottom:1px solid #99ADEB;
  border-right:1px solid #99ADEB;
}

#banner-home {
 border-left: 1px solid #99ADEB;
}

ul#list-nav li a:hover {
  background:#CDD4EE;
} 

.content_wrapper{
	position:relative;
}

.content_wrapper a {
	text-decoration: none;
	color: #626E96;
}

.content_wrapper a:hover {
	text-decoration: underline;
}

.content_list {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 75%;
	padding: 0px;
    list-style: none;
    display: inline-block;
}

.content_list li {
    display: block;
    margin-bottom: 0px;
    position: relative;
}

.content_block_img {
    float: left;
    height: auto;
    position: relative;
	margin-right: 20px;
}

.content_block_img img {
    border-radius: 8px;
}

.content_block_text {
    height: auto;
    position: relative;
    text-align: left;
	margin: 20px;
	margin-bottom: 0px;
}

.expand_click {
	height: auto;
	position: relative;
	text-align: center;
	font-weight: bold;
	margin: 20px;
}

.default_content {
    color: #626E96;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 2px solid #99ADEB;  
    background: url('../images/texture.png');
    width: 100%;
    display: inline-block;
	margin-bottom: 0px;
}

.content_list li {
	margin-bottom: 20px;
}

.default_content:hover {
    background:#CDD4EE; 
}

.pub_content {
    color: #626E96;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
    border: 2px solid #99ADEB;  
    background: url('../images/texture.png');
    width: 100%;
    display: inline-block;
}

.pub_content:hover {
    background:#CDD4EE; 
}

.p_header {
	font-weight: bold;
}

.extra_info {
    display:none;
    color: #626E96;
    height: auto;
    position: relative;
    width: 100%;
    top: 100%;
    background: url('../images/texture.png');
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 2px solid #99ADEB;
    
}

#home {
	height : 650px;
	margin-top: 0px;
	margin-bottom: 100px;
}

.simple {
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    position: relative;
    width: 75%;
	color: #626E96;
    border-radius: 8px;
    border: 2px solid #99ADEB;  
    background: url('../images/texture.png');
	height: auto;
    display: inline-block;
}

#document_list {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
    position: relative;
    width: 75%;
	padding: 0px;
    list-style: none;
    display: table;
    table-layout: fixed;
	color: #626E96;
}

#document_list ul {
    display: table-row;
}

#document_list li {
    display: table-cell;    
    border-radius: 8px;
    border: 2px solid #99ADEB; 
    background: url('../images/texture.png');
    padding: 10px;
    cursor: pointer;
}

#document_list li:hover{
    background:#CDD4EE; 
}

#document_list a:hover{
    text-decoration: none;
}

.section_header {
    color: #626E96;
    width:150%;
    height:auto;
    border:1px solid #99ADEB;
    left:-25%;
    position:relative;
    margin-bottom: 0px;
    background: url('../images/gplaypattern.png');
    font-size: 300%;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}

.section_header p {
    margin: 0px;
    position: relative;
}

.wrapper {
  text-align: center;		
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
  width: 100%;
  left: 0;
  top: 0;
}

.scene {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.layer {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

#content {
	pointer-events: all;
}	

.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;
}


/* Background */
.background {
  background: url(../images/shattered.png);
  /* background: url(../images/background.jpg) no-repeat 50% 100%; */
  bottom: -20px;
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
}

.triangles {
  background: url(../images/triangles.png);
  bottom: -20px;
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
}

.sphere img{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7);
    z-index: 0;
}

/* Text */
.title {
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	margin-top: -130px;
}

.sphere {
	margin-top: 50px;
	position: absolute;
	width: 100%;
}

.hero {
	margin-top: 200px;
	width: 100%;
}

.line {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 1px;
	background: #00d9ec;
	margin-top: 10px;
}

.contact {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0px;
}

.contact .icons {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
	text-align: center;
	list-style: none;
	list-style-type: none;
}

.contact .icons li {
	display: inline-block;
	margin-right: 10px;
}

.contact .icons li:last-of-type { margin-right: 0px; }

.contact .icons li a {
	display: block;
	width: 25px;
	height: 25px;
	opacity: .5;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.contact .icons .facebook {
	background: url(../images/facebook.png) no-repeat center;
	background-size: 25px 25px;
}

.contact .icons .twitter {
	background: url(../images/twitter.png) no-repeat center;
	background-size: 25px 25px;
}

.contact .icons .linkedin {
	background: url(../images/linkedin.png) no-repeat center;
	background-size: 25px 25px;
}

.contact .icons li a:hover {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.contact a.mail {
	text-decoration: none;
	color: #161a1b;
	padding-bottom: 8px;
	font-size: 15px;
}

.contact a.mail::after {
	position: absolute;
	top: 99%;
	left: 50%;
	width: 125px;
	margin-left: -60px;
	margin-top: 10px;
	height: 1px;
	background: #666666;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.contact a.mail:hover::after, .contact a.mail:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.contact p.copyright {
	text-decoration: none;
	color: #161a1b;
	padding-bottom: 8px;
	font-size: 15px;
}

.contact p.copyright::after {
	position: absolute;
	top: 99%;
	left: 10%;
	width: 80%;
	margin-left: 0;
	margin-top: 10px;
	height: 1px;
	background: #666666;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.contact p.copyright:hover::after, .contact p.copyright:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Flakes Sizing */
.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6,0.6);
	transform: scale(0.6);
}

/* Flakes Positioning */
.depth-5 {
	position: absolute;
	right: -100%;
	top: -24%;
}

.depth-4 {
	position: absolute;
	left: -10%;
	top: 37%;
 }

.depth-3.flake1 {
	display: none;
}

.depth-3.flake2 {
	position: absolute;
	right: 16%;
	bottom: 20%;
}

.depth-3.flake3 {
	position: absolute;
	left: 10%;
	bottom: 16%;
}

.depth-3.flake4 {
	display: none;
}

.depth-2.flake1 { 
	display: none;
}

.depth-2.flake2 {
	display: none;
}

.depth-1.flake1 {
	display: none;
}

.depth-1.flake2 { 
	position: absolute;
	right: 40%;
	top: 50%;
}

.depth-1.flake3 { 
	display: none;
}

.depth-1.flake4 { 
	position: absolute;
	right: 0;
	top: 0;
}

.test {
    position: relative;
    margin: 0 auto;
    top: 800px;
}

.content_box{
    width: 50%;
    height: 100px;
    left: 25%;
    border: 1px solid #000;
    position: absolute;
    border-radius: 15px;
    top: 200px;
}


.content_box:hover {
    background-color: yellow;
}

.box_image{
    position: absolute;
    left: 0;
    bottom: 0;
}



/* =Responsive Styles
-------------------------------------------------------------- */

/* Landscape Phone */
@media all and (min-width: 400px) {
	/* HERO */
	/* h1 { font-size: 69px; line-height: 69px; } */
	.sub-title { font-size: ; line-height: ; margin-top: 10px; }
	/* TITLE & CONTACT */
	.title { top: 8%;}
	.contact .icons { margin-bottom: 0px; }
	/* SIZES */
	.sphere img{
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6,0.6);
		transform: scale(0.6);
	}
	/* POSITIONING */
	.depth-5 {
		position: absolute;
		right: -50%;
		top: -50%;
	}

	.depth-4 {
		left: -4%;
		top: 20%;
	 }

	.depth-3.flake1 {
		display: none;
	}

	.depth-3.flake2 {
		position: absolute;
		right: 16%;
		bottom: 20%;
	}

	.depth-3.flake3 {
		position: absolute;
		left: 10%;
		bottom: 16%;
	}

	.depth-3.flake4 {
		display: none;
	}

	.depth-2.flake1 { 
		display: none;
	}

	.depth-2.flake2 {
		display: none;
	}

	.depth-1.flake1 {
		display: none;
	}

	.depth-1.flake2 { 
		position: absolute;
		right: 40%;
		top: 40%;
	}

	.depth-1.flake3 { 
		display: none;
	}

	.depth-1.flake4 { 
		position: absolute;
		right: 0;
		top: 0;
	}
}

/* Tablet Portrait */
@media all and (min-width: 700px) {
	/* HERO */
	/* h1 { font-size: 130px; line-height: 130px; } */
	.sub-title { font-size: 20px; line-height: 20px; margin-top: 10px; }
	/* TITLE & CONTACT */
	.title { top: 8%;}
	.line { margin-top: 20px; }
	.contact { bottom: 10%; }
	.contact .icons { margin-bottom: 12px; }
	/* SIZES */
	/*.sphere img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1,1);
		transform: scale(1);
	}*/
	.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8,0.8);
		transform: scale(0.8);
	}
	/* POSITIONING */
	.depth-5 {
		right: -25%;
		top: 3%;
	}

	.depth-4 {
		left: -3%;
		top: 15%;
	 }

	.depth-3.flake1 {
		display: none;
	}

	.depth-3.flake2 {
		right: 25%;
		bottom: 25%;
	}

	.depth-3.flake3 {
		left: 20%;
		bottom: 20%;
	}

	.depth-3.flake4 {
		display: block;
		position: absolute;
		left: 10%;
		bottom: 40%;
	}

	.depth-2.flake1 {
		display: none;
	}

	.depth-2.flake2 {
		display: none;
	}

	.depth-1.flake1 {
		display: none;
	}

	.depth-1.flake2 { 
		display: block;
		left: 15%;
		top: 25%;
	}

	.depth-1.flake3 { 
		display: none;
	}

	.depth-1.flake4 { 
		display: none;
	}
    
    .button {
		font-size: 12px;
		border-radius: 10px;
		padding: 25px 45px;
	}
}

@media all and (min-width: 900px) {
	/* HERO */
	/* h1 { font-size: 120px; line-height: 120px; } */
	.sub-title { font-size: 20px; line-height: 20px; margin-top: 20px; }
	/* TITLE & CONTACT */
	.title { top: 5%;}
	.contact { bottom: 8%; }
	.contact .icons { margin-bottom: 12px; }
	/* SIZES */
	.sphere img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1,1);
		transform: scale(1);
	}
	.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8,0.8);
		transform: scale(0.8);
	}
	/* POSITIONING */
	.depth-5 {
		right: -25%;
		top: 3%;
        -webkit-animation: wave 9s 0.1s infinite linear;
		-moz-animation: wave 9s 0.1s infinite linear;
		animation: wave 9s 0.1s infinite linear;        
	}

	.depth-4 {
		left: -3%;
		top: 15%;
        -webkit-animation: wave 7s 0.1s infinite linear;
		-moz-animation: wave 7s 0.1s infinite linear;
		animation: wave 7s 0.1s infinite linear;
	 }
     
	.depth-3 {
		-webkit-animation: wave 6s 0.1s infinite linear;
		-moz-animation: wave 6s 0.1s infinite linear;
		animation: wave 6s 0.1s infinite linear;
	}
     
	.depth-3.flake1 {
		display: none;
	}

	.depth-3.flake2 {
		right: 25%;
		bottom: 25%;
	}

	.depth-3.flake3 {
		left: 20%;
		bottom: 20%;
	}

	.depth-3.flake4 {
		display: block;
		position: absolute;
		left: 10%;
		bottom: 40%;
	}

	.depth-2 {
		-webkit-animation: wave 5s 0.1s infinite linear;
		-moz-animation: wave 5s 0.1s infinite linear;
		animation: wave 5s 0.1s infinite linear;
	}    
    
	.depth-2.flake1 {
		display: none;
	}

	.depth-2.flake2 {
		display: none;
	}
    
	.depth-1 {
		-webkit-animation: wave 4s 0.1s infinite linear;
		-moz-animation: wave 4s 0.1s infinite linear;
		animation: wave 4s 0.1s infinite linear;
	}
    
	.depth-1.flake1 {
		display: none;
	}

	.depth-1.flake2 { 
		display: block;
		left: 15%;
		top: 25%;
	}

	.depth-1.flake3 { 
		display: none;
	}

	.depth-1.flake4 { 
		display: none;
	}
}

@media all and (min-width: 1200px) {
	/* HERO */
/*
	h1 { font-size: 150px; line-height: 150px; }
*/
	.sub-title { font-size: 25px; line-height: 25px; margin-top: 20px; }   
	/* SIZES */
	/*.sphere img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1,1);
		transform: scale(1);
	}*/
	.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1,1);
		transform: scale(1);
	}
	/* POSITIONING */
	.depth-5 {
		/*right: -10%;
		top: -10%;*/
	}

	.depth-4 {
		/*left: -3%;
		top: 15%;*/
	 }


	.depth-3.flake1 {
		display: block;
		position: absolute;
		left: 20%;
		top: 40%;
	}

	.depth-3.flake2 {
		right: 25%;
		bottom: 25%;
	}

	.depth-3.flake3 {
		left: 20%;
		bottom: 20%;
	}

	.depth-3.flake4 {
		display: block;
		position: absolute;
		left: 10%;
		bottom: 40%;
	}

	.depth-2.flake1 { 
		display: block;
		position: absolute;
		right: 40%;
		top: 40%;
	}

	.depth-2.flake2 { 
		display: none;
	}

	.depth-1.flake1 {
		display: block;
		position: absolute;
		left: 30%;
		bottom: 20%;
	}

	.depth-1.flake2 { 
		display: block;
		left: 15%;
		top: 25%;
	}

	.depth-1.flake3 { 
		display: none;
	}

	.depth-1.flake4 { 
		display: none;
	}
}

@media all and (min-width: 1400px) {
	/* HERO */
/*    
	h1 { font-size: 160px; line-height: 160px; }
*/
	.sub-title { font-size: 25px; line-height: 25px; margin-top: 20px; }    
	/* POSITIONING */
	.depth-5 {
		right: -10%;
		top: -5%;
	}

	.depth-4 {
		left: -3%;
		top: 15%;
	 }

	.depth-3.flake1 {
		display: block;
		position: absolute;
		left: 20%;
		top: 40%;
	}

	.depth-3.flake2 {
		right: 25%;
		bottom: 25%;
	}

	.depth-3.flake3 {
		left: 40%;
		bottom: 20%;
	}

	.depth-3.flake4 {
		display: block;
		position: absolute;
		left: 10%;
		bottom: 40%;
	}

	.depth-2.flake1 { 
		display: block;
		position: absolute;
		right: 40%;
		top: 40%;
	}

	.depth-2.flake2 { 
		display: none;
	}

	.depth-1.flake1 {
		display: block;
		position: absolute;
		left: 30%;
		bottom: 30%;
	}

	.depth-1.flake2 { 
		display: block;
		left: 15%;
		top: 25%;
	}

	.depth-1.flake3 { 
		display: block;
		position: absolute;
		bottom: 20%;
		right: 40%;
	}

	.depth-1.flake4 { 
		display: block;
		right: 40%;
		top: 25%;
	}
}

@media all and (min-width: 1600px) {
	/* HERO */
/*
	h1 { font-size: 180px; line-height: 180px; }
*/
	.sub-title { font-size: 25px; line-height: 25px; margin-top: 25px; }  
}


@media all and (min-width: 1920px) {
	/* HERO */
    
	/*h1 { font-size: 200px; line-height: 200px; }*/

	.sub-title { font-size: 30px; line-height: 30px; margin-top: 30px; }    
	/* POSITIONING */
	.depth-5 {
		right: -10%;
		top: 5%;
	}

	.depth-4 {
		left: 3%;
		top: 15%;
	 }

	.depth-3.flake1 {
		display: block;
		position: absolute;
		left: 20%;
		top: 40%;
	}

	.depth-3.flake2 {
		right: 25%;
		bottom: 25%;
	}

	.depth-3.flake3 {
		left: 40%;
		bottom: 20%;
	}

	.depth-3.flake4 {
		display: block;
		position: absolute;
		left: 10%;
		bottom: 40%;
	}

	.depth-2.flake1 { 
		display: block;
		position: absolute;
		right: 40%;
		top: 40%;
	}

	.depth-2.flake2 { 
		display: none;
	}

	.depth-1.flake1 {
		display: block;
		position: absolute;
		left: 30%;
		bottom: 30%;
	}

	.depth-1.flake2 { 
		display: block;
		left: 20%;
		top: 30%;
	}

	.depth-1.flake3 { 
		display: block;
		position: absolute;
		bottom: 30%;
		right: 40%;
	}

	.depth-1.flake4 { 
		display: block;
		right: 40%;
		top: 25%;
	}
}

/* =Animation
-------------------------------------------------------------- */

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}


/* =404
-------------------------------------------------------------- */

.snap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/lighthouse.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

.snap .line { margin-bottom: 70px; }

.button {
	display: inline-block;
	margin-top: 80px;
	text-decoration: none;
	font-family: "Montserrat", arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #161a1b;
	background: transparent;
	border: 1px solid rgb(23,26,28);
	border: 1px solid rgba(23,26,28,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 4px;
	padding: 15px 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button:hover {
	background: rgb(23,26,28);
	color: #fff;
	border: 1px solid rgb(23,26,28);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
