/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

#navigation {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .main-column:after {
  content: '';
  display: block;
  clear: both; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"], .right-block .email-link, #navigation, #navigation a, #navigation .icon-play, #navigation .icon-play:after, .slick-arrow:before, .slick-arrow:after,
.slider-next-page:before,
.slider-next-page:after, .intro-form .open-close .opener, .popup .close, .popup .close:before, .popup .close:after, .page-holder {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.c-white {
  color: #fff; }

.txt-center {
  text-align: center; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #a8a8a8;
  font: 22px/1.4 "pluto_sanslight", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1099px) {
    body {
      font-size: 20px; } }
  @media (max-width: 1023px) {
    body {
      font-size: 16px; } }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

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

.gm-style img {
  max-width: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #0097b0;
  color: #fff; }
  button:hover,
  html input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #00adca; }

@media (min-width: 1024px) {
  button,
  input {
    font-size: 20px; } }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.4em; }

blockquote {
  border-left: 4px solid #858585;
  padding-left: .5em;
  margin-left: 1.4em; }

th, td {
  border: 1px solid #858585;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  background: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #858585;
  padding: 0.4em 0.7em; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #858585; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #858585; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #858585; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #858585; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #858585; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
    input[type='text']:focus::-webkit-input-placeholder,
    input[type='tel']:focus::-webkit-input-placeholder,
    input[type='email']:focus::-webkit-input-placeholder,
    input[type='search']:focus::-webkit-input-placeholder,
    input[type='password']:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: #fff; }
    input[type='text']:focus::-moz-placeholder,
    input[type='tel']:focus::-moz-placeholder,
    input[type='email']:focus::-moz-placeholder,
    input[type='search']:focus::-moz-placeholder,
    input[type='password']:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    input[type='text']:focus:-moz-placeholder,
    input[type='tel']:focus:-moz-placeholder,
    input[type='email']:focus:-moz-placeholder,
    input[type='search']:focus:-moz-placeholder,
    input[type='password']:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      color: #fff; }
    input[type='text']:focus:-ms-input-placeholder,
    input[type='tel']:focus:-ms-input-placeholder,
    input[type='email']:focus:-ms-input-placeholder,
    input[type='search']:focus:-ms-input-placeholder,
    input[type='password']:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: #fff; }
    input[type='text']:focus.placeholder,
    input[type='tel']:focus.placeholder,
    input[type='email']:focus.placeholder,
    input[type='search']:focus.placeholder,
    input[type='password']:focus.placeholder,
    textarea:focus.placeholder {
      color: #fff; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.widget {
  margin-bottom: 1.4em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 220px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 220px; }
      @media (min-width: 1024px) {
        .search-form input[type='search'] {
          width: 350px; } }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 220px; }
    @media (min-width: 1024px) {
      .post-password-form input[type='password'] {
        width: 350px; } }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }

.commentlist {
  margin: 0 0 1.4em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.4em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.4em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.4em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #0097b0;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.4em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #0097b0;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #858585;
  padding: .4em;
  margin-bottom: 1.4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.4em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.4em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.4em; }

.mejs-container {
  margin-bottom: 1.4em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #858585; }

@font-face {
  font-family: 'bebas_neuebold';
  src: url("fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("fonts/bebasneue_bold-webfont.woff") format("woff"), url("fonts/bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bebas_neue_regularregular';
  src: url("fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("fonts/bebasneue_regular-webfont.woff") format("woff"), url("fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pluto_sansbold';
  src: url("fonts/hvd_fonts_-_plutosansbold-webfont.woff2") format("woff2"), url("fonts/hvd_fonts_-_plutosansbold-webfont.woff") format("woff"), url("fonts/hvd_fonts_-_plutosansbold-webfont.svg#pluto_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pluto_sanslight';
  src: url("fonts/hvd_fonts_-_plutosanslight-webfont.woff2") format("woff2"), url("fonts/hvd_fonts_-_plutosanslight-webfont.woff") format("woff"), url("fonts/hvd_fonts_-_plutosanslight-webfont.svg#pluto_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pluto_sansmedium';
  src: url("fonts/hvd_fonts_-_plutosansmedium-webfont.woff2") format("woff2"), url("fonts/hvd_fonts_-_plutosansmedium-webfont.woff") format("woff"), url("fonts/hvd_fonts_-_plutosansmedium-webfont.svg#pluto_sansmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pluto_sans_regularregular';
  src: url("fonts/hvd_fonts_-_plutosansregular-webfont.woff2") format("woff2"), url("fonts/hvd_fonts_-_plutosansregular-webfont.woff") format("woff"), url("fonts/hvd_fonts_-_plutosansregular-webfont.svg#pluto_sans_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'volcano_gothicregular';
  src: url("fonts/match_-_kerosene_-_volcanogothic-webfont.woff2") format("woff2"), url("fonts/match_-_kerosene_-_volcanogothic-webfont.woff") format("woff"), url("fonts/match_-_kerosene_-_volcanogothic-webfont.svg#volcano_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "bebas_neue_regularregular", sans-serif;
  font-weight: normal;
  margin: 0 0 0.5em;
  color: #858585; }

h1, .h1 {
  font-family: "bebas_neuebold", sans-serif;
  font-size: 60px;
  color: #0097b0; }
  @media (max-width: 1099px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (max-width: 1023px) {
    h1, .h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 30px; } }

h2, .h2 {
  font-size: 40px; }
  @media (max-width: 1099px) {
    h2, .h2 {
      font-size: 35px; } }
  @media (max-width: 1023px) {
    h2, .h2 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 20px; } }

h3, .h3 {
  font-size: 35px; }
  @media (max-width: 1099px) {
    h3, .h3 {
      font-size: 30px; } }
  @media (max-width: 1023px) {
    h3, .h3 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 18px; } }

h4, .h4 {
  font-size: 30px; }
  @media (max-width: 1099px) {
    h4, .h4 {
      font-size: 28px; } }
  @media (max-width: 1023px) {
    h4, .h4 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 16px; } }

h5, .h5 {
  font-size: 27px; }
  @media (max-width: 1099px) {
    h5, .h5 {
      font-size: 26px; } }
  @media (max-width: 1023px) {
    h5, .h5 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    h5, .h5 {
      font-size: 15px; } }

h6, .h6 {
  font-size: 25px; }
  @media (max-width: 1099px) {
    h6, .h6 {
      font-size: 20px; } }
  @media (max-width: 1023px) {
    h6, .h6 {
      font-size: 16px; } }
  @media (max-width: 767px) {
    h6, .h6 {
      font-size: 14px; } }

p {
  margin: 0 0 0.6em; }
  @media (max-width: 1023px) {
    p {
      margin: 0 0 10px; } }

a {
  color: #0097b0; }
  a:hover, a:focus {
    text-decoration: none; }

#header {
  padding: 10px 15px; }
  @media (min-width: 1024px) {
    #header {
      padding: 20px 15px 15px; } }

.header-container {
  position: relative;
  z-index: 101;
  max-width: 1140px;
  margin: 0 auto; }

.header-row {
  position: relative;
  padding: 0 0 15px; }
  @media (min-width: 1024px) {
    .header-row {
      padding: 0 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  text-transform: uppercase;
  font-family: "bebas_neue_regularregular", sans-serif;
  padding: 0 120px 10px 0;
  line-height: 1; }
  @media (min-width: 1100px) {
    .user-info {
      padding: 25px 30px 10px 0; } }
  .user-info .txt {
    font-size: 12px;
    padding: 3px 10px 0 0; }
    @media (min-width: 1024px) {
      .user-info .txt {
        font-size: 15px;
        padding-right: 23px; } }
  .user-info .name {
    font-size: 26px; }
    @media (min-width: 1024px) {
      .user-info .name {
        font-size: 32px; } }

.nav-opener {
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none; }
  @media (min-width: 1024px) {
    .nav-opener {
      display: block;
      width: 58px;
      height: 45px;
      position: relative;
      top: auto;
      right: auto;
      margin-left: 11px; } }
  .nav-opener span, .nav-opener:after, .nav-opener:before {
    background: #676767;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
    @media (min-width: 1024px) {
      .nav-opener span, .nav-opener:after, .nav-opener:before {
        height: 5px;
        top: 20px; } }
  .nav-opener:after, .nav-opener:before {
    content: '';
    top: 0; }
    @media (min-width: 1024px) {
      .nav-opener:after, .nav-opener:before {
        top: 0; } }
  .nav-opener:after {
    top: 12px; }
    @media (min-width: 1024px) {
      .nav-opener:after {
        top: 40px; } }
  .nav-opener:hover span, .nav-opener:hover:after, .nav-opener:hover:before {
    background: #fff; }

@media (min-width: 1024px) {
  .right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.right-block .email-link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  font: 14px/1 "bebas_neuebold", sans-serif;
  text-decoration: none;
  padding: 2px 5px;
  border: 2px solid #0097b0; }
  .right-block .email-link:hover {
    padding-left: 15px;
    padding-right: 15px; }
  @media (min-width: 1024px) {
    .right-block .email-link {
      font-size: 38px;
      padding: 3px 12px; }
      .right-block .email-link:hover {
        padding-left: 25px;
        padding-right: 25px; } }
  @media (max-width: 1023px) {
    .right-block .email-link {
      position: absolute;
      top: 2px;
      right: 40px; } }
  .right-block .email-link:hover {
    color: #fff;
    border-color: #fff; }

#header .nav-drop.js-slide-hidden {
  position: static !important;
  overflow: hidden;
  max-height: 0; }

#header .nav-drop {
  max-height: 10000px; }

#navigation {
  opacity: 0;
  padding: 15px 0 10px;
  border-top: 2px solid #616161; }
  @media (min-width: 1024px) {
    #navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1100px) {
    #navigation {
      margin: -18px 0 0;
      padding: 44px 0 15px; } }
  #navigation li {
    text-transform: uppercase;
    font-family: "bebas_neuebold", sans-serif;
    font-size: 20px;
    line-height: 1;
    padding: 3px 0;
    color: #676767;
    letter-spacing: 1px;
    word-spacing: 1px; }
    @media (min-width: 1024px) {
      #navigation li {
        color: #fff;
        font-size: 40px;
        padding: 0 3% 20px; }
        #navigation li:first-child {
          padding-left: 10px; }
        #navigation li:last-child {
          padding-right: 10px; }
        #navigation li .description {
          display: block;
          font-size: 24px;
          padding-top: 2px; } }
    @media (min-width: 1100px) {
      #navigation li {
        font-size: 60px;
        line-height: 50px; }
        #navigation li .description {
          font-size: 35px;
          line-height: 32px; } }
  #navigation a {
    text-decoration: none;
    color: inherit; }
    #navigation a:hover, #navigation a:focus {
      color: #fff; }
      #navigation a:hover .icon-play, #navigation a:focus .icon-play {
        border-color: #676767; }
        #navigation a:hover .icon-play:after, #navigation a:focus .icon-play:after {
          border-left-color: #676767; }
    @media (min-width: 1024px) {
      #navigation a {
        color: #fff; }
        #navigation a:hover, #navigation a:focus {
          color: #676767; } }
  #navigation .ttl {
    padding-right: 5px; }
    @media (min-width: 1024px) {
      #navigation .ttl {
        padding: 0; }
        #navigation .ttl:after {
          display: none; } }
    #navigation .ttl:after {
      content: ':'; }
  #navigation .icon-play {
    display: none; }
    @media (min-width: 1024px) {
      #navigation .icon-play {
        display: block;
        border-radius: 2px;
        position: relative;
        width: 119px;
        height: 67px;
        border: 4px solid #fff;
        margin: 9px auto 0 0; }
        #navigation .icon-play:after {
          position: absolute;
          content: '';
          height: 0;
          width: 0;
          border-bottom: 15px solid transparent;
          border-left: 28px solid #fff;
          border-top: 15px solid transparent;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); } }
    @media (min-width: 1100px) {
      #navigation .icon-play {
        margin-right: 115px; } }

