/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #ff3333; color: #fff; text-shadow: none; }
::selection { background: #ff3333; color: #fff; text-shadow: none; }

a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Chris Barrow / Archive
   ========================================================================== */

body {
	background-color:#d1d2d4;
	color:#666;
	font:13px/17px "Apercu Light",Helvetica,Arial;
	font-weight:200;
	overflow: hidden;
}

#container {
}

#main {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

#spinner {
	position: fixed;
	z-index: 300;
	width:100%;
	bottom:100px;
	left:0px;
	text-align: center;
	display:none;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
}

header {
	position:absolute;
	top:0px;
	width:100%;
	text-align:center;
	font-size:48px;
	color:#ff3333;
	letter-spacing:-2px;
	display:none;
	z-index:50;
}

.loader {
	width:100%;
	text-align:center;
	font-size:48px;
	font-weight:bold;
	color:#ff3333;
	letter-spacing:-2px;
	display:none;
}

h1,#anim {
	font-family:"Apercu Bold",Helvetica,Arial;
	font-size:48px;
	color:#ff3333;
	letter-spacing:-2px;
	position:absolute;
	z-index:20;
}

#anim {
	width:45px;
	text-align:center;
}

h1,h2 {
	color:#ff3333;
	margin:0px;
	padding:0px;
}

h2 {
	font-size:13px;
}

div.nav h2 {
	margin-bottom:13px;
}

h1 a {
	color:#ff3333;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

.active h1 a {
	cursor:default;
}

.active h1 a:hover {
	text-decoration:none;
}

div.main {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

h3.title {
	position:fixed;
	top:565px;
	left:0px;
	width:100%;
	text-align:center;
	color:#fff;
	font-family:"Apercu Bold",Helvetica,Arial;
	z-index:-1;
	display:none;
}

div.nav {
	position:fixed;
	top:200px;
	right:30px;
	width:170px;
	font-family:"Apercu Bold",Helvetica,Arial;
	display:none;
	z-index:50;
}

div.nav ul {
	list-style:none;
	padding:0;
	margin:0 0 13px 0;
}

div.nav a span {

	display:block;
	float:left;
	width:20px;
}

div.nav a:hover,div.nav li.selected a {
	/*border-bottom:1px solid #fff;*/
	text-decoration:underline;
}

#mickey div.nav {
	left:30px;
}

#mickey h1 {
	width:50%;
	text-align:right;
}

#johnny h1 {
	padding-left:22px;
}

.switch {
	position:fixed;
	z-index:50;
	top:350px;
	display:none;
	font-family:"Apercu Bold",Helvetica,Arial;
}

.switch img {
	width:14px;
}

.switch a {
	color:#ff3333;
}

.switch a:hover {
	color:#fff;
}

#mickey .switch {
	right:90px;
}

#johnny .switch {
	left:90px;
}

.about-mobile {
	display:none;
}

.about,#news {
	width:100%;
	height:100%;
	position:fixed;
	z-index:60;
	top:0px;
	left:0px;
	background-color:#ffe5e5;
	color:#ff3333;
	display:none;
	font-family:"Apercu Bold",Helvetica,Arial;
	font-weight:bold;
	overflow:auto;
	display:none;
}

.about div {
	margin:30px 30px;
}

.about div.credits {
	margin:55px 0px 0px 0px;
}

.about p {
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	margin:0px 0px 30px 0px;
	letter-spacing:-1px;
}

.about div.credits p {
	font-size:18px;
	letter-spacing:0px;
	line-height:19px;
}

.about p.close {
	margin-top: 0;
	margin-bottom:10px;
	font-size:13px;
	line-height:20px;
}

.about p.close a {
	font-size:13px;
	line-height:20px;
}

.about p.close img {
	width:20px;
}

.about a {
	color:#ff3333;
	text-decoration: underline;
}

.about p.close a,.about a:hover {
	text-decoration: none;
}

.about img.phone {
	margin-top:-10px;
	width:28px;
}

.news-title {
	float:left;
}

.journal-wrapper {

	margin-left:190px;
	margin-top:30px;
	color:#000;
	font-family:"Apercu Light",Helvetica,Arial;
	font-weight:200;
	float:left;
	width:650px;
}

#news h4,#news p.meta {
	font-family:"Apercu Bold",Helvetica,Arial;
}

#news p.close {
	margin:30px 0px 0px 30px;
}

