/*!
 *
 * styles.css | www.ofcreative.co.uk
 *
 * The main styles for the site
 *
 * This CSS file is used to style a site that is copyrighted. Using any of this
 * code in a way that infringes copyright of the site's design is prohibited.
 *
 */
/** Reset */
body {
  margin: 0px; }

img {
  border: none; }

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

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

body,
form {
  margin: 0; }

button,
input[type="submit"],
input[type="image"],
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px; }

button,
input[type="submit"],
label {
  cursor: pointer; }

button,
input[type="submit"],
input[type="image"] {
  border: none; }

sup {
  font-size: 0.83em;
  vertical-align: super;
  line-height: 0; }

/** Links */
a {
  color: #58595b;
  text-decoration: none;
  transition: color background-color 0.15s ease-in;
  /*transition-property: color; 
  transition-duration: 0.15s, 0.15s; 
  transition-timing-function: linear, ease-in;*/ }

/** Headings */
h1,
h2,
h3 {
  margin: 0;
  font-family: VAGRoundedLTCom-Bold;
  font-weight: normal;
  font-style: normal; }

h1,
h2 {
  font-family: VAGRoundedLTCom-Light !important;
  font-weight: normal !important;
  font-style: normal !important; }

h1,
body#home h2 {
  color: #ee5a31 !important; }

body#privacy-policy h1,
body#terms-and-conditions h1,
body#sitemap h1 {
  color: white !important; }

/* Core */
body {
  line-height: 1.3;
  overflow: auto; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /** Not sure why you need this for overall smooth scrolling */ }

header,
footer,
main,
nav,
div,
li,
input,
textarea,
p,
td,
tr,
button {
  font-size: 16px;
  color: #58595b;
  font-family: VAGRoundedLTCom-Light;
  font-weight: normal;
  font-style: normal; }

main,
footer {
  clear: both; }

iframe {
  width: 100%; }

strong,
b {
  font-family: VAGRoundedLTCom-Bold;
  font-weight: normal;
  font-style: normal; }

* a {
  outline: none; }

