html,
body {
	margin: 0;
	height: 100%;
}


#page {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
#content {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	background: transparent;
	transition: background 300ms ease;
}


#masthead {
	margin: 0;
	z-index: 999;
	position: absolute;
	width: calc( 100% - 180px );
	top: 15px;
	left: 90px;
	text-align: center;
}
#masthead h1 {
	margin: 0;
	padding: 0;
}
.main-nav a {
	display: inline-block;
	vertical-align: middle;
	color: #222;
	font-size: 30px;
	padding: 2px 5px;
	margin: 0 2px;
}
.main-nav img {
	width: 50px;
	height: auto;
	margin: 0 7px;
}
.main-nav img.logo {
	width: 120px;
	height: auto;
}
.main-nav .typewriter img {
	width: 54px;
	height: auto;
	top: -6px;
}
.main-nav .album img {
	width: 35px;
	height: auto;
	top: -2px;
}
.main-nav .archive img {
	width: 34px;
	height: auto;
	top: -8px;
}
.main-nav .open-popup img {
	position: relative;
}
.site-header {

}
.nav-button {
	position: relative;
	text-align: center;
}
.hover-text {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 300ms ease;
}
.nav-button:hover .hover-text {
	opacity: 1;
}
/* TYPE */
body {
	font-family: "Open Sans", sans-serif;
}
input, select, textarea, button {
	font-family:inherit;
}

/* Basic Elements */

h1 {
	font-size: 2.5em;
	line-height: 1.1;
	text-transform: none;
	color: #1c1c1c;
	font-weight: bold;
}
h2 {
	font-size: 1.9em;
	line-height: 1.2;
	text-transform: none;
	color: #1c1c1c;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	line-height: 1.1;
	text-transform: none;
	color: #1c1c1c;
	font-weight: bold;
}
h4 {
	font-size: .85em;
	line-height: 1.2;
	text-transform: none;
	color: #1c1c1c;
	font-weight: normal;
}


a.button,
.button-container a,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid #222;
	outline: 0;
	background: transparent;
	color: #222;
	background: #fff;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 3px;
	transition: border 300ms ease, background 300ms ease;
	text-transform: uppercase;
	font-size: 16px;
}
a.hover-button,
button.hover-button {
	border: 0px solid rgba(255,255,255,0);
	background: transparent;
	line-height: 1;
}
a.hover-button.highlight,
a.hover-button:hover,
a.hover-button:active,
a.hover-button:focus,
button.hover-button.highlight,
button.hover-button:hover,
button.hover-button:active,
button.hover-button:focus {
	border-color: #222;
	background: #fff;
}
a.hover-button span,
button span {
	opacity: 0;
	transition: opacity 100ms ease;
}
a.hover-button:hover span,
button:hover span {
	opacity: 1;
}
a.hover-button.highlight span,
a.hover-button:hover span,
a.hover-button:active span,
a.hover-button:focus span,
button.highlight span,
button:hover span,
button:active span,
button:focus span {
	opacity: 1;
}


button:disabled {
	border-color: #aaa;
	color: #aaa;
}
button:disabled span {
	color: #aaa;
}

#terms-container {
	font-size: 0.75em;
	padding-top: 3em;
}

.terms-container-box {
	margin: 10px 0;
	padding: 10px;
	max-height: 50vh;
	overflow-y: scroll;
	border: 1px solid #ccc;
	font-size: 0.8em;
}
.download-conditions {
	margin: 10px 0;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 0.8em;
}
.download-conditions p {
	margin-bottom: 1em;
}

.theform {
	padding: 0;
	margin: 20vh auto 30px;
	max-width: calc( 100% - 500px );
	width: 60%;
	text-align: left;
	overflow: hidden;
}


