html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
}

a {color:#00F6FF; text-decoration:underline; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size:20px;}
a:visited {color:#00F6FF; text-decoration:underline; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size:20px;}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	line-height: 1;
	min-height:100%;
	font-family:Artial, Verdana, sans-serif;
}

body {
	background: #eeeeee;
	background: -webkit-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -moz-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: linear-gradient(top, #eeeeee, #cccccc 100%);
	background-attachment:fixed;
}

ol, ul {
	list-style: none;
}

p {
	margin:1em 0;
	line-height:1.1em;
}

q {
	font-style:italic;
	color:#333;
}

h1 {
	font-size:2.91em;
	margin:0;
}

h1 > small {
	text-align:right;
	display:inline-block;
	font-size:.71em;
	text-indent:15em;
	color:#444;
}

h2 {
	color:inherit;
	font-size:1.91em;
	margin:2em 0 1em 0;
}

h2:first-child {margin-top:0;}

h3 {
	color:#333;
	font-size:1.41em;
	margin:1em 0;
}

h4 {
	color:#444;
	font-size:1.11em;
	margin:1em 0;
}

#progress {
	height:2%;
	background:#444;
	bottom:0;
	z-index:-3;
}

#scrollbar {
	position:fixed;
	right:2px;
	height:50px;
	width:6px;
	background:#444;
	background:rgba(0,0,0,0.6);
	border:1px solid rgba(255,255,255,0.6);
	z-index:-2;
	border-radius:3px;
}

.skrollr-desktop #scrollbar {display:none;}

#bg1, #bg2, #bg3 {
	z-index:-7;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/bubbles.png) repeat 0 0;
}

#bg2 {
	z-index:-6;
	background-image:none;
}

#bg3 {
	z-index:-4;
	background-image:none;
}

#intro {
	width:100%;
	left:50%;
	top:1em;
	margin-left:-40%;
	padding:2em;
	background:#fff;
	text-align:center;
	border-radius:1em;

	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#intro .arrows {
	font-size:2em;
	color:#09f;
}

#transform {
	width:70%;
	left:50%;
	top:20%;
	margin-left:-35%;
	text-align:center;
	font-size:150%;

	.transform-origin(50%, 50%);
}

#properties {
	width:100%;
	height:100%;
	padding-top:10%;
	text-align:center;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;

}

#propertiesBL {
	width:100%;
	height:100%;
	padding-top:0%;
	text-align:center;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#easing_wrapper {
	width:100%;
	height:100%;
}

#easing {
	top:10%;
	width:50%;
	z-index:-4;
}

.drop {
	background:#09f;
	font-weight:bold;
	padding:1em;
}

#download {
	width:80%;
	left:10%;
	height:80%;
	padding:3em;
	border:0 solid #222;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.twitter-share-button, .twitter-follow-button {
	vertical-align:middle;
}



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

body {
	font-family: 'Source Sans Pro', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
	background: #FFF;
	line-height: 1;
	}




.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* Header */





.pater {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	display: block;
	border: 3px solid #FFF;
	padding: .1em 2.5em 0.1em;
	width: 100%;
	max-width: 460px;
	position: relative;
	color: #fff;
	background: #000000;
	margin: auto 0 3em auto;
}

.pater:hover,
.pater:focus {
	color: #fff;
	outline: none;
	border: 3px solid #FBFF00;
}

.pater::after {
	content: ;
	position: absolute;
	top: 2.5em;
	left: 4em;
	font-size: 0.65em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}



@media screen and (min-width: 50em) {
	.pater::before {
		content: '';
		position: absolute;
		background: url(../img/terminal.svg) no-repeat 0 0;
		background-size: contain;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0;
		-webkit-transition: -webkit-transform 0.3s, opacity 0s 0.3s;
		transition: transform 0.3s, opacity 0s 0.3s;
	}
	.pater:hover::before,
	.pater:focus::before {
		opacity: 1;
		-webkit-transform: translate3d(-30px, 30px, 0);
		transform: translate3d(-30px, 30px, 0);
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(.43, .04, .32, .97);
		transition: transform 0.3s cubic-bezier(.43, .04, .32, .97);
	}
}

