/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.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
   ========================================================================== */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=095cf7c9-afa3-4bc9-93d0-c57b28ab1bdd");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
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; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: "Neue Helvetica W01_n4";
  src: url("Fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("Fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
  src: url("Fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("Fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("Fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"), url("Fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Neue Helvetica W01_n7";
  src: url("Fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("Fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");
  src: url("Fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"), url("Fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"), url("Fonts/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"), url("Fonts/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  padding: 0 60px;
  font-family: "Neue Helvetica W01", "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 700; }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    body {
      /* tablet */
      padding: 0 30px; } }
  @media only screen and (max-width: 479px) {
    body {
      /* mobile */
      padding: 0 22.5px; } }

div#content {
  width: 100%;
  max-width: 1840px;
  margin: 0 auto;
  position: relative; }

header {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 479px) {
    header {
      /* mobile */
      font-size: 14px;
      font-size: 1.4rem;
      position: fixed;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 20;
      width: 100vw; }
      header > a {
        height: 100%;
        z-index: 20; } }

nav {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 100%;
  text-align: right; }
  @media only screen and (max-width: 479px) {
    nav {
      /* mobile */
      z-index: 15; } }
  @media only screen and (min-width: 601px) and (max-width: 1360px) {
    nav {
      /* desktop-A */ } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    nav {
      /* tablet */ } }
  nav div#navbutton {
    display: none; }
    @media only screen and (max-width: 479px) {
      nav div#navbutton {
        /* mobile */
        display: block !important;
        top: 30px; }
        nav div#navbutton img {
          height: 40px;
          position: fixed;
          top: 10px;
          right: 22px; } }
  nav > ul {
    padding: 0;
    margin: 0 0 0 34.26%;
    color: #0BF801; }
    @media only screen and (max-width: 479px) {
      nav > ul {
        /* mobile */
        display: none !important; } }
    @media only screen and (max-width: 479px) {
      nav > ul.mobile {
        /* mobile */
        background-color: rgba(255, 255, 255, 0.9);
        position: fixed;
        top: 0px;
        z-index: -2;
        margin: auto;
        width: 100%;
        height: 100vh;
        padding-top: 70px;
        display: block !important; } }
    @media only screen and (min-width: 480px) and (max-width: 600px) {
      nav > ul {
        /* desktop-B */
        margin: 0 0 0 100px; } }
    nav > ul li {
      display: inline-block;
      margin-left: 6%; }
      nav > ul li a {
        text-decoration: none; }
        nav > ul li a:link {
          color: #000; }
        nav > ul li a:visited {
          color: #000; }
        nav > ul li a:hover {
          color: #0BF801; }
        nav > ul li a:active {
          color: #0BF801; }
      @media only screen and (max-width: 479px) {
        nav > ul li {
          /* mobile */
          display: block;
          margin-left: 0px; } }
      @media only screen and (min-width: 601px) and (max-width: 1360px) {
        nav > ul li:first-child {
          /* desktop-A */
          text-align: left; } }
      @media only screen and (min-width: 480px) and (max-width: 600px) {
        nav > ul li:first-child {
          /* desktop-B */
          text-align: left; } }
      @media only screen and (max-width: 479px) {
        nav > ul li:first-child {
          /* mobile */ } }
      nav > ul li.sub {
        position: absolute;
        left: 0px;
        margin-left: 0px; }
        nav > ul li.sub ul {
          display: none; }
          @media only screen and (max-width: 479px) {
            nav > ul li.sub ul {
              /* mobile */
              display: block;
              position: relative;
              margin-left: 0px;
              padding-left: 0px; } }
          nav > ul li.sub ul li a {
            text-decoration: none; }
            nav > ul li.sub ul li a:link {
              color: #999; }
            nav > ul li.sub ul li a:visited {
              color: #999; }
            nav > ul li.sub ul li a:hover {
              color: #111; }
            nav > ul li.sub ul li a:active {
              color: #111; }
        @media only screen and (max-width: 479px) {
          nav > ul li.sub {
            /* mobile */
            position: relative; } }
      nav > ul li.selected ul {
        display: inline-block;
        padding: 0;
        margin-left: 1vw; }
        @media only screen and (min-width: 601px) and (max-width: 1360px) {
          nav > ul li.selected ul {
            /* desktop-A */
            display: block;
            margin-left: 0; } }
        @media only screen and (min-width: 480px) and (max-width: 600px) {
          nav > ul li.selected ul {
            /* desktop-B */
            display: block;
            margin-left: 0; } }
        nav > ul li.selected ul li {
          margin-left: 0;
          margin-right: 1.25vw; }
          nav > ul li.selected ul li a {
            text-decoration: none; }
            nav > ul li.selected ul li a:link {
              color: #999; }
            nav > ul li.selected ul li a:visited {
              color: #999; }
            nav > ul li.selected ul li a:hover {
              color: #666; }
            nav > ul li.selected ul li a:active {
              color: #666; }
          nav > ul li.selected ul li.selected {
            margin-right: 0px; }
      @media only screen and (max-width: 479px) {
        nav > ul li.selected {
          /* mobile */
          text-align: left;
          display: block;
          padding: 0;
          display: block;
          margin-left: 0px; }
          nav > ul li.selected ul {
            position: relative;
            display: block;
            margin-left: 0;
            padding-bottom: 2%;
            margin-top: -1%; }
            nav > ul li.selected ul li {
              margin: auto;
              margin-top: 5px; }
              nav > ul li.selected ul li:first-child {
                text-align: left; } }
      @media only screen and (max-width: 479px) {
        nav > ul li {
          /* mobile */
          text-align: left;
          display: block;
          padding: 0;
          display: block;
          font-size: 44px;
          font-size: 4.4rem;
          line-height: 54px;
          line-height: 5.4rem;
          margin-left: 0px; }
          nav > ul li ul {
            position: relative;
            display: block;
            margin-left: 0;
            padding-bottom: 2%;
            margin-top: -1%; }
            nav > ul li ul li {
              margin: auto;
              margin-top: 5px; }
              nav > ul li ul li:first-child {
                text-align: left; } }

img#logo {
  width: 110px;
  height: 110px; }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    img#logo {
      /* tablet */
      width: 80px;
      height: 80px; } }
  @media only screen and (max-width: 479px) {
    img#logo {
      /* mobile */
      width: 60px;
      height: 60px;
      z-index: 6; } }

header img#logo {
  z-index: 60; }

@media only screen and (max-width: 479px) {
  nav a
img#logo_mobile {
    /* mobile */
    width: 100px;
    height: 80px;
    display: block;
    width: 50px;
    height: 50px; } }

footer {
  border-top: 5px solid #0BF801;
  font-weight: 700;
  padding: 30px 0;
  margin-top: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 12px;
  line-height: 1.2rem; }
  footer a {
    text-decoration: none; }
    footer a:link {
      color: #111; }
    footer a:visited {
      color: #111; }
    footer a:hover {
      color: #0BF801; }
    footer a:active {
      color: #0BF801; }
  @media only screen and (max-width: 479px) {
    footer {
      /* mobile */
      border-top: 1px solid #0BF801; } }
  footer > div {
    position: absolute;
    vertical-align: baseline;
    padding-bottom: 30px; }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      footer > div {
        /* tablet */
        position: relative;
        padding-bottom: 10px; } }
    @media only screen and (max-width: 479px) {
      footer > div {
        /* mobile */
        position: relative;
        padding-bottom: 5px; } }
  footer > div:nth-child(2) {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 20px;
    line-height: 2rem;
    right: 0; }
  footer div#scrollup {
    display: none; }
    @media only screen and (max-width: 479px) {
      footer div#scrollup {
        /* mobile */
        display: block !important;
        top: 0px; }
        footer div#scrollup img {
          height: 40px; } }
  @media only screen and (max-width: 479px) {
    footer {
      /* mobile */
      padding: 15px 0; } }

@media only screen and (max-width: 479px) {
  div#page {
    /* mobile */
    padding-top: 60px; } }

div#page.contact {
  margin: 30px 0 0; }
  @media only screen and (max-width: 479px) {
    div#page.contact {
      /* mobile */
      margin: 0; } }

div#page div.title {
  margin: 30px 0;
  float: left;
  clear: both;
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 68px;
  line-height: 6.8rem; }
  @media only screen and (max-width: 479px) {
    div#page div.title {
      /* mobile */
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 26px;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    div#page div.title {
      /* tablet */
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 48px;
      line-height: 4.8rem; } }
  @media only screen and (min-width: 769px) and (max-width: 1350px) {
    div#page div.title {
      /* desktop */
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 48px;
      line-height: 4.8rem; } }

div#page p {
  font-weight: 200;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  width: 40%;
  float: right;
  margin: 55px 0; }

div#page:after {
  content: "";
  display: table;
  clear: both; }

body#detail #page {
  height: calc(100vh - 170px); }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    body#detail #page {
      /* tablet */
      height: calc(100vh - 130px); } }
  body#detail #page p {
    line-height: 25px;
    line-height: 2.5rem;
    letter-spacing: 0.01em;
    margin-top: 30px; }
  body#detail #page div.title {
    margin: 30px 0 30px 0;
    line-height: 68px;
    line-height: 6.8rem; }
  @media only screen and (max-width: 479px) {
    body#detail #page {
      /* mobile */ }
      body#detail #page p {
        float: none;
        width: 100%;
        margin: 30px 0; }
      body#detail #page div.title {
        float: none;
        margin: 15px 0; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    body#detail #page {
      /* tablet */ }
      body#detail #page p {
        width: 100%;
        margin: 30px 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 23px;
        line-height: 2.3rem; }
      body#detail #page div.title {
        margin: 15px 0;
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 48px;
        line-height: 4.8rem; } }
  @media only screen and (min-width: 769px) and (max-width: 1350px) {
    body#detail #page {
      /* desktop */ }
      body#detail #page p {
        width: 40%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 23px;
        line-height: 2.3rem;
        margin: 0; }
      body#detail #page div.title {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 48px;
        line-height: 4.8rem; } }
  @media only screen and (max-width: 479px) {
    body#detail #page {
      /* mobile */ }
      body#detail #page p {
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 23px;
        line-height: 2.3rem;
        margin: 0;
        margin-bottom: 30px; }
      body#detail #page div.title {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 24px;
        line-height: 2.4rem; } }