/* Replay */
.js .fake-theform {
	display: block;
}
.js .fake-theform textarea {
	color: #777;
	opacity: 1;
	height: 68vh;
	padding: 0;
	display: block;
	max-width: 770px;
	margin: 0 auto;
}
.js .fake-theform textarea:disabled {
	opacity: 1;
	color: #777;
}
.autoplay-container {
	position: relative;
}
.autoplay-container button {
	width: 56px;
	height: 56px;
	line-height: 36px;
	font-size: 36px;
	position: absolute;
	left: calc( 50% - 28px );
	top: calc( 50% - 28px );
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 8px;
	background: rgba(255,255,255,0.8);
}
.autoplay-container button:hover {
	background: rgba(255,255,255,1);
}
.autoplay-container button#tryit {
	left: calc( 50% - 8px );
	width: 76px;
}
.autoplay-container button#autoreplay {
	left: calc( 50% - 88px );
}
.spinner.single-response-loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	font-size: 50px;
	color: #aaa;
}
#autoplay {
	display: none;
}
.autoplay {
	width: 60px;
}
.autoplay .hover-text {
	bottom: -26px;
	background: #fff;
}

textarea {
	width: 100%;
	box-sizing: border-box;
	border: none;
	height: 220px;
	height: 68vh;
	padding: 10px;
	font-size: 40px;
	line-height: 1.4;
	text-align: left;
	background: none;
	resize: none;
	font-family: "PT Serif";
}
textarea:focus {
	outline: none;
}


.share {
	font-size: 20px;
	border-radius: 20px;
	padding: 20px;
	margin: 0;
	text-align: center;
	display: inline-block;
}
.share a {
	margin: 0 8px;
	font-size: 30px;
	display: inline-block;
}


/* Magnific Popup Overrides and Additional Styles */
.mfp-container {
	padding: 0 15px;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 14px;
	width: auto;
	max-width: 750px;
	margin: 20px auto;
	overflow: hidden;
	box-shadow: 0px 0px 6px 1px #ddd
}

.album-popup {
	max-width: 1550px;
}
@media screen and (min-width: 1150px) {
	.album-popup .column {
		display: inline-block;
		width: 50%;
		padding: 20px;
		vertical-align: top;
	}
	.mfp-container {
		padding: 0 20px;
	}
}

.white-popup h1.entry-title {
		margin-right: 25px;
}
@media screen and (min-width: 650px) {
		.white-popup {
			padding: 24px;
		}
		.white-popup h1.entry-title {
				margin-right: 0;
		}
}
.white-popup .hentry {
		overflow: hidden;
		margin: 0;
}

.typewriter-popup code {
	display: inline-block;
	border: 1px solid #666;
	border-radius: 3px;
	background: #eee;
	color: #555;
	padding: 2px 10px;
	margin: 0 5px 0 0;
	text-transform: uppercase;
	font-size: 11px;
}

#typewriter {
	padding: 0;
	max-width: 770px;
	margin: 0 auto;
	display: block;
}
.input {
	position: relative;
	max-width: 770px;
	margin: 0 auto;
}
.input-fake-caret::after {
	content: "";
	position: absolute;
	left: 1px;
	top: 2px;
	background: #000;
	width: 3px;
	height: 50px;
	display: block;
	animation: blinker 0.45s cubic-bezier(1, 0, 0, 1) infinite alternate;
}
@keyframes blinker { to { opacity: 0; } }
.input-fake-caret #typewriter {
	caret-color: transparent;
}

#step1 .input {
	padding: 0;
}

/* overlay at start */

