@charset "UTF-8";
/*!

Project: Instanaut
Author:  Matouš Barnat

*/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.cdnfonts.com/css/cabinet-grotesk");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

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

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

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

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
LAYOUT
*********************/
/*********************
COLORS
*********************/
/*********************
TRANSITIONS
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: 'GTPressura';
  src: url("../fonts/GTPressura.eot?#iefix") format("embedded-opentype"), url("../fonts/GTPressura.otf") format("opentype"), url("../fonts/GTPressura.woff") format("woff"), url("../fonts/GTPressura.ttf") format("truetype"), url("../fonts/GTPressura.svg#GTPressura") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GTPressura';
  src: url("../fonts/GTPressura-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GTPressura-Bold.otf") format("opentype"), url("../fonts/GTPressura-Bold.woff") format("woff"), url("../fonts/GTPressura-Bold.ttf") format("truetype"), url("../fonts/GTPressura-Bold.svg#GTPressura-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'fotonaut';
  src: url("../fonts/fotonaut.eot?v=2");
  src: url("../fonts/fotonaut.eot?#iefix") format("embedded-opentype"), url("../fonts/fotonaut.woff?v=2") format("woff"), url("../fonts/fotonaut.ttf?v=2") format("truetype"), url("../fonts/fotonaut.svg#fotonaut") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: 'fotonaut' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^='ico-']:before,
[class*=' ico-']:before {
  font-family: 'fotonaut' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-play:before {
  content: '\61'; }

.ico-dropdown:before {
  content: '\62'; }

.ico-ig:before {
  content: '\63'; }

.ico-fb:before {
  content: '\64'; }

.ico-twitter:before {
  content: '\65'; }

.ico-ben-next:before {
  content: '\66';
  font-size: 4.5em; }

.ico-ben-prev:before {
  content: '\67';
  font-size: 4.5em; }

.ico-download:before {
  content: '\68'; }

.ico-close:before {
  content: '\69';
  font-size: 2.75em; }

.ico-lock:before {
  content: '\6a'; }

.ico-opener:before {
  content: '\6b';
  font-size: 1.25em; }

.ico-star:before {
  content: '\6c'; }

.ico-volume:before {
  content: '\6d'; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    width: 100%; }

  .m-1of2 {
    float: left;
    width: 50%; }

  .m-1of3 {
    float: left;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    width: 25%; }

  .m-3of4 {
    float: left;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    width: 100%; }

  .t-1of2 {
    float: left;
    width: 50%; }

  .t-1of3 {
    float: left;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    width: 25%; }

  .t-3of4 {
    float: left;
    width: 75%; }

  .t-1of5 {
    float: left;
    width: 20%; }

  .t-2of5 {
    float: left;
    width: 40%; }

  .t-3of5 {
    float: left;
    width: 60%; }

  .t-4of5 {
    float: left;
    width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    width: 100%; }

  .d-1of2 {
    float: left;
    width: 50%; }

  .d-1of3 {
    float: left;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    width: 25%; }

  .d-3of4 {
    float: left;
    width: 75%; }

  .d-1of5 {
    float: left;
    width: 20%; }

  .d-2of5 {
    float: left;
    width: 40%; }

  .d-3of5 {
    float: left;
    width: 60%; }

  .d-4of5 {
    float: left;
    width: 80%; }

  .d-1of6 {
    float: left;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    width: 10%; }

  .d-1of11 {
    float: left;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    width: 8.33%; } }
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
.btn, .button, .btnwrap a, input[type="submit"], .btn-white {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 3.5em;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  font-size: 1.4rem;
  text-align: center;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 1030px) {
    .btn, .button, .btnwrap a, input[type="submit"], .btn-white {
      font-size: 1.8rem; } }
  .btn span:before, .button span:before, .btnwrap a span:before, input[type="submit"] span:before, .btn-white span:before {
    position: relative;
    top: 0.15em;
    margin-right: 10px; }

.btn, .button, .btnwrap a, input[type="submit"] {
  padding: 0 1.5em;
  color: #5252d4;
  border: 2px solid #5252d4;
  border-radius: 1em;
  font-family: "GTPressura", sans-serif;
  font-weight: bold;
  background: none; }
  @media (min-width: 768px) {
    .btn, .button, .btnwrap a, input[type="submit"] {
      padding: 0 2em;
      letter-spacing: 0.15em; } }
  @media (min-width: 1400px) {
    .btn, .button, .btnwrap a, input[type="submit"] {
      padding: 0 3em; } }
  .btn:hover, .button:hover, .btnwrap a:hover, input[type="submit"]:hover {
    background-color: #5252d4;
    color: #fff; }
  .btn:focus, .button:focus, .btnwrap a:focus, input[type="submit"]:focus {
    outline: 0; }

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #eb1536;
  box-shadow: 0 10px 20px 0px rgba(35, 31, 32, 0.25); }
  .btn-white:hover {
    background-color: #fff;
    color: #eb1536;
    border-radius: 0px; }

.btn-new {
  background: none;
  border: 0;
  text-transform: uppercase;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.7rem; }
  .btn-new:focus {
    outline: 0; }

/*********************
INPUTS
*********************/
input[type="text"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
input[type="password"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
input[type="email"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
input[type="tel"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
input[type="date"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
textarea:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
.field:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year) {
  display: block;
  padding: 1em 0;
  font-size: 1.8rem;
  color: #5252d4;
  letter-spacing: 0.15em;
  vertical-align: middle;
  box-shadow: none;
  background: none;
  border: 0;
  border-bottom: 2px solid #5252d4;
  width: 100%;
  font-family: "GTPressura", sans-serif;
  transition: background-color 0.25s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0px !important; }
  @media (min-width: 1200px) {
    input[type="text"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
    input[type="password"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
    input[type="email"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
    input[type="tel"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
    input[type="date"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
    textarea:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year),
    .field:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year) {
      padding: 1.25em 0; } }
  input[type="text"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year):focus,
  input[type="password"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year):focus,
  input[type="email"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year):focus,
  input[type="tel"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year):focus,
  input[type="date"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year):focus,
  textarea:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year):focus,
  .field:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year):focus {
    outline: 0;
    background-color: rgba(255, 255, 255, 0.25); }
  input[type="text"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year).input-new,
  input[type="password"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year).input-new,
  input[type="email"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year).input-new,
  input[type="tel"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year).input-new,
  input[type="date"]:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year).input-new,
  textarea:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year).input-new,
  .field:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year).input-new {
    background: #fff;
    color: #231f20;
    border: 0;
    font-size: 1.5rem;
    font-family: "acumin-pro", sans-serif;
    padding: 1rem; }

select {
  display: block;
  padding: 1em 0;
  font-size: 1.8rem;
  color: #5252d4;
  letter-spacing: 0.15em;
  vertical-align: middle;
  box-shadow: none;
  background: none;
  border: 0;
  border-bottom: 2px solid #5252d4;
  width: 100%;
  font-family: "GTPressura", sans-serif;
  transition: background-color 0.25s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0px !important; }
  @media (min-width: 1200px) {
    select {
      padding: 1.25em 0; } }
  select:focus {
    outline: 0;
    background-color: rgba(255, 255, 255, 0.25); }

textarea {
  max-height: 3.5em; }
  @media (min-width: 768px) {
    textarea {
      max-height: 6.9em; } }

::-webkit-input-placeholder {
  color: #5252d4;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.15em; }
  .newsletter-form ::-webkit-input-placeholder {
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    color: #c4c4c4; }

::-moz-placeholder {
  color: #5252d4;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.15em; }
  .newsletter-form ::-moz-placeholder {
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    color: #c4c4c4; }

:-ms-input-placeholder {
  color: #5252d4;
  text-transform: uppercase;
  letter-spacing: 0.15em; }
  .newsletter-form :-ms-input-placeholder {
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    color: #c4c4c4; }

/**
 * Swiper 3.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: November 28, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
/* Pagination Styles */
.swiper-pagination {
  margin-top: 2rem;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -ms-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 3rem;
  left: 0;
  position: absolute;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px; }

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-inactive, .loaded .pace {
  display: none; }

.pace .pace-progress {
  background: #ffffff;
  position: fixed;
  z-index: 2000;
  top: 50%;
  right: 100%;
  width: 100%;
  height: 1px; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  top: 2.5rem;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 3rem;
  height: 3rem;
  left: -1.5rem;
  top: -1.5rem;
  text-align: center;
  line-height: 3.3rem; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

.noUi-target {
  background: url("../images/bg-line.png") repeat-x; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border-radius: 50%;
  background: #5252d4;
  cursor: move;
  box-shadow: 0 3px 14px 1px rgba(0, 0, 0, 0.25); }

/* Handle stripes;
 */
.noUi-handle:after {
  height: 1px;
  background-color: #231f20;
  width: 5000px;
  right: 3rem;
  top: 50%;
  content: '';
  position: absolute; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  font-size: 1.2rem; }

/* Values;
 *
 */
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  display: none; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  margin-left: -20px;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px; }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  transition: opacity 0.2s;
  box-shadow: none; }

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 44px;
  height: 44px; }

@media (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background: none;
  margin: 1rem; }
  .pswp__button--close:before {
    font-size: 1.5em; }

.pswp__button--share {
  background: none;
  border-bottom: 1px solid #231f20;
  border-top: 1px solid #231f20;
  font-family: "GTPressura", sans-serif;
  font-size: 1.8rem;
  height: 8rem;
  text-align: left;
  text-transform: uppercase;
  width: 16rem;
  float: left;
  margin: 3rem; }
  .pswp__button--share:before {
    margin-top: -0.5em;
    position: absolute;
    right: 0;
    top: 50%; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0;
  cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"), pointer; }

.pswp__button--arrow--right {
  right: 0;
  cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"), pointer; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  height: 30px;
  width: 32px;
  display: none;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 10rem;
  left: 6rem;
  display: block;
  width: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 22.8rem;
  top: 1.5rem;
  height: 44px;
  font-family: "GTPressura", sans-serif;
  font-size: 1.8rem;
  color: #3b3b3b;
  line-height: 44px;
  padding: 0 10px; }

/*

  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 10px;
  line-height: 20px;
  color: #3b3b3b; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../images/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }
/*

  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  z-index: 5;
  top: 0;
  height: 120px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  color: #231f20; }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  outline: 0 !important;
  border-top: 1px solid #231f20;
  border-bottom: 1px solid #231f20;
  margin-bottom: -1px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-choice {
  outline: 0 !important;
  border: 0;
  padding: 0;
  color: #fff;
  height: 6rem;
  line-height: 6rem;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid #231f20; }

.select2-dropdown-open .select2-choice {
  box-shadow: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: #5252d4;
  border: 0;
  border-bottom: 1px solid #231f20;
  border-top: 1px solid #231f20;
  box-sizing: border-box;
  display: block;
  position: absolute;
  font-size: 1.4rem;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
  .page-checkout .select2-dropdown {
    font-family: "acumin-pro", sans-serif;
    font-size: 1.4rem; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-search input {
  border-width: 1px !important;
  padding-left: 0 !important; }

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  letter-spacing: 0.15em;
  padding: 2.75rem 0;
  font-family: "GTPressura", sans-serif;
  font-size: 1.8rem;
  color: #231f20;
  text-transform: uppercase; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #231f20; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 8rem;
  position: absolute;
  top: 1px;
  right: 0px;
  width: 1.25em; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 0;
  margin-top: -0.7em;
  position: absolute;
  top: 50%; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    font-family: "fotonaut" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    font-size: 0.8em;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\6b"; }

.select2-container .select2-choice .select2-arrow b:after {
  font-family: "fotonaut" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 0.8em;
  border: 0;
  margin-left: -4px;
  margin-top: -4px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6b"; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.select2-dropdown-open .select2-choice .select2-arrow b {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .select2-dropdown-open .select2-choice .select2-arrow b:after {
    margin-left: -8px;
    margin-top: -8px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ffe146; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffe146; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("../fonts/VideoJS.eot?#iefix") format("eot"); }
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }
.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  content: '\f101'; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: '\f102'; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  content: '\f103'; }

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  font-family: "fotonaut" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  font-size: 1.2em !important;
  line-height: 2.5 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6d"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  content: '\f108'; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: '\f109'; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: '\f10a'; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: '\f10b'; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: '\f10c'; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  content: '\f10d'; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
  content: '\f10e'; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: '\f10f'; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: '\f110'; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: '\f111'; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: '\f112'; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: '\f113'; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: '\f114'; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  content: '\f115'; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before {
  content: '\f116'; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
  content: '\f117'; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: '\f118'; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
  content: '\f119'; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: '\f11a'; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: '\f11b'; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: '\f11c'; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
  content: '\f11d'; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .video-js:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: rgba(82, 82, 212, 0.5);
    pointer-events: none; }
  .video-js.vjs-has-started:after {
    display: none; }
  .video-js.vjs-paused:after {
    display: block; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: all 0.4s; }
  .video-js .vjs-big-play-button:before {
    font-family: "fotonaut" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    font-size: 1.25em;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\61";
    color: #fff;
    transition: transform 0.25s ease-in-out; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
  display: block !important; }
.vjs-big-play-centered .vjs-playing .vjs-big-play-button {
  display: none !important; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0; }
  .video-js:hover .vjs-big-play-button:before,
  .video-js .vjs-big-play-button:focus:before {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #fff; }

.vjs-has-started .vjs-control-bar {
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

@media \0 screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -ms-flex: auto;
  flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -ms-flex: auto;
  flex: auto;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #5252d4; }

.video-js .vjs-play-progress:before {
  position: absolute;
  color: #5252d4;
  top: -0.333333333333333em;
  right: -0.5em;
  font-size: 0.9em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: url("../images/bg-line.png") 0 50% repeat-x; }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #231f20; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.4em;
  right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster {
  display: none; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -ms-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -ms-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }
.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px; }

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

/*======================================
  Selectric v1.9.6
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px / 38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-hover .selectric {
  border-color: #C4C4C4; }

.selectric-hover .selectric .button {
  color: #A2A2A2; }

.selectric-hover .selectric .button:after {
  border-top-color: #A2A2A2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #C4C4C4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #EFEFEF;
  color: #444; }

.selectric-items li:hover {
  background: #F0F0F0;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.sticky {
  position: sticky; }

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  backface-visibility: hidden; }

.sticky.sticky-fixed.is-absolute {
  position: absolute; }

@media (min-width: 768px) {
  /*!
   * pagepiling.js 1.5.3
   *
   * https://github.com/alvarotrigo/fullPage.js
   * MIT licensed
   *
   * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
   *
   */
  body.page-benefits {
    overflow: hidden;
    margin: 0;
    padding: 0;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

  .pp-section {
    height: 100%;
    position: absolute;
    width: 100%; }

  .pp-easing {
    transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
    /* custom */
    transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    /* custom */ }

  #pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1; }

  #pp-nav.right {
    right: 17px; }

  #pp-nav.left {
    left: 17px; }

  .pp-section.pp-table {
    display: table; }

  .pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }

  .pp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1; }

  .pp-slidesNav.bottom {
    bottom: 17px; }

  .pp-slidesNav.top {
    top: 17px; }

  #pp-nav ul,
  .pp-slidesNav ul {
    margin: 0;
    padding: 0; }

  #pp-nav li,
  .pp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative; }

  #pp-nav li:after {
    content: attr(data-tooltip);
    position: absolute;
    left: 2rem;
    width: 5rem; }

  .pp-slidesNav li {
    display: inline-block; }

  #pp-nav li a,
  .pp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none; }

  #pp-nav li .active span,
  .pp-slidesNav .active span {
    background: #333; }

  #pp-nav span,
  .pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1; }

  .pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    display: none !important; }

  .pp-tooltip.right {
    right: 20px; }

  .pp-tooltip.left {
    left: 20px; }

  .pp-scrollable {
    overflow-y: scroll;
    height: 100%; } }
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

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

.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;
  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: zoom-out; }

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

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

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-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;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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;
  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; }