.nav-active #navigation {
  opacity: 1; }

.nav-active .nav-opener:after, .nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 15%;
  right: 15%; }
  @media (min-width: 1024px) {
    .nav-active .nav-opener:after, .nav-active .nav-opener:before {
      top: 20px; } }

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.nav-active .nav-opener span {
  opacity: 0; }

.footer-container {
  position: relative;
  z-index: 1; }
  .footer-container:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/bg-footer.png) 50% 0 no-repeat;
    background-size: cover; }
  .footer-container .footer-holder {
    position: relative;
    max-width: 1230px;
    padding: 30px 15px 20px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .footer-container .footer-holder {
        min-height: 140px; } }
    @media (min-width: 1024px) {
      .footer-container .footer-holder {
        min-height: 180px; } }
    @media (min-width: 1100px) {
      .footer-container .footer-holder {
        min-height: 210px; } }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding-left: 48px;
  padding-right: 48px;
  color: #fff; }
  .slick-slider h2 {
    font-family: "pluto_sansbold", sans-serif;
    color: inherit;
    margin: 0; }
  .slick-slider p {
    margin: 0; }
  @media (max-width: 1099px) {
    .slick-slider {
      padding-left: 30px;
      padding-right: 30px; } }
  .slick-slider .description {
    padding: 50px 50px 0; }
    @media (max-width: 1099px) {
      .slick-slider .description {
        padding: 30px 20px 0; } }
    @media (max-width: 1023px) {
      .slick-slider .description {
        padding: 25px 0 0; } }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow,
