/*
	Name: Burly Men at Sea
    Date: May 2020
    Version: 3.0
    Author: Brooke Condolora
    Author URL: http://brookecondolora.com
    
    This website and its components are protected by copyright from both commercial and personal use.
    
    © Brain&Brain LLC
    
*/

/*

COLORS:

Water Blue: #ABEBEB / rgba(171, 235, 235, 1)
Rorbu Red: #FF8040 / rgba(255, 128, 64, 1)
Rorbu Yellow: #FFCC66 / rgba(255, 204, 102, 1)
Logo Gray: #806E59 / rgba(128, 110, 89, 1)

*/

@import url("reset.css");

@font-face{
    font-family:"Adelle Light";
    src:url("/fonts/5651038/342e7c6d-b1b6-4f8c-a620-014b7a6772cd.eot?#iefix");
    src:url("/fonts/5651038/342e7c6d-b1b6-4f8c-a620-014b7a6772cd.eot?#iefix") format("eot"),url("/fonts/5651038/c6f6bd81-5d2e-4197-8ff2-0afc78aaf6db.woff2") format("woff2"),url("/fonts/5651038/08e75ad8-0f68-4ca9-810a-7b3a9943a34a.woff") format("woff"),url("/fonts/5651038/3a83fec6-7d7b-4944-9990-f87490d0cdc4.ttf") format("truetype");
}
@font-face {
    font-family: 'proximanova';
    src: url('/fonts/proximanova-regular-webfont.eot');
    src: url('/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('/fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('/fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proximanova';
    src: url('/fonts/proximanova-regularit-webfont.eot');
    src: url('/fonts/proximanova-regularit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanova-regularit-webfont.woff2') format('woff2'),
         url('/fonts/proximanova-regularit-webfont.woff') format('woff'),
         url('/fonts/proximanova-regularit-webfont.ttf') format('truetype'),
         url('/fonts/proximanova-regularit-webfont.svg#proxima_novaitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'proximanova';
    src: url('/fonts/proximanova-medium-webfont.eot');
    src: url('/fonts/proximanova-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanova-medium-webfont.woff2') format('woff2'),
         url('/fonts/proximanova-medium-webfont.woff') format('woff'),
         url('/fonts/proximanova-medium-webfont.ttf') format('truetype'),
         url('/fonts/proximanova-medium-webfont.svg#proxima_novamedium') format('svg');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'proximanova';
    src: url('/fonts/proximanova-semibold-webfont.eot');
    src: url('/fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('/fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('/fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: 700;
    font-style: normal;

}




/*

	HTML5
	
*/

header, section, footer,
aside, nav {
	display: block;
}

/*

	BROWSER OVERRIDES
	
*/

* {
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-osx-font-smoothing: grayscale; /* Fixes font weight in Firefox. */
	-webkit-font-smoothing: antialiased;  /* Fixes font weight in Safari. */
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: caret;
	-moz-appearance: caret;
}

a {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a img {
	outline : none;
}

img {
	outline: none;
}





/*

	GLOBAL

*/

html, body {
	height: 100%;
}

body {
	background-color: white;
	color: #806E59;
	font-family: 'proximanova', sans-serif;
	font-size: 100%;
	line-height: 1.4;
	margin: 0 auto;
}

a {
	color: #806E59;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-decoration: none;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

img {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

h1 {
	font-family: 'Adelle Light', sans-serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 1em;
}

h2 {
	font-size: 110%;
	text-transform: uppercase;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}



/*

	LIBRARY

*/

#push {
	height: 34em;  /* Same height as footer. */
}

.clear {
	clear: both;
}




/*

	BUTTONS
	
*/

a.button {
	border: 4px solid #806E59;
	font-family: 'proximanova', sans-serif;
	font-size: 150%;
	padding: .2em .5em;
	text-align: center;
	text-transform: uppercase;
}

a.button:hover {
	background-color: #806E59;
	color: white;
}




/*

	LAYOUT

*/

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -34em; /* Negative value of footer height. */
	width: 100%;
}

header {
	margin: 0 auto;
	max-width: 960px;
	overflow-x: hidden;
	padding-bottom: 5em;
	width: 80%;
}

section {
	padding: 5em 0;
	width: 100%;	
}

.container {
	display: block;
	margin: 0 auto;
	max-width: 960px;
	width: 80%;
}

footer {
	height: 34em;
	margin: 0 auto;
	overflow: hidden;
	padding: 5em 0;
	text-align: center;
	width: 100%;
}


/*

	HEADER

*/

img#logo {
	display: block;
	height: auto;
	margin: 0 auto;
	margin-top: 5em;
	max-width: 800px;
	width: 100%;
}

#trailer {
	margin-top: 5em;
}

h1#release {
	text-align: center;
	margin: 2.5em 0 1.5em 0;
}

ul#storefronts1 {
	display: block;
	float: left;
	left: 50%;	
	margin: 0 auto;
	margin-top: 2em;
	position: relative;
}

ul#storefronts1 li {
	float: left;
	right: 50%;
	padding: 0 1.5em;
	position: relative;
}

ul#storefronts2 {
	display: block;
	float: left;
	left: 50%;	
	margin: 0 auto;
	margin-top: 3em;
	position: relative;
}

