@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*********************
MEDIA QUERIES
*********************/
* {
  box-sizing: border-box; }

body {
  font: 12px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smooth: always; }

h2 {
  margin: 20px 0;
  color: #808083;
  font-weight: normal;
  font-size: 27px; }

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

a:hover {
  color: #000; }

blockquote {
  margin: 0;
  padding: 0;
  text-indent: -0.5em;
  position: relative; }

blockquote p {
  font-size: 21px;
  line-height: 130%;
  margin: 0; }

blockquote p.credit {
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  font-family: "Helvetica Neue", Arial, Helvetica;
  color: #808083;
  margin: 10px 0 0 5px;
  display: block; }

blockquote cite {
  font-style: normal; }

p#footer {
  font-size: 10px !important;
  text-transform: uppercase;
  padding-top: 40px;
  margin-bottom: 40px;
  color: #aaa;
  clear: both;
  text-align: center;
  letter-spacing: 1px;
  /* -webkit-font-smoothing: subpixel-antialiased; */ }

/* ----- Header ----- */
#header {
  color: #fff;
  background: #000;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

#header h1 {
  margin: 0 0 0 2rem;
  float: left;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 960px) {
    #header h1 {
      margin: 0 0 0 30px; } }
  #header h1 a {
    display: block;
    padding-top: 21px; }
    #header h1 a svg {
      width: 273px;
      max-width: 80%;
      height: auto; }
      @media (min-width: 375px) {
        #header h1 a svg {
          max-width: 100%; } }

#header ul#nav {
  margin: 65px 0 0 0;
  padding: 0 20px 20px 2rem;
  width: 100%;
  background: black;
  float: right;
  font-family: 'Helvetica Neue',Arial,helvetica;
  display: none; }
  @media (min-width: 960px) {
    #header ul#nav {
      display: block !important;
      margin: 27px 30px 0 0;
      padding: 0;
      width: auto;
      background: none; } }

#header ul#nav li {
  float: left;
  list-style: none;
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 5px;
  position: relative;
  display: block; }
  @media (min-width: 960px) {
    #header ul#nav li {
      margin-left: 30px;
      margin-right: 0;
      margin-bottom: 0; } }

#header ul#nav li a {
  text-decoration: none;
  font-size: 12px;
  color: #808080;
  display: block;
  -webkit-transition: color 0.2s linear; }

#header ul#nav li a:hover,
#header ul#nav li.active a,
#work #header a.top {
  color: #fff; }

#header ul#nav li#nav-work a {
  position: relative;
  display: block;
  z-index: 15; }

/*
#header ul#nav li#nav-work a span{ width:8px; height:6px; position:absolute; display:block; top:5px; left:0; background: url(images/nav-arrow.gif) no-repeat left top; }
#header ul#nav li#nav-work:hover a span{ background-position:left -6px !important; }
*/
#header ul#nav li ul {
  position: absolute;
  background: #000;
  margin: 0;
  padding: 10px 0 25px;
  width: 200px;
  left: -5px;
  top: 10px;
  margin-top: 10px;
  display: none;
  box-shadow: 0px 0px 10px black;
  z-index: 100; }

#header ul#nav li li {
  float: none;
  margin: 0; }

#header ul#nav li li a {
  padding: 1px 25px 0;
  position: relative;
  display: block; }

#header ul#nav li#nav-work li a {
  background: none;
  padding-left: 25px; }

#header ul#nav li#nav-work a.top {
  z-index: 101; }

#menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 26px 2rem 21px;
  display: block;
  z-index: 15; }
  @media (min-width: 960px) {
    #menu-btn {
      display: none; } }

/*#header ul#nav li#nav-work:hover ul{ display:block !important; }*/
/* ----- Homepage ----- */
#container {
  width: 100%;
  margin: 70px auto 0;
  position: relative;
  z-index: 9; }