body#detail div#banner {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 479px) {
    body#detail div#banner {
      /* mobile */
      height: calc(100vw - 45px);
      margin-bottom: 0; } }
  body#detail div#banner:after {
    content: "";
    display: table;
    clear: both; }

body#detail div.subtext {
  margin: 30px 0 60px 0;
  clear: both;
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 769px) and (max-width: 1350px) {
    body#detail div.subtext {
      /* desktop */
      margin: 0;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 23px;
      line-height: 2.3rem; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    body#detail div.subtext {
      /* tablet */
      width: 100%;
      display: block;
      margin: 10px 0 0 0;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 23px;
      line-height: 2.3rem; }
      body#detail div.subtext > div {
        display: block !important; } }
  @media only screen and (max-width: 479px) {
    body#detail div.subtext {
      /* mobile */
      width: 100%;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      line-height: 1.6rem;
      margin: 15px 0 30px 0; }
      body#detail div.subtext > div {
        display: block;
        width: 100%; }
        body#detail div.subtext > div > div {
          display: block; } }
  @media only screen and (max-width: 479px) {
    body#detail div.subtext > div {
      /* mobile */ } }
  body#detail div.subtext > div:nth-child(1) {
    -webkit-box-flex: .9;
        -ms-flex: .9;
            flex: .9;
    margin: 0 2vw 0 0; }
    @media only screen and (max-width: 479px) {
      body#detail div.subtext > div:nth-child(1) {
        /* mobile */
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        display: block;
        margin-bottom: 5px; } }
  body#detail div.subtext > div:nth-child(2) {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1.1;
        -ms-flex: 1.1;
            flex: 1.1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 479px) {
      body#detail div.subtext > div:nth-child(2) {
        /* mobile */
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        display: block; } }
    body#detail div.subtext > div:nth-child(2) div {
      margin: 0 1vw 0 0;
      width: 33%; }
      @media only screen and (max-width: 479px) {
        body#detail div.subtext > div:nth-child(2) div {
          /* mobile */
          margin-bottom: 5px;
          width: auto; } }