div.notice {
  border-radius: 5px;
  background-color: #feffe0;
  padding: 8px 10px 8px 10px;
  border: 1px solid #d7d8be;
  font-weight: normal;
  color: #979961;
  text-shadow: 0px 1px 1px #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px; }

div.notice > a {
  color: #979961;
  text-decoration: underline; }

div.success {
  border-radius: 5px;
  text-shadow: 0px 1px 1px #FFFFFF;
  padding: 8px 10px 8px 10px;
  border: 1px solid #3e731e !important;
  font-weight: normal;
  color: #3e731e;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f2ffd7; }

div.success > a {
  color: #3e731e;
  text-decoration: underline; }

div.error {
  border-radius: 5px;
  text-shadow: 0px 1px 1px #FFFFFF;
  padding: 8px 10px 8px 10px;
  border: 1px solid #d84c4c;
  font-weight: normal;
  color: #870707;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffc4c4; }

div.error > a {
  color: #870707;
  text-decoration: underline; }

div.notice:before,
div.error:before,
div.success:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

div.notice:before {
  content: "\f101 \00a0"; }

div.success:before {
  content: "\f126 \00a0"; }

div.error:before {
  content: "\f217 \00a0"; }

div.notice > a:hover {
  color: #111111; }

div.tx-form-honey {
  display: none; }

* {
  -webkit-tap-highlight-color: transparent; }

.end {
  clear: both;
  height: 0;
  display: block;
  margin: 0; }

div.dummy-header {
  height: 205px; }
  @media only screen and (max-width: 639px) {
    div.dummy-header {
      height: 105px; } }

header.sticky {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2); }

header {
  padding: 70px;
  position: relative;
  background-color: #FFFFFF;
  height: 205px;
  box-sizing: border-box;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  @media only screen and (max-width: 639px) {
    header {
      padding: 20px;
      height: auto; } }
  header a.logo {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 70px;
    display: block;
    box-sizing: border-box; }
    @media only screen and (max-width: 1100px) {
      header a.logo {
        width: 150px; } }
    @media only screen and (max-width: 639px) {
      header a.logo {
        left: 20px; } }
    header a.logo img {
      max-width: 100%;
      max-height: 100%;
      min-width: 50px;
      min-height: 36px;
      height: inherit !important;
      vertical-align: middle; }
  header div.header-social {
    position: absolute;
    right: 120px;
    top: 50%;
    margin-top: -11px;
    width: 70px;
    text-align: right; }
    @media only screen and (max-width: 639px) {
      header div.header-social {
        right: 60px;
        margin-top: -12px; } }
    header div.header-social a {
      color: #ee5a31;
      font-size: 20px; }
      header div.header-social a:hover {
        color: #58595b; }
  header a.menu {
    width: 50px;
    height: 45px;
    position: absolute;
    right: 57px;
    top: 50%;
    position: absolute;
    margin-top: -18px;
    z-index: 950;
    transform: scale(0.5); }
    @media only screen and (max-width: 639px) {
      header a.menu {
        margin-top: -20px;
        right: 5px; } }
    header a.menu span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #ee5a31;
      border-radius: 4px;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
    header a.menu span:nth-child(1) {
      top: 0px; }
    header a.menu span:nth-child(2),
    header a.menu span:nth-child(3) {
      top: 18px; }
    header a.menu span:nth-child(4) {
      top: 36px;
      display: none; }
  @media only screen and (max-width: 639px) {
    header a.menu.open span {
      background: #FFFFFF; } }
  header a.menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  header a.menu.open span:nth-child(2) {
    transform: rotate(45deg);
    top: 9px; }
  header a.menu.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px; }
  header a.menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

header img {
  transition: visibility;
  opacity: 1; }

header.open {
  box-shadow: none;
  background: none;
  left: auto;
  right: 0;
  width: 100px; }
  header.open a.logo img {
    visibility: hidden !important;
    opacity: 0; }

div.social {
  padding-bottom: 15px;
  margin-top: -15px; }
  div.social a {
    text-decoration: none !important;
    font-size: 30px;
    color: #FFFFFF;
    transition: 0.5 all;
    transform: scale(1); }
  div.social a:hover {
    transform: scale(1.3); }
  div.social span {
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    margin-right: 10px;
    margin-left: 10px;
    transform: scaleX(0.2);
    position: relative;
    top: -8px; }

body > nav {
  z-index: 900;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  visibility: hidden;
  transition: .5s ease-in-out;
  transform: scale(1.2);
  opacity: 0;
  overflow-y: scroll; }
  body > nav > div {
    position: absolute;
    top: 0;
    min-height: 100%;
    overflow: auto;
    display: flex;
    align-items: center; }
    body > nav > div > div {
      /*height: 520px;
      position: absolute;
      top: 50%;
      margin-top: -260px;*/
      box-sizing: content-box;
      padding-top: 120px;
      padding-bottom: 120px;
      height: 550px; }
      @media only screen and (max-width: 1100px) {
        body > nav > div > div {
          height: 400px; } }
  body > nav div.main {
    width: 60%;
    left: 0;
    background-color: #ee5a31; }
    @media only screen and (max-width: 1100px) {
      body > nav div.main {
        width: 50%; } }
    @media only screen and (max-width: 639px) {
      body > nav div.main {
        width: 100%; } }
    body > nav div.main > div {
      padding-right: 55px;
      text-align: right;
      width: 100%; }
      @media only screen and (max-width: 639px) {
        body > nav div.main > div {
          position: static;
          height: auto;
          margin-top: 0;
          vertical-align: middle;
          max-height: 100%;
          box-sizing: border-box;
          padding-top: 85px;
          padding-right: 75px; } }
      body > nav div.main > div nav a {
        color: #FFFFFF;
        font-size: 40px;
        line-height: 1.8;
        display: block;
        text-align: right; }
        @media only screen and (max-width: 1100px) {
          body > nav div.main > div nav a {
            font-size: 26px; } }
      body > nav div.main > div nav a:hover,
      body > nav div.main > div nav a.active {
        color: #FFFFFF;
        font-family: VAGRoundedLTCom-Bold;
        font-weight: normal;
        font-style: normal; }
      body > nav div.main > div div.hr {
        display: none; }
        @media only screen and (max-width: 1100px) {
          body > nav div.main > div div.hr {
            width: 50px;
            height: 0;
            border-bottom: 1px solid #FFFFFF;
            display: inline-block;
            padding-top: 10px; } }
      body > nav div.main > div div.social {
        padding-top: 25px;
        margin-top: 5px; }
      body > nav div.main > div div.phone {
        font-family: VAGRoundedLTCom-Bold;
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        color: #FFFFFF;
        text-align: right;
        padding-top: 20px; }
        body > nav div.main > div div.phone a {
          color: #FFFFFF; }
      body > nav div.main > div > a {
        color: #FFFFFF;
        font-size: 14px;
        display: block;
        text-align: right; }
      body > nav div.main > div > a:hover {
        text-decoration: underline; }
  body > nav div.sub {
    width: 40%;
    right: 0;
    box-sizing: border-box;
    padding-right: 100px; }
    @media only screen and (max-width: 1100px) {
      body > nav div.sub {
        width: 50%; } }
    @media only screen and (max-width: 639px) {
      body > nav div.sub {
        display: none; } }
    body > nav div.sub > div {
      line-height: 2;
      padding-left: 55px; }
      body > nav div.sub > div div {
        font-family: 'PerpetuaMTStd', serif;
        font-size: 20px;
        color: #ee5a31;
        padding-top: 18px;
        margin-bottom: 25px;
        max-width: 300px; }
        @media only screen and (max-width: 1100px) {
          body > nav div.sub > div div {
            padding-top: 0; } }
      body > nav div.sub > div a {
        max-width: 300px;
        font-family: 'PerpetuaMTStd', serif;
        color: #ee5a31;
        font-size: 20px;
        display: block;
        padding-bottom: 19px;
        margin-bottom: 19px;
        position: relative; }
        @media only screen and (max-width: 1100px) {
          body > nav div.sub > div a {
            padding-bottom: 14px;
            margin-bottom: 15px; } }
        body > nav div.sub > div a span {
          width: 45px;
          height: 0;
          border-top: 1px solid #ee5a31;
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          transition: .5s ease-in-out; }
      body > nav div.sub > div a:hover {
        color: #58595b; }
        body > nav div.sub > div a:hover span {
          width: 100%;
          border-top-color: #58595b; }

.lt-ie10 body > nav > div {
  display: block; }

body > nav.open {
  visibility: visible;
  transform: scale(1);
  opacity: 1; }

main {
  padding: 0 70px 0 70px; }

footer {
  padding: 70px;
  top: 70px;
  padding-bottom: 140px;
  background-color: #ee5a31;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  display: none; }
  @media only screen and (max-width: 639px) {
    footer {
      font-size: 16px; } }
  footer span.intro {
    font-size: 24px;
    font-family: 'PerpetuaMTStd', serif; }
  footer span.talk {
    font-size: 50px; }
    @media only screen and (max-width: 639px) {
      footer span.talk {
        font-size: 30px; } }
  @media only screen and (max-width: 1100px) {
    footer {
      padding-left: 20px;
      padding-right: 20px; } }
  footer a {
    color: #FFFFFF;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer a.button {
    display: block;
    font-size: 20px;
    width: 290px;
    margin: 60px auto 60px auto;
    border: 1px solid #FFFFFF;
    padding: 20px 0 20px 0;
    text-align: center; }
    @media only screen and (max-width: 639px) {
      footer a.button {
        font-size: 16px;
        padding: 15px;
        width: 250px; } }
    footer a.button:hover {
      text-decoration: none;
      color: #ee5a31;
      background-color: #FFFFFF; }
    footer a.button span {
      font-size: 30px;
      display: inline-block;
      vertical-align: middle;
      padding-left: 10px;
      transform: scaleX(0.5);
      transition: padding-left 0.5s ease; }
  footer a.button:hover span {
    padding-left: 30px; }
  footer span.text {
    font-family: 'PerpetuaMTStd', serif; }
  footer span.phone {
    font-family: VAGRoundedLTCom-Bold;
    font-weight: normal;
    font-style: normal; }

@media only screen and (max-width: 1100px) {
  /** This causes a bug in webkit that prevent scrollTop animating */
  /*html,
  body { overflow-x: hidden; }*/
  div.table-container {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

  table {
    overflow: auto;
    width: 100%; }

  img {
    max-width: 100%; }

  main > div {
    width: auto;
    margin: 0; } }
div.listing a.image {
  display: block;
  overflow: hidden;
  position: relative; }
div.listing > div span {
  opacity: 0; }

body.not-touch div.listing a.image {
  display: block;
  overflow: hidden;
  position: relative; }
body.not-touch div.listing > div {
  line-height: 0.5; }
  body.not-touch div.listing > div img {
    opacity: 1; }
  body.not-touch div.listing > div span {
    z-index: 500;
    opacity: 0;
    position: absolute;
    font-size: 40px;
    background-color: #ee5a31;
    color: #FFFFFF;
    left: 0;
    right: 0 !important;
    top: 0;
    bottom: 0 !important;
    line-height: 1.2; }
    body.not-touch div.listing > div span strong {
      position: absolute;
      display: block;
      left: 20px;
      right: 20px;
      bottom: 20px;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: VAGRoundedLTCom-Light;
      font-weight: normal;
      font-style: normal; }
      @media only screen and (max-width: 639px) {
        body.not-touch div.listing > div span strong {
          font-size: 24px; } }
body.not-touch div.listing > div:hover img {
  transition: transform 1.6s ease, opacity 1.6s ease; }
body.not-touch div.listing > div:hover span {
  opacity: 1; }

div.related h2 {
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 15px; }
div.related > div > div {
  width: 190px;
  padding-bottom: 40px;
  float: left;
  margin-right: 24px; }
  div.related > div > div img {
    width: 100%; }
  div.related > div > div span {
    font-size: 60px !important;
    bottom: 10px !important;
    right: 10px !important; }
    div.related > div > div span strong {
      display: block;
      text-align: center !important;
      font-size: 30px;
      bottom: 25px !important;
      color: #FFFFFF !important;
      font-family: VAGRoundedLTCom-Light !important; }
div.related > div > div:nth-child(2) {
  margin-right: 0; }
div.related a {
  display: block;
  padding-top: 10px;
  font-family: VAGRoundedLTCom-Light !important; }
div.related a:first-of-type {
  height: 100px; }

div.related.after {
  display: none; }
  @media only screen and (max-width: 1100px) {
    div.related.after {
      display: block; } }

@media only screen and (max-width: 1100px) {
  div.related.before {
    display: none; } }

body#error main {
  padding: 0 20px 0 20px; }

@media only screen and (max-width: 1100px) {
  div.adjust-to-scroll {
    padding-top: 0 !important; } }

.no-backgroundsize a.social {
  background: none; }

.no-backgroundsize a.social:hover img {
  opacity: 1; }

body#sitemap,
body#terms-and-conditions,
body#privacy-policy {
  background: #ee5a31 url("/img/gui/generic-bg.gif") repeat left top; }
  body#sitemap main,
  body#terms-and-conditions main,
  body#privacy-policy main {
    padding: 70px;
    max-width: 415px; }
    @media only screen and (max-width: 1100px) {
      body#sitemap main,
      body#terms-and-conditions main,
      body#privacy-policy main {
        padding-top: 20px; } }
    body#sitemap main *,
    body#terms-and-conditions main *,
    body#privacy-policy main * {
      color: #FFFFFF; }
    body#sitemap main a:hover,
    body#terms-and-conditions main a:hover,
    body#privacy-policy main a:hover {
      text-decoration: underline; }
  body#sitemap footer,
  body#terms-and-conditions footer,
  body#privacy-policy footer {
    top: 0;
    background-color: transparent; }

/*! 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("/fonts/foundation-icons.eot");
  src: url("/fonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/foundation-icons.woff") format("woff"), url("/fonts/foundation-icons.ttf") format("truetype"), url("/fonts/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }
.fi-address-book:before, .fi-alert:before, .fi-align-center:before, .fi-align-justify:before, .fi-align-left:before, .fi-align-right:before, .fi-anchor:before, .fi-annotate:before, .fi-archive:before, .fi-arrow-down:before, .fi-arrow-left:before, .fi-arrow-right:before, .fi-arrow-up:before, .fi-arrows-compress:before, .fi-arrows-expand:before, .fi-arrows-in:before, .fi-arrows-out:before, .fi-asl:before, .fi-asterisk:before, .fi-at-sign:before, .fi-background-color:before, .fi-battery-empty:before, .fi-battery-full:before, .fi-battery-half:before, .fi-bitcoin-circle:before, .fi-bitcoin:before, .fi-blind:before, .fi-bluetooth:before, .fi-bold:before, .fi-book-bookmark:before, .fi-book:before, .fi-bookmark:before, .fi-braille:before, .fi-burst-new:before, .fi-burst-sale:before, .fi-burst:before, .fi-calendar:before, .fi-camera:before, .fi-check:before, .fi-checkbox:before, .fi-clipboard-notes:before, .fi-clipboard-pencil:before, .fi-clipboard:before, .fi-clock:before, .fi-closed-caption:before, .fi-cloud:before, .fi-comment-minus:before, .fi-comment-quotes:before, .fi-comment-video:before, .fi-comment:before, .fi-comments:before, .fi-compass:before, .fi-contrast:before, .fi-credit-card:before, .fi-crop:before, .fi-crown:before, .fi-css3:before, .fi-database:before, .fi-die-five:before, .fi-die-four:before, .fi-die-one:before, .fi-die-six:before, .fi-die-three:before, .fi-die-two:before, .fi-dislike:before, .fi-dollar-bill:before, .fi-dollar:before, .fi-download:before, .fi-eject:before, .fi-elevator:before, .fi-euro:before, .fi-eye:before, .fi-fast-forward:before, .fi-female-symbol:before, .fi-female:before, .fi-filter:before, .fi-first-aid:before, .fi-flag:before, .fi-folder-add:before, .fi-folder-lock:before, .fi-folder:before, .fi-foot:before, .fi-foundation:before, .fi-graph-bar:before, .fi-graph-horizontal:before, .fi-graph-pie:before, .fi-graph-trend:before, .fi-guide-dog:before, .fi-hearing-aid:before, .fi-heart:before, .fi-home:before, .fi-html5:before, .fi-indent-less:before, .fi-indent-more:before, .fi-info:before, .fi-italic:before, .fi-key:before, .fi-laptop:before, .fi-layout:before, .fi-lightbulb:before, .fi-like:before, .fi-link:before, .fi-list-bullet:before, .fi-list-number:before, .fi-list-thumbnails:before, .fi-list:before, .fi-lock:before, .fi-loop:before, .fi-magnifying-glass:before, .fi-mail:before, .fi-male-female:before, .fi-male-symbol:before, .fi-male:before, .fi-map:before, .fi-marker:before, .fi-megaphone:before, .fi-microphone:before, .fi-minus-circle:before, .fi-minus:before, .fi-mobile-signal:before, .fi-mobile:before, .fi-monitor:before, .fi-mountains:before, .fi-music:before, .fi-next:before, .fi-no-dogs:before, .fi-no-smoking:before, .fi-page-add:before, .fi-page-copy:before, .fi-page-csv:before, .fi-page-delete:before, .fi-page-doc:before, .fi-page-edit:before, .fi-page-export-csv:before, .fi-page-export-doc:before, .fi-page-export-pdf:before, .fi-page-export:before, .fi-page-filled:before, .fi-page-multiple:before, .fi-page-pdf:before, .fi-page-remove:before, .fi-page-search:before, .fi-page:before, .fi-paint-bucket:before, .fi-paperclip:before, .fi-pause:before, .fi-paw:before, .fi-paypal:before, .fi-pencil:before, .fi-photo:before, .fi-play-circle:before, .fi-play-video:before, .fi-play:before, .fi-plus:before, .fi-pound:before, .fi-power:before, .fi-previous:before, .fi-price-tag:before, .fi-pricetag-multiple:before, .fi-print:before, .fi-prohibited:before, .fi-projection-screen:before, .fi-puzzle:before, .fi-quote:before, .fi-record:before, .fi-refresh:before, .fi-results-demographics:before, .fi-results:before, .fi-rewind-ten:before, .fi-rewind:before, .fi-rss:before, .fi-safety-cone:before, .fi-save:before, .fi-share:before, .fi-sheriff-badge:before, .fi-shield:before, .fi-shopping-bag:before, .fi-shopping-cart:before, .fi-shuffle:before, .fi-skull:before, .fi-social-500px:before, .fi-social-adobe:before, .fi-social-amazon:before, .fi-social-android:before, .fi-social-apple:before, .fi-social-behance:before, .fi-social-bing:before, .fi-social-blogger:before, .fi-social-delicious:before, .fi-social-designer-news:before, .fi-social-deviant-art:before, .fi-social-digg:before, .fi-social-dribbble:before, .fi-social-drive:before, .fi-social-dropbox:before, .fi-social-evernote:before, .fi-social-facebook:before, .fi-social-flickr:before, .fi-social-forrst:before, .fi-social-foursquare:before, .fi-social-game-center:before, .fi-social-github:before, .fi-social-google-plus:before, .fi-social-hacker-news:before, .fi-social-hi5:before, .fi-social-instagram:before, .fi-social-joomla:before, .fi-social-lastfm:before, .fi-social-linkedin:before, .fi-social-medium:before, .fi-social-myspace:before, .fi-social-orkut:before, .fi-social-path:before, .fi-social-picasa:before, .fi-social-pinterest:before, .fi-social-rdio:before, .fi-social-reddit:before, .fi-social-skillshare:before, .fi-social-skype:before, .fi-social-smashing-mag:before, .fi-social-snapchat:before, .fi-social-spotify:before, .fi-social-squidoo:before, .fi-social-stack-overflow:before, .fi-social-steam:before, .fi-social-stumbleupon:before, .fi-social-treehouse:before, .fi-social-tumblr:before, .fi-social-twitter:before, .fi-social-vimeo:before, .fi-social-windows:before, .fi-social-xbox:before, .fi-social-yahoo:before, .fi-social-yelp:before, .fi-social-youtube:before, .fi-social-zerply:before, .fi-social-zurb:before, .fi-sound:before, .fi-star:before, .fi-stop:before, .fi-strikethrough:before, .fi-subscript:before, .fi-superscript:before, .fi-tablet-landscape:before, .fi-tablet-portrait:before, .fi-target-two:before, .fi-target:before, .fi-telephone-accessible:before, .fi-telephone:before, .fi-text-color:before, .fi-thumbnails:before, .fi-ticket:before, .fi-torso-business:before, .fi-torso-female:before, .fi-torso:before, .fi-torsos-all-female:before, .fi-torsos-all:before, .fi-torsos-female-male:before, .fi-torsos-male-female:before, .fi-torsos:before, .fi-trash:before, .fi-trees:before, .fi-trophy:before, .fi-underline:before, .fi-universal-access:before, .fi-unlink:before, .fi-unlock:before, .fi-upload-cloud:before, .fi-upload:before, .fi-usb:before, .fi-video:before, .fi-volume-none:before, .fi-volume-strike:before, .fi-volume:before, .fi-web:before, .fi-wheelchair:before, .fi-widget:before, .fi-wrench:before, .fi-x-circle:before, .fi-x:before, .fi-yen:before, .fi-zoom-in:before, .fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.fi-address-book:before {
  content: "\f100"; }

.fi-alert:before {
  content: "\f101"; }

.fi-align-center:before {
  content: "\f102"; }

.fi-align-justify:before {
  content: "\f103"; }

.fi-align-left:before {
  content: "\f104"; }

.fi-align-right:before {
  content: "\f105"; }

.fi-anchor:before {
  content: "\f106"; }

.fi-annotate:before {
  content: "\f107"; }

.fi-archive:before {
  content: "\f108"; }

.fi-arrow-down:before {
  content: "\f109"; }

.fi-arrow-left:before {
  content: "\f10a"; }

.fi-arrow-right:before {
  content: "\f10b"; }

.fi-arrow-up:before {
  content: "\f10c"; }

.fi-arrows-compress:before {
  content: "\f10d"; }

.fi-arrows-expand:before {
  content: "\f10e"; }

.fi-arrows-in:before {
  content: "\f10f"; }

.fi-arrows-out:before {
  content: "\f110"; }

.fi-asl:before {
  content: "\f111"; }

.fi-asterisk:before {
  content: "\f112"; }

.fi-at-sign:before {
  content: "\f113"; }

.fi-background-color:before {
  content: "\f114"; }

.fi-battery-empty:before {
  content: "\f115"; }

.fi-battery-full:before {
  content: "\f116"; }

.fi-battery-half:before {
  content: "\f117"; }

.fi-bitcoin-circle:before {
  content: "\f118"; }

.fi-bitcoin:before {
  content: "\f119"; }

.fi-blind:before {
  content: "\f11a"; }

.fi-bluetooth:before {
  content: "\f11b"; }

.fi-bold:before {
  content: "\f11c"; }

.fi-book-bookmark:before {
  content: "\f11d"; }

.fi-book:before {
  content: "\f11e"; }

.fi-bookmark:before {
  content: "\f11f"; }

.fi-braille:before {
  content: "\f120"; }

.fi-burst-new:before {
  content: "\f121"; }

.fi-burst-sale:before {
  content: "\f122"; }

.fi-burst:before {
  content: "\f123"; }

.fi-calendar:before {
  content: "\f124"; }

.fi-camera:before {
  content: "\f125"; }

.fi-check:before {
  content: "\f126"; }

.fi-checkbox:before {
  content: "\f127"; }

.fi-clipboard-notes:before {
  content: "\f128"; }

.fi-clipboard-pencil:before {
  content: "\f129"; }

.fi-clipboard:before {
  content: "\f12a"; }

.fi-clock:before {
  content: "\f12b"; }

.fi-closed-caption:before {
  content: "\f12c"; }

.fi-cloud:before {
  content: "\f12d"; }

.fi-comment-minus:before {
  content: "\f12e"; }

.fi-comment-quotes:before {
  content: "\f12f"; }

.fi-comment-video:before {
  content: "\f130"; }

.fi-comment:before {
  content: "\f131"; }

.fi-comments:before {
  content: "\f132"; }

.fi-compass:before {
  content: "\f133"; }

.fi-contrast:before {
  content: "\f134"; }

.fi-credit-card:before {
  content: "\f135"; }

.fi-crop:before {
  content: "\f136"; }

.fi-crown:before {
  content: "\f137"; }

.fi-css3:before {
  content: "\f138"; }

.fi-database:before {
  content: "\f139"; }

.fi-die-five:before {
  content: "\f13a"; }

.fi-die-four:before {
  content: "\f13b"; }

.fi-die-one:before {
  content: "\f13c"; }

.fi-die-six:before {
  content: "\f13d"; }

.fi-die-three:before {
  content: "\f13e"; }

.fi-die-two:before {
  content: "\f13f"; }

.fi-dislike:before {
  content: "\f140"; }

.fi-dollar-bill:before {
  content: "\f141"; }

.fi-dollar:before {
  content: "\f142"; }

.fi-download:before {
  content: "\f143"; }

.fi-eject:before {
  content: "\f144"; }

.fi-elevator:before {
  content: "\f145"; }

.fi-euro:before {
  content: "\f146"; }

.fi-eye:before {
  content: "\f147"; }

.fi-fast-forward:before {
  content: "\f148"; }

.fi-female-symbol:before {
  content: "\f149"; }

.fi-female:before {
  content: "\f14a"; }

.fi-filter:before {
  content: "\f14b"; }

.fi-first-aid:before {
  content: "\f14c"; }

.fi-flag:before {
  content: "\f14d"; }

.fi-folder-add:before {
  content: "\f14e"; }

.fi-folder-lock:before {
  content: "\f14f"; }

.fi-folder:before {
  content: "\f150"; }

.fi-foot:before {
  content: "\f151"; }

.fi-foundation:before {
  content: "\f152"; }

.fi-graph-bar:before {
  content: "\f153"; }

.fi-graph-horizontal:before {
  content: "\f154"; }

.fi-graph-pie:before {
  content: "\f155"; }

.fi-graph-trend:before {
  content: "\f156"; }

.fi-guide-dog:before {
  content: "\f157"; }

.fi-hearing-aid:before {
  content: "\f158"; }

.fi-heart:before {
  content: "\f159"; }

.fi-home:before {
  content: "\f15a"; }

.fi-html5:before {
  content: "\f15b"; }

.fi-indent-less:before {
  content: "\f15c"; }

.fi-indent-more:before {
  content: "\f15d"; }

.fi-info:before {
  content: "\f15e"; }

.fi-italic:before {
  content: "\f15f"; }

.fi-key:before {
  content: "\f160"; }

.fi-laptop:before {
  content: "\f161"; }

.fi-layout:before {
  content: "\f162"; }

.fi-lightbulb:before {
  content: "\f163"; }

.fi-like:before {
  content: "\f164"; }

.fi-link:before {
  content: "\f165"; }

.fi-list-bullet:before {
  content: "\f166"; }

.fi-list-number:before {
  content: "\f167"; }

.fi-list-thumbnails:before {
  content: "\f168"; }

.fi-list:before {
  content: "\f169"; }

.fi-lock:before {
  content: "\f16a"; }

.fi-loop:before {
  content: "\f16b"; }

.fi-magnifying-glass:before {
  content: "\f16c"; }

.fi-mail:before {
  content: "\f16d"; }

.fi-male-female:before {
  content: "\f16e"; }

.fi-male-symbol:before {
  content: "\f16f"; }

.fi-male:before {
  content: "\f170"; }

.fi-map:before {
  content: "\f171"; }

.fi-marker:before {
  content: "\f172"; }

.fi-megaphone:before {
  content: "\f173"; }

.fi-microphone:before {
  content: "\f174"; }

.fi-minus-circle:before {
  content: "\f175"; }

.fi-minus:before {
  content: "\f176"; }

.fi-mobile-signal:before {
  content: "\f177"; }

.fi-mobile:before {
  content: "\f178"; }

.fi-monitor:before {
  content: "\f179"; }

.fi-mountains:before {
  content: "\f17a"; }

.fi-music:before {
  content: "\f17b"; }

.fi-next:before {
  content: "\f17c"; }

.fi-no-dogs:before {
  content: "\f17d"; }

.fi-no-smoking:before {
  content: "\f17e"; }

.fi-page-add:before {
  content: "\f17f"; }

.fi-page-copy:before {
  content: "\f180"; }

.fi-page-csv:before {
  content: "\f181"; }

.fi-page-delete:before {
  content: "\f182"; }

.fi-page-doc:before {
  content: "\f183"; }

.fi-page-edit:before {
  content: "\f184"; }

.fi-page-export-csv:before {
  content: "\f185"; }

.fi-page-export-doc:before {
  content: "\f186"; }

.fi-page-export-pdf:before {
  content: "\f187"; }

.fi-page-export:before {
  content: "\f188"; }

.fi-page-filled:before {
  content: "\f189"; }

.fi-page-multiple:before {
  content: "\f18a"; }

.fi-page-pdf:before {
  content: "\f18b"; }

.fi-page-remove:before {
  content: "\f18c"; }

.fi-page-search:before {
  content: "\f18d"; }

.fi-page:before {
  content: "\f18e"; }

.fi-paint-bucket:before {
  content: "\f18f"; }

.fi-paperclip:before {
  content: "\f190"; }

.fi-pause:before {
  content: "\f191"; }

.fi-paw:before {
  content: "\f192"; }

.fi-paypal:before {
  content: "\f193"; }

.fi-pencil:before {
  content: "\f194"; }

.fi-photo:before {
  content: "\f195"; }

.fi-play-circle:before {
  content: "\f196"; }

.fi-play-video:before {
  content: "\f197"; }

.fi-play:before {
  content: "\f198"; }

.fi-plus:before {
  content: "\f199"; }

.fi-pound:before {
  content: "\f19a"; }

.fi-power:before {
  content: "\f19b"; }

.fi-previous:before {
  content: "\f19c"; }

.fi-price-tag:before {
  content: "\f19d"; }

.fi-pricetag-multiple:before {
  content: "\f19e"; }

.fi-print:before {
  content: "\f19f"; }

.fi-prohibited:before {
  content: "\f1a0"; }

.fi-projection-screen:before {
  content: "\f1a1"; }

.fi-puzzle:before {
  content: "\f1a2"; }

.fi-quote:before {
  content: "\f1a3"; }

.fi-record:before {
  content: "\f1a4"; }

.fi-refresh:before {
  content: "\f1a5"; }

.fi-results-demographics:before {
  content: "\f1a6"; }

.fi-results:before {
  content: "\f1a7"; }

.fi-rewind-ten:before {
  content: "\f1a8"; }

.fi-rewind:before {
  content: "\f1a9"; }

.fi-rss:before {
  content: "\f1aa"; }

.fi-safety-cone:before {
  content: "\f1ab"; }

.fi-save:before {
  content: "\f1ac"; }

.fi-share:before {
  content: "\f1ad"; }

.fi-sheriff-badge:before {
  content: "\f1ae"; }

.fi-shield:before {
  content: "\f1af"; }

.fi-shopping-bag:before {
  content: "\f1b0"; }

.fi-shopping-cart:before {
  content: "\f1b1"; }

.fi-shuffle:before {
  content: "\f1b2"; }

.fi-skull:before {
  content: "\f1b3"; }

.fi-social-500px:before {
  content: "\f1b4"; }

.fi-social-adobe:before {
  content: "\f1b5"; }

.fi-social-amazon:before {
  content: "\f1b6"; }

.fi-social-android:before {
  content: "\f1b7"; }

.fi-social-apple:before {
  content: "\f1b8"; }

.fi-social-behance:before {
  content: "\f1b9"; }

.fi-social-bing:before {
  content: "\f1ba"; }

.fi-social-blogger:before {
  content: "\f1bb"; }

.fi-social-delicious:before {
  content: "\f1bc"; }

.fi-social-designer-news:before {
  content: "\f1bd"; }

.fi-social-deviant-art:before {
  content: "\f1be"; }

.fi-social-digg:before {
  content: "\f1bf"; }

.fi-social-dribbble:before {
  content: "\f1c0"; }

.fi-social-drive:before {
  content: "\f1c1"; }

.fi-social-dropbox:before {
  content: "\f1c2"; }

.fi-social-evernote:before {
  content: "\f1c3"; }

.fi-social-facebook:before {
  content: "\f1c4"; }

.fi-social-flickr:before {
  content: "\f1c5"; }

.fi-social-forrst:before {
  content: "\f1c6"; }

.fi-social-foursquare:before {
  content: "\f1c7"; }

.fi-social-game-center:before {
  content: "\f1c8"; }

.fi-social-github:before {
  content: "\f1c9"; }

.fi-social-google-plus:before {
  content: "\f1ca"; }

.fi-social-hacker-news:before {
  content: "\f1cb"; }

.fi-social-hi5:before {
  content: "\f1cc"; }

.fi-social-instagram:before {
  content: "\f1cd"; }

.fi-social-joomla:before {
  content: "\f1ce"; }

.fi-social-lastfm:before {
  content: "\f1cf"; }

.fi-social-linkedin:before {
  content: "\f1d0"; }

.fi-social-medium:before {
  content: "\f1d1"; }

.fi-social-myspace:before {
  content: "\f1d2"; }

.fi-social-orkut:before {
  content: "\f1d3"; }

.fi-social-path:before {
  content: "\f1d4"; }

.fi-social-picasa:before {
  content: "\f1d5"; }

.fi-social-pinterest:before {
  content: "\f1d6"; }

.fi-social-rdio:before {
  content: "\f1d7"; }

.fi-social-reddit:before {
  content: "\f1d8"; }

.fi-social-skillshare:before {
  content: "\f1d9"; }

.fi-social-skype:before {
  content: "\f1da"; }

.fi-social-smashing-mag:before {
  content: "\f1db"; }

.fi-social-snapchat:before {
  content: "\f1dc"; }

.fi-social-spotify:before {
  content: "\f1dd"; }

.fi-social-squidoo:before {
  content: "\f1de"; }

.fi-social-stack-overflow:before {
  content: "\f1df"; }

.fi-social-steam:before {
  content: "\f1e0"; }

.fi-social-stumbleupon:before {
  content: "\f1e1"; }

.fi-social-treehouse:before {
  content: "\f1e2"; }

.fi-social-tumblr:before {
  content: "\f1e3"; }

.fi-social-twitter:before {
  content: "\f1e4"; }

.fi-social-vimeo:before {
  content: "\f1e5"; }

.fi-social-windows:before {
  content: "\f1e6"; }

.fi-social-xbox:before {
  content: "\f1e7"; }

.fi-social-yahoo:before {
  content: "\f1e8"; }

.fi-social-yelp:before {
  content: "\f1e9"; }

.fi-social-youtube:before {
  content: "\f1ea"; }

.fi-social-zerply:before {
  content: "\f1eb"; }

.fi-social-zurb:before {
  content: "\f1ec"; }

.fi-sound:before {
  content: "\f1ed"; }

.fi-star:before {
  content: "\f1ee"; }

.fi-stop:before {
  content: "\f1ef"; }

.fi-strikethrough:before {
  content: "\f1f0"; }

.fi-subscript:before {
  content: "\f1f1"; }

.fi-superscript:before {
  content: "\f1f2"; }

.fi-tablet-landscape:before {
  content: "\f1f3"; }

.fi-tablet-portrait:before {
  content: "\f1f4"; }

.fi-target-two:before {
  content: "\f1f5"; }

.fi-target:before {
  content: "\f1f6"; }

.fi-telephone-accessible:before {
  content: "\f1f7"; }

.fi-telephone:before {
  content: "\f1f8"; }

.fi-text-color:before {
  content: "\f1f9"; }

.fi-thumbnails:before {
  content: "\f1fa"; }

.fi-ticket:before {
  content: "\f1fb"; }

.fi-torso-business:before {
  content: "\f1fc"; }

.fi-torso-female:before {
  content: "\f1fd"; }

.fi-torso:before {
  content: "\f1fe"; }

.fi-torsos-all-female:before {
  content: "\f1ff"; }

.fi-torsos-all:before {
  content: "\f200"; }

.fi-torsos-female-male:before {
  content: "\f201"; }

.fi-torsos-male-female:before {
  content: "\f202"; }

.fi-torsos:before {
  content: "\f203"; }

.fi-trash:before {
  content: "\f204"; }

.fi-trees:before {
  content: "\f205"; }

.fi-trophy:before {
  content: "\f206"; }

.fi-underline:before {
  content: "\f207"; }

.fi-universal-access:before {
  content: "\f208"; }

.fi-unlink:before {
  content: "\f209"; }

.fi-unlock:before {
  content: "\f20a"; }

.fi-upload-cloud:before {
  content: "\f20b"; }

.fi-upload:before {
  content: "\f20c"; }

.fi-usb:before {
  content: "\f20d"; }

.fi-video:before {
  content: "\f20e"; }

.fi-volume-none:before {
  content: "\f20f"; }

.fi-volume-strike:before {
  content: "\f210"; }

.fi-volume:before {
  content: "\f211"; }

.fi-web:before {
  content: "\f212"; }

.fi-wheelchair:before {
  content: "\f213"; }

.fi-widget:before {
  content: "\f214"; }

.fi-wrench:before {
  content: "\f215"; }

.fi-x-circle:before {
  content: "\f216"; }

.fi-x:before {
  content: "\f217"; }

.fi-yen:before {
  content: "\f218"; }

.fi-zoom-in:before {
  content: "\f219"; }

.fi-zoom-out:before {
  content: "\f21a"; }

/* Home */
/* Module: Home */
body#home main {
  padding-right: 35px; }
  @media only screen and (max-width: 1100px) {
    body#home main {
      padding: 20px; } }
  body#home main p.text {
    color: #ee5a31;
    font-size: 22px;
    display: none; }
    @media only screen and (max-width: 1100px) {
      body#home main p.text {
        display: block; } }
    @media only screen and (max-width: 639px) {
      body#home main p.text {
        font-size: 16px; } }
  body#home main nav {
    text-align: right;
    padding: 20px 35px 20px 20px;
    font-size: 20px; }
    body#home main nav a:hover,
    body#home main nav a.active {
      color: #ee5a31; }
    @media only screen and (max-width: 1100px) {
      body#home main nav {
        padding: 20px;
        text-align: center;
        padding-top: 0; } }
  @media only screen and (max-width: 1100px) {
    body#home main nav:first-of-type {
      display: none; } }
