/*	Client	*/
::selection {
	background: #ffb7b7;
	}
::-moz-selection {
	background: #ffb7b7;
}

html
{
	height: 100%;
	width: 100%;
	min-height: 600px;
}

/*	Main Content	*/
/*	Headline	*/
body
{
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #ECECEA;
	min-height: 600px;
	width: 100%;
	height: 100%;
}

.wrapper {
	height: 100%;
	overflow: hidden;
	min-width: 1000px;
}

.about-active #content {
	-webkit-transform: translateY(-370px);
	-moz-transform: translateY(-370px);
	-ms-transform: translateY(-370px);
	-o-transform: translateY(-370px);
	transform: translateY(-370px);
}

#content {
	
	opacity: 0; 
	/* Will transition to opacity 1*/

	-webkit-transition: -webkit-transform 300ms;
	-moz-transition: -moz-transform 300ms;
	-ms-transition: -ms-transform 300ms;
	-o-transition: -o-transform 300ms;
	transition: transform 300ms;

	position: relative;
	background-image: url(../images/background.jpg);
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

#content #headline
{

	margin-left: 40px;
	opacity: 0;
	/* Will transition to 0px */

	position: absolute;
	width: 500px;
	height: 300px;
}

#content #headline h1
{
	font-weight: 700;
	font-size: 73px;
	margin: 0;
	line-height: 0.86em;
	letter-spacing: -1px;
}

#content #headline #android
{	
	letter-spacing: 1px;
	text-align: center;
	margin: 46px 10px 0 0;
	display: block;
	width: 188px;
	height: 30px;
	padding-top: 15px;
	float: left;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: 600;
}

#content #headline #android
{
	background: #eceeec;
	border: #d0d1d0 3px solid;
	color: #d0d1d0;
}

.overlay {

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;

	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0);
	z-index: 3;
	pointer-events: none;
}

.about-active .overlay {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6) !important;
	cursor: pointer;
}

/*	Footer	*/
footer {
	-webkit-box-shadow: 0 8px 6px 6px rgba(86,86,86,0.4);
	-moz-box-shadow: 0 8px 6px 6px rgba(86,86,86,0.4);
	box-shadow: 0 8px 6px 6px rgba(86,86,86,0.4);
	min-width: 930px;
	
	position: fixed;
	bottom: -60px;

	width: 100%;	
	height: 60px;
	z-index: 10;
}

footer .content {

	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	background: #fff;
	font-size: 11px;
	color: #a6a6a6;
	z-index: 2;
}

footer .links {
	font-family: Helvetica, 'Helvetica Neue', 'Open Sans', sans-serif;
	letter-spacing: 1px;
	margin-top: 6px;
	float: left;
	font-weight: 600;
}

footer #more_information
{
	text-decoration: none;
	color: #a6a6a6;
}

footer #more_information:hover {
	opacity: 0.7;
}

footer .sharing_button
{
	height: 21px;
	overflow: hidden;
	float: right;
}

footer .twitter-share-button {
	margin-right: 15px;
}

.about {
	
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;

	/* Hide border just out of view */
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);

	font-family: "aktiv-grotesk-std";
	background: #007eff;
	position: absolute;
	width: 100%;
	box-shadow: 0px 0px 0px 2px #0d58a5;
	height: 370px;
}

.about-active .about {
	-webkit-transform: translateY(-370px);
	-moz-transform: translateY(-370px);
	-ms-transform: translateY(-370px);
	-o-transform: translateY(-370px);
	transform: translateY(-370px);
}

.about .left {
	background: #eeeeee;
	height: 100%;
	width: 342px;
	float: left;
	position: relative;
}

.about .right {
	float: left;
	color: #fff;
	font-size: 16px;
	margin-left: 55px;
	margin-top: 43px;
	line-height: 21px;
}

.about .right a {
	text-decoration: none;
}

.about .right .text-link {
	color: #093664;
}

.about .right .text-link:hover {
	opacity: 0.7;
}

.about .button {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;

	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
	background: #005fc0;
	color: #fff !important;
	font-weight: bold;
	font-size: 12px;
	padding: 8px 13px;
	display: block;
	float: left;
	margin-top: 24px;
	letter-spacing: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #005fc0;	
}

.about .button:hover {
	border-color: #093664;
}


.background {
	pointer-events: none;
	color: #fff;
	font-weight: 800;
	font-size: 365px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 357px;
	z-index: 1;
}

.about-text {
	font-weight: bold;
	font-size: 24px;
	position: relative;
	z-index: 2;
	line-height: 25px;
	margin-left: 40px;
	margin-top: 100px;
	
}

.tagline {
	position: relative;
	z-index: 2;
	margin-left: 40px;
	margin-top: 53px;
	font-size: 15px;
	font-weight: 500;
	line-height: 17px;
}