.mfp-bg {
	background: #eee;
	opacity: 0.95;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.25s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
a.popup-link-text:focus {
		outline: none;
}

.mfp-bg {
	transition: opacity 0.29s;
}



.question-mark-icon {
	background: #ccc;
	color: #555;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 11px;
}

.hints-list ul {
	margin-left: 0;
}
.hints-list ul li {
	font-size: 0.85em;
	margin-bottom: 0.5em;
}

.headphones-message {
	font-size: 11px;
	color: #777;
	text-align: center;
	margin: 1em 0;
}


select {
		height: 32px;
		border: 1px solid #999;
		max-width: 200px;
		background: #fff;
}
select:focus {
		border-color: rgb(82, 199, 250);
}
input[type=search] {
		box-sizing: border-box;
		border: 1px solid #999;
		background: #fff;
		padding: 5px;
}


/* THE FORM */

#step2-container {
	max-width: 625px;
}
.field {
	margin: 1em 0;
}
.field label {
	font-size: 14px;
	color: #888;
	display: block;
}
label.error,
.field label.error {
	color: red;
	font-size: 14px;
	margin: 0 0 10px;
}
.field input[type=text],
.field input[type=email],
.field input[type=url] {
	width: 100%;
}

.hidden-fields {
	display: none;
}

.field-text,
.field-email {
	padding: 0 15px 15px 0;
}
.field-text input,
.field-email input {
	width: 100%;
}

button.tryit,
input.submit-share {
	padding: 8px;
	text-transform: uppercase;
	font-size: 20px;
	outline: 1px solid #333;
	transition: background 0.3s ease;
}
button.tryit:hover,
button.tryit:active,
input.submit-share:hover,
input.submit-share:active {
	background: #eee;
	border-radius: 0;
}
button.tryit:focus,
input.submit-share:focus {
	background: #fff;
	outline: 2px solid #000;
}

#step1-button {
	float: right;
}
@media screen and (max-width: 766px) {
	#step1 {
		text-align: center;
	}
	#step1-button {
		float: none;
	}
}

.form-submit {
	text-align: center;
}
.white-popup h2:first-child {
	margin: 0 40px 10px 0;
}
.error-message {
	border: 1px solid red;
	background: #ffeeee;
	padding: 10px;
	margin: 10px 0;
}
.privacy-notice {
	margin: 10px 0;
	font-size: 10px;
	color: #888;
	font-style: italic;
}

.error-message {
	padding: 5px;
	margin: 10px 0;
	font-size: 14px;
}

.error-message p {
	margin: 0;
}
.field-textarea {
	margin-bottom: 10px;
}



#loadingbar {
	display: block;
	position:fixed;
	z-index:99;
	top: calc( 50% - 20px);
	height: 40px;
	left: 25%;
	width: 50%;
	background: #e6e6e6;
	transition: height 500ms ease;
}
.progress {
	height:40px;
	background: #abe3fa;
	position:absolute;
	width:0;
	top:0;
	transition: width 300ms linear, height 500ms ease;
}
#loadingbar .welcome {
	position: absolute;
	top: -30px;
	text-align: center;
	width: 80%;
	left: 10%;
}
#loadingbar .anagram {
	position: absolute;
	z-index: 199;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 40px;
}


/* ANAGRAM ANIMATION */
.anagram span {
	display: inline-block;
	width: 20px;
	transition: text-indent 2000ms;
}
/* torch nor beakers */
.anagram1 span:nth-child(1) {
	text-indent: 185px;
}
.anagram1 span:nth-child(2) {
	text-indent: 259px;
}
.anagram1 span:nth-child(3) {
	text-indent: 93px;
}
.anagram1 span:nth-child(4) {
	text-indent: 183px;
}
.anagram1 span:nth-child(5) {
	text-indent: 124px;
}
.anagram1 span:nth-child(6) {
	text-indent: 12px;
}
.anagram1 span:nth-child(7) {
	text-indent: -217px;
}
.anagram1 span:nth-child(8) {
	text-indent: 6px;
}
.anagram1 span:nth-child(9) {
	text-indent: -217px;
}
.anagram1 span:nth-child(10) {
	text-indent: -217px;
}
.anagram1 span:nth-child(11) {
	text-indent: 52px;
}
.anagram1 span:nth-child(12) {
	text-indent: 70px;
}
.anagram1 span:nth-child(13) {
	text-indent: -497px;
}
.anagram1 span:nth-child(14) {
	text-indent: -456px;
}
.anagram1 span:nth-child(15) {
	text-indent: -129px;
}