ul#storefronts2 li {
	float: left;
	right: 50%;
	padding: 0 1.5em;
	position: relative;
}

a#steam {
	background: url('/images/steam.png') no-repeat 0 5px;
	background-size: 98px 30px;
	display: block;
	height: 40px;
	margin: 0 auto;
	opacity: .5;
	width: 98px;
}

a#steam:hover {
	opacity: 1;
}

a#itch {
	background: url('/images/itch.png') no-repeat 0 5px;
	background-size: 105px 30px;
	display: block;
	height: 40px;
	opacity: .5;
	width: 105px;
}

a#itch:hover {
	opacity: 1;
}	

a#playstation {
	background: url('/images/playstation.png') no-repeat 0 0;
	background-size: 120px 40px;
	display: block;
	height: 40px;
	margin: 0 auto;
	opacity: .5;
	width: 120px;
}

a#playstation:hover {
	opacity: 1;
}

a#nintendo {
	background: url('/images/nintendo.png') no-repeat 0 0;
	background-size: 90px 40px;
	display: block;
	height: 40px;
	margin: 0 auto;
	opacity: .5;
	width: 90px;
}

a#nintendo:hover {
	opacity: 1;
}

a#appstore {
	background: url('/images/appstore.png') no-repeat 0 0;
	background-size: 135px 40px;
	display: block;
	height: 40px;
	margin: 0 auto;
	opacity: .5;
	width: 135px;
}

a#appstore:hover {
	opacity: 1;
}

a#googleplay {
	background: url('/images/googleplay.png') no-repeat 0 0;
	background-size: 135px 40px;
	display: block;
	height: 40px;
	margin: 0 auto;
	opacity: .5;
	width: 135px;
}

a#googleplay:hover {
	opacity: 1;
}




/*

	DESCRIPTION
	
*/

.waves {
	height: 280px;
	margin-bottom: -1em;
	width: 100%;
}

@keyframes waves-even {
    from {top: 0;}
    to {top: -8px;}
}

@keyframes waves-odd {
    from {top: 0;}
    to {top: 8px;}
}

.waves-even {
		-webkit-animation: waves-even .5s linear infinite alternate;
		-moz-animation: waves-even .5s linear infinite alternate;
		-o-animation: waves-even .5s linear infinite alternate;
	animation: waves-even .5s linear infinite alternate;
	background: url('/images/waves-even.png') 0 0 repeat-x;
	background-size: 200px 155px;
	display: block;
	height: 155px;
	margin-bottom: -97px;
	position: relative;
	top: 0;
	width: 100%;
}

.waves-odd {
		-webkit-animation: waves-odd .5s linear infinite alternate;
		-moz-animation: waves-odd .5s linear infinite alternate;
		-o-animation: waves-odd .5s linear infinite alternate;
	animation: waves-odd .5s linear infinite alternate;
	background: url('/images/waves-odd.png') 0 0 repeat-x;
	background-size: 200px 155px;
	display: block;
	height: 155px;
	margin-bottom: -97px;
	position: relative;
	top: 0;
	width: 100%;
}

