/*

  dFree Boilerplate - v2.1

  based on HTML5  Boilerplate v4.3 beta [09.10.2013]
  https://github.com/h5bp/html5-boilerplate

  Site Development by dFree
  Developer: Daniel Freeman [@dFree]

  Notes
  - Framework: HTML5 Boilerplate CSS: h5bp.com/css

*/
/*// IMPORTS ----------------------- */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*// HTML5 BOILERPLATE ----------------------- */
html, button, input, select, textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

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

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

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

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

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

textarea {
  resize: vertical; }

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

/*// PRIMARY STYLES ----------------------- */
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #878786;
  font: 18px "roboto", sans-serif;
  -webkit-font-smoothing: antialiased; }

.LOADING body {
  overflow: hidden; }
.LOADING .page-loader {
  float: none;
  width: 100px;
  height: 100px;
  -webkit-animation-name: rotateThis;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-transform: scale(0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  display: block; }
  .LOADING .page-loader div {
    width: 10px;
    height: 30px;
    background: #FCAF23;
    position: absolute;
    top: 35px;
    left: 45px; }
  .LOADING .page-loader .bar1 {
    opacity: 0.12;
    -webkit-transform: rotate(0deg) translate(0, -40px);
    -moz-transform: rotate(0deg) translate(0, -40px); }
  .LOADING .page-loader .bar2 {
    opacity: 0.25;
    -webkit-transform: rotate(45deg) translate(0, -40px);
    -moz-transform: rotate(45deg) translate(0, -40px); }
  .LOADING .page-loader .bar3 {
    opacity: 0.37;
    -webkit-transform: rotate(90deg) translate(0, -40px);
    -moz-transform: rotate(90deg) translate(0, -40px); }
  .LOADING .page-loader .bar4 {
    opacity: 0.5;
    -webkit-transform: rotate(135deg) translate(0, -40px);
    -moz-transform: rotate(135deg) translate(0, -40px); }
  .LOADING .page-loader .bar5 {
    opacity: 0.62;
    -webkit-transform: rotate(180deg) translate(0, -40px);
    -moz-transform: rotate(180deg) translate(0, -40px); }
  .LOADING .page-loader .bar6 {
    opacity: 0.75;
    -webkit-transform: rotate(225deg) translate(0, -40px);
    -moz-transform: rotate(225deg) translate(0, -40px); }
  .LOADING .page-loader .bar7 {
    opacity: 0.87;
    -webkit-transform: rotate(270deg) translate(0, -40px);
    -moz-transform: rotate(270deg) translate(0, -40px); }
  .LOADING .page-loader .bar8 {
    opacity: 1;
    -webkit-transform: rotate(315deg) translate(0, -40px);
    -moz-transform: rotate(315deg) translate(0, -40px); }
@-webkit-keyframes rotateThis {
  from {
    -webkit-transform: scale(0.5) rotate(0deg); }
  to {
    -webkit-transform: scale(0.5) rotate(360deg); } }
.page-loader {
  display: none;
  opacity: 0; }

#skrollr-body {
  opacity: 0; }

a {
  text-decoration: none; }

h1 {
  position: relative;
  text-transform: uppercase;
  font: 28px "Karla", sans-serif;
  text-align: center;
  margin: 0px 0px 57px 0px;
  letter-spacing: 4px; }

.container {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 0px auto;
  overflow: hidden; }

.divide {
  background: url("../img/small/section-spacer.png") 0px 0px no-repeat;
  height: 4px;
  width: 57px;
  margin: 57px auto 57px; }

header {
  position: relative;
  background-color: white;
  height: 104px;
  width: 100%;
  margin: -40px auto 80px;
  text-align: center; }
  @media screen and (max-width: 600px) {
    header {
      margin-top: 30px; } }
  header img {
    margin: 0; }
  header .fb-like {
    position: absolute;
    right: -10px;
    top: 18px;
    width: 100px !important; }
    @media screen and (max-width: 481px) {
      header .fb-like {
        left: 0px; } }
  header .twitter-share-button {
    position: absolute;
    right: 71px;
    top: 19px; }
    @media screen and (max-width: 481px) {
      header .twitter-share-button {
        right: 0px; } }

