/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

#dimmer, .dimmer {
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

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

p {
  margin: 0;
}

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

b, strong {
  font-weight: 600;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  color: #eeeeee;
  color: rgba(255,255,255,0.5);
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  height: 100%;
}

body.stuck {
  overflow: hidden;
}

body.stuck #footer {
  display: none;
}

body.inverse {
  background-color: #f6f6f6;
  color: #282828;
}

body.inverse a {
  color: #000000;
}

h1.logo {
  background: url(/static/images/logo.png) top center no-repeat;
  background-size: 100%;
	width: 164px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 40px auto 0;
  position: absolute;
  left: 50%;
	margin-left: -82px;
	margin-top: 25px;
  top: 0;
  z-index: 2;
}

h1.dark {
  background: url(/static/images/logo-dark.png) top center no-repeat;
  background-size: 100%;
  width: 164px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
	margin: 25px auto;
  position: relative;
  z-index: 3;
  top: auto;
  left: auto;
}

#content-area h1.dark {
	position: absolute;
	top: 0;
	margin: 20px 0 0 -82px;
	left: 50%;
}

#nav-container {
  position: absolute;
	top: 22px;
	right: 60px;
  padding-top: 10px;
  width: 25px;
  height: 35px;
  cursor: pointer;
  z-index: 100;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  width: 25px;
	height: 4px;
  background: white;
  background: rgba(255,255,255,0.2);
  position: absolute;
  display: block;
  content: '';
}

body.inverse #nav-toggle span, body.inverse #nav-toggle span:before, body.inverse #nav-toggle span:after {
  background: rgba(0,0,0,0.2);
}

body.stuck #nav-toggle span, body.stuck #nav-toggle span:before, body.stuck #nav-toggle span:after {
  background: rgba(255,255,255,1);
}

body.stuck #nav-container:hover span, body.stuck #nav-container:hover span:before, body.stuck #nav-container:hover span:after {
  background: rgba(126,196,182,1);
}

#nav-toggle span:before {
  top: -8px;
}

#nav-toggle span:after {
  bottom: -8px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

#nav-container:hover span, #nav-container:hover span:before, #nav-container:hover span:after {
  background: rgba(126,196,182,1);
}

body.inverse #nav-container:hover span, body.inverse #nav-container:hover span:before, body.inverse #nav-container:hover span:after {
  background: rgba(126,196,182,1);
}

#nav-toggle.active span, body.stuck #nav-toggle.active span, body.stuck #nav-toggle.active span:before, body.stuck #nav-toggle.active span:after {
  background: rgba(90,92,86,1);
}

#nav-container:hover #nav-toggle.active span, #nav-container:hover #nav-toggle.active span:before, #nav-container:hover #nav-toggle.active span:after {
  background: rgba(126,196,182,1);
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#navigation {
  position: fixed;
  top: 150%;
  left: 0;
  width: 100%;
  height: 1200px;
  color: #444444;
  font-size: 52px;
  font-family: "ff-scala-web", serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 99;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
}

body.inverse.login-page {
  background-color: #fff;
}

#login-page {
  font-size: 52px;
  font-family: "ff-scala-web", serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 5px;
  z-index: 99;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s; 
}

#navigation .logo-area {
  height: 31%;
  background-color: rgba(255,255,255,0.85);
  overflow: hidden;
}

#login-page .login-area {
  max-width: 358px;
  width: 90%;
}

#navigation .logo-area img, #login-page .logo-area img {
	max-height: 55%;
	max-width: 70px;
}

#navigation .login-area {
	background-color: rgba(255,255,255,0.85);
}

#navigation .footer {
  height: 100%;
  background-color: rgba(255,255,255,0.85);
}

#navigation a {
  color: #444444;
}

#navigation, #navigation .logo-area, #navigation .footer {
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none; 
  user-select: none;
}

#navigation ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: auto;
  position: relative;
}

#navigation li {
  list-style: none;
  padding: 12px 0;
  height: 15%;
  font-size: 30px;
	line-height: 45px;
  background-color: rgba(255,255,255,0.85);
  position: relative;
}

#navigation li.login {
  font-size: 15px;
}

#navigation .cancel-button {
  font-size: 12px;
  color: #444444;
  font-family: "ff-scala-web", serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin: 40px auto 0;
}

#navigation .cancel-button:hover {
  color: #000;
}

#navigation li a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 100px;
}

#navigation li:hover {
  background-color: transparent;
}

