@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,700italic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  overflow-y: scroll; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

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

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

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

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.container {
  width: 100%;
  margin: 0 auto; }

.row:before,
.row:after {
  content: "";
  display: table;
  clear: both; }

[class*='col-'] {
  float: left;
  min-height: 1px;
  padding: 15px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%; }

@media screen and (min-width: 767px) {
  .container {
    max-width: 800px; }

  .col-1 {
    width: 25%; }

  .col-2 {
    width: 25%; }

  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7 {
    width: 50%; }

  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%; } }
@media screen and (min-width: 959px) {
  .container {
    max-width: 980px; }

  .col-1 {
    width: 8.33%; }

  .col-2 {
    width: 16.66%; }

  .col-3 {
    width: 25%; }

  .col-4 {
    width: 33.33%; }

  .col-5 {
    width: 41.66%; }

  .col-6 {
    width: 50%; }

  .col-7 {
    width: 58.33%; }

  .col-8 {
    width: 66.66%; }

  .col-9 {
    width: 75%; }

  .col-10 {
    width: 83.33%; }

  .col-11 {
    width: 91.66%; }

  .col-12 {
    width: 100%; } }
@media screen and (min-width: 1179px) {
  .container {
    max-width: 1200px; } }
.right {
  float: right; }

body {
  font-family: 'Lato';
  font-weight: 400;
  color: #222; }

a {
  color: #b8a590; }
  a:hover {
    color: #e8dfd5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato';
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #b8a590;
  line-height: 1.5; }

h1,
h2,
h3 {
  font-size: 24px; }
  @media screen and (min-width: 959px) {
    h1,
    h2,
    h3 {
      font-size: 36px;
      margin-bottom: 20px; } }

h4 {
  font-size: 18px; }

section {
  padding: 60px 0;
  text-align: center; }
  @media screen and (min-width: 767px) {
    section {
      padding: 60px 0;
      text-align: left; } }
  section.is-torn {
    position: relative; }
    section.is-torn:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -10px;
      width: 100%;
      height: 20px;
      background: url(../../assets/images/torn-paper.png) center 20px;
      background-size: 100% 20px;
      z-index: 8; }
  section .block-copy {
    margin-top: 20px; }

p {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 25px; }
  @media screen and (min-width: 767px) {
    p {
      font-size: 16px; } }
  @media screen and (min-width: 1179px) {
    p {
      font-size: 18px; } }

.note {
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
  color: #b8a590; }
  @media screen and (min-width: 767px) {
    .note {
      font-size: 18px; } }

.block-copy ul {
  margin: 10px 0 40px;
  padding: 0; }
  .block-copy ul li {
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 30px; }
    @media screen and (min-width: 767px) {
      .block-copy ul li:before {
        background: #b8a590;
        content: '';
        display: block;
        height: 10px;
        left: -20px;
        position: relative;
        top: 18px;
        width: 10px; } }

.scale {
  width: 100%;
  max-width: 100%;
  height: auto; }

.is-centered {
  text-align: center;
  margin: 0 auto; }

.is-circle {
  display: block;
  border-radius: 50%;
  padding: 6px;
  border: 1px solid #ccc;
  max-width: 400px;
  margin: 0 auto; }
  .is-circle img {
    border-radius: 50%;
    display: block;
    margin: 0 auto; }

table.is-standard {
  font-size: 10px;
  width: 100%;
  margin-bottom: 30px; }
  @media screen and (min-width: 767px) {
    table.is-standard {
      font-size: 12px;
      text-transform: uppercase; } }
  table.is-standard th,
  table.is-standard td {
    padding: 5px;
    width: auto;
    vertical-align: middle; }
    @media screen and (min-width: 767px) {
      table.is-standard th,
      table.is-standard td {
        padding: 10px;
        border: 1px solid #FFF; } }
  table.is-standard th {
    background-color: #e8dfd5; }
  table.is-standard td {
    background-color: #EEE; }
  table.is-standard tr:nth-child(even) td {
    background: #FFF; }

.modal {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 900px;
  margin: 20px auto; }
  @media screen and (min-width: 767px) {
    .modal {
      padding: 60px; } }
  .modal p {
    font-size: 16px;
    line-height: 1.2; }
  .modal strong {
    font-weight: 700; }

.mfp-fade.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.button {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 20px 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #837668;
  font-weight: 700;
  font-size: 14px;
  background: #e8dfd5;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .button.is-primary {
    background: #b8a590;
    color: #FFF; }
  .button.is-secondary {
    background: #8f659f;
    color: #FFF; }
  .button:hover, .button.is-primary:hover, .button.is-secondary:hover {
    background: #222;
    color: #FFF; }
  .button.is-outline {
    background: transparent;
    color: #FFF;
    border: 3px solid #FFF; }
  .button.is-outline:hover {
    background: #FFF;
    color: #222; }
  @media (min-width: 767px) {
    .button {
      font-size: 14px;
      padding: 16px 20px;
      margin-right: 20px; } }
  @media (min-width: 959px) {
    .button {
      font-size: 16px;
      padding: 20px 24px; } }
  @media (min-width: 1179px) {
    .button {
      font-size: 20px; } }

header {
  position: absolute;
  z-index: 9;
  box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.2);
  height: 100px; }
  @media screen and (min-width: 959px) {
    header {
      height: 140px; } }
  @media screen and (min-width: 1179px) {
    header {
      height: 150px; } }

.masthead {
  background: #FFF;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .masthead {
      position: fixed; } }
  .masthead nav {
    display: none; }
    @media screen and (min-width: 767px) {
      .masthead nav {
        display: block;
        padding: 40px 0 0; } }
    @media screen and (min-width: 959px) {
      .masthead nav {
        display: block;
        padding: 60px 0 0; } }
    .masthead nav li {
      float: left;
      text-transform: uppercase;
      font-weight: 700; }
      @media screen and (min-width: 767px) {
        .masthead nav li {
          font-size: 12px;
          padding: 0 15px; } }
      @media screen and (min-width: 959px) {
        .masthead nav li {
          font-size: 14px;
          padding: 0 20px; } }
      @media screen and (min-width: 1179px) {
        .masthead nav li {
          font-size: 16px; } }
      .masthead nav li.link-buy, .masthead nav li.link-contact, .masthead nav li.link-contest {
        float: right; }
      .masthead nav li.link-contest {
        position: relative;
        text-align: center;
        top: -5px; }
      .masthead nav li a {
        text-decoration: none;
        color: #666;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
        .masthead nav li a:hover {
          color: #999; }
  .masthead:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 20px;
    background: url(../../assets/images/torn-paper.png) center 20px;
    background-size: 100% 20px; }
  .masthead .logo {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 200px;
    margin-left: -90px; }
    @media screen and (min-width: 959px) {
      .masthead .logo {
        width: 300px;
        margin-left: -140px; } }
    @media screen and (min-width: 1599px) {
      .masthead .logo {
        width: 330px;
        margin-left: -165px; } }

.hero {
  background: #222 url(../../assets/images/background-video.jpg) center center;
  background-size: cover;
  position: relative;
  top: 100px;
  margin-bottom: 100px; }
  @media screen and (min-width: 959px) {
    .hero {
      top: 140px;
      margin-bottom: 140px;
      padding: 100px 0; } }
  @media screen and (min-width: 1179px) {
    .hero {
      top: 150px;
      margin-bottom: 150px;
      padding: 120px 0; } }
  .hero .video {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    display: none; }
    .hero .video video {
      position: relative;
      width: 100%;
      height: auto;
      top: 0;
      margin: 0 auto;
      z-index: -1; }
    @media screen and (min-width: 959px) {
      .hero .video {
        display: block; } }
    @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .hero .video {
        display: none; } }
  .hero .container {
    text-align: center;
    position: relative;
    z-index: 2; }
  .hero h2 {
    font-weight: 300;
    text-transform: none;
    color: #FFF;
    font-size: 36px;
    margin-bottom: 40px; }
    @media screen and (min-width: 767px) {
      .hero h2 {
        font-size: 44px; } }
    @media screen and (min-width: 959px) {
      .hero h2 {
        font-size: 60px; } }

.intro {
  z-index: 2;
  background: #FFF; }

.gallery-paper .is-circle {
  display: none; }
  .gallery-paper .is-circle.is-active {
    display: block; }

.gallery-paper-indicators {
  margin-top: 20px;
  text-align: center; }
  .gallery-paper-indicators li {
    display: inline-block;
    margin: 0 5px; }
  .gallery-paper-indicators li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #999;
    border-radius: 50%;
    text-indent: -9999px; }
    .gallery-paper-indicators li a.is-active {
      border: 3px solid #222; }
    .gallery-paper-indicators li a.standard-white {
      background: #FFF; }
    .gallery-paper-indicators li a.warm-white {
      background: #e8dfd9; }

.applications .image-video {
  border-radius: 10px; }

.gallery-artwork li {
  float: left; }
  .gallery-artwork li a {
    position: relative; }
    .gallery-artwork li a:before {
      content: "";
      display: block;
      opacity: 0;
      background: url(../../assets/images/icon-zoom.png) no-repeat;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px;
      -webkit-transition: all 0.4s ease-in;
      -moz-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in;
      z-index: 1; }
    .gallery-artwork li a img {
      -webkit-transition: all 0.4s ease-in;
      -moz-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in; }
    .gallery-artwork li a:hover {
      background: #837668; }
      .gallery-artwork li a:hover:before {
        opacity: 1; }
      .gallery-artwork li a:hover img {
        opacity: .2; }

.new-impressions
.image {
  margin: 45px auto 0;
  max-width: 500px; }

.where-to-buy {
  overflow: hidden; }
  .where-to-buy .capitol {
    right: -80px;
    position: relative; }

.testimonial {
  color: #FFF;
  text-align: center; }
  .testimonial blockquote {
    padding: 20px; }
    .testimonial blockquote p {
      font-size: 20px;
      font-weight: 200;
      line-height: 1.6; }
      @media screen and (min-width: 767px) {
        .testimonial blockquote p {
          font-size: 24px; } }
      @media screen and (min-width: 959px) {
        .testimonial blockquote p {
          font-size: 36px; } }
    @media screen and (min-width: 767px) {
      .testimonial blockquote {
        padding: 50px; } }
  .testimonial cite {
    text-transform: uppercase;
    font-size: 16px;
    color: #b8a590; }
    @media screen and (min-width: 767px) {
      .testimonial cite {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 2px; } }
  .testimonial.skull {
    background: #222 url(../../assets/images/background-skull-dark.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover; }
  .testimonial.abstract {
    background: #222 url(../../assets/images/background-abstract-dark.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover; }
  .testimonial.crab {
    background: #222 url(../../assets/images/background-crab-dark.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover; }

.footer {
  background: #222;
  color: #FFF;
  padding: 120px 0;
  text-align: center; }
  @media screen and (min-width: 767px) {
    .footer {
      text-align: left; } }
  .footer .phone {
    font-size: 36px; }
    .footer .phone a {
      text-decoration: none; }
  .footer .footer-logos {
    overflow: hidden;
    border-top: 1px solid #444;
    margin-top: 60px;
    padding: 30px 0 0 0; }
    .footer .footer-logos a {
      text-indent: -9999px;
      display: block;
      margin: 50px auto;
      opacity: .5; }
      .footer .footer-logos a:hover {
        opacity: 1; }
    .footer .footer-logos .logo-speedball {
      width: 185px;
      height: 56px;
      background: url(../../assets/images/logo-small-speedball.png) center center no-repeat; }
      @media screen and (min-width: 767px) {
        .footer .footer-logos .logo-speedball {
          float: left;
          margin: 0 60px 0 0; } }
    .footer .footer-logos .logo-akua {
      width: 130px;
      height: 52px;
      background: url(../../assets/images/logo-small-akua.png) center center no-repeat; }
      @media screen and (min-width: 767px) {
        .footer .footer-logos .logo-akua {
          float: left;
          margin: 10px 0 0 0; } }
    .footer .footer-logos .logo-arnhem-1618 {
      width: 210px;
      height: 70px;
      background: url(../../assets/images/logo-small-arnhem.png) center center no-repeat; }
      @media screen and (min-width: 767px) {
        .footer .footer-logos .logo-arnhem-1618 {
          float: right;
          margin: 0; } }
  .footer .button.is-primary:hover {
    background-color: #e8dfd5;
    color: #837668; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.ie8 header {
  border-bottom: 1px solid #555; }
.ie8 header:after,
.ie8 .is-torn:after {
  display: none; }
.ie8 .hero {
  background-size: normal; }
.ie8 .video {
  display: none; }