#home .item {
  width: 50%;
  height: auto;
  max-width: 320px;
  max-height: 240px;
  position: relative;
  float: left;
  border: 2px solid #fff;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none; }
  @media (min-width: 640px) {
    #home .item {
      width: 33.333%; } }
  @media (min-width: 960px) {
    #home .item {
      width: 25%; } }
  @media (min-width: 1280px) {
    #home .item {
      width: 20%; } }
  @media (min-width: 1600px) {
    #home .item {
      width: 16.666%; } }
  @media (min-width: 1920px) {
    #home .item {
      width: 14.285%; } }
  @media (min-width: 2240px) {
    #home .item {
      width: 12.5%; } }
  #home .item img {
    width: 100%;
    height: auto;
    display: block; }

#home .title,
#home .slide .ro {
  display: block;
  position: absolute;
  bottom: -130px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 18px 20px;
  font-size: 27px;
  line-height: 100%;
  color: #fff; }

#home .title span {
  display: block;
  padding-top: 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Helvetica Neue',Arial,helvetica;
  line-height: 100%; }

#home .slideshow {
  max-width: 960px;
  max-height: 480px;
  overflow: hidden;
  border: 2px solid #fff;
  position: relative;
  float: left;
  width: 100%; }
  @media (min-width: 960px) {
    #home .slideshow {
      border-bottom: 1px; } }
  #home .slideshow img {
    max-width: 960px;
    width: 100%;
    height: auto; }
  @media (min-width: 960px) {
    #home .slideshow {
      width: 75%; } }
  @media (min-width: 1280px) {
    #home .slideshow {
      width: 60%; } }
  @media (min-width: 1600px) {
    #home .slideshow {
      width: 50%; } }
  @media (min-width: 1920px) {
    #home .slideshow {
      width: 42.857%; } }
  @media (min-width: 2240px) {
    #home .slideshow {
      width: 37.5%; } }

#home .slideshow .slide a {
  display: block; }

#home .slideshow .title {
  width: 100%; }

#home .slide h2 {
  color: #fff;
  margin: 0; }

#home .slide h3 {
  padding-top: 12px;
  font: normal 12px 'Helvetica Neue',Arial,helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff; }

ul.flex-controls {
  height: 36px;
  width: 66px;
  float: right;
  position: relative; }

ul.flex-controls li a {
  float: left;
  width: 33px;
  height: 26px;
  margin: 0;
  display: block;
  background: url(../images/slideshow-arrows.png) no-repeat;
  cursor: pointer;
  text-indent: -9999em;
  position: relative; }

ul.flex-controls li.btn-next a {
  background-position: 0 0; }

ul.flex-controls li.btn-prev a {
  background-position: -33px 0; }

.flex-controls {
  position: absolute;
  top: 0;
  right: 22px;
  text-align: right; }

.flex-controls ol {
  overflow: hidden; }

.flex-controls ol li {
  float: left; }

.flex-direction-nav {
  height: 83px;
  position: absolute;
  width: 100%;
  text-align: right; }

/* ----- Clients ----- */
#our-clients #container {
  margin-top: 130px;
  max-width: 814px;
  padding: 0 20px; }

#our-clients ul.clientlist {
  float: left;
  font-size: 21px;
  line-height: 130%;
  margin: 0 0 40px 0;
  padding: 0 0 0 10px;
  width: 50%;
  list-style: none; }

#our-clients ul.clientlist li {
  color: #808083; }

#our-clients ul.clientlist li a {
  color: #808083;
  text-decoration: none; }

#our-clients ul.clientlist li a:hover {
  color: #000; }

#our-clients #reviews {
  border-top: 2px solid #f0f0f0;
  padding-top: 40px;
  clear: both; }

#our-clients #reviews blockquote {
  font-size: 21px;
  line-height: 130%;
  color: #808083;
  margin: 0 0 45px 10px; }

#our-clients #reviews cite {
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  font-family: "Helvetica Neue", Arial, Helvetica;
  color: #808083;
  margin: 5px 0 0 0;
  display: block; }

#our-clients #reviews cite:before {
  content: "– "; }

/* ----- Shop ----- */
#shop #container {
  width: 1000px;
  margin-top: 100px; }

#shop .shop-nav {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 20px; }

#shop .shop-nav li {
  float: left;
  margin-left: 15px; }

#shop .shop-nav a {
  color: #808083; }

#shop .shop-nav a:hover {
  color: #000; }

#shop h2 {
  margin-left: 17px; }

#shop hr {
  display: block;
  clear: both;
  margin-bottom: 70px; }