.social-desktop {
  display: block; }

.social-mobile {
  display: none; }

.film {
  position: fixed;
  top: 0px;
  width: 100%;
  height: auto;
  display: none;
  z-index: 99; }

.video-banner {
  position: relative;
  width: 100%; }
  .video-banner .banner-bg {
    width: 100%;
    background: black;
    background-size: cover; }
    .video-banner .banner-bg video {
      width: 100%;
      opacity: 0.9; }
  .video-banner .banner-text {
    position: absolute;
    width: 533px;
    height: 219px;
    padding-top: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer; }
    .video-banner .banner-text img {
      width: 100%; }
    @media screen and (max-width: 900px) {
      .video-banner .banner-text {
        padding-top: 0px;
        width: 80%;
        height: 34.8%; } }

.cycle-prev, .cycle-next {
  position: absolute;
  height: 70px;
  width: 30px;
  background: url("../img/navigation-arrow.svg") center no-repeat;
  background-size: 55%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 101;
  cursor: pointer; }

.cycle-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 10px; }

.cycle-next {
  right: 10px; }

.mobilize .cycle-prev, .mobilize .cycle-next {
  display: none; }

.bgwidth {
  width: 100%; }

.bgheight {
  height: 100%; }

.banner {
  position: relative;
  width: 100%; }
  .banner img {
    width: 100%; }

.about {
  position: relative;
  width: 950px;
  margin: 0px auto;
  padding: 130px 0px 130px 0px;
  overflow: auto; }
  @media screen and (max-width: 1020px) {
    .about {
      width: 80%; } }
  @media screen and (max-width: 600px) {
    .about {
      padding: 60px 0px 60px 0px; } }
  .about p {
    width: 440px;
    line-height: 31px; }
    @media screen and (max-width: 1020px) {
      .about p {
        width: 45%; } }
    @media screen and (max-width: 600px) {
      .about p {
        width: 100%; } }
  .about .left {
    float: left; }
    @media screen and (max-width: 600px) {
      .about .left {
        float: none; } }
  .about .right {
    float: right; }
    @media screen and (max-width: 600px) {
      .about .right {
        float: none; } }

#no-template-pager, #no-template-pager2, #no-template-pager3 {
  position: relative;
  margin-top: -70px;
  z-index: 9999; }
  @media screen and (max-width: 1020px) {
    #no-template-pager, #no-template-pager2, #no-template-pager3 {
      display: none; } }
  #no-template-pager .pager-block, #no-template-pager2 .pager-block, #no-template-pager3 .pager-block {
    cursor: pointer;
    width: calc(20% - 1px);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #B9B9B9;
    height: 70px;
    float: left;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    letter-spacing: 3px;
    font: 14px "Karla", sans-serif;
    line-height: 73px; }
  #no-template-pager .pager-block:hover, #no-template-pager2 .pager-block:hover, #no-template-pager3 .pager-block:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #no-template-pager .pager-block:last-child, #no-template-pager2 .pager-block:last-child, #no-template-pager3 .pager-block:last-child {
    border: none;
    width: 20%; }
  #no-template-pager .cycle-pager-active, #no-template-pager2 .cycle-pager-active, #no-template-pager3 .cycle-pager-active {
    background-color: rgba(255, 255, 255, 0.6);
    color: #2f2f39;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #no-template-pager .cycle-pager-active:hover, #no-template-pager2 .cycle-pager-active:hover, #no-template-pager3 .cycle-pager-active:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1); }

.core {
  position: relative;
  width: 950px;
  margin: 0px auto;
  padding: 130px 0px 130px 0px;
  overflow: auto; }
  @media screen and (max-width: 1020px) {
    .core {
      width: 80%; } }
  @media screen and (max-width: 600px) {
    .core {
      padding: 60px 0px 60px 0px; } }
  .core p {
    position: relative;
    line-height: 31px;
    text-align: center;
    width: 100%; }
  .core span {
    font-style: italic; }
  .core .col {
    width: 33%;
    margin-top: 31px;
    float: left; }
    @media screen and (max-width: 600px) {
      .core .col {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0px auto; } }
    .core .col p {
      line-height: 13px; }
  @media screen and (max-width: 600px) {
    .core .main-text {
      margin-bottom: 50px; } }