section#description {
	background-color: #ABEBEB;
	color: white;
	padding: 4em 0 6em 0;
}

section#description h1 {
	font-weight: normal;
}

section#description p {
	font-family: 'proximanova', sans-serif;
	font-size: 150%;
	line-height: 1.8;
	margin-top: 1.5em;
}

section#description p a {
	color: white;
	border-bottom: 2px solid rgba(255, 255, 255, .25);
}

section#description p a:hover {
	background-color: rgba(255, 255, 255, .5);
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	color: white;
}




/*

	QUOTES
	
*/

section#quotes {
	background-color: #FF8040;
	color: white;
	padding-bottom: 2em;
}

p.quote {
	font-family: "Adelle Light", sans-serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.5;
}

p.quote a.attribution {
	color: white;
	display: block;
	font-family: 'proximanova', sans-serif;
	font-size: 65%;
	margin: .5em 0 3em 0;
	opacity: .75;
}

p.quote a.attribution:hover {
	opacity: 1;
}




/* @group FESTIVALS & AWARDS */

section#festivals {
	background-color: rgba(255, 204, 102, 1);
	color: white;
	padding: 5em 0;
}

section#festivals a {
	color: white;
}

section#festivals ul {
	display: block;
	margin: 0 auto;
	margin-bottom: 4rem;
	max-width: 960px;
	text-align: center;
	width: 80%;
}

section#festivals ul li {
	display: inline-block;
	position: relative;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

ul#awards li {
	margin: 0 1%;
	width: 48%;
}

ul#awards li.top {
	display: block;
	margin: 0 auto;
	padding-bottom: 2em;
	width: 100%;
}

ul#awards li.left {
	margin-left: 0;
}

ul#awards li.right {
	margin-right: 0;
}

ul#awards li em {
	display: block;
	font-size: 110%;
	font-weight: bold;
	opacity: .75;
}

ul#awards li a {
	display: block;
	font-size: 180%;
	font-family: "Adelle Light", sans-serif;
	padding: .25em 0;
}

ul#awards li a::before,
ul#awards li a::after {
	display: inline-block;
	font-size: 80%;
	content: '\2388';
	opacity: .5;
	padding: 0 .5em;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

ul#awards li:hover a::before,
ul#awards li:hover a::after {
	opacity: 1;
}

ul#showcases li {
	font-size: 150%;
	line-height: 1.8;
	text-transform: uppercase;
}

ul#showcases li a {
	border-bottom: 2px solid rgba(255, 255, 255, 0);
}

ul#showcases li a:hover {
	border-bottom: 2px solid rgba(255, 255, 255, .25);
}

ul#showcases li:not(:last-child):after {
	content: '•';
	opacity: .5;
	padding: 0 1rem;
}

section#festivals em#showcases-title {
	display: block;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	opacity: .75;
	padding-bottom: 1em;
	text-align: center;
	text-transform: none;
}

#festivals-additional {
	margin: 0 auto;
	text-align: center;
	width: 80%;
}

#festivals-additional a#more {
	border: none;
	font-size: 100%;
	font-weight: bold;
	margin: 0 auto;
	opacity: .75;
	text-align: center;
}

#festivals-additional a#more:hover {
	background-color: transparent;
	opacity: 1;
}

/* @end */




/*

	MERCH
	
*/

section#merch {
	background-color: #FAF8F5;
}

section#merch #soundtrack-image {
	float: left;
	width: 40%;
}

section#merch #soundtrack-info {
	float: right;
	padding-left: 5%;
	width: 50%;
}

section#merch p {
	font-size: 130%;
	line-height: 1.8;
	margin-bottom: 2em;
}

section#merch p a {
	border-bottom: 2px solid rgba(128, 110, 89, .25);
}

section#merch p a:hover {
	background-color: transparent;
	border-bottom: 2px solid;
}

section#merch p#soundtrack-available {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 1em;
	opacity: .75;
	text-transform: uppercase;
}