.pater__img {
	display: block;
	width: 50%;
	margin-top:5%;
}
.pater2__img {
	display: inline;
	width: 25%;
	float:left;
	padding-bottom:20px;
	padding-left:2%;
	padding-right:2%;
}
.pater3__img {
	display: inline;
	width: 30%;
	float:left;
	padding-bottom:20px;
	padding-left:2%;
	padding-right:2%;
}

.pater__title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.05em;
	margin: 1.5em 0;
}

.pater__desc {
	color: #3D3935;
	font-weight: 600;
	line-height: 1.1;
	margin: 0;
}


/* Colors */


/* 1 */


@media screen and (max-width: 50em) {
	
	.pater {
		margin: 0;
		max-width: none;
		font-size: 0.85em;
		padding: 2.5em 1em 1em;
	}
	.pater::after {
		top: 1em;
		left: 1em;
	}
	.pater__img {
		width: 160px;
	}
	


@media screen and (max-width: 40em) {
	.pater__title {
		font-size: 1em;
	}
	.pater__img {
		max-width: 75%;
	}
}

/*
* Fullwidth Audio Player V1.6
* Author: Rafael Dery
* Copyright 2011
*
* Only for the sale at the envato marketplaces
*
*/

/* Reset */

#fap-wrapper * {
	margin: 0;
	padding: 0;
	list-style: none !important;
	line-height: 12px;
	max-width: 100%;
	outline: none !important;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


/* Wrapper */

#fap-wrapper {
	width: 100%;
	max-width: 100%;
	position: fixed;
	left: 0;
	z-index: 100000;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}

.fap-fullwidth {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.fap-boxed #fap-main {
	border: 1px solid;
}

#fap-wrapper-switcher {
	position: absolute;
	height: 16px;
	padding: 0 7px;
	left: 0;
	border: 1px solid;
	cursor: pointer;
	font-size: 100%;
	text-align: center;
}

#fap-wrapper-switcher.fap-top {
	line-height: 18px;
}

#fap-wrapper-switcher.fap-bottom {
	line-height: 13px;
}

#fap-init-text {
	position: absolute;
	left: 0;
	font-size: 12px;
}

.fap-wrapper-top #fap-init-text {
	bottom: 20px;
}

.fap-wrapper-bottom #fap-init-text {
	top: 20px;
}

#fap-main {
	width: 960px;
	height: 100%;
	position: relative;
}


/* Meta Stuff */

#fap-meta-wrapper {
	width: 70%;
	float: left;
	margin-top: 5px;
}

#fap-cover-wrapper {
	height: 100%;
	float: left;
	margin-right: 10px;
}

#fap-current-cover,
#fap-cover-replacement {
	text-align: center;
	font-size: 18px;
}

#fap-track-info {
	margin-left: 10px;
	height: 100%;
}

#fap-current-title {
	font-size: 12px;
	line-height: 18px;
}

#fap-current-meta {
	font-size: 10px;
}

#fap-current-meta a, #fap-current-meta a:visited {
	color: #666666;
}

#fap-current-meta a:hover {
	text-decoration: none;
}

#fap-social-links {
	margin-top: 7px;
}

#fap-social-links a {
	font-size: 10px;
	margin-right: 10px;
	display: inline-block;
}

#fap-social-links a.fap-soundcloud-link {
	background: url(../images/fwap/sc_logo_dark.png) no-repeat;
	width: 78px;
	height: 12px;
}


/* Player Controls */

#fap-player-wrapper {
	float: right;
	margin-top: 5px;
	height: 70px;
	width: 30%;
}

#fap-player-controls {
	width: 85%;
	min-width: 90px;
	height: 100%;
	float: left;
	position: relative;
}

#fap-playlist-controls {
	float: right;
	margin-top: 5px;
}

#fap-player-wrapper a,
#fap-player-wrapper a:visited,
#fap-player-wrapper a:hover {
	text-decoration: none !important;
}

#fap-main-controls {
	position: relative;
}

#fap-main-controls > a {
	display: block;
	position: absolute;
}

#fap-main-controls #fap-previous,
#fap-main-controls #fap-next {
	top: 14px;
	left: 0;
	font-size: 14px;
}