.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;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.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; }

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  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;
  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;
    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 {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-counter {
  display: none; }

.mfp-container {
  cursor: url(../images/close-cursor-white.svg), auto; }

button.mfp-arrow {
  width: 20%;
  height: 100%;
  top: 0;
  margin-top: 0; }
  button.mfp-arrow:before, button.mfp-arrow:after {
    display: none; }
button.mfp-arrow-left {
  cursor: url(../images/arrow-left-cursor-white.svg), auto; }
button.mfp-arrow-right {
  cursor: url(../images/arrow-right-cursor-white.svg), auto; }

.mfp-image-holder button.mfp-close {
  position: fixed;
  right: 0;
  width: 5rem;
  height: 5rem;
  z-index: 100;
  margin: 0;
  pointer-events: auto;
  cursor: none !important; }

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

.mfp-content {
  z-index: 1047;
  pointer-events: none; }

* {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  font-size: 55%; }
  @media (min-width: 768px) {
    html {
      font-size: 62.5%; } }

body {
  font-family: "acumin-pro", sans-serif;
  color: #fff;
  background: #5252d4;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  body.ps-fotoboy {
    background-color: #fff; }
  body.cropped {
    overflow: hidden;
    position: fixed; }

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-in-out; }
  a:focus {
    outline: 0; }
  a:hover {
    color: #fff; }

img {
  max-width: 100%;
  height: auto; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #5a5ae5;
  z-index: 1000; }
  .single-form .preloader {
    display: none; }
  .preloader img {
    position: absolute;
    top: 50%;
    width: 128px;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "GTPressura", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.article-header {
  color: rgba(35, 31, 32, 0.13);
  position: absolute;
  right: 50%;
  top: 28vh;
  -ms-transform-origin: top right;
      transform-origin: top right;
  -ms-transform: rotate(-90deg) translateY(-50%);
      transform: rotate(-90deg) translateY(-50%);
  white-space: nowrap;
  pointer-events: none; }
  .article-header h1 {
    font-size: 8rem;
    margin: 0; }

@media (min-width: 768px) {
  .section-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: #eb1536 20% 50% no-repeat;
    background-size: cover;
    box-shadow: inset 10px 0 20px 0px rgba(35, 31, 32, 0.15); }
    .section-bg.blue {
      background-color: #5252d4; } }

#sub-head {
  position: relative; }
  @media (min-width: 768px) {
    #sub-head {
      padding-left: 28%;
      margin-bottom: 5vh; } }
  @media (min-width: 1030px) {
    #sub-head {
      max-width: 72%; } }
  #sub-head h2 {
    margin: 1em 0 0.25em; }
  #sub-head p {
    font-family: "GTPressura", sans-serif;
    text-transform: uppercase;
    text-align: left; }
  @media (min-width: 1030px) {
    #sub-head.extended {
      max-width: none; } }
  #sub-head.extended p {
    text-transform: none; }
  #sub-head.extended + h2 {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      #sub-head.extended + h2 {
        padding: 0 1.5%; } }

.taxonomy-description {
  margin-bottom: 4rem; }
  .taxonomy-description a {
    color: #5252d4;
    text-decoration: underline; }

h2,
.h2 {
  font-size: 3.4rem;
  line-height: 1.15em; }
  h2.tiny,
  .h2.tiny {
    font-weight: normal;
    font-size: 1.8rem; }
  @media (min-width: 1400px) {
    h2,
    .h2 {
      font-size: 4.4rem; } }

h3,
.h3 {
  font-size: 1.8rem; }

p,
li,
table {
  line-height: 2em;
  letter-spacing: 0.1em; }

blockquote {
  font-family: "GTPressura", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 1.5em 0 0;
  letter-spacing: 0.15em; }
  blockquote p {
    position: relative; }
  @media (min-width: 768px) {
    blockquote {
      max-width: 50%; }
      blockquote p {
        width: 115%;
        margin-left: -15%; } }

#container {
  position: relative; }
  .home #container {
    overflow: hidden; }

.grid-lines {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
  z-index: 2000; }
  .grid-lines li {
    width: 20%;
    border-right: 1px solid rgba(0, 0, 0, 0.075);
    height: 100%;
    float: left; }
  .page-homepage .grid-lines {
    display: none; }

.entry-content {
  position: relative; }
  @media (max-width: 767px) {
    .entry-content {
      overflow: hidden; } }
  .entry-content header + div {
    padding-top: 15vh; }
  .entry-content p {
    margin: 1em 0 2em; }
  @media (max-width: 767px) {
    .page-backgrounds-and-props .entry-content, .page-about-us .entry-content {
      overflow: hidden; } }

#main {
  position: relative;
  z-index: 5;
  background-color: #eb1536; }
  #main.white {
    background-color: #fff;
    color: #5252d4; }
    .ps-fotoboy #main.white {
      color: #0e3cfb; }
  #main.transparent {
    background-color: transparent; }
  @media (max-width: 767px) {
    .page-story-of-fotonaut #main, .page-o-fotonautovi #main {
      background-color: transparent;
      overflow: hidden; } }
  @media (min-width: 768px) {
    #main {
      width: 60%;
      margin: 0 auto; }
      #main.full-width {
        width: 80%;
        margin: 0 0 0 20%; } }