#navigation li:hover a {
  color: #fff;
}

.inverse #navigation li:hover a {
  color: #000;
}

.nav-active #content-area, .nav-active #footer {
  opacity: 0;
}

#content-area {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-transition: margin-top 500ms ease-in-out;
  -moz-transition: margin-top 500ms ease-in-out;
  -ms-transition: margin-top 500ms ease-in-out;
  -o-transition: margin-top 500ms ease-in-out;
  transition: margin-top 500ms ease-in-out;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  min-height: 100%;
}

.column {
  display: inline-block;
  vertical-align: top;
}

.wrapper {
    position: absolute;
    width: 500%;
    height: 100%;
    z-index: 0;
}

.screen {
    position: relative;
    height: 100%; 
    width: 100%;
    float: left;
    overflow: hidden;
}

.big-image {
    min-width: 100%;
    min-height: 100%; 
    height: auto;
    width: auto; 
}

h2 {
  font-family: "ff-scala-web", serif;
  line-height: 33px;
  font-size: 36px;
  margin: 3px 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}

h4 {
  font-family: "ff-scala-web", serif;
  font-size: 50px;
  line-height: 70px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 600;
	color: #bec0c0;
}

h5 {
  font-family: "ff-scala-web", serif;
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;	
  font-style: italic;
  font-weight: 400;
}

h6 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.notch {
	display: inline-block;
	margin: 25px 7px;
	height: 5px;
	width: 100px;
	background-color: #8b8b84;
}

.notch.blue {
	background-color: #629a8b;
}

.text {
  line-height: 22px;
}

body.inverse .text a {
  color: #369c88;
}


.video-overlay {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.clear {
  clear: both;
}

.now-playing {
  margin: 12px 0 0 0;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
}

.video-overlay .column {
  width: 40%;
  text-align: left;
  max-width: 584px;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
}

.video-overlay .column-2 {
  width: 8%;
  padding: 3px 40px;
  padding: 3px 20px;
  max-width: 70px;
  text-align: center;
}

.video-overlay .column-1 {
  text-align: right;
}

.spec {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.spec span{
  font-weight: 600;
}

.studioDescription {
  color:#eee;
  font-size: 17px;
  line-height: 1.2em;
}

.work-buttons {
  position: relative;
}

.work-buttons a:hover {
  background: rgba(255,255,255,0.25);
}

.view-work {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-family: "ff-scala-web", serif;
  font-style: italic;
  padding: 0 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  height: 40px;
  line-height: 45px;
  margin: 10px 0;
  text-align: center;
  position: relative;
}

.separate-buttons {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
}

.separate-buttons a {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-family: "ff-scala-web", serif;
  font-style: italic;
  padding: 0 20px;
  width: 160px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  height: 40px;
  line-height: 45px;
  margin: 10px 0;
  text-align: center;
  position: relative;
  text-indent: -100px;
  overflow: hidden;
}

.video-area {
  position: relative;
}

.video-area.static img {
  width: 100%;
  height: auto;
}

.video-area.static .image-container .main-image {
  position: absolute;
  top: 0;
  left: 0;
}

.video-area.static .image-container:after, #main-video .vjs-poster {
 /* -moz-box-shadow: inset 0 -120px 10em #000;  
 -webkit-box-shadow: inset 0 -120px 10em #000;   
 box-shadow: inset 0 -120px 10em #000; */
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 content: "";
}

.vjs-poster {
  z-index: 1;
}


.play-video {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  line-height: 58px;
  display: block;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  margin-bottom: 100px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  padding-left: 3px;
  z-index: 9;
  text-align: center;
}

.touch .play-video {
  display: none;
}

.play-video .fa {
  width: 22px !important;
}

.play-video:hover {
  color: #000;
  background-color: #fff;
}

#content-area.video-page {
  margin-top: -30%;
  z-index: 99;
  position: relative;
}

.post-nav {
  font-family: "ff-scala-web", serif;
  font-size: 18px;
  font-style: italic;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 25px;
  line-height: 52px;
}

.post-nav a {
  color: #666666;
}

.post-nav a:hover {
  color: #fff;
}

.prev {
  float: left;
  text-align: right;
  margin-left: 25px;
}

.next {
  float: right;
  text-align: left;
  margin-right: 25px;
}

.spot-landing #nav-container {
  display: none;
}