#fap-main-controls #fap-next {
	left: 60px;
}

#fap-main-controls #fap-play-pause {
	top: 13px;
	left: 24px;
	font-size: 30px;
}

#fap-main-controls #fap-play-pause.fa-play {
	font-size: 34px;
}

#fap-volume-bar {
	position: absolute;
	top: 20px;
	right: -2px;
}

#fap-volume-bar #fap-volume-scrubber {
	float: left;
	position: relative;
}

#fap-volume-scrubber > #fap-volume-indicator {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}

#fap-volume-sign {
	font-size: 14px;
	width: 14px;
	float: right;
	margin-top: -3px;
	margin-left: 5px;
}

#fap-time-bar {
	width: 100%;
	position: absolute;
	bottom: 18px;
}

#fap-time-bar div {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
}

#fap-time-bar div {
	width: 0;
}

#fap-time-bar span {
	margin-top: 8px;
}

#fap-time-bar #fap-current-time {
	float: left;
}

#fap-time-bar #fap-total-time {
	float: right;
}

#fap-time-bar > span {
	font-size: 10px;
}

#fap-time-bar,
#fap-time-bar div,
#fap-volume-scrubber {
	height: 6px;
}

#fap-time-bar div,
#fap-volume-bar * {
	cursor: pointer;
}


/* Playlist Stuff */

#fap-player-popup,
#fap-playlist-toggle,
#fap-playlist-shuffle {
	font-size: 16px;
	display: block;
}

#fap-player-popup {
	margin-bottom: 10px;
}

#fap-playlist-shuffle {
	margin-bottom: 10px;
}

#fap-playlist {
	width: 100%;
	height: 100%;
}

#fap-playlist li {
	line-height: 20px;
	margin-right: 10px;
}

#fap-playlist li img, #fap-playlist li .fap-cover-replace-small {
	text-align: center;
	float: left;
	width: 20px;
	height: 20px;
}

#fap-playlist li > span {
	float: left;
	line-height: 20px;
	margin-left: 10px;
	cursor: pointer;
}

#fap-playlist li span:hover {
	text-decoration: underline;
}

#fap-playlist li .fap-remove-track {
	font-size: 18px;
	line-height: 22px;
	float: right;
	cursor: pointer;
}

.fap-xml-playlist span {
	display: none;
}


/* Popup Skin */

.fap-popup-skin #fap-wrapper-switcher {
	display: none;
	font-size: 20px;
	text-align: center;
}

/* Soundcloud */
.sc-player-engine-container{
  width: 1px;
  height: 1px;
  position: fixed;
  top: -200px;
  left: -200px;
}

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

@media (max-device-width : 1024px) {

	#fap-volume-bar {
		display: none;
	}

	#fap-main-controls {
		left: 50%;
		margin-left: -36px;
	}

	#fap-playlist-controls {
		padding-right: 5px;
	}

	#fap-playlist li {
		margin-right: 0;
	}

	.nicescroll-rails {
		display: none !important;
	}
}

@media (max-device-width : 767px) {

	#fap-current-cover,
	#fap-cover-replacement,
	#fap-cover-replacement canvas,
	#fap-cover-replacement svg {
		max-width: 40px;
		max-height: 40px;
	}

	#fap-current-title {
		font-size: 10px;
		line-height: 9px;
	}

	#fap-current-meta,
	#fap-social-links a {
		font-size: 8px;
		line-height: 12px;
	}

	#fap-player-controls {
		width: 96%;
	}

	#fap-main-controls {
		left: 54%;
	}

	#fap-playlist-controls,
	#fap-volume-bar {
		display: none !important;
	}
}

 
#fap-player-wrapper a,
#fap-player-wrapper a:visited,
#fap-player-wrapper a:hover {
	text-decoration: none !important;
}

#propertiesTS {
	width:100%;
	height:100%;
	padding-top:10%;
	text-align:left;
	color:#Ffffff;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	margin-left:-50%;

}

#propertiesRS {
	width:100%;
	height:100%;
	padding-top:10%;
	text-align:left;
	color:#Ffffff;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	margin-left:-50%;
	float:right;
	background:#00FA21

}

#whiteone {color:#fff;}