.line {
  padding: 1em;
  position: relative; }
  @media (min-width: 768px) {
    .line {
      padding: 10vh 12.5%; } }
  .line.red {
    color: #fff; }
  .line.white {
    background-color: #fff;
    color: #5252d4; }

.innerwrap {
  position: relative; }

.inner {
  padding: 6rem 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 768px) {
    .inner {
      padding: 12rem 0; } }
  .inner.bg-hp-01 {
    padding: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .inner.bg-hp-01 {
        padding: 0; } }
  .inner.quote {
    padding: 3rem; }

.innercontent {
  position: relative; }
  .innercontent .content-container {
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .innercontent .content-container > div {
        padding: 0 10rem; } }
    @media (min-width: 1030px) {
      .innercontent .content-container {
        position: absolute;
        top: 0;
        margin: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%; }
        .innercontent .content-container > div {
          top: 50%;
          margin: 0;
          left: 0;
          position: absolute;
          padding: 0 10rem;
          width: 100%;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .innercontent .video-container .video-js {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background: none;
    width: 100%; }
    .innercontent .video-container .video-js .vjs-big-play-button {
      display: none; }
  .innercontent .video-container video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 7rem; }
  @media (min-width: 768px) {
    .header {
      background: none;
      height: auto; } }

.logo {
  position: absolute;
  left: 8.5%;
  top: 0.8rem;
  width: 2.8rem;
  display: block;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  overflow: hidden;
  height: 6rem; }
  @media (min-width: 768px) {
    .logo {
      left: 10%;
      top: 10vh;
      width: 5.6rem;
      height: auto;
      overflow: visible; } }
  .ps-fotoboy .logo {
    width: 9rem;
    left: 10%; }
    @media (min-width: 1030px) {
      .ps-fotoboy .logo {
        width: 16.8rem; } }

.nav-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background-color: #5252d4; }
  @media (min-width: 768px) {
    .nav-wrap {
      padding: 4vw; } }

.nav-wrap-inner {
  position: relative;
  height: 100%;
  background-color: #eb1536;
  -ms-transform-origin: left;
      transform-origin: left;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.33);
  overflow: auto; }
  .nav-wrap-inner.cropped {
    overflow: hidden; }
  @media (min-width: 768px) {
    .nav-wrap-inner {
      overflow: hidden; } }

nav {
  padding: 5vw; }
  @media (min-width: 768px) {
    nav {
      position: absolute;
      right: 0%;
      top: 0;
      height: 100%;
      width: 50%;
      padding: 0; } }
  @media (min-width: 960px) {
    nav {
      width: 33.33%; } }
  @media (min-width: 1400px) {
    nav {
      width: 50%; } }

.primary-menu {
  letter-spacing: 0.2em;
  margin: 0; }
  .primary-menu a {
    display: inline-block;
    text-transform: uppercase;
    font-family: "GTPressura", sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0.25em 0; }
    .primary-menu a:hover, .primary-menu a:focus {
      color: #fff; }
  @media (min-width: 768px) {
    .primary-menu {
      position: absolute;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .primary-menu a {
        font-size: 4vh;
        line-height: 1.1em;
        padding: 1.25vh 0;
        position: relative;
        display: inline-block; }
        .primary-menu a:after {
          height: 4px;
          left: 0;
          top: 50%;
          margin-top: -2px;
          background-color: #fff;
          content: '';
          position: absolute;
          width: 0;
          transition: width 0.25s ease-in-out; }
        .primary-menu a:hover:after, .primary-menu a:focus:after {
          width: 100%; }
      .primary-menu .current-menu-item a:after {
        width: 100%; } }

.nav-left {
  padding: 5vw; }
  @media (min-width: 768px) {
    .nav-left {
      position: absolute;
      left: 0;
      top: 0;
      padding: 5vh;
      width: 50%;
      height: 100%; } }
  @media (min-width: 960px) {
    .nav-left {
      width: 66.66%; } }
  @media (min-width: 1400px) {
    .nav-left {
      width: 50%;
      padding: 7vh; } }

.size-wrap {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .size-wrap {
      max-width: 28em;
      margin-bottom: -1em; } }
  @media (min-width: 1400px) {
    .size-wrap {
      margin-bottom: 0; } }
  @media (min-width: 1600px) {
    .size-wrap {
      max-width: 34em; } }

.video-wrap {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15); }
  .video-wrap iframe,
  .video-wrap .video-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.head-contact {
  font-family: "GTPressura", sans-serif; }
  @media (min-width: 768px) {
    .head-contact {
      margin-top: 4vh; } }
  .head-contact strong {
    text-transform: uppercase;
    font-weight: normal; }
  @media (min-width: 960px) {
    .head-contact > li {
      float: left;
      padding-right: 1em; } }
  .head-contact p {
    line-height: 1.5em;
    letter-spacing: 0.1em; }
  @media (min-width: 960px) {
    .head-contact .head-contact-left {
      width: 33.33%; }
      .head-contact .head-contact-left p:last-child {
        margin-bottom: 0; } }
  @media (min-width: 1400px) {
    .head-contact .head-contact-left {
      width: 50%; } }
  .head-contact .head-contact-right {
    color: #f7bac3; }
    .head-contact .head-contact-right a {
      color: #f7bac3; }
    @media (min-width: 960px) {
      .head-contact .head-contact-right {
        width: 66.66%; } }
    @media (min-width: 1400px) {
      .head-contact .head-contact-right {
        width: 50%; }
        .head-contact .head-contact-right p {
          float: none;
          width: 100%; } }
  .head-contact .head-social {
    margin: -1.5em 0 0em; }
    @media (min-width: 1400px) {
      .head-contact .head-social {
        margin: -0.5em 0 0; } }
    .head-contact .head-social li {
      display: inline-block;
      font-size: 2em;
      margin-right: 0.25em; }
    .head-contact .head-social a {
      display: block; }
      .head-contact .head-social a:hover {
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.menu-opener {
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 3%;
  cursor: pointer;
  padding-right: 35px;
  /*&:hover {
        span {
        	top: -2px;
            //background-color: $white;
            &:after, &:before {
                //background-color: $white;
            }
            &:before {
            	top: 10px;
            }
            &:after {
            	top:20px;
            }
        }
    }*/ }
  @media (min-width: 768px) {
    .menu-opener {
      top: 10vh; } }
  .menu-opener i {
    font-style: normal;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.25s ease-in-out;
    display: none; }
    @media (min-width: 768px) {
      .menu-opener i {
        display: inline; }
        .page-gallery .menu-opener i, .single-album .menu-opener i, .page-galerie .menu-opener i, .archive .menu-opener i {
          color: #5252d4; } }
  .menu-opener span {
    display: block;
    right: 0;
    top: 0;
    width: 25px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    transition: all 0.25s ease-in-out;
    border-radius: 3px; }
    @media (max-width: 767px) {
      .page-price .menu-opener span, .page-gallery .menu-opener span, .single-album .menu-opener span, .page-galerie .menu-opener span, .archive .menu-opener span {
        background-color: #5252d4; } }
    @media (min-width: 768px) {
      .page-gallery .menu-opener span, .single-album .menu-opener span, .page-galerie .menu-opener span, .archive .menu-opener span {
        background-color: #5252d4; } }
    .menu-opener span:after, .menu-opener span:before {
      display: block;
      width: 25px;
      height: 4px;
      background-color: #fff;
      content: '';
      left: 0;
      position: absolute;
      border-radius: 3px; }
      @media (max-width: 767px) {
        .page-price .menu-opener span:after, .page-gallery .menu-opener span:after, .single-album .menu-opener span:after, .page-galerie .menu-opener span:after, .archive .menu-opener span:after, .page-price .menu-opener span:before, .page-gallery .menu-opener span:before, .single-album .menu-opener span:before, .page-galerie .menu-opener span:before, .archive .menu-opener span:before {
          background-color: #5252d4; } }
      @media (min-width: 768px) {
        .page-gallery .menu-opener span:after, .single-album .menu-opener span:after, .page-galerie .menu-opener span:after, .archive .menu-opener span:after, .page-gallery .menu-opener span:before, .single-album .menu-opener span:before, .page-galerie .menu-opener span:before, .archive .menu-opener span:before {
          background-color: #5252d4; } }
    .menu-opener span:before {
      top: 8px;
      transition: all 0.25s ease-in-out; }
    .menu-opener span:after {
      top: 16px;
      transition: all 0.25s ease-in-out; }
  .menu-opener .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    overflow: hidden;
    height: 20px; }
    .menu-opener .hamburger .hb-line {
      position: absolute;
      height: 4px;
      width: 25px;
      background-color: white;
      border-radius: 3px; }
    .menu-opener .hamburger .hb-line-1 {
      top: 0px; }
    .menu-opener .hamburger .hb-line-2 {
      top: 8px; }
    .menu-opener .hamburger .hb-line-3 {
      top: 16px; }

.copyright {
  text-transform: uppercase;
  color: #fff;
  font-family: "GTPressura", sans-serif;
  position: absolute;
  right: 1.5em;
  bottom: 2.65vw;
  font-size: 1.1rem;
  height: 12em; }
  @media (min-width: 768px) {
    .copyright {
      right: 2vw; } }
  .copyright a {
    white-space: nowrap;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    display: block;
    position: absolute;
    -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    bottom: 0;
    padding-right: 4rem; }
    .copyright a img {
      width: 2rem;
      right: 0;
      position: absolute;
      top: -0.5rem;
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.contact-form-overlay {
  position: fixed;
  width: 100%;
  left: 0%;
  height: 100%;
  top: 0;
  background-color: rgba(35, 31, 32, 0.5);
  z-index: 99;
  position: absolute;
  display: none; }

.contact-form {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../images/bg-form.jpg") 100% 100% no-repeat;
  background-size: auto 50%;
  z-index: 100;
  color: #5252d4;
  font-family: "GTPressura", sans-serif;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  overflow: auto;
  padding: 1em;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .contact-form {
      width: 80%;
      padding: 0;
      overflow: visible; } }
  .home .contact-form:before {
    display: none; }
  @media (min-width: 768px) {
    .contact-form:before {
      content: '';
      position: absolute;
      left: 0;
      width: 5px;
      margin-left: -5px;
      height: 100%;
      background-color: #fff;
      transition: margin 0.25s ease-in-out; } }
  .single-form .contact-form {
    display: none; }
  .page-gallery .contact-form:before, .single-album .contact-form:before, .page-galerie .contact-form:before, .archive .contact-form:before {
    background-color: #5252d4; }
  .page-gallery .contact-form .form-opener, .single-album .contact-form .form-opener, .page-galerie .contact-form .form-opener, .archive .contact-form .form-opener {
    background-color: #5252d4; }
    .page-gallery .contact-form .form-opener a, .single-album .contact-form .form-opener a, .page-galerie .contact-form .form-opener a, .archive .contact-form .form-opener a {
      color: #fff; }
    .page-gallery .contact-form .form-opener span, .single-album .contact-form .form-opener span, .page-galerie .contact-form .form-opener span, .archive .contact-form .form-opener span {
      color: #5252d4; }
  .page-gallery .contact-form.opened .form-opener, .single-album .contact-form.opened .form-opener, .page-galerie .contact-form.opened .form-opener, .archive .contact-form.opened .form-opener {
    background-color: #fff; }
    .page-gallery .contact-form.opened .form-opener a, .single-album .contact-form.opened .form-opener a, .page-galerie .contact-form.opened .form-opener a, .archive .contact-form.opened .form-opener a {
      color: #5252d4; }
  .page-gallery .contact-form.opened:before, .single-album .contact-form.opened:before, .page-galerie .contact-form.opened:before, .archive .contact-form.opened:before {
    background-color: #fff; }
  .page-benefits .contact-form .form-opener a {
    color: #5252d4; }
  .contact-form.opened:before {
    margin-left: 0; }
  .contact-form.opened .form-opener a {
    color: #5252d4; }
  .contact-form.opened .form-opener span {
    opacity: 0;
    pointer-events: none; }
  @media (min-width: 768px) {
    .contact-form h2 {
      position: absolute;
      top: 50%;
      left: 12.5%;
      margin: 0;
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg); } }
  .contact-form form > div:first-child + p input {
    border-top: 0; }
  .contact-form form p {
    margin: 0 0 -2px; }
  .contact-form form input[type='submit'] {
    margin-top: 3em; }
    .contact-form form input[type='submit']:disabled {
      opacity: 0.8;
      cursor: not-allowed; }
  @media (min-width: 768px) {
    .contact-form .contact-form-rows {
      position: absolute;
      top: 50%;
      width: 75%;
      left: 25%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .contact-form .contact-form-rows > li {
        float: left;
        width: 50%;
        padding-right: 10%; } }
  .contact-form .contact-form-rows .contact-form-right {
    color: #231f20; }
    .contact-form .contact-form-rows .contact-form-right a {
      color: #231f20; }
    .contact-form .contact-form-rows .contact-form-right p:first-child {
      font-size: 1.8rem; }
    .contact-form .contact-form-rows .contact-form-right p:nth-child(2) {
      font-size: 1.4rem;
      font-family: "acumin-pro", sans-serif; }
      @media (min-width: 1400px) {
        .contact-form .contact-form-rows .contact-form-right p:nth-child(2) {
          margin-bottom: 4em; } }
  .contact-form .contact-form-rows strong {
    font-weight: normal;
    text-transform: uppercase; }
  .contact-form .form-opener {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    height: 5rem;
    border-radius: 1em;
    width: 5rem;
    -ms-transform: translateX(-40%) translateY(-50%) rotate(-45deg);
        transform: translateX(-40%) translateY(-50%) rotate(-45deg);
    display: none; }
    @media (min-width: 768px) {
      .contact-form .form-opener {
        display: block; } }
    .contact-form .form-opener a {
      color: #eb1536;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      display: block;
      text-align: left;
      line-height: 5.5rem;
      position: relative; }
    .contact-form .form-opener span {
      position: absolute;
      color: #fff;
      white-space: nowrap;
      letter-spacing: 0.15em;
      top: 50%;
      -ms-transform: translateX(-75%) translateY(-50%) rotate(-90deg);
          transform: translateX(-75%) translateY(-50%) rotate(-90deg);
      transition: opacity 0.25s ease-in-out;
      text-align: center;
      width: 12em; }

.menu-closer {
  position: absolute;
  top: 2vw;
  right: 1.5em;
  -ms-transform: rotate(-90deg) translateY(-50%);
      transform: rotate(-90deg) translateY(-50%);
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0; }
  @media (min-width: 768px) {
    .menu-closer {
      right: 2vw;
      top: 4vw; } }
  .menu-closer a {
    color: #231f20;
    position: relative;
    padding-right: 2em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.4rem; }
    .menu-closer a:before {
      position: absolute;
      right: 0;
      font-size: 2em;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      transition: transform 0.25s ease-in-out; }
  .menu-closer .ico-close {
    position: absolute;
    right: 0px;
    top: -2px;
    height: 25px;
    width: 25px;
    cursor: pointer; }
    .menu-closer .ico-close:before {
      font-size: 1.75em; }

.form-closer {
  position: absolute;
  top: 1em;
  right: 1em;
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
  color: #231f20;
  padding-right: 3em;
  text-transform: uppercase;
  letter-spacing: 0.15em; }
  @media (min-width: 768px) {
    .form-closer {
      right: 3vw;
      top: 2vw; } }
  .form-closer a {
    color: #231f20;
    position: absolute;
    padding-right: 3em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    top: 0px;
    right: 0px;
    padding-right: 30px;
    font-size: 16px;
    /*&:before {
			position: absolute;
			right: -45px;
			font-size: 2em;
			top: 25%;
			transform: translateY(-50%);
			@include transition(transform);
		}*/ }
  .form-closer .ico-close {
    position: absolute;
    right: -5px;
    top: -2px;
    font-size: 10px;
    height: 25px;
    width: 25px;
    cursor: pointer; }

.menu-closer a {
  color: #fff; }

.page-homepage #container,
.page-homepage #main,
.page-homepage .intro {
  height: 100%; }
.page-homepage #main {
  width: 100%;
  background: none; }

.layer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.layer-zoomable {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

#scene {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0; }
  .page-benefits #scene, .page-vyhody #scene {
    z-index: 50; }
    .page-benefits #scene .layer:nth-child(2), .page-vyhody #scene .layer:nth-child(2) {
      display: none; }

.layer-redbox {
  position: absolute;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  background-color: #eb1536;
  height: 80vh;
  width: 65vw;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%; }
  @media (min-width: 768px) {
    .layer-redbox {
      width: 37vh;
      left: 40%;
      top: 10vh;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  .layer-redbox.layer-mask {
    overflow: hidden; }
    .layer-redbox.layer-mask .redbox-inner-text {
      position: absolute;
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
      top: 50%;
      left: 50%;
      height: 80vh;
      width: 65vw; }
      @media (min-width: 768px) {
        .layer-redbox.layer-mask .redbox-inner-text {
          width: 37vh;
          left: 40%;
          top: 10vh;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
      .layer-redbox.layer-mask .redbox-inner-text .red-box-inner-fullpage {
        position: absolute;
        width: 100vw;
        height: 100vh;
        top: -10vh;
        left: calc(-35vw / 2); }
        @media (min-width: 768px) {
          .layer-redbox.layer-mask .redbox-inner-text .red-box-inner-fullpage {
            left: calc(-40vw + 18.5vh); } }
        .layer-redbox.layer-mask .redbox-inner-text .red-box-inner-fullpage .layer-name-black {
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
          position: absolute;
          top: 31vh;
          left: calc(58% - 5px);
          z-index: 99999;
          display: none; }
          .layer-redbox.layer-mask .redbox-inner-text .red-box-inner-fullpage .layer-name-black p {
            font-family: "GTPressura", sans-serif;
            font-weight: bold;
            color: #231f20;
            text-shadow: 0px 0px 8px #231f20;
            text-align: center;
            font-size: 12vw;
            text-transform: uppercase;
            margin: 0;
            width: 70vw;
            left: 0; }
            .layer-redbox.layer-mask .redbox-inner-text .red-box-inner-fullpage .layer-name-black p span {
              position: relative;
              display: block;
              float: left; }
          @media (min-width: 768px) {
            .layer-redbox.layer-mask .redbox-inner-text .red-box-inner-fullpage .layer-name-black {
              display: block;
              top: 50%; }
              .layer-redbox.layer-mask .redbox-inner-text .red-box-inner-fullpage .layer-name-black p {
                font-size: 10vw; } }

.layer-header h1 {
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  top: 13vh;
  position: absolute;
  max-width: 60vw;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  left: 50%; }
  @media (min-width: 768px) {
    .layer-header h1 {
      font-size: 1.8rem;
      top: 20vh;
      max-width: none; } }

.layer-scene-instanaut {
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 45%;
  top: 50%; }
  .layer-scene-instanaut img {
    width: 52vh;
    max-width: none; }
    @media (min-width: 768px) {
      .layer-scene-instanaut img {
        width: 44vh; } }

.layer-points {
  text-align: center;
  position: absolute;
  top: 65vh;
  width: 100%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  @media (min-width: 768px) {
    .layer-points {
      top: 80vh;
      width: 80%; } }
  @media (min-width: 1600px) {
    .layer-points {
      top: 70vh; } }
  .layer-points ul {
    margin: 0 auto; }
  .layer-points li {
    font-size: 1.4rem;
    line-height: 1.5em; }
    @media (min-width: 768px) {
      .layer-points li {
        font-size: 0.875em;
        float: left;
        width: 25%;
        line-height: 2em; } }
    @media (max-width: 767px) {
      .layer-points li:last-child {
        display: none; } }
  .layer-points strong {
    display: block;
    font-family: "GTPressura", sans-serif;
    font-weight: normal;
    margin: 0.75em 0 0; }
    @media (min-width: 768px) {
      .layer-points strong {
        margin: 0 0 0.5em;
        font-size: 1.8rem; } }
  .layer-points br {
    display: none; }
  .layer-points .btn-wrap {
    margin-top: 5vh; }

.layer-name {
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 31vh;
  left: calc(58% - 5px);
  z-index: 99999; }
  .layer-name p {
    font-family: "GTPressura", sans-serif;
    font-weight: bold;
    color: #231f20;
    color: white;
    text-align: center;
    font-size: 12vw;
    text-transform: uppercase;
    margin: 0;
    width: 70vw;
    left: 0; }
    .layer-name p span {
      position: relative;
      display: block;
      float: left; }
  @media (min-width: 768px) {
    .layer-name {
      top: 50%; }
      .layer-name p {
        font-size: 10vw; } }

.layer-3d,
.layer-svg,
.layer-simple {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -ms-transform-origin: center center;
      transform-origin: center center;
  perspective: 666px;
  pointer-events: none;
  display: none; }
  @media (min-width: 768px) {
    .layer-3d,
    .layer-svg,
    .layer-simple {
      display: block; } }
  .layer-3d li,
  .layer-svg li,
  .layer-simple li {
    position: absolute; }

.layer-3d li,
.layer-simple li {
  animation: move 10s infinite; }

.layer-3d li:nth-child(1) {
  left: 31%;
  top: 25%; }
.layer-3d li:nth-child(2) {
  left: 25%;
  top: 75%; }
.layer-3d li:nth-child(3) {
  left: 70%;
  top: 10%; }
.layer-3d li:nth-child(4) {
  left: 65%;
  top: 35%; }
.layer-3d li:nth-child(5) {
  left: 80%;
  top: 75%; }

.layer-svg li:nth-child(1) {
  left: 15%;
  top: 40%; }
  .layer-svg li:nth-child(1) img {
    width: 4vw; }
.layer-svg li:nth-child(2) {
  left: 60%;
  top: 25%; }
  .layer-svg li:nth-child(2) img {
    width: 4vw; }
.layer-svg li:nth-child(3) {
  left: 75%;
  top: 20%; }
  .layer-svg li:nth-child(3) img {
    width: 3vw;
    -ms-transform: rotate(60deg);
        transform: rotate(60deg); }
.layer-svg li:nth-child(4) {
  left: 84%;
  top: 30%; }
  .layer-svg li:nth-child(4) img {
    width: 2vw;
    -ms-transform: rotate(138deg);
        transform: rotate(138deg); }
.layer-svg li:nth-child(5) {
  left: 70%;
  top: 55%; }
  .layer-svg li:nth-child(5) img {
    width: 4vw;
    -ms-transform: rotate(229deg);
        transform: rotate(229deg); }
.layer-svg li:nth-child(6) {
  left: 66%;
  top: 85%; }
  .layer-svg li:nth-child(6) img {
    width: 4vw; }

.layer-simple {
  color: #eb1536; }
  .layer-simple .shape-circle {
    height: 3rem;
    width: 3rem;
    display: inline-block;
    border: 5px solid #eb1536;
    border-radius: 50%; }
  .layer-simple li:nth-child(1) {
    left: 25%;
    top: 20%; }
  .layer-simple li:nth-child(2) {
    left: 15%;
    top: 33%; }
  .layer-simple li:nth-child(3) {
    left: 70%;
    top: 20%; }
  .layer-simple li:nth-child(4) {
    left: 20%;
    top: 80%; }

.layer-3d li:nth-child(1) {
  animation-delay: -1s;
  transform: translate3d(4100px, 3450px, 1780px); }

.layer-3d li:nth-child(2) {
  animation-delay: -2s;
  transform: translate3d(8920px, 8470px, 636px); }

.layer-3d li:nth-child(3) {
  animation-delay: -3s;
  transform: translate3d(840px, 630px, 959px); }

.layer-3d li:nth-child(4) {
  animation-delay: -4s;
  transform: translate3d(1610px, 6620px, 713px); }

.layer-3d li:nth-child(5) {
  animation-delay: -5s;
  transform: translate3d(3250px, 1740px, 1881px); }

.layer-3d li:nth-child(6) {
  animation-delay: -6s;
  transform: translate3d(5030px, 8180px, 1953px); }

.layer-3d li:nth-child(7) {
  animation-delay: -7s;
  transform: translate3d(1200px, 3120px, 878px); }

.layer-3d li:nth-child(8) {
  animation-delay: -8s;
  transform: translate3d(8420px, 4990px, 750px); }

.layer-simple li:nth-child(1) {
  animation-delay: -1.2s;
  transform: translate3d(860px, 6890px, 352px); }

.layer-simple li:nth-child(2) {
  animation-delay: -2.4s;
  transform: translate3d(6250px, 3470px, 1451px); }

.layer-simple li:nth-child(3) {
  animation-delay: -3.6s;
  transform: translate3d(10460px, 5240px, 523px); }

.layer-simple li:nth-child(4) {
  animation-delay: -4.8s;
  transform: translate3d(6330px, 4400px, 2030px); }

.layer-simple li:nth-child(5) {
  animation-delay: -6s;
  transform: translate3d(4280px, 9620px, 836px); }

.layer-simple li:nth-child(6) {
  animation-delay: -7.2s;
  transform: translate3d(5300px, 6920px, 104px); }

.layer-simple li:nth-child(7) {
  animation-delay: -8.4s;
  transform: translate3d(9460px, 11130px, 2178px); }

.layer-simple li:nth-child(8) {
  animation-delay: -9.6s;
  transform: translate3d(11960px, 11970px, 2400px); }

.subscene {
  pointer-events: none; }

.bg-story-01 {
  background: #eb1536 url("../images/bg-story-01.jpg") 100% 0% no-repeat; }
  @media (max-width: 767px) {
    .bg-story-01 {
      left: 20vw; }
      .bg-story-01 #sub-head,
      .bg-story-01 .story-01 {
        left: -20vw; } }

.bg-story-02 {
  box-shadow: inset 0 10px 20px 0px rgba(35, 31, 32, 0.15); }

.bg-story-03 {
  background: #eb1536 url("../images/bg-story-03.jpg") 0% 100% no-repeat;
  background-size: auto 66.66%; }

@media (min-width: 768px) {
  .story-01 p {
    max-width: 66.66%; }
    .story-01 p:nth-child(2), .story-01 p:nth-child(4) {
      -ms-transform: translateX(41.5%);
          transform: translateX(41.5%); }
  .story-01 blockquote {
    text-align: center;
    top: 0;
    right: -12.5%;
    width: 50%;
    -ms-transform: translateX(50%);
        transform: translateX(50%);
    position: absolute; }
    .story-01 blockquote p {
      max-width: none;
      width: 100%; }
      .story-01 blockquote p:first-child {
        padding-top: 2em;
        padding-bottom: 1em;
        position: relative; }
        .story-01 blockquote p:first-child:before {
          top: 0;
          left: 50%;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          content: '\201c';
          position: absolute;
          font-size: 6em;
          color: rgba(255, 255, 255, 0.4); } }

.story-02 li {
  position: relative;
  padding: 10vw 0 10vw 33.33%; }
  .story-02 li:nth-child(2) {
    padding: 10vw 33.33% 10vw 0; }
    .story-02 li:nth-child(2) img {
      left: auto;
      right: 0; }
  .story-02 li br {
    display: none; }
  .story-02 li img {
    position: absolute;
    width: 29%;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
@media (min-width: 768px) {
  .story-02 h2 {
    padding-left: 27.5%; }
  .story-02 li {
    padding: 1em 0 1em 33.33%; } }
@media (min-width: 1030px) {
  .story-02 li {
    max-width: 80%;
    padding: 5vw 0 5vw 28%; }
    .story-02 li:nth-child(2) {
      padding: 5vw 0 5vw 28%;
      left: 35%; }
      .story-02 li:nth-child(2) img {
        left: 0;
        right: auto; } }

.story-03 h2 {
  margin-bottom: 2em; }
@media (min-width: 768px) {
  .story-03 h2 {
    padding-left: 27.5%; }
  .story-03 p {
    max-width: 72.5%; }
  .story-03 blockquote {
    padding-left: 27.5%;
    max-width: none; } }

.bg-price-01 {
  background: url("../images/bg-price-mobile-01.jpg") 100% -10% no-repeat; }
  @media (min-width: 768px) {
    .bg-price-01 {
      background-image: url("../images/bg-price-01.jpg"); } }

@media (min-width: 768px) {
  .price-01 p {
    padding-left: 27.5%;
    max-width: 85%; } }

.price-list {
  margin: 0;
  color: #fff;
  font-family: "GTPressura", sans-serif;
  text-align: center;
  text-transform: uppercase; }
  .price-list li {
    position: relative;
    height: 20rem;
    background-color: #eb1536; }
    .price-list li:nth-child(odd) {
      box-shadow: inset 0px 0px 30px 5px rgba(35, 31, 32, 0.15); }
    @media (min-width: 960px) {
      .price-list li {
        float: left;
        width: 33.33%;
        height: auto; }
        .price-list li:after {
          content: '';
          display: block;
          padding-bottom: 100%; } }
    @media (max-width: 767px) {
      .price-list li {
        opacity: 1; } }
  .price-list a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .price-list a:hover p:before {
      top: -1rem; }
  .price-list p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    padding: 4rem 4rem 0;
    line-height: 2.25em; }
    @media (min-width: 960px) {
      .price-list p {
        padding: 3rem 2rem 0; } }
    @media (min-width: 1030px) {
      .price-list p {
        padding: 4rem 4rem 0; } }
    .price-list p:before {
      border: 3px solid #fff;
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
      height: 1.2rem;
      width: 1.2rem;
      border-radius: 4px;
      transition: top 0.25s ease-in-out; }
  @media (min-width: 960px) {
    .price-list.narrow li:after {
      padding-bottom: 50%; } }

.price-list--visible li {
  opacity: 1; }

@media (max-width: 767px) {
  .section:first-child {
    padding-top: 7rem; } }

.page-benefits,
.page-vyhody {
  counter-reset: counter; }
  .page-benefits .detail-closer,
  .page-vyhody .detail-closer {
    display: none; }
  .page-benefits #main,
  .page-vyhody #main {
    background-color: transparent; }
    @media (min-width: 768px) {
      .page-benefits #main,
      .page-vyhody #main {
        width: 100%; }
        .page-benefits #main #pagepiling,
        .page-vyhody #main #pagepiling {
          height: 100%;
          width: 100%; }
        .page-benefits #main .pp-section,
        .page-vyhody #main .pp-section {
          padding: 0 20%; }
        .page-benefits #main.opened-detail .benefits-rows > li,
        .page-vyhody #main.opened-detail .benefits-rows > li {
          opacity: 0;
          pointer-events: none;
          width: 0; }
          .page-benefits #main.opened-detail .benefits-rows > li.opened,
          .page-vyhody #main.opened-detail .benefits-rows > li.opened {
            opacity: 1;
            pointer-events: all;
            width: 100%;
            cursor: url("../images/cursor-closer.svg"), move; }
            .page-benefits #main.opened-detail .benefits-rows > li.opened .detail-opener,
            .page-vyhody #main.opened-detail .benefits-rows > li.opened .detail-opener {
              cursor: url("../images/cursor-closer.svg"), move; }
        .page-benefits #main.opened-detail #benefits-nav,
        .page-vyhody #main.opened-detail #benefits-nav {
          opacity: 0;
          pointer-events: none; }
        .page-benefits #main.opened-detail #benefits-secondary,
        .page-vyhody #main.opened-detail #benefits-secondary {
          opacity: 1;
          pointer-events: all; }
        .page-benefits #main.opened-detail .next-label,
        .page-vyhody #main.opened-detail .next-label {
          opacity: 1; } }
  @media (max-width: 767px) {
    .page-benefits .section:nth-child(odd) .benefits-rows > li:nth-child(even),
    .page-vyhody .section:nth-child(odd) .benefits-rows > li:nth-child(even) {
      left: 20vw; }
    .page-benefits .section:nth-child(even) .benefits-rows > li:nth-child(odd),
    .page-vyhody .section:nth-child(even) .benefits-rows > li:nth-child(odd) {
      left: 20vw; } }
  .page-benefits .benefits-rows,
  .page-vyhody .benefits-rows {
    margin: 0;
    overflow: hidden; }
    .page-benefits .benefits-rows > li,
    .page-vyhody .benefits-rows > li {
      position: relative;
      height: 50em;
      width: 50vw;
      left: 10vw;
      margin-bottom: 1.5em;
      background-size: cover;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, width 0.3s ease-in-out, top 0.6s ease-in-out;
      top: 0; }
      .page-benefits .benefits-rows > li.opened,
      .page-vyhody .benefits-rows > li.opened {
        -ms-transform: translateY(-3%);
            transform: translateY(-3%);
        z-index: 15; }
        .page-benefits .benefits-rows > li.opened .detail-opener,
        .page-vyhody .benefits-rows > li.opened .detail-opener {
          box-shadow: 0px 25px 50px 15px rgba(35, 31, 32, 0.3); }
        .page-benefits .benefits-rows > li.opened .opened-image,
        .page-vyhody .benefits-rows > li.opened .opened-image {
          opacity: 1; }
        .page-benefits .benefits-rows > li.opened h2,
        .page-vyhody .benefits-rows > li.opened h2 {
          color: #fff; }
          @media (max-width: 767px) {
            .page-benefits .benefits-rows > li.opened h2,
            .page-vyhody .benefits-rows > li.opened h2 {
              opacity: 0;
              pointer-events: none; } }
      @media (min-width: 768px) {
        .page-benefits .benefits-rows > li:hover,
        .page-vyhody .benefits-rows > li:hover {
          z-index: 15; }
          .page-benefits .benefits-rows > li:hover .detail-opener,
          .page-vyhody .benefits-rows > li:hover .detail-opener {
            -ms-transform: translateY(-3%);
                transform: translateY(-3%);
            box-shadow: 0px 25px 50px 15px rgba(35, 31, 32, 0.3); }
          .page-benefits .benefits-rows > li:hover .opened-image,
          .page-vyhody .benefits-rows > li:hover .opened-image {
            opacity: 1; }
          .page-benefits .benefits-rows > li:hover h2,
          .page-vyhody .benefits-rows > li:hover h2 {
            color: #fff; } }
      .page-benefits .benefits-rows > li.opened,
      .page-vyhody .benefits-rows > li.opened {
        top: 7.5% !important; }
        .page-benefits .benefits-rows > li.opened .detail-opener:before,
        .page-vyhody .benefits-rows > li.opened .detail-opener:before {
          background-color: rgba(235, 21, 54, 0.6); }
        @media (max-width: 767px) {
          .page-benefits .benefits-rows > li.opened .detail-closer,
          .page-vyhody .benefits-rows > li.opened .detail-closer {
            opacity: 1;
            pointer-events: all; } }
        .page-benefits .benefits-rows > li.opened .benefit-detail,
        .page-vyhody .benefits-rows > li.opened .benefit-detail {
          opacity: 1;
          pointer-events: all;
          top: 50%; }
          @media (max-width: 767px) {
            .page-benefits .benefits-rows > li.opened .benefit-detail,
            .page-vyhody .benefits-rows > li.opened .benefit-detail {
              left: 3vw;
              width: 74vw; } }
      .page-benefits .benefits-rows > li h2,
      .page-vyhody .benefits-rows > li h2 {
        color: #fff; }
        @media (max-width: 767px) {
          .page-benefits .benefits-rows > li h2,
          .page-vyhody .benefits-rows > li h2 {
            transition: opacity 0.25s ease-in-out; } }
        .page-benefits .benefits-rows > li h2:before,
        .page-vyhody .benefits-rows > li h2:before {
          content: counter(counter);
          counter-increment: counter;
          display: block;
          font-weight: normal;
          margin-bottom: 0.5em; }
    .page-benefits .benefits-rows .detail-opener,
    .page-vyhody .benefits-rows .detail-opener {
      display: block;
      height: 100%;
      background: 50% 50% no-repeat;
      background-color: #9a9af0;
      background-size: cover;
      position: relative;
      transition: box-shadow 0.3s ease-in-out, top 0.6s ease-in-out, transform 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .page-benefits .benefits-rows .detail-opener,
        .page-vyhody .benefits-rows .detail-opener {
          position: absolute;
          left: 0;
          top: 0;
          width: 20vw; } }
      .page-benefits .benefits-rows .detail-opener .opened-image,
      .page-vyhody .benefits-rows .detail-opener .opened-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        height: 100%;
        background: 50% 50% no-repeat;
        background-size: cover;
        transition: opacity 0.3s ease-in-out; }
      .page-benefits .benefits-rows .detail-opener:hover:before,
      .page-vyhody .benefits-rows .detail-opener:hover:before {
        background-color: rgba(235, 21, 54, 0.6); }
    .page-benefits .benefits-rows .detail-closer,
    .page-vyhody .benefits-rows .detail-closer {
      position: absolute;
      right: 0;
      bottom: 16.66%;
      -ms-transform: translateX(50%);
          transform: translateX(50%);
      opacity: 0;
      pointer-events: none;
      text-shadow: 0 3px rgba(35, 31, 32, 0.2);
      transition: transform 0.25s ease-in-out;
      display: block; }
      .page-benefits .benefits-rows .detail-closer:hover,
      .page-vyhody .benefits-rows .detail-closer:hover {
        -ms-transform: translateX(50%) scale(1.1);
            transform: translateX(50%) scale(1.1); }
      @media (max-width: 767px) {
        .page-benefits .benefits-rows .detail-closer,
        .page-vyhody .benefits-rows .detail-closer {
          left: -3vw;
          bottom: -2vh;
          right: auto; } }
    .page-benefits .benefits-rows h2,
    .page-vyhody .benefits-rows h2 {
      position: absolute;
      top: 15%;
      right: 0;
      -ms-transform: translateX(20%);
          transform: translateX(20%);
      z-index: 5;
      font-size: 3rem;
      white-space: nowrap;
      overflow: hidden;
      line-height: 1.5em;
      transition: color 0.3s ease-in-out, opacity 0.6s ease-in-out 0.3s, transform 0.6s ease-in-out 0.3s; }
      @media (min-width: 768px) {
        .page-benefits .benefits-rows h2,
        .page-vyhody .benefits-rows h2 {
          opacity: 0;
          -ms-transform: translateX(20%) translateY(-10%);
              transform: translateX(20%) translateY(-10%); } }
      @media (min-width: 1400px) {
        .page-benefits .benefits-rows h2,
        .page-vyhody .benefits-rows h2 {
          font-size: 3.5rem; } }
    .page-benefits .benefits-rows .benefit-detail,
    .page-vyhody .benefits-rows .benefit-detail {
      position: absolute;
      left: 50%;
      width: 50%;
      top: 45%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      line-height: 1.75em;
      font-size: 1.8rem;
      opacity: 0;
      pointer-events: none;
      font-family: "GTPressura", sans-serif; }
      @media (max-width: 767px) {
        .page-benefits .benefits-rows .benefit-detail,
        .page-vyhody .benefits-rows .benefit-detail {
          left: 3vw;
          width: 74vw;
          transition: opacity 0.25s ease-in-out; } }
      @media (min-width: 768px) {
        .page-benefits .benefits-rows .benefit-detail,
        .page-vyhody .benefits-rows .benefit-detail {
          transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out; } }
  @media (min-width: 768px) {
    .page-benefits #container,
    .page-benefits #main,
    .page-vyhody #container,
    .page-vyhody #main {
      height: 100%; }
    .page-benefits #container,
    .page-vyhody #container {
      overflow: hidden; }
    .page-benefits .benefits-rows,
    .page-vyhody .benefits-rows {
      margin: 0;
      height: 100%;
      opacity: 0;
      transition: opacity 0.7s ease-in-out;
      overflow: visible; }
      .page-benefits .benefits-rows > li,
      .page-vyhody .benefits-rows > li {
        float: left;
        width: 33.33%;
        height: 85%;
        left: 0;
        margin: 0; }
        .page-benefits .benefits-rows > li h2,
        .page-vyhody .benefits-rows > li h2 {
          color: #fff; }
    .page-benefits .active .benefits-rows,
    .page-vyhody .active .benefits-rows {
      opacity: 1; }
      .page-benefits .active .benefits-rows h2,
      .page-vyhody .active .benefits-rows h2 {
        opacity: 1;
        -ms-transform: translateX(20%) translateY(0%);
            transform: translateX(20%) translateY(0%); }
    .page-benefits .active.section-1 .benefits-rows > li:nth-child(1),
    .page-vyhody .active.section-1 .benefits-rows > li:nth-child(1) {
      top: 15%; }
    .page-benefits .active.section-1 .benefits-rows > li:nth-child(2),
    .page-vyhody .active.section-1 .benefits-rows > li:nth-child(2) {
      top: 0; }
    .page-benefits .active.section-1 .benefits-rows > li:nth-child(3),
    .page-vyhody .active.section-1 .benefits-rows > li:nth-child(3) {
      top: 25%; }
    .page-benefits .active.section-2 .benefits-rows > li:nth-child(1),
    .page-vyhody .active.section-2 .benefits-rows > li:nth-child(1) {
      top: 0%; }
    .page-benefits .active.section-2 .benefits-rows > li:nth-child(2),
    .page-vyhody .active.section-2 .benefits-rows > li:nth-child(2) {
      top: 35%; }
    .page-benefits .active.section-2 .benefits-rows > li:nth-child(3),
    .page-vyhody .active.section-2 .benefits-rows > li:nth-child(3) {
      top: 15%; }
    .page-benefits .active.section-3 .benefits-rows > li:nth-child(1),
    .page-vyhody .active.section-3 .benefits-rows > li:nth-child(1) {
      top: 10%; }
    .page-benefits .active.section-3 .benefits-rows > li:nth-child(2),
    .page-vyhody .active.section-3 .benefits-rows > li:nth-child(2) {
      top: 32%; }
    .page-benefits .active.section-3 .benefits-rows > li:nth-child(3),
    .page-vyhody .active.section-3 .benefits-rows > li:nth-child(3) {
      top: 0%; } }

#benefits-nav {
  position: fixed;
  left: 10%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.25s ease-in-out;
  font-family: "GTPressura", sans-serif;
  display: none;
  z-index: 5; }
  @media (min-width: 768px) {
    #benefits-nav {
      display: block; } }
  #benefits-nav li {
    height: 7vh;
    border-left: 1px solid rgba(255, 255, 255, 0.33); }
    #benefits-nav li:last-child {
      height: 3.5vh;
      border: 0; }
  #benefits-nav a {
    display: block;
    letter-spacing: 0.3em;
    padding-left: 3rem;
    position: relative;
    top: -0.75em; }
    #benefits-nav a:before {
      content: '';
      background-color: #fff;
      width: 0.9rem;
      height: 0.9rem;
      border-radius: 2px;
      position: absolute;
      left: -0.5rem;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      top: 50%;
      margin-top: -0.5rem; }
  #benefits-nav span {
    display: block; }
    #benefits-nav span:before {
      content: '';
      border: 1px solid #fff;
      width: 2.75rem;
      height: 2.75rem;
      border-radius: 6px;
      position: absolute;
      left: -1.5rem;
      -ms-transform: rotate(0);
          transform: rotate(0);
      top: 50%;
      margin-top: -2rem;
      opacity: 0;
      transition: all 0.25s ease-in-out; }
  #benefits-nav .active span:before {
    opacity: 1;
    margin-top: -1.5rem;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

#benefits-secondary {
  position: fixed;
  left: 10%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
  display: none;
  z-index: 5; }
  @media (min-width: 768px) {
    #benefits-secondary {
      display: block; } }
  #benefits-secondary li:first-child {
    margin-bottom: 2vh; }
  #benefits-secondary a {
    text-shadow: 0 3px rgba(35, 31, 32, 0.2);
    transition: transform 0.25s ease-in-out;
    display: block; }
    #benefits-secondary a:hover {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.next-label {
  display: none; }
  @media (min-width: 1030px) {
    .next-label {
      display: block;
      position: fixed;
      left: 5%;
      top: 50%;
      width: 100vh;
      font-family: "GTPressura", sans-serif;
      text-align: center;
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      transition: opacity 0.25s ease-in-out;
      opacity: 0;
      pointer-events: none;
      text-transform: uppercase;
      z-index: 5; } }

.page-references #sub-head,
.page-team #sub-head,
.page-bgs #sub-head,
.page-corporate #sub-head {
  max-width: none; }
  .page-references #sub-head p:nth-child(4),
  .page-team #sub-head p:nth-child(4),
  .page-bgs #sub-head p:nth-child(4),
  .page-corporate #sub-head p:nth-child(4) {
    font-family: "acumin-pro", sans-serif;
    text-transform: none; }
  .page-references #sub-head strong,
  .page-team #sub-head strong,
  .page-bgs #sub-head strong,
  .page-corporate #sub-head strong {
    display: inline-block;
    font-size: 5rem;
    font-weight: normal;
    line-height: 1.25em; }
  @media (min-width: 768px) {
    .page-references #sub-head,
    .page-team #sub-head,
    .page-bgs #sub-head,
    .page-corporate #sub-head {
      padding-left: 23.75%; }
      .page-references #sub-head h2,
      .page-team #sub-head h2,
      .page-bgs #sub-head h2,
      .page-corporate #sub-head h2 {
        margin-bottom: 15vh; }
      .page-references #sub-head p:nth-child(3),
      .page-references #sub-head p:nth-child(4),
      .page-team #sub-head p:nth-child(3),
      .page-team #sub-head p:nth-child(4),
      .page-bgs #sub-head p:nth-child(3),
      .page-bgs #sub-head p:nth-child(4),
      .page-corporate #sub-head p:nth-child(3),
      .page-corporate #sub-head p:nth-child(4) {
        padding-left: 50%; }
      .page-references #sub-head strong,
      .page-team #sub-head strong,
      .page-bgs #sub-head strong,
      .page-corporate #sub-head strong {
        font-size: 6rem;
        margin: 6vh 0;
        min-width: 230px; } }
  @media (min-width: 1030px) {
    .page-references #sub-head strong,
    .page-team #sub-head strong,
    .page-bgs #sub-head strong,
    .page-corporate #sub-head strong {
      font-size: 10rem; } }
.page-references .line,
.page-team .line,
.page-bgs .line,
.page-corporate .line {
  padding-right: 0; }

.page-references #sub-head .events-row {
  margin: 6vh 0 0; }
  .page-references #sub-head .events-row strong,
  .page-references #sub-head .events-row span {
    float: left; }
  .page-references #sub-head .events-row strong {
    margin: 0 0.1em 0 0; }
@media (min-width: 768px) {
  .page-references #sub-head .events-row {
    margin: 6vh 0 0; }
    .page-references #sub-head .events-row strong {
      margin: 0 0.1em 0 0; }
    .page-references #sub-head .events-row span {
      margin-top: 1em; } }