.layer1 {
	height: 33vh;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
}
.layer1 div {
	height: 1px;
	background: rgba(255,255,255,0);
	transition: height 300ms ease, background 400ms ease;
	width: 3.82%;
	display: block;
	float: left;
	bottom: 0;
	vertical-align: bottom;
	padding: 0 0.5%;
	margin: 0;
	font-size: 30px;
	background-blend-mode: multiply;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: 0.7;
}
.layer1 div.active {
	height: 100%;
	transition: height 10ms linear, background 10ms linear;
	background: #abe3fa;
}

.layer2 {
	height: 66vh;
	position: fixed;
	z-index: -1;
	width: 100%;
	color: #fff;
	top: 0;
	left: 0;
}
.layer2 div {
	height: 1px;
	background: rgba(255,255,255,0);
	transition: height 2s ease, background 2s ease;
	width: 3.82%;
	display: block;
	float: left;
	bottom: 0;
	vertical-align: bottom;
	padding: 0 0.5%;
	margin: 0;
	font-size: 30px;
	background-blend-mode: multiply;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: 0.7;
}
.layer2 div.active {
	height: 100%;
	transition: height 100ms linear, background 100ms linear;
	background: #8ba3ba;
}


.layer3 {
	height: 100%;
	position: fixed;
	z-index: -1;
	width: 100%;
	color: #fff;
	top: 0;
	left: 0;
}
.layer3 div {
	height: 1px;
	background: rgba(255,255,255,0);
	transition: height 7s ease, background 7s ease;
	width: 3.82%;
	display: block;
	float: left;
	bottom: 0;
	vertical-align: bottom;
	padding: 0 0.5%;
	margin: 0;
	font-size: 30px;
	background-blend-mode: multiply;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: 0.8;
}
.layer3 div.active {
	height: 100%;
	transition: height 200ms linear, background 200ms linear;
	background: #22cc77;
}

.visuals span {
	opacity: 0.2;
	font-size: 100px;
	line-height: 1;
	position: absolute;
	top: -20px;
	left: -8px;
	width: 100%;
	text-align: center;
}

.slider {
	display: block;
	width: 80%;
	margin: 0 10% 15px;
}

#controls {
	width: 220px;
	position: absolute;
	left: -215px;
	top: 21vh;
	height: auto;
	max-height: 79vh;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.2;
	padding: 0 5px 0 35px;
	text-align: left;
	transition: left 100ms ease;
	/* background: rgba(255,255,255,0.5); */
	border-radius: 0 4px 4px 0;
}

#controls.open {
	left: 0;
}
#controls-toggle {
	position: fixed;
	top: 30px;
	left: 25px;
}
#controls-toggle img {
	width: 30px;
}
#controls-toggle .hover-text {
	right: -50px;
	left: auto;
	top: 8px;
}
.control_playbuttons {
	text-align: center;
}
#controls button {
	margin-bottom: 5px;
}
#controls button.play-buttons {
	font-size: 25px;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
}
#controls button.play-buttons .hover-text {
	bottom: -8px;
	font-size: 13px;
}
#controls button.play-buttons:hover .hover-text {
	opacity: 1;
}
#controls button.save-and-share {
	display: block;
	margin: 15px 0;
	width: 100%;
	text-align: center;
}
button.kit.active {
	background: #82ccff;
	color: #fff;
	border-color: #82ccff;
}
.about {
	position: fixed;
	top: 35px;
	right: 25px;
}
.about img{
	width: 35px;
}

#debug {
	font-size: 10px;
	color: #999;
	line-height: 1.1;
	margin-top: 0.5em;
}

#step1-button {
	position: fixed;
	bottom: 5px;
	right: 5px;
}



/* Tutorial */

#content.tutorial {
	position: relative;
}
.input {
	padding: 10px;
}


#tutorial-skip {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	margin: 0;
	z-index: 99;
	color: #636363;
	padding-right: 20px;
}