.close-spot {
  position: fixed;
	top: 17px;
	right: 53px;
  padding-top: 10px;
  cursor: pointer;
  z-index: 100;
  color: rgba(255,255,255,0.1);
  display: block;
  padding: 15px 32px 20px 6px;
  background-color: rgba(0,0,0,0.35);
}
.close-spot span, .close-spot span:before, .close-spot span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 25px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
.close-spot span, .close-spot span:before, .close-spot span:after {
  transition: all 500ms ease-in-out;
}
.close-spot span {
  background-color: transparent;
}
.close-spot span:before, .close-spot span:after {
  top: 0;
}
.close-spot span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);  
          transform: rotate(45deg);  
}
.close-spot span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);  
          transform: rotate(-45deg);  
}

.no-touch close-spot:hover {
  background-color: rgba(0,0,0,0.55);
}


.audio-button {
  opacity:0;
  position: fixed;
  top: 60px;
  right: 53px;
  cursor: pointer;
  z-index: 100;
  color: #fff;
  font-size: 190%;
  display: block;
  padding-top:5px;
  height:33px !important;
  width:38px !important;
  background-color: rgba(0,0,0,0.35);
}
.audio-button i{
  display: block; 
  margin:0 auto;
}
.no-touch .audio-button:hover {
  background-color: rgba(0,0,0,0.55);
}




.video-section {
  color: #fff;
  border-bottom: 1px solid #1a1a1a;
  padding: 50px 0;
  overflow: hidden;
}

#main-video {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
}

.video-information .video-title {
  margin: 0 auto;
  width: 50%;
  max-width: 600px;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-duration: 3s;
  -moz-animation-delay: 0.5s;
  -ms-animation-duration: 3s;
  -ms-animation-delay: 0.5s;
}

.vjs-control-bar {
	display: none;
}

#content-area.video-page {
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 14%, rgba(0,0,0,1) 19%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(14%, rgba(0,0,0,0.7)), color-stop(19%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 14%, rgba(0,0,0,1) 19%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 14%, rgba(0,0,0,1) 19%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 14%, rgba(0,0,0,1) 19%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 14%, rgba(0,0,0,1) 19%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.video-information {
overflow: hidden;
}

.video-information .video-title .sub-title {
  font-family: "ff-scala-web", serif;
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  color: #666666;
  font-weight: 600;
  margin-bottom: 20px;
}

.video-information .video-title .title {
  font-family: "ff-scala-web", serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 43px;
  display: block;
}

.video-section.video-specs {
  padding: 0;
}

.video-section .half {
  float: left;
  width: 46%;
  padding: 50px 2%;
}

.video-section .half.director {
  text-align: right;
  border-right: 1px solid #1a1a1a;
  margin-left: -1px;
}

.video-section .half.agency {
  text-align: left;
}

.video-section .half p {
  font-family: "ff-scala-web", serif;
  font-style: italic;
  font-weight: 700;
}

.spec-text {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  color: #666666;
  font-weight: 600;
  margin-bottom: 10px;
}

.video-info p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.inside {
  width: 80%;
  max-width: 915px;
  margin: 0 auto;
}

.video-section.video-tags {
  font-size: 12px;
  border-bottom: none;
}

.video-section.video-tags a, body.inverse .founded-by a {
  color: #7ec4b6;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 8px;
  letter-spacing: 2px;
  font-weight: 600;
}

body.inverse .founded-by a:hover {
  color: #666666;
}

.video-section.video-tags a:hover {
  color: #fff;
}

#related-posts {
  margin: 20px 0 0;
}

#related-posts h3 {
  color: #fff;
  padding: 0;
  margin: 0 0 50px;
  line-height: 26px;
  border-bottom: none;
}

#related-posts .project-list {
  border-top: 1px solid #313131;
}




.chevron {
  position:fixed;
  text-align: center;
  margin-bottom: 6px;
  height: 6px;
  width: 50px;
  bottom:50px;
  opacity:0.35;
}

.chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 51%;
  background: #fff;
  -webkit-transform: skew(0deg, 18deg);
  -moz-transform: skew(0deg, 18deg);
  -ms-transform: skew(0deg, 18deg);
  -o-transform: skew(0deg, 18deg);
  transform: skew(0deg, 18deg);
}
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #fff;
  -webkit-transform: skew(0deg, -18deg);
  -moz-transform: skew(0deg, -18deg);
  -ms-transform: skew(0deg, -18deg);
  -o-transform: skew(0deg, -18deg);
  transform: skew(0deg, -18deg);
}​

/* Lion's Den */