.slider-next-page {
  position: absolute;
  width: 56px;
  height: 157px;
  overflow: hidden;
  outline: none;
  border: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  z-index: 2; }
  @media (max-width: 1099px) {
    .slick-arrow,
    .slider-next-page {
      width: 20px;
      height: 56px; } }
  .slick-arrow:before, .slick-arrow:after,
  .slider-next-page:before,
  .slider-next-page:after {
    position: absolute;
    content: '';
    background: #282828;
    width: 16px;
    height: 90px; }
    @media (max-width: 1099px) {
      .slick-arrow:before, .slick-arrow:after,
      .slider-next-page:before,
      .slider-next-page:after {
        width: 6px;
        height: 32px; } }
  .slick-arrow.slick-prev,
  .slider-next-page.slick-prev {
    left: -92px; }
    @media (max-width: 1199px) {
      .slick-arrow.slick-prev,
      .slider-next-page.slick-prev {
        left: -50px; } }
    @media (max-width: 1099px) {
      .slick-arrow.slick-prev,
      .slider-next-page.slick-prev {
        left: -5px; } }
    .slick-arrow.slick-prev:before,
    .slider-next-page.slick-prev:before {
      -webkit-transform: rotate(29deg);
          -ms-transform: rotate(29deg);
              transform: rotate(29deg);
      top: -1px;
      left: 19px;
      border-radius: 0 0 0 6px; }
      @media (max-width: 1099px) {
        .slick-arrow.slick-prev:before,
        .slider-next-page.slick-prev:before {
          top: 0;
          left: 7px;
          border-radius: 0 0 0 3px; } }
    .slick-arrow.slick-prev:after,
    .slider-next-page.slick-prev:after {
      -webkit-transform: rotate(-29deg);
          -ms-transform: rotate(-29deg);
              transform: rotate(-29deg);
      bottom: -1px;
      left: 19px;
      border-radius: 6px 0 0 0; }
      @media (max-width: 1099px) {
        .slick-arrow.slick-prev:after,
        .slider-next-page.slick-prev:after {
          bottom: 0;
          left: 7px;
          border-radius: 3px 0 0 0; } }
  .slick-arrow.slick-next,
  .slider-next-page.slick-next {
    right: -92px; }
    @media (max-width: 1199px) {
      .slick-arrow.slick-next,
      .slider-next-page.slick-next {
        right: -50px; } }
    @media (max-width: 1099px) {
      .slick-arrow.slick-next,
      .slider-next-page.slick-next {
        right: -5px; } }
    .slick-arrow.slick-next:before,
    .slider-next-page.slick-next:before {
      -webkit-transform: rotate(-29deg);
          -ms-transform: rotate(-29deg);
              transform: rotate(-29deg);
      top: -1px;
      right: 19px;
      border-radius: 0 0 6px 0; }
      @media (max-width: 1099px) {
        .slick-arrow.slick-next:before,
        .slider-next-page.slick-next:before {
          top: 0;
          right: 7px;
          border-radius: 0 0 3px 0; } }
    .slick-arrow.slick-next:after,
    .slider-next-page.slick-next:after {
      -webkit-transform: rotate(29deg);
          -ms-transform: rotate(29deg);
              transform: rotate(29deg);
      bottom: -1px;
      right: 19px;
      border-radius: 0 6px 0 0; }
      @media (max-width: 1099px) {
        .slick-arrow.slick-next:after,
        .slider-next-page.slick-next:after {
          bottom: 0;
          right: 7px;
          border-radius: 0 3px 0 0; } }
  .slick-arrow:hover,
  .slider-next-page:hover {
    background: transparent; }
    .slick-arrow:hover:before, .slick-arrow:hover:after,
    .slider-next-page:hover:before,
    .slider-next-page:hover:after {
      background: #fff; }
  .slick-arrow.slick-disabled,
  .slider-next-page.slick-disabled {
    opacity: 0; }

.slider-next-page {
  right: -92px;
  z-index: 1; }
  @media (max-width: 1199px) {
    .slider-next-page {
      right: -50px; } }
  @media (max-width: 1099px) {
    .slider-next-page {
      right: -5px; } }
  .slider-next-page.active {
    z-index: 3; }
  .slider-next-page:before {
    -webkit-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
            transform: rotate(-29deg);
    top: -1px;
    right: 19px;
    border-radius: 0 0 6px 0; }
    @media (max-width: 1099px) {
      .slider-next-page:before {
        top: 0;
        right: 7px;
        border-radius: 0 0 3px 0; } }
  .slider-next-page:after {
    -webkit-transform: rotate(29deg);
        -ms-transform: rotate(29deg);
            transform: rotate(29deg);
    bottom: -1px;
    right: 19px;
    border-radius: 0 6px 0 0; }
    @media (max-width: 1099px) {
      .slider-next-page:after {
        bottom: 0;
        right: 7px;
        border-radius: 0 3px 0 0; } }
  .slider-next-page:hover {
    background: transparent; }
    .slider-next-page:hover:before, .slider-next-page:hover:after {
      background: #fff; }

.slider-container {
  position: relative; }

b,
strong {
  font-family: "pluto_sansbold", sans-serif; }

/* footer-at-bottom start */
.page-holder {
  overflow: hidden;
  position: relative; }

html,
body {
  height: 100%; }

.page-holder {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }

#wrapper {
  display: table-cell;
  margin: 0 auto; }

#footer {
  overflow: hidden;
  /*for FF on Windows 7*/
  display: table-footer-group;
  height: 1%; }