body#home div.listing > div {
  cursor: pointer;
  width: 50%;
  float: left;
  padding-right: 35px;
  padding-bottom: 35px;
  box-sizing: border-box; }
  @media only screen and (max-width: 1100px) {
    body#home div.listing > div {
      width: 100%;
      float: none;
      padding-right: 0;
      margin: 0 auto 0 auto; } }
  body#home div.listing > div a.image {
    margin-bottom: 0;
    width: 100%; }
    body#home div.listing > div a.image img {
      width: 100%; }
  body#home div.listing > div h2 {
    font-size: 24px; }
  body#home div.listing > div p {
    font-size: 14px;
    padding-bottom: 10px; }
  body#home div.listing > div div.slide {
    width: 100%; }
body#home div.listing > div:hover h2,
body#home div.listing > div:hover p {
  color: #cdcdcd; }
body#home div.listing > div:hover a {
  color: #ee5a31; }

/*body#home {
	
	main {
		
		padding: 0;
		margin: 0;
		position: relative;
		
		> div {
			
			box-sizing: border-box;
			width: 25%;
			overflow: hidden;
			line-height: 0.5;
			float: left;
			position: relative;
			
			@media only screen and (max-width: $tabletBreakpoint) {
				
				width: 50%;
				position: relative;
				float: left;
				max-height: none;
				left: 0 !important;
				right: 0 !important;
				top: 0 !important;
				bottom: 0 !important;	
				
			}
			
			@media only screen and (max-width: $mobileBreakpoint) {
				
				width: auto;
				float: none;
				
			}
			
			img { width: 100%; }
			
			img:nth-child(1) {
				
				
				
			}
			
			img:nth-child(2) {
				
				position: absolute;
				left: 0;
				top: 0;
				transition: 1.0s;
				visibility: hidden;
				opacity: 0;
				transform: scale(1.5);
				
			}
			
			&:hover {
				
				img:nth-child(2) {
					
					visibility: visible;
					opacity: 1;
					transform: scale(1);
					
				}
				
			}
			
		}
		
	}
	
	footer { top: 0; }
	
}

body#home.touch {
	
	main {
		
		> div,
		> div:hover {
			
			img:nth-child(2) {
				
				display: none !important;
				
			}
			
		}
		
	}	
	
}*/
/* Module: Who we are */
body#who-we-are main {
  padding-left: 0px;
  padding-right: 0px; }
  body#who-we-are main > div {
    float: left;
    position: relative;
    width: 33.33333333%;
    padding-top: 33.33333333%; }
    @media only screen and (max-width: 1399px) {
      body#who-we-are main > div {
        width: 50%;
        padding-top: 50%; } }
    @media only screen and (max-width: 789px) {
      body#who-we-are main > div {
        float: none;
        width: 100%;
        padding-top: 100%; } }
    body#who-we-are main > div:nth-child(1) {
      background-color: #616264; }
    body#who-we-are main > div:nth-child(2) {
      background-color: #595a5c; }
    body#who-we-are main > div:nth-child(3) {
      background-color: #ee5a31; }
    body#who-we-are main > div:nth-child(4) {
      background-color: #6e6f71; }
    body#who-we-are main > div:nth-child(5) {
      background-color: #616264; }
    body#who-we-are main > div:nth-child(6) {
      background-color: #bec3c4; }
    body#who-we-are main > div:nth-child(even) {
      font-family: 'PerpetuaMTStd', serif;
      text-decoration: underline; }
    body#who-we-are main > div > div {
      position: absolute;
      left: 50px;
      right: 50px;
      top: 0;
      text-align: center; }
    body#who-we-are main > div:nth-child(1) > div {
      color: #FFFFFF;
      font-size: 24px; }
      @media only screen and (max-width: 1100px) {
        body#who-we-are main > div:nth-child(1) > div {
          font-size: 18px; } }
    body#who-we-are main > div:nth-child(2) > div {
      color: #FFFFFF;
      font-size: 24px; }
      @media only screen and (max-width: 1100px) {
        body#who-we-are main > div:nth-child(2) > div {
          font-size: 18px; } }
    body#who-we-are main > div:nth-child(3) > div {
      color: #FFFFFF;
      font-size: 24px; }
      @media only screen and (max-width: 1100px) {
        body#who-we-are main > div:nth-child(3) > div {
          font-size: 18px; } }
    body#who-we-are main > div:nth-child(4) > div {
      color: #FFFFFF;
      font-size: 24px; }
      @media only screen and (max-width: 1100px) {
        body#who-we-are main > div:nth-child(4) > div {
          font-size: 18px; } }
    body#who-we-are main > div:nth-child(5) > div {
      color: #FFFFFF;
      font-size: 24px; }
      @media only screen and (max-width: 1100px) {
        body#who-we-are main > div:nth-child(5) > div {
          font-size: 18px; } }
    body#who-we-are main > div:nth-child(6) > div {
      color: #FFFFFF;
      font-size: 24px; }
      @media only screen and (max-width: 1100px) {
        body#who-we-are main > div:nth-child(6) > div {
          font-size: 18px; } }

