/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  display: table;
  line-height: 0;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.row:after {
  clear: both;
}
html {
  font-size: 18px;
}
body {
  font-family: 'OLRoundGothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
strong {
  font-family: 'OLRoundGothic', sans-serif;
  font-weight: 600;
  font-style: normal;
}
em {
  font-family: 'OLRoundGothic', sans-serif;
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'OLRoundGothic', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading blockquote,
.wf-loading span,
.wf-loading q,
.wf-loading div,
.wf-loading a {
  color: transparent;
  visibility: hidden;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon/icomoon.eot?-v3mqc8');
  src: url('../../fonts/icomoon/icomoon.eot?#iefix-v3mqc8') format('embedded-opentype'), url('../../fonts/icomoon/icomoon.ttf?-v3mqc8') format('truetype'), url('../../fonts/icomoon/icomoon.woff?-v3mqc8') format('woff'), url('../../fonts/icomoon/icomoon.svg?-v3mqc8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-X:before {
  content: "\e600";
}
.icon-hamburger:before {
  content: "\e601";
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

body {
  background-color: #414042;
  font-family: "OLRoundGothic";
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
p {
  margin: 0 0 20px 0;
}
a {
  cursor: pointer;
}
a:focus,
a:active {
  outline: none;
}
.header {
  position: fixed;
  height: 48px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header .menu-trigger {
  width: 24px;
  height: 32px;
  position: absolute;
  z-index: 999;
  right: 0;
  margin: 16px;
  cursor: pointer;
  display: block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header .menu-trigger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header .menu-trigger span:nth-child(1) {
  top: 0px;
}
.header .menu-trigger span:nth-child(2) {
  top: 7px;
}
.header .menu-trigger span:nth-child(3) {
  top: 14px;
}
.header .menu-trigger:hover span {
  background: #aaa;
}
.header .header-logo {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
}
.home .header .header-logo {
  display: none;
}
.logo {
  position: absolute;
  z-index: 2;
  left: 37%;
  margin: 0;
  width: 26%;
  margin: 5% auto;
  display: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all all 300ms ease-in-out ease-out;
  -moz-transition: all all 300ms ease-in-out ease-out;
  -o-transition: all all 300ms ease-in-out ease-out;
  transition: all all 300ms ease-in-out ease-out;
}
.logo h1 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.logo h1 img {
  width: 100%;
  height: auto;
}
.home .logo {
  display: block;
  position: fixed;
  -webkit-transform: translate(0, -18%);
  -moz-transform: translate(0, -18%);
  -o-transform: translate(0, -18%);
  -ms-transform: translate(0, -18%);
  transform: translate(0, -18%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.home.show-logo .logo {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.main-nav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000;
  width: 400px;
  padding: 0;
  z-index: 99;
  transform: translate(100%, 0);
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.main-nav .menu {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 12px 60px 8px 40px;
  height: auto;
  border-bottom: 1px solid #fff;
  margin: 0;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.main-nav li {
  list-style: none;
}
.main-nav li a {
  color: #aaa;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-nav li:hover > a,
.main-nav li.active > a {
  color: #fff;
}
.main-nav .sub-menu {
  display: block;
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
}
.main-nav .sub-menu li {
  display: block;
  margin: 0 0 6px 0;
  border: none;
}
.main-nav .sub-menu li a {
  display: inline-block;
  position: relative;
  color: #fff;
}
.main-nav .sub-menu li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all all 0.3s ease-in-out ease-out;
  -moz-transition: all all 0.3s ease-in-out ease-out;
  -o-transition: all all 0.3s ease-in-out ease-out;
  transition: all all 0.3s ease-in-out ease-out;
}
.main-nav .sub-menu li a:hover:after {
  width: 100%;
}
.main-nav .sub-content {
  position: absolute;
  top: 72px;
  left: 0;
  padding: 0 40px;
  width: 100%;
  text-align: left;
  z-index: -1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-nav .sub-content.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 1;
}
.main-nav .sub-content.what-we-do-container {
  font-size: 14px;
  padding: 20px 40px 0;
}
.main-nav .sub-content.what-we-do-container p {
  margin: 0 0 15px 0;
  letter-spacing: 0.5px;
}
.main-nav .sub-content.contact-container {
  padding: 20px 40px 0;
}
.main-nav .sub-content.contact-container a {
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-nav .sub-content.contact-container a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all all 0.3s ease-in-out ease-out;
  -moz-transition: all all 0.3s ease-in-out ease-out;
  -o-transition: all all 0.3s ease-in-out ease-out;
  transition: all all 0.3s ease-in-out ease-out;
}
.main-nav .sub-content.contact-container a:hover:after {
  width: 100%;
}
.main-nav .sub-content.contact-container .mailing-address {
  margin: 12px 0 0 0;
}
.main-nav .sub-content.contact-container .divider {
  position: relative;
  margin: 20px auto;
  top: auto;
  color: #aaa;
  width: 30%;
}
.main-nav .menu-close {
  display: block;
  margin: 12px 12px;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  color: #fff;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-nav .menu-close:hover {
  color: #aaa;
}
.main-nav .menu-close span {
  font-size: 18px;
}
.menu-open .main-nav {
  transform: translate(0, 0);
}
.site-footer {
  position: fixed;
  height: 42px;
  bottom: 0;
  width: 100%;
  background-color: #000;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.site-footer .footer {
  margin: 0;
  padding: 5px 0;
}
.site-footer .menu-trigger {
  width: 24px;
  height: 32px;
  position: relative;
  margin: 8px auto 0 auto;
  cursor: pointer;
  display: block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.site-footer .menu-trigger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.site-footer .menu-trigger span:nth-child(1) {
  top: 0px;
}
.site-footer .menu-trigger span:nth-child(2) {
  top: 7px;
}
.site-footer .menu-trigger span:nth-child(3) {
  top: 14px;
}
.site-footer .menu-trigger:hover span {
  background: #aaa;
}
.site-footer .footer-logo {
  float: left;
}
.home .site-footer .footer-logo {
  display: none;
}
.menu-open .site-footer {
  bottom: -42px;
}
.home .projects {
  margin: 0;
  padding: 0;
}
.home .projects .project {
  width: 100%;
  display: block;
  height: 50vw;
  position: relative;
}
.home .projects .project .media {
  width: 100%;
  height: 100%;
  position: relative;
}
.home .projects .project .media .media__img,
.home .projects .project .media .media__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.home .projects .project .project-title {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: 2;
  background-color: #000;
  font-size: 18px;
  padding: 9px 15px;
  height: 42px;
  margin: 0;
  display: block;
  text-transform: lowercase;
  color: #fff;
}
.single-project {
  width: 100%;
}
.single-project .content {
  width: 100%;
  padding: 48px 0 0;
}
.single-project .content img,
.single-project .content video {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.single-project .content .hero-image-container {
  padding: 0 0 42px 0;
  height: 600px;
  height: 100vh;
  margin: 0 0 -42px 0;
}
.single-project .content .hero-image {
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
  margin: 0 0 0 0;
}
.single-project .content .hero-image.shorten {
  height: 480px;
  height: 80vh;
}
.single-project .content .slideshow-row {
  padding: 0 0;
}
.single-project .content .slideshow-row.dark-gray-bg {
  background-color: #363638;
}
.single-project .content .slideshow-row.has-custom-background-image {
  position: relative;
}
.single-project .content .slideshow-row.has-custom-background-image .slideshow-container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.single-project .content .slideshow-container,
.single-project .content .video-container {
  background-image: url("../../img/ipad.png");
  padding: 4% 8% 6%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 80%;
  height: 58vw;
  margin: 0 auto 0 auto;
}
.single-project .content .slideshow-container .flexslider,
.single-project .content .video-container .flexslider {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
}
.single-project .content .slideshow-container .flexslider .slides,
.single-project .content .video-container .flexslider .slides {
  height: 100%;
  position: relative;
}
.single-project .content .slideshow-container .flexslider .slides .slide,
.single-project .content .video-container .flexslider .slides .slide {
  position: relative;
  width: 100%;
  height: calc(48vw);
}
.single-project .content .slideshow-container .flexslider .slides .slide .slide__video,
.single-project .content .video-container .flexslider .slides .slide .slide__video,
.single-project .content .slideshow-container .flexslider .slides .slide .slide__img,
.single-project .content .video-container .flexslider .slides .slide .slide__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-project .content .slideshow-container .flexslider .slides img,
.single-project .content .video-container .flexslider .slides img {
  margin: 0 auto;
}
.single-project .content .slideshow-container .fluid-width-video-wrapper,
.single-project .content .video-container .fluid-width-video-wrapper {
  height: 100%;
}
.single-project .content .video-container {
  margin: 0 auto;
}
.single-project .content .video-container .player .controls-wrapper {
  display: none !important;
}
.single-project .content .project-title {
  position: fixed;
  right: 0;
  bottom: 100px;
  width: auto;
  z-index: 9;
  background-color: #000;
  font-size: 18px;
  padding: 9px 15px;
  height: 42px;
  margin: 0;
  display: block;
  text-transform: lowercase;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-transition: all all 300ms ease-in ease-out;
  -moz-transition: all all 300ms ease-in ease-out;
  -o-transition: all all 300ms ease-in ease-out;
  transition: all all 300ms ease-in ease-out;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.single-project .content .project-title.show-title {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.single-project .content .project-info {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 45%;
  height: 42px;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.single-project .content .project-info .project-notes {
  position: absolute;
  left: 16px;
  top: 12px;
  width: auto;
}
.single-project .content .project-info .project-notes {
  font-size: 18px;
  margin: 0;
}
.single-project .content .project-info .mobile-project-title {
  display: none;
}
.single-project.menu-open .content .project-info {
  bottom: -36px;
}
@media (max-width: 991px) {
  .logo {
    width: 40%;
    left: 30%;
    margin: 10% auto;
  }
  .home .projects .project {
    height: 66.6666vw;
  }
  .single-project .content {
    margin: 42px 0 0 0;
  }
  .single-project .content .project-info {
    width: 100%;
    height: 42px;
    background: #000;
    right: 0;
    top: 42px;
    position: absolute;
    z-index: 1;
  }
  .single-project .content .project-info .inner {
    padding: 8px 12px;
    text-align: center;
  }
  .single-project .content .project-info .project-notes {
    position: relative;
    left: auto;
    top: auto;
  }
  .single-project .content .hero-image-container {
    padding: 42px 0 42px 0;
    margin: -42px 0 0 0;
  }
  .single-project .content .slideshow-container,
  .single-project .content .video-container {
    width: 80%;
    height: 58vw;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
  .logo {
    width: 40%;
    left: 30%;
    margin: 64px auto;
  }
  .header {
    height: 42px;
  }
  .header .header-logo {
    top: 5px;
  }
  .header .menu-trigger {
    width: 24px;
    height: 32px;
    position: absolute;
    z-index: 999;
    right: 0;
    margin: 12px 16px;
  }
  .main-nav {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .main-nav .menu {
    padding: 8px 46px 8px 24px;
    margin: 0 0 0 0;
  }
  .main-nav .sub-menu,
  .main-nav .sub-content {
    top: 64px;
    overflow-y: scroll;
    padding: 20px 24px;
  }
  .main-nav .sub-menu.contact-container,
  .main-nav .sub-content.contact-container {
    padding: 20px 24px;
  }
  .main-nav .sub-menu.what-we-do-container,
  .main-nav .sub-content.what-we-do-container {
    padding: 20px 24px;
  }
  .home .projects .project .project-title {
    font-size: 14px;
    height: 36px;
  }
  .single-project .content {
    margin: 0 0 0 0;
    padding: 42px 0 85px;
  }
  .single-project .content .project-title {
    display: none;
  }
  .single-project .content .project-info {
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    width: 100%;
  }
  .single-project .content .project-info .inner {
    text-align: center;
    padding: 8px 12px;
  }
  .single-project .content .project-info .project-notes {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    font-size: 14px;
    font-weight: 400;
  }
  .single-project .content .project-info .mobile-project-title {
    z-index: 100;
    font-size: 18px;
    margin: 0;
    display: block;
    text-transform: lowercase;
    background: #000;
  }
  .single-project .content .hero-image-container {
    padding: 0 0 42px 0;
    height: 240px;
    height: 50vh;
    margin: 0 0 -42px 0;
  }
  .single-project .content .slideshow-container {
    width: 90%;
    height: 66vw;
  }
  .single-project .content .slideshow-container .flexslider .slides .slide {
    height: 55.5vw;
  }
  .single-project .content .video-container {
    width: 90%;
    height: 65vw;
  }
}
