@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*------------------------------------*\
    @CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * VARIABLES............Your settings.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 */
/*------------------------------------*\
    @VARIABLES
\*------------------------------------*/
/**
 * Set the spacing between your grid items.
 */
/**
 * At which point should lap and desk breakpoints kick in?
 */
/*------------------------------------*\
    @GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 * 4. Remove whitespace caused by `inline-block` elements.
 */
.grid {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -25px
  /* [3] */
}
/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Reinstate removed whitespace.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  display: inline-block;
  /* [1] */
  padding-left: 25px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  letter-spacing: normal;
  /* [4] */
  word-spacing: normal;
  /* [4] */
  /* [5] */
  /* [5] */
  box-sizing: border-box
  /* [5] */
}
.grid--wide {
  margin-left: -50px;
}
.grid--wide .grid__item {
  padding-left: 50px;
}
.grid--center {
  text-align: center;
}
.grid--center .grid__item {
  text-align: left;
}
/*------------------------------------*\
    @WIDTHS
\*------------------------------------*/
/**
 * These next bits get worked out for you.
 */
/**
 * Create our widths, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
     * Whole
     */
.one-whole {
  width: 100%;
}
/**
     * Halves
     */
.one-half {
  width: 50%;
}
/**
     * Thirds
     */
.one-third {
  width: 33.333%;
}
.two-thirds {
  width: 66.666%;
}
/**
     * Quarters
     */
.one-quarter {
  width: 25%;
}
.two-quarters {
  width: 50%;
}
.three-quarters {
  width: 75%;
}
/**
     * Fifths
     */
.one-fifth {
  width: 20%;
}
.two-fifths {
  width: 40%;
}
.three-fifths {
  width: 60%;
}
.four-fifths {
  width: 80%;
}
/**
     * Sixths
     */
.one-sixth {
  width: 16.666%;
}
.two-sixths {
  width: 33.333%;
}
.three-sixths {
  width: 50%;
}
.four-sixths {
  width: 66.666%;
}
.five-sixths {
  width: 83.333%;
}
/**
     * Eighths
     */
.one-eighth {
  width: 12.5%;
}
.two-eighths {
  width: 25%;
}
.three-eighths {
  width: 37.5%;
}
.four-eighths {
  width: 50%;
}
.five-eighths {
  width: 62.5%;
}
.six-eighths {
  width: 75%;
}
.seven-eighths {
  width: 87.5%;
}
/**
     * Tenths
     */
.one-tenth {
  width: 10%;
}
.two-tenths {
  width: 20%;
}
.three-tenths {
  width: 30%;
}
.four-tenths {
  width: 40%;
}
.five-tenths {
  width: 50%;
}
.six-tenths {
  width: 60%;
}
.seven-tenths {
  width: 70%;
}
.eight-tenths {
  width: 80%;
}
.nine-tenths {
  width: 90%;
}
/**
     * Twelfths
     */
.one-twelfth {
  width: 8.333%;
}
.two-twelfths {
  width: 16.666%;
}
.three-twelfths {
  width: 25%;
}
.four-twelfths {
  width: 33.333%;
}
.five-twelfths {
  width: 41.666%;
}
.six-twelfths {
  width: 50%;
}
.seven-twelfths {
  width: 58.333%;
}
.eight-twelfths {
  width: 66.666%;
}
.nine-twelfths {
  width: 75%;
}
.ten-twelfths {
  width: 83.333%;
}
.eleven-twelfths {
  width: 91.666%;
}
.none {
  display: none;
}
.auto {
  width: auto;
}
/**
 * Our breakpoint specific widths classes.
 */