#tutorial {
	position: absolute;
	width: 240px;
	right: 0;
	top: calc( 21vh - 45px );
	height: calc( 79vh + 45px );
	overflow: hidden;
	font-size: 20px;
	color: #636363;
	padding-right: 20px;
	padding-top: 40px;
}

#computer-keyboard {
	fill: #777;
}
#tutorial1 {
	font-size: 26px;
}
#tutorial div {
	display: none;
	margin: 0 auto 0 0;
}
#tutorial p {
	margin: 0 0 20px;
	line-height: 1.4;
}
.tutorial-pointer {
	position: absolute;
	color: #0b8ee5;
	font-size: 24px;
	opacity: 0;
}
#tutorial-buttons {
	background: #fff;
	width: 100%;
	padding: 20px 5px;
	margin: 0 5px;
}
button.tutorial-button {
	display: block;
	text-align: center;
	width: 100%;
	margin: 10px 0;
}


.about-pointer {
	top: 5px;
	right: 160px;
	transition: right 200ms, opacity 100ms;
	font-size: 18px;
}
.about-pointer.show {
	opacity: 1;
	right: 110px;
}
.controls-pointer {
	left: 181px;
	top: 31px;
	transition: left 800ms, opacity 100ms;
	font-size: 18px;
}
.controls-pointer.show {
	left: 80px;
	opacity: 1;
}
.arrow-shake {
	width: 50px;
}

.control_row {
	margin: 0 0 20px;
}


/* Toggle */
.toggle-container {
	height: 30px;
	width: 60px;
	border-radius: 15px;
	border: 1px solid #aaa;
	display: inline-block;
	position: relative;
}
.toggle-container .label-text {
	position: absolute;
	top: 5px;
	left: 70px;
	text-transform: lowercase;
}
.toggle-container input {
	opacity: 0;
}
.toggle-container .handle {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 2px;
	background: #aaa;
	transition: left 200ms ease, background 100ms ease;
}
.toggle-container input:checked+.handle {
	left: 32px;
	background: #82ccff;
}

/* Sliders */
.noUi-horizontal {
	height: 1px;
	background: #555;
	border: none;
	margin-top: 14px;
	padding: 0 14px;
}
.noUi-horizontal .noUi-handle {
	height: 39px;
	width: 39px;
	border: none;
	background: transparent;
	box-shadow: none;
	top: -20px;
}

.noUi-horizontal .noUi-handle.noUi-active {
	outline: 0;
}
.noUi-horizontal .noUi-handle::before {
	background: #82ccff;
	height: 17px;
	width: 17px;
	left: 12px;
	top: 12px;
	border-radius: 50%;
}
.noUi-horizontal .noUi-handle::after {
	display: none;
}
.control_volume {
	position: relative;
	height: 28px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}
.control_volume label {
	position: absolute;
	left: 0;
	bottom: 5px;
}
.control_volume .noUi-horizontal {
	margin-left: 20px;
}
.control_zipf {
	position: relative;
	height: 28px;
	overflow: hidden;
	margin-bottom: 40px;
}
.control_zipf label {
	position: absolute;
	left: 0;
	bottom: 5px;
}
.control_zipf .noUi-horizontal {
	margin-left: 70px;
}
.control_visuals {
	margin-top: 40px;
}
.control_filter {
	margin-bottom: 40px;
}

@keyframes fadein {
	0% { opacity: 0; }
	80% { opacity: 0; }
	100% { opacity: 1; }
}
.controls_bottom {
	position: fixed;
	bottom: 34px;
	width: calc( 100% - 400px );
	left: 200px;
	font-size: 1.2em;
	text-align: center;
	animation: fadein 12s;
}

.controls_bottom button {
	font-size: 30px;
	vertical-align: middle;
	position: relative;
}
.controls_bottom button.save-and-share {
	font-size: 22px;
}
.controls_bottom .hover-text {
	bottom: auto;
	top: -20px;
	width: 100%;
	text-align: center;
	overflow: visible;
}