#shop .item {
  float: left;
  width: 250px;
  margin: 0;
  min-height: 450px; }

#shop .item h3,
#shop .item p,
#shop .item a.buy {
  margin-left: 17px;
  margin-right: 12px; }

#shop .item h3 small {
  font-weight: normal; }

#shop .item a.img img {
  margin: 0;
  opacity: 1;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out; }

#shop .item a.img:hover img {
  opacity: 0.75; }

#shop .item a.buy {
  background: #000;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 4px;
  font-size: 10px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  margin-bottom: 40px;
  display: inline-block; }

#shop .item a.buy.sold-out {
  background: #999; }

#shop .item a.buy:hover {
  background: #999; }

#shop form {
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin: 0 18px 40px; }

#shop form p {
  display: inline;
  float: left;
  margin-right: 20px; }

#shop form input {
  float: left;
  margin: 10px 10px 0 0; }

#shop .collection#breakingbad {
  width: 1000px;
  margin: 0 auto; }

/* ----- About ----- */
#about #container, #studio #container, #jobs #container {
  margin: 120px auto 40px;
  max-width: 854px; }

#container p {
  font-size: 21px;
  line-height: 125%;
  color: #808083;
  margin: 0 0 20px; }
#container h2 {
  color: #808083;
  font-weight: normal;
  font-size: 27px; }
#container hr {
  height: 1px;
  border: 0;
  background: #cdcdcf;
  margin: 0 0 20px; }

#about #intro, #studio #intro {
  margin-bottom: 40px; }

#about #bio {
  border-top: 2px solid #f0f0f0;
  padding: 40px 0; }

#about #bio h3 {
  font: 21px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #808083;
  margin: 20px 0 10px; }

#about #bio h4 {
  font: normal 12px "Helvetica Neue", Arial, Helvetica;
  text-transform: uppercase;
  color: #808083;
  margin: 0;
  display: block; }

#about #bio #photo-col {
  float: left;
  width: 270px;
  display: block;
  margin-right: 30px; }

#about #bio #bio-col {
  float: left;
  width: 554px; }

#about #bio #links a {
  font: normal 12px "Helvetica Neue", Arial, Helvetica;
  text-transform: uppercase;
  color: #808083;
  background: #dfe1e2;
  padding: 3px 6px;
  margin-right: 10px;
  text-decoration: none; }

#about #bio #links a:hover {
  background: #808083;
  color: #fff; }

#about #what-we-do {
  border-top: 2px solid #f0f0f0;
  padding: 40px 0; }

#about #what-we-do h2 {
  margin: 0 0 40px; }

#about #services ul {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style: none; }

#about #services ul li {
  margin-bottom: 1px; }

#about #services ul li a {
  font-size: 21px;
  text-decoration: none;
  color: #808083;
  display: block;
  width: 210px;
  padding: 3px 5px;
  line-height: 120%; }

#about #services ul li a:hover, #about #services ul li a.active {
  background: #e6e7e8 url(../images/services-bar-mask.png) no-repeat right 50%; }

#about #services .service {
  display: none; }

#about #services #service-1 {
  display: block; }

#studio #container img {
  margin: 0 auto 20px; }

/* ----- Contact ----- */
#contact #container, #newsletter #container {
  margin: 120px auto 40px;
  max-width: 854px; }

#contact h2, #newsletter h2 {
  margin-bottom: 40px; }

#contact #grid, #newsletter #grid {
  min-height: 300px; }

#contact #grid ul {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style: none; }

#contact #grid ul li {
  margin-bottom: 1px; }

#contact #grid ul li a {
  font-size: 21px;
  text-decoration: none;
  color: #808083;
  display: block;
  width: 210px;
  padding: 3px 5px;
  line-height: 120%; }

#contact #grid ul li a:hover, #contact #grid ul li a.active {
  background: #e6e7e8 url(../images/services-bar-mask.png) no-repeat right 50%; }

#contact .item {
  float: left;
  width: 554px; }

#contact .item p, #newsletter #container p {
  font-size: 21px;
  line-height: 130%;
  color: #808083;
  margin: 0 0 20px; }

#contact .item a {
  color: #808083; }