.about-option {
	border-bottom: 1px solid #fff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

/* About button active */
.about-active .about-option {
	border-color: #007eff;
	color: #007eff !important;
	border-bottom: 1px solid #007eff;
}

/* The story button */

.slidein:nth-child(even) {
  background: #3398ff !important;
}

.slidein:nth-child(odd) {
  background: #007eff !important;
}

.link {
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 46px 10px 0 0;
  display: inline-block;
  width: 195px;
  height: 51px;
  text-decoration: none;
  font-size: 0.7em;
  font-weight: 600;
  overflow: hidden;
}
.link .ten {
  font-size: 8px;
  line-height: 53px;
}
.link:hover .slidein {
  left: 0%;
}
.link:hover .two {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.link:hover .three {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
.link:hover .four {
  -webkit-transition-delay: 4.5s;
  -moz-transition-delay: 4.5s;
  -ms-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
.link:hover .five {
  -webkit-transition-delay: 7s;
  -moz-transition-delay: 7s;
  -ms-transition-delay: 7s;
  -o-transition-delay: 7s;
  transition-delay: 7s;
}
.link:hover .six {
  -webkit-transition-delay: 10s;
  -moz-transition-delay: 10s;
  -ms-transition-delay: 10s;
  -o-transition-delay: 10s;
  transition-delay: 10s;
}
.link:hover .seven {
  -webkit-transition-delay: 12s;
  -moz-transition-delay: 12s;
  -ms-transition-delay: 12s;
  -o-transition-delay: 12s;
  transition-delay: 12s;
}
.link:hover .eight {
  -webkit-transition-delay: 14s;
  -moz-transition-delay: 14s;
  -ms-transition-delay: 14s;
  -o-transition-delay: 14s;
  transition-delay: 14s;
}
.link:hover .nine {
  -webkit-transition-delay: 16s;
  -moz-transition-delay: 16s;
  -ms-transition-delay: 16s;
  -o-transition-delay: 16s;
  transition-delay: 16s;
}
.link:hover .ten {
  -webkit-transition-delay: 20s;
  -moz-transition-delay: 20s;
  -ms-transition-delay: 20s;
  -o-transition-delay: 20s;
  transition-delay: 20s;
}
.link .slidein {
  background: #3398ff;
  left: -100%;
  z-index: 2;
}
.link span {
  -webkit-transition: left 300ms;
  -moz-transition: left 300ms;
  -ms-transition: left 300ms;
  -o-transition: left 300ms;
  transition: left 300ms;

  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
  z-index: 1;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007eff;
  color: #ffffff;
  line-height: 51px;
}

/* The Preloader Page */

.preloader {
	pointer-events: none;
	position: absolute;
	margin-left: -55px;
	margin-top: -100px;
	height: 110px;
	width: 110px;
	left: 50%;
	top: 50%;
}

svg {
  width: 110px;
  height: 110px;
}

path {
  stroke: #9ea1a4;
  stroke-width: 0.25;
  fill: #241E20;
}

#cloud {
  position: relative;
  z-index: 2;
}

#cloud path {
  fill: #efefef;
}

#sun {
  margin-left: -10px;
  margin-top: 6px;
  opacity: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 45px;
  top: 15px;
  z-index: 1;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;

  -webkit-animation-duration: 16000ms;
  -moz-animation-duration: 16000ms;
  -ms-animation-duration: 16000ms;
  -o-animation-duration: 16000ms;
  animation-duration: 16000ms;

  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

#sun path {
  stroke-width: 0.18;
  fill: #9ea1a4;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotateZ(360deg);
  }

  100% {
    -moz-transform: rotateZ(360deg);
  }
}