section#merch #soundtrack-info ul li {
	float: left;
	font-size: 120%;
	font-weight: bold;
	padding-right: 1em;
}

section#merch #soundtrack-info ul li a {
	border-bottom: 2px solid rgba(128, 110, 89, 0);
}

section#merch #soundtrack-info ul li a:hover {
	border-bottom: 2px solid rgba(128, 110, 89, .25);
}

section#merch #soundtrack-info ul li.last {
	padding-right: 0;
}

#stuff {
	padding-top: 5em;
}

#stuff h1 {
	text-align: center;
}

ul#icons-stuff {
	display: block;
	float: left;
	left: 50%;
	margin: 0 auto;
	margin-bottom: 1em;
	position: relative;
}

ul#icons-stuff li {
	float: left;
	right: 50%;
	padding: 0 2em;
	position: relative;
	text-align: center;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

ul#icons-stuff li a {
	background-size: 100px 100px;
	color: rgba(128, 110, 89, .5);
	font-size: 100%;
	font-weight: bold;
	display: block;
	height: 103px;
	margin: 0 auto;
	padding-top: 7em;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}

a#shirts {
	background: url('/images/shirts.png') center 3px no-repeat;
}

a#prints {
	background: url('/images/prints.png') center 3px no-repeat;
}

a#mystery {
	background: url('/images/mystery.png') center 3px no-repeat;
}

ul#icons-stuff li a:hover,
ul#icons-stuff li a.hover {
	background-position: center 0;
	color: rgba(128, 110, 89, 1);
}

/*

	BOOKS
	
*/

section#books {
	padding: 0;
}

section#books .container {
	max-width: 800px;
}

#slideshow {
	margin: 0 auto;
	margin-top: 5em;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

section#books h1 {
	line-height: 1.8;
}

section#books p {
	font-family: 'proximanova', sans-serif;
	font-size: 130%;
	line-height: 1.8;
	margin-top: 1.5em;
}

section#books p a {
	border-bottom: 2px solid rgba(128, 110, 89, .25);
}

section#books p a:hover {
	border-bottom: 2px solid rgba(128, 110, 89, 1);
}

section#books #book-details {
	background-color: rgba(245, 249, 250, 1);
	margin: 3em 0;
	padding: 1em 3em;
}

section#books #book-details p {
	font-size: 120%;
	line-height: 2;
}

#notice {
	background-color: rgba(255, 128, 64, 1);
	color: white;
	font-size: 120%;
	left: 0;
	padding: .5em 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}




/*

	MYSTERY
	
*/


section#mystery {
	padding: 0;
}

section#mystery .container {
	max-width: 800px;
}

section#mystery.form {
	background-color: #FF8040;
	color: white;
	padding: 5em 0;
}

section#mystery #slideshow {
	margin: 0 auto;
	margin-bottom: 2em;
	padding: 0;
}

ul#slides li a:hover {
	border-bottom: none !important;
}

.sy-pager {
	margin: 2em 0 0;
}

.sy-pager li {
	width: .75em;
	height: .75em;
}

.sy-pager li.sy-active a {
	background-color: #806E59;
	opacity: 1 !important;
}

.sy-pager li a {
	background-color: #806E59;
}

.sy-pager li a:link,
.sy-pager li a:visited {
	opacity: .5;
}

.sy-pager li a:hover,
.sy-pager li a:focus {
	opacity: 1;
}

section#mystery p {
	font-family: 'proximanova', sans-serif;
	font-size: 130%;
	line-height: 1.8;
	margin-top: 1.5em;
}

section#mystery p a,
section#mystery em a {
	border-bottom: 2px solid rgba(128, 110, 89, .25);
}

section#mystery p a:hover,
section#mystery em a:hover {
	border-bottom: 2px solid rgba(128, 110, 89, 1);
}

section#mystery #book-details {
	background-color: rgba(245, 249, 250, 1);
	margin: 3em 0;
	padding: 1em 3em;
}

section#mystery #book-details p {
	font-size: 120%;
	line-height: 2;
}

