@charset "UTF-8";
/*
Theme Name:         Rixen NZ
Theme URI:          http://rixen.nz
Description:        Auckland's first and only Wakeboarding Cable Park. This theme was built by Beans & Rice for Rixen NZ.
Version:            1.0
Author:             Beans & Rice
Author URI:         http://beansandrice.co.nz
Text Domain:        b&r Rixen NZ

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
html {
  box-sizing: border-box; }

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

@font-face {
  font-family: "Circular-Pro-Book";
  src: url("assets/fonts/lineto-circular-pro-book.eot");
  src: url("assets/fonts/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"), url("assets/fonts/lineto-circular-pro-book.woff") format("woff"), url("assets/fonts/lineto-circular-pro-book.ttf") format("truetype"), url("assets/fonts/lineto-`circular-pro-book.svg#lineto-circular-pro-book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Circular-Pro-Book-Italic";
  src: url("assets/fonts/lineto-circular-pro-bookItalic.eot");
  src: url("assets/fonts/lineto-circular-pro-bookItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/lineto-circular-pro-bookItalic.woff") format("woff"), url("assets/fonts/lineto-circular-pro-bookItalic.ttf") format("truetype"), url("assets/fonts/lineto-`circular-pro-bookItalic.svg#lineto-circular-pro-book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Circular-Pro-Medium";
  src: url("assets/fonts/lineto-circular-pro-medium.eot");
  src: url("assets/fonts/lineto-circular-pro-medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/lineto-circular-pro-medium.woff") format("woff"), url("assets/fonts/lineto-circular-pro-medium.ttf") format("truetype"), url("assets/fonts/lineto-circular-pro-medium.svg#lineto-circular-pro-medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Circular-Pro-Bold";
  src: url("assets/fonts/lineto-circular-pro-bold.eot");
  src: url("assets/fonts/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/lineto-circular-pro-bold.woff") format("woff"), url("assets/fonts/lineto-circular-pro-bold.ttf") format("truetype"), url("assets/fonts/lineto-circular-pro-bold.svg#lineto-circular-pro-bold") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  font-size: 75%;
  height: 100%; }
  @media screen and (min-width: 960px) {
    html {
      font-size: 80%; } }

body {
  box-sizing: border-box;
  color: #7f7f7f;
  font-family: "Circular-Pro-Book", "Helvetica Neue", "Segoe UI", "Verdana", sans-serif;
  font-size: 1.2rem;
  line-height: 2.4rem;
  min-height: 100%;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Circular-Pro-Book", "Helvetica Neue", "Segoe UI", "Verdana", sans-serif;
  font-weight: 500; }

h1, h2, h3 {
  line-height: 4.8rem;
  padding: .8rem 0 1.6rem; }

h4, h5, h6 {
  padding: 2.4rem 0; }

h1 {
  font-size: 3.6rem; }

h2 {
  font-size: 3.2rem; }

h3 {
  font-size: 2.8rem; }

h4 {
  font-size: 2.0rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.6rem; }

p {
  padding-bottom: 2.4rem; }

form {
  padding: 2.4rem 0; }

pre,
code,
samp,
kbd {
  background-color: #efeff0;
  font-size: 1.2rem;
  color: #3868b6;
  font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
  line-height: 1; }

code,
samp,
kbd {
  border-radius: 2px;
  overflow-y: hidden;
  overflow-x: auto;
  padding: .4rem .4rem .2rem; }

pre {
  border-radius: 2px;
  line-height: 2.4rem;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 1.2rem 1rem;
  margin: 0 0 2.4rem; }
  pre code,
  pre samp,
  pre kbd {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0; }

img,
video {
  max-width: 100%;
  display: table; }

hr {
  height: 4.8rem;
  margin-bottom: 2.4rem;
  position: relative; }
  hr:before {
    background-color: #cdcdce;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%; }

ol,
ul {
  margin-left: 2rem;
  padding: 0 0 2.4rem; }

ol {
  list-style-type: decimal; }

ol ol {
  padding-bottom: 0; }

ul {
  list-style-type: disc; }

ul ul {
  padding-bottom: 0; }

dt {
  font-style: italic; }

dd {
  text-indent: 2rem; }

blockquote {
  margin: 0 0 2.4rem 1.2rem;
  border-left: 0.3rem solid #cdcdce;
  padding: 2.4rem 1.2rem; }
  blockquote p:last-child {
    padding-bottom: 0; }

figure {
  margin: 0 auto;
  padding-bottom: 2.4rem; }
  figure img {
    display: table;
    margin: 0 auto; }

small,
sub,
sup {
  font-size: 1.2rem;
  line-height: 1; }

caption,
figcaption {
  font-size: 1.2rem;
  font-style: italic;
  text-align: center; }

em,
cite,
i {
  font-style: italic; }

strong,
var,
b {
  font-weight: bold; }

q:before {
  content: "'"; }
q:after {
  content: "'"; }
q > q {
  font-style: italic; }

dfn,
abbr {
  border-bottom: 0.1rem dotted #5a5a5b;
  cursor: default; }

table {
  border-radius: 2px;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 2.4rem;
  width: 100%; }
  table th {
    font-weight: 500;
    text-align: left; }
  table th, table td {
    padding: 0 .6rem; }

label {
  color: #7d7d7e; }

label,
select,
button,
textarea {
  display: block;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

/* remove yellow from chrome auto-fill background */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  color: #7f7f7f;
  -webkit-text-fill-color: #7f7f7f;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; }

