/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

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

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}

/*
 * Removes 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;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves 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;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
* {
  -moz-box-sixing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fc {
  overflow: hidden;
}

.fcv {
  overflow: visible;
}

.p {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  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;
  }
}
/**
 *  SCSS variables
 */
/**
 *  Fonts
 */
@font-face {
  font-family: mplus-1c-regular;
  font-weight: normal;
  src: url('../fonts/mplus-1c-regular.eot?') format("eot"), url('../fonts/mplus-1c-regular.ttf') format("truetype");
}

@font-face {
  font-family: mplus-1c-medium;
  font-weight: normal;
  src: url('../fonts/mplus-1c-medium.eot?') format("eot"), url('../fonts/mplus-1c-medium.ttf') format("truetype");
}

@font-face {
  font-family: mplus-1c-black;
  font-weight: normal;
  src: url('../fonts/mplus-1c-black.eot?') format("eot"), url('../fonts/mplus-1c-black.ttf') format("truetype");
}

@font-face {
  font-family: mplus-1c-heavy;
  font-weight: normal;
  src: url('../fonts/mplus-1c-heavy.eot?') format("eot"), url('../fonts/mplus-1c-heavy.ttf') format("truetype");
}

strong {
  font-family: mplus-1c-medium;
  font-weight: normal;
}

/**
 *  Global styles
 */
html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #333333;
}

a:visited {
  color: #3a3a3a;
}

body {
  font-family: mplus-1c-regular;
}

/**
 *  Page-level styles (full-bleed etc)
 */
.section-inner {
  margin: auto;
  width: 100%;
  max-width: 940px;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}

.onecol {
  width: 4.85%;
}

.twocol {
  width: 13.45%;
}

.threecol {
  width: 22.05%;
}

.fourcol {
  width: 30.75%;
}

.fivecol {
  width: 39.45%;
}

.sixcol {
  width: 48%;
}

.sevencol {
  width: 56.75%;
}

.eightcol {
  width: 65.4%;
}

.ninecol {
  width: 74.05%;
}

.tencol {
  width: 82.7%;
}

.elevencol {
  width: 91.35%;
}

.twelvecol {
  width: 100%;
  float: left;
}

.last {
  margin-right: 0px;
}

/**
 *  Big circular buttons
 */
.ui-nav-button {
  margin: auto;
  display: block;
  width: 120px;
  height: 120px;
  background: #000;
  z-index: 100;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
}
@media only screen and (max-width: 767px) {
  .ui-nav-button {
    display: none;
  }
}
.ui-nav-button span {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-family: mplus-1c-heavy;
}
.ui-nav-button.arrow-down {
  background: black url('../img/sprites-s38326466ba.png') -853px 30px no-repeat;
}
.ui-nav-button.arrow-down span {
  top: 68px;
}
.ui-nav-button.arrow-up {
  background: black url('../img/sprites-s38326466ba.png') -999px 70px no-repeat;
}
.ui-nav-button.arrow-up span {
  top: 40px;
}