em.subtext {
	display: block;
	font-size: 100%;
	text-align: center;
}

em.subtext a {
	border-bottom: 2px solid rgba(128, 110, 89, .25);
}

section#mystery.form em.subtext {
	color: white;
	text-align: left;
}

section#mystery.form em.subtext a {
	border-bottom: 2px solid rgba(255, 255, 255, .25);
	color: white;
}

section#mystery.form em.subtext a:hover {
	background-color: rgba(255, 255, 255, .5);
	border-bottom: 2px solid rgba(255, 255, 255, 0);
}

p#buy {	
	text-align: center;
}

a.buy-button {
	background-color: white;
	border-bottom: none !important;
	border-radius: 3em;
	box-shadow: rgba(128, 110, 89, .5) 0 0 2px;
	display: inline-block;
	font-family: 'proximanova', sans-serif;
	font-size: 90%;
	font-weight: 500;
	margin: 0 1em 2em 1em;
	padding: .5em 1.5em;
}

a.buy-button:hover {
	box-shadow: rgba(128, 110, 89, 1) 0 0 2px;
}

span.soldout {
	position: relative;
}

span.soldout a.buy-button::after {
	color: red;
	content: 'Sold out\0021';
	display: block;
	font-size: 80%;
	text-align: center;
	padding-top: 3em;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}

span.soldout a.buy-button {
	color: rgba(128, 110, 89, .5);
	text-decoration: line-through;
}

span.soldout a.buy-button:hover {
	box-shadow: rgba(128, 110, 89, .5) 0 0 2px;
	cursor: default;
}

p#note {
	font-weight: 700;
	margin: -1em 0 2em 0;
	text-align: center;
}

p#anchor {
	text-align: center;
}

section#mystery form {
	margin: 0 auto;
	margin: 3em 0;
}

section#mystery input#code {
	background-color: rgba(255, 255, 255, .25);
	border: none;
	color: rgba(128, 110, 89, 1);
	float: left;
	font-family: 'proximanova', sans-serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 60px;
	margin-right: 2%;
	min-width: 130px;
	outline: none;
	padding: 0;
	padding: 1em 3%;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 80%;
}

section#mystery input#code:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(128, 110, 89, 1);
}

section#mystery input#code:focus {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(128, 110, 89, 1);
	outline: none;
}

input#code::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
		-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input#code:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 1);
		-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input#code::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(255, 255, 255, 1);
		-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input#code:-ms-input-placeholder {  
	color: rgba(255, 255, 255, 1);
}

input#code:hover::-webkit-input-placeholder {
	color: rgba(128, 110, 89, .5);
}

input#code:hover:-moz-placeholder { /* Firefox 18- */
	color: rgba(128, 110, 89, .5);
}

input#code:hover::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(128, 110, 89, .5);
}

input#code:hover:-ms-input-placeholder {  
	color: rgba(128, 110, 89, .5);
}

input#code:focus::-webkit-input-placeholder {
	color: transparent;
}

input#code:focus:-moz-placeholder { /* Firefox 18- */
	color: transparent;
}

input#code:focus::-moz-placeholder {  /* Firefox 19+ */
	color: transparent;
}

input#code:focus:-ms-input-placeholder {  
	color: transparent;
}

section#mystery input.button {
	-webkit-filter: blur(0px);
	background: url('/images/submit.png') 0 0 no-repeat;
	background-size: 60px 60px;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 60px;
	margin: 0 auto;
	opacity: .5;
	outline: none;
	padding: 0;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 60px;
}

section#mystery input.button:hover {
	opacity: 1;
}



/*

	CONTACT INFO
	
*/

section#contact {
	background-color: #806E59;
	color: white;
	padding: 5em 0 4em 0;
}

section#contact h1 {
	text-align: center;
}

#newsletter {
	margin: 0 auto;
	max-width: 800px;
	overflow: hidden;
	width: 80%;
}

#newsletter h2 {
	text-align: center;
	padding-bottom: 2em;
}

#newsletter form {
	display: block;
	height: 3.5em;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

#newsletter input {
	-webkit-appearance:none;
	border-radius: 0;
}