/* footer-at-bottom end */
body {
  background: #000 url(images/bg-body.jpg) 50% 0 no-repeat;
  background-size: cover; }

#main {
  padding: 0 0 25px; }

.main-column {
  max-width: 976px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.intro-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 75px);
  padding: 15px 0;
  margin: 0 auto;
  width: 288px;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  z-index: 2; }
  @media (min-width: 768px) {
    .intro-form {
      height: calc(100vh - 165px);
      -webkit-transform: translateY(70px);
          -ms-transform: translateY(70px);
              transform: translateY(70px); } }
  @media (min-width: 1024px) {
    .intro-form {
      height: calc(100vh - 205px);
      width: 572px;
      padding: 15px;
      position: relative;
      -webkit-transform: translateY(90px);
          -ms-transform: translateY(90px);
              transform: translateY(90px); } }
  @media (min-width: 1100px) {
    .intro-form {
      height: calc(100vh - 235px);
      -webkit-transform: translateY(106px);
          -ms-transform: translateY(106px);
              transform: translateY(106px); } }
  .intro-form .holder {
    width: 100%; }
  .intro-form .pincode-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .intro-form .pincode-input-container input {
      width: 108px;
      height: 108px;
      color: #fff;
      text-align: center;
      border: 1px solid #484848;
      background: #2b2b2b;
      box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.7);
      text-transform: uppercase;
      font: 80px/1 "volcano_gothicregular", sans-serif;
      padding: 10px 13px 16px; }
      @media (max-width: 1023px) {
        .intro-form .pincode-input-container input {
          width: 50px;
          height: 50px;
          font-size: 30px;
          padding: 8px 4px 10px; } }
    .intro-form .pincode-input-container .pincode-input-error {
      display: none; }
    .intro-form .pincode-input-container .touchwrapper input {
      width: 100% !important; }
    .intro-form .pincode-input-container .touchtable {
      display: none; }
  .intro-form .open-close {
    color: #fff;
    text-align: center;
    min-height: 160px;
    font-family: "pluto_sansmedium", sans-serif;
    font-size: 15px; }
    @media (max-width: 1023px) {
      .intro-form .open-close {
        min-height: 106px; } }
    .intro-form .open-close .ttl {
      letter-spacing: 1px;
      text-transform: uppercase;
      font: 25px/1 "pluto_sansmedium", sans-serif;
      display: block;
      padding: 45px 0 30px; }
      @media (max-width: 1023px) {
        .intro-form .open-close .ttl {
          letter-spacing: 0;
          font-size: 16px;
          padding: 25px 0 15px; } }
    .intro-form .open-close .opener {
      display: inline-block;
      margin: 0 0 20px;
      text-decoration: none; }
      @media (max-width: 1023px) {
        .intro-form .open-close .opener {
          margin: 0 0 10px; } }
      .intro-form .open-close .opener:hover, .intro-form .open-close .opener:focus {
        color: #fff; }

.popup {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 106;
  top: 0;
  left: 0;
  background: #080808; }
  .popup .close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 107;
    width: 37px;
    height: 37px;
    border: 2px solid #606060;
    overflow: hidden;
    border-radius: 50%;
    outline: none;
    font-size: 0;
    line-height: 0; }
    .popup .close:before, .popup .close:after {
      position: absolute;
      content: '';
      height: 2px;
      background: #606060; }
    .popup .close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 15px;
      left: 15%;
      right: 15%; }
    .popup .close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 15px;
      left: 15%;
      right: 15%; }
    .popup .close:hover, .popup .close:focus {
      border-color: #fff; }
      .popup .close:hover:before, .popup .close:hover:after, .popup .close:focus:before, .popup .close:focus:after {
        background: #fff; }
  .popup .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .popup .frame {
    width: 100%;
    margin: 15px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; }
    @media (min-width: 1025px) {
      .popup .frame {
        width: 994px; } }
    @media (min-width: 1100px) {
      .popup .frame {
        width: 1024px; } }
    .popup .frame iframe {
      position: absolute !important;
      top: 0 !important;
      bottom: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      border: 0; }

.text-container {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .text-container {
      padding: 0 0 45px; } }
  @media (min-width: 1024px) {
    .text-container {
      padding: 0 0 50px; } }
  .text-container h1 {
    margin: 0;
    line-height: 1; }
  @media (min-width: 1024px) {
    .text-container h1 + h2 {
      margin: -10px 0 10px; } }

.intro {
  max-width: 730px;
  margin-right: auto; }
  @media (min-width: 1100px) {
    .intro h1 {
      margin: 0 0 47px; } }
  .intro p > img {
    display: block;
    width: 150px;
    margin: 30px 0 -10px; }
    @media (min-width: 1024px) {
      .intro p > img {
        width: 240px;
        margin: 40px 0 -15px; } }
    @media (min-width: 1100px) {
      .intro p > img {
        width: 314px !important;
        max-width: 314px !important;
        margin: 45px 0 -35px -16px; } }

body,
body.loaded.video-active {
  overflow: hidden; }

.video-active #header,
.video-active .main-column {
  opacity: 0; }

.page-holder {
  opacity: 0; }

.loaded {
  overflow: visible; }
  .loaded .page-holder {
    opacity: 1; }
/*# sourceMappingURL=style.css.map */