.lions-den, .contact-page {
  padding: 140px 0 0;
}

h2.header {
  color: #282828;
	font-size: 42px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 10px;
  margin: 0 40px;
}

h2.header:after {
  content: "";
  background-color: #282828;
  width: 200px;
  height: 7px;
  display: block;
  margin: 25px auto 0;
}

h2.header span {
  font-size: 18px;
  line-height: 48px; 
  letter-spacing: 2px;
  display: block;
}

h2.header span.category {
  margin: 60px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

h2.header span.sub-title {
  font-size: 26px;
  margin: 5px 0;
}

h2.header span.secondary {
	font-size: 28px;
	line-height: 70px;
}

.social {
  margin: 75px 0 0;
  font-size: 24px;
  line-height: 52px;
}

.social a {
  background: rgba(0,0,0,0);
  border: 2px solid #dfdfdf;
  transition: background 0.2s, color 0.2s;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 8px;
  position: relative;
}

.icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
 
.no-touch .social a:hover {
    background: rgba(0,0,0,0.1);
    color: #000;
}
 
.no-touch .social a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
 
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.background-container {
  background-color: #030303;
}

.photo-stream {
  margin: 110px auto 0;
  padding: 0;
  overflow: hidden;
  max-width: 1440px;
}

#infscr-loading {
	font-size: 16px;
	overflow: hidden;
	margin: 0 auto;
	color: #8d8d8d;
	width: 125px;
	line-height: 32px;
  padding: 10px 0;
}

.photo-stream #infscr-loading {
  position: absolute;
  margin-left: -62px;
  left: 50%;
  bottom: 0;
}

#infscr-loading img {
  float: left;
  margin-right: 10px;
}

#infscr-loading div {
  float: left;
}

.photo-stream li {
  list-style: none;
  float: left;
  width: 25%;
  max-width: 360px;
  overflow: hidden;
}

.photo-stream li .inner {
  position: relative;
  border: 1px solid #313131;
}

.photo-stream li a {
	display: block;
	padding: 1px;
	position: relative;
}

.photo-stream li a .dimmer {
	 top: 1px;
	 left: 1px;
	 right: 1px;
	 bottom: 0px;
	 width: auto;
	 height: auto;
	 background: rgba(0,0,0,0.45);
}

.photo-stream li a:hover .dimmer {
	 background: rgba(0,0,0,0);
}

.photo-stream li img {
  max-width: 100%;
  height: auto;
}

.photo-stream, .social {
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-duration: 3s;
  -moz-animation-delay: 0.5s;
  -ms-animation-duration: 3s;
  -ms-animation-delay: 0.5s;
}

/* Contact */

.contact-page h2 {
  margin-bottom: 70px;
}

.contact-page .map-marker {
  font-size: 82px;
  margin: 35px auto;
  display: block;
}

.project-list {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#project-list {
  opacity: 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
 border-left: 1px solid #313131;
 background-color: #000;
 position: relative;
 z-index: 9;
}


#images-loaded {
  height: 10px;
  width: 100%;
  -webkit-transform: translateZ(0);
  -webkit-transition: width 1000s ease-in-out;
  -moz-transition: width 1000s ease-in-out;
  -ms-transition: width 1000s ease-in-out;
  -o-transition: width 1000s ease-in-out;
  transition: width 1000s ease-in-out;
}

#images-loaded span {
	float: left;
  background-color: #1a1a1a;
  height: 10px;
  display: block;
}

body.inverse .project-list a {
  color: #fff;
}

.secondary-project {
	width: 50%;
	position: relative;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #313131;
}

.secondary-project.left {
	border-right: 1px solid #313131;
	margin-left: -1px;
}

.project-list div.small-item {
  float: left;
  list-style: none;
  width: 33.333%;
  overflow: hidden;
}

.project-list div.small-item .inner {
  border-right: 1px solid #313131;
  border-bottom: 1px solid #313131;  
  overflow: hidden;
  background-color: #000;
  position: relative;
}

.project-list div.small-item .project-image {
	position: absolute;
	top: 0;
	left: 0;
}

.project-list .video-clip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.project-list .video-clip video {
  width: 100% !important;
  height: 100% !important;	
}

.project-list .title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.80);
}

.project-list .video-title {
  top: 40%;
  width: 100%;
  position: absolute;
}

.title-overlay .sub-title {
  font-family: "ff-scala-web", serif;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.title-overlay .title {
  font-family: "ff-scala-web", serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 5px;
  display: block;
}

.featured-project {
  position: relative;
  height: 540px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}

.featured-project .white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.85);
  z-index: 2;
}