@-ms-keyframes rotate {
  0% {
    -ms-transform: rotateZ(360deg);
  }

  100% {
    -ms-transform: rotateZ(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotateZ(360deg);
  }

  100% {
    -o-transform: rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

/* Rain */
.rain {
  position: absolute;
  width: 70px;
  height: 70px;
  margin-top: -32px;
  margin-left: 19px;
}

.drop {
  opacity: 1;
  background: #9ea1a4;
  display: block;
  float: left;
  width: 3px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0px 0px 6px 6px;
  
  -webkit-animation-name: drop;
  -moz-animation-name: drop;
  -ms-animation-name: drop;
  -o-animation-name: drop;
  animation-name: drop;

  -webkit-animation-duration: 350ms;
  -moz-animation-duration: 350ms;
  -ms-animation-duration: 350ms;
  -o-animation-duration: 350ms;
  animation-duration: 350ms;

  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.drop:nth-child(1) {
  -webkit-animation-delay: -130ms;
  -moz-animation-delay: -130ms;
  -ms-animation-delay: -130ms;
  -o-animation-delay: -130ms;
  animation-delay: -130ms;
}

.drop:nth-child(2) {
  -webkit-animation-delay: -240ms;
  -moz-animation-delay: -240ms;
  -ms-animation-delay: -240ms;
  -o-animation-delay: -240ms;
  animation-delay: -240ms;
}

.drop:nth-child(3) {
  -webkit-animation-delay: -390ms;
  -moz-animation-delay: -390ms;
  -ms-animation-delay: -390ms;
  -o-animation-delay: -390ms;
  animation-delay: -390ms;
}

.drop:nth-child(4) {
  -webkit-animation-delay: -525ms;
  -moz-animation-delay: -525ms;
  -ms-animation-delay: -525ms;
  -o-animation-delay: -525ms;
  animation-delay: -525ms;
}

.drop:nth-child(5) {
  -webkit-animation-delay: -640ms;
  -moz-animation-delay: -640ms;
  -ms-animation-delay: -640ms;
  -o-animation-delay: -640ms;
  animation-delay: -640ms;
}

.drop:nth-child(6) {
  -webkit-animation-delay: -790ms;
  -moz-animation-delay: -790ms;
  -ms-animation-delay: -790ms;
  -o-animation-delay: -790ms;
  animation-delay: -790ms;
}

.drop:nth-child(7) {
  -webkit-animation-delay: -900ms;
  -moz-animation-delay: -900ms;
  -ms-animation-delay: -900ms;
  -o-animation-delay: -900ms;
  animation-delay: -900ms;
}

.drop:nth-child(8) {
  -webkit-animation-delay: -1050ms;
  -moz-animation-delay: -1050ms;
  -ms-animation-delay: -1050ms;
  -o-animation-delay: -1050ms;
  animation-delay: -1050ms;
}

.drop:nth-child(9) {
  -webkit-animation-delay: -1130ms;
  -moz-animation-delay: -1130ms;
  -ms-animation-delay: -1130ms;
  -o-animation-delay: -1130ms;
  animation-delay: -1130ms;
}

.drop:nth-child(10) {
  -webkit-animation-delay: -1300ms;
  -moz-animation-delay: -1300ms;
  -ms-animation-delay: -1300ms;
  -o-animation-delay: -1300ms;
  animation-delay: -1300ms;
}

@-webkit-keyframes drop {
  50% {
    height: 45px;
    opacity: 0;
  }

  51% {
    opacity: 0;
  }

  100% {
    height: 1px;
    opacity: 0;
  }
}

@-moz-keyframes drop {
  50% {
    height: 45px;
    opacity: 0;
  }

  51% {
    opacity: 0;
  }

  100% {
    height: 1px;
    opacity: 0;
  }
}
@-ms-keyframes drop {
  50% {
    height: 45px;
    opacity: 0;
  }

  51% {
    opacity: 0;
  }

  100% {
    height: 1px;
    opacity: 0;
  }
}
@-o-keyframes drop {
  50% {
    height: 45px;
    opacity: 0;
  }

  51% {
    opacity: 0;
  }

  100% {
    height: 1px;
    opacity: 0;
  }
}
@keyframes drop {
  50% {
    height: 45px;
    opacity: 0;
  }

  51% {
    opacity: 0;
  }

  100% {
    height: 1px;
    opacity: 0;
  }
}

.text {
	font-family: Helvetica, 'Helvetica Neue', sans-serif;
	letter-spacing: 1px;
	text-align: center;
	margin-left: -43px;
	font-weight: bold;
	margin-top: 20px;
	font-size: 11px;
	color: #a0a0a0;
	width: 200px;
}

.mobile {
	display: none;
}

 /*Smartphones (portrait and landscape) ----------- */
 /*@media only screen and (max-width : 600px) {*/
@media only screen and (min-device-width : 320px) and (max-device-width : 500px) {

	body, html {
		background: #fff !important;
		min-height: 0px !important;
	}

	.wrapper, .preloader {
		display: none;
	}

	.mobile * {
		font-family: Helvetica, 'Helvetica Neue', sans-serif;
	}

	.mobile {
		display: block;
		box-sizing: border-box;
		-moz-box-sizin: border-box;
		padding: 20px;
		padding-bottom: 0px;
	}

	.mobile .icon {
		background-image: url('/static/images/mobile-icon.png');
		background-size: auto 100%;
		background-repeat: no-repeat;
		margin-top: 5px;
		height: 41px;
		width: 54px;
	}

	.mobile h1 {
		font-size: 18px;
		margin-top: 30px;
		color: #1782FB;
		margin-bottom: 5px;
	}

	.mobile h2 {
		font-size: 44px;
		margin-top: 0px;
		line-height: 40px;
		margin-bottom: 90px;
	}

	.mobile .button {
		background: #1782FB;
		display: block;
		width: 100%;
		height: 70px;
		font-size: 16px;
		border: 1px solid;
		text-decoration: none;
		color: #fff;
		letter-spacing: 1px;
		font-weight: bold;
		text-align: center;
		line-height: 70px;
	}

	.mobile .button.inactive {
		background: #fff !important;
		border: 1px solid #EAEAEA !important;
		color: #BBBBBB;
		margin-top: 8px;
	}

	.mobile .bug {
		color: #1782FB;
		font-weight: bold;
		text-decoration: none;
		background: #D7D7D7;
		width: 100%;
		display: block;
		height: 70px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
		line-height: 70px;
		text-align: center;
		margin-top: 25px;

	}
}

.likes {
	float: right;
}

.count {
	font-weight: bold;
	margin-left: 2px;
	color: #a6a6a6;
}

.call-out {
	background: #007eff;
	height: 325px;
	margin-left: 10px;
	margin-right: 10px;
	width: 580px;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	line-height: 50px;
	text-align: left;
	padding-top: 35px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 35px;
	pointer-events: none;
}

.taut {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
}