@media (min-width: 960px) {
  .page-references #sub-head .events-row {
    margin: 2vh 0; }
    .page-references #sub-head .events-row strong {
      margin: 0 0.1em 0 0; } }

.page-bgs #sub-head,
.page-team #sub-head {
  max-width: none; }
  .page-bgs #sub-head p:nth-child(4),
  .page-team #sub-head p:nth-child(4) {
    font-family: "GTPressura", sans-serif;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .page-bgs #sub-head p:nth-child(4),
    .page-team #sub-head p:nth-child(4) {
      padding-left: 0%; }
    .page-bgs #sub-head p:nth-child(5),
    .page-team #sub-head p:nth-child(5) {
      padding-left: 50%; } }

.page-team #sub-head {
  max-width: none; }
  .page-team #sub-head p:nth-child(3) {
    margin-bottom: 0; }
  .page-team #sub-head p:nth-child(5) {
    font-family: "acumin-pro", sans-serif;
    text-transform: none; }

.page-bgs #sub-head {
  max-width: none; }
  .page-bgs #sub-head p:nth-child(5) {
    font-family: "acumin-pro", sans-serif;
    text-transform: none; }

.page-corporate #sub-head p:last-child {
  font-family: "acumin-pro", sans-serif;
  text-transform: none; }