body#detail div.details {
  position: relative; }
  body#detail div.details div.more {
    clear: both;
    padding-top: 3%;
    -o-object-fit: contain;
       object-fit: contain; }
    body#detail div.details div.more img {
      max-width: 100%; }
    body#detail div.details div.more.left {
      text-align: left; }
    body#detail div.details div.more.right {
      text-align: right; }
    body#detail div.details div.more.center {
      text-align: center; }

body#detail footer {
  position: relative;
  clear: both; }

body#contacts {
  /*@include breakpoint('tablet'){
				
				.sub .col { 
					margin: 1% 0 1% 0%;
				}
				.sub .span_1_of_2 {
					width:100%;
				}
		}*/ }
  body#contacts div.contact-column {
    display: inline-block;
    padding: 0;
    height: 100%;
    float: left; }
    body#contacts div.contact-column.one {
      width: 30%; }
  body#contacts label {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 600; }
  body#contacts div.copy {
    font-weight: 400;
    padding: 5px 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    line-height: 2.3rem; }
    body#contacts div.copy a {
      text-decoration: none; }
      body#contacts div.copy a:link {
        color: #111; }
      body#contacts div.copy a:visited {
        color: #111; }
      body#contacts div.copy a:hover {
        color: #0BF801; }
      body#contacts div.copy a:active {
        color: #0BF801; }
  body#contacts div.col {
    margin-bottom: 0; }
  body#contacts div.sub > div {
    margin-right: 0%; }
  @media only screen and (max-width: 479px) {
    body#contacts {
      /* mobile */ }
      body#contacts div.copy {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 23px;
        line-height: 2.3rem; }
      body#contacts label {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 20px;
        line-height: 2rem; }
      body#contacts .col {
        margin: 0% 0 1% 0%; }
      body#contacts .span_1_of_3 {
        width: 100%; }
      body#contacts .span_1_of_2 {
        width: 100%; }
      body#contacts div#map {
        position: absolute;
        float: left;
        z-index: -1; }
      body#contacts div#contactinfo {
        margin-top: calc(100vw - 30px); } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    body#contacts {
      /* tablet */ }
      body#contacts div.copy {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        line-height: 1.8rem; }
      body#contacts label {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 18px;
        line-height: 1.8rem; }
      body#contacts div.sub > div {
        margin-right: 1%; }
      body#contacts .span_1_of_3:nth-child(-n+2) {
        width: 49.2%;
        display: inline-block;
        clear: both; }
      body#contacts .span_1_of_3:nth-child(3) {
        width: 49.2%;
        position: absolute;
        top: 0;
        right: 0; }
      body#contacts .col {
        margin: 0; } }
  @media only screen and (min-width: 769px) and (max-width: 1350px) {
    body#contacts {
      /* desktop */ }
      body#contacts div.copy {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 23px;
        line-height: 2.3rem; }
      body#contacts label {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 23px;
        line-height: 2.3rem; }
      body#contacts div.sub > div {
        margin-right: 2%; }
      body#contacts .span_1_of_2 {
        width: 48%; }
      body#contacts .span_1_of_3:nth-child(-n+2) {
        width: 49.2%;
        display: inline-block;
        clear: both; }
      body#contacts .span_1_of_3:nth-child(3) {
        width: 49.2%;
        position: absolute;
        top: 0;
        right: 0; }
      body#contacts .col {
        margin: 0; }
      body#contacts footer {
        margin-top: 20%; } }
  body#contacts .feature.map {
    width: 100%; }
    body#contacts .feature.map iframe {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 0;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 10+ */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(99%);
      /* Chrome 19+ & Safari 6+ */
      -webkit-backface-visibility: hidden;
      /* Fix for transition flickering */ }
      @media only screen and (max-width: 479px) {
        body#contacts .feature.map iframe {
          /* mobile */
          height: calc(100% - 0px); } }
  body#contacts .feature.map:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* ratio of 1:1*/ }