/* Module: Work */
@media only screen and (max-width: 639px) {
  body#work-listing main {
    padding: 20px; } }
body#work-listing div.listing {
  padding-top: 70px; }
  @media only screen and (max-width: 1100px) {
    body#work-listing div.listing {
      padding-top: 0; } }
  body#work-listing div.listing > div {
    width: 25%;
    padding-bottom: 25%;
    float: left;
    position: relative;
    background-color: #f6f6f7; }
    @media only screen and (max-width: 1100px) {
      body#work-listing div.listing > div {
        width: 33.3333%;
        padding-bottom: 33.333%; } }
    @media only screen and (max-width: 639px) {
      body#work-listing div.listing > div {
        width: auto;
        float: none;
        padding-bottom: 100%; } }
    body#work-listing div.listing > div img {
      width: 100%; }
    body#work-listing div.listing > div a.image {
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0; }
    body#work-listing div.listing > div span.container {
      display: block;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0 !important;
      box-sizing: border-box;
      padding: 30px;
      font-size: 60px;
      text-align: right; }
    body#work-listing div.listing > div span.first {
      display: block;
      border-bottom: 1px solid #ee5a31;
      font-size: 45px;
      position: static;
      text-align: right !important; }
      @media only screen and (max-width: 1300px) {
        body#work-listing div.listing > div span.first {
          font-size: 30px; } }
      @media only screen and (max-width: 639px) {
        body#work-listing div.listing > div span.first {
          font-size: 40px; } }
    body#work-listing div.listing > div span.last {
      display: block;
      font-size: 28px;
      position: static;
      padding-top: 10px;
      text-align: right !important; }
      @media only screen and (max-width: 1300px) {
        body#work-listing div.listing > div span.last {
          font-size: 16px; } }
      @media only screen and (max-width: 639px) {
        body#work-listing div.listing > div span.last {
          font-size: 28px; } }