@media (min-width: 768px) {
  .page-corporate #sub-head strong {
    margin: 0 0 6vh; }
  .page-corporate #sub-head p:nth-child(3),
  .page-corporate #sub-head p:nth-child(4) {
    padding-left: 0%;
    margin-left: -50%;
    max-width: 100%; } }
@media (min-width: 1030px) {
  .page-corporate #sub-head strong {
    font-size: 7rem; } }

.img-cola {
  position: fixed;
  left: 7.5vw;
  max-width: none;
  width: 62.5vw;
  top: 40vh; }

.page-team #sub-head p:nth-child(3),
.page-bgs #sub-head p:nth-child(3) {
  padding-left: 0; }
.page-team #sub-head strong,
.page-bgs #sub-head strong {
  margin: 0; }

.swiper-testimonials {
  background: #eb1536 url("../images/bg-slider.jpg?v=2") 0 50% no-repeat;
  background-size: contain;
  box-shadow: 0px 20px 40px 5px rgba(35, 31, 32, 0.25);
  margin-bottom: 15vh; }
  .swiper-testimonials .swiper-slide {
    padding: 6rem 5rem; }
    .swiper-testimonials .swiper-slide p {
      max-width: 60rem;
      margin: 1em auto; }
      .swiper-testimonials .swiper-slide p:first-child {
        font-family: "GTPressura", sans-serif;
        text-transform: uppercase;
        position: relative; }
        .swiper-testimonials .swiper-slide p:first-child:before {
          content: '\201E';
          position: absolute;
          top: -5rem;
          font-size: 2em;
          left: 50%;
          margin-left: -0.25em; }

@media (max-width: 767px) {
  .references-02.line {
    padding: 0 1em; } }
@media (min-width: 768px) {
  .references-02 {
    padding: 2vh 0 10vh 33.33%; }
    .references-02 h2 {
      font-size: 10rem;
      font-weight: normal;
      margin-bottom: 0; } }