.ui-pager {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .ui-pager {
    display: none;
  }
}
.ui-pager .ui-pager-btn {
  color: #fff;
  color: #0f0f0f;
  zoom: 1;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 10px;
  line-height: 35px;
  padding: 0 1px 0 0px;
  z-index: 100;
  font-size: 35px;
  cursor: pointer;
}
.ui-pager .ui-pager-btn.ui-pager-btn-current, .ui-pager .ui-pager-btn:hover {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

/**
 *  SCSS variables
 */
nav {
  background: #000;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  height: 70px;
  font-size: 11px;
}
@media only screen and (max-width: 479px) {
  nav {
    height: 109px;
  }
}
nav .logo {
  display: block;
  cursor: pointer;
  margin: 15px 0;
  font-family: mplus-1c-black;
  line-height: 11px;
  padding-top: 19px;
  padding-left: 89px;
  height: 40px;
  background: url('../img/logo.jpg?1363652841') no-repeat left top;
  color: #f1f1e6;
  text-transform: uppercase;
}
nav .logo span {
  display: block;
  color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
  nav .logo {
    height: 69px;
    padding-top: 29px;
    background-position: 0 10px;
    margin: 0 0 0 10px;
  }
}
nav .nav-items-wrapper {
  position: relative;
}
@media only screen and (max-width: 479px) {
  nav .nav-items-wrapper {
    left: -11px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  nav .nav-items-wrapper {
    left: 0;
    top: 30px;
  }
}
nav .nav-items-wrapper .selection {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 70px;
  background: #0e89c2;
}
@media only screen and (max-width: 767px) {
  nav .nav-items-wrapper .selection {
    height: 40px;
  }
}
nav .nav-items-wrapper .caret {
  pointer-events: none;
  position: absolute;
  bottom: -12px;
  width: 24px;
  height: 12px;
  background: url('../img/nav-caret.png?1363652841') no-repeat left top;
}
nav .nav-items-wrapper .nav-items {
  position: relative;
  z-index: 1;
}
nav .nav-items-wrapper .nav-items li a {
  display: block;
  color: #fff;
  padding: 45px 14px 14px 14px;
  font-family: mplus-1c-heavy;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  nav .nav-items-wrapper .nav-items li:first-child {
    display: none;
  }
  nav .nav-items-wrapper .nav-items li a {
    padding: 14px;
  }
}

/**
 *  SCSS variables
 */
/**
 *  Big circular buttons
 */
.ui-nav-button {
  margin: auto;
  display: block;
  width: 120px;
  height: 120px;
  background: #000;
  z-index: 100;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
}
@media only screen and (max-width: 767px) {
  .ui-nav-button {
    display: none;
  }
}
.ui-nav-button span {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-family: mplus-1c-heavy;
}
.ui-nav-button.arrow-down {
  background: black url('../img/sprites-s38326466ba.png') -853px 30px no-repeat;
}
.ui-nav-button.arrow-down span {
  top: 68px;
}
.ui-nav-button.arrow-up {
  background: black url('../img/sprites-s38326466ba.png') -999px 70px no-repeat;
}
.ui-nav-button.arrow-up span {
  top: 40px;
}

.ui-pager {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .ui-pager {
    display: none;
  }
}
.ui-pager .ui-pager-btn {
  color: #fff;
  color: #0f0f0f;
  zoom: 1;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 10px;
  line-height: 35px;
  padding: 0 1px 0 0px;
  z-index: 100;
  font-size: 35px;
  cursor: pointer;
}
.ui-pager .ui-pager-btn.ui-pager-btn-current, .ui-pager .ui-pager-btn:hover {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

section.hero {
  margin-top: 70px;
  display: block;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  section.hero {
    margin-top: 108px;
  }
}
section.hero .spacer {
  padding-top: 48%;
}
@media only screen and (max-width: 479px) {
  section.hero .spacer {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  section.hero .spacer {
    padding-top: 250px;
  }
}
section.hero .images {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
section.hero .images img {
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  section.hero .images img {
    width: 120%;
    left: -10%;
  }
}
section.hero .images img.first {
  z-index: 10;
}
section.hero .ui-pager {
  position: absolute;
  bottom: 9px;
  left: 0;
}
section.hero .ui-nav-button {
  position: absolute;
  left: 50%;
  bottom: 10%;
  margin-left: -60px;
}
@media only screen and (max-width: 767px) {
  section.hero .ui-nav-button {
    display: none;
  }
}

/**
 *  SCSS variables
 */
.gallery .intro {
  position: relative;
}
.gallery .intro .section-inner {
  padding: 60px 0 50px;
}
@media only screen and (max-width: 767px) {
  .gallery .intro .section-inner {
    padding: 20px 0 1px;
  }
}
.gallery .intro .caret {
  display: block;
  position: absolute;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  left: 50%;
  bottom: -12px;
  /*pointer-events: none;*/
  z-index: 100;
}
.gallery h1 {
  font-size: 48px;
  margin: 0 0 20px;
  padding-bottom: 19px;
  font-family: mplus-1c-black;
  font-weight: normal;
  text-align: center;
  letter-spacing: -1px;
}
.gallery p {
  margin: 20px 0;
  padding: 0 10px;
  font-family: mplus-1c-regular;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.gallery .carousel {
  position: relative;
  overflow: hidden;
  height: 660px;
}
@media only screen and (max-width: 479px) {
  .gallery .carousel {
    height: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gallery .carousel {
    height: 250px;
  }
}
.gallery .carousel .carousel-inner {
  position: relative;
  width: 100000px;
  height: 600px;
}
@media only screen and (max-width: 479px) {
  .gallery .carousel .carousel-inner {
    height: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gallery .carousel .carousel-inner {
    height: 250px;
  }
}
.gallery .carousel .btn-image {
  position: relative;
  display: block;
  height: 100%;
  float: left;
  text-decoration: none;
  cursor: pointer;
}
.gallery .carousel .embed {
  position: absolute;
  z-index: 80;
  background: #000;
}
.gallery .carousel img {
  position: relative;
  display: block;
  height: 600px;
}
@media only screen and (max-width: 479px) {
  .gallery .carousel img {
    height: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gallery .carousel img {
    height: 250px;
  }
}
.gallery .carousel .icon-play {
  display: block;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 45%;
  left: 46%;
  width: 65px;
  height: 40px;
  z-index: 1;
  background: transparent url("../img/icon-play.png") no-repeat 0 -40px;
}
.gallery .carousel .btn-image.current .icon-play {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.gallery .carousel .btn-image:hover .icon-play {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.gallery .carousel-btn {
  display: block;
  position: absolute;
  top: 0;
  text-decoration: none;
  width: 90px;
  height: 600px;
  background: black none no-repeat center center;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 90;
}
@media only screen and (max-width: 767px) {
  .gallery .carousel-btn {
    display: none;
  }
}
.gallery .carousel-btn:hover {
  background-color: #000;
}
.gallery .carousel-btn-left {
  background-image: url("../img/sprites/ui-carousel-btn-left.png");
  left: 0;
}
.gallery .carousel-btn-right {
  background-image: url("../img/sprites/ui-carousel-btn-right.png");
  right: 0;
}
.gallery .ui-pager {
  height: 60px;
}
.gallery .ui-pager .ui-pager-btn {
  line-height: 60px;
}

.gallery-light,
.gallery-live {
  background: #1a1a1a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1a1a1a 0%, #141414 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(100%, #141414));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1a1a1a 0%, #141414 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1a1a1a 0%, #141414 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1a1a1a 0%, #141414 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1a1a1a 0%, #141414 100%);
  /* W3C */
}
.gallery-light .intro h1,
.gallery-live .intro h1 {
  color: #f1f1e6;
  border-bottom: 1px solid #393939;
}
@media only screen and (max-width: 767px) {
  .gallery-light .intro h1,
  .gallery-live .intro h1 {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.gallery-light .intro p,
.gallery-live .intro p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .gallery-light .intro p,
  .gallery-live .intro p {
    display: none;
  }
}
.gallery-light .intro .caret,
.gallery-live .intro .caret {
  background: url('../img/sprites-s38326466ba.png') 0 0 no-repeat;
}
.gallery-light .ui-pager .ui-pager-btn,
.gallery-live .ui-pager .ui-pager-btn {
  color: #eee;
  zoom: 1;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
}
.gallery-light .ui-pager .ui-pager-btn.current, .gallery-light .ui-pager .ui-pager-btn:hover,
.gallery-live .ui-pager .ui-pager-btn.current,
.gallery-live .ui-pager .ui-pager-btn:hover {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.gallery-live .carousel {
  height: 600px;
}
@media only screen and (max-width: 479px) {
  .gallery-live .carousel {
    height: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gallery-live .carousel {
    height: 250px;
  }
}
.gallery-live .carousel .carousel-inner {
  height: 540px;
}
@media only screen and (max-width: 479px) {
  .gallery-live .carousel .carousel-inner {
    height: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gallery-live .carousel .carousel-inner {
    height: 250px;
  }
}
.gallery-live .carousel .btn-image {
  margin: 0 10px;
}
.gallery-live .carousel img {
  height: 540px;
  width: 960px;
}
@media only screen and (max-width: 479px) {
  .gallery-live .carousel img {
    height: 300px;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gallery-live .carousel img {
    height: 250px;
    width: 100%;
  }
}
.gallery-live .carousel-btn-left,
.gallery-live .carousel-btn-right {
  height: 540px;
}

.gallery-dark {
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  /* W3C */
}
.gallery-dark .intro h1 {
  color: #151515;
  border-bottom: 1px solid #c7c7c7;
}
@media only screen and (max-width: 767px) {
  .gallery-dark .intro h1 {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.gallery-dark .intro p {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .gallery-dark .intro p {
    display: none;
  }
}
.gallery-dark .intro .caret {
  background: url('../img/sprites-s38326466ba.png') -124px 0 no-repeat;
}
.gallery-dark .ui-pager .ui-pager-btn {
  color: #0f0f0f;
  zoom: 1;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
}
.gallery-dark .ui-pager .ui-pager-btn.current, .gallery-dark .ui-pager .ui-pager-btn:hover {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.gallery-plus {
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  /* W3C */
}
@media only screen and (max-width: 767px) {
  .gallery-plus {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gallery-plus .section-inner {
  position: relative;
  padding-top: 43px;
}
.gallery-plus .section-half {
  width: 460px;
  padding-bottom: 80px;
  display: inline-block;
  vertical-align: top;
}
.gallery-plus .section-half:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .gallery-plus .section-half:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-plus .section-half {
    width: 100%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-plus .section-inner {
    position: relative;
    height: 1300px;
    padding-top: 0;
  }
  .gallery-plus .section-half {
    display: block;
    position: absolute;
    height: 630px;
    left: 0;
  }
  .gallery-plus .section-half-blog {
    top: 23px;
  }
  .gallery-plus .section-half-archive {
    top: 653px;
  }
}
.gallery-plus h1 {
  font-size: 48px;
  letter-spacing: -3px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  padding-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .gallery-plus h1 {
    text-align: center;
  }
}
.gallery-plus .plus-item {
  width: 220px;
  float: left;
}
@media only screen and (max-width: 479px) {
  .gallery-plus .plus-item {
    width: 300px;
    margin-right: 0;
    float: none;
    margin-bottom: 30px;
  }
}
.gallery-plus .plus-item p {
  text-align: left;
  font-size: 12px;
  color: #151515;
  margin: 0;
  padding: 20px 0 0;
  font-family: mplus-1c-black;
}
.gallery-plus .plus-item:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .gallery-plus .plus-item:first-child {
    margin-right: 0;
  }
}
.gallery-plus .plus-item-image {
  display: block;
  text-decoration: none;
  width: 220px;
  height: 120px;
  background: transparent url("../img/plus-placeholder.jpg") no-repeat center center;
  background-size: 220px;
}
@media only screen and (max-width: 479px) {
  .gallery-plus .plus-item-image {
    width: 100%;
    background-size: 100%;
    height: 160px;
  }
}
.hoverable .gallery-plus .plus-item-image:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.gallery-plus .plus-item-more {
  color: #12acf3;
  font-size: 12px;
  font-family: mplus-1c-black;
}
.gallery-plus .plus-item-more:hover {
  color: #43bdf5;
}
.gallery-plus .clear {
  clear: both;
}

/**
 *  SCSS variables
 */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99999;
}
#lightbox.hidden {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
#lightbox.dark {
  background: #fff;
}
#lightbox.light {
  background: #111;
}
#lightbox .lightbox-inner {
  width: 100%;
  margin: 0 auto;
}
#lightbox .lightbox-image {
  position: relative;
  padding-top: 30px;
  padding-bottom: 120px;
}
#lightbox .lightbox-image img {
  position: relative;
  display: block;
  margin: 0 auto;
}
#lightbox .lightbox-text {
  position: absolute;
  height: 104px;
  bottom: 0;
  left: 125px;
  max-width: 1184px;
}
#lightbox .lightbox-text h2 {
  font-family: mplus-1c-black;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 28px;
  margin: 0;
}
#lightbox .lightbox-text p {
  margin: 0;
  font-size: 12px;
}
#lightbox.dark .lightbox-text h2, #lightbox.dark .lightbox-text p {
  color: #151515;
}
#lightbox.light .lightbox-text h2, #lightbox.light .lightbox-text p {
  color: #fff;
}
#lightbox .lightbox-controls {
  position: absolute;
  bottom: 30px;
  right: 115px;
}
#lightbox .lightbox-controls .carousel-btn {
  display: block;
  float: left;
  margin-right: 5px;
  text-decoration: none;
  height: 70px;
  width: 70px;
  background: #333333 none no-repeat center center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #lightbox .lightbox-controls .carousel-btn {
    display: none;
  }
}
#lightbox .lightbox-controls .carousel-btn:hover {
  background-color: #111;
}
#lightbox .lightbox-controls .carousel-btn-left {
  background-image: url("../img/sprites/lightbox-btn-left.png");
}
#lightbox .lightbox-controls .carousel-btn-right {
  background-image: url("../img/sprites/lightbox-btn-right.png");
}
#lightbox .lightbox-controls .carousel-btn-close {
  background-image: url("../img/sprites/lightbox-btn-close.png");
}

section.button {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  section.button {
    display: none;
  }
}

/**
 *  SCSS variables
 */
footer {
  border-top: 3px solid #f6f6f6;
  background-image: linear-gradient(#fafafa 10%, #ffffff 90%);
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  footer {
    border: none;
  }
}
footer .contact,
footer .representation {
  border-bottom: 1px solid #d8d8d8;
}
footer .contact {
  margin: 60px 0;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  footer .contact {
    padding: 20px 0 20px;
    margin: 0 0 40px;
    width: 100%;
  }
}
footer .contact h1 {
  margin: 0 33px 0 0;
  font-family: mplus-1c-black;
  font-size: 48px;
  letter-spacing: -3px;
  text-transform: uppercase;
  font-weight: normal;
}
@media only screen and (max-width: 479px) {
  footer .contact h1 {
    text-align: center;
    width: 100%;
  }
}
footer .contact dl {
  margin-top: 12px;
  font-size: 12px;
}
footer .representation {
  margin: 0 0 20px;
  padding: 0 0 120px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  footer .representation {
    padding-bottom: 0;
  }
}
footer .representation h2 {
  margin-top: 0;
  font-family: mplus-1c-heavy;
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (max-width: 479px) {
  footer .representation .threecol {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer .representation .threecol {
    width: 46%;
    margin-bottom: 20px;
  }
}
footer .representation a {
  font-family: mplus-1c-medium;
}
footer .elsewhere {
  margin-bottom: 20px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  footer .elsewhere {
    line-height: 18px;
  }
  footer .elsewhere ul {
    float: none;
    margin: 5px 0 0 0;
  }
  footer .elsewhere p {
    float: none;
  }
}
footer .elsewhere li {
  margin-right: 8px;
  padding-right: 7px;
  border-right: 1px solid #cccccc;
}
footer .elsewhere li.last {
  margin: 0;
  padding: 0;
  border: 0;
}
