/* Import Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Sarpanch:400,600);

* {
	padding: 0;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body
{
	width: 100%;
	height: 100%;
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #777;
	background: url(../images/background.jpg) center center no-repeat #232031;
	background-size: cover;
	overflow: hidden !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Sarpanch', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}

a {
	color: #b7b7b7;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}


.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content {
	float:left;
	margin:40px;
	position:absolute;
	top:200px;
	width:600px;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

#logo {
	top:20px;
	height:auto;
	right:40px;
	position:absolute;
	width:96px;
	height:96px;
	background: url('../images/logo.png') center center no-repeat;
	z-index:1000;
	text-indent: -9999px;
	background-size: cover;
}

.main-nav{
	position:absolute;
	bottom: 23px;
	left:210px;
	z-index:1001;
}
.main-nav ul li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: #ffa800;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
	z-index: 500;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li {
	list-style: none;
	display:block;
	float: left;
	background: #000000;
	margin: 1px;
	opacity: .35;
}
.social-nav ul li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 100px 10px 5px 10px;
}
.social-nav ul li:hover {opacity: 1;}

.social-nav span
{
	font-size: 21px;
	line-height: 18px;
	width: 21px;
	height: 25px;
	vertical-align: middle;
	display: block;
	text-align: center;
}
.social-nav a span{
	color: white;
}
.social-nav a:hover
{
	text-decoration: none;
}

button.full-screen{
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}
.schema {
	display: none;
}

/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------

	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.

*/
/*! Version: 2.0.73 (12-Oct-2012) */


.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;

	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	transition: left 1s ease-in-out;*/

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}

#fap-wrapper-switcher {
	left: auto;
	right: 0;
}

#home h1 {
	text-transform: uppercase;
	margin-left: -4px;
}
#home p {
	font-family: 'Sarpanch', serif;
}

@media (max-width: 374px) {
	#logo {
		top: 8px;
		right: 12px;
		left: auto;
		width:64px;
		height:64px;
		background: url('../images/logo.png') center center no-repeat;
		background-size: cover;
		opacity: 0.5;
	}
}

@media (max-width: 667px) {
	.social-nav {
		left: 20px;
	}
	.social-nav ul li a {
		padding:60px 10px 5px 10px;
	}
	.content {
		margin:0;
		top:100px;
		width:100%;
	}
	#home
	{
		padding: 20px;
	}
	#home h1 {
		font-size: 40px;
	}
	#home h5 {
		font-size: 20px;
	}
	#home p {
		max-width: 90%;
		color: #BBB;
	}
	#fap-wrapper-switcher {
		left: auto;
		right: 0;
	}
	#fap-time-bar {
		display: none;
	}
	#fap-wrapper {
		height: 65px;
	}
	#fap-player-controls {
		margin-top: 10px;
	}
	#fap-cover-wrapper {
		margin-left: 10px;
	}
}

@media (min-width: 375px) and (max-width: 667px) {
	#logo {
		top: 12px;
		right: 34px;
		left: auto;
		width:64px;
		height:64px;
		background: url('../images/logo.png') center center no-repeat;
		background-size: cover;
		opacity: 0.5;
	}
}


.loading {
	position: absolute;
	top: 15px;
	left: 15px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
}
body.phone .loading {
	top: 14px;
	left: 11px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/* Helper */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {clear: both;}

.clouds {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
	background:transparent url(../images/clouds.png) repeat-x center center;
	z-index:3;
	animation: move-clouds-back 400s linear infinite;
	opacity: 0.5;
}

@keyframes move-clouds-back {
	from {background-position:0 0;}
	to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
	from {background-position:0 0;}
	to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
	from {background-position:0 0;}
	to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
	from {background-position: 0;}
	to {background-position:10000px 0;}
}

/* Drop Down List */

.l-dropdown-wrap {
	width: 100%;
	clear: both;
	margin-top: 20px;
}

.wrapper-dropdown {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	outline: none;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wrapper-dropdown .select-title {
	font-size: 24px;
	text-transform: uppercase;
	width: 30px;
	left: 0;
	top: 0;
	position: relative;
}

.wrapper-dropdown .dropdown {
	position: absolute;
	left: 50px;
	right: 0;
	list-style: none;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	max-height: 0;
	overflow: hidden;
	display: inline-block;
}
.wrapper-dropdown .dropdown li {
	padding: 0;
	display: inline-block;
}
.wrapper-dropdown .dropdown li a {
	display: block;
	text-decoration: none;
	color: #fff;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0.5;
	width: 85px;
	margin-bottom: 10px;
}
.wrapper-dropdown .dropdown li:hover a {
	opacity:1;
}

/* Active state */
.wrapper-dropdown.active {
	color: white;
}
.wrapper-dropdown.active .dropdown {
	max-height: 400px;
}


/* RAIN by Karim Maaloul http://codepen.io/Yakudoo/pen/doObLw */

#lake {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
}
#sploutch {
	position: absolute;
	width: 300px;
	height: 300px;
}

.drop {
	position: absolute;
	background: rgba(255,255,255,0.5);
	width: 2px;
	height: 40px;
	opacity: 0;
	left: 150px;
	-webkit-animation-name: fall;
	animation-name: fall;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

#ripples {
	position: absolute;
	width: 300px;
	height: 300px;
	-webkit-transform: rotateX(75deg);
	transform: rotateX(75deg);
}

.ripple {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.2);
	-webkit-animation-name: grow;
	animation-name: grow;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.ripple:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.ripple:nth-child(2) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.ripple:nth-child(3) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.splash {
	position: absolute;
	margin: auto;
	width: 2px;
	height: 2px;
	border-radius: 1px;
	opacity: 0;
	background: #fff;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.splash:nth-child(1) {
	-webkit-animation-name: bounce1;
	animation-name: bounce1;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.splash:nth-child(2) {
	-webkit-animation-name: bounce2;
	animation-name: bounce2;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.splash:nth-child(3) {
	-webkit-animation-name: bounce3;
	animation-name: bounce3;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

@keyframes fall {
	0% {
		top: -500px;
		opacity: 0;
		height: 100px;
	}
	99% {
		opacity: 0.2;
	}
	100% {
		top: 150px;
		opacity: 0;
		height: 5px;
	}
}
@keyframes bounce1 {
	0% {
		left: 150px;
		top: 150px;
		opacity: 0;
	}
	5% {
		opacity: .1;
	}
	50% {
		top: 109px;
	}
	100% {
		left: 175px;
		top: 150px;
		opacity: 0;
	}
}
@keyframes bounce2 {
	0% {
		left: 150px;
		top: 150px;
		opacity: 0;
	}
	5% {
		opacity: .1;
	}
	50% {
		top: 131px;
	}
	100% {
		left: 186px;
		top: 150px;
		opacity: 0;
	}
}
@keyframes bounce3 {
	0% {
		left: 150px;
		top: 150px;
		opacity: 0;
	}
	5% {
		opacity: .1;
	}
	50% {
		top: 131px;
	}
	100% {
		left: 193px;
		top: 150px;
		opacity: 0;
	}
}
@keyframes grow {
	0% {
		width: 1px;
		height: 1px;
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	25% {
		opacity: .15;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		width: 250px;
		height: 250px;
		opacity: 0;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}