.references-gallery {
  margin-top: 15vh;
  margin-bottom: 10vh; }
  .references-gallery img {
    display: block;
    box-shadow: 0 30px 50px 0px rgba(35, 31, 32, 0.25);
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .references-gallery img {
        margin-bottom: -5vh; }
        .references-gallery img:nth-child(1) {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          margin-bottom: -10vh; }
        .references-gallery img:nth-child(3) {
          -ms-transform: translateX(-25%);
              transform: translateX(-25%); }
        .references-gallery img:nth-child(5) {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
        .references-gallery img:nth-child(6) {
          width: 66%;
          float: right;
          z-index: 5;
          position: relative; }
        .references-gallery img:nth-child(7) {
          -ms-transform: translateX(-25%);
              transform: translateX(-25%); }
        .references-gallery img:nth-child(7) {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
        .references-gallery img:nth-child(9) {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
        .references-gallery img:nth-child(10) {
          width: 66.66%;
          position: relative;
          z-index: 5; }
        .references-gallery img:nth-child(11) {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
        .references-gallery img:nth-child(13) {
          -ms-transform: translateX(-25%);
              transform: translateX(-25%); } }

.gallery-shifted {
  margin-top: 15vh;
  margin-bottom: 10vh; }
  @media (min-width: 768px) {
    .gallery-shifted {
      padding-left: 33.33%; } }
  .gallery-shifted img {
    display: block;
    box-shadow: 0 30px 50px 0px rgba(35, 31, 32, 0.25);
    transition: top 0.25s ease-in-out;
    position: relative;
    top: 0; }
  .gallery-shifted a {
    margin-bottom: 1em;
    display: block; }
    .gallery-shifted a:hover img {
      top: -1rem; }
    @media (min-width: 768px) {
      .gallery-shifted a {
        margin-bottom: -5vh; }
        .gallery-shifted a:nth-child(1) {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          margin-bottom: -10vh; }
        .gallery-shifted a:nth-child(3) {
          -ms-transform: translateX(-25%);
              transform: translateX(-25%); }
        .gallery-shifted a:nth-child(5) {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
        .gallery-shifted a:nth-child(6) {
          width: 66%;
          float: right;
          z-index: 5;
          position: relative; }
        .gallery-shifted a:nth-child(7) {
          -ms-transform: translateX(-25%);
              transform: translateX(-25%); }
        .gallery-shifted a:nth-child(7) {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
        .gallery-shifted a:nth-child(9) {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
        .gallery-shifted a:nth-child(10) {
          width: 66.66%;
          position: relative;
          z-index: 5; }
        .gallery-shifted a:nth-child(11) {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
        .gallery-shifted a:nth-child(13) {
          -ms-transform: translateX(-25%);
              transform: translateX(-25%); } }

.download-all-btn {
  display: inline-block; }
  @media (min-width: 768px) {
    .download-all-btn {
      margin-top: -1.2em; } }

.gallery-detail-head {
  margin: 3em 0 4em; }
  @media (min-width: 768px) {
    .gallery-detail-head {
      padding-left: 33.33%; } }

@media (max-width: 767px) {
  .back-link {
    margin-bottom: 1em; } }
.back-link a {
  color: #5252d4;
  padding-left: 4.5em;
  position: relative;
  font-family: "GTPressura", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  .back-link a:hover:before {
    -ms-transform: translateX(-0.33em);
        transform: translateX(-0.33em); }
  .back-link a:before {
    height: 1px;
    width: 3.5em;
    transition: transform 0.25s ease-in-out;
    content: '';
    background-color: #5252d4;
    position: absolute;
    left: 0;
    top: 50%; }

.people {
  position: relative;
  margin-bottom: 10vh; }
  .people h3 {
    font-size: 4.4rem;
    font-weight: normal;
    margin: 0; }
  .people strong {
    font-family: "GTPressura", sans-serif;
    font-size: 1.8rem;
    display: block;
    letter-spacing: 0.15em;
    margin-bottom: 2em;
    font-weight: normal; }

.person-content {
  padding: 2em 2em 280px;
  box-shadow: inset 0 30px 50px 0px rgba(35, 31, 32, 0.25);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #eb1536;
  background-position: 0% 100%;
  position: relative; }
  .person-content:nth-child(3) {
    box-shadow: none; }
  .person-content p {
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-size: 1.5rem; }
    .person-content p:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .person-content {
      padding: 2em 2em 380px; } }
  @media (min-width: 1030px) {
    .person-content {
      padding: 7rem;
      background-color: #eb1536;
      background-size: contain; }
      .person-content:nth-child(odd) {
        padding-left: 33.33%;
        background-position: 0 100%; }
      .person-content:nth-child(even) {
        padding-right: 33.33%;
        background-position: 100% 100%; } }

.corporate {
  margin-bottom: 5em; }
  .corporate .corporate-feature {
    position: relative;
    padding: 1em; }
    @media (min-width: 960px) {
      .corporate .corporate-feature {
        padding: 0;
        margin: 0 0 2em;
        width: 100%; } }
    @media (min-width: 1200px) {
      .corporate .corporate-feature {
        margin: 0; }
        .corporate .corporate-feature:nth-child(even) {
          margin-left: 50%;
          width: 50%; }
          .corporate .corporate-feature:nth-child(even) .corporate-image {
            width: 100%; }
          .corporate .corporate-feature:nth-child(even) .corporate-description {
            left: -100%;
            width: 180%; } }
    @media (min-width: 1600px) {
      .corporate .corporate-feature:nth-child(8n - 6), .corporate .corporate-feature:nth-child(8n - 4), .corporate .corporate-feature:nth-child(8n - 1) {
        width: 66.66%;
        margin-left: 0; }
        .corporate .corporate-feature:nth-child(8n - 6) .corporate-image, .corporate .corporate-feature:nth-child(8n - 4) .corporate-image, .corporate .corporate-feature:nth-child(8n - 1) .corporate-image {
          width: 50%; }
        .corporate .corporate-feature:nth-child(8n - 6) .corporate-description, .corporate .corporate-feature:nth-child(8n - 4) .corporate-description, .corporate .corporate-feature:nth-child(8n - 1) .corporate-description {
          left: 25%;
          width: 85%; }
      .corporate .corporate-feature:nth-child(8n - 7), .corporate .corporate-feature:nth-child(8n - 3), .corporate .corporate-feature:nth-child(8n) {
        margin-left: 33.33%;
        width: 66.66%; }
        .corporate .corporate-feature:nth-child(8n - 7) .corporate-image, .corporate .corporate-feature:nth-child(8n - 3) .corporate-image, .corporate .corporate-feature:nth-child(8n) .corporate-image {
          width: 50%; }
        .corporate .corporate-feature:nth-child(8n - 7) .corporate-description, .corporate .corporate-feature:nth-child(8n - 3) .corporate-description, .corporate .corporate-feature:nth-child(8n) .corporate-description {
          left: 25%;
          width: 85%; }
      .corporate .corporate-feature:nth-child(8n - 5), .corporate .corporate-feature:nth-child(8n - 2) {
        margin-left: 66.66%;
        width: 33.33%; }
        .corporate .corporate-feature:nth-child(8n - 5) .corporate-image, .corporate .corporate-feature:nth-child(8n - 2) .corporate-image {
          width: 100%; }
        .corporate .corporate-feature:nth-child(8n - 5) .corporate-description, .corporate .corporate-feature:nth-child(8n - 2) .corporate-description {
          left: -100%;
          width: 180%; } }
  .corporate .corporate-image {
    box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 2em; }
    .corporate .corporate-image img {
      display: block;
      width: 100%; }
    @media (min-width: 960px) {
      .corporate .corporate-image {
        width: 50%;
        margin: 0; } }
  .corporate .corporate-description h3 {
    line-height: 1.25em;
    font-size: 2em;
    font-weight: normal; }
    @media (min-width: 960px) {
      .corporate .corporate-description h3 {
        font-size: 2vw; } }
  @media (min-width: 960px) {
    .corporate .corporate-description {
      position: absolute;
      top: 50%;
      left: 25%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 85%; }
      .corporate .corporate-description h3 {
        margin: 0; }
      .corporate .corporate-description p:last-child {
        margin-bottom: 0; } }

.page-textpage {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media (min-width: 768px) {
    .page-textpage {
      padding-top: 12rem;
      padding-bottom: 12rem; } }

.element {
  position: absolute; }
  .element img {
    display: block;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }

.element-rotate {
  animation: rotate 40s infinite linear; }

.element-bear-01 {
  left: 11%;
  top: 48vh; }

.element-bear-02 {
  left: 50%;
  top: 64vh;
  animation-delay: -15s;
  display: none;
  z-index: 1; }
  @media (min-width: 768px) {
    .element-bear-02 {
      display: block; } }

.element-bear-03 {
  left: 0%;
  top: 33.33%;
  animation-delay: -45s; }
  @media (min-width: 768px) {
    .element-bear-03 {
      z-index: 1; } }

.element-bear-04 {
  right: 5%;
  top: 72.66%;
  animation-delay: -25s; }
  @media (min-width: 768px) {
    .element-bear-04 {
      z-index: 1; } }

.element-mask {
  position: fixed;
  right: 15%;
  top: 42vh;
  max-width: 35vw; }
  @media (min-width: 768px) {
    .element-mask {
      max-width: 13vw; } }

.element-bat {
  position: fixed;
  left: 17%;
  top: 98vh;
  animation-delay: -25s;
  max-width: 20vw;
  display: none; }
  @media (min-width: 768px) {
    .element-bat {
      display: block; } }

.element-rocket {
  position: fixed;
  right: 17%;
  top: 150vh;
  animation-delay: -5s;
  max-width: 13vw;
  display: none; }
  @media (min-width: 768px) {
    .element-rocket {
      display: block; } }

.page-backgrounds-and-props #sub-head p,
.page-backgrounds-and-props #sub-head h2,
.page-about-us #sub-head p,
.page-about-us #sub-head h2 {
  position: relative; }

.bg-list {
  background-color: #fff;
  padding: 1.5em 1em;
  position: relative;
  margin: 0; }
  .bg-list li {
    background: 50% 50% no-repeat;
    background-size: cover;
    height: 12rem;
    float: left;
    width: 23%;
    margin: 0 1% 4vw; }
  @media (min-width: 768px) {
    .bg-list {
      padding: 8rem 5rem; }
      .bg-list li {
        width: 31.33%;
        margin: 0 1% 1vw;
        height: 10rem; } }
  @media (min-width: 1030px) {
    .bg-list li {
      height: 17rem; } }

section.page-gallery {
  padding-top: 5rem; }

@media (min-width: 768px) {
  .page-gallery {
    padding-top: 0; }
    .page-gallery .line {
      padding: 10vh 25% 10vh 0%; }
    .page-gallery #sub-head {
      padding-left: 33.33%; } }
.galleries li {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .galleries li {
      display: inline-block;
      vertical-align: top;
      width: 30.33%;
      margin: 0 1.5% 5vh; } }
  .galleries li .password-protected {
    position: relative; }
    .galleries li .password-protected:before {
      color: #fff;
      font-size: 1.5em;
      position: absolute;
      right: 0.5em;
      top: 0.5em;
      z-index: 5; }
.galleries img {
  display: block; }
.galleries h2 {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.6rem;
  text-transform: none;
  font-weight: normal; }
.galleries a {
  color: #5252d4; }

.prev-next-posts {
  padding: 0 1.5%; }
  @media (min-width: 768px) {
    .prev-next-posts li.prev-posts-link {
      float: left; }
    .prev-next-posts li.next-posts-link {
      float: right; } }
  .prev-next-posts a {
    color: #5252d4;
    text-transform: uppercase; }

.gallery figure {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 1% 0.25em; }
  @media (min-width: 768px) {
    .gallery figure {
      width: 18%;
      margin: 0 1% 5vh; } }
.gallery a {
  display: block; }
.gallery img {
  display: block;
  width: 100%; }

.claim {
  font-family: "GTPressura", sans-serif;
  font-weight: bold;
  color: #231f20;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
  position: relative;
  padding: 1em 0 0;
  margin-bottom: 2em;
  z-index: 5;
  letter-spacing: 0.15em; }
  @media (min-width: 768px) {
    .claim {
      font-size: 4rem; } }
  .claim p {
    line-height: 1.5em; }
  .claim:before {
    content: '\201E';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.25em; }

.page-head .page-head-intro {
  background: url("../images/bg-mobile.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 3rem;
  position: relative; }
  @media (min-width: 768px) {
    .page-head .page-head-intro {
      background: none;
      padding: 0; } }
.page-head .article-header {
  text-align: center; }
  @media (min-width: 768px) {
    .page-head .article-header {
      text-align: left; } }
  .page-head .article-header h1 {
    margin-top: 0; }
@media (min-width: 768px) {
  .page-head .claim {
    width: 130%;
    margin-left: -28%; } }
.page-head .btnwrap {
  margin-bottom: 4rem;
  text-align: center; }
  @media (min-width: 768px) {
    .page-head .btnwrap {
      text-align: left; } }
  .page-head .btnwrap + div {
    position: relative;
    z-index: 5; }
.page-head .imgwrap {
  display: none; }
  @media (min-width: 768px) {
    .page-head .imgwrap {
      display: block; } }
  .page-head .imgwrap img:first-child {
    opacity: 0.5; }
  .page-head .imgwrap.img-gallery img:first-child {
    opacity: 1; }
@media (min-width: 1600px) {
  .page-head .inner {
    padding-top: 20rem; } }

.scroll-down {
  color: #fff;
  margin-top: 3em;
  display: block;
  text-transform: uppercase; }
  .scroll-down ul {
    margin: 0.5em 0; }
  .scroll-down strong {
    font-size: 1.2rem; }
  .scroll-down li {
    animation: pulse 2s infinite ease-in-out; }
    .scroll-down li span {
      height: 5px;
      width: 5px;
      display: inline-block;
      border-radius: 50%;
      background-color: #fff; }
    .scroll-down li:nth-child(2) {
      animation-delay: 0.33s; }
    .scroll-down li:nth-child(3) {
      animation-delay: 0.66s; }
  .scroll-down.dark {
    color: #231f20; }
    .scroll-down.dark li span {
      background-color: #231f20; }

.language-switch {
  position: relative;
  height: 4.25rem; }
  @media (min-width: 768px) {
    .language-switch {
      margin: 4vh 0; } }

.language-chooser {
  display: inline-block;
  position: absolute;
  margin: 0;
  width: 11rem;
  height: 4.4rem;
  padding: 4.25rem 0 0;
  overflow: hidden; }
  .language-chooser li {
    display: inline-block; }
  .language-chooser a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase; }
    .language-chooser a:hover, .language-chooser a:focus {
      color: #fff; }
  .language-chooser.opened {
    height: auto; }
    .language-chooser.opened .active span:before {
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
      margin-left: -0.25em; }
  .language-chooser .active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .language-chooser .active a {
      padding-right: 2.5rem; }
      .language-chooser .active a span {
        border-top: 1px solid rgba(255, 255, 255, 0.33);
        border-bottom: 1px solid rgba(255, 255, 255, 0.33); }
    .language-chooser .active span {
      position: relative; }
      .language-chooser .active span:before {
        font-family: 'fotonaut' !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        font-size: 0.75em;
        position: absolute;
        right: -2.25em;
        top: 50%;
        margin-top: -0.25em;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\62'; }
  .language-chooser a {
    line-height: 4.25rem;
    background-color: #eb1536; }
    .language-chooser a span {
      display: inline-block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.33); }

.quote {
  padding-left: 2rem;
  padding-right: 2rem; }
  .quote p {
    max-width: 60rem;
    margin: 1em auto; }
    .quote p:first-child {
      text-transform: uppercase;
      position: relative;
      padding-top: 3em;
      font-family: "GTPressura", sans-serif;
      font-size: 1.8rem; }
      .quote p:first-child:before {
        content: '\201E';
        position: absolute;
        top: 0;
        left: 50%;
        font-size: 1.5em;
        margin-left: -0.5em; }
    .quote p a {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.4);
      padding: 0.15em 0.25em 0.15em 0.4em; }
      .quote p a:hover {
        background-color: rgba(255, 255, 255, 0.55); }

.clients {
  padding: 0 1em;
  margin: 3em 0; }
  @media (min-width: 768px) {
    .clients {
      padding: 0; } }
  @media (min-width: 768px) {
    .clients .h1 {
      margin-bottom: 4em; } }
  .clients .inner {
    padding-top: 2rem; }

.list-clients ul {
  margin: 0 0 3rem; }
  .list-clients ul:last-child {
    margin: 0; }
.list-clients li {
  text-align: center;
  width: 25%;
  padding: 0 3%;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) {
    .list-clients li {
      width: 16.66%; } }
.list-clients .logowrap {
  height: 70px; }
  @media (min-width: 768px) {
    .list-clients .logowrap {
      height: 80px; } }
  @media (min-width: 1030px) {
    .list-clients .logowrap {
      height: 100px; } }
  .list-clients .logowrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
.list-clients img {
  max-width: 135px;
  max-height: 75px;
  vertical-align: middle;
  width: 100%; }

.steps-wrap > div {
  display: none; }
  .steps-wrap > div.active {
    display: block; }
.steps-wrap.no-edit > div {
  opacity: 0.8;
  cursor: not-allowed; }
  .steps-wrap.no-edit > div > * {
    pointer-events: none; }
  .steps-wrap.no-edit > div#step-7, .steps-wrap.no-edit > div#questionnaire {
    opacity: 1;
    cursor: default; }
    .steps-wrap.no-edit > div#step-7 > *, .steps-wrap.no-edit > div#questionnaire > * {
      pointer-events: auto; }

input[type='text']:read-only {
  pointer-events: none; }

.single-form {
  font-family: "GTPressura", sans-serif; }
  .single-form .debug {
    display: none; }
  .single-form .steps-nav {
    padding-bottom: 5rem;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 12rem;
    text-align: center; }
    .single-form .steps-nav.unsaved {
      opacity: 0.5; }
      .single-form .steps-nav.unsaved > li a {
        cursor: default; }
    .single-form .steps-nav > li {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      text-transform: uppercase;
      line-height: 1.5em;
      padding: 0.75em; }
      @media (min-width: 1600px) {
        .single-form .steps-nav > li {
          width: 14.285714286%; } }
      .single-form .steps-nav > li a {
        color: #5252d4;
        display: inline-block;
        position: relative;
        padding-top: 4.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 3px solid transparent; }
        .single-form .steps-nav > li a span {
          display: block;
          position: absolute;
          top: 0;
          left: 50%;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          border: 2px solid #f0f0f0;
          height: 3rem;
          width: 3rem;
          border-radius: 50%; }
          .single-form .steps-nav > li a span:before {
            height: 1rem;
            width: 1rem;
            left: 50%;
            top: 50%;
            margin-left: -0.5rem;
            margin-top: -0.5rem;
            content: '';
            position: absolute;
            background-color: #5252d4;
            border-radius: 0.5rem;
            display: block;
            opacity: 0;
            transition: opacity 0.25s ease-in-out; }
        .single-form .steps-nav > li a.full span:before {
          opacity: 1; }
        .single-form .steps-nav > li a.active {
          border-bottom: 3px solid #5252d4; }
  .single-form #container {
    background-color: #3e3eaf; }
  .single-form #main {
    background-image: url("../images/bg-form.jpg");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-attachment: fixed; }
    @media (min-width: 768px) {
      .single-form #main {
        background-size: 35% auto; } }
  .single-form h2,
  .single-form .h2 {
    font-size: 3.6rem;
    margin-top: 6rem; }
  .single-form p,
  .single-form li {
    color: #252525; }
  .single-form .numbered-list a,
  .single-form ol a {
    color: #252525;
    text-decoration: underline; }
  .single-form .step:not(#questionnaire) .acf-form-submit {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    text-align: center;
    padding: 0.66em;
    -ms-transform: translateY(100%);
        transform: translateY(100%);
    transition: all 0.25s ease-in-out; }
    .single-form .step:not(#questionnaire) .acf-form-submit.unsaved {
      -ms-transform: translateY(0);
          transform: translateY(0); }
    .single-form .step:not(#questionnaire) .acf-form-submit.unclicked {
      background-color: #fff3f3; }
    .single-form .step:not(#questionnaire) .acf-form-submit p {
      margin: 1em 0.5em 0;
      display: inline-block; }
    .single-form .step:not(#questionnaire) .acf-form-submit .button {
      font-size: 1.4rem; }
  .single-form .btn-wrap,
  .single-form .contact-info,
  .single-form .additional-info {
    margin: 10rem 0; }
  .single-form .contact-info,
  .single-form .additional-info {
    padding-top: 10rem;
    border-top: 1px solid #e1e1e1; }
  .single-form .additional-info {
    padding-top: 2rem; }
  .single-form .acf-form {
    margin-top: 10rem; }
  .single-form .pseudo-form {
    margin-top: 7rem; }
  .single-form span.acf-required {
    display: none; }
  .single-form .acf-icon.-cancel:before {
    top: -2px; }
  .single-form .acf-error-message {
    background: #7474ed;
    border: 0;
    padding: 1em;
    margin: 0 0 3em; }
    .single-form .acf-error-message .acf-icon {
      background-color: #4747e7; }
    .single-form .acf-error-message p {
      font-size: 1.6rem !important;
      text-align: center;
      color: #fff;
      margin: 1em 0 1em; }
  .single-form .acf-field.acf-error .acf-label label {
    color: #eb1536; }
  .single-form .acf-field .acf-error-message {
    display: none !important; }
    .single-form .acf-field .acf-error-message:after {
      border-top-color: #7474ed; }
  .single-form .acf-field .acf-label label {
    font-size: 1.6rem;
    color: #7474ed;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.15em; }
  .single-form .acf-field.acf-field-true-false {
    padding-left: 3em;
    position: relative; }
    .single-form .acf-field.acf-field-true-false ul {
      margin: 0; }
    .single-form .acf-field.acf-field-true-false .acf-input {
      position: absolute;
      left: 0;
      top: -0.33em; }
  .single-form .acf-radio-list > li {
    margin-bottom: 0.5em; }
  .single-form .acf-radio-list input {
    position: absolute;
    left: 0;
    top: 0.5em; }
  .single-form .acf-fields > .acf-field {
    margin: 0 0 2em; }
  .single-form .acf-fields.-left > .acf-field:before {
    display: none; }
  .single-form .cols > div {
    margin-bottom: 1em; }
  @media (min-width: 768px) {
    .single-form .cols {
      margin: 1em -2.5%; }
      .single-form .cols > div {
        float: left;
        width: 45%;
        margin: 0 2.5% 1em; } }
  .single-form input[type='text']:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form input[type='password']:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form input[type='email']:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form input[type='tel']:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form input[type='date']:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form textarea:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form .field:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ) {
    padding: 1rem 0 1rem;
    font-size: 1.6rem;
    color: #252525;
    border-top: 0;
    font-family: "acumin-pro", sans-serif; }
  .single-form .pseudo-label {
    margin: 2em 0 -1.5em;
    text-transform: uppercase; }
  .single-form .pseudo-input {
    border-bottom: 2px solid #252525;
    padding: 0.5em 0;
    margin: 1em 0 2em; }
    .single-form .pseudo-input:empty {
      padding: 1.25em 0; }
    .single-form .pseudo-input > p {
      display: inline; }
      .single-form .pseudo-input > p.block {
        display: block;
        margin: 0; }
    .single-form .pseudo-input.no-images ul {
      margin: 0; }
    .single-form .pseudo-input.no-images img {
      display: none; }
    .single-form .pseudo-input.no-images p {
      margin: 0; }
    .single-form .pseudo-input.no-images p,
    .single-form .pseudo-input.no-images .wall-price {
      display: inline-block; }
    .single-form .pseudo-input.no-images .wall-price:before {
      content: ' (';
      white-space: pre; }
    .single-form .pseudo-input.no-images .wall-price:after {
      content: ')'; }
  .single-form .pseudo-sum {
    background-color: #000;
    color: #fff;
    padding: 1em 2em;
    text-transform: uppercase;
    text-align: center; }
  .single-form select {
    padding: 1rem 3rem 1rem 0;
    font-size: 1.6rem;
    color: #252525;
    border-top: 0;
    font-family: "acumin-pro", sans-serif;
    line-height: 2em;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%235252d4%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%; }
  .single-form .hidden-by-conditional-logic {
    display: none; }
  .single-form .datime-type {
    pointer-events: none; }
  .single-form #input-ic .acf-input-wrap {
    position: relative; }
    .single-form #input-ic .acf-input-wrap:after {
      height: 41px;
      width: 41px;
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      background: url("../images/form-spinner.gif") 50% 50% no-repeat;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease-in-out; }
  .single-form #input-ic.loading .acf-input-wrap:after {
    opacity: 1; }

.single-form.ps-fotoboy {
  font-family: 'Cabinet Grotesk', sans-serif;
  -webkit-font-smoothing: auto; }
  .single-form.ps-fotoboy .no-fotoboy {
    display: none; }
  .single-form.ps-fotoboy p,
  .single-form.ps-fotoboy li,
  .single-form.ps-fotoboy table {
    letter-spacing: 0;
    font-size: 1.6rem; }
  .single-form.ps-fotoboy h1,
  .single-form.ps-fotoboy .h1,
  .single-form.ps-fotoboy h2,
  .single-form.ps-fotoboy .h2,
  .single-form.ps-fotoboy h3,
  .single-form.ps-fotoboy .h3 {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 500;
    text-transform: none;
    color: #0e3cfb;
    letter-spacing: 0; }
  .single-form.ps-fotoboy h1 {
    font-size: 5rem; }
  .single-form.ps-fotoboy #container {
    background-color: #fff; }
  .single-form.ps-fotoboy #main {
    background: #f6f6f6; }
    @media (min-width: 768px) {
      .single-form.ps-fotoboy #main {
        border-left: 1px solid #000; }
        .single-form.ps-fotoboy #main:before {
          content: '';
          position: absolute;
          top: 0;
          left: -0.7rem;
          width: 1px;
          height: 100%;
          background-color: #000; } }
  .single-form.ps-fotoboy .btn,
  .single-form.ps-fotoboy .button,
  .single-form.ps-fotoboy .btnwrap a,
  .single-form.ps-fotoboy input[type='submit'] {
    letter-spacing: 0;
    text-transform: none;
    color: #0e3cfb;
    border: 1px solid #0e3cfb;
    border-radius: 0.25em;
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: normal; }
  .single-form.ps-fotoboy .single-form .step:not(#questionnaire) .acf-form-submit .button {
    font-size: 1.6rem; }
  @media (min-width: 768px) {
    .single-form.ps-fotoboy .cols > div {
      width: 100%;
      float: none;
      margin-bottom: 2em; } }
  .single-form.ps-fotoboy .contact-info h2 {
    margin-top: 0; }
  .single-form.ps-fotoboy .steps-nav > li {
    text-transform: none; }
    .single-form.ps-fotoboy .steps-nav > li a {
      color: #0e3cfb;
      font-size: 1.6rem;
      padding-top: 3.7rem; }
      .single-form.ps-fotoboy .steps-nav > li a:hover {
        text-decoration: underline; }
      .single-form.ps-fotoboy .steps-nav > li a.active {
        border-color: transparent;
        text-decoration: underline; }
        .single-form.ps-fotoboy .steps-nav > li a.active span:before {
          background-color: #0e3cfb; }
      .single-form.ps-fotoboy .steps-nav > li a.full span {
        border-color: #0e3cfb; }
    .single-form.ps-fotoboy .steps-nav > li span {
      border: 1px solid #000;
      width: 13px;
      height: 13px; }
      .single-form.ps-fotoboy .steps-nav > li span:before {
        background-color: #0e3cfb;
        width: 5px;
        height: 5px;
        margin: -2.5px 0 0 -2.5px; }
  .single-form.ps-fotoboy .numbered-list > li:before,
  .single-form.ps-fotoboy ol > li:before {
    background-color: transparent;
    border: 1px solid #0e3cfb;
    color: #0e3cfb;
    top: -0.4em;
    width: 3.2rem;
    border-radius: 0.5em;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 4rem;
    height: 4rem; }
  .single-form.ps-fotoboy .acf-field .acf-label label {
    text-transform: none;
    color: #0e3cfb;
    letter-spacing: 0; }
  .single-form.ps-fotoboy .nice-input .acf-label .description a {
    color: #231f20; }
  .single-form.ps-fotoboy .pseudo-label {
    text-transform: none;
    color: #0e3cfb;
    font-size: 1.6rem; }
  .single-form.ps-fotoboy .pseudo-input {
    border-color: #0e3cfb;
    font-size: 1.6rem; }
  .single-form.ps-fotoboy select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%235252d4%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 100%);
    letter-spacing: 0;
    font-family: 'Cabinet Grotesk', sans-serif; }
  .single-form.ps-fotoboy .acf-field.acf-field-true-false {
    padding-left: 3.5rem; }
    .single-form.ps-fotoboy .acf-field.acf-field-true-false[data-name='step3-discount'] {
      display: none; }
  .single-form.ps-fotoboy #step-5 .acf-input label:before {
    top: 11px; }
  .single-form.ps-fotoboy #step-5 .acf-input label:after {
    top: 11px; }
  .single-form.ps-fotoboy #step-5 .acf-input p {
    top: -20px; }
  .single-form.ps-fotoboy .nice-input label {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-size: 1.6rem;
    padding-left: 3.5rem; }
    .single-form.ps-fotoboy .nice-input label:after {
      background-color: #0e3cfb;
      border-radius: 50%;
      width: 5px;
      height: 5px;
      left: 5px; }
    .single-form.ps-fotoboy .nice-input label:before {
      border-radius: 50%;
      width: 13px;
      height: 13px;
      border: 1px solid #231f20; }
  .single-form.ps-fotoboy .nice-input .acf-input label {
    color: #231f20;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'Cabinet Grotesk', sans-serif; }
  .single-form.ps-fotoboy .nice-input .acf-input .acf-true-false label {
    color: #0e3cfb; }
  .single-form.ps-fotoboy .grid-lines {
    display: none; }
  .single-form.ps-fotoboy .menu-opener {
    display: none; }
  .single-form.ps-fotoboy input[type='text']:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form.ps-fotoboy input[type='password']:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form.ps-fotoboy input[type='email']:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form.ps-fotoboy input[type='tel']:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form.ps-fotoboy input[type='date']:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form.ps-fotoboy textarea:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ),
  .single-form.ps-fotoboy .field:not(.ui-state-default):not(.ui-datepicker-month):not(.ui-datepicker-year
  ) {
    letter-spacing: 0;
    border-color: #0e3cfb;
    font-family: 'Cabinet Grotesk', sans-serif; }
  .single-form.ps-fotoboy .pseudo-sum {
    border: 1px solid #0e3cfb;
    background-color: transparent;
    color: #0e3cfb;
    border-radius: 0.3rem;
    font-size: 1.6rem;
    text-transform: none; }
  .single-form.ps-fotoboy #step-4 .acf-field-checkbox label:after,
  .single-form.ps-fotoboy #step-4 .acf-field-checkbox label .wall-price {
    background-color: #0e3cfb;
    text-transform: none; }
  .single-form.ps-fotoboy .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Cabinet Grotesk', sans-serif;
    padding: 1.5rem 4.5rem;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    background-color: #0e3cfb;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    top: 0;
    left: 0;
    border-radius: 0.5rem;
    transition: 0.2s ease;
    cursor: pointer;
    line-height: 1; }
    .single-form.ps-fotoboy .btn:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -ms-transform: translateX(0.4rem) translateY(0.4rem);
          transform: translateX(0.4rem) translateY(0.4rem);
      transition: 0.2s ease;
      background-color: #0e3cfb;
      border-color: 1px solid #fff;
      border-radius: 0.5rem;
      content: '';
      z-index: -1; }
    .single-form.ps-fotoboy .btn:focus {
      outline: 0; }
    .single-form.ps-fotoboy .btn:not(.current):hover {
      top: 0.4rem;
      left: 0.4rem; }
      .single-form.ps-fotoboy .btn:not(.current):hover:before {
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }

.numbered-list,
ol {
  counter-reset: counter; }
  .numbered-list > li,
  ol > li {
    position: relative;
    padding-left: 6rem;
    margin-bottom: 2em; }
    .numbered-list > li:before,
    ol > li:before {
      content: counter(counter);
      counter-increment: counter;
      font-size: 1.8rem;
      color: #fff;
      text-align: center;
      line-height: 3.2rem;
      padding-left: 0.1em;
      width: 3.2rem;
      background-color: #252525;
      border-radius: 1.6rem;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }

#step-4 .acf-field-true-false {
  margin-bottom: 6em; }
  #step-4 .acf-field-true-false .acf-label {
    display: none; }
#step-4 .acf-field-checkbox .acf-label {
  display: none; }
#step-4 .acf-field-checkbox label {
  display: block;
  position: relative;
  transition: all 0.25s ease-in-out;
  top: 0;
  cursor: pointer;
  overflow: hidden; }
  #step-4 .acf-field-checkbox label:after, #step-4 .acf-field-checkbox label .wall-price {
    content: 'Vybráno';
    color: #fff;
    background-color: #7474ed;
    position: absolute;
    left: 50%;
    top: 50%;
    text-transform: uppercase;
    padding: 0.75em 2em;
    -ms-transform: translateX(-50%) translateY(-70%);
        transform: translateX(-50%) translateY(-70%);
    opacity: 0;
    transition: all 0.25s ease-in-out;
    white-space: nowrap; }
    html[lang='sk-SK'] #step-4 .acf-field-checkbox label:after,
    html[lang='sk-SK'] #step-4 .acf-field-checkbox label .wall-price {
      content: 'VYBRANÉ'; }
  #step-4 .acf-field-checkbox label .wall-price {
    content: none;
    opacity: 1; }
  #step-4 .acf-field-checkbox label:hover .wall-hover {
    opacity: 1; }
  #step-4 .acf-field-checkbox label:hover .wall-price {
    opacity: 0; }
  #step-4 .acf-field-checkbox label.selected {
    top: -0.75em;
    box-shadow: 0px 6px 19px 3px rgba(35, 31, 32, 0.4); }
    #step-4 .acf-field-checkbox label.selected:after {
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
      opacity: 1; }
    #step-4 .acf-field-checkbox label.selected .wall-price {
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
      opacity: 0; }
  #step-4 .acf-field-checkbox label.disabled:not(.selected):after {
    opacity: 1;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    background: #000;
    content: 'Nedostupné'; }