body#work-item div.spacer {
  height: 40px;
  clear: both; }
@media only screen and (max-width: 639px) {
  body#work-item main {
    padding: 20px; } }
body#work-item div.text {
  width: 415px;
  border-top: 1px solid #58595b;
  float: left;
  font-size: 20px;
  top: 68px;
  left: 0;
  margin-right: 55px; }
  body#work-item div.text * {
    font-family: 'PerpetuaMTStd', serif; }
  @media only screen and (max-width: 1100px) {
    body#work-item div.text {
      position: static;
      margin: 0px;
      padding-top: 20px !important;
      width: auto;
      float: none; } }
  body#work-item div.text h1 {
    padding: 25px 0 0 0;
    font-size: 28px; }
    @media only screen and (max-width: 1100px) {
      body#work-item div.text h1 {
        padding: 0; } }
  body#work-item div.text p.intro {
    font-size: 16px;
    color: #ee5a31;
    text-decoration: underline; }
  body#work-item div.text span.title {
    color: #ee5a31;
    text-decoration: underline; }
  body#work-item div.text div.description {
    font-size: 16px; }
    body#work-item div.text div.description p:first-of-type {
      margin-top: 0; }
  body#work-item div.text strong {
    font-weight: normal;
    color: #ee5a31; }
body#work-item div.templates {
  margin-left: 471px;
  padding-top: 68px;
  padding-right: 48px;
  box-sizing: border-box;
  position: absolute;
  top: 136px; }
  @media only screen and (max-width: 1100px) {
    body#work-item div.templates {
      margin: 0;
      padding: 0;
      position: static; } }
  @media only screen and (max-width: 1100px) {
    body#work-item div.templates div.main-listing {
      display: block; } }
  @media only screen and (max-width: 639px) {
    body#work-item div.templates div.main-listing {
      display: block;
      margin: 0;
      padding: 0; } }
  body#work-item div.templates div.sub-listing {
    display: none; }
    @media only screen and (max-width: 1100px) {
      body#work-item div.templates div.sub-listing {
        display: none; } }
    @media only screen and (max-width: 639px) {
      body#work-item div.templates div.sub-listing {
        display: none; } }
    body#work-item div.templates div.sub-listing img,
    body#work-item div.templates div.sub-listing iframe {
      width: 100%; }
    body#work-item div.templates div.sub-listing div.main,
    body#work-item div.templates div.sub-listing div.sub {
      box-sizing: border-box;
      clear: both;
      padding-top: 20px;
      line-height: 0.5; }
    body#work-item div.templates div.sub-listing div.sub > div {
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: 50%;
      box-sizing: border-box; }
    body#work-item div.templates div.sub-listing div.sub > div:first-child {
      padding-left: 0; }
    body#work-item div.templates div.sub-listing div.sub > div:last-child {
      padding-right: 0; }