.muted,
#mute.mute-muted:hover .muted {
	display: none;
}
.unmuted,
#mute.mute-muted:hover .unmuted {
	display: block;
}
#mute.mute-muted .muted,
#mute:hover .muted {
	display: block;
}
#mute.mute-muted .unmuted,
#mute:hover .unmuted {
	display: none;
}


.play-stop-hide {
	display: none;
}


.spinner {
	font-size: 40px;
	line-height: 1;
	text-align: center;
	width: 100%:
}


.visuallyhidden {
	position:absolute;
	overflow:hidden;
	clip:rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0
}


/* RESPONSE PAGE */

.single-response #content {
	max-width: 600px;
	margin: 100px auto 40px auto;
	height: auto;
}
.single-response .fake-theform {
	margin: 0;
	width: 100%;
	max-width: none;
	padding: 0;
}
.single-response .welcome {
	display: none;
}

.single-response .fake-theform textarea {
	margin: 0;
	padding: 0;
}
.fake-textarea {
	font-size: 24px;
	margin: 1em 0;
	padding: 20px;
	border: 1px solid #ccc;
}
.fake-theform {

}
.autoplay-container {
	padding: 20px;
}
.response-name {
	font-size: 18px;
	text-align: right;
	font-style: italic;
	color: #777;
	margin: 1em 0;
}

#fake-focus {
	display: none;
	position: fixed;
	width: 70%;
	left: 15%;
	height: 40px;
	top: calc( 50% - 20px );
}
.touch #fake-focus {
	display: block;
	z-index: -1;
}

.site-credits {
	position: fixed;
	margin: 0 auto;
	bottom: 4px;
	text-align: right;
	display: block;
	font-size: 9px;
	width: 180px;
	right: 7px;
	z-index: 99;
}

@media screen and (max-width: 900px) {
	#loadingbar {
		width: 100%;
		left: 0;
	}
	#controls {
		width: 100%;
		left: -101%;
		background: rgba(255,255,255,0.95);
		max-width: 360px;
		border-right: 1px solid #f2f2f2;
		top: 90px;
		padding: 15px 20px 15px 35px;
	}
	.theform {
		margin: 100px auto 30px;
		width: 93%;
		max-width: 93%;
	}
	#tutorial {
		display: none;
	}
	a.hover-button,
	button.hover-button {
		border-color: #222;
		background: #fff;
		padding: 3px;
		font-size: 11px;
	}
	#mute.hover-button {
		font-size: 25px;
	}
	.single-response #content {
		margin-top: 65px;
	}
	.entry-content {
		margin: 0;
	}
	.fake-textarea {
		margin: 10px;
		line-height: 1.2;
		padding: 15px;
	}
	.autoplay-container button {
		top: 40px;
	}
	.js .fake-theform textarea {
		height: auto;
	}
}
@media screen and (max-width: 650px) {
	#masthead {
		width: calc( 100% - 68px );
		left: 68px;
	}
	.main-nav img {
		margin: 0;
	}
	.main-nav a {
		padding: 4px 6px;
	}
	.main-nav img.logo {
		width: 70px;
		top: -4px;
	}
	.main-nav .typewriter img {
		width: 45px;
		top: -10px;
	}
	.main-nav .album img {
		width: 30px;
		top: -6px;
	}
	.main-nav .archive img {
		width: 30px;
		top: -10px;
	}
	#controls-toggle {
		top: 20px;
		left: 20px;
	}
	#loadingbar .welcome {
		font-size: 14px;
	}
	.controls_bottom {
		width: 100%;
		left: 0;
		bottom: 5px;
		padding: 8px 8px 25px;
		background: #fff;
		z-index: 99;
	}
	#controls-toggle .hover-text {
		right: auto;
		left: 0;
		top: 40px;
	}
	#controls {
		max-width: none;
		border-right: none;
	}
}


#samplepackform {
	margin: 50px 0;
}