#step-4 .acf-field-checkbox li {
  margin: 0 0 1em;
  padding: 0; }
#step-4 .acf-field-checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0; }
#step-4 .acf-field-checkbox img {
  width: 100%;
  display: block; }
#step-4 .acf-field-checkbox .wall-hover {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out; }
#step-4 .acf-field-checkbox p {
  display: none; }
@media (min-width: 768px) {
  #step-4 .acf-field-checkbox {
    margin: 1em -1%; }
    #step-4 .acf-field-checkbox li {
      float: left;
      width: 31.33%;
      margin: 0 1% 1.33vw; } }
@media (min-width: 1030px) {
  #step-4 .acf-field-checkbox li {
    float: left;
    width: 23%; } }

.nice-input .acf-label label {
  display: none; }
.nice-input .acf-label .description {
  padding-top: 2em; }
  .nice-input .acf-label .description a {
    color: #5252d4;
    text-decoration: underline; }
.nice-input .acf-input label {
  color: #5252d4;
  text-transform: uppercase;
  letter-spacing: 0.15em; }
.nice-input .acf-input .description {
  padding-top: 2em; }
.nice-input label {
  position: relative;
  padding-left: 3em; }
  .nice-input label input[type='checkbox'],
  .nice-input label input[type='radio'] {
    display: none; }
  .nice-input label:before {
    border: 3px solid #e1e1e1;
    content: '';
    display: block;
    height: 28px;
    left: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 28px; }
  .nice-input label:after {
    background: #5252d4;
    content: '';
    display: block;
    height: 10px;
    left: 12px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 10px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out; }
  .nice-input label.selected:after {
    opacity: 1; }
.nice-input.acf-field-radio .acf-label label {
  display: block;
  padding-left: 0; }
  .nice-input.acf-field-radio .acf-label label:before, .nice-input.acf-field-radio .acf-label label:after {
    display: none; }
.nice-input.acf-field-radio .acf-input label {
  font-family: "acumin-pro", sans-serif;
  text-transform: none;
  color: #252525; }

#step-5 .acf-input .acf-checkbox-list > li {
  position: relative;
  margin-bottom: 4em; }
  #step-5 .acf-input .acf-checkbox-list > li:last-child {
    margin-bottom: 0; }
#step-5 .acf-input p {
  position: absolute;
  top: -2.5em;
  left: 50px; }
#step-5 .acf-input img {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    #step-5 .acf-input img {
      width: 60%; } }
#step-5 .acf-input label {
  position: static; }
  #step-5 .acf-input label:before {
    top: -10px; }
  #step-5 .acf-input label:after {
    top: -14px; }
  #step-5 .acf-input label.disabled:before {
    opacity: 0.5; }
  #step-5 .acf-input label.disabled p:after {
    content: '(Nedostupné)';
    margin-left: 0.5em;
    font-weight: bold;
    color: #eb1536; }
  #step-5 .acf-input label.disabled img {
    opacity: 0.2; }

.pseudo-form, .acf-form {
  max-width: 28em; }
  #step-2 .pseudo-form, #step-3 .pseudo-form,
  #step-2 .acf-form, #step-3 .acf-form {
    max-width: 56em; }
  #step-4 .pseudo-form, #step-5 .pseudo-form, #step-4 .acf-form, #step-5 .acf-form {
    max-width: none; }

.questionnaire-link {
  margin: -5rem 0 10rem; }

#questionnaire .acf-form {
  max-width: none; }
#questionnaire .acf-fields label {
  cursor: pointer; }
#questionnaire .acf-fields div[data-name='quest-1'],
#questionnaire .acf-fields div[data-name='quest-2'],
#questionnaire .acf-fields div[data-name='quest-3'],
#questionnaire .acf-fields div[data-name='quest-4'],
#questionnaire .acf-fields div[data-name='quest-5'],
#questionnaire .acf-fields div[data-name='quest-6'],
#questionnaire .acf-fields div[data-name='quest-7'],
#questionnaire .acf-fields div[data-name='quest-8'],
#questionnaire .acf-fields div[data-name='quest-9'] {
  margin-top: 7rem; }
  #questionnaire .acf-fields div[data-name='quest-1'] .acf-label label,
  #questionnaire .acf-fields div[data-name='quest-2'] .acf-label label,
  #questionnaire .acf-fields div[data-name='quest-3'] .acf-label label,
  #questionnaire .acf-fields div[data-name='quest-4'] .acf-label label,
  #questionnaire .acf-fields div[data-name='quest-5'] .acf-label label,
  #questionnaire .acf-fields div[data-name='quest-6'] .acf-label label,
  #questionnaire .acf-fields div[data-name='quest-7'] .acf-label label,
  #questionnaire .acf-fields div[data-name='quest-8'] .acf-label label,
  #questionnaire .acf-fields div[data-name='quest-9'] .acf-label label {
    color: #231f20;
    max-width: 75rem;
    margin-bottom: 3em; }
  #questionnaire .acf-fields div[data-name='quest-1'] .acf-radio-list > li,
  #questionnaire .acf-fields div[data-name='quest-2'] .acf-radio-list > li,
  #questionnaire .acf-fields div[data-name='quest-3'] .acf-radio-list > li,
  #questionnaire .acf-fields div[data-name='quest-4'] .acf-radio-list > li,
  #questionnaire .acf-fields div[data-name='quest-5'] .acf-radio-list > li,
  #questionnaire .acf-fields div[data-name='quest-6'] .acf-radio-list > li,
  #questionnaire .acf-fields div[data-name='quest-7'] .acf-radio-list > li,
  #questionnaire .acf-fields div[data-name='quest-8'] .acf-radio-list > li,
  #questionnaire .acf-fields div[data-name='quest-9'] .acf-radio-list > li {
    margin-bottom: 1.5em; }
    #questionnaire .acf-fields div[data-name='quest-1'] .acf-radio-list > li label,
    #questionnaire .acf-fields div[data-name='quest-2'] .acf-radio-list > li label,
    #questionnaire .acf-fields div[data-name='quest-3'] .acf-radio-list > li label,
    #questionnaire .acf-fields div[data-name='quest-4'] .acf-radio-list > li label,
    #questionnaire .acf-fields div[data-name='quest-5'] .acf-radio-list > li label,
    #questionnaire .acf-fields div[data-name='quest-6'] .acf-radio-list > li label,
    #questionnaire .acf-fields div[data-name='quest-7'] .acf-radio-list > li label,
    #questionnaire .acf-fields div[data-name='quest-8'] .acf-radio-list > li label,
    #questionnaire .acf-fields div[data-name='quest-9'] .acf-radio-list > li label {
      color: #5252d4; }