body#work-item div.work-template {
  clear: both; }
  body#work-item div.work-template > div {
    float: left;
    line-height: 0.5;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-box;
    padding: 0 4px 8px 4px; }
    @media only screen and (max-width: 1100px) {
      body#work-item div.work-template > div {
        padding-left: 0;
        padding-right: 0; } }
  body#work-item div.work-template img {
    width: 100%;
    /*padding: 10px;*/
    box-sizing: border-box; }
  body#work-item div.work-template div.two-by-two {
    width: 33.3333%; }
    @media only screen and (max-width: 639px) {
      body#work-item div.work-template div.two-by-two {
        width: 100%; } }
    body#work-item div.work-template div.two-by-two div.square {
      float: left;
      width: 50%; }
    body#work-item div.work-template div.two-by-two div.square:nth-child(1) img {
      padding: 0 4px 4px 0; }
    body#work-item div.work-template div.two-by-two div.square:nth-child(2) img {
      padding: 0 0 4px 4px; }
    body#work-item div.work-template div.two-by-two div.square:nth-child(3) img {
      padding: 4px 4px 0 0; }
    body#work-item div.work-template div.two-by-two div.square:nth-child(4) img {
      padding: 4px 0 0 4px; }
  body#work-item div.work-template div.square {
    width: 33.3333%; }
    @media only screen and (max-width: 639px) {
      body#work-item div.work-template div.square {
        width: 100%; } }
  body#work-item div.work-template div.landscape {
    width: 66.666666%; }
    @media only screen and (max-width: 639px) {
      body#work-item div.work-template div.landscape {
        width: 100%; } }
    body#work-item div.work-template div.landscape img {
      margin-top: -0.4%; }
  body#work-item div.work-template div.portrait {
    width: 25%; }
    @media only screen and (max-width: 639px) {
      body#work-item div.work-template div.portrait {
        width: 100%; } }
  body#work-item div.work-template div.landscape-2 {
    width: 50%; }
    @media only screen and (max-width: 639px) {
      body#work-item div.work-template div.landscape-2 {
        width: 100%; } }