/*

Utilities

These utility classes have one or two CSS properties that are meant to save you from creating several identical classes to do the same thing, like just centering some text.

Markup:
<div class="{{modifier_class}}" style="background-color: #ddd">
  Example Text
</div>

.disabled                - Disable an Element
.smooth                  - Smoothed font rendering
.clearfix                - Clear floats to keep the parent container in shape
.f-none                  - float: none;
.f-left                  - float: left;
.f-right                 - float: right;
.ta-left                 - text-align: left;
.ta-center               - text-align: center;
.ta-right                - text-align: right;

Styleguide 4.0

*/
.disabled, .radio [disabled],
.checkbox [disabled],
.select [disabled],
.textfield [disabled], .radio [disabled] + *,
.checkbox [disabled] + *,
.select [disabled] + *,
.textfield [disabled] + *, [type=button][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
  opacity: .5;
  pointer-events: none; }

.smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.f-none {
  float: none; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.clearfix {
  clear: both;
  overflow: hidden; }

.ta-left {
  text-align: left; }

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

.ta-right {
  text-align: right; }

/*

Type Utilities

These are specific typography related utilities

Markup:
<div class="type {{modifier_class}}">
  The quick brown fox jumps over the lazy dog.
</div>

.fs-small            - Smaller than the default font size
.fs-base             - Exactly the default font size
.fs-large            - Larger than the default font size
.fw-light            - Changes the type to be 300 weight
.fw-normal           - Changes the type to be 400 weight
.fw-semibold         - Changes the type to be 600 weight
.fw-bold             - Changes the type to be 700 weight

Styleguide 4.1

*/
.fs-small {
  font-size: 1.2rem; }

.fs-base {
  font-size: 1.2rem; }

.fs-large {
  font-size: 2rem; }

.fw-light {
  font-weight: 300; }

.fw-normal {
  font-weight: 400; }

.fw-semibold {
  font-weight: 600; }

.fw-bold {
  font-weight: 700; }

/*

Buttons

Buttons and their variations

Markup:
<a href="#" class="btn {{modifier_class}}">Button</a>

.btn--secondary       - A link that's sized like a button
.btn--link            - A link that's sized like a button

Styleguide 2.0

*/
.btn, [type=button],
[type=submit],
button {
  background-color: #4274C5;
  border: none;
  border-radius: .2rem;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 4.8rem;
  line-height: 4.8rem;
  max-width: 100%;
  transition-property: background-color;
  transition-duration: 200ms;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
  user-select: none;
  width: auto; }
  .btn:link, [type=button]:link,
  [type=submit]:link,
  button:link, .btn:visited, [type=button]:visited,
  [type=submit]:visited,
  button:visited {
    color: #ffffff;
    text-decoration: none; }
  .btn:focus, [type=button]:focus,
  [type=submit]:focus,
  button:focus, .btn:hover, [type=button]:hover,
  [type=submit]:hover,
  button:hover {
    background-color: #3868b6;
    color: #ffffff; }
  .btn:focus, [type=button]:focus,
  [type=submit]:focus,
  button:focus {
    outline: 0.1rem dotted #7d7d7e; }
  .btn:active, [type=button]:active,
  [type=submit]:active,
  button:active {
    background-color: #4274C5; }

.btn--secondary {
  background-color: #efeff0;
  color: #7f7f7f; }
  .btn--secondary:link, .btn--secondary:visited {
    color: #7f7f7f; }
  .btn--secondary:focus, .btn--secondary:hover {
    background-color: #dededf;
    color: #7f7f7f; }
  .btn--secondary:active {
    color: #7d7d7e; }

.btn--link {
  background-color: transparent;
  color: #4076D4;
  text-decoration: underline; }
  .btn--link:link {
    color: #4076D4; }
  .btn--link:visited {
    color: #9140D4; }
  .btn--link:focus, .btn--link:hover {
    color: #2e68cc;
    background-color: transparent; }
  .btn--link:active {
    color: #D44076;
    background-color: transparent; }

/*

Forms

Markup:
<form>
  <label class="textfield">
    <input type="text" />
    <span class="textfield__label">Name</span>
  </label>
  <label class="radio">
    <input type="radio" name="example" />
    <span class="radio__label">Desktop</span>
  </label>
  <label class="radio">
    <input type="radio" name="example" />
    <span class="radio__label">Mobile</span>
  </label>
  <label class="select">
    <select name="select">
      <option disabled="disabled" selected="selected">Flavors</option>
      <option>Chocolate</option>
    </select>
    <span class="select__label" for="select">Favorite Ice Cream</span>
  </label>
  <label class="textfield">
    <textarea></textarea>
    <span class="textfield__label">Comments</span>
  </label>
  <label class="checkbox">
    <input type="checkbox" />
    <span class="checkbox__label">I Lied</span>
  </label>
  <br/>
  <input type="submit" value="Cross My Heart" />
  <button>okay</button>
  <button>not okay</button>
</form>

Styleguide 3.0

*/
.radio,
.checkbox {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 2.4rem;
  padding: 0 1rem 0 3rem;
  position: relative; }
  .radio:before,
  .checkbox:before {
    background-color: #fff;
    border: 2px solid #7d7d7e;
    content: '';
    height: 16px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 16px; }

.checkbox input[type=checkbox],
.radio input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.radio__label,
.checkbox__label {
  color: #7d7d7e;
  font-size: 1.2rem;
  line-height: 1; }

.radio__label:after,
.checkbox__label:after {
  border: 1px solid transparent;
  content: '';
  height: 18px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 18px; }

.radio input[type=radio]:focus + .radio__label:after,
.checkbox input[type=checkbox]:focus + .checkbox__label:after {
  border-color: #4274C5;
  box-shadow: 0 1px 2px 1px #dededf inset; }

.textfield,
.select {
  background-color: #ffffff;
  display: block;
  margin-top: -2px;
  margin-bottom: 2.4rem;
  position: relative; }

.textfield__label,
.select__label {
  background-color: #ffffff;
  font-size: 1.2rem;
  position: absolute;
  left: 1px;
  line-height: 1;
  padding: .5rem;
  right: 1px;
  top: 1px; }

.textfield input,
.textfield textarea,
.select select {
  background-color: transparent;
  border: 1px solid #7d7d7e;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 1.8rem .5rem .6rem;
  position: relative;
  width: 100%; }

.textfield *:focus,
.select select:focus {
  border-color: #4274C5;
  box-shadow: 0 1px 2px 0 #dededf inset;
  outline: none; }

/*

Radio

Markup:
<label class="radio {{modifier_class}}">
  <input type="radio" />
  <span class="radio__label">Radio</span>
</label>

Styleguide 3.1

*/
.radio:before,
.radio__label:after {
  border-radius: 20px; }

.radio input[type=radio]:checked + .radio__label:before {
  background-color: #3868b6;
  border-radius: 20px;
  content: '';
  height: 10px;
  left: 5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px; }

/*

Checkbox

Markup:
<label class="checkbox {{modifier_class}}">
  <input type="checkbox" />
  <span class="checkbox__label">Checkbox</span>
</label>

Styleguide 3.2

*/
.checkbox:before,
.checkbox__label:after {
  border-radius: 2px; }

.checkbox input[type=checkbox]:checked + .checkbox__label:after {
  color: #3868b6;
  content: '\2714';
  font-size: 14px;
  line-height: 18px;
  text-align: center; }

/*

Input and text areas

Markup:
<label class="textfield {{modifier_class}}">
  <input type="text" />
  <span class="textfield__label">Input</span>
</label>
<label class="textfield {{modifier_class}}">
  <textarea></textarea>
  <span class="textfield__label">Textarea</span>
</label>

Styleguide 3.3

*/
/*

Select

Markup:
<label class="select {{modifier_class}}">
  <select>
    <option disabled="disabled" selected="selected">Select</option>
    <option>Option 1</option>
    <option>Option 2</option>
    <option>Option 3</option>
  </select>
  <span class="select__label">Select Label</span>
</label>

Styleguide 3.4

*/
.select:after {
  content: '';
  border-left: .6rem solid transparent;
  border-right: .6rem solid transparent;
  border-top: 0.6rem solid #7d7d7e;
  height: 0;
  margin-top: -.5rem;
  position: absolute;
  right: 1rem;
  bottom: 1.3rem;
  width: 0; }

.select select {
  z-index: 100; }

.select option[disabled] {
  background-color: #efeff0;
  color: #5a5a5b; }

/*

Grid

Basic grid made using flexbox. By default, the grid is collapsed on small screens.

Markup:
<main class="grid {{modifier_class}}">
  <section class="">
    Cell 1
  </section>
  <article class="grid">
    Cell 2
  </article>
</main>

.grid--medium           - Grid starts at medium sized screens
.grid--large            - Grid starts at large and up screens

Styleguide 1.0

*/
/*

Direct children of `.grid` are columns.

Markup:
<main class="grid">
  <section class="{{modifier_class}}">
    Cell 1
  </section>
  <article class="grid">
    <p class="grid {{modifier_class}}">
      Cell 2.1
    </p>
    <div>
      <p>Cell 2.2</p>
    </div>
  </article>
</main>

.column--light           - Less important column
.column--heavy           - More important column

Styleguide 1.1

*/
.grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.grid > * {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex-grow: 4;
  -webkit-flex-grow: 4;
  flex-grow: 4;
  padding-left: 1rem;
  padding-right: 1rem; }
  .grid > *:first-child {
    margin-left: -1rem; }
  .grid > *:last-child {
    margin-right: -1rem; }
  .grid > *.column--light {
    -ms-flex-grow: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2; }
  .grid > *.column--heavy {
    -ms-flex-grow: 8;
    -webkit-flex-grow: 8;
    flex-grow: 8; }

@media (max-width: 599px) {
  .grid--medium {
    display: block; }

  .grid--medium > * {
    padding-left: 0;
    padding-right: 0; }
    .grid--medium > *:first-child {
      margin-left: 0; }
    .grid--medium > *:last-child {
      margin-right: 0; } }
@media (max-width: 959px) {
  .grid--large {
    display: block; }

  .grid--large > * {
    padding-left: 0;
    padding-right: 0; }
    .grid--large > *:first-child {
      margin-left: 0; }
    .grid--large > *:last-child {
      margin-right: 0; } }
/*

Wrappers

Use wrappers when you need a content area that is a standardized width and centered on the page.

Markup:
<div class="wrapper {{modifier_class}}">Wrapper</div>

.wrapper-small      - Small Wrapper
.wrapper-large      - Large Wrapper

Styleguide 1.2

*/
.wrapper {
  margin: 0 auto;
  max-width: 1080px;
  padding: 4.8rem 2rem; }

.wrapper-large {
  margin: 0 auto;
  max-width: 1200px;
  padding: 7.2rem 2rem; }

.wrapper-small {
  margin: 0 auto;
  max-width: 640px;
  padding: 2.4rem 2rem; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

ul {
  padding-left: 1rem; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }
  button:focus,
  input:focus,
  optgroup:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }
  textarea:focus {
    outline: 0; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/**
 * Swiper 3.0.8
 * 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: June 14, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

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

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

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

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: 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'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: 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"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: 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'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: 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'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: 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"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: 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'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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: #000;
  opacity: 0.2; }

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.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%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

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

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  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; }

.swiper-container-cube {
  overflow: visible; }

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -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-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

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

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  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%;
  -webkit-background-size: 100%;
  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"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
h1 {
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0.8;
  padding: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase; }
  @media screen and (max-width: 800px) {
    h1 {
      font-size: 5rem; } }

h2 {
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 0.65;
  opacity: 0.8;
  padding: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase; }
  @media screen and (max-width: 800px) {
    h2 {
      font-size: 3rem; } }

h3 {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 20px;
  line-height: 1;
  padding: 2rem 0;
  text-transform: uppercase; }

footer {
  background-color: #f8f8f8;
  margin-top: -2.4rem; }
  footer p {
    color: #bbb;
    padding: 1rem 0; }

#hamburger {
  cursor: pointer;
  display: none;
  height: 30px;
  margin: 0;
  padding: 20px 10px;
  position: fixed;
  margin: 0;
  right: 2rem;
  top: 3rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  z-index: 6; }
  #hamburger span,
  #hamburger span:after,
  #hamburger span:before {
    background: #fff;
    border-radius: 1px;
    content: '';
    cursor: pointer;
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 30px; }
  #hamburger span:after {
    bottom: -8px; }
  #hamburger span:before {
    top: -8px; }
  #hamburger.close-nav span {
    background-color: transparent !important; }
  #hamburger.close-nav span:after,
  #hamburger.close-nav span:before {
    top: 0; }
  #hamburger.close-nav span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #hamburger.close-nav span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media screen and (max-width: 800px) {
    #hamburger {
      display: block; } }

header.main-header {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.45), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.45), transparent);
  left: 0;
  padding: 2rem 0;
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%; }
  header.main-header * {
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    header.main-header *:hover {
      color: #363A3D; }
  header.main-header .logo {
    float: left;
    font-size: 1.5rem;
    font-family: "Circular-Pro-Bold", 'Helvetica Neue', 'Segoe UI', 'Verdana', sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    width: calc(100% - 475px - 240px - 2rem); }
    @media screen and (max-width: 800px) {
      header.main-header .logo {
        float: none;
        width: 100%; } }
  header.main-header nav {
    float: left;
    margin-right: 2rem;
    width: 475px; }
    header.main-header nav ul {
      margin: 0;
      padding: 0; }
      header.main-header nav ul li {
        display: inline-block; }
        header.main-header nav ul li a {
          font-family: "Circular-Pro-Bold", 'Helvetica Neue', 'Segoe UI', 'Verdana', sans-serif;
          font-size: 1rem;
          font-weight: bold;
          letter-spacing: 3px;
          margin: 0 1.5rem;
          text-transform: uppercase; }
    @media screen and (max-width: 800px) {
      header.main-header nav {
        float: none;
        padding: 2rem 0 0;
        width: 100%; }
        header.main-header nav ul::after {
          clear: both;
          content: "";
          display: table; }
        header.main-header nav ul li {
          display: block; }
          header.main-header nav ul li a {
            display: block;
            margin: 0;
            padding: 0.5rem 0; } }
  header.main-header .social {
    float: left;
    width: 240px; }
    header.main-header .social li {
      display: inline-block; }
      header.main-header .social li a {
        font-size: 1.5rem;
        margin: 0 1.5rem; }
  @media screen and (max-width: 800px) {
    header.main-header {
      background-color: rgba(0, 0, 0, 0.65) !important; }
      header.main-header .logo {
        width: 100%; }
      header.main-header nav,
      header.main-header .social {
        display: none; } }

header.page-header {
  background: url("assets/img/bg-texture.png") center center #4274C5;
  background-size: cover !important;
  padding: 8rem 0 4rem; }
  header.page-header h2 {
    margin: 0 0 2rem;
    max-width: 600px;
    color: #fff; }
  @media screen and (max-width: 800px) {
    header.page-header .wrapper-large {
      padding: 4rem 2rem; } }

.divider {
  background-image: url("assets/img/wave-divider.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 200px;
  left: 0;
  position: absolute;
  width: 100%;
 /**
* POSITION
*/
 /**
* COLORS
*/
 /**
* OTHERS
*/ }
  .divider.bottom {
    background-position: bottom center;
    top: calc(100% - 150px); }
  .divider.top {
    bottom: calc(100% - 50px); }
  .divider.top__more {
    bottom: calc(100% + 50px); }
  .divider.blue {
    background-image: url("assets/img/wave-divider-blue.png"); }
  .divider.white {
    background-image: url("assets/img/wave-divider-white.png"); }
  .divider.flip {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .divider.large {
    background-size: 150%;
    height: 300px; }
    @media screen and (max-width: 480px) {
      .divider.large {
        display: none; } }
  .divider.translucent {
    opacity: 0.75; }
  @media screen and (max-width: 800px) {
    .divider {
      background-size: cover;
      height: 120px; } }

* {
  box-sizing: border-box; }

.appear {
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(4rem);
  -moz-transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  -o-transform: translateY(4rem);
  transform: translateY(4rem);
  visibility: hidden; }
  .appear:nth-of-type(1) {
    -webkit-transition-delay: 0.075s;
    -moz-transition-delay: 0.075s;
    transition-delay: 0.075s; }
  .appear:nth-of-type(2) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .appear:nth-of-type(3) {
    -webkit-transition-delay: 0.225s;
    -moz-transition-delay: 0.225s;
    transition-delay: 0.225s; }
  .appear:nth-of-type(4) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .appear:nth-of-type(5) {
    -webkit-transition-delay: 0.375s;
    -moz-transition-delay: 0.375s;
    transition-delay: 0.375s; }
  .appear:nth-of-type(6) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    transition-delay: 0.45s; }
  .appear:nth-of-type(7) {
    -webkit-transition-delay: 0.525s;
    -moz-transition-delay: 0.525s;
    transition-delay: 0.525s; }
  .appear:nth-of-type(8) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .appear:nth-of-type(9) {
    -webkit-transition-delay: 0.675s;
    -moz-transition-delay: 0.675s;
    transition-delay: 0.675s; }
  .appear:nth-of-type(10) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s; }
  .appear:nth-of-type(11) {
    -webkit-transition-delay: 0.825s;
    -moz-transition-delay: 0.825s;
    transition-delay: 0.825s; }
  .appear:nth-of-type(12) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .appear:nth-of-type(13) {
    -webkit-transition-delay: 0.975s;
    -moz-transition-delay: 0.975s;
    transition-delay: 0.975s; }
  .appear:nth-of-type(14) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    transition-delay: 1.05s; }
  .appear:nth-of-type(15) {
    -webkit-transition-delay: 1.125s;
    -moz-transition-delay: 1.125s;
    transition-delay: 1.125s; }
  .appear:nth-of-type(16) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .appear:nth-of-type(17) {
    -webkit-transition-delay: 1.275s;
    -moz-transition-delay: 1.275s;
    transition-delay: 1.275s; }
  .appear:nth-of-type(18) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    transition-delay: 1.35s; }
  .appear:nth-of-type(19) {
    -webkit-transition-delay: 1.425s;
    -moz-transition-delay: 1.425s;
    transition-delay: 1.425s; }
  .appear:nth-of-type(20) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .appear.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible; }
  @media screen and (max-width: 800px) {
    .appear {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      visibility: visible; } }

body {
  background-color: #fbfbfb; }

.book {
  background: url("assets/img/wakeboarder-2.jpg") center left no-repeat; }
  .book .btn, .book [type=button],
  .book [type=submit],
  .book button {
    margin: 0 1rem; }
  .book .overlay {
    background-color: rgba(0, 0, 0, 0.35); }
  .book.pull-up {
    margin-top: -32rem; }
  @media screen and (max-width: 800px) {
    .book {
      margin: 0; }
      .book.pull-up {
        margin-top: 0; } }

.btn, [type=button],
[type=submit],
button {
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-weight: 500;
  height: 3.5rem;
  letter-spacing: 4px;
  line-height: 3.5rem;
  padding: 0 4rem;
  text-transform: uppercase; }
  .btn.secondary, .secondary[type=button],
  .secondary[type=submit],
  button.secondary {
    background-color: #363A3D;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .btn.secondary:hover, .secondary[type=button]:hover,
    .secondary[type=submit]:hover,
    button.secondary:hover {
      background-color: #4e5458; }
  @media screen and (max-width: 480px) {
    .btn, [type=button],
    [type=submit],
    button {
      display: block;
      margin: 1rem 0;
      width: 100%; } }

.close {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-size: 2rem;
  height: 40px;
  position: absolute;
  right: 2rem;
  text-align: center;
  top: 2rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  z-index: 3; }
  .close:after {
    content: '×';
    color: #333;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .close:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }

.contact-modal {
  background-color: #f8f8f8;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(calc(100% + 200px));
  -moz-transform: translateX(calc(100% + 200px));
  -ms-transform: translateX(calc(100% + 200px));
  -o-transform: translateX(calc(100% + 200px));
  transform: translateX(calc(100% + 200px));
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 600px;
  z-index: -1; }
  .contact-modal .contact-form {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem 3rem;
    position: absolute;
    right: 400px;
    top: 50%;
    -webkit-transition: 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: translateY(-50%) translateX(100px);
    -moz-transform: translateY(-50%) translateX(100px);
    -ms-transform: translateY(-50%) translateX(100px);
    -o-transform: translateY(-50%) translateX(100px);
    transform: translateY(-50%) translateX(100px);
    width: 400px; }
    .contact-modal .contact-form form {
      padding: 0; }
      .contact-modal .contact-form form input[type=text],
      .contact-modal .contact-form form input[type=email],
      .contact-modal .contact-form form input[type=tel],
      .contact-modal .contact-form form textarea {
        background-color: #f8f8f8;
        border-radius: 5px;
        padding: 1rem;
        width: 100%; }
      .contact-modal .contact-form form .wpcf7-recaptcha {
        margin: 2rem 0; }
  .contact-modal .map {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .contact-modal.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 11; }
    .contact-modal.active .contact-form {
      -webkit-transform: translateY(-50%) translateX(0);
      -moz-transform: translateY(-50%) translateX(0);
      -ms-transform: translateY(-50%) translateX(0);
      -o-transform: translateY(-50%) translateX(0);
      transform: translateY(-50%) translateX(0); }
  @media screen and (max-width: 800px) {
    .contact-modal {
      height: 100%;
      width: 100%; }
      .contact-modal .contact-form {
        max-height: 100vh;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        right: 0;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%); } }

.contact-modal-underlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

.facebook-feed {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: s-resize;
  height: 600px;
  margin: 2rem 0 -8rem;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .facebook-feed a {
    color: #4274C5 !important; }
  .facebook-feed .cff-wrapper {
    left: 0;
    padding: 2rem 2rem 8rem;
    position: absolute;
    top: 0;
    width: 100%; }
  .facebook-feed #cff .cff-item {
    border-bottom: solid 2px #eee !important; }
    .facebook-feed #cff .cff-item .fa {
      color: #333 !important; }
  .facebook-feed #cff .cff-media-link a {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem; }
  .facebook-feed p,
  .facebook-feed span {
    color: #7f7f7f !important;
    font-size: 12px;
    line-height: 2 !important; }
  @media screen and (max-width: 800px) {
    .facebook-feed {
      display: none; } }

.fine-print {
  color: rgba(255, 255, 255, 0.5) !important;
  bottom: -8rem;
  font-size: 10px;
  line-height: 1.4;
  position: absolute; }
  @media screen and (max-width: 480px) {
    .fine-print {
      bottom: 0;
      position: static; } }

.hero {
  background: url("assets/img/wakeboarder-2.jpg") top center no-repeat;
  padding: 16rem 0 14rem;
  z-index: 1; }
  .hero * {
    color: #fff;
    position: relative;
    z-index: 2; }
  .hero .overlay {
    background-color: rgba(0, 0, 0, 0.35); }
  .hero video {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 120vw; }
    @media screen and (max-width: 800px) {
      .hero video {
        display: none; } }

.history {
  background: url("assets/img/wakeboarder.jpg") top center no-repeat;
  background-size: cover !important;
  padding: 12rem 0; }
  .history .overlay {
    background-color: rgba(0, 0, 0, 0.35); }

hr:before {
  background-color: #eee;
  height: 2px; }

.info-blocks {
  padding: 4rem 0; }
  .info-blocks .grid {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .info-blocks .grid > div {
      background-color: #fff;
      border-radius: 7px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin: 0 2rem;
      padding: 2rem 4rem;
      z-index: 5; }

.intro {
  background: url("assets/img/wave-bg.png") #4274C5;
  background-size: contain !important;
  z-index: 2; }
  .intro * {
    color: #fff; }
  .intro a {
    color: #363A3D !important; }
    .intro a.btn, .intro a[type=button],
    .intro a[type=submit] {
      color: #fff !important; }
  .intro .grid h5 > a {
    color: #fff !important; }
  @media screen and (max-width: 480px) {
    .intro .grid {
      text-align: center; } }

.loader {
  background-color: #4274C5;
  background-size: cover !important;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000; }
  .loader h3 {
    -webkit-animation: blink 2s infinite;
    -moz-animation: blink 2s infinite;
    animation: blink 2s infinite;
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @media screen and (max-width: 800px) {
    .loader h3 {
      letter-spacing: 8px;
      padding: 0 2rem;
      text-align: center;
      top: 40%;
      width: 100%; } }

main {
  background-color: #fff;
  position: relative;
  z-index: 4; }

.map {
  display: block;
  height: 400px;
  width: 100%; }

.overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.partners {
  background-color: #fbfbfb;
  margin-top: -76rem;
  padding: 4rem 0;
  z-index: 1; }
  .partners .partner-slider {
    overflow: hidden;
    padding: 0 4rem; }
    .partners .partner-slider .logo-prev,
    .partners .partner-slider .logo-next {
      background: none !important;
      color: #bbb;
      font-size: 2.5rem; }
    .partners .partner-slider .swiper-slide .logo {
      background-size: contain !important;
      height: 70px;
      width: 120px; }
  @media screen and (max-width: 800px) {
    .partners {
      margin: 0;
      padding: 8rem 0 4rem; } }

.price-info .price-item {
  border: solid 1px #f8f8f8;
  border-radius: 7px;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.15);
  margin: 4rem 0 0;
  padding: 2rem 4rem; }
  .price-info .price-item .feature {
    border: solid 1px #f8f8f8;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    padding: 2rem; }
    .price-info .price-item .feature .btn, .price-info .price-item .feature [type=button],
    .price-info .price-item .feature [type=submit],
    .price-info .price-item .feature button {
      float: right;
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px); }
    .price-info .price-item .feature span {
      color: goldenrod;
      font-style: italic; }
    @media screen and (max-width: 480px) {
      .price-info .price-item .feature .btn, .price-info .price-item .feature [type=button],
      .price-info .price-item .feature [type=submit],
      .price-info .price-item .feature button {
        float: none;
        margin: 2rem 0 0; } }
  .price-info .price-item h4 {
    font-size: 1.5rem;
    padding: 0; }
    .price-info .price-item h4 span {
      color: #4274C5;
      font-style: italic; }
  .price-info .price-item h6 {
    font-size: 1rem;
    letter-spacing: 5px;
    padding: 0;
    text-transform: uppercase; }
  .price-info .price-item .main-option {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: #f8f8f8;
    border-radius: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 6rem 2rem;
    text-align: center; }
    .price-info .price-item .main-option h5 {
      font-size: 4rem;
      padding: 0 0 1rem; }
    .price-info .price-item .main-option p {
      padding: 0; }
  .price-info .price-item ul {
    padding: 0; }
    .price-info .price-item ul li {
      background-color: #f8f8f8;
      border-radius: 7px;
      display: block;
      margin: 2rem 0 0;
      padding: 1rem 2rem; }
      .price-info .price-item ul li span {
        float: right;
        text-transform: uppercase; }
      .price-info .price-item ul li:first-child {
        margin: 0; }
@media screen and (max-width: 800px) {
  .price-info .price-item {
    padding: 2rem; }
    .price-info .price-item ul {
      margin: 0; }
    .price-info .price-item:first-child {
      margin: 0; } }
@media screen and (max-width: 480px) {
  .price-info .price-item {
    margin-left: -2rem !important;
    width: calc(100% + 4rem); } }

.pricing {
  background-color: #4274C5;
  z-index: 2; }
  .pricing .divider {
    z-index: 1; }
  .pricing .overlay {
    background: url("assets/img/wave-bg.png") center center no-repeat #4274C5;
    background-size: cover !important;
    z-index: 2; }

section {
  padding: 8rem 0;
  position: relative;
  text-align: center; }
  section.white h2,
  section.white h3,
  section.white h4,
  section.white p,
  section.white a {
    color: #fff;
    position: relative;
    z-index: 5; }
  @media screen and (max-width: 480px) {
    section {
      padding: 4rem 0;
      text-align: left; }
      section .btn, section [type=button],
      section [type=submit],
      section button {
        margin: 0; } }

.scroll-btn {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  height: 50px;
  left: 520px;
  position: absolute !important;
  top: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 50px;
  z-index: 10; }
  .scroll-btn .fa {
    color: #333;
    font-size: 2rem;
    left: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .scroll-btn:after {
    content: 'Browse Posts';
    color: #333 !important;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
    visibility: hidden; }
  .scroll-btn:hover {
    width: 200px; }
    .scroll-btn:hover:after {
      opacity: 1;
      -webkit-transition-delay: 0.25s;
      -moz-transition-delay: 0.25s;
      transition-delay: 0.25s;
      visibility: visible; }
  @media screen and (max-width: 800px) {
    .scroll-btn {
      display: none; } }

.tagline {
  display: block; }
  .tagline * {
    color: #fff; }
  @media screen and (max-width: 800px) {
    .tagline {
      margin: 0 0 8rem; } }

.videos {
  background-color: #fff;
  z-index: 3; }
  .videos .video-slider {
    overflow: hidden;
    padding: 2rem 0 0; }
    .videos .video-slider .video-prev,
    .videos .video-slider .video-next {
      background: none !important;
      color: #bbb;
      font-size: 2.5rem; }
    .videos .video-slider .video-prev {
      position: absolute;
      left: calc(100% - 8rem);
      top: 4rem; }
    .videos .video-slider .video-next {
      position: absolute;
      right: 2rem;
      top: 4rem; }
    .videos .video-slider .video {
      opacity: 0.5;
      position: relative;
      z-index: 3; }
      .videos .video-slider .video .thumbnail-container {
        position: relative; }
        .videos .video-slider .video .thumbnail-container .fa {
          color: #fff;
          font-size: 2rem;
          left: 50%;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .videos .video-slider .video .thumbnail-container img {
          border-radius: 7px;
          box-shadow: 0 40px 40px -25px rgba(0, 0, 0, 0.3);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          transition: 0.3s; }
      .videos .video-slider .video.swiper-slide-active {
        opacity: 1; }
      .videos .video-slider .video:hover img {
        box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 800px) {
    .videos .video-slider .video:hover {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); } }

.video-cta {
  background-color: #fbfbfb;
  border-radius: 7px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  left: 50%;
  max-width: 100%;
  position: absolute;
  text-align: center;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px; }
  .video-cta .fa {
    color: #e52d27;
    font-size: 2.5rem;
    left: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .video-cta p {
    padding: 1.5rem 0 1.5rem 4rem; }
    .video-cta p a {
      color: #4274C5; }

.video-modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15; }
  .video-modal iframe {
    border-radius: 7px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    height: 360px;
    left: 50%;
    max-width: 650px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 4rem);
    z-index: 3; }
  .video-modal .video-modal-underlay {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: w-resize;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }

.wakeboarder-container {
  bottom: 50px;
  height: 500px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%; }
  .wakeboarder-container .wakeboarder {
    background: url("assets/img/wakeboarder-cut.png") left center no-repeat;
    background-size: 1000px;
    bottom: 0;
    display: block;
    height: 400px;
    left: 900px;
    max-width: 1800px;
    position: absolute;
    width: 1200px; }
    @media screen and (min-width: 1640px) {
      .wakeboarder-container .wakeboarder {
        left: 1200px; } }
    @media screen and (max-width: 480px) {
      .wakeboarder-container .wakeboarder {
        left: 400px;
        width: 800px; } }

.wrapper,
.wrapper-large,
.wrapper-small {
  position: relative; }
  .wrapper::after,
  .wrapper-large::after,
  .wrapper-small::after {
    clear: both;
    content: "";
    display: table; }
  .wrapper.no-pad,
  .wrapper-large.no-pad,
  .wrapper-small.no-pad {
    padding: 0 2rem; }

/*# sourceMappingURL=style.css.map */