div img.banner {
  width: 100%;
  height: auto;
  padding-bottom: 30px; }
  div img.banner.half {
    width: 40%;
    float: right; }

body#studio #page {
  width: 100%;
  height: calc(100vh - 170px); }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    body#studio #page {
      /* tablet */
      height: calc(100vh - 130px); } }
  @media only screen and (max-width: 479px) {
    body#studio #page {
      /* mobile */
      height: auto; } }

body#studio p {
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.01em; }

body#studio div#banner {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  background: url(../img/cms/studio1.jpg) no-repeat center center;
  background-size: cover; }
  body#studio div#banner:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 479px) {
    body#studio div#banner {
      /* mobile */
      height: calc(100vw - 45px);
      margin-bottom: 15px; } }

@media only screen and (max-width: 479px) {
  body#studio {
    /* mobile */ }
    body#studio p {
      float: none;
      width: 100%;
      margin: 30px 0; }
    body#studio div.title {
      float: none;
      margin: 15px 0; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  body#studio {
    /* tablet */ }
    body#studio p {
      width: 100%;
      margin: 30px 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 24px;
      line-height: 2.4rem; }
    body#studio div.title {
      margin: 15px 0; } }

@media only screen and (min-width: 769px) and (max-width: 1350px) {
  body#studio {
    /* desktop */ }
    body#studio p {
      width: 50%;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 23px;
      line-height: 2.3rem; }
    body#studio div.title {
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 48px;
      line-height: 4.8rem; } }