@media only screen and (max-width: 767px) {
  /**
     * Whole
     */
  .palm-one-whole {
    width: 100%;
  }
  /**
     * Halves
     */
  .palm-one-half {
    width: 50%;
  }
  /**
     * Thirds
     */
  .palm-one-third {
    width: 33.333%;
  }
  .palm-two-thirds {
    width: 66.666%;
  }
  /**
     * Quarters
     */
  .palm-one-quarter {
    width: 25%;
  }
  .palm-two-quarters {
    width: 50%;
  }
  .palm-three-quarters {
    width: 75%;
  }
  /**
     * Fifths
     */
  .palm-one-fifth {
    width: 20%;
  }
  .palm-two-fifths {
    width: 40%;
  }
  .palm-three-fifths {
    width: 60%;
  }
  .palm-four-fifths {
    width: 80%;
  }
  /**
     * Sixths
     */
  .palm-one-sixth {
    width: 16.666%;
  }
  .palm-two-sixths {
    width: 33.333%;
  }
  .palm-three-sixths {
    width: 50%;
  }
  .palm-four-sixths {
    width: 66.666%;
  }
  .palm-five-sixths {
    width: 83.333%;
  }
  /**
     * Eighths
     */
  .palm-one-eighth {
    width: 12.5%;
  }
  .palm-two-eighths {
    width: 25%;
  }
  .palm-three-eighths {
    width: 37.5%;
  }
  .palm-four-eighths {
    width: 50%;
  }
  .palm-five-eighths {
    width: 62.5%;
  }
  .palm-six-eighths {
    width: 75%;
  }
  .palm-seven-eighths {
    width: 87.5%;
  }
  /**
     * Tenths
     */
  .palm-one-tenth {
    width: 10%;
  }
  .palm-two-tenths {
    width: 20%;
  }
  .palm-three-tenths {
    width: 30%;
  }
  .palm-four-tenths {
    width: 40%;
  }
  .palm-five-tenths {
    width: 50%;
  }
  .palm-six-tenths {
    width: 60%;
  }
  .palm-seven-tenths {
    width: 70%;
  }
  .palm-eight-tenths {
    width: 80%;
  }
  .palm-nine-tenths {
    width: 90%;
  }
  /**
     * Twelfths
     */
  .palm-one-twelfth {
    width: 8.333%;
  }
  .palm-two-twelfths {
    width: 16.666%;
  }
  .palm-three-twelfths {
    width: 25%;
  }
  .palm-four-twelfths {
    width: 33.333%;
  }
  .palm-five-twelfths {
    width: 41.666%;
  }
  .palm-six-twelfths {
    width: 50%;
  }
  .palm-seven-twelfths {
    width: 58.333%;
  }
  .palm-eight-twelfths {
    width: 66.666%;
  }
  .palm-nine-twelfths {
    width: 75%;
  }
  .palm-ten-twelfths {
    width: 83.333%;
  }
  .palm-eleven-twelfths {
    width: 91.666%;
  }
  .palm-none {
    display: none;
  }
  .palm-auto {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /**
     * Whole
     */
  .lap-one-whole {
    width: 100%;
  }
  /**
     * Halves
     */
  .lap-one-half {
    width: 50%;
  }
  /**
     * Thirds
     */
  .lap-one-third {
    width: 33.333%;
  }
  .lap-two-thirds {
    width: 66.666%;
  }
  /**
     * Quarters
     */
  .lap-one-quarter {
    width: 25%;
  }
  .lap-two-quarters {
    width: 50%;
  }
  .lap-three-quarters {
    width: 75%;
  }
  /**
     * Fifths
     */
  .lap-one-fifth {
    width: 20%;
  }
  .lap-two-fifths {
    width: 40%;
  }
  .lap-three-fifths {
    width: 60%;
  }
  .lap-four-fifths {
    width: 80%;
  }
  /**
     * Sixths
     */
  .lap-one-sixth {
    width: 16.666%;
  }
  .lap-two-sixths {
    width: 33.333%;
  }
  .lap-three-sixths {
    width: 50%;
  }
  .lap-four-sixths {
    width: 66.666%;
  }
  .lap-five-sixths {
    width: 83.333%;
  }
  /**
     * Eighths
     */
  .lap-one-eighth {
    width: 12.5%;
  }
  .lap-two-eighths {
    width: 25%;
  }
  .lap-three-eighths {
    width: 37.5%;
  }
  .lap-four-eighths {
    width: 50%;
  }
  .lap-five-eighths {
    width: 62.5%;
  }
  .lap-six-eighths {
    width: 75%;
  }
  .lap-seven-eighths {
    width: 87.5%;
  }
  /**
     * Tenths
     */
  .lap-one-tenth {
    width: 10%;
  }
  .lap-two-tenths {
    width: 20%;
  }
  .lap-three-tenths {
    width: 30%;
  }
  .lap-four-tenths {
    width: 40%;
  }
  .lap-five-tenths {
    width: 50%;
  }
  .lap-six-tenths {
    width: 60%;
  }
  .lap-seven-tenths {
    width: 70%;
  }
  .lap-eight-tenths {
    width: 80%;
  }
  .lap-nine-tenths {
    width: 90%;
  }
  /**
     * Twelfths
     */
  .lap-one-twelfth {
    width: 8.333%;
  }
  .lap-two-twelfths {
    width: 16.666%;
  }
  .lap-three-twelfths {
    width: 25%;
  }
  .lap-four-twelfths {
    width: 33.333%;
  }
  .lap-five-twelfths {
    width: 41.666%;
  }
  .lap-six-twelfths {
    width: 50%;
  }
  .lap-seven-twelfths {
    width: 58.333%;
  }
  .lap-eight-twelfths {
    width: 66.666%;
  }
  .lap-nine-twelfths {
    width: 75%;
  }
  .lap-ten-twelfths {
    width: 83.333%;
  }
  .lap-eleven-twelfths {
    width: 91.666%;
  }
  .lap-none {
    display: none;
  }
  .lap-auto {
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  /**
     * Whole
     */
  .portable-one-whole {
    width: 100%;
  }
  /**
     * Halves
     */
  .portable-one-half {
    width: 50%;
  }
  /**
     * Thirds
     */
  .portable-one-third {
    width: 33.333%;
  }
  .portable-two-thirds {
    width: 66.666%;
  }
  /**
     * Quarters
     */
  .portable-one-quarter {
    width: 25%;
  }
  .portable-two-quarters {
    width: 50%;
  }
  .portable-three-quarters {
    width: 75%;
  }
  /**
     * Fifths
     */
  .portable-one-fifth {
    width: 20%;
  }
  .portable-two-fifths {
    width: 40%;
  }
  .portable-three-fifths {
    width: 60%;
  }
  .portable-four-fifths {
    width: 80%;
  }
  /**
     * Sixths
     */
  .portable-one-sixth {
    width: 16.666%;
  }
  .portable-two-sixths {
    width: 33.333%;
  }
  .portable-three-sixths {
    width: 50%;
  }
  .portable-four-sixths {
    width: 66.666%;
  }
  .portable-five-sixths {
    width: 83.333%;
  }
  /**
     * Eighths
     */
  .portable-one-eighth {
    width: 12.5%;
  }
  .portable-two-eighths {
    width: 25%;
  }
  .portable-three-eighths {
    width: 37.5%;
  }
  .portable-four-eighths {
    width: 50%;
  }
  .portable-five-eighths {
    width: 62.5%;
  }
  .portable-six-eighths {
    width: 75%;
  }
  .portable-seven-eighths {
    width: 87.5%;
  }
  /**
     * Tenths
     */
  .portable-one-tenth {
    width: 10%;
  }
  .portable-two-tenths {
    width: 20%;
  }
  .portable-three-tenths {
    width: 30%;
  }
  .portable-four-tenths {
    width: 40%;
  }
  .portable-five-tenths {
    width: 50%;
  }
  .portable-six-tenths {
    width: 60%;
  }
  .portable-seven-tenths {
    width: 70%;
  }
  .portable-eight-tenths {
    width: 80%;
  }
  .portable-nine-tenths {
    width: 90%;
  }
  /**
     * Twelfths
     */
  .portable-one-twelfth {
    width: 8.333%;
  }
  .portable-two-twelfths {
    width: 16.666%;
  }
  .portable-three-twelfths {
    width: 25%;
  }
  .portable-four-twelfths {
    width: 33.333%;
  }
  .portable-five-twelfths {
    width: 41.666%;
  }
  .portable-six-twelfths {
    width: 50%;
  }
  .portable-seven-twelfths {
    width: 58.333%;
  }
  .portable-eight-twelfths {
    width: 66.666%;
  }
  .portable-nine-twelfths {
    width: 75%;
  }
  .portable-ten-twelfths {
    width: 83.333%;
  }
  .portable-eleven-twelfths {
    width: 91.666%;
  }
  .portable-none {
    display: none;
  }
  .portable-auto {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  /**
     * Whole
     */
  .desk-one-whole {
    width: 100%;
  }
  /**
     * Halves
     */
  .desk-one-half {
    width: 50%;
  }
  /**
     * Thirds
     */
  .desk-one-third {
    width: 33.333%;
  }
  .desk-two-thirds {
    width: 66.666%;
  }
  /**
     * Quarters
     */
  .desk-one-quarter {
    width: 25%;
  }
  .desk-two-quarters {
    width: 50%;
  }
  .desk-three-quarters {
    width: 75%;
  }
  /**
     * Fifths
     */
  .desk-one-fifth {
    width: 20%;
  }
  .desk-two-fifths {
    width: 40%;
  }
  .desk-three-fifths {
    width: 60%;
  }
  .desk-four-fifths {
    width: 80%;
  }
  /**
     * Sixths
     */
  .desk-one-sixth {
    width: 16.666%;
  }
  .desk-two-sixths {
    width: 33.333%;
  }
  .desk-three-sixths {
    width: 50%;
  }
  .desk-four-sixths {
    width: 66.666%;
  }
  .desk-five-sixths {
    width: 83.333%;
  }
  /**
     * Eighths
     */
  .desk-one-eighth {
    width: 12.5%;
  }
  .desk-two-eighths {
    width: 25%;
  }
  .desk-three-eighths {
    width: 37.5%;
  }
  .desk-four-eighths {
    width: 50%;
  }
  .desk-five-eighths {
    width: 62.5%;
  }
  .desk-six-eighths {
    width: 75%;
  }
  .desk-seven-eighths {
    width: 87.5%;
  }
  /**
     * Tenths
     */
  .desk-one-tenth {
    width: 10%;
  }
  .desk-two-tenths {
    width: 20%;
  }
  .desk-three-tenths {
    width: 30%;
  }
  .desk-four-tenths {
    width: 40%;
  }
  .desk-five-tenths {
    width: 50%;
  }
  .desk-six-tenths {
    width: 60%;
  }
  .desk-seven-tenths {
    width: 70%;
  }
  .desk-eight-tenths {
    width: 80%;
  }
  .desk-nine-tenths {
    width: 90%;
  }
  /**
     * Twelfths
     */
  .desk-one-twelfth {
    width: 8.333%;
  }
  .desk-two-twelfths {
    width: 16.666%;
  }
  .desk-three-twelfths {
    width: 25%;
  }
  .desk-four-twelfths {
    width: 33.333%;
  }
  .desk-five-twelfths {
    width: 41.666%;
  }
  .desk-six-twelfths {
    width: 50%;
  }
  .desk-seven-twelfths {
    width: 58.333%;
  }
  .desk-eight-twelfths {
    width: 66.666%;
  }
  .desk-nine-twelfths {
    width: 75%;
  }
  .desk-ten-twelfths {
    width: 83.333%;
  }
  .desk-eleven-twelfths {
    width: 91.666%;
  }
  .desk-none {
    display: none;
  }
  .desk-auto {
    width: auto;
  }
}
body {
  font-family: 'Libre Baskerville', serif;
  background: #000;
  color: #fff;
  font-size: 12px;
}
a {
  color: inherit;
  text-decoration: none;
}
.main__box {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.main__box__gutter {
  display: block;
  width: auto;
  margin: 0 25px;
}
#loading {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000 url(../img/layout/preloader.gif) no-repeat center center;
}
.header {
  position: relative;
}
.header__brand {
  margin: 46px auto;
  padding: 0;
  max-width: 400px;
  width: 90%;
  height: 28px;
  overflow: hidden;
  text-indent: -9999em;
  background: url(../img/layout/non-plvs-vltra.svg) no-repeat;
  background-size: contain;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header__brand {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header__brand {
    margin: 25px auto;
  }
}
.header__social {
  position: absolute;
  z-index: auto;
  right: 0;
  top: 0;
  list-style: none;
  line-height: 28px;
  margin: 0 25px;
  padding: 0;
  font-family: "Aller", Sans-Serif;
}
@media only screen and (max-width: 767px) {
  .header__social {
    position: relative;
    text-align: right;
    width: 90%;
    margin: 25px auto;
  }
}
.header__social li {
  display: inline-block;
}
.header__x {
  display: block;
  position: absolute;
  z-index: auto;
  left: 25px;
  top: 50%;
  margin-top: -13px;
  height: 25px;
  width: 25px;
  background: url(../img/layout/x.png) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .header__x {
    width: 15px;
    height: 15px;
    left: 5%;
    margin-left: 4px;
    margin-top: 0;
    top: 60px;
  }
}
.header__social__link {
  color: #fff;
  font-size: 16px;
  margin-left: 25px;
}
.header__mobile-nav__btn {
  float: left;
  display: none !important;
}
.header__mobile-nav__btn .header__social__link {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .header__mobile-nav__btn {
    display: block !important;
  }
}
.nav-placeholder {
  height: 35px;
}
.nav {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 120px;
  width: 100%;
  height: 35px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
}
.nav * {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav:hover {
  height: auto;
}
.nav > ul {
  text-align: center;
}
.nav > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  text-transform: uppercase;
}
.nav > ul > li > ul {
  margin: 10px 0;
}
.nav > ul > li > a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 35px;
  height: 35px;
  font-size: 13px;
  box-sizing: border-box;
}
.nav > ul > li:hover > a {
  border-bottom: 2px solid #fff;
}
.nav > ul > li > ul > li > a {
  text-transform: uppercase;
  line-height: 30px;
  font-size: 11px;
}
.nav > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
.nav__close {
  display: none;
}
.nav > ul > li > ul > li ol {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav-placeholder {
    display: none;
  }
  .nav {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
  }
  .nav > ul > li {
    display: block;
  }
  .nav > ul > li > a {
    border-bottom: none !important;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
  }
  .nav > ul > li > ul > li > a {
    line-height: 25px;
  }
  .nav__close {
    height: 20px;
    width: 20px;
    display: block;
    margin: 20px auto;
    background: url(../img/layout/x.png) center center;
  }
}
.footer {
  margin-top: -25px;
}
.footer__payoff {
  text-align: center;
  height: auto;
}
.footer__payoff__img {
  display: block;
  width: 600px;
  height: auto;
  max-width: 90%;
  margin: 40px auto;
}
.footer__legal__left {
  float: left;
  height: 55px;
  line-height: 55px;
  margin: 15px 30px;
}
@media only screen and (max-width: 767px) {
  .footer__legal__left {
    display: block;
    float: none;
    white-space: nowrap;
    text-align: center;
    font-size: 10px;
    height: auto;
    line-height: 2;
    width: 90%;
    margin: 10px auto;
  }
}
.footer__legal__logo {
  float: right;
  margin: 15px 30px;
}
@media only screen and (max-width: 767px) {
  .footer__legal__logo {
    display: block;
    float: none;
    margin: 10px auto;
  }
}
.footer--gallery {
  position: fixed;
  z-index: 10;
  height: 50px;
  line-height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #000;
  font-size: 20px;
}
.grid__btn {
  display: block;
  width: auto;
  position: relative;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-transition: background 0.5s ease;
          transition: background 0.5s ease;
}
.grid__item {
  position: relative;
}
.grid__btn__lens {
  position: absolute;
  z-index: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  font-size: 30px;
}
.grid__btn__lens:hover {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.grid__btn__lens i {
  position: absolute;
  z-index: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn {
  display: inline-block;
  font-family: "Avenir", Sans-Serif;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 0 10px;
  line-height: 30px;
}
.picture {
  text-align: center;
}
.picture__main_el {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: auto;
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .picture__main_el {
    max-width: 90%;
  }
}
.picture__main_el > iframe {
  max-width: 100%;
  max-height: 100%;
}
.fadeOut {
  opacity: 0;
}
.arr {
  position: absolute;
  z-index: auto;
  top: 50%;
  margin: 25px;
  height: 50px;
  width: 50px;
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  .arr {
    height: 30px;
    width: 30px;
    margin: 10px 10px 0 10px;
  }
}
.arr-l {
  background-image: url(../img/layout/arr-left.png);
  background-position: left center;
  left: 0;
}
.arr-r {
  background-image: url(../img/layout/arr-right.png);
  background-position: right center;
  right: 0;
}
.left {
  display: block;
  float: left;
}
.right {
  display: block;
  float: right;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.relative {
  position: relative;
}
.perspective {
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.perspective--800 {
  -webkit-perspective: 800px !important;
          perspective: 800px !important;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.mt--50 {
  margin-top: 50px;
}
.section--vote__character-box > div.section--vote__character:nth-child(16) .section--vote__character__img {
  -webkit-transition-delay: 0.6315426933579147s;
          transition-delay: 0.6315426933579147s;
}
.section--vote__character-box > div.section--vote__character:nth-child(15) .section--vote__character__img {
  -webkit-transition-delay: 0.9892716023605317s;
          transition-delay: 0.9892716023605317s;
}
.section--vote__character-box > div.section--vote__character:nth-child(14) .section--vote__character__img {
  -webkit-transition-delay: 1.0357864727266133s;
          transition-delay: 1.0357864727266133s;
}
.section--vote__character-box > div.section--vote__character:nth-child(13) .section--vote__character__img {
  -webkit-transition-delay: 0.7349923208821565s;
          transition-delay: 0.7349923208821565s;
}
.section--vote__character-box > div.section--vote__character:nth-child(12) .section--vote__character__img {
  -webkit-transition-delay: 1.2391213476657867s;
          transition-delay: 1.2391213476657867s;
}
.section--vote__character-box > div.section--vote__character:nth-child(11) .section--vote__character__img {
  -webkit-transition-delay: 0.733825939707458s;
          transition-delay: 0.733825939707458s;
}
.section--vote__character-box > div.section--vote__character:nth-child(10) .section--vote__character__img {
  -webkit-transition-delay: 0.6520990722347051s;
          transition-delay: 0.6520990722347051s;
}
.section--vote__character-box > div.section--vote__character:nth-child(9) .section--vote__character__img {
  -webkit-transition-delay: 1.3682702635414898s;
          transition-delay: 1.3682702635414898s;
}
.section--vote__character-box > div.section--vote__character:nth-child(8) .section--vote__character__img {
  -webkit-transition-delay: 0.6217768148053437s;
          transition-delay: 0.6217768148053437s;
}
.section--vote__character-box > div.section--vote__character:nth-child(7) .section--vote__character__img {
  -webkit-transition-delay: 0.7259484759997576s;
          transition-delay: 0.7259484759997576s;
}
.section--vote__character-box > div.section--vote__character:nth-child(6) .section--vote__character__img {
  -webkit-transition-delay: 1.232870003208518s;
          transition-delay: 1.232870003208518s;
}
.section--vote__character-box > div.section--vote__character:nth-child(5) .section--vote__character__img {
  -webkit-transition-delay: 1.004598431987688s;
          transition-delay: 1.004598431987688s;
}
.section--vote__character-box > div.section--vote__character:nth-child(4) .section--vote__character__img {
  -webkit-transition-delay: 1.3072303324006498s;
          transition-delay: 1.3072303324006498s;
}
.section--vote__character-box > div.section--vote__character:nth-child(3) .section--vote__character__img {
  -webkit-transition-delay: 1.1956714615225792s;
          transition-delay: 1.1956714615225792s;
}
.section--vote__character-box > div.section--vote__character:nth-child(2) .section--vote__character__img {
  -webkit-transition-delay: 0.7736939589958638s;
          transition-delay: 0.7736939589958638s;
}
.section--vote__character-box > div.section--vote__character:nth-child(1) .section--vote__character__img {
  -webkit-transition-delay: 0.8602152934763581s;
          transition-delay: 0.8602152934763581s;
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--Uc {
  text-transform: uppercase;
}
.text--30 {
  font-size: 30px;
}
/*# sourceMappingURL=main.css.map */