body {
	font-family: helvetica, arial;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
	padding-top: 250px;
}

#desktop_nav {
	position: absolute;
	top: 0; right: 0; left: 0;
	border-bottom: 1px solid #ededed;
	height: 50px;
}

#desktop_nav .hh {
	border-right: 1px solid #ededed;
	display: inline-block;
	font-size: 18px;
	padding: 15px 20px 40px 20px;
	position: absolute;
	top: 0; left: 0;
}

#desktop_nav ul {
	position: absolute;
	top: 17px; left: 190px;
}

#desktop_nav ul li {
	display: inline-block;
	font-size: 10px;
	padding: 0px 15px 0px 15px;
	height: 9px;
	line-height: 9px;
}

#desktop_nav ul li.selected {
	color: grey;
}

#desktop_nav ul li:nth-child(3) {
	border-right: 1px solid black;
	padding-right: 30px;
}

#desktop_nav ul li:nth-child(4) {
	padding-left: 30px;
}

#mobile_nav {
	background-color: white;
	display: none;
	position: absolute;
	top: 0; left: 0;
	height: 50px;
	width: 100%;
	z-index: 4;
	transition: left 250ms;
	-webkit-transition: left 250ms;
}

#mobile_nav img {
	position: absolute;
	top: 17px;
	left: 15px;
	cursor: pointer;
}

#mobile_nav .hh {
	display: inline-block;
	font-size: 18px;
	position: absolute;
	top: 15px; right: 15px;
}

#mobile_drawer {
	background-color: white;
	position: absolute;
	top: 0; bottom: 0; left: -250px;
	width: 250px;
	z-index: 4;
	transition: left 250ms;
	-webkit-transition: left 250ms;
}

#mobile_drawer .wrapper {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#mobile_drawer .scroller {
	width: 100%;
	height: 101%;
}

#mobile_drawer ul {
	padding: 20px;
}

#mobile_drawer ul li {
	border-bottom: 1px solid #ededed;
	padding: 5px 0px 5px 0px;
}

#mobile_drawer ul li.selected {
	color: grey;
}

#loader {
	text-align: center;
	padding-top: 150px;
}

#loader img {
	width: 48px;
}

#arrows {
	position: relative;
}

#arrow_left {
	cursor: pointer;
	position: absolute;
	top: 100px; left: 10px;
	z-index: 3;
}

#arrow_right {
	cursor: pointer;
	position: absolute;
	top: 100px; right: 10px;
	z-index: 3;
}

#reel {
	background-color: #DEDEDE;
	/* display: none; */
	opacity: 0;
	font-size: 0px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	transition: left 250ms;
	-webkit-transition: left 250ms;
}

#reel .content {
	background-color: #DEDEDE;
	display: inline-block;
	border-right: 4px solid white;
	position: relative;
	vertical-align: top;
	width: 427px;
	z-index: 1;
}

#reel .content > .aspect {
	position: relative;
	width: 100%;
	z-index: 1;
}

#reel .content > img {
	width: 100%;
}

#reel .content > iframe {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#reel .content > p {
	font-size: 12px;
	line-height: 21px;
	text-align: right;
	padding: 20px;
	position: absolute;
	top: 0; right: 0;
}




#credits {
	/* display: none; */
	opacity: 0;
    max-height: 320px;
	overflow: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

	line-height: 20px;
	position: relative;
	
	transition: left 250ms;
	-webkit-transition: left 250ms;
}

.box {
	font-size: 10px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
	width: 200px;
	text-align: center;
	color: grey;
	position: relative;
	z-index: 1;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#credit_gutter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	background-color: white;
	z-index: 2;
}

#clients {
	/* display: none; */
	opacity: 0;
	text-align: center;
}

#login {
	/* display: none; */
	opacity: 0;
	text-align: center;
	margin-top: -100px;
}

#login img {
	max-height: 500px;
	max-width: 100%;
}

#login_name, #login_pass, #login_submit {
	width: 300px;
	font-size: 10px;
	border: 1px solid #e8e8e8;
	background-color: white;
	padding: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

#login_submit {
	cursor: pointer;
}

#login_name:focus, #login_pass:focus {
	border: 1px solid #c5c7c7;
	outline: none;
}

#contact {
	text-align: center;
	color: grey;
	font-size: 10px;
	/* display: none; */
	opacity: 0;
	transition: left 250ms;
	-webkit-transition: left 250ms;
}

#contact ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#contact li {
	color: grey;
	font-size: 10px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#contact_left {
	text-align: right;
}

#contact_right {
	text-align: left;
}

.social {
	position: absolute;
	bottom: 50px; right: 150px;
}

.social a {
	display: inline-block;
	font-size: 11px;
	padding-left: 40px;
	font-style: italic;
}

#mobile_drawer .social {
	position: relative;
	bottom: auto; right: auto;
	padding: 30px 0px 0px 20px;
}

#mobile_drawer .social a {
	padding: 0px 40px 0px 0px;
}





#reel > .content > .padding {
	font-size: 12px;
	color: black;
	line-height: 21px;
	text-align: right;
	position: absolute;
	z-index: 4;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
}

canvas { width: 387px; height: 50px; }

.content.audio:nth-child(odd) {
	background-color: #bcbcbc!important;
}

.content.audio:nth-child(even) {
	background-color: #b0b0b0!important;
}

.play {
	cursor: pointer;
	margin-bottom: 10px;
}

.title {
	font-size: 10px;
	color: white;
	margin-bottom: 10px;
}

.wave {
	height: 50px;
}

.controls {
	text-align: left;
	position: absolute;
	bottom: 0px;
}

#reel > .content > .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

#social {
	/* display: none; */
	opacity: 0;
	text-align: center;
}

#social a {
	display: inline-block;
	font-size: 11px;
	padding: 10px 40px 30px 40px;
	font-style: italic;
}