#news h3 {
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	margin:0px 0px 3px 30px;
	letter-spacing:-2px;
}

#news .article {
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #000;
	width:650px;
}

#news .text {
	float:left;
	width:310px;
	margin-right:20px;
}

#news .text p {
	margin-bottom: 13px;
}

#news .text p.meta {
	margin-bottom: 0px;
}

#news .text p a {
	color:#000;
	text-decoration:underline;
}

#news .text p a.main-link {
	color:#ff3333;
	text-decoration:none;
	font-family:"Apercu Bold",Helvetica,Arial;
}

#news .text p a.main-link:hover {
	color:#ff3333;
	text-decoration:underline;
}

#news .text p a:hover {
	text-decoration:none;
}

#news .image {
	float:left;
	width:310px;
}

.projects {
	padding-bottom:400px;
	margin-top:400px;
}

.project {
	width:640px;
	margin:0px auto;
	text-align:center;
	padding-bottom:60px;
	position:relative;
}

.project .close-project {
	position:absolute;
	top:-50px;
	left:0px;
	display:none;
}

.project .close-project img {
	width:20px;
}

.project .cover {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:360px;
	background-image:url(/images/blank.png);
	cursor:pointer;
	z-index:100;
}

.project.current-project .cover {
	display:none;
}

.project h3 {
	margin:3px 0px;
	padding:0px;
	font-family:"Apercu Bold",Helvetica,Arial;
	display:none;
	padding-top:2px;
}

.project h3.nolink {
	display:none;
	color:#fff;
}

.thumb {
	width:310px;
	height:210px;
	float:left;
}

.video-preview {
	position:relative;
	cursor:pointer
}

.video-preview a {
	width: 100%;
	height:100%;
}

.embed {
	position: absolute;
	width:640px;
	height:360px;
	display:none;
	background-color: #000;
	top:0px;
	left:0px;
}

.thumbnail .embed {
	width:310px;
	height:210px;
}



.play {
	width:100%;
	height:100%;
	background-image:url(/images/play.png);
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:0px;
	left:0px;
	
}

h3 a {
	color:#fff;
}

h3 a:hover {
	text-decoration:underline;
}

.media {
	width:640px;
	height:360px;
	margin:0px auto;
	position: relative;
}

.row {
	width:640px;
	border-top:1px solid #666;
	padding:13px 0px 50px 0px;
	float:left;
	clear:both;
}

.row.thumbs {
	padding:20px 0px 0px 0px;
}

.thumbnail {
	width:310px;
	float:left;
	margin:0px 20px 20px 0px;
	position:relative;
}

.fs {
	position:absolute;
	right:10px;
	bottom:10px;
	width:20px;
	height:20px;
	background-image:url(/images/fs.png);
	display:none;
}

.thumbnail.right {
	margin-right:0px;
}

.more-info {
	margin-top:20px;
	text-align:left;
	display:none;
	font-family:"Apercu Light",Helvetica,Arial;
	font-weight:200;
	position:relative;
}

.more-info strong {
	font-family:"Apercu Bold",Helvetica,Arial;
}

.more-info a {
	color:#666;
	text-decoration:underline;
}

.more-info a:hover {
	text-decoration:none;
}

p.back {
	margin:0px 0px 5px 10px;
	font-family:"Apercu Bold",Helvetica,Arial;
}

/* lightbox */

#lightbox-bg {
	width:150%;
	height:150%;
	position:fixed;
	background-color:#000;
	z-index:200;
	top:0px;
	left:0px;
	display:none;
}

#lightbox {
	display:none;
	position:fixed;
	z-index:250;
	width:900px;
	height:600px;
	text-align: center;
}

#lb-caption {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	color:#fff;
	text-align: center;
	height:30px;
	font-family:"Apercu Bold",Helvetica,Arial;
}

#lightbox .close {
	position:absolute;
	top:0px;
	left:20px;
	display:block;
	width:15px;
	height:15px;
	cursor:pointer;
}

#lb-image {
	cursor: pointer;
}

#lb-image iframe {
	margin-top:80px;
}

.next,.prev {
	width:10px;
	height:12px;
	position:absolute;
	cursor:pointer;
}

.next {
	right:-50px;
	background-image:url(/images/next.png);
}

.prev {
	left:-50px;
	background-image:url(/images/prev.png);
}

#tmp { 
	position:absolute;
	left:-2000px;

}

iframe {
	background-color: #000;
}



/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