#newsletter input.email {
	background-color: rgba(255, 255, 255, .25);
	border: none;
	color: rgba(128, 110, 89, 1);
	float: left;
	font-family: 'proximanova', sans-serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 60px;
	margin-right: 2%;
	min-width: 130px;
	outline: none;
	padding: 0;
	padding: 1em 3%;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 90%;
}

#newsletter input.email:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(128, 110, 89, 1);
}

#newsletter input.email:focus {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(128, 110, 89, 1);
	outline: none;
}

input.email::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
		-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input.email:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 1);
		-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input.email::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(255, 255, 255, 1);
		-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

input.email:-ms-input-placeholder {  
	color: rgba(255, 255, 255, 1);
}

input.email:hover::-webkit-input-placeholder {
	color: rgba(128, 110, 89, .5);
}

input.email:hover:-moz-placeholder { /* Firefox 18- */
	color: rgba(128, 110, 89, .5);
}

input.email:hover::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(128, 110, 89, .5);
}

input.email:hover:-ms-input-placeholder {  
	color: rgba(128, 110, 89, .5);
}

input.email:focus::-webkit-input-placeholder {
	color: transparent;
}

input.email:focus:-moz-placeholder { /* Firefox 18- */
	color: transparent;
}

input.email:focus::-moz-placeholder {  /* Firefox 19+ */
	color: transparent;
}

input.email:focus:-ms-input-placeholder {  
	color: transparent;
}

#newsletter input.button {
	-webkit-filter: blur(0px);
	background: url('/images/submit.png') 0 0 no-repeat;
	background-size: 60px 60px;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 60px;
	margin: 0 auto;
	opacity: .5;
	outline: none;
	padding: 0;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 60px;
}

#newsletter input.button:hover {
	opacity: 1;
}

#mc_embed_signup .response {
	font-weight: 500;
	float: left;
	margin: 70px 0 0 0;
	padding: 1em .5em .5em 0;
	position: absolute;
	width: 80%;
	z-index: 1;
}
	
#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	margin: 70px 0 0 0;
	padding: .5em 0;
	position: absolute;
	text-align: left;
	width: auto;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	background-color: rgba(255, 255, 255, 0.85);
	color: #e85c41;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 60px 0 0 0;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border:2px solid #e85c41;
}

ul#icons {
	display: block;
	float: left;
	left: 50%;
	margin: 0 auto;
	margin-top: 5em;
	padding-bottom: 1em;
	position: relative;
}

ul#icons li {
	float: left;
	right: 50%;
	padding: 0 1em;
	position: relative;
	text-align: center;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

ul#icons li a {
	background-size: 60px 60px;
	color: transparent;
	font-size: 100%;
	font-weight: bold;
	display: block;
	height: 63px;
	margin: 0 auto;
	padding-top: 5em;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
}

ul#icons li a#presskit {
	background-size: 150px 60px;
	clear: both;
	color: rgba(255, 255, 255, 1);
	font-size: 90%;
	font-weight: bold;
	padding: 24px 17px;
	text-align: left;
	width: 150px;
}

a#blog {
	background: url('/images/blog.png') center 3px no-repeat;
}

a#twitter {
	background: url('/images/twitter.png') center 3px no-repeat;
}

a#email {
	background: url('/images/email.png') center 3px no-repeat;
}

a#presskit {
	background: url('/images/presskit.png') center 3px no-repeat;
}

ul#icons li a:hover,
ul#icons li a.hover {
	background-position: center 0;
	color: white;
}

ul#icons li a#presskit:hover,
ul#icons li a#presskit.hover {
	padding: 21px 17px;
}




/*

	FOOTER
	
*/

footer span#tagline {
	font-family: 'proximanova', sans-serif;
	font-size: 90%;
	font-weight: bold;
	opacity: .75;
	text-transform: uppercase;
}

a#logo-brainandbrain {
	background: url('/images/logo_brainandbrain.png') 0 0 no-repeat;
	background-size: 200px 151px;
	background-position: center 3px;
	display: block;
	height: 156px;
	margin: 0 auto;
	margin-top: 1em;
	width: 200px;
}