#questionnaire .acf-fields div[data-name='quest-1'] .acf-radio-list {
  zoom: 1; }
  #questionnaire .acf-fields div[data-name='quest-1'] .acf-radio-list:before, #questionnaire .acf-fields div[data-name='quest-1'] .acf-radio-list:after {
    content: '';
    display: table; }
  #questionnaire .acf-fields div[data-name='quest-1'] .acf-radio-list:after {
    clear: both; }
  @media (min-width: 768px) {
    #questionnaire .acf-fields div[data-name='quest-1'] .acf-radio-list > li {
      float: left;
      width: 50%; } }
#questionnaire .acf-fields div[data-name='quest-1-other'] .acf-label,
#questionnaire .acf-fields div[data-name='quest-8-other'] .acf-label {
  display: none; }
#questionnaire .acf-fields div[data-name='quest-1-other'] .acf-input,
#questionnaire .acf-fields div[data-name='quest-8-other'] .acf-input {
  max-width: 45%; }
#questionnaire .acf-fields div[data-name='quest-2-other'] .acf-label label,
#questionnaire .acf-fields div[data-name='quest-3-other'] .acf-label label,
#questionnaire .acf-fields div[data-name='quest-4-other'] .acf-label label,
#questionnaire .acf-fields div[data-name='quest-5-other'] .acf-label label,
#questionnaire .acf-fields div[data-name='quest-6-other'] .acf-label label,
#questionnaire .acf-fields div[data-name='quest-7-other'] .acf-label label,
#questionnaire .acf-fields div[data-name='quest-9-other'] .acf-label label {
  text-transform: none; }
#questionnaire .acf-fields div[data-name='quest-2-other'] .acf-input,
#questionnaire .acf-fields div[data-name='quest-3-other'] .acf-input,
#questionnaire .acf-fields div[data-name='quest-4-other'] .acf-input,
#questionnaire .acf-fields div[data-name='quest-5-other'] .acf-input,
#questionnaire .acf-fields div[data-name='quest-6-other'] .acf-input,
#questionnaire .acf-fields div[data-name='quest-7-other'] .acf-input,
#questionnaire .acf-fields div[data-name='quest-9-other'] .acf-input {
  max-width: 45%; }
#questionnaire .acf-fields div[data-name='quest-2-other'] input,
#questionnaire .acf-fields div[data-name='quest-3-other'] input,
#questionnaire .acf-fields div[data-name='quest-4-other'] input,
#questionnaire .acf-fields div[data-name='quest-5-other'] input,
#questionnaire .acf-fields div[data-name='quest-6-other'] input,
#questionnaire .acf-fields div[data-name='quest-7-other'] input,
#questionnaire .acf-fields div[data-name='quest-9-other'] input {
  border-color: #e1e1e1; }
#questionnaire .acf-fields div[data-name='quest-9'] .acf-radio-list {
  zoom: 1; }
  #questionnaire .acf-fields div[data-name='quest-9'] .acf-radio-list:before, #questionnaire .acf-fields div[data-name='quest-9'] .acf-radio-list:after {
    content: '';
    display: table; }
  #questionnaire .acf-fields div[data-name='quest-9'] .acf-radio-list:after {
    clear: both; }
  @media (min-width: 768px) {
    #questionnaire .acf-fields div[data-name='quest-9'] .acf-radio-list > li {
      float: left;
      margin-right: -2px; } }
  #questionnaire .acf-fields div[data-name='quest-9'] .acf-radio-list label {
    padding: 0;
    width: 5rem;
    height: 5.5rem;
    border: 2px solid #e1e1e1;
    display: block;
    text-align: center;
    line-height: 5rem;
    transition: all 0.25s ease-in-out; }
    #questionnaire .acf-fields div[data-name='quest-9'] .acf-radio-list label.selected {
      color: #fff;
      background-color: #5252d4;
      border-color: #5252d4; }
    #questionnaire .acf-fields div[data-name='quest-9'] .acf-radio-list label:before, #questionnaire .acf-fields div[data-name='quest-9'] .acf-radio-list label:after {
      display: none; }
#questionnaire .after-note {
  margin-top: 7rem;
  padding-top: 7rem;
  border-top: 1px solid #e1e1e1;
  text-transform: uppercase;
  color: #5252d4;
  text-align: center; }
#questionnaire .acf-form-submit {
  text-align: center; }

.footer {
  background-color: #f5f5f5;
  position: relative; }
  .footer .inner {
    padding: 3rem; }
    @media (min-width: 1030px) {
      .footer .inner {
        padding: 5rem 12.5%; } }
    .footer .inner > div {
      position: relative; }
  .footer .support-btn {
    text-transform: uppercase;
    letter-spacing: 0.15em; }
  .footer .cn {
    font-size: 1rem;
    margin-top: 5em;
    text-transform: uppercase; }
    .footer .cn a {
      display: block;
      color: #c8c8c8; }
      .footer .cn a:hover {
        color: #bbbbbb; }
    .footer .cn span,
    .footer .cn img {
      display: inline-block;
      vertical-align: middle; }
    .footer .cn span {
      margin-right: 2em; }
    .footer .cn img {
      width: 60px; }

#container span.wpcf7-not-valid-tip {
  display: none; }
#container input.wpcf7-not-valid {
  border-color: #eb1536; }
#container div.wpcf7-validation-errors,
#container div.wpcf7-mail-sent-ok {
  color: #fff;
  background: #5252d4;
  border: 0; }
#container div.wpcf7-response-output {
  margin: 2em 0 0; }

@media (min-width: 768px) {
  .post-password-form {
    padding-left: 33.3%; } }
.post-password-form label {
  display: block;
  margin-bottom: 2em; }
@media (min-width: 768px) {
  .post-password-form input[type='password'] {
    max-width: 50rem;
    width: 50% !important; } }

@media (min-width: 768px) {
  .gallery-public,
  .gallery-public-image {
    padding-left: 33.3%;
    margin: 2em 0; } }

.album-tags {
  margin: 0 0 2em; }
  .album-tags li {
    float: left;
    margin-right: 1rem; }
  .album-tags a {
    background-color: #5252d4;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 0.5rem 1rem; }
    .album-tags a:hover {
      background-color: #7474ed; }

.bg-gradient {
  position: fixed;
  top: 0;
  right: 0;
  height: 200vh;
  width: 200vh;
  -ms-transform: translateX(33%) translateY(-50%);
      transform: translateX(33%) translateY(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.4) 0%, rgba(82, 82, 212, 0) 50%);
  pointer-events: none; }

.error404 .contact-form,
.error404 .menu-opener {
  display: none; }
.error404 #main,
.error404 #container {
  height: 100%; }
.error404 #main {
  position: relative;
  overflow: hidden;
  background: none; }
.error404 h1 {
  text-shadow: 0 3px rgba(35, 31, 32, 0.2); }
  @media (min-width: 768px) {
    .error404 h1 {
      font-size: 7vw;
      margin: -0.33em 0 5vw; } }
.error404 .wrap-404 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .error404 .wrap-404 img {
    height: 80vh;
    width: auto;
    max-height: 50rem; }
  .error404 .wrap-404 .contentwrap {
    position: absolute;
    width: 100vw;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none !important; }

.page-id {
  display: none; }

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2em;
  z-index: 50; }
  .cookie-bar > div {
    background-color: #fff;
    padding: 1em;
    position: relative;
    margin-right: 7.5rem; }
    @media (min-width: 768px) {
      .cookie-bar > div {
        padding: 2rem 8rem 2rem 3rem; } }
  .cookie-bar p {
    font-size: 1.2rem;
    color: #5252d4;
    margin: 0; }
  .cookie-bar .cookie-closer {
    color: #5252d4;
    display: inline-block; }
    @media (max-width: 767px) {
      .cookie-bar .cookie-closer {
        margin-top: 1em; } }
    .cookie-bar .cookie-closer:before {
      font-size: 1.3em; }
    @media (min-width: 768px) {
      .cookie-bar .cookie-closer {
        position: absolute;
        right: 3.5rem;
        top: 50%;
        margin-top: -0.5em; } }

.price-cta {
  text-align: center; }
  .price-cta a {
    color: #eb1536;
    font-family: "GTPressura", sans-serif;
    font-size: 3.4rem;
    text-transform: uppercase;
    padding: 7rem 3.5rem;
    font-weight: bold;
    display: block;
    background: #fff url("../images/bg-cta.jpg") 50% 50% no-repeat;
    background-size: auto 80%; }
    @media (min-width: 1200px) {
      .price-cta a {
        padding: 12rem 3.5rem;
        font-size: 4.4rem; } }

.album-pagination {
  color: #5252d4;
  padding: 0 1%;
  text-align: center;
  margin: 1em 0;
  text-transform: uppercase; }
  .album-pagination a {
    color: #5252d4; }
  .album-pagination .page-numbers {
    display: none; }
    .album-pagination .page-numbers.prev, .album-pagination .page-numbers.next {
      display: block; }
  .album-pagination .prev {
    float: left; }
  .album-pagination .next {
    float: right; }

.form-overlay {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 82, 212, 0.9); }
  .form-overlay > p {
    position: absolute;
    left: 50%;
    top: 50%;
    text-transform: uppercase;
    color: #fff;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-size: 1.8rem; }
  .form-overlay span {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 0.6em;
    color: #fff; }

.newsletter-overlay {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.8); }
  @media (max-width: 767px) {
    .newsletter-overlay {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding: 1.5rem; } }

.newsletter-overlay-inner {
  background-color: #5252d4;
  position: relative; }
  .newsletter-overlay-inner:before, .newsletter-overlay-inner:after {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    width: 5.6rem;
    background-size: 5.6rem auto;
    background-position: 0 0;
    background-repeat: repeat-y; }
    @media (min-width: 768px) {
      .newsletter-overlay-inner:before, .newsletter-overlay-inner:after {
        width: 8.3rem;
        background-size: 8.3rem auto; } }
  .newsletter-overlay-inner:before {
    left: 0;
    background-image: url("../images/newsletter-left.png"); }
  .newsletter-overlay-inner:after {
    right: 0;
    background-image: url("../images/newsletter-right.png"); }
  @media (min-width: 768px) {
    .newsletter-overlay-inner {
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      max-width: 82rem;
      width: 90%; } }
  @media (max-width: 767px) {
    .newsletter-overlay-inner {
      height: 100%; } }

.newsletter-content {
  text-align: center;
  text-transform: uppercase;
  padding: 5rem 4rem 2rem;
  color: #fff;
  position: relative;
  z-index: 5; }
  @media (max-width: 767px) {
    .newsletter-content {
      height: 100%; } }
  @media (min-width: 768px) {
    .newsletter-content {
      padding: 8.7rem 3rem 2rem; } }
  .newsletter-content .h2 {
    margin: 0 0 6rem;
    font-size: 5rem;
    letter-spacing: 0.05em; }
    @media (min-width: 768px) {
      .newsletter-content .h2 {
        font-size: 5.4rem; } }
  .newsletter-content .newsletter-sub-header {
    font-family: "GTPressura", sans-serif;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin: 0 0 2rem;
    letter-spacing: 0.05em; }
    @media (min-width: 768px) {
      .newsletter-content .newsletter-sub-header {
        font-size: 2.9rem; } }
  .newsletter-content .btn-white {
    font-size: 1.6rem;
    font-family: "GTPressura", sans-serif;
    font-weight: bold;
    padding: 0 1.5rem;
    border-radius: 1em;
    line-height: 3em; }
    @media (min-width: 768px) {
      .newsletter-content .btn-white {
        font-size: 2rem;
        padding: 0 3rem; } }
    .newsletter-content .btn-white:hover {
      color: #5252d4; }
  .newsletter-content .newsletter-closer {
    font-family: "GTPressura", sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 2.5rem;
    display: inline-block; }
    @media (min-width: 768px) {
      .newsletter-content .newsletter-closer {
        font-size: 2.9rem;
        margin-top: 8rem; } }
    @media (max-width: 767px) {
      .newsletter-content .newsletter-closer {
        position: absolute;
        left: 50%;
        bottom: 2rem;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.breadcrumb li {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0 0.3em 0 0; }
  .breadcrumb li:after {
    content: '\00bb';
    margin-left: 0.5em;
    position: relative;
    top: -0.1rem; }
  .breadcrumb li:last-child:after {
    display: none; }
.breadcrumb a {
  color: #5252d4; }
  .breadcrumb a:hover {
    text-decoration: underline; }
.breadcrumb span {
  text-transform: none; }

.btn-wrap-opener {
  margin: 4rem 0 10rem; }
  @media (min-width: 768px) {
    .line + .btn-wrap-opener {
      margin-top: -10vh; } }

@media (min-width: 768px) {
  .rightpadded {
    padding-right: 16.5%; } }

@media (min-width: 768px) {
  .vcentered {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 0;
    width: 100%;
    margin: 0; } }

.bg-yellow {
  background-color: #fedc2e; }

.relative {
  position: relative; }

.text-white {
  color: #fff; }

.mright {
  text-align: right; }

.margined {
  margin-bottom: 8rem; }

.mcenter {
  text-align: center; }

.list-inline > li {
  display: inline-block; }

.mfloat-left {
  float: left; }

.mfloat-right {
  float: right; }

@media (min-width: 768px) {
  .tfloat-left {
    float: left; }

  .tfloat-right {
    float: right; }

  .tcenter {
    text-align: center; } }
@media (min-width: 1030px) {
  .dfloat-left {
    float: left; }

  .dfloat-right {
    float: right; } }
@media (min-width: 1200px) {
  .bdfloat-left {
    float: left; }

  .bdfloat-right {
    float: right; } }
.position-relative {
  position: relative; }

.hidden {
  display: none; }

.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: '';
    display: table; }
  .cf:after {
    clear: both; }

@keyframes pulse {
  0% {
    opacity: 0.2; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.2; } }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    transform-origin: 0 0; }
  100% {
    transform: rotate(360deg);
    transform-origin: 0 0; } }
@keyframes flare {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.8;
    transform: translateX(33%) translateY(-50%) scale(2); }
  100% {
    opacity: 1; } }
@keyframes move {
  0% {
    transform: translate3d(0, 0, 0px); }
  33% {
    transform: translate3d(-10px, -10px, 25px); }
  66% {
    transform: translate3d(10px, 10px, 50px); }
  100% {
    transform: translate3d(0, 0, 0px); } }
.page-id {
  display: none; }

.digit {
  position: relative;
  display: inline-block;
  padding-bottom: 2px; }
  .digit .invisible-digit {
    position: relative;
    display: inline-block;
    opacity: 0; }
  .digit .lastDigit {
    position: absolute;
    left: 50%;
    bottom: 0px;
    text-align: center;
    width: 100%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .digit .secondLastDigit {
    position: absolute;
    left: 50%;
    bottom: 0px;
    text-align: center;
    width: 100%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.benefit-1,
.benefit-4,
.benefit-7 {
  z-index: 13; }

.benefit-2,
.benefit-5,
.benefit-8 {
  z-index: 12; }

.benefit-3,
.benefit-6,
.benefit-9 {
  z-index: 11; }

.wpcf7-submit:hover {
  border-radius: 0px; }

html[lang='en-US'] #chat-application,
.single-form #chat-application {
  display: none !important; }

.grecaptcha-badge {
  visibility: hidden; }

.accessories-hide .disabled-parent {
  display: none; }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited 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; }

  .steps-nav-wrap, .logo {
    display: none; }

  .single-form .additional-info {
    margin: 2rem 0; }
  .single-form .pseudo-form {
    margin: 0;
    max-width: none; }
  .single-form .btn-wrap {
    display: none; }

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

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

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