body#work-item div.template-1-landscape div.landscape {
  width: 100%; }
body#work-item a.scroll-to-top {
  text-align: center;
  background: #FFFFFF;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 2000; }
  body#work-item a.scroll-to-top img {
    width: 35px;
    padding: 10px;
    background-color: #FFFFFF; }
body#work-item div.video {
  width: 66%;
  line-height: 1;
  padding-bottom: 17px;
  padding-left: 10px;
  padding-right: 4px;
  box-sizing: border-box; }
  @media only screen and (max-width: 1100px) {
    body#work-item div.video {
      width: auto;
      padding: 0; } }
  body#work-item div.video iframe {
    width: 100%; }
body#work-item div.video.bottom {
  padding-top: 0;
  margin-top: -40px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 1100px) {
    body#work-item div.video.bottom {
      padding-right: 0px;
      padding-top: 20px;
      margin-top: 0px; } }
  @media only screen and (max-width: 639px) {
    body#work-item div.video.bottom {
      padding-top: 0;
      margin-top: -40px; } }

/* Module: Activity page */
@media only screen and (max-width: 1100px) {
  body#activity-page main {
    padding: 20px; } }
body#activity-page main nav {
  clear: both;
  text-align: right;
  padding: 20px 35px 20px 20px;
  font-size: 20px; }
  body#activity-page main nav a:hover,
  body#activity-page main nav a.active {
    color: #ee5a31; }
  @media only screen and (max-width: 1100px) {
    body#activity-page main nav {
      padding: 20px;
      text-align: center; } }
body#activity-page div.listing {
  padding-top: 39.4%;
  position: relative; }
  @media only screen and (max-width: 1399px) {
    body#activity-page div.listing {
      padding-top: 0;
      position: static; } }
  body#activity-page div.listing > div {
    cursor: pointer;
    width: 33.3333%;
    float: left;
    padding-right: 2px;
    box-sizing: border-box;
    line-height: 0.5; }
    @media only screen and (max-width: 1399px) {
      body#activity-page div.listing > div {
        width: 50%; } }
    @media only screen and (max-width: 1100px) {
      body#activity-page div.listing > div {
        width: 100%;
        float: none;
        padding-right: 0;
        margin: 0 auto 0 auto; } }
    body#activity-page div.listing > div a.image {
      margin-bottom: 2px; }
      body#activity-page div.listing > div a.image img {
        width: 100%; }
      body#activity-page div.listing > div a.image > span {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #ee5a31; }
        body#activity-page div.listing > div a.image > span > span {
          display: block;
          text-align: center;
          position: absolute;
          left: 0;
          color: #FFFFFF; }
        body#activity-page div.listing > div a.image > span span.title {
          top: -35%;
          width: 100%;
          font-size: 25px;
          transition: top 0.5s ease; }
        body#activity-page div.listing > div a.image > span span.hr {
          top: 50%;
          left: 50%;
          right: auto;
          width: 50px;
          margin-left: -25px;
          margin-top: -1px;
          height: 0;
          border-top: 2px solid #FFFFFF;
          transition: all 0.5s linear;
          transition-delay: 0.5s; }
        body#activity-page div.listing > div a.image > span span.date {
          bottom: -35%;
          width: 100%;
          font-size: 20px;
          transition: bottom 0.5s ease; }
    body#activity-page div.listing > div div.slide {
      width: 100%; }
  body#activity-page div.listing > div:hover a {
    color: #ee5a31; }
  body#activity-page div.listing > div:hover span.title {
    top: 35% !important; }
  body#activity-page div.listing > div:hover span.hr {
    width: 100px !important;
    margin-left: -50px !important; }
  body#activity-page div.listing > div:hover span.date {
    bottom: 35% !important; }
  @media only screen and (max-width: 1399px) {
    body#activity-page div.listing > div:nth-child(1) {
      width: auto;
      float: none; } }
  @media only screen and (min-width: 1400px) {
    body#activity-page div.listing > div:nth-child(1),
    body#activity-page div.listing > div:nth-child(2),
    body#activity-page div.listing > div:nth-child(3) {
      position: absolute; }
    body#activity-page div.listing > div:nth-child(1) {
      width: 66.6666%;
      top: 0;
      left: 0; }
      body#activity-page div.listing > div:nth-child(1) span.title {
        font-size: 50px !important; }
      body#activity-page div.listing > div:nth-child(1) span.date {
        font-size: 40px !important; }
    body#activity-page div.listing > div:nth-child(2) {
      top: 0;
      right: 0; }
    body#activity-page div.listing > div:nth-child(3) {
      top: 49.8%;
      right: 0; } }