a#logo-brainandbrain:hover,
a#logo-brainandbrain.hover {
	background-position: center 0;
	color: white;
}

footer .waves {
	bottom: -58px;
	position: relative;
}

a#presskit-mobile {
	border: 4px solid #806E59;
	display: none;
	font-family: 'proximanova', sans-serif;
	font-size: 150%;
	margin-top: 4em;
	padding: .5em 1em;
	text-align: center;
	text-transform: uppercase;
}




/*
	
	404
	
*/

section#description #newsletter {
	margin-top: 2em;
	max-width: 960px;
}




/*

	MEDIA QUERIES
	
*/

/* Large Desktop Browser */
@media only screen 
and (min-width : 1024px) 
and (max-width : 1100px) {
	
	ul#awards li a::before,
	ul#awards li a::after {
		display: none !important;
	}
	
}


/* Landscape iPad */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {

	section#merch p {
		font-size: 120%;
	}
	
	section#merch #soundtrack-info ul li {
		font-size: 100%;
	}
	
	ul#awards li a {
		font-size: 160%;
	}
	
	ul#awards li a::before,
	ul#awards li a::after {
		display: none !important;
	}

	#newsletter input.email {
		width: 88%;
	}
	
	#newsletter input.button {
		float: right;
	}
	
}

/* Portrait iPad */

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	
	ul#storefronts1 li.hidesmall {
		display: none !important;
	}
	
	#newsletter input.email {
		width: 88%;
	}
	
	#newsletter input.button {
		float: right;
	}
	
	section#soundtrack ul li.last {
		display: none;
	}

}

/* Small Desktop Browser */

@media only screen 
and (min-width : 481px) 
and (max-width : 778px) {

	h1 {
		font-size: 130%;
	}
	
	section#merch #soundtrack-image {
		display: block;
		float: none;
		margin: 0 auto;
		margin-bottom: 2em;
		width: 60%;
	}
	
	section#merch #soundtrack-info {
		display: block;
		float: none;
		margin-bottom: 4em;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	section#merch #soundtrack-info p {
		display: none;
	}
	
	section#merch #soundtrack-info ul li {
		display: inline-block;
		float: none;
		text-align: center;
		padding: 0 .5em;
	}
	
	#stuff {
		overflow: hidden;
		padding-top: 0;
	}
	
	#stuff h1.hidesmall {
		display: none !important;
	}
			
	ul#icons-stuff li {
		padding: 0 .8em;
	}
	
	ul#icons li#press {
		display: none;
	}
	
	section#books h1 {
		font-size: 180%;
	}
	
	ul#storefronts1 li,
	ul#storefronts2 li {
		padding: 0 .9em;
	}
	
	ul#storefronts1 li.hidesmall {
		display: none !important;
	}
	
	section#festivals ul {
		margin-bottom: 2rem;
	}
	
	ul#awards li {
		display: block;
		margin-bottom: 2rem;
		width: 100%;
	}
	
	#newsletter input.email {
		width: 80%;
	}
	
	ul#icons li {
		padding: 0 .5em;
	}
	
	.waves {
		height: 140px;
		margin-bottom: -.5em;
	}
	
	@keyframes waves-even {
	    from {top: 0;}
	    to {top: -4px;}
	}
	
	@keyframes waves-odd {
	    from {top: 0;}
	    to {top: 4px;}
	}
	
	.waves-even {
		background-size: 100px 78px;
		height: 78px;
		margin-bottom: -48px;
	}
	
	.waves-odd {
		background-size: 100px 78px;
		height: 78px;
		margin-bottom: -48px;
	}
	
	footer .waves {
		display: none;
	}
	
	a#presskit-mobile {
		display: inline-block;
	}
	
	section#mystery h1 {
		font-size: 180%;
	}

}

/* Landscape iPhone SE and Down */