@media only screen and (max-width: 479px) {
  body#studio {
    /* mobile */ }
    body#studio p {
      width: 100%;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 23px;
      line-height: 2.3rem;
      margin-top: 30px; }
    body#studio div.title {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 30px;
      line-height: 3rem; } }

body#studio footer {
  clear: both; }
  @media only screen and (max-width: 479px) {
    body#studio footer {
      /* mobile */ } }

body#index:after {
  content: "";
  display: table;
  clear: both; }

body#index footer {
  clear: both; }
  @media only screen and (max-width: 479px) {
    body#index footer {
      /* mobile */
      position: fixed;
      width: calc(100% - 45px);
      bottom: 0;
      padding: 10px 0 15px 0; } }

body#index div#page {
  width: 100%;
  height: 100%;
  height: calc(100vh - 170px); }
  @media only screen and (max-width: 479px) {
    body#index div#page {
      /* mobile */
      height: calc(100vw + 15px); } }
  body#index div#page div#banner {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 30px; }
    body#index div#page div#banner:after {
      content: "";
      display: table;
      clear: both; }
    body#index div#page div#banner div#gradient {
      width: 100%;
      height: 100%;
      position: absolute;
      margin-bottom: 30px;
      z-index: 1;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.65)));
      background-image: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.65)); }
      body#index div#page div#banner div#gradient:after {
        content: "";
        display: table;
        clear: both; }
    body#index div#page div#banner div.title {
      margin: 60px;
      position: absolute;
      bottom: 0;
      z-index: 2;
      color: #fff; }
      @media only screen and (max-width: 479px) {
        body#index div#page div#banner div.title {
          /* mobile */
          font-size: 23px;
          font-size: 2.3rem;
          line-height: 26px;
          line-height: 2.6rem;
          margin: 0;
          margin-top: calc(100vw - 35px);
          color: #111;
          position: relative; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        body#index div#page div#banner div.title {
          /* tablet */
          margin: 30px; } }
      @media only screen and (min-width: 769px) and (max-width: 1350px) {
        body#index div#page div#banner div.title {
          /* desktop */
          margin: 30px; } }
    body#index div#page div#banner div#slides {
      width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      -webkit-transition: background-image .25s linear;
      transition: background-image .25s linear; }

body#news {
  background-color: #E6E6E6; }
  @media only screen and (max-width: 479px) {
    body#news {
      /* mobile */ }
      body#news header {
        background-color: rgba(230, 230, 230, 0.9); }
      body#news nav > ul {
        background-color: rgba(230, 230, 230, 0.9); } }

div#stories div.col-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

div#stories div.colx {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 31.33%;
          flex: 1 0 31.33%;
  margin-right: 3%; }
  div#stories div.colx:nth-child(3n) {
    margin-right: 0%; }
  div#stories div.colx img {
    width: 100%;
    height: auto; }
  div#stories div.colx div.worktitle {
    padding-top: 12px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 30px;
    line-height: 3rem; }
  div#stories div.colx p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    line-height: 2.3rem;
    width: 100%;
    margin-top: 30px; }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  div#stories {
    /* tablet */ }
    div#stories p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 18px;
      line-height: 1.8rem;
      margin-top: 30px; }
    div#stories div.worktitle {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 26px;
      line-height: 2.6rem; }
    div#stories div.colx {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 48.5%;
              flex: 1 0 48.5%; }
      div#stories div.colx:nth-child(3n) {
        margin-right: 3%; }
      div#stories div.colx:nth-child(2n) {
        margin-right: 0%; } }

@media only screen and (min-width: 769px) and (max-width: 1350px) {
  div#stories {
    /* desktop */ }
    div#stories p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 27px;
      line-height: 2.7rem;
      margin-top: 30px; }
    div#stories div.worktitle {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 36px;
      line-height: 3.6rem; } }

@media only screen and (max-width: 479px) {
  div#stories {
    /* mobile */ }
    div#stories div.worktitle {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 24px;
      line-height: 2.4rem; }
    div#stories p {
      width: 100%;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 20px;
      line-height: 2rem; }
    div#stories div.colx {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
      div#stories div.colx:nth-child(3n) {
        margin-right: 0%; }
      div#stories div.colx:nth-child(2n) {
        margin-right: 0%; } }

div#grid a {
  text-decoration: none; }
  div#grid a:link {
    color: #111; }
  div#grid a:visited {
    color: #111; }
  div#grid a:hover {
    color: #111; }
  div#grid a:active {
    color: #111; }

div#grid div.col {
  height: 100%;
  padding-bottom: 35%;
  position: relative; }
  div#grid div.col div.worktitle {
    position: absolute;
    bottom: -54px;
    bottom: -60px;
    display: inline;
    height: 48px;
    font-size: 48px;
    font-size: 4.8rem;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 42px;
    line-height: 4.2rem;
    line-height: 45px;
    line-height: 4.5rem; }
  div#grid div.col div.grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center !important;
    background-size: cover !important; }
  @media only screen and (min-width: 769px) and (max-width: 1350px) {
    div#grid div.col {
      /* desktop */ }
      div#grid div.col div.worktitle {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 25px;
        line-height: 2.5rem;
        height: 36px;
        bottom: -45px; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    div#grid div.col {
      /* tablet */ }
      div#grid div.col div.worktitle {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 17px;
        line-height: 1.7rem;
        bottom: -30px;
        height: 20px; } }
  @media only screen and (max-width: 479px) {
    div#grid div.col {
      /* mobile */ }
      div#grid div.col div.worktitle {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 26px;
        line-height: 2.6rem;
        height: 0;
        bottom: -20px; }
      div#grid div.col .span_1_of_3 {
        width: 100%; }
      div#grid div.col .span_2_of_3 {
        width: 100%; } }
  @media only screen and (max-width: 320px) {
    div#grid div.col div.worktitle {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 20px;
      line-height: 2rem; } }

@media only screen and (max-width: 479px) {
  div#grid {
    /* mobile */ }
    div#grid div.col {
      padding-bottom: 100%;
      margin-bottom: 35%; }
    div#grid .col {
      margin: 0% 0 1% 0%; } }

@media only screen and (max-width: 320px) {
  div#grid div.col {
    margin-bottom: 25%; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.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:
 * https://www.drupal.org/node/897638
 */
.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 (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            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; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