body#activity-page a.top {
  position: relative;
  top: -40px; }
  @media only screen and (max-width: 1100px) {
    body#activity-page a.top {
      position: static;
      padding-top: 20px;
      display: block;
      text-align: center; } }

/* Module: Activity */
@media only screen and (max-width: 1100px) {
  body#activity-post main {
    padding: 20px; } }
body#activity-post main div.content div.text {
  width: 415px;
  border-top: 1px solid #58595b;
  float: left;
  font-size: 20px;
  margin-top: 68px;
  margin-right: 55px; }
  @media only screen and (max-width: 1100px) {
    body#activity-post main div.content div.text {
      position: static;
      margin: 20px;
      padding-top: 20px;
      width: auto;
      float: none; } }
  body#activity-post main div.content div.text * {
    font-family: 'PerpetuaMTStd', serif; }
  body#activity-post main div.content div.text h1 {
    padding: 25px 0 0 0;
    font-size: 28px; }
    @media only screen and (max-width: 1100px) {
      body#activity-post main div.content div.text h1 {
        padding: 0; } }
body#activity-post main div.images {
  margin-left: 471px;
  padding-top: 68px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1; }
  @media only screen and (max-width: 1100px) {
    body#activity-post main div.images {
      padding: 20px;
      margin-left: 0; } }
  body#activity-post main div.images img {
    display: block;
    max-width: 100%;
    width: 100%;
    padding-bottom: 40px; }
    @media only screen and (max-width: 1100px) {
      body#activity-post main div.images img {
        padding-bottom: 20px; } }
body#activity-post main nav a {
  font-size: 24px;
  font-family: VAGRoundedLTCom-Bold !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: #ee5a31; }
body#activity-post main nav a.next {
  float: right; }
body#activity-post main nav a:hover {
  color: #58595b; }
@media only screen and (max-width: 639px) {
  body#activity-post main nav.before {
    display: none; } }
body#activity-post main nav.after {
  padding: 0 20px 40px 20px;
  display: none; }
  @media only screen and (max-width: 639px) {
    body#activity-post main nav.after {
      display: block; } }
body#activity-post main div.related.after {
  padding: 20px; }

/* Module: Contact */
body#contact main {
  height: 100%;
  position: absolute;
  left: 256px;
  right: 0;
  bottom: 0;
  top: 0; }
  @media only screen and (max-width: 1100px) {
    body#contact main {
      position: static;
      padding: 20px;
      padding-top: 0; } }
  body#contact main div.contact {
    width: 44%;
    padding-top: 70px;
    padding-bottom: 60px;
    padding-right: 30px;
    box-sizing: border-box; }
    @media only screen and (max-width: 1100px) {
      body#contact main div.contact {
        padding-top: 20px;
        width: auto; } }
    body#contact main div.contact > img {
      max-width: 100%;
      padding-right: 30px;
      box-sizing: border-box;
      margin-bottom: 25px; }
      @media only screen and (max-width: 1100px) {
        body#contact main div.contact > img {
          padding-right: 0; } }
    body#contact main div.contact div.c2a {
      padding: 135px 0 20px 0;
      border-top: 1px solid #58595b;
      border-bottom: 1px solid #58595b;
      margin-right: 30px; }
      @media only screen and (max-width: 1100px) {
        body#contact main div.contact div.c2a {
          margin-right: 0;
          padding-top: 30px; } }
      body#contact main div.contact div.c2a strong,
      body#contact main div.contact div.c2a a {
        display: block; }
      body#contact main div.contact div.c2a strong.text {
        font-size: 20px; }
      body#contact main div.contact div.c2a strong.phone {
        color: #ee5a31;
        font-size: 36px;
        padding: 5px 0 5px 0; }
      body#contact main div.contact div.c2a a {
        color: #58595b;
        display: block;
        font-size: 16px; }
      body#contact main div.contact div.c2a a:hover {
        text-decoration: underline; }
    body#contact main div.contact div.office {
      padding-top: 30px; }
      body#contact main div.contact div.office > strong {
        font-size: 20px; }
      body#contact main div.contact div.office > div {
        padding-top: 30px; }
        body#contact main div.contact div.office > div > strong {
          font-size: 20px;
          color: #ee5a31; }
        body#contact main div.contact div.office > div > a {
          display: block;
          width: 22px;
          background: transparent url("/img/gui/contact-pin-h.gif") no-repeat left top;
          background-size: 100%; }
          body#contact main div.contact div.office > div > a img {
            width: 22px;
            opacity: 1;
            transition: transform 0.15s ease, opacity 0.15s ease; }
        body#contact main div.contact div.office > div > a:hover img {
          opacity: 0; }
  body#contact main div.map {
    width: 56%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 1400px; }
    @media only screen and (max-width: 1100px) {
      body#contact main div.map {
        position: static;
        width: auto;
        min-height: 0; } }
    body#contact main div.map div#map-canvas {
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 1100px) {
        body#contact main div.map div#map-canvas {
          height: 800px;
          margin-top: 30px; } }
body#contact footer {
  display: none; }

/* Clients */
body#clients main {
  padding: 70px;
  padding-bottom: 50px;
  right: 0;
  bottom: 0;
  top: 0; }
  @media only screen and (max-width: 1100px) {
    body#clients main {
      position: static;
      padding-top: 0; } }
  @media only screen and (max-width: 639px) {
    body#clients main {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
body#clients div.text {
  width: 470px;
  box-sizing: border-box;
  padding: 25px;
  background-color: #ee5a31;
  height: 100%;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 19px;
  padding-top: 200px;
  box-sizing: border-box; }
  @media only screen and (max-width: 1100px) {
    body#clients div.text {
      position: static;
      padding: 20px;
      width: auto; } }
body#clients div.logos {
  padding-top: 10px;
  text-align: left; }
  @media only screen and (max-width: 1100px) {
    body#clients div.logos {
      padding: 25px;
      padding-right: 0;
      margin-left: 0; } }
  @media only screen and (max-width: 639px) {
    body#clients div.logos {
      padding: 0 !important; } }
  body#clients div.logos img {
    width: 20%;
    padding: 0px 25px 20px 0;
    box-sizing: border-box; }
    @media only screen and (max-width: 1399px) {
      body#clients div.logos img {
        width: 33.33%; } }
    @media only screen and (max-width: 1100px) {
      body#clients div.logos img {
        width: 50%; } }
    @media only screen and (max-width: 639px) {
      body#clients div.logos img {
        width: 100%;
        padding: 0;
        padding-bottom: 20px; } }