@media only screen 
and (max-width : 568px) {

	h1 {
		font-size: 150%;
	}
	
	ul#storefronts1 li,
	ul#storefronts2 li {
		padding: 0 1em;
	}
	
	header {
		padding-bottom: 4em;
	}
	
	img#logo {
		margin-top: 4em;
	}
	
	#trailer {
		margin-top: 4em;
	}
	
	h1#release {
		font-size: 120%;
		margin: 2em 0;
	}
	
	ul#storefronts {
		display: none;
	}
	
	.waves,
	footer .waves {
		display: none;
	}
	
	section#description {
		padding: 4em 0;
	}
	
	section#description h1 {
		margin-bottom: 0;
	}
	
	section#description p {
		display: none;
	}
	
	#stuff h1.hidesmall {
		display: none !important;
	}
	
	#stuff {
		overflow: hidden;
		padding-top: 0;
	}
			
	ul#icons-stuff li {
		padding: 0 .4em;
	}
	
	ul#icons-stuff li a {
		padding-bottom: 1px;
	}
	
	section#festivals ul#awards li {
		display: block;
		padding: 0;
		margin-bottom: 3rem !important;
		width: 100%;
	}
	
	section#festivals em#showcases-title,
	ul#showcases {
		display: none !important;
	}
	
	ul#awards li a:before,
	ul#awards li a::after {
		font-size: 100%;
	}
	
	section#contact {
		padding: 4em 0;
	}
	
	section#contact h1 {
		font-size: 120%;
		text-align: left;
	}
	
	#newsletter input.email {
		margin-right: 4%;
		width: 80%;
	}
	
	ul#icons {
		margin-top: 4em;
	}
	
	ul#icons li#press {
		display: none;
	}
	
	a#presskit-mobile {
		display: inline-block;
	}
	
	section#books h1 {
		font-size: 150%;
	}
	
	section#books p {
		font-size: 70%;
	}

}

/* Mobile Only - Landscape iPhone SE and Down */

@media only screen 
and (max-width : 568px) {

	.hideiphone {
		display: none !important;
	}
	
	ul#storefronts1 li,
	ul#storefronts2 li {
		padding: 0 .5em;
	}
	
	ul#storefronts2 {
		margin-top: 0;
	}
	
	a#appstore {
		opacity: 1;
	}
	
}

/* Portrait iPhone 2G-4S */

@media only screen 
and (min-width : 320px) 
and (max-width : 480px)
and (orientation : portrait) {

	ul#storefronts2 {
		margin-top: 0;
	}
	
	a#appstore {
		opacity: 1;
	}
	
	#stuff {
		margin-top: -2em;
		margin-bottom: -1em;
	}
	
	ul#icons-stuff {
		padding-top: 0;
		width: 100%;
	}
	
	ul#icons-stuff li {
		display: block;
		margin: 2em 0;
		width: 100%;
	}
	
	ul#awards li a::before,
	ul#awards li a::after {
		display: none !important;
	}
	
	ul#awards li a {
		font-size: 145%;
	}
	
	section#contact h1 {
		text-align: left;
	}

	#newsletter input.email,
	section#mystery input#code {
		height: 50px;
		margin-right: 4%;
		text-align: center;
		width: 75%;
	}
	
	#newsletter input.button,
	section#mystery input.button {
		background-size: 50px 50px;
		height: 50px;
		width: 50px;
	}
	
	ul#icons li {
		padding: 0 .15em;
	}
	
	section#books h1 {
		font-size: 130%;
	}
	
	section#books p {
		font-size: 100%;
	}
	
	section#mystery #book-details p {
		font-size: 100%;
		line-height: 2;
	}
	
	a.buy-button {
		box-shadow: rgba(128, 110, 89, .5) 0 0 2px;
		display: block;
		font-size: 75%;
		margin-left: 0;
		margin-right: 0;
		padding: 1em 1em;
		width: 100%;
	}
	
	a.buy-button:hover {
		box-shadow: rgba(128, 110, 89, 1) 0 0 2px;
	}
	
	a.buy-button:first-of-type {
		margin-bottom: 3em;
	}
	
	span.soldout a.buy-button::after {
		font-size: 90%;
		top: 1.5em;
	}
	
	p#note {
		font-size: 80% !important;
	}

}