.shot {
  position: relative;
  width: 950px;
  margin: 0px auto;
  padding: 130px 0px 130px 0px;
  overflow: hidden; }
  @media screen and (max-width: 1020px) {
    .shot {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .shot {
      padding: 60px 0px 130px 0px; } }
  .shot p {
    line-height: 31px;
    text-align: center;
    width: 850px; }
    @media screen and (max-width: 1020px) {
      .shot p {
        width: 95%;
        margin: 40px auto 0; } }
  .shot .shot-grid {
    position: relative;
    width: 100%;
    height: 105px;
    margin: 0px 0px 55px 75px;
    overflow: hidden; }
    @media screen and (max-width: 1020px) {
      .shot .shot-grid {
        overflow: auto;
        height: auto;
        width: 481px;
        margin: 0px auto 0px; } }
    @media screen and (max-width: 581px) {
      .shot .shot-grid {
        width: 320px; } }
    .shot .shot-grid div {
      position: relative;
      width: 158px;
      height: 15px;
      float: left;
      text-align: center;
      padding: 80px 0px 0px 0px;
      font: 14px "Karla", sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media screen and (max-width: 1020px) {
        .shot .shot-grid div {
          margin: 0px 0px 15px 0px; } }
    .shot .shot-grid .underwater {
      background: url("../img/svg/Davis_Icons-01.svg") -355px 0px no-repeat;
      background-size: 450px; }
    .shot .shot-grid .timelapse {
      background: url("../img/svg/Davis_Icons-01.svg") -251px 0px no-repeat;
      background-size: 450px; }
    .shot .shot-grid .aerial {
      background: url("../img/svg/Davis_Icons-01.svg") -141px 0px no-repeat;
      background-size: 450px; }
    .shot .shot-grid .landscape {
      background: url("../img/svg/Davis_Icons-01.svg") -45px 0px no-repeat;
      background-size: 450px; }
    .shot .shot-grid .slowmotion {
      background: url("../img/svg/Davis_Icons-01.svg") 58px 0px no-repeat;
      background-size: 450px; }
    .shot .shot-grid .macro {
      background: url("../img/svg/Davis_Icons-01.svg") -731px 0px no-repeat;
      background-size: 450px; }
  @media screen and (max-width: 1021px) {
    .shot .landscape {
      margin-left: calc(35% - 80px) !important; } }
  @media screen and (max-width: 581px) {
    .shot .landscape {
      margin-left: 0 !important; }
    .shot .aerial {
      margin-left: calc(50% - 80px) !important; } }

.quote {
  position: relative;
  background: #878786;
  color: white;
  height: 360px;
  width: calc(100% - 200px);
  padding: 150px 100px;
  font: 36px 'Old Standard TT', serif;
  text-align: center; }
  @media screen and (max-width: 900px) {
    .quote {
      height: 400px; } }
  @media screen and (max-width: 650px) {
    .quote {
      height: auto; } }
  .quote .sig {
    font-size: 21px; }
  .quote img {
    position: relative;
    height: 452px;
    width: 734px;
    margin: 0px auto 0px;
    display: block; }
    @media screen and (max-width: 900px) {
      .quote img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        margin: -24.6% 0px 0px -40%; } }
    @media screen and (max-width: 650px) {
      .quote img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        height: auto;
        margin: -56.5% 0px 0px -30%; } }

.hide {
  opacity: 0; }