#contact .item a:hover {
  color: #000; }

#contact .item {
  display: none; }

#contact #item-1 {
  display: block; }

#contact #item-5 a {
  display: block; }

#contact .item form {
  background: #E6E7E8;
  width: 259px;
  height: 39px;
  display: block;
  position: relative; }

#contact .item input.text {
  float: left;
  width: 200px;
  font: 18px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 11px 10px 10px;
  border: 0;
  background: transparent;
  color: #808083; }

#contact .item input.button {
  width: 39px;
  height: 0 !important;
  display: block;
  float: left;
  padding: 39px 0 0 0;
  overflow: hidden;
  background: url(../images/arrow-right.gif) no-repeat 0 0;
  border: 0; }

#jobs #container {
  font-size: 21px;
  line-height: 130%;
  color: #808083; }

#jobs ul {
  margin: 20px 0 20px 40px;
  list-style-type: disc; }

/* ==|== 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; }

.group:before, .group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

:focus {
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0; }

/* ==|== media queries ====================================================== */
/* ==|== print styles ======================================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: 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; } }
#work #container {
  margin-top: 100px;
  width: 100%;
  padding: 0 2rem;
  color: #808083; }
  @media (min-width: 960px) {
    #work #container {
      width: 854px;
      padding: 0;
      margin: 110px auto 0; } }
  #work #container.rwd {
    width: 100%;
    max-width: 1000px; }
    @media (min-width: 960px) {
      #work #container.rwd {
        width: 80%;
        padding: 0; } }
    @media (min-width: 1280px) {
      #work #container.rwd {
        width: 70%;
        padding: 0; } }
  #work #container h2 {
    margin-top: 0; }
    #work #container h2 a {
      border-radius: 3px;
      color: white;
      font-size: 11px;
      font-weight: bold;
      margin-left: 15px;
      padding: 2px 5px 3px;
      position: relative;
      top: -5px;
      text-decoration: none; }
      #work #container h2 a.open {
        background: green; }
      #work #container h2 a.Testing {
        background: orange; }
  #work #container img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    background: grey; }

#work #container div.video {
  display: block;
  margin: 0 auto;
  text-align: center; }

#work #container p.text {
  margin: 0;
  font-size: 21px;
  line-height: 130%; }

#work #page-nav {
  height: 39px;
  left: 0px;
  position: fixed;
  top: 50%;
  width: 100%; }

#work #page-nav a {
  display: block;
  height: 39px;
  width: 185px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 3px 10px #aaa;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#aaaaaa')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#aaaaaa'); }

#work #page-nav a#btn-next {
  background: #000 url(../images/arrow-right.gif) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: -146px; }

#work #page-nav a#btn-next span {
  display: block;
  margin: 12px 0 0 39px;
  text-align: left; }

#work #page-nav a#btn-prev {
  background: #000 url(../images/arrow-left.gif) no-repeat 100% 0;
  position: absolute;
  top: 0;
  left: -146px; }

#work #page-nav a#btn-prev span {
  display: block;
  margin: 12px 39px 0 0;
  text-align: right; }

/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  width: 100%;
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides > li {
  position: relative; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative; }

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background: none;
                                /*-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);*/
  zoom: 1; }

.flex-caption {
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  /*background: rgba(0,0,0,.6); color: #fff;*/
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
  font-weight: 500; }

/* Direction Nav */
/*.flex-direction-nav { height: 36px; width:66px; bottom:22px; right:-9999px; position:absolute;}
.flex-direction-nav ul{ overflow:hidden; }
.flex-direction-nav li{ float:left; }
.flex-direction-nav li a {width: 33px; height: 26px; margin: 0; display: block; background: url(images/slideshow-arrows.png) no-repeat;  cursor: pointer; text-indent: -9999em;}
.flex-direction-nav li .next {background-position: -33px 0; }
.flex-direction-nav li .prev {background-position: 0 0; }
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}*/
/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -45px; text-align: center; background: url(images/horizontal-break.gif) no-repeat 0 40%; }
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 16px; height: 16px; display: block; background: url(images/bg_control_nav-2.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -16px;}
.flex-control-nav li a.active {background-position: 0 -16px; cursor: default;}*/