.featured-project .title {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  z-index: 3;
}

.featured-project h2.header {
  color: #000 !important;
}

.featured-project h2.header:after {
  display: none;
}

.founded-by {
  color: #666666;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 8px;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 12px;	
  margin: 0 0 75px;
}

/* About Section */
.about-section {
  background: #1a1a1a no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 90px 0 50px;
}

.about-section.directors {
	background-image: url(/static/images/about-directors.jpg);
	text-align: left;
}

.about-section.design {
	background-image: url(/static/images/about-design.jpg);
}

.about-section.commercial {
	background-image: url(/static/images/about-commercial.jpg);
	text-align: right;
}

.about-section.kc {
  padding: 0;
}

.about-section.kc img {
	width: 100%;
	height: auto;
}

.about-section .inner {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.about-section.production h5 {
	margin-bottom: 0px;
}

.about-section.production .notch {
	background-color: #fff;
	margin-bottom: 40px;
}

.about-section .bold {
	font-size: 18px;
}

.about-section p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
}

.about-section .right-side {
	width: 70%;
	float: right;
	text-align: right;
}

/* Contact */

.regions {
	border-top: 1px solid #e0e0e0;
	padding: 30px 0 60px;
}

.region-item {
	display: inline-block;
	width: 18%;
	margin: 0 .5%;
	vertical-align: top;
}

.region-item .rep {
	margin-bottom: 20px;
}

.region-item h6{
  margin-bottom:6%;
}

body.inverse .region-item a {
	color: #369c88;
}

.careers {
	background-color: #1a1a1a;
	color: #fff;
	text-align: left;
}

body.inverse .careers a {
	color: #369c88;
}

h3 {
	padding: 30px 0; 
	font-size: 24px;
  line-height: 48px; 
  font-family: "ff-scala-web", serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #313131;
  text-align: center;
}

.careers .job-listing {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	line-height: 22px;
}

.careers .job-listing .description {
	width: 80%;
	margin: 40px auto;
	text-align: left;
}

.description h6{
  margin-bottom:3%;
}

.clear {
	clear: both;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

#footer {
  background-color: #1a1a1a;
  line-height: 47px;
  height: 47px;
  text-transform: uppercase;
  color: #767676;
  font-size: 12px;
}

#footer a {
  color: #767676;
}

#footer a:hover {
  color: #fff;
}

#footer .inner {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

#footer .back-to-top {
  display: block;
  margin: 0 auto;
  width: 100px;
}

#footer .inner .light {
  color: #3e3e3e;
}

/* Login Area */

.login-page {
  overflow: hidden;
}

.login-page #nav-toggle, .login-page #footer {
  display: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}

#navigation .login-area {
  position: absolute;
  top: 150%;
  left: 50%;
  margin: -200px 0 0 -180px;
  opacity: 0;
}

.login-area {
  margin: 70px auto 40px;
}

#add_err {
  color: red;
  margin: 25px auto;
  height: 50px;
  width: 90%;
  max-width: 355px;
  font-weight: 400;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: none;
  font-style: normal;
}

#add_err.loading {
  color: #369c88;
}

.login-area .lock-icon {
  max-width: 35px;
  height: auto;
  margin-bottom: 25%;
}

.login-area input {
  -webkit-appearance: none;
}

.login-area label {
  display: none;
}

.login-area input[type=text], .login-area input[type=password] {
  background: transparent;
  border: none;
  border-bottom: 2px solid #dddddd;
  color: #444444;
  font-size: 22px;
  width: 90%;
  max-width: 375px;
  margin: 0 auto 55px;
  display: block;
  padding-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 300;
}

#login {
  background: transparent;
  border: none;
  background-color: #369c88;
  color: #fff;
  font-size: 13px;
  width: 90%;
  max-width: 375px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  -ms-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

#login:hover {
  background-color: #222222;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #444444;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #444444;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #444444;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #444444;
}

.touch .video-area {
  margin-top: 50px;
}

.touch #content-area.video-page {
  margin-top: 0;
}

.touch .close-spot {
	position: absolute;
	top: 8px;
	right: 5px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width : 1400px)  {
  .region-item {
    width: 31%;
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
  .login-area .lock-icon {
    margin-top: 60px;
  }
  
  #add_err {
    margin-top: 40px;
  }
  
}

@media only screen and (max-height : 1000px)  {
  #navigation .logo-area {
    height: 30%;
  }
  
  #navigation {
    height: 100%;
  }
}

@media only screen and (max-width : 1015px)  {
  
  #navigation .logo-area {
    height: 25%;
  }
  
  .video-overlay .column {
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  
  .now-playing {
    display: none;
  }
  
  .video-overlay .column-2 {
    width: 15%;
    margin-bottom: 10px;
  }

	.separate-buttons {
  	width: 100%;
  	text-align: center;
	}

  .separate-buttons a {
    margin: 5px 0 0;
  }

    
}

@media only screen and (max-width : 768px)  {
  #navigation .logo-area {
    height: 20%;
  }
  
  .region-item {
    width: 48%;
  }
  
  .careers .job-listing {
    width: 100%;
  }
  
  h2.header {
    font-size: 50px;
    line-height: 40px;
  }
 
  h2.header span {
	  font-size: 18px; 
	}
	
	h2.header span.sub-title {
  	font-size: 16px;
	}

  h2.header span.category {
    margin: 70px auto 10px;
  }
	
	h4 {
    font-size: 30px;
    line-height: 38px;
  }

  .about-section h4 {
    font-size:28px;
    line-height: 38px;
  }
	
	h5 {
  	font-size: 32px;
  	line-height: 40px;
	}
	
	.video-section {
  	padding-top: 0;
	}
	
	.video-information .video-title {
  	width: 90%;
  	clear: both;
	}
	
	.post-nav {
  	font-size: 14px;
	}
	
	.video-information .video-title .title {
  	font-size: 30px;
  	line-height: 28px;
	}

  .photo-stream li, .project-list li {
    width: 50%;
  }
  
  #nav-container {
    right: auto;
    top: 65px;
    left: 50%;
    margin-left: -17.5px;
  }
  
  #navigation img {
    display: none;
  }
 
	.photo-stream {
		margin: 50px 0 0;
	}
	
	.social {
		margin: 45px 0 0;
	}
	
	.photo-stream li {
		width: 33.3333%;
	}

	.featured-project {
  	height: 420px;
	}

  .play-video {
    margin-bottom: 50px;
  } 

	#footer {
  	height: auto;
  	line-height: 22px;
  	padding: 10px 0;
  	font-size: 12px;
	}
	
	#footer > .inner > div {
  	float: none;
	}
	
	#footer .back-to-top {
  	display: none;
	}

	.about-section .right-side img {
  	max-width: 100px;
	}

  .about-section h4{
    font-size:24px;
  }

  #navigation li {
    padding: 10px 0;
  }
  
	.project-list div.small-item, .secondary-project {
		float: left;
		width: 50%;
	}
  
}

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

  .region-item {
    width: 98%;
  }

	.featured-project {
  	height: 320px;
	}
	
  #navigation li {
    padding: 5px 0;
  }

  #navigation .entertainmentMarketing{
    letter-spacing:0.09em;
  }

  #navigation .entertainmentMarketing span{
    display:block;
    font-size:20px;
    padding-top:5px;
  }
  
  #navigation .logo-area {
    height: 20%;
  }
  
  .lions-den, .contact-page {
	  padding: 160px 0 0;
  }
  
  .play-video {
    display: none;
  }
  
  h2 {
    line-height: 30px;
    font-size: 26px;
  }
  
  h2.header {
    font-size: 30px;
    line-height: 28px;
    letter-spacing: 6px;
  }

 
  h2.header span {
	  font-size: 13px; 
	}
	
	h2.header span.secondary {
  	font-size: 20px;
  	line-height: 40px;
	}
	
	h2.header:after {
		height: 3px;
		margin-top: 15px;
	}
	
	.text {
		line-height: 24px;
	}
	
	.contact-page h2 {
		margin-bottom: 45px;
	}
	
	.project-list div.small-item, .secondary-project {
		float: none;
		width: 100%;
	}

	.project-list div.small-item .inner, .secondary-project {
		margin: 0 !important;
		border-right: none !important;
	}

	.photo-stream li {
		width: 50%;
	}
	
	.about-section .right-side {
  	width: 100%;
	}
	
	#navigation .login-area {
  	margin: -140px 0 0 -130px;
	}
	
  .login-area {
    margin: 0px auto 40px;
  }

  .login-area .lock-icon{
    display:none;
  }

	.login-area input[type=text], .login-area input[type=password] {
  	font-size: 16px;
	}

	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