.hidden-desktop {
  padding: 50px 30px;
  display: none;
  background: #878786; }
  @media screen and (max-width: 767px) {
    .hidden-desktop {
      display: block; } }
  .hidden-desktop p {
    font-style: italic;
    text-align: center;
    color: white;
    line-height: 31px;
    margin: 0;
    padding: 10px 0;
    font-family: "Karla", sans-serif;
    font-size: 20px; }
  .hidden-desktop p:last-child {
    color: #faaf38; }

#quote {
  position: relative;
  background: url(../img/davisPortrait.jpg) no-repeat center;
  background-size: cover;
  height: auto; }
  #quote img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 650px) {
    #quote {
      background-position-x: 15%; } }
  #quote .text-container {
    z-index: 100;
    width: 45vw;
    max-width: 50%;
    position: absolute;
    top: 40%;
    right: 10%; }
    #quote .text-container p {
      font-style: italic;
      margin: 0;
      padding: 10px 0;
      font-size: 18px; }
    #quote .text-container p:last-child {
      color: #faaf38; }
    @media screen and (max-width: 900px) {
      #quote .text-container {
        top: 40px; } }
    @media screen and (max-width: 767px) {
      #quote .text-container {
        display: none;
        top: 40px;
        right: 10%;
        width: 100vw;
        position: relative;
        right: initial;
        max-width: 90%;
        margin: 0 auto;
        /*   p {
           font-size:18px;
         }  */ } }

.stayInTouch {
  height: 250px;
  background: #333333;
  padding: 170px 0 170px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase; }
  .stayInTouch .button {
    height: 47px;
    width: 320px;
    border: 1px solid #878786;
    margin: 65px 20px;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #faaf38;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    display: inline-block; }
  .stayInTouch .button:hover {
    color: #878786;
    border: 1px solid #FAAF38; }
  @media screen and (max-width: 750px) {
    .stayInTouch {
      padding: 110px 0 120px;
      height: 310px; }
      .stayInTouch .button {
        margin: 25px 20px; } }

.credits {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 130px 0px 130px 0px;
  overflow: auto;
  color: #ffffff;
  background: #2f2f39 url("../img/credits-bg.jpg") center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 600px) {
    .credits {
      padding: 60px 0px 60px 0px; } }
  .credits .credits-wrap {
    width: 800px;
    margin: 0px auto; }
    @media screen and (max-width: 1020px) {
      .credits .credits-wrap {
        width: 100%; } }
    .credits .credits-wrap .col {
      float: left;
      width: 266px;
      height: auto; }
      @media screen and (max-width: 1020px) {
        .credits .credits-wrap .col {
          float: left;
          width: 33.3%;
          height: auto; } }
      @media screen and (max-width: 700px) {
        .credits .credits-wrap .col {
          float: none;
          width: 80%;
          margin: 0px auto; } }
      .credits .credits-wrap .col h2 {
        font: 14px "Karla", sans-serif;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px; }
      .credits .credits-wrap .col p {
        font: 18px "Karla", sans-serif;
        text-align: center;
        margin: 0px 0px 35px 0px;
        line-height: 33px; }

footer {
  position: relative;
  width: 100%;
  height: 293px;
  margin: 0px auto;
  padding: 77px 0px 32px 0px;
  overflow: hidden;
  color: #2f2f39; }
  @media screen and (max-width: 600px) {
    footer {
      overflow: auto;
      height: auto;
      padding: 50px 0px 32px 0px; } }
  footer .footer-logo {
    margin: 0px auto;
    width: 550px; }
    @media screen and (max-width: 600px) {
      footer .footer-logo {
        width: 100%; } }
    footer .footer-logo p {
      text-transform: uppercase;
      font: 14px "Karla", sans-serif;
      letter-spacing: 2px;
      margin: 50px 0px 0px 0px;
      text-align: center; }
      @media screen and (max-width: 600px) {
        footer .footer-logo p {
          float: none;
          text-align: center;
          margin: 25px 0px 25px 0px; } }
    footer .footer-logo p:nth-child(3) {
      margin-top: 10px; }
    footer .footer-logo a {
      color: #414141; }
    footer .footer-logo a:hover {
      color: #FAAF38; }
    footer .footer-logo .logo-img {
      position: relative;
      margin: 0px 70px 0px 70px;
      text-align: center; }
      @media screen and (max-width: 600px) {
        footer .footer-logo .logo-img {
          float: none;
          width: 190px;
          margin: 0px auto; } }
  footer .credit {
    height: 55px;
    background: #878786;
    text-align: center;
    font-size: 12px;
    line-height: 57px;
    margin-top: 82px; }
    footer .credit h4 {
      color: white; }
    footer .credit a {
      color: white; }

/*// Helper classes and Print Styles -----------------------*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

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

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

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

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*// Print Styles ---------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

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

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

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

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