@charset "UTF-8";
/**
  Theme Name:   Inaria
  Theme URI:    http://www.thenewbeat.ca
  Description:  Made for Inaria by The New Beat
  Author:       The New Beat
  Author URI:   http://thenewbeat.ca
  Version:      1.0
*/
html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 14px;
  line-height: 21px; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

::-moz-selection {
  background: #8be4ca;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #8be4ca;
  color: #fff;
  text-shadow: none; }

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

a {
  text-decoration: none;
  color: #6f6f6f; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

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

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

label {
  cursor: pointer; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

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

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

input[type="search"] {
  box-sizing: content-box; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

input:invalid, textarea:invalid {
  background-color: transparent; }

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

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

::-webkit-validation-bubble-message {
  -webkit-box-shadow: 0 0 0 0; }

.clear {
  clear: both;
  height: 0px;
  width: 0px;
  font-size: 0.01em;
  line-height: 0px; }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

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

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

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

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.smooth {
  -webkit-text-stroke: 0.1px; }

input.error, textarea.error, input[type=text].error, input[type=tel].error, input[type=password].error, input[type=email].error, .in-error input, .in-error input[type=text], .in-error input[type=tel], .in-error input[type=password], .in-error input[type=email], .in-error textarea {
  border: 1px solid #FB8077; }

.feedback.error, .feedback.success {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px; }

.feedback.success {
  margin-top: 30px; }

.feedback.error {
  background-color: #fcedec;
  border: 1px solid #fb8077;
  padding: 12px 14px;
  border-radius: 3px;
  margin: 0 40px 25px 0; }

html {
  box-sizing: border-box; }

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

/**
*
* Function to cast strings into numbers in SASS
*
* Author: Hugo Giraudel (@hugogiraudel)
* https://github.com/HugoGiraudel/SassyCast
*
**/
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .flex-container.no-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    @media (max-width: 480px) {
      .flex-container.no-wrap {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .flex-container:before, .flex-container:after {
    content: " ";
    display: table;
    width: 0; }
  .flex-container:after {
    clear: both; }
  .flex-container.right {
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex-container.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-container.flex-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

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

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

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

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0; }
  .flex-column.left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .flex-column.right {
    margin-left: auto; }
  .flex-column.first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .flex-column.second {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .flex-column .box {
    display: block;
    width: 100%; }

.col-100 {
  width: 100%; }

.col-90 {
  width: 90%; }

.col-80 {
  width: 80%; }

.col-75 {
  width: 75%; }

.col-70 {
  width: 70%; }

.col-60 {
  width: 60%; }

.col-50 {
  width: 50%; }

.col-40 {
  width: 40%; }

.col-30 {
  width: 30%; }

.col-25 {
  width: 25%; }

.col-20 {
  width: 20%; }

.col-10 {
  width: 10%; }

.col-one-third {
  width: 33%;
  width: calc(100%/3); }

@media (max-width: 1439px) {
  .below-widescreen-col-100 {
    width: 100%; } }

@media (max-width: 1440px) {
  .widescreen-col-60 {
    width: 60%; }
  .widescreen-col-40 {
    width: 40%; } }

@media (max-width: 1024px) {
  .desktop-col-100 {
    width: 100%; }
  .desktop-col-70 {
    width: 70%; }
  .desktop-col-30 {
    width: 30%; }
  .desktop-one-third {
    width: 33%;
    width: calc(100%/3); } }

@media (max-width: 1023px) {
  .under-desktop-col-100 {
    width: 100%; }
  .under-desktop-col-50 {
    width: 50%; } }

@media (max-width: 768px) {
  .tablet-col-100 {
    width: 100%; }
  .tablet-col-50 {
    width: 50%; } }

@media (max-width: 767px) {
  .under-tablet-col-100 {
    width: 100%; }
  .under-tablet-col-50 {
    width: 50%; } }

@media (max-width: 480px) {
  .mobile-col-100 {
    width: 100%; }
  .mobile-col-50 {
    width: 50%; }
  .mobile-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.custom-select {
  position: relative;
  display: block;
  border: 1px solid #e1e1e1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif; }
  .custom-select.error {
    border-color: #FF0000; }
  .custom-select:hover :after {
    background-color: #26a1d8; }
  .custom-select select {
    width: 100%;
    margin: 0;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    padding: 10px;
    color: #2f2f2f;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    /* Prefixed box-sizing rules necessary for older browsers */
    box-sizing: border-box;
    /* Font size must be 16px to prevent iOS page zoom on focus */
    font-size: 16px; }
  .custom-select:after {
    content: " ";
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 40px;
    border-left: 1px solid #e1e1e1;
    height: 100%;
    top: 0;
    right: 0;
    background: url("assets/images/icon-arrow-circle-black-down.svg") center center #f6f6f6 no-repeat;
    background-size: 17px; }

button[data-balloon] {
  overflow: visible; }

[data-balloon] {
  position: relative; }

[data-balloon]:before,
[data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }

[data-balloon]:after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: .5em 1em;
  white-space: nowrap;
  margin-bottom: 11px; }

[data-balloon]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px; }

[data-balloon]:hover:before,
[data-balloon][data-balloon-visible]:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[data-balloon].font-awesome:after {
  font-family: FontAwesome; }

[data-balloon][data-balloon-break]:after {
  white-space: normal; }

[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px); }

[data-balloon-pos="down"]:after {
  margin-top: 11px; }

[data-balloon-pos="down"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0; }

[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"][data-balloon-visible]:before,
[data-balloon-pos="down"]:hover:after,
[data-balloon-pos="down"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%); }

[data-balloon-pos="left"]:after {
  margin-right: 11px; }

[data-balloon-pos="left"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0; }

[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"][data-balloon-visible]:before,
[data-balloon-pos="left"]:hover:after,
[data-balloon-pos="left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%); }

[data-balloon-pos="right"]:after {
  margin-left: 11px; }

[data-balloon-pos="right"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px; }

[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"][data-balloon-visible]:before,
[data-balloon-pos="right"]:hover:after,
[data-balloon-pos="right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-balloon-length]:after {
  white-space: normal; }

[data-balloon-length="small"]:after {
  width: 80px; }

[data-balloon-length="medium"]:after {
  width: 150px; }

[data-balloon-length="large"]:after {
  width: 260px; }

[data-balloon-length="xlarge"]:after {
  width: 90vw; }

@media screen and (min-width: 768px) {
  [data-balloon-length="xlarge"]:after {
    width: 380px; } }

[data-balloon-length="fit"]:after {
  width: 100%; }

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3; }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

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

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1); }

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
      transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes downward {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); }
  20% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  100% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); } }

.downward {
  -webkit-animation-name: downward;
  animation-name: downward;
  -webkit-animation-duration: 3s;
          animation-duration: 3s; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

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

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

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

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

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

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

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

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

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

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

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

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  opacity: 0.7; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #000;
    opacity: 1; }

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

.swiper-button-next {
  background: url("assets/images/icon-arrow-white.svg") center center #2f2f2f;
  background-repeat: no-repeat;
  background-size: 32px;
  right: 40px; }
  .swiper-button-next:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.swiper-button-prev {
  background: url("assets/images/icon-arrow-white.svg") center center #2f2f2f;
  background-repeat: no-repeat;
  background-size: 32px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 40px; }
  .swiper-button-prev:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
        -ms-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #FFFFFF;
  opacity: 0.2;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: .2s;
  transition: .2s; }
  .swiper-pagination-bullet:hover {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFFFFF;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9); }

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

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

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

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

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

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #26a1d8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

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

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

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

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

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

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

.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

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

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

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

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

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

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

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

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-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%;
  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% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

#noty_topRight_layout_container {
  top: 100px !important; }

body {
  /* 	background: #666; */
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  margin: 90px 0 0;
  overflow-x: hidden;
  overflow-y: auto; }
  body.disabled {
    overflow: hidden; }
  body.admin-bar .header {
    top: 32px; }
  body.admin-bar .fixed-widget {
    margin: 32px 0 0; }
  @media (max-width: 480px) {
    body {
      font-size: 14px; } }

html {
  overflow-x: hidden; }

.centered {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.dimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2d2d2d;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100; }

.bg-dark-grey {
  background: #232323; }

.bg-white {
  background: #FFF; }

p.label {
  display: inline-block;
  background: #FFF;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 14px;
  text-transform: uppercase;
  color: #666;
  padding: 4px 10px;
  margin: 0 0 20px;
  border-radius: 40px; }

.clickable {
  cursor: pointer; }

.header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,212121+100 */
  background: black;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, #212121 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, #212121 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#212121',GradientType=1 );
  /* IE6-9 */
  color: #919191;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 420; }
  .header .logo {
    background: url("assets/images/logo-inaria.png") center center transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px;
    height: 90px;
    display: inline-block;
    text-indent: -999em;
    font-size: 0px;
    vertical-align: top;
    margin: 0 40px; }
    @media (max-width: 1259px) {
      .header .logo {
        margin: 0 10px 0 20px; } }
    @media (max-width: 1024px) {
      .header .logo {
        margin: 0 0 0 20px;
        width: calc(100% - 85px); } }
  .header ul.menu {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top; }
    @media (max-width: 1024px) {
      .header ul.menu {
        display: none; } }
    .header ul.menu li {
      list-style: none;
      display: inline-block;
      vertical-align: top; }
      .header ul.menu li a {
        text-transform: uppercase;
        color: #929292;
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 90px;
        height: 90px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding: 0 15px; }
        .header ul.menu li a:hover {
          color: #ffffff; }
        .header ul.menu li a.grey {
          color: #595959; }
          .header ul.menu li a.grey:hover {
            color: #26a1d8; }
        @media (max-width: 1259px) {
          .header ul.menu li a {
            padding: 0 6px; } }
  .header .column-2 {
    text-align: right; }
  .header .block.search {
    display: inline-block; }
    @media (max-width: 768px) {
      .header .block.search {
        -webkit-transform: translate(0, -100%);
            -ms-transform: translate(0, -100%);
                transform: translate(0, -100%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: fixed;
        top: 90px;
        background-color: #1d1d1d;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none; }
        .header .block.search.active {
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0);
          opacity: 1;
          pointer-events: auto; } }
  .header ul.account-menu {
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 10px;
    vertical-align: top; }
    .header ul.account-menu li {
      list-style: none;
      display: inline-block;
      vertical-align: top; }
      .header ul.account-menu li a {
        color: #FFF;
        font-size: 18px;
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 40px;
        line-height: 90px;
        height: 90px;
        color: transparent;
        font-size: 0;
        text-indent: -999em; }
        .header ul.account-menu li a.account-menu {
          background: url("assets/images/icon-account-white.svg") center center transparent;
          background-repeat: no-repeat;
          background-size: 25px; }
          .header ul.account-menu li a.account-menu:hover {
            opacity: .6; }
        .header ul.account-menu li a.search-menu {
          display: none; }
          @media (max-width: 768px) {
            .header ul.account-menu li a.search-menu {
              display: block;
              background: url("assets/images/icon-search-white.svg") center center transparent;
              background-repeat: no-repeat;
              background-size: 25px; }
              .header ul.account-menu li a.search-menu:hover {
                opacity: .6; } }
        .header ul.account-menu li a.cart {
          background: url("assets/images/icon-cart.svg") center center transparent;
          background-repeat: no-repeat;
          background-size: 25px; }
          .header ul.account-menu li a.cart:hover {
            opacity: .6; }

.footer {
  padding: 60px;
  background: #151515;
  color: #919191;
  z-index: 900;
  position: relative; }
  @media (max-width: 1024px) {
    .footer {
      position: fixed;
      top: 90px;
      left: 0;
      -webkit-transform: translate(-100%, 0);
          -ms-transform: translate(-100%, 0);
              transform: translate(-100%, 0);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: 300;
      padding: 30px;
      height: calc(100vh - 90px);
      vertical-align: top;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .footer.active {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); } }
  @media (max-width: 480px) {
    .footer {
      padding: 60px 20px; } }
  .footer .logo {
    background: url("assets/images/logo-inaria.png") center center transparent;
    background-repeat: no-repeat;
    background-size: 90%;
    width: 240px;
    height: 73px;
    display: block;
    text-indent: -999em;
    font-size: 0px; }
  .footer h3 {
    color: #FFF;
    font-weight: normal;
    font-size: 28px;
    margin: 0 0 30px; }
  .footer .block.newsletter-signup {
    margin: 0 0 60px; }
    @media (max-width: 480px) {
      .footer .block.newsletter-signup .newsletter.signup .email {
        max-width: 205px; } }
  .footer ul.sitemap {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block; }
    .footer ul.sitemap.contact {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; }
      @media (max-width: 1440px) {
        .footer ul.sitemap.contact {
          -webkit-columns: 1;
             -moz-columns: 1;
                  columns: 1; } }
      @media (max-width: 1024px) {
        .footer ul.sitemap.contact {
          -webkit-columns: 2;
             -moz-columns: 2;
                  columns: 2; } }
      @media (max-width: 768px) {
        .footer ul.sitemap.contact {
          -webkit-columns: 1;
             -moz-columns: 1;
                  columns: 1; } }
    .footer ul.sitemap li {
      color: #FFF;
      font-size: 28px;
      font-weight: normal;
      list-style: none;
      display: block;
      margin: 0 0 60px;
      vertical-align: top; }
      .footer ul.sitemap li span,
      .footer ul.sitemap li a {
        color: #FFF;
        padding: 0 0 20px;
        display: block; }
      .footer ul.sitemap li ul {
        padding: 0;
        margin: 0; }
        .footer ul.sitemap li ul.contact-info li {
          color: #919191;
          padding: 5px 0; }
          .footer ul.sitemap li ul.contact-info li a {
            display: inline-block;
            padding: 0;
            color: #26a1d8; }
        .footer ul.sitemap li ul li {
          width: 100%;
          font-weight: normal;
          font-size: 16px;
          margin: 0; }
          .footer ul.sitemap li ul li a {
            color: #919191;
            margin: 0;
            padding: 5px 0;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            .footer ul.sitemap li ul li a:hover {
              color: #FFF; }

#contact .copy, #contact form {
  padding: 60px; }

#contact .copy h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 46px;
  font-weight: bold;
  margin: 0;
  padding: 0 40px 0 0;
  z-index: 5; }

#contact .gform_wrapper {
  overflow-x: hidden;
  margin: 0;
  max-width: 100%; }

#contact .gform_wrapper li.gfield.gfield_error,
#contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box; }

#contact .gform_wrapper div.validation_error {
  color: #26a1d8;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  padding: 10px 0;
  clear: both;
  width: 100%;
  text-align: center; }

#contact .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #contact .gform_wrapper li.gfield_error textarea {
  border: 1px solid #FF0000; }

#contact .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px; }

#contact .gform_wrapper .validation_message {
  color: #FF0000;
  font-weight: 700;
  letter-spacing: normal; }

#contact .gform_wrapper .gfield_error .gfield_label {
  color: #FF0000; }

#contact .gform_wrapper .gfield_required {
  color: #FF0000;
  margin-left: 4px; }

#contact .gform_wrapper .gform_footer input.button, #contact .gform_wrapper .gform_footer input[type=submit],
#contact .gform_wrapper .gform_page_footer input.button, #contact .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 12px !important;
  width: 100% !important;
  margin: 0 !important;
  background-color: #151515;
  -webkit-appearance: none; }

.button {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  color: #FFF;
  padding: 6px 22px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  line-height: 24px;
  border: none; }
  @media (max-width: 480px) {
    .button {
      font-size: 12px; } }
  .button.solid {
    background: #2f2f2f;
    border: 1px solid #2f2f2f; }
    .button.solid:hover {
      background: #26a1d8;
      border: 1px solid #26a1d8;
      color: #FFF; }
  .button.rounded {
    border-radius: 20px; }
  .button.bordered {
    border: 1px solid; }
    .button.bordered:hover {
      background: #26a1d8;
      border-left: 3px solid #26a1d8;
      color: #FFF; }
  .button.transparent {
    border: 1px solid transparent; }
    .button.transparent.grey {
      color: #2c2c2c; }
    .button.transparent:hover {
      border: 1px solid #FFF; }
  .button.blue {
    background: #26a1d8;
    color: #FFF; }
    .button.blue:hover {
      background: #2f2f2f; }
  .button.grey {
    color: #2c2c2c;
    opacity: 0.6; }
    .button.grey:hover {
      opacity: 1; }
  .button.remove {
    color: #FFF;
    opacity: 0.6;
    background: #2f2f2f;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase; }
    .button.remove:hover {
      opacity: 1;
      background: #FF0000; }
  .button.aqua-gradient {
    color: #42cecc;
    background: -webkit-linear-gradient("to left", #4997b6, #36cec0);
    background: linear-gradient("to left", #4997b6, #36cec0);
    -webkit-background-clip: text; }
  .button.disabled {
    opacity: 0.3; }
  .button.second {
    margin-left: 10px; }
  .button .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle; }
    @media (max-width: 480px) {
      .button .icon {
        width: 12px;
        height: 12px; } }
    .button .icon.icon-customizer {
      background: url("assets/images/icon-customizer-white.svg") center center transparent;
      background-size: cover; }
    .button .icon.icon-arrow-black {
      background: url("assets/images/icon-arrow-circle-black.svg") center center transparent;
      background-size: cover; }
    .button .icon.icon-arrow-white {
      background: url("assets/images/icon-arrow-circle-white.svg") center center transparent;
      background-size: cover; }
    .button .icon.icon-arrow-white-transparent {
      background: url("assets/images/icon-arrow-white.svg") center center transparent;
      background-size: cover; }
    .button .icon.icon-arrow-green {
      background: url("assets/images/icon-arrow-circle-green.svg") center center transparent;
      background-size: cover; }
    .button .icon.left {
      margin: 0 5px 0 0; }
    .button .icon.right {
      margin: 0 0 0 5px; }
  .button:hover .icon .left {
    margin: 0 20px 0 0; }
  .button:hover .icon .right {
    margin: 0 0 0 20px; }

.rail-flexslider .slide {
  position: relative;
  width: 20%; }
  @media (min-width: 481px) {
    .rail-flexslider .slide:hover .dimmer {
      opacity: 0; }
    .rail-flexslider .slide:hover .overlay {
      bottom: 10%; } }
  .rail-flexslider .slide .overlay {
    position: absolute;
    bottom: 20%;
    padding: 0 20px 0 40px;
    z-index: 200;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .rail-flexslider .slide .overlay h2 {
      margin: 0;
      display: block;
      font-size: 32px;
      color: #FFF;
      padding: 20px;
      border-left: 1px solid #FFF;
      line-height: 28px; }
  .rail-flexslider .slide .dimmer {
    opacity: 0.5; }
    @media (max-width: 480px) {
      .rail-flexslider .slide .dimmer {
        opacity: 0 !important; } }

.rail-slider-pager {
  position: absolute;
  top: 30%;
  right: -30px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  text-indent: -999em;
  background: url("assets/images/icon-arrow-circle-white.svg") center center #2f2f2f;
  background-repeat: no-repeat;
  background-size: 25px;
  z-index: 200;
  transition: 0.3s;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 40px; }
  @media (max-width: 1024px) {
    .rail-slider-pager {
      display: none; } }
  .rail-slider-pager:hover {
    background-color: #26a1d8; }

#builder {
  background: #2f2f2f;
  min-height: calc(100vh - 90px); }
  #builder .views {
    height: calc(100vh - 90px);
    width: 100vw;
    overflow: hidden;
    position: relative; }
  #builder .view {
    background: url("assets/images/builder-background.jpg") center center transparent;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: 0.3s; }
    #builder .view.active {
      opacity: 1;
      pointer-events: auto;
      z-index: 300; }
    #builder .view[data-view="select-style"] .jersery-style {
      position: absolute;
      top: 20vh;
      left: 0;
      pointer-events: none;
      opacity: 0;
      height: 100%;
      width: 100%;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #builder .view[data-view="select-style"] .jersery-style.active {
        opacity: 1;
        pointer-events: auto;
        z-index: 600; }
    #builder .view .headline h2 {
      font-size: 26px;
      color: #FFF;
      font-weight: 100;
      padding: 0 40px 0 30px;
      margin: 50px 0 50px 100px;
      border-left: 6px solid #FFF;
      line-height: 60px; }
      #builder .view .headline h2 strong {
        font-weight: bold; }
    #builder .view .option {
      position: relative;
      min-height: 60vh;
      cursor: pointer; }
      #builder .view .option:hover .image {
        -webkit-transform: translate(0, -20px) scale(1);
            -ms-transform: translate(0, -20px) scale(1);
                transform: translate(0, -20px) scale(1); }
      #builder .view .option:hover .title {
        -webkit-transform: translate(0, -20px);
            -ms-transform: translate(0, -20px);
                transform: translate(0, -20px); }
        #builder .view .option:hover .title p {
          opacity: 1; }
      #builder .view .option .image {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9); }
        #builder .view .option .image img {
          max-width: 100%; }
      #builder .view .option .title {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        padding: 0 40px 0 30px;
        margin: 50px 0 50px 100px;
        border-left: 6px solid #FFF;
        position: absolute;
        bottom: 0;
        left: 0; }
        #builder .view .option .title.model-preview {
          margin: 0;
          padding: 0;
          width: 100%;
          border: none; }
          #builder .view .option .title.model-preview h2 {
            text-align: center;
            text-transform: none;
            margin: 0; }
        #builder .view .option .title h2 {
          font-size: 26px;
          color: #FFF;
          font-weight: bold;
          line-height: 30px;
          margin: 20px 0 0;
          text-transform: uppercase; }
        #builder .view .option .title p {
          font-size: 16px;
          color: #FFF;
          background: url("assets/images/builder-icon-check.svg") no-repeat left center transparent;
          background-size: 20px;
          padding: 0 0 0 30px;
          margin: 0 0 20px 0;
          font-weight: bold;
          line-height: 30px;
          opacity: 0.5;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
      #builder .view .option.mens .image {
        background: url("assets/images/builder-mens.png") no-repeat center center transparent;
        background-size: contain; }
      #builder .view .option.womens .image {
        background: url("assets/images/builder-mens.png") no-repeat center center transparent;
        background-size: contain; }
    #builder .view.loading .model-view {
      opacity: 0; }
    #builder .view .model-view {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #builder .view .model-view iframe {
        border: none;
        width: 100%;
        height: 100%; }
  #builder .sidebar {
    z-index: 600;
    height: calc(100vh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    background: #2f2f2f; }
    #builder .sidebar .heading {
      padding: 30px;
      border-bottom: 1px solid #4c4c4c; }
      #builder .sidebar .heading h1 {
        font-size: 14px;
        font-weight: 200;
        color: #FFF;
        color: rgba(255, 255, 255, 0.7); }
        #builder .sidebar .heading h1 span {
          background: #FFF;
          color: #2f2f2f;
          display: inline-block;
          padding: 0 10px;
          margin: 0 10px 0 0;
          font-size: 14px; }
    #builder .sidebar .custom-options {
      border-bottom: 1px solid #4c4c4c; }
      #builder .sidebar .custom-options h2 {
        padding: 30px;
        margin: 0;
        font-size: 34px;
        color: #484848;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer; }
        #builder .sidebar .custom-options h2 span {
          font-size: 14px;
          display: inline-block;
          margin: 0 10px 0 0;
          min-width: 16px; }
        #builder .sidebar .custom-options h2:hover {
          color: rgba(255, 255, 255, 0.7); }
      #builder .sidebar .custom-options .options {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        max-height: 0px;
        overflow: hidden; }
      #builder .sidebar .custom-options.active h2 {
        color: #FFF;
        opacity: 1; }
      #builder .sidebar .custom-options.active .options {
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto; }
      #builder .sidebar .custom-options .option {
        text-align: left;
        font-size: 0px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer; }
        #builder .sidebar .custom-options .option.active {
          background-color: #494949; }
          #builder .sidebar .custom-options .option.active h2 {
            color: rgba(255, 255, 255, 0.7); }
        #builder .sidebar .custom-options .option h2 {
          padding: 0 30px;
          margin: 0;
          font-size: 30px;
          line-height: 50px;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          width: 50%;
          display: inline-block;
          color: #484848;
          transition: 0.3s;
          cursor: pointer; }
          #builder .sidebar .custom-options .option h2 span {
            font-size: 14px;
            display: inline-block;
            margin: 0 10px 0 0; }
          #builder .sidebar .custom-options .option h2:hover {
            color: #FFF;
            color: rgba(255, 255, 255, 0.7); }
        #builder .sidebar .custom-options .option .active-colour {
          display: inline-block;
          width: 50%;
          vertical-align: top;
          line-height: 50px; }
          #builder .sidebar .custom-options .option .active-colour .label {
            vertical-align: middle;
            display: inline-block;
            line-height: 30px;
            font-size: 16px;
            font-weight: normal;
            color: rgba(255, 255, 255, 0.7);
            margin: 0 20px 0 12px; }
  #builder .swatch {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #FFF;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #builder .slideout-menu {
    height: calc(100vh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 25%;
    background: #494949;
    width: 200px;
    z-index: 500;
    text-align: center;
    font-size: 0px;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #builder .slideout-menu.active {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      pointer-events: auto; }
    #builder .slideout-menu.colour-menu {
      width: 200px; }
      #builder .slideout-menu.colour-menu .colour-option {
        width: 40%;
        display: inline-block;
        cursor: pointer;
        padding: 10px 10px 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.9;
        vertical-align: top; }
        #builder .slideout-menu.colour-menu .colour-option:hover, #builder .slideout-menu.colour-menu .colour-option.active {
          opacity: 1; }
          #builder .slideout-menu.colour-menu .colour-option:hover .swatch, #builder .slideout-menu.colour-menu .colour-option.active .swatch {
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); }
          #builder .slideout-menu.colour-menu .colour-option:hover .label, #builder .slideout-menu.colour-menu .colour-option.active .label {
            color: white; }
        #builder .slideout-menu.colour-menu .colour-option .swatch {
          width: 50px;
          height: 50px;
          padding: 0;
          margin: 0;
          -webkit-transform: scale(0.9);
              -ms-transform: scale(0.9);
                  transform: scale(0.9); }
        #builder .slideout-menu.colour-menu .colour-option .label {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          display: block;
          line-height: 14px;
          font-size: 12px;
          font-weight: normal;
          color: rgba(255, 255, 255, 0.7);
          margin: 0;
          padding: 6px 0 0;
          text-align: center; }
    #builder .slideout-menu.embellishments-menu {
      width: 300px; }
      #builder .slideout-menu.embellishments-menu h2 {
        font-size: 20px;
        font-weight: bold;
        display: block;
        margin: 40px 10px 20px;
        color: #FFF; }
      #builder .slideout-menu.embellishments-menu.front .option.front {
        display: inline-block; }
      #builder .slideout-menu.embellishments-menu.back .option.back {
        display: inline-block; }
      #builder .slideout-menu.embellishments-menu .option {
        width: 100%;
        display: none;
        cursor: pointer;
        padding: 10px 10px 10px 35px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.9;
        vertical-align: top;
        text-align: left;
        background: url("assets/images/builder-icon-plus.svg") no-repeat 10px center transparent;
        background-size: 25px; }
        #builder .slideout-menu.embellishments-menu .option:hover .label {
          color: white; }
        #builder .slideout-menu.embellishments-menu .option.active {
          background: url("assets/images/builder-icon-selected.svg") no-repeat 10px center transparent;
          background-size: 25px; }
          #builder .slideout-menu.embellishments-menu .option.active .label {
            color: white; }
        #builder .slideout-menu.embellishments-menu .option .key {
          width: 80px;
          color: #FFF;
          font-size: 20px;
          line-height: 25px;
          vertical-align: top;
          text-align: center;
          text-transform: uppercase;
          font-weight: bold;
          display: inline-block; }
        #builder .slideout-menu.embellishments-menu .option .label {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          display: inline-block;
          font-size: 15px;
          font-weight: normal;
          color: rgba(255, 255, 255, 0.7);
          margin: 0;
          padding: 0;
          text-align: center;
          line-height: 25px;
          vertical-align: top; }

.box.newsletter {
  padding: 100px 30px; }
  @media (max-width: 768px) {
    .box.newsletter {
      padding: 30px 20px;
      text-align: center; }
      .box.newsletter .text-right, .box.newsletter .text-left {
        text-align: center; } }
  .box.newsletter .flex-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box.newsletter h2 {
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    font-weight: 100;
    margin: 0 20px;
    display: inline-block;
    vertical-align: top; }
    .box.newsletter h2 strong {
      font-weight: bold; }
    @media (max-width: 768px) {
      .box.newsletter h2 {
        text-align: center;
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 20px; } }

.newsletter.signup {
  display: inline-block;
  font-size: 0;
  outline: none;
  vertical-align: top;
  text-align: left; }
  .newsletter.signup input {
    outline: none; }
  .newsletter.signup .email {
    display: inline-block;
    border-radius: 40px;
    line-height: 50px;
    background: #FFF;
    border: none;
    padding: 0 20px;
    color: #000;
    font-size: 16px;
    vertical-align: top;
    outline: none;
    -webkit-transition: .2s;
    transition: .2s; }
    .newsletter.signup .email:hover {
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.35);
      cursor: pointer; }
    @media (max-width: 768px) {
      .newsletter.signup .email {
        max-width: 220px; } }
  .newsletter.signup .button {
    display: inline-block;
    font-size: 0;
    text-indent: -999em;
    width: 50px;
    height: 50px;
    background-size: 20px;
    border-radius: 40px;
    vertical-align: top;
    background: url("assets/images/icon-arrow-white.svg") center center #565656;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
    margin-left: 20px; }
    .newsletter.signup .button:hover {
      background-color: transparent;
      -webkit-transform: scale(1.25);
          -ms-transform: scale(1.25);
              transform: scale(1.25); }
    @media (max-width: 640px) {
      .newsletter.signup .button {
        margin-left: 5px; } }
  .newsletter.signup .form-message {
    position: absolute; }
    .newsletter.signup .form-message p {
      font-size: 12px;
      color: #FFF;
      text-align: left; }

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 100px;
  padding: 25vh 100px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .banner {
      padding: 30px;
      padding: 15vh 30px; } }
  @media (max-width: 480px) {
    .banner {
      padding: 30px 20px;
      padding: 10vh 20px; } }
  .banner.parallax {
    background-attachment: fixed;
    background-position: center !important; }
    @media (max-width: 1023px) {
      .banner.parallax {
        background-attachment: initial;
        background-position: center !important; } }
  .banner.dim-bg-image:before {
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
    display: block; }
    @media (max-width: 768px) {
      .banner.dim-bg-image:before {
        background: rgba(0, 0, 0, 0.5); } }
  .banner .flex-column {
    z-index: 200; }
  .banner.align-center {
    text-align: center; }
  .banner.align-left {
    text-align: left; }
    @media (max-width: 1023px) {
      .banner.align-left {
        text-align: center; } }
  .banner.align-right {
    text-align: right; }
    @media (max-width: 1023px) {
      .banner.align-right {
        text-align: center; } }
  .banner.bg-black {
    background-color: #000; }
    .banner.bg-black h2 {
      color: #FFF; }
    .banner.bg-black p {
      color: #FFF; }
    .banner.bg-black .button {
      color: #FFF; }
      .banner.bg-black .button:hover {
        opacity: 1;
        background-color: #FFF;
        border-color: #FFF;
        color: #000; }
      .banner.bg-black .button.outline {
        border: 1px solid #FFF; }
  .banner.bg-white {
    background-color: #FFF; }
    .banner.bg-white h2 {
      color: #000; }
    .banner.bg-white p {
      color: #000; }
    .banner.bg-white .button {
      color: #000; }
      .banner.bg-white .button:hover {
        opacity: 1;
        background-color: #FFF;
        border-color: #FFF;
        color: #000; }
  .banner h2 {
    font-size: 64px;
    line-height: 62px;
    font-weight: 100;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 500; }
    .banner h2 strong {
      font-weight: bold; }
    @media (max-width: 767px) {
      .banner h2 {
        font-size: 24px;
        line-height: 28px; } }
  .banner p {
    font-size: 22px;
    line-height: 22px; }
  .banner .button {
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s; }
    .banner .button:hover {
      opacity: 1;
      background-color: #000;
      border-color: #000;
      color: #FFF; }
    .banner .button.outline {
      border: 1px solid #000; }
  .banner .image {
    text-align: right;
    padding: 0 60px 0 0; }
    @media (max-width: 1023px) {
      .banner .image {
        padding: 20px 0;
        text-align: center; } }
    .banner .image img {
      max-width: 100%; }
      @media (max-width: 767px) {
        .banner .image img {
          max-width: 75%; } }

.cta-cards .cta-card {
  text-align: center;
  padding: 60px; }
  @media (max-width: 480px) {
    .cta-cards .cta-card {
      padding: 20px; } }
  .cta-cards .cta-card:hover .image .dimmer {
    opacity: 0.1; }
  .cta-cards .cta-card .image {
    position: relative; }
    .cta-cards .cta-card .image:after {
      position: absolute;
      bottom: -30px;
      left: 0;
      display: block;
      content: "";
      width: 100%;
      height: 59px;
      background: url("assets/images/footer-cta-shadow.png") center center transparent; }
    .cta-cards .cta-card .image img {
      width: 100%;
      height: auto;
      display: block; }
    .cta-cards .cta-card .image .dimmer {
      opacity: 0.3; }
  @media (max-width: 480px) {
    .cta-cards .cta-card .button {
      padding: 0; } }
  .cta-cards .cta-card h2 {
    margin: 40px 0 10px;
    text-transform: uppercase;
    font-size: 26px; }
    @media (max-width: 480px) {
      .cta-cards .cta-card h2 {
        font-size: 16px;
        margin: 20px 0 10px; } }

.cta-feature-section {
  min-height: 590px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .cta-feature-section {
      min-height: 300px; } }
  .cta-feature-section .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute; }
    @media (max-width: 768px) {
      .cta-feature-section .swiper-container {
        min-height: 300px; } }
  .cta-feature-section.background .swiper-slide .flex-container {
    position: relative;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+74&0+0,0.65+75 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.64) 74%, rgba(0, 0, 0, 0.65) 75%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.64) 74%, rgba(0, 0, 0, 0.65) 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */ }
    @media (max-width: 768px) {
      .cta-feature-section.background .swiper-slide .flex-container {
        min-height: 300px; } }
  .cta-feature-section.background .swiper-slide .centered {
    bottom: 80px;
    top: auto;
    position: absolute; }
  @media (max-width: 768px) {
    .cta-feature-section.background .swiper-slide .copy {
      padding: 0 30px; } }
  .cta-feature-section.background .swiper-slide .copy h2 {
    color: #FFF;
    opacity: 1; }
  .cta-feature-section .swiper-slide {
    width: 100%;
    position: relative; }
    @media (max-width: 768px) {
      .cta-feature-section .swiper-slide {
        min-height: 300px; } }
    .cta-feature-section .swiper-slide .centered {
      top: 50%; }
      @media (max-width: 768px) {
        .cta-feature-section .swiper-slide .centered {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          position: relative;
          top: 0; } }
    .cta-feature-section .swiper-slide .copy {
      padding: 0 60px 0 80px; }
      @media (max-width: 480px) {
        .cta-feature-section .swiper-slide .copy {
          padding: 50px 20px 0; } }
      .cta-feature-section .swiper-slide .copy h2 {
        color: #2c2c2c;
        opacity: 0.6;
        font-size: 42px;
        line-height: 44px;
        margin: 0 0 40px;
        font-weight: 100; }
        @media (max-width: 480px) {
          .cta-feature-section .swiper-slide .copy h2 {
            font-size: 28px;
            line-height: 30px; } }
    .cta-feature-section .swiper-slide picture {
      margin: 0 auto; }
      .cta-feature-section .swiper-slide picture img {
        max-height: 600px;
        width: auto;
        max-width: 100%; }

.breadcrumb {
  background: #f6f6f6;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px; }
  @media (max-width: 1024px) {
    .breadcrumb {
      text-align: center; } }
  .breadcrumb .navigation {
    padding: 0 25px;
    text-transform: uppercase;
    color: #9a9a9a; }
    @media (max-width: 480px) {
      .breadcrumb .navigation {
        padding: 0 10px;
        font-size: 11px; } }
    .breadcrumb .navigation span {
      display: inline-block;
      margin: 0 5px; }
    .breadcrumb .navigation a {
      margin: 0;
      padding: 15px 0;
      display: inline-block;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 480px) {
        .breadcrumb .navigation a {
          padding: 15px 0 0;
          font-size: 11px; } }
      .breadcrumb .navigation a:hover {
        color: #26a1d8; }
  .breadcrumb .cta {
    text-align: right; }
    @media (max-width: 1024px) {
      .breadcrumb .cta {
        text-align: center; } }
    .breadcrumb .cta p {
      margin: 0;
      padding: 15px 25px;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 10px;
      opacity: .6; }
      @media (max-width: 767px) {
        .breadcrumb .cta p {
          padding: 15px 2px;
          font-size: 12px;
          line-height: 14px; } }

.collection .woocommerce-info {
  padding: 20px; }
  @media (max-width: 767px) {
    .collection .woocommerce-info {
      font-size: 12px;
      text-align: center; } }

.collection .heading {
  padding: 40px 0;
  position: relative; }
  @media (max-width: 767px) {
    .collection .heading {
      padding: 0; } }
  .collection .heading .title h1 {
    font-size: 42px;
    line-height: 46px;
    font-weight: bold;
    margin: 0;
    padding: 0 40px 0 0;
    z-index: 5;
    display: inline-block;
    background: #FFF;
    position: relative; }
    @media (max-width: 1024px) {
      .collection .heading .title h1 {
        padding: 0 40px; } }
    @media (max-width: 767px) {
      .collection .heading .title h1 {
        padding: 30px;
        font-size: 24px;
        line-height: 26px;
        background: transparent; } }
  .collection .heading .ordering {
    text-align: right;
    position: relative;
    z-index: 100;
    padding: 0 40px; }
    .collection .heading .ordering .woocommerce-ordering {
      text-align: right;
      display: inline-block; }
  .collection .heading:after {
    content: " ";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border-top: 1px solid #e1e1e1;
    height: 1px;
    top: 50%;
    right: 40px;
    width: calc(100% - 40px); }
    @media (max-width: 767px) {
      .collection .heading:after {
        right: 2%;
        width: 96%; } }

.collection .products {
  margin: 0;
  padding: 0;
  font-size: 0px;
  padding: 20px 0 200px; }
  @media (max-width: 1023px) {
    .collection .products {
      padding: 0 30px; } }
  @media (max-width: 480px) {
    .collection .products {
      padding: 0 10px; } }
  .collection .products .product-preview {
    display: inline-block;
    font-size: 16px;
    list-style: none;
    vertical-align: top;
    text-align: center; }
    .collection .products .product-preview:hover .color-swatches {
      opacity: 1; }
    .collection .products .product-preview:hover .quick-links {
      opacity: 1;
      -webkit-transform: translate(0, -5px);
          -ms-transform: translate(0, -5px);
              transform: translate(0, -5px); }
    @media (max-width: 767px) {
      .collection .products .product-preview {
        width: 50%; } }
    @media (max-width: 480px) {
      .collection .products .product-preview {
        width: 100%; } }
    .collection .products .product-preview h2 {
      font-weight: 400;
      margin: 0 4px;
      font-size: 16px; }
    .collection .products .product-preview p {
      color: #b6b6b6;
      margin-top: 5px; }
      .collection .products .product-preview p .price ins {
        background: #FFF;
        color: #26a1d8; }
    .collection .products .product-preview .image-preview {
      height: 300px;
      width: 100%;
      display: block;
      position: relative; }
      .collection .products .product-preview .image-preview img {
        max-width: 100%;
        max-height: 300px;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
        opacity: 0; }
        .collection .products .product-preview .image-preview img.loading {
          opacity: 0; }
        .collection .products .product-preview .image-preview img.loaded {
          opacity: 1; }
        .collection .products .product-preview .image-preview img:hover {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
    .collection .products .product-preview .quick-links {
      text-align: center;
      margin: 0;
      opacity: 0;
      -webkit-transition: .3s;
      transition: .3s;
      font-size: 0; }
      .collection .products .product-preview .quick-links span {
        font-size: 14px; }
      .collection .products .product-preview .quick-links a {
        width: 49%;
        font-size: 14px;
        display: inline-block;
        padding: 0 0 10px;
        color: #a8a8a8;
        -webkit-transition: .3s;
        transition: .3s; }
        .collection .products .product-preview .quick-links a:hover {
          color: #26a1d8; }

.collection .woocommerce-pagination {
  display: none; }

.collection #infscr-loading {
  padding: 30px 0;
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  text-align: center; }
  .collection #infscr-loading img {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.trigger.filters {
  position: fixed;
  bottom: 25px;
  right: 25px;
  height: 60px;
  width: 60px;
  display: none;
  border-radius: 50%;
  color: #FFF;
  font-size: 0px;
  text-indent: -999em;
  background: url("assets/images/icon-customizer-white.svg") center center transparent;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: #26a1d8;
  z-index: 400;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  transition: .3s; }
  .trigger.filters:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    cursor: pointer; }
  @media (max-width: 1023px) {
    .trigger.filters {
      display: inline-block; } }

.collection-sidebar {
  margin: 0 5% 0 0; }
  .collection-sidebar.stuck {
    height: calc(100vh - 90px);
    top: 90px;
    left: 0;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto; }
  @media (max-width: 1023px) {
    .collection-sidebar {
      background: #151515;
      background: #f6f6f6;
      height: calc(100vh - 90px);
      width: 320px;
      position: fixed;
      top: 90px;
      left: 0;
      padding: 10px 20px 20px;
      -webkit-transform: translate(-100%, 0);
          -ms-transform: translate(-100%, 0);
              transform: translate(-100%, 0);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: 300;
      overflow: auto; }
      .collection-sidebar.active {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        box-shadow: 0 0 45px rgba(0, 0, 0, 0.5); } }
  .collection-sidebar .menu.shop {
    padding: 0;
    margin: 0;
    background-color: #fafafa;
    border-right: 1px solid #efefef; }
    @media (max-width: 1023px) {
      .collection-sidebar .menu.shop {
        padding: 0 0 60px;
        background-color: transparent;
        border-right: none; } }
    .collection-sidebar .menu.shop li {
      list-style: none; }
      .collection-sidebar .menu.shop li a {
        display: block;
        position: relative;
        color: #2f2f2f;
        -webkit-transition: .3s;
        transition: .3s;
        line-height: 12px; }
        .collection-sidebar .menu.shop li a:hover {
          color: #2f2f2f; }
        .collection-sidebar .menu.shop li a.active h2 span {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .collection-sidebar .menu.shop li a h2 {
          font-size: 22px;
          font-weight: bold;
          margin: 0;
          padding: 40px;
          position: relative;
          -webkit-transition: .3s;
          transition: .3s; }
          .collection-sidebar .menu.shop li a h2:hover {
            color: #26a1d8; }
          @media (max-width: 1023px) {
            .collection-sidebar .menu.shop li a h2 {
              padding: 20px 0; } }
          .collection-sidebar .menu.shop li a h2 span {
            position: absolute;
            top: 50%;
            right: 10px;
            height: 30px;
            width: 30px;
            margin: -15px 0 0 0;
            padding: 0px;
            display: block;
            opacity: .4;
            border-radius: 50%;
            color: #FFF;
            font-size: 0px;
            text-indent: -999em;
            background: url("assets/images/icon-arrow-circle-black.svg") center center transparent;
            background-repeat: no-repeat;
            background-size: 20px;
            z-index: 400;
            -webkit-transition: .3s;
            transition: .3s;
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
            .collection-sidebar .menu.shop li a h2 span:hover {
              box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
              cursor: pointer;
              opacity: 1; }
        .collection-sidebar .menu.shop li a.title:after {
          content: " ";
          position: absolute;
          z-index: 1;
          pointer-events: none;
          border-top: 1px solid #e1e1e1;
          height: 1px;
          bottom: 0;
          left: 40px;
          width: calc(100% - 80px); }
          @media (max-width: 1023px) {
            .collection-sidebar .menu.shop li a.title:after {
              left: 00px;
              width: 100%; } }
      .collection-sidebar .menu.shop li.active ul {
        padding: 40px 0 0 40px;
        max-height: 1000px;
        overflow: visible; }
        @media (max-width: 1024px) {
          .collection-sidebar .menu.shop li.active ul {
            padding: 40px 0 40px 0; } }
      .collection-sidebar .menu.shop li ul {
        margin: 0;
        padding: 0 0 0 40px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        overflow: hidden;
        max-height: 0;
        overflow: hidden; }
        @media (max-width: 1023px) {
          .collection-sidebar .menu.shop li ul {
            padding: 20px 0 0 0; } }
        .collection-sidebar .menu.shop li ul li a {
          color: #a8a8a8;
          font-size: 16px;
          display: block;
          padding: 6px 0; }
          .collection-sidebar .menu.shop li ul li a:hover {
            text-indent: .5em; }
          .collection-sidebar .menu.shop li ul li a.active {
            color: #2f2f2f; }
      .collection-sidebar .menu.shop li.filters .filter li {
        margin: 0 0 40px; }
        .collection-sidebar .menu.shop li.filters .filter li h3, .collection-sidebar .menu.shop li.filters .filter li h4 {
          margin: 0; }
        .collection-sidebar .menu.shop li.filters .filter li h4 {
          font-size: 18px; }
        .collection-sidebar .menu.shop li.filters .filter li ul {
          margin: 0;
          padding: 30px 0;
          border-bottom: 1px solid #e1e1e1;
          overflow: visible; }
          .collection-sidebar .menu.shop li.filters .filter li ul.sizes {
            border-bottom: none; }
          .collection-sidebar .menu.shop li.filters .filter li ul.pa_colours:hover li a {
            opacity: 0.6; }
          .collection-sidebar .menu.shop li.filters .filter li ul.pa_colours li {
            display: inline-block;
            margin: 0 8px 10px; }
            .collection-sidebar .menu.shop li.filters .filter li ul.pa_colours li.not-chosen a {
              opacity: 0.3; }
            .collection-sidebar .menu.shop li.filters .filter li ul.pa_colours li.chosen a {
              opacity: 1; }
            .collection-sidebar .menu.shop li.filters .filter li ul.pa_colours li a {
              position: relative;
              margin: 0;
              padding: 0;
              -webkit-transform: translateZ(0);
              -webkit-font-smoothing: antialiased;
              width: 32px;
              height: 32px;
              background-color: #f1f1f1;
              border-radius: 50%;
              -webkit-transition: opacity .15s linear;
              transition: opacity .15s linear;
              border: 1px solid #efefef;
              display: inline-block;
              text-indent: -999em;
              opacity: 1;
              -webkit-transform: rotate(127deg);
                  -ms-transform: rotate(127deg);
                      transform: rotate(127deg); }
              .collection-sidebar .menu.shop li.filters .filter li ul.pa_colours li a:hover {
                opacity: 1;
                text-indent: -999em; }
          .collection-sidebar .menu.shop li.filters .filter li ul li {
            margin: 0 10px 10px 0;
            display: inline-block; }
            .collection-sidebar .menu.shop li.filters .filter li ul li.chosen a {
              background: #505050;
              color: #FFF;
              opacity: 1; }
            .collection-sidebar .menu.shop li.filters .filter li ul li a {
              display: block;
              padding: 10px;
              color: #484848;
              border: 1px solid #484848;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              opacity: 1; }
              .collection-sidebar .menu.shop li.filters .filter li ul li a:hover, .collection-sidebar .menu.shop li.filters .filter li ul li a :active {
                background-color: #484848;
                color: white;
                text-indent: 0px; }
            .collection-sidebar .menu.shop li.filters .filter li ul li .count {
              display: none; }

.product-page {
  padding: 30px; }
  .product-page .images .preview {
    position: relative;
    margin-bottom: 20px; }
    .product-page .images .preview img {
      max-height: 400px;
      display: block;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .product-page .images .preview img {
          max-width: 100%; } }
    .product-page .images .preview .zoom-image {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 90%;
      height: 90%;
      background: url("assets/images/icon-search.svg") right 25px top 25px transparent;
      background-repeat: no-repeat;
      background-size: 20px;
      z-index: 200;
      text-indent: -999em;
      font-size: 0px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      opacity: .6; }
      .product-page .images .preview .zoom-image:hover {
        opacity: 1;
        background-size: 30px; }
  .product-page .images .thumbnails ul {
    margin: 0;
    padding: 0 60px;
    font-size: 0;
    text-align: center; }
    @media (max-width: 768px) {
      .product-page .images .thumbnails ul {
        padding: 0; } }
    .product-page .images .thumbnails ul li {
      display: inline-block;
      width: 20%;
      font-size: 10px;
      cursor: pointer; }
      @media (max-width: 480px) {
        .product-page .images .thumbnails ul li {
          width: 25%; } }
      .product-page .images .thumbnails ul li img {
        max-width: 100%;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transition: .3s;
        transition: .3s; }
        .product-page .images .thumbnails ul li img:hover {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
  @media (max-width: 768px) {
    .product-page .details {
      padding: 0px; } }
  .product-page .details .heading {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 20px;
    margin: 0 0 20px; }
    .product-page .details .heading h1 {
      font-size: 40px;
      line-height: 50px;
      color: #484848;
      margin: 0; }
      @media (max-width: 480px) {
        .product-page .details .heading h1 {
          font-size: 32px;
          line-height: 40px; } }
    .product-page .details .heading .product-price {
      font-size: 30px;
      line-height: 36px;
      color: #dddddd;
      margin: 0; }
      @media (max-width: 480px) {
        .product-page .details .heading .product-price {
          font-size: 20px;
          line-height: 28px; } }
      .product-page .details .heading .product-price ins {
        background: transparent;
        color: #484848; }
    .product-page .details .heading .product-share {
      text-align: right;
      margin: 0;
      font-size: 18px;
      line-height: 50px;
      color: #484848; }
      @media (max-width: 480px) {
        .product-page .details .heading .product-share {
          float: right;
          background-color: white;
          margin-bottom: -50px; } }
      .product-page .details .heading .product-share a {
        width: 40px;
        height: 50px;
        display: inline-block;
        text-indent: -999em;
        font-size: 0px;
        opacity: 0.5;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .product-page .details .heading .product-share a:hover {
          opacity: 1; }
        .product-page .details .heading .product-share a.share-facebook {
          background: url("assets/images/icon-social-facebook.svg") center center transparent;
          background-repeat: no-repeat;
          background-size: 70%; }
        .product-page .details .heading .product-share a.share-twitter {
          background: url("assets/images/icon-social-twitter.svg") center center transparent;
          background-repeat: no-repeat;
          background-size: 70%; }
    .product-page .details .heading .product-sku {
      text-align: right;
      margin: 0;
      font-size: 18px;
      color: #484848;
      font-weight: bold;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .product-page .details .heading .product-sku {
          font-size: 14px;
          line-height: 16px;
          text-align: left; } }
      .product-page .details .heading .product-sku span {
        color: #dddddd; }
  .product-page .details .product-technology {
    color: #dddddd;
    background: url("assets/images/banner-left-375.png") center center transparent;
    background-repeat: no-repeat;
    background-size: 70%;
    text-indent: -999em;
    font-size: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 54px;
    vertical-align: middle; }
  .product-page .details ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .product-page .details ul li {
      border-bottom: 1px solid #e1e1e1;
      padding: 0 0 20px;
      margin: 0 0 20px; }
      .product-page .details ul li .list-item-content {
        color: #878787;
        font-weight: 300; }
      .product-page .details ul li.pa_colours .list-content, .product-page .details ul li.pa_size .list-content {
        display: none; }
      @media (max-width: 480px) {
        .product-page .details ul li h2 {
          font-size: 18px;
          line-height: 24px; } }
      .product-page .details ul li h3 {
        font-size: 16px;
        color: #484848; }
    .product-page .details ul.sizes {
      margin: 0;
      list-style: none; }
      .product-page .details ul.sizes li {
        margin: 0 10px 10px 0;
        padding: 0;
        border: none;
        display: inline-block; }
        .product-page .details ul.sizes li a {
          display: block;
          padding: 10px;
          color: #b9b9b9;
          border: 1px solid #dadada;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          font-size: 16px;
          line-height: 14px; }
          .product-page .details ul.sizes li a:hover {
            background-color: #484848;
            border: 1px solid #484848;
            color: white; }
          .product-page .details ul.sizes li a.active {
            background: #505050;
            color: #FFF;
            opacity: 1;
            border: 1px solid #505050; }
  .product-page .details .add-to-cart-widget-override .quantity {
    font-size: 0; }
    .product-page .details .add-to-cart-widget-override .quantity .button {
      width: 30%;
      display: inline-block;
      padding: 0;
      line-height: 0;
      height: 55px;
      background: #f6f6f6;
      outline: none;
      color: #484848;
      border: 1px solid #e1e1e1;
      font-weight: 500; }
      .product-page .details .add-to-cart-widget-override .quantity .button:hover {
        background: #e1e1e1; }
    .product-page .details .add-to-cart-widget-override .quantity input {
      width: 40%;
      height: 55px;
      display: inline-block;
      margin: 0;
      padding: 0;
      -webkit-appearance: none;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      border-right: none;
      border-left: none;
      color: #484848;
      font-size: 18px;
      line-height: 0;
      text-align: center;
      outline: none;
      font-family: 'Roboto', sans-serif; }
  .product-page .details .add-to-cart-widget-override button {
    background: #26a1d8;
    background: #26a1d8;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #26a1d8 0%, #007eb5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #26a1d8 0%, #007eb5 100%);
    color: #FFF;
    font-size: 18px;
    line-height: 0px;
    height: 55px;
    text-transform: uppercase;
    border: none;
    display: block;
    width: 95%;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    margin: 0 auto; }
    .product-page .details .add-to-cart-widget-override button:hover {
      background: #1c7ba6;
      background: #007eb5;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #007eb5 0%, #007eb5 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #007eb5 0%, #007eb5 100%); }
    .product-page .details .add-to-cart-widget-override button.disabled {
      background: #e5e5e5;
      color: #bfbfbf;
      cursor: normal; }
      .product-page .details .add-to-cart-widget-override button.disabled:hover {
        background: #e5e5e5; }
  .product-page .details .woocommerce-variation-add-to-cart {
    width: 100%; }
  .product-page .details .single_variation_wrap .woocommerce-variation-description {
    width: 100%;
    display: block; }
  .product-page .details .single_variation_wrap .woocommerce-variation-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 36px; }
    @media (max-width: 480px) {
      .product-page .details .single_variation_wrap .woocommerce-variation-price {
        font-size: 16px; } }
  .product-page .details .single_variation_wrap .woocommerce-variation-availability {
    display: inline-block;
    vertical-align: middle; }
    .product-page .details .single_variation_wrap .woocommerce-variation-availability p.stock {
      margin-left: 6px;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 14px; }
      @media (max-width: 480px) {
        .product-page .details .single_variation_wrap .woocommerce-variation-availability p.stock {
          font-size: 10px; } }

.related-products .related-products-headline {
  padding: 30px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  color: #484848;
  text-align: center; }

.bundle-form .product-addon,
.product-addon {
  margin: 15px 0 !important;
  padding: 0 !important; }
  .bundle-form .product-addon .flex-container,
  .product-addon .flex-container {
    background: #ececec;
    border-left: 6px solid #26a1d8; }
  .bundle-form .product-addon .flex-column,
  .product-addon .flex-column {
    padding: 0px; }
    .bundle-form .product-addon .flex-column .addon-field,
    .product-addon .flex-column .addon-field {
      margin: 0; }
      .bundle-form .product-addon .flex-column .addon-field input,
      .product-addon .flex-column .addon-field input {
        font-size: 16px;
        border: 1px solid #e1e1e1;
        background: #FFF;
        padding: 20px;
        display: inline-block;
        color: #303030;
        width: 100%; }
        .bundle-form .product-addon .flex-column .addon-field input.player-name,
        .product-addon .flex-column .addon-field input.player-name {
          text-transform: uppercase; }
      .bundle-form .product-addon .flex-column .addon-field label,
      .product-addon .flex-column .addon-field label {
        font-size: 14px;
        font-weight: bold; }
        .bundle-form .product-addon .flex-column .addon-field label .required,
        .product-addon .flex-column .addon-field label .required {
          border-bottom: none; }
    .bundle-form .product-addon .flex-column .addon-description,
    .product-addon .flex-column .addon-description {
      display: block; }
      .bundle-form .product-addon .flex-column .addon-description p,
      .product-addon .flex-column .addon-description p {
        margin: 10px 0 0;
        color: #484848;
        font-style: normal; }

.color-swatches {
  margin: 0 0 10px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  transition: .3s; }
  .color-swatches.page.active {
    opacity: 1; }
  .color-swatches.page:hover a {
    opacity: 1; }
    .color-swatches.page:hover a:hover {
      opacity: 1; }
  .color-swatches a {
    -webkit-transition: .3s;
    transition: .3s; }
    .color-swatches a:hover {
      opacity: 1; }
  .color-swatches .swatch {
    position: relative;
    margin: 0 .5em .25em 0;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    width: 30px;
    height: 30px;
    background-color: #f1f1f1;
    border-radius: 50%;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    display: inline-block;
    text-indent: -999em;
    opacity: .6;
    transition: opacity .15s linear;
    -webkit-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
            transform: rotate(130deg); }
    .color-swatches .swatch.active {
      opacity: 1;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
    .color-swatches .swatch.small {
      width: 16px;
      height: 16px; }
  .color-swatches:after {
    content: "";
    display: table;
    clear: both; }

.half-circle {
  position: absolute;
  top: 0;
  right: 0px;
  display: block;
  z-index: 100;
  width: 30px;
  height: 14px;
  border-radius: 34px 32px 0 0; }
  .half-circle.small {
    width: 100%;
    height: 7px;
    border-radius: 8px 8px 0 0; }

.block.search .product-search {
  margin: 30px 0;
  position: relative; }
  @media (max-width: 768px) {
    .block.search .product-search {
      margin: 15px 0; } }
  .block.search .product-search .product-search-form {
    z-index: 100;
    position: relative; }
    .block.search .product-search .product-search-form .product-search-field {
      border: none;
      -webkit-appearance: none;
      height: 30px;
      width: 180px;
      border-radius: 15px;
      font-size: 13px;
      line-height: 30px;
      outline: none;
      padding: 0 0 0 50px;
      background: url("assets/images/icon-search.svg") 10px center #FFF;
      background-repeat: no-repeat;
      background-size: 20px;
      font-family: 'Roboto', sans-serif; }
      @media (max-width: 768px) {
        .block.search .product-search .product-search-form .product-search-field {
          width: 90%; } }
  .block.search .product-search .product-search-results {
    right: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    background: #fff;
    border: none;
    margin: 0;
    padding: 20px 0 0 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
    @media (max-width: 768px) {
      .block.search .product-search .product-search-results {
        width: 100% !important;
        margin: 0;
        top: 45px;
        padding: 0; } }
    .block.search .product-search .product-search-results table.search-results tr td {
      vertical-align: middle;
      padding: 8px 4px 8px 10px; }
    .block.search .product-search .product-search-results .entry {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      font-size: 13px;
      line-height: 14px; }
      .block.search .product-search .product-search-results .entry a span.title:hover {
        text-decoration: none; }
      .block.search .product-search .product-search-results .entry.s_product_cat.first {
        border-top: 1px solid #ccc; }
      .block.search .product-search .product-search-results .entry .button {
        padding: 5px;
        margin: 10px 0 0;
        background: #26a1d8;
        color: #FFF; }
      .block.search .product-search .product-search-results .entry:hover, .block.search .product-search .product-search-results .entry.active {
        background-color: #ddd;
        font-weight: normal; }

.form-password {
  max-width: 50%;
  margin: 0 auto;
  text-align: left; }
  @media (max-width: 480px) {
    .form-password {
      max-width: 90%; } }
  .form-password p {
    font-size: 16px; }
  .form-password form {
    margin: 15px; }
    .form-password form input.password-input {
      margin: 10px 0;
      display: block;
      padding: 10px; }

#cart {
  paddding: 0 20px 20px; }
  #cart.page {
    max-width: 1024px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      #cart.page {
        padding: 0 10px; } }
  #cart.fixed-widget p {
    color: #aaaaaa;
    font-size: 14px;
    margin: 8px 0px; }
    #cart.fixed-widget p.total {
      font-size: 22px;
      padding: 10px 4px;
      margin: 0; }
      #cart.fixed-widget p.total span.value {
        color: #FFF; }
        #cart.fixed-widget p.total span.value span {
          width: auto; }
    #cart.fixed-widget p span {
      display: inline-block;
      width: 50%; }
      #cart.fixed-widget p span.label {
        text-align: left; }
      #cart.fixed-widget p span.value {
        text-align: right; }
  #cart.fixed-widget .buttons {
    text-align: center;
    font-size: 0px; }
    #cart.fixed-widget .buttons .button {
      background: #26a1d8;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      line-height: 50px;
      display: inline-block;
      padding: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      width: 49%; }
      #cart.fixed-widget .buttons .button.cart {
        background-color: #1c7ba6;
        color: #FFF; }
        #cart.fixed-widget .buttons .button.cart:hover {
          background-color: #FFF;
          color: #26a1d8; }
      #cart.fixed-widget .buttons .button.full-width {
        width: 100%; }
      #cart.fixed-widget .buttons .button:hover {
        background: #FFFFFF;
        color: #26a1d8; }
  #cart h1 {
    margin: 30px 0;
    color: #484848;
    line-height: 54px; }
    #cart h1 .button {
      float: right;
      width: auto;
      padding: 0 30px;
      text-align: center;
      background-color: #1c7ba6;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      line-height: 50px; }
      @media (max-width: 768px) {
        #cart h1 .button {
          float: none; } }
      #cart h1 .button:hover {
        background-color: #26a1d8; }
  #cart ul.cart-items {
    margin: 0;
    padding: 0; }
    #cart ul.cart-items li.cart-item {
      background: #FFF;
      margin: 20px 0;
      padding: 10px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-top: 1px solid #e1e1e1;
      width: 100%; }
      #cart ul.cart-items li.cart-item .product-line-title h2 {
        margin: 0;
        padding: 20px 0; }
        #cart ul.cart-items li.cart-item .product-line-title h2 a {
          color: #484848;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          #cart ul.cart-items li.cart-item .product-line-title h2 a:hover {
            color: #26a1d8; }
      @media (max-width: 768px) {
        #cart ul.cart-items li.cart-item .product-line-image {
          width: 50%; } }
      #cart ul.cart-items li.cart-item .product-line-image img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto; }
      #cart ul.cart-items li.cart-item .product-line-info {
        text-align: left;
        padding: 0 30px; }
        @media (max-width: 768px) {
          #cart ul.cart-items li.cart-item .product-line-info {
            width: 50%; } }
        #cart ul.cart-items li.cart-item .product-line-info h4 {
          margin: 20px 0 0; }
        #cart ul.cart-items li.cart-item .product-line-info ul {
          margin: 10px 0;
          padding: 0; }
          #cart ul.cart-items li.cart-item .product-line-info ul li {
            list-style: none;
            font-size: 12px;
            width: 49%;
            display: inline-block; }
            #cart ul.cart-items li.cart-item .product-line-info ul li ul {
              margin: 0 0 10px; }
              #cart ul.cart-items li.cart-item .product-line-info ul li ul li {
                width: 100%;
                display: block; }
        #cart ul.cart-items li.cart-item .product-line-info .uppercase {
          text-transform: uppercase; }
      #cart ul.cart-items li.cart-item .product-line-details {
        text-align: right; }
        @media (max-width: 768px) {
          #cart ul.cart-items li.cart-item .product-line-details {
            width: 100%; } }
        #cart ul.cart-items li.cart-item .product-line-details .woocommerce-Price-amount {
          color: #484848;
          font-weight: bold;
          font-size: 20px;
          padding: 0;
          margin: 10px 0;
          display: block; }
        #cart ul.cart-items li.cart-item .product-line-details .quantity {
          font-size: 0; }
          #cart ul.cart-items li.cart-item .product-line-details .quantity .button {
            display: inline-block;
            padding: 0 20px;
            line-height: 44px;
            background: #1c7ba6;
            vertical-align: top; }
            #cart ul.cart-items li.cart-item .product-line-details .quantity .button:hover {
              background: #26a1d8; }
          #cart ul.cart-items li.cart-item .product-line-details .quantity input {
            width: 60px;
            display: inline-block;
            margin: 0;
            padding: 0;
            -webkit-appearance: none;
            border: 1px solid #dddddd;
            color: #484848;
            font-size: 18px;
            line-height: 42px;
            text-align: center; }
  #cart .cart-totals.cart-page {
    border-top: 1px solid #e1e1e1;
    padding: 20px 10px; }
    #cart .cart-totals.cart-page p {
      color: #484848;
      font-weight: bold;
      font-size: 22px;
      padding: 10px 4px;
      margin: 0; }
      #cart .cart-totals.cart-page p.total {
        text-align: right; }
        #cart .cart-totals.cart-page p.total span {
          width: auto; }
          #cart .cart-totals.cart-page p.total span.value {
            color: #484848; }
            #cart .cart-totals.cart-page p.total span.value span {
              width: auto; }
    #cart .cart-totals.cart-page .buttons {
      text-align: right; }
      #cart .cart-totals.cart-page .buttons .button {
        width: auto;
        padding: 0 30px;
        text-align: center;
        background-color: #1c7ba6;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px; }
        #cart .cart-totals.cart-page .buttons .button:hover {
          background-color: #26a1d8; }

#cart.page.checkout .woocommerce-info:first-child {
  padding: 20px;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  margin: 0 0 20px; }

#cart.page.checkout .woocommerce-info:nth-child(3), #cart.page.checkout .woocommerce-info:nth-child(2) {
  padding: 20px 0 0;
  border-top: 1px solid #e7e7e7;
  margin: 20px 0 0; }

#cart.page.checkout .woocommerce-info a {
  color: #26a1d8; }
  #cart.page.checkout .woocommerce-info a:hover {
    text-decoration: underline; }

#cart.page.checkout form.login .wc-social-login {
  margin: 0 0 20px; }
  #cart.page.checkout form.login .wc-social-login p {
    display: none; }

#cart.page.checkout .woocommerce-form-login p:first-child {
  max-width: 500px;
  font-size: 14px; }

#cart.page.checkout .woocommerce-form-login .button {
  background-color: #26a1d8; }
  #cart.page.checkout .woocommerce-form-login .button:hover {
    background: #2f2f2f; }

#cart.page.checkout .woocommerce-form-login .lost_password a {
  font-size: 12px;
  color: #26a1d8; }
  #cart.page.checkout .woocommerce-form-login .lost_password a:hover {
    text-decoration: underline; }

#cart.page.checkout .woocommerce-form-login .woocommerce-form__label-for-checkbox.inline {
  display: none; }

#cart.page.checkout .woocommerce-form-login label {
  display: block;
  font-weight: bold; }

#cart.page.checkout #ss_wc_mailchimp_opt_in {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

#cart.page.checkout .checkout_coupon {
  padding: 10px 0px; }
  #cart.page.checkout .checkout_coupon .form-row {
    margin: 0;
    padding: 0;
    display: inline-block; }
    #cart.page.checkout .checkout_coupon .form-row #coupon_code {
      padding: 0 10px;
      line-height: 50px;
      margin: 0; }

#cart.page.checkout .woocommerce-error {
  background: #ffcfcf;
  margin: 10px 0;
  padding: 0; }
  #cart.page.checkout .woocommerce-error li {
    list-style: none;
    padding: 10px 20px; }

#cart.page.checkout .col-1, #cart.page.checkout .col-2 {
  width: 50%; }

#cart.page.checkout .flex-column.shipping-info .woocommerce-additional-fields {
  display: none; }

#cart.page.checkout .form-row.create-account {
  font-weight: bold; }

#cart.page.checkout div.create-account label {
  display: block;
  font-weight: bold; }
  #cart.page.checkout div.create-account label abbr {
    border-bottom: none;
    color: #ffcfcf; }

#cart.page.checkout div.create-account input {
  padding: 8px;
  width: 90%;
  display: block; }

#cart.page.checkout .woocommerce-billing-fields, #cart.page.checkout .woocommerce-shipping-fields, #cart.page.checkout .woocommerce-additional-checkout-fields, #cart.page.checkout .woocommerce-checkout-payment {
  width: 100%; }
  #cart.page.checkout .woocommerce-billing-fields .wc-payment-form .form-row input, #cart.page.checkout .woocommerce-shipping-fields .wc-payment-form .form-row input, #cart.page.checkout .woocommerce-additional-checkout-fields .wc-payment-form .form-row input, #cart.page.checkout .woocommerce-checkout-payment .wc-payment-form .form-row input {
    width: auto; }
  #cart.page.checkout .woocommerce-billing-fields .form-row, #cart.page.checkout .woocommerce-shipping-fields .form-row, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row, #cart.page.checkout .woocommerce-checkout-payment .form-row {
    display: block;
    width: 100%; }
    #cart.page.checkout .woocommerce-billing-fields .form-row.place-order, #cart.page.checkout .woocommerce-shipping-fields .form-row.place-order, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row.place-order, #cart.page.checkout .woocommerce-checkout-payment .form-row.place-order {
      margin: 0 0 30px; }
      #cart.page.checkout .woocommerce-billing-fields .form-row.place-order .button, #cart.page.checkout .woocommerce-shipping-fields .form-row.place-order .button, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row.place-order .button, #cart.page.checkout .woocommerce-checkout-payment .form-row.place-order .button {
        width: 50%;
        line-height: 50px; }
    #cart.page.checkout .woocommerce-billing-fields .form-row.notes label, #cart.page.checkout .woocommerce-shipping-fields .form-row.notes label, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row.notes label, #cart.page.checkout .woocommerce-checkout-payment .form-row.notes label {
      display: none; }
    #cart.page.checkout .woocommerce-billing-fields .form-row.notes textarea, #cart.page.checkout .woocommerce-billing-fields .form-row.notes input, #cart.page.checkout .woocommerce-shipping-fields .form-row.notes textarea, #cart.page.checkout .woocommerce-shipping-fields .form-row.notes input, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row.notes textarea, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row.notes input, #cart.page.checkout .woocommerce-checkout-payment .form-row.notes textarea, #cart.page.checkout .woocommerce-checkout-payment .form-row.notes input {
      width: 100%; }
    #cart.page.checkout .woocommerce-billing-fields .form-row label, #cart.page.checkout .woocommerce-shipping-fields .form-row label, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row label, #cart.page.checkout .woocommerce-checkout-payment .form-row label {
      display: block;
      font-weight: bold; }
      #cart.page.checkout .woocommerce-billing-fields .form-row label .required,
      #cart.page.checkout .woocommerce-billing-fields .form-row label abbr[title], #cart.page.checkout .woocommerce-shipping-fields .form-row label .required,
      #cart.page.checkout .woocommerce-shipping-fields .form-row label abbr[title], #cart.page.checkout .woocommerce-additional-checkout-fields .form-row label .required,
      #cart.page.checkout .woocommerce-additional-checkout-fields .form-row label abbr[title], #cart.page.checkout .woocommerce-checkout-payment .form-row label .required,
      #cart.page.checkout .woocommerce-checkout-payment .form-row label abbr[title] {
        border-bottom: none;
        color: #ffcfcf; }
    #cart.page.checkout .woocommerce-billing-fields .form-row .selection, #cart.page.checkout .woocommerce-shipping-fields .form-row .selection, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row .selection, #cart.page.checkout .woocommerce-checkout-payment .form-row .selection {
      display: none; }
    #cart.page.checkout .woocommerce-billing-fields .form-row .custom-select, #cart.page.checkout .woocommerce-shipping-fields .form-row .custom-select, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row .custom-select, #cart.page.checkout .woocommerce-checkout-payment .form-row .custom-select {
      width: 90%;
      display: block; }
    #cart.page.checkout .woocommerce-billing-fields .form-row input, #cart.page.checkout .woocommerce-billing-fields .form-row textarea, #cart.page.checkout .woocommerce-shipping-fields .form-row input, #cart.page.checkout .woocommerce-shipping-fields .form-row textarea, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row input, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row textarea, #cart.page.checkout .woocommerce-checkout-payment .form-row input, #cart.page.checkout .woocommerce-checkout-payment .form-row textarea {
      padding: 8px;
      width: 90%;
      display: block; }
      #cart.page.checkout .woocommerce-billing-fields .form-row input.input-checkbox, #cart.page.checkout .woocommerce-billing-fields .form-row textarea.input-checkbox, #cart.page.checkout .woocommerce-shipping-fields .form-row input.input-checkbox, #cart.page.checkout .woocommerce-shipping-fields .form-row textarea.input-checkbox, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row input.input-checkbox, #cart.page.checkout .woocommerce-additional-checkout-fields .form-row textarea.input-checkbox, #cart.page.checkout .woocommerce-checkout-payment .form-row input.input-checkbox, #cart.page.checkout .woocommerce-checkout-payment .form-row textarea.input-checkbox {
        display: inline-block;
        width: auto; }

#cart.page.checkout .shop_table {
  width: 100%; }
  #cart.page.checkout .shop_table th {
    font-weight: bold;
    text-align: left;
    padding: 10px; }
  #cart.page.checkout .shop_table .bundled_table_item td {
    padding: 0; }
  #cart.page.checkout .shop_table tr.shipping #shipping_method li {
    list-style: none; }
  #cart.page.checkout .shop_table .product-name .title {
    margin: 20px 0; }
  #cart.page.checkout .shop_table .product-name .bundled_table_item_indent .title {
    margin: 0 0 10px; }
  #cart.page.checkout .shop_table tfoot th {
    text-align: right; }
  #cart.page.checkout .shop_table td {
    padding: 10px;
    border-top: 1px solid #ececec; }
    #cart.page.checkout .shop_table td .bundled_table_item .bundled_table_item_indent {
      padding-left: 20px; }
    #cart.page.checkout .shop_table td .variation {
      font-size: 12px;
      margin: 10px; }
      #cart.page.checkout .shop_table td .variation span {
        display: inline-block; }
        #cart.page.checkout .shop_table td .variation span p {
          margin: 0; }
    #cart.page.checkout .shop_table td dl {
      width: 100%;
      padding: 0;
      margin: 0; }
      #cart.page.checkout .shop_table td dl.variation dt {
        display: inline-block;
        width: 50%;
        padding: 0;
        margin: 0; }
      #cart.page.checkout .shop_table td dl.variation dd {
        display: inline-block;
        width: 50%;
        padding: 0;
        margin: 0; }
    #cart.page.checkout .shop_table td dt {
      display: inline-block;
      width: auto;
      padding: 0;
      margin: 0; }
    #cart.page.checkout .shop_table td dd {
      display: inline-block;
      width: auto;
      padding: 0;
      margin: 0; }
      #cart.page.checkout .shop_table td dd p {
        margin: 0; }

#cart.page.checkout .woocommerce-checkout-payment ul.payment_methods {
  margin: 0;
  padding: 0; }
  #cart.page.checkout .woocommerce-checkout-payment ul.payment_methods li {
    border-top: 1px solid #ececec;
    list-style: none;
    padding: 20px 0; }
  #cart.page.checkout .woocommerce-checkout-payment ul.payment_methods .woocommerce-error li {
    padding: 10px; }

#cart.page.checkout .woocommerce-thankyou-order-details {
  margin: 0;
  padding: 0; }
  #cart.page.checkout .woocommerce-thankyou-order-details li {
    border-top: 1px solid #ececec;
    list-style: none;
    padding: 20px 0; }

#cart.page.checkout .addresses {
  font-size: 0px;
  margin: 0 0 60px; }
  #cart.page.checkout .addresses .col-1, #cart.page.checkout .addresses .col-2 {
    width: 50%;
    font-size: 14px;
    padding: 10px;
    display: inline-block; }

.popupshop_form .content {
  background: #FFF;
  padding: 20px;
  border-radius: 5px; }

.popupshop_form .form-field {
  width: 99%; }

.popupshop_form .custom-select {
  background: #f4f4f4; }
  .popupshop_form .custom-select:after {
    background: url(assets/images/icon-arrow-circle-white.svg) center center #2f2f2f no-repeat;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -1px; }
  .popupshop_form .custom-select .selectize-input {
    padding: 8px 0; }
    .popupshop_form .custom-select .selectize-input input,
    .popupshop_form .custom-select .selectize-input .item {
      padding: 0 8px !important; }
    .popupshop_form .custom-select .selectize-input:after {
      display: none; }

.popupshop_form p {
  text-align: left; }
  .popupshop_form p.text-right {
    text-align: right; }
  .popupshop_form p .button.disabled, .popupshop_form p input.disabled {
    opacity: 0;
    pointer-events: none; }
  .popupshop_form p a {
    color: #FFF;
    margin: 0 10px 0 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .popupshop_form p a:hover {
      border-bottom: 1px solid #FFF; }
    .popupshop_form p a.button {
      border: none; }

.popupshop_form .password-input {
  line-height: 20px;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #e1e1e1;
  outline: none;
  padding: 10px;
  color: #c3c3c3;
  box-sizing: border-box;
  font-size: 16px;
  color: #303030;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
  line-height: 18px; }
  .popupshop_form .password-input.error {
    border-color: #FF0000; }

#ajax-content {
  width: 100%; }

.bundle-preview {
  display: inline-block;
  font-size: 16px;
  list-style: none;
  vertical-align: top;
  text-align: center;
  margin: 40px 0; }
  .bundle-preview .bundle-header {
    padding: 40px 20px 10px; }
    .bundle-preview .bundle-header h2 {
      text-transform: uppercase;
      color: #484848;
      font-size: 22px; }
    .bundle-preview .bundle-header p .price {
      font-size: 20px; }
  .bundle-preview p {
    color: #b6b6b6;
    margin-top: 5px; }
    .bundle-preview p .price ins {
      background: #26a1d8;
      color: #FFF; }
  .bundle-preview .image-widget {
    padding: 10px 20px;
    min-height: 200px; }
    .bundle-preview .image-widget .image-thumbnails img {
      border: 1px solid #dddddd;
      width: 50px;
      height: 50px;
      cursor: pointer; }
  .bundle-preview img {
    max-width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
    .bundle-preview img:hover {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .bundle-preview .bundle-info h3 {
    color: #484848;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px; }
  .bundle-preview .bundle-info ul {
    margin: 0;
    padding: 0; }
    .bundle-preview .bundle-info ul li {
      list-style: none;
      padding: 10px;
      color: #484848;
      font-size: 14px;
      font-weight: bold; }
      .bundle-preview .bundle-info ul li:nth-of-type(odd) {
        background: #ebebeb; }

.product-page.popupshop-product {
  padding: 0; }
  @media (max-width: 1024px) {
    .product-page.popupshop-product {
      padding-bottom: 80px; } }
  @media (max-width: 768px) {
    .product-page.popupshop-product {
      padding-bottom: 140px; } }
  .product-page.popupshop-product .selectize-input {
    padding: 20px;
    font-size: 16px;
    color: #303030; }
    .product-page.popupshop-product .selectize-input input {
      font-size: 16px;
      color: #303030; }
  .product-page.popupshop-product h1 .button {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 18px;
    float: right;
    vertical-align: middle;
    margin: 0 10px; }
  .product-page.popupshop-product h3 {
    font-size: 20px;
    line-height: 22px;
    color: #484848;
    text-transform: uppercase;
    display: block;
    margin: 0; }
    .product-page.popupshop-product h3 .required {
      border-bottom: none; }
  .product-page.popupshop-product .player-information h3 {
    margin: 0 10px; }
  .product-page.popupshop-product .player-information p {
    display: block;
    font-size: 12px;
    margin: 10px 10px 0; }
  .product-page.popupshop-product .player-information .player-data {
    padding: 20px 10px; }

.product-page .toggle-popupshop-related-products {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  cursor: pointer; }
  .product-page .toggle-popupshop-related-products:hover {
    color: #26a1d8; }
    .product-page .toggle-popupshop-related-products:hover span {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
  .product-page .toggle-popupshop-related-products.active {
    color: #26a1d8; }
    .product-page .toggle-popupshop-related-products.active span {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .product-page .toggle-popupshop-related-products span {
    height: 30px;
    width: 30px;
    margin: 0 10px -6px;
    padding: 0px;
    display: inline-block;
    border-radius: 50%;
    color: #FFF;
    font-size: 0px;
    text-indent: -999em;
    background: url("assets/images/icon-arrow-circle-black.svg") center center transparent;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #26a1d8;
    background-color: #f6f6f6;
    z-index: 400;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.product-page .pop-up-shop {
  padding: 30px; }
  @media (max-width: 768px) {
    .product-page .pop-up-shop {
      padding: 10px; } }
  .product-page .pop-up-shop h1 {
    font-size: 32px;
    line-height: 40px;
    color: #484848;
    margin: 15px 0;
    color: #484848;
    padding: 0 0 20px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 20px; }
  .product-page .pop-up-shop h2 {
    font-size: 30px;
    line-height: 40px;
    color: #484848;
    margin: 15px 0;
    color: #484848; }
    @media (max-width: 1024px) {
      .product-page .pop-up-shop h2 {
        font-size: 22px; } }
  .product-page .pop-up-shop .cart.bundle_form .bundle_up {
    font-size: 0px;
    width: 100%;
    padding: 10px 10px 30px; }
    .product-page .pop-up-shop .cart.bundle_form .bundle_up .variations .attribute-options {
      display: block;
      width: 90%; }
    .product-page .pop-up-shop .cart.bundle_form .bundle_up.required {
      background: #ececec;
      background: #dddddd;
      border-left: 6px solid #26a1d8; }
      .product-page .pop-up-shop .cart.bundle_form .bundle_up.required .variations .attribute-options {
        display: inline-block;
        width: 40%; }
        @media (max-width: 1024px) {
          .product-page .pop-up-shop .cart.bundle_form .bundle_up.required .variations .attribute-options {
            width: 100%; } }
  .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary {
    padding: 10px; }
    .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .bundled_product_images {
      float: none;
      margin: 0;
      width: 100px;
      display: inline-block; }
      .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .bundled_product_images a {
        margin: 0 auto; }
    .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .details {
      display: inline-block;
      padding: 0;
      float: none;
      width: calc(100% - 100px);
      font-size: 16px;
      vertical-align: top; }
      .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .details ul {
        padding: 0 0 30px 20px;
        list-style: disc; }
        .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .details ul li {
          border-bottom: 1px solid #e1e1e1;
          padding: 0;
          margin: 0;
          font-size: 14px; }
      .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .details .woocommerce-variation-price {
        margin: 0;
        padding: 0; }
      .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .details .product_title {
        margin: 10px 0; }
        .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .details .product_title .optional {
          display: block;
          font-size: 12px;
          text-transform: capitalize;
          font-weight: normal; }
      .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .details .variations .label {
        font-size: 14px;
        font-weight: bold; }
        .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .details .variations .label .required {
          border-bottom: none; }
      .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .details .quantity {
        font-size: 0px;
        margin: 10px 0 0; }
        .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .details .quantity button {
          display: inline-block;
          width: 40px;
          line-height: 40px;
          font-size: 16px;
          padding: 0;
          vertical-align: top; }
        .product-page .pop-up-shop .cart.bundle_form .bundled_product_summary .details .quantity input {
          display: inline-block;
          width: 40px;
          padding: 9px;
          text-align: center;
          line-height: 20px;
          margin: 0;
          font-size: 16px;
          border: 1px solid #d0d0d0; }
  .product-page .pop-up-shop .cart.bundle_form p.price, .product-page .pop-up-shop .cart.bundle_form span.price {
    color: #26a1d8 !important;
    font-size: 20px !important;
    line-height: 24px !important; }
  .product-page .pop-up-shop .cart.bundle_form .bundle_wrap {
    width: 100%;
    color: #919191;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 300;
    padding: 0 10px; }
    .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_error {
      display: none !important; }
      .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_error .woocommerce-info li {
        border-bottom: none;
        padding: 0;
        margin: 0; }
    .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_price {
      text-align: right;
      padding: 0 30px;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      @media (max-width: 480px) {
        .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_price {
          padding: 0 15px; } }
      .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_price p {
        margin: 0 !important;
        line-height: 80px !important;
        font-size: 30px !important; }
        @media (max-width: 480px) {
          .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_price p {
            line-height: 60px !important;
            font-size: 18px !important; } }
    .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle-button {
      display: inline-block;
      cursor: pointer; }
      @media (max-width: 768px) {
        .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle-button {
          width: 100%;
          display: block; } }
      .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle-button .button.disabled {
        pointer-events: none; }
    .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_button {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      text-align: left; }
      .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_button .quantity {
        display: inline-block;
        display: none; }
      .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_button .bundle_add_to_cart_button {
        padding: 0 60px !important;
        line-height: 80px !important;
        font-size: 20px; }
        @media (max-width: 768px) {
          .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_button .bundle_add_to_cart_button {
            width: 100%;
            padding: 0px !important; } }
        @media (max-width: 480px) {
          .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_button .bundle_add_to_cart_button {
            font-size: 18px !important;
            line-height: 60px !important; } }
    .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_info {
      padding: 10px; }
      @media (max-width: 768px) {
        .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_info {
          padding: 0; } }
      .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_info h2 {
        color: #FFF;
        margin: 0;
        line-height: 60px; }
        @media (max-width: 480px) {
          .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_info h2 {
            font-size: 18px !important; } }
        .product-page .pop-up-shop .cart.bundle_form .bundle_wrap .bundle_info h2 img {
          width: 60px;
          display: inline-block;
          vertical-align: top;
          margin: 0 10px 0 0; }

.bundled_product .cart .variations a.reset_variations {
  display: none !important; }

#quick-shop {
  background: #1d1d1d;
  background: rgba(29, 29, 29, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 999;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  overflow-y: auto;
  overflow-x: hidden; }
  #quick-shop .content {
    margin: 55px auto;
    width: 90%;
    background: #FFF;
    overflow-x: hidden;
    overflow-y: auto; }
  #quick-shop.active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  #quick-shop .close {
    position: absolute;
    top: 50px;
    right: 50px;
    margin: 0 0 0 -30px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: transparent;
    font-size: 0;
    text-indent: -999em;
    background: url("assets/images/icon-close-white.svg") center center #26a1d8;
    background-repeat: no-repeat;
    background-size: 25px;
    z-index: 100;
    transition: 0.3s;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 40px; }
    #quick-shop .close:hover {
      background-color: #1c7ba6; }

.woocommerce-message {
  background: #26a1d8;
  color: #FFF;
  padding: 20px; }
  .woocommerce-message .button {
    color: #FFF;
    background: #2f2f2f;
    margin: 0 10px 0 0; }
    .woocommerce-message .button:hover {
      background: #FFF;
      color: #2f2f2f; }

body.category-blog {
  background-color: #f4f4f4; }

.blog-grid {
  margin: 20px 4% 60px; }
  .blog-grid .grid-sizer,
  .blog-grid .post {
    width: 22%; }
    @media (max-width: 768px) {
      .blog-grid .grid-sizer,
      .blog-grid .post {
        width: 48%; } }
    @media (max-width: 480px) {
      .blog-grid .grid-sizer,
      .blog-grid .post {
        width: 100%; } }
    .blog-grid .grid-sizer.featured,
    .blog-grid .post.featured {
      width: 48%; }
      @media (max-width: 480px) {
        .blog-grid .grid-sizer.featured,
        .blog-grid .post.featured {
          width: 100%; } }
  .blog-grid .gutter-sizer {
    width: 2%; }
  .blog-grid .post {
    background: #FFF;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
    border-bottom: 4px solid #FFF;
    -webkit-transition: 0s;
    transition: 0s; }
    .blog-grid .post:hover {
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
      border-bottom: 4px solid #26a1d8; }
      .blog-grid .post:hover a {
        color: #26a1d8; }
    .blog-grid .post img {
      max-width: 100%;
      display: block; }
    .blog-grid .post a {
      color: #000;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .blog-grid .post a h2 {
        padding: 0 20px;
        margin: 20px 0;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        color: #2f2f2f; }
    .blog-grid .post p {
      padding: 0 20px;
      margin: 20px 0;
      font-size: 14px;
      font-weight: 300;
      color: #666; }

.article {
  text-align: center;
  margin: 30px 0 60px;
  /* Table Styling */
  /* Definition List */ }
  @media (max-width: 768px) {
    .article {
      margin: 30px 10px 60px; } }
  .article.typeform {
    max-width: 1440px;
    margin: 30px auto 0; }
    .article.typeform table {
      width: 100%;
      max-width: 100%;
      border: none; }
      .article.typeform table td {
        border: none;
        vertical-align: top;
        width: 50%; }
        .article.typeform table td .gform_wrapper ul.gform_fields {
          max-width: 100%; }
        @media (max-width: 768px) {
          .article.typeform table td {
            width: 100%; } }
        .article.typeform table td img {
          width: 100%; }
        @media (max-width: 768px) {
          .article.typeform table td {
            display: block; } }
  .article iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 400px; }
  .article .addthis_inline_share_toolbox {
    margin: 60px 0 0; }
  .article .wp-caption.aligncenter {
    margin: 0 auto; }
  .article .wp-caption p {
    max-width: none;
    width: 100%;
    font-size: 14px;
    color: #72858d;
    margin: 10px 20px 20px; }
  .article .post-gallery .swiper-slide img {
    display: block; }
  .article ol, .article ul, .article dl, .article p, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article table, .article pre {
    max-width: 768px;
    margin: 25px auto;
    text-align: left; }
    @media (max-width: 768px) {
      .article ol, .article ul, .article dl, .article p, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article table, .article pre {
        max-width: 90%; } }
    @media (max-width: 480px) {
      .article ol, .article ul, .article dl, .article p, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article table, .article pre {
        margin: 15px 10px; } }
  .article li {
    line-height: 24px; }
  .article ol ol, .article ul ul {
    margin: 0; }
  .article table {
    width: 100%; }
  .article blockquote {
    padding: 5px 25px 5px 0;
    font-style: italic; }
  .article blockquote p {
    border-left: 2px solid #eee;
    padding-left: 25px; }
  .article table {
    border-top: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4; }
  .article table th {
    background: #efefef; }
  .article table td, .article table th {
    border-bottom: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    padding: 5px 7px; }
  .article dt {
    margin: 0;
    padding: 0;
    font-weight: bold; }
  .article dd {
    padding: 0; }
  .article p {
    color: #666;
    font-weight: 300;
    line-height: 25px;
    font-size: 18px; }
    .article p.date {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0 auto; }
      @media (max-width: 480px) {
        .article p.date {
          margin: 0 10px; } }
  .article h1 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 36px; }
  .article h2 {
    font-size: 30px;
    line-height: 30px; }
  .article h3 {
    font-size: 26px;
    line-height: 28px; }
  .article a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #26a1d8; }
    .article a:hover {
      color: #42cecc; }
  .article img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto; }

.related {
  background-color: #f4f4f4;
  margin: 0;
  padding: 30px 0;
  text-align: center; }
  .related h2 {
    text-transform: uppercase; }
  .related .blog-grid {
    text-align: center;
    margin: 30px 4% 60px; }

.fixed-widget {
  width: 390px;
  background: #1d1d1d;
  color: #919191;
  position: fixed;
  top: 90px;
  right: 0;
  text-align: center;
  padding: 10px 20px 20px;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 300; }
  @media (max-width: 768px) {
    .fixed-widget {
      width: 100%;
      max-height: calc(100vh - 90px); } }
  .fixed-widget .scroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 158px - 105px - 41px); }
    @media (max-width: 768px) {
      .fixed-widget .scroll {
        max-height: calc(100vh - 227px); } }
  .fixed-widget.active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.woocommerce-account div.woocommerce {
  width: 100%;
  margin: 0 auto; }
  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation {
    background-color: #e8e8e8; }
    .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul {
      text-align: center; }
      .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li {
        display: inline-block; }
        .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li a {
          display: inline-block;
          padding: 10px;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #a2a2a2;
          padding: 20px;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          border-bottom: 3px solid #e8e8e8;
          font-size: 14px; }
          .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
            color: #484848; }
        .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
          display: none; }
        .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
          color: #26a1d8;
          border-bottom: 3px solid #26a1d8; }
  .woocommerce-account div.woocommerce .woocommerce-MyAccount-content {
    padding: 10px 30px 30px;
    max-width: 1024px;
    margin: 0 auto;
    font-weight: 300;
    color: #666; }
    .woocommerce-account div.woocommerce .woocommerce-MyAccount-content ul.payment_methods {
      list-style: none;
      padding: 0;
      margin: 0; }
      .woocommerce-account div.woocommerce .woocommerce-MyAccount-content ul.payment_methods li #payment_method_stripe {
        display: none; }
    .woocommerce-account div.woocommerce .woocommerce-MyAccount-content mark {
      background: transparent;
      color: #2f2f2f;
      font-style: italic;
      font-weight: bold; }
    .woocommerce-account div.woocommerce .woocommerce-MyAccount-content a {
      color: #26a1d8;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .woocommerce-account div.woocommerce .woocommerce-MyAccount-content a:hover {
        color: #484848; }
      .woocommerce-account div.woocommerce .woocommerce-MyAccount-content a.woocommerce-Button {
        color: #FFF; }
        .woocommerce-account div.woocommerce .woocommerce-MyAccount-content a.woocommerce-Button:hover {
          color: #484848; }
    .woocommerce-account div.woocommerce .woocommerce-MyAccount-content .button {
      background: #26a1d8;
      color: #FFF; }
      .woocommerce-account div.woocommerce .woocommerce-MyAccount-content .button:hover {
        background: #1c7ba6;
        color: #FFF; }
    .woocommerce-account div.woocommerce .woocommerce-MyAccount-content .shop_table {
      width: 100%; }
      .woocommerce-account div.woocommerce .woocommerce-MyAccount-content .shop_table th {
        font-weight: bold;
        text-align: left;
        padding: 10px; }
      .woocommerce-account div.woocommerce .woocommerce-MyAccount-content .shop_table td {
        padding: 10px;
        border-top: 1px solid #ececec; }
      .woocommerce-account div.woocommerce .woocommerce-MyAccount-content .shop_table .variation {
        font-size: 12px;
        margin: 10px; }
        .woocommerce-account div.woocommerce .woocommerce-MyAccount-content .shop_table .variation span {
          display: inline-block; }
          .woocommerce-account div.woocommerce .woocommerce-MyAccount-content .shop_table .variation span p {
            margin: 0; }
    .woocommerce-account div.woocommerce .woocommerce-MyAccount-content form textarea,
    .woocommerce-account div.woocommerce .woocommerce-MyAccount-content form input {
      padding: 10px; }
      .woocommerce-account div.woocommerce .woocommerce-MyAccount-content form textarea.button,
      .woocommerce-account div.woocommerce .woocommerce-MyAccount-content form input.button {
        background: #26a1d8;
        padding: 12px 30px;
        margin: 0 0 20px; }
        .woocommerce-account div.woocommerce .woocommerce-MyAccount-content form textarea.button:hover,
        .woocommerce-account div.woocommerce .woocommerce-MyAccount-content form input.button:hover {
          background: #1c7ba6; }
    .woocommerce-account div.woocommerce .woocommerce-MyAccount-content form label {
      display: block;
      font-weight: bold; }

#account-menu ul.menu {
  padding: 0;
  margin: 0; }
  #account-menu ul.menu li {
    list-style: none; }
    #account-menu ul.menu li a {
      color: #FFF;
      font-size: 18px;
      line-height: 40px;
      text-align: left;
      display: block;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      padding: 0 15px; }
      #account-menu ul.menu li a:hover {
        color: #26a1d8; }

.woocommerce-account .woocommerce-error {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 0;
  background: #ffd9d6; }
  .woocommerce-account .woocommerce-error li {
    list-style: none;
    padding: 10px 20px; }

.woocommerce-account #customer_login {
  font-size: 0px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 20px; }
  .woocommerce-account #customer_login .col-1, .woocommerce-account #customer_login .col-2 {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .woocommerce-account #customer_login .col-1, .woocommerce-account #customer_login .col-2 {
        width: 100%; } }
  .woocommerce-account #customer_login a {
    color: #26a1d8; }
    .woocommerce-account #customer_login a:hover {
      color: #2f2f2f; }
  .woocommerce-account #customer_login .wc-social-login a {
    color: #FFF; }
  .woocommerce-account #customer_login form textarea,
  .woocommerce-account #customer_login form input {
    padding: 10px; }
    .woocommerce-account #customer_login form textarea.button,
    .woocommerce-account #customer_login form input.button {
      background: #26a1d8;
      padding: 12px 30px;
      margin: 0 0 20px; }
      .woocommerce-account #customer_login form textarea.button:hover,
      .woocommerce-account #customer_login form input.button:hover {
        background: #1c7ba6; }
  .woocommerce-account #customer_login form label {
    display: block;
    font-weight: bold; }

.woo-multi-currency.wmc-shortcode.plain-horizontal {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: auto; }
  @media (max-width: 768px) {
    .woo-multi-currency.wmc-shortcode.plain-horizontal {
      margin: 0; } }
  @media (max-width: 640px) {
    .woo-multi-currency.wmc-shortcode.plain-horizontal {
      position: absolute;
      right: 0;
      top: 90px;
      margin: 0;
      background: #1d1d1d;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .woo-multi-currency.wmc-shortcode.plain-horizontal.visible {
        opacity: 1;
        pointer-events: auto; } }
  .woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency {
    display: inline-block;
    font-size: 0;
    margin: 0;
    padding: 0; }
    @media (max-width: 640px) {
      .woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency {
        margin: 10px; } }
    @media (max-width: 768px) {
      .woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency {
        margin: 30px 0; } }
    .woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency a {
      display: block;
      border: none;
      border-radius: 0px;
      -webkit-transition: all 150ms ease;
      transition: all 150ms ease;
      padding: 0 6px 0 8px;
      margin: 0;
      line-height: 23px;
      font-size: 12px;
      color: #797979;
      font-weight: normal;
      letter-spacing: 3px; }
    .woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency:hover a {
      color: #FFF; }
    .woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency.active a {
      background: #585858;
      color: #FFF;
      font-weight: normal;
      border-radius: 40px; }

ul.mobile-menu {
  display: none;
  padding: 0;
  margin: 0;
  vertical-align: top; }
  @media (max-width: 1024px) {
    ul.mobile-menu {
      display: inline-block; } }
  ul.mobile-menu li {
    list-style: none;
    display: inline-block; }
    ul.mobile-menu li a {
      color: #FFF;
      font-size: 18px;
      display: block;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      width: 60px;
      line-height: 90px;
      color: transparent;
      font-size: 0;
      text-indent: -999em; }
      ul.mobile-menu li a.mobile-menu {
        background: url("assets/images/icon-navicon.svg") center center transparent;
        background-repeat: no-repeat;
        background-size: 25px; }

#featured-slider {
  overflow: hidden;
  height: 450px;
  height: 90vh;
  height: calc(90vh - 90px);
  background: #1d1d1d; }
  #featured-slider .swiper-wrapper {
    height: 450px;
    height: calc(90vh - 90px); }
    #featured-slider .swiper-wrapper .swiper-slide {
      height: 450px;
      height: calc(90vh - 90px); }
  #featured-slider.autoplay-disabled .swiper-wrapper .swiper-slide video {
    display: none !important; }
  @media (max-width: 767px) {
    #featured-slider {
      height: 350px; }
      #featured-slider .swiper-wrapper {
        height: 350px; }
        #featured-slider .swiper-wrapper .swiper-slide {
          height: 350px; } }
  @media (max-width: 479px) {
    #featured-slider {
      height: 300px; }
      #featured-slider .swiper-wrapper {
        height: 300px; }
        #featured-slider .swiper-wrapper .swiper-slide {
          height: 300px; } }
  #featured-slider.full {
    height: calc(100vh - 90px - 53px); }
    #featured-slider.full .swiper-wrapper {
      height: calc(100vh - 90px - 53px); }
      #featured-slider.full .swiper-wrapper .swiper-slide {
        height: calc(100vh - 90px - 53px); }
  #featured-slider:hover .block.slider-pager {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  #featured-slider:hover .block.slider .slide:before {
    background: rgba(0, 0, 0, 0.2); }
  #featured-slider .swiper-wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
    #featured-slider .swiper-wrapper.active {
      opacity: 1; }
    #featured-slider .swiper-wrapper .swiper-slide {
      position: relative;
      width: 100%; }
      #featured-slider .swiper-wrapper .swiper-slide:hover .overlay {
        padding: 0 0 0 80px;
        width: 70%;
        z-index: 300; }
      #featured-slider .swiper-wrapper .swiper-slide.dim-bg-image .slide-image:before {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media (max-width: 768px) {
          #featured-slider .swiper-wrapper .swiper-slide.dim-bg-image .slide-image:before {
            background: rgba(0, 0, 0, 0.5); } }
      #featured-slider .swiper-wrapper .swiper-slide.media-only:before {
        display: none; }
      #featured-slider .swiper-wrapper .swiper-slide .slide-image {
        height: 100%;
        background-position: 50% 0;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover; }
      #featured-slider .swiper-wrapper .swiper-slide img {
        display: block;
        min-width: 100%;
        height: auto;
        z-index: 200;
        min-height: 450px; }
      #featured-slider .swiper-wrapper .swiper-slide video {
        /* Make video to at least 100% wide and tall */
        min-width: 100%;
        min-height: 100%;
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: auto;
        height: auto;
        /* Center the video */
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      #featured-slider .swiper-wrapper .swiper-slide *::-webkit-media-controls-panel {
        display: none !important;
        -webkit-appearance: none; }
      #featured-slider .swiper-wrapper .swiper-slide *::--webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none; }
      #featured-slider .swiper-wrapper .swiper-slide *::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none; }
      #featured-slider .swiper-wrapper .swiper-slide .centered {
        z-index: 200; }
      #featured-slider .swiper-wrapper .swiper-slide .overlay {
        padding: 0 0 0 80px;
        width: 75%;
        z-index: 300;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #featured-slider .swiper-wrapper .swiper-slide .overlay.align-center {
          width: 80%;
          margin: 0 auto;
          padding: 0;
          text-align: center; }
        #featured-slider .swiper-wrapper .swiper-slide .overlay.align-left {
          text-align: left;
          width: 75%;
          margin: 0;
          padding: 0 0 0 80px; }
          @media (max-width: 480px) {
            #featured-slider .swiper-wrapper .swiper-slide .overlay.align-left {
              padding: 0 0 0 40px; } }
        #featured-slider .swiper-wrapper .swiper-slide .overlay.align-right {
          text-align: right;
          width: 70%;
          margin: 0;
          padding: 0 80px 0 0; }
          @media (max-width: 480px) {
            #featured-slider .swiper-wrapper .swiper-slide .overlay.align-right {
              padding: 0 40px 0 0; } }
        @media (max-width: 1024px) {
          #featured-slider .swiper-wrapper .swiper-slide .overlay {
            width: 90%;
            padding: 0;
            margin: 0 auto; } }
        #featured-slider .swiper-wrapper .swiper-slide .overlay.popup {
          padding: 0;
          width: 50%;
          z-index: 300;
          margin: 0 auto; }
          @media (max-width: 768px) {
            #featured-slider .swiper-wrapper .swiper-slide .overlay.popup {
              width: 90%; } }
        #featured-slider .swiper-wrapper .swiper-slide .overlay h2 {
          color: #FFF;
          font-size: 88px;
          line-height: 77px;
          font-weight: 100;
          margin: 0 0 20px; }
          #featured-slider .swiper-wrapper .swiper-slide .overlay h2 strong {
            font-weight: bold; }
          @media (max-width: 1440px) {
            #featured-slider .swiper-wrapper .swiper-slide .overlay h2 {
              font-size: 77px;
              line-height: 66px; } }
          @media (max-width: 1024px) {
            #featured-slider .swiper-wrapper .swiper-slide .overlay h2 {
              font-size: 66px;
              line-height: 55px; } }
          @media (max-width: 768px) {
            #featured-slider .swiper-wrapper .swiper-slide .overlay h2 {
              font-size: 44px;
              line-height: 40px; } }
          @media (max-width: 480px) {
            #featured-slider .swiper-wrapper .swiper-slide .overlay h2 {
              font-size: 34px;
              line-height: 30px;
              margin: 0 0 10px; } }
          #featured-slider .swiper-wrapper .swiper-slide .overlay h2 img {
            width: 60px;
            display: inline-block;
            min-width: 60px;
            height: auto;
            min-height: auto;
            vertical-align: bottom;
            margin: 0 10px 0 0; }
            @media (max-width: 1024px) {
              #featured-slider .swiper-wrapper .swiper-slide .overlay h2 img {
                display: block;
                margin: 10px auto; } }
        #featured-slider .swiper-wrapper .swiper-slide .overlay p {
          color: #FFF;
          font-size: 18px;
          line-height: 18px; }
          @media (max-width: 480px) {
            #featured-slider .swiper-wrapper .swiper-slide .overlay p {
              font-size: 16px;
              line-height: 18px; } }
          #featured-slider .swiper-wrapper .swiper-slide .overlay p strong {
            font-weight: bold; }
          #featured-slider .swiper-wrapper .swiper-slide .overlay p.copy {
            opacity: 0.5; }
          #featured-slider .swiper-wrapper .swiper-slide .overlay p.buttons {
            margin: 30px 0 10px; }
  @media (max-width: 1024px) {
    #featured-slider.popupshop-header .swiper-wrapper .swiper-slide .overlay h2 {
      font-size: 24px;
      line-height: 42px;
      text-align: center; } }
  @media (max-width: 1024px) {
    #featured-slider.popupshop-header .col-50 {
      width: 100%;
      margin: 10px 0; } }
  #featured-slider .swiper-pagination {
    left: 40px;
    top: auto;
    bottom: 30px;
    right: auto; }
    @media (max-width: 640px) {
      #featured-slider .swiper-pagination {
        display: none; } }
  @media (min-width: 768px) {
    #featured-slider .swiper-container-horizontal .swiper-pagination {
      right: 65px;
      top: 40%;
      left: auto;
      bottom: auto;
      -webkit-transform: translate3d(0px, -40%, 0);
      -ms-transform: translate3d(0px, -40%, 0);
      transform: translate3d(0px, -40%, 0); }
      #featured-slider .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullets {
        right: 65px;
        top: 40%;
        -webkit-transform: translate3d(0px, -40%, 0);
        -ms-transform: translate3d(0px, -40%, 0);
        transform: translate3d(0px, -40%, 0); }
      #featured-slider .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
        margin: 10px 5px !important;
        display: block !important; } }
  #featured-slider .block.slider-pager {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.65+99 */
    background: -webkit-linear-gradient(left, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to right, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    height: 100%;
    z-index: 250;
    margin: 0;
    padding: 80px 0 0;
    text-align: right; }
    @media (max-width: 1024px) {
      #featured-slider .block.slider-pager {
        display: none; } }
    #featured-slider .block.slider-pager li {
      font-size: 10px;
      color: #cecece;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      list-style-type: decimal-leading-zero;
      list-style-position: inside;
      padding: 20px 40px 20px 0; }
      #featured-slider .block.slider-pager li span {
        font-size: 22px;
        display: inline-block;
        padding: 0 0 0 10px; }
      #featured-slider .block.slider-pager li:hover, #featured-slider .block.slider-pager li.active {
        color: #26a1d8;
        cursor: pointer; }
  #featured-slider .section-scroll {
    position: absolute;
    bottom: 110px;
    right: -40px;
    z-index: 100;
    color: #FFF;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 3px; }
    @media (max-width: 768px) {
      #featured-slider .section-scroll {
        bottom: 10px;
        right: 50%;
        margin: 0 -25px 0 0; }
        #featured-slider .section-scroll .label {
          display: none; } }
    #featured-slider .section-scroll .label a {
      text-transform: uppercase;
      color: #FFF; }
    #featured-slider .section-scroll .icon {
      display: inline-block;
      width: 50px;
      height: 50px;
      vertical-align: middle;
      margin: -3px 0 0 0;
      opacity: .6;
      -webkit-transition: .3s;
      transition: .3s; }
      #featured-slider .section-scroll .icon.icon-arrow-white-transparent {
        background: url("assets/images/icon-arrow-white.svg") center center transparent;
        background-size: cover; }
    #featured-slider .section-scroll:hover .icon {
      opacity: 1; }

.information-blocks .info-block .box {
  text-align: center;
  padding: 60px 30px; }
  .information-blocks .info-block .box img {
    max-width: 100px; }
  .information-blocks .info-block .box h2 {
    color: #484848; }
  .information-blocks .info-block .box p {
    color: #7a7a7a;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300; }
    .information-blocks .info-block .box p .button {
      margin: 20px 0 0; }
      .information-blocks .info-block .box p .button.outline {
        background: transparent;
        border: 1px solid #2f2f2f;
        color: #2f2f2f; }
        .information-blocks .info-block .box p .button.outline:hover {
          background: #2f2f2f;
          border: 1px solid #2f2f2f;
          color: #FFF; }

.information-blocks.bg-black {
  background-color: #1d1d1d; }
  .information-blocks.bg-black .info-block .box h2 {
    color: #FFF; }
  .information-blocks.bg-black .info-block .box p {
    color: #FFF; }
  .information-blocks.bg-black .info-block .box .button.outline {
    border: 1px solid #FFF;
    color: #FFF; }
    .information-blocks.bg-black .info-block .box .button.outline:hover {
      background: #FFF;
      border: 1px solid #FFF;
      color: #2f2f2f; }

.copy-block {
  padding: 100px 0; }
  @media (max-width: 640px) {
    .copy-block {
      padding: 50px 0; } }
  .copy-block h2 {
    color: #484848;
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    line-height: 40px; }
  .copy-block p {
    color: #7a7a7a;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal; }
  .copy-block.bg-black {
    background-color: #2f2f2f; }
    .copy-block.bg-black h2 {
      color: #FFF; }
    .copy-block.bg-black p {
      color: #FFF; }
  .copy-block.bg-grey {
    background-color: #f0f0f0; }

.image-slider .swiper-slide img {
  max-width: 100%; }

@media (max-width: 640px) {
  .image-slider .swiper-button-prev {
    left: 10px; } }

@media (max-width: 640px) {
  .image-slider .swiper-button-next {
    right: 10px; } }

.split-media-copy .swiper-container {
  width: 100%;
  height: 100%; }

.split-media-copy .image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  .split-media-copy .image .image-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: none;
    background-position: center !important; }
    .split-media-copy .image .image-section.parallax {
      background-attachment: fixed; }
      @media (max-width: 1023px) {
        .split-media-copy .image .image-section.parallax {
          background-image: none  !important; } }
      .split-media-copy .image .image-section.parallax img {
        opacity: 0; }
        @media (max-width: 1023px) {
          .split-media-copy .image .image-section.parallax img {
            opacity: 1; } }
    .split-media-copy .image .image-section img {
      max-width: 100%;
      display: block;
      width: 100%; }

.split-media-copy .content {
  padding: 0 100px; }
  @media (max-width: 1440px) {
    .split-media-copy .content {
      padding: 0 20px; } }
  @media (max-width: 1024px) {
    .split-media-copy .content {
      padding: 0px; } }

.split-media-copy .copy {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background-color: #FFF;
  text-align: center; }
  .split-media-copy .copy .icon {
    display: inline-block;
    padding: 10px; }
  .split-media-copy .copy.text-center {
    text-align: center; }
  .split-media-copy .copy.text-left {
    text-align: left; }
  .split-media-copy .copy.text-right {
    text-align: right; }
  .split-media-copy .copy h2 {
    color: #2c2c2c;
    font-size: 66px;
    line-height: 56px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase; }
    @media (max-width: 1440px) {
      .split-media-copy .copy h2 {
        font-size: 56px;
        line-height: 46px; } }
    @media (max-width: 1259px) {
      .split-media-copy .copy h2 {
        font-size: 50px;
        line-height: 44px; } }
    @media (max-width: 1024px) {
      .split-media-copy .copy h2 {
        font-size: 46px;
        line-height: 36px; } }
    @media (max-width: 767px) {
      .split-media-copy .copy h2 {
        font-size: 32px;
        line-height: 30px; } }
    .split-media-copy .copy h2 strong {
      font-weight: bold; }
    .split-media-copy .copy h2.clipped {
      background-attachment: fixed;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text; }
  .split-media-copy .copy p {
    color: #7a7a7a;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300; }
    @media (max-width: 1024px) {
      .split-media-copy .copy p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 300; } }
  .split-media-copy .copy .button {
    color: #2c2c2c;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s; }
    .split-media-copy .copy .button:hover {
      opacity: 1;
      background-color: #000;
      border-color: #000;
      color: #FFF; }
    .split-media-copy .copy .button.outline {
      border: 1px solid #2c2c2c; }

@media (max-width: 1440px) {
  .split-media-copy .centered {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 150px 60px; } }
  @media (max-width: 1440px) and (max-width: 1259px) {
    .split-media-copy .centered {
      padding: 50px 60px; } }
  @media (max-width: 1440px) and (max-width: 1024px) {
    .split-media-copy .centered {
      padding: 80px 60px; } }
  @media (max-width: 1440px) and (max-width: 768px) {
    .split-media-copy .centered {
      padding: 60px 20px; } }

.split-media-copy.alt .image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.split-media-copy.alt .copy {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.split-media-copy.black {
  background: #1d1d1d;
  color: #FFF; }
  .split-media-copy.black .copy {
    background-color: transparent; }
    .split-media-copy.black .copy h2 {
      color: #FFFFFF; }
    .split-media-copy.black .copy p {
      color: #6f6f6f; }
    .split-media-copy.black .copy .button {
      color: #6f6f6f;
      border: 1px solid #6f6f6f;
      background-color: transparent;
      opacity: 1; }
      .split-media-copy.black .copy .button:hover {
        background-color: transparent;
        color: #FFF;
        border: 1px solid #FFF; }

.copy-columns {
  padding: 0;
  max-width: 768px;
  margin: 50px auto; }
  .copy-columns .flex-column {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
    .copy-columns .flex-column .article {
      margin: 30px 10px 60px; }
      @media (max-width: 640px) {
        .copy-columns .flex-column .article {
          margin: 10px 10px 10px; } }
  .copy-columns h2 {
    color: #484848;
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    line-height: 40px; }
  .copy-columns p, .copy-columns li {
    color: #7a7a7a;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal; }
  .copy-columns ul {
    margin: 25px auto;
    padding: 0; }
    .copy-columns ul li {
      list-style: none; }
      .copy-columns ul li strong {
        color: #2f2f2f; }
  .copy-columns.bg-black {
    background-color: #2f2f2f; }
    .copy-columns.bg-black h2 {
      color: #FFF; }
    .copy-columns.bg-black p, .copy-columns.bg-black li {
      color: #FFF; }
    .copy-columns.bg-black ul li strong {
      color: #fff; }
  .copy-columns.bg-grey {
    background-color: #f0f0f0; }

.post-navigation {
  font-size: 0px; }
  .post-navigation.one-column .post {
    width: 100%; }
  .post-navigation.two-column .post {
    width: 50%; }
  .post-navigation .post {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: 0s;
    transition: 0s;
    border-bottom: none;
    overflow: hidden;
    width: 50%;
    position: relative;
    max-height: 300px; }
    .post-navigation .post:hover .overlay {
      background-color: rgba(0, 0, 0, 0.9); }
    .post-navigation .post:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .post-navigation .post img {
      max-width: 100%;
      width: 100%;
      display: block;
      -webkit-transition: 0.6s;
      transition: 0.6s;
      margin-top: -300px; }
    .post-navigation .post .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      text-align: center; }
      .post-navigation .post .overlay .content {
        top: 50%;
        position: relative;
        width: 100%;
        left: 0;
        margin: -40px 0 0 0; }
      .post-navigation .post .overlay h2 {
        padding: 0 20px;
        margin: 20px 0;
        font-size: 26px;
        line-height: 30px;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        color: #FFF; }
        @media (max-width: 1024px) {
          .post-navigation .post .overlay h2 {
            margin: 10px 0; } }
      .post-navigation .post .overlay p {
        padding: 0 20px;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #666;
        text-transform: uppercase; }
        @media (max-width: 1024px) {
          .post-navigation .post .overlay p {
            margin: 10px 0; } }
      .post-navigation .post .overlay .button {
        margin: 20px 0 0 0;
        color: #FFF;
        font-size: 14px;
        border: 1px solid #FFF;
        text-transform: uppercase;
        opacity: 0.7;
        background-color: transparent; }
        .post-navigation .post .overlay .button:hover {
          opacity: 1;
          border: 1px solid #FFF;
          background-color: transparent; }
        @media (max-width: 1024px) {
          .post-navigation .post .overlay .button {
            margin: 10px 0 0 0; } }

/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: transparent;
  cursor: text;
  display: inline-block; }

.selectize-input {
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: transparent; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.carousel.social .swiper-slide {
  min-height: 300px; }

.carousel.half .swiper-slide {
  min-height: 450px;
  width: 25%; }

.carousel .swiper-slide {
  position: relative;
  width: 20%;
  min-height: 600px; }
  @media (max-width: 640px) {
    .carousel .swiper-slide {
      min-height: 320px; } }
  @media (min-width: 481px) {
    .carousel .swiper-slide:hover .dimmer {
      opacity: 0.2; }
    .carousel .swiper-slide:hover .overlay {
      bottom: 10%; } }
  .carousel .swiper-slide img {
    display: block; }
  .carousel .swiper-slide .overlay {
    position: absolute;
    bottom: 20%;
    padding: 0 20px 0 40px;
    z-index: 200;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .carousel .swiper-slide .overlay h2 {
      margin: 0;
      display: block;
      font-size: 32px;
      color: #FFF;
      padding: 20px;
      border-left: 1px solid #FFF;
      line-height: 28px; }
      @media (max-width: 640px) {
        .carousel .swiper-slide .overlay h2 {
          font-size: 26px; } }
  .carousel .swiper-slide .dimmer {
    opacity: 0.5; }

@media (max-width: 640px) {
  .carousel .swiper-button-next,
  .carousel .swiper-button-prev {
    background-size: 20px;
    width: 30px;
    height: 30px;
    top: 30%; } }

.swiper-button-next.half {
  right: -30px;
  margin-top: -100px;
  opacity: 1; }
  @media (max-width: 1024px) {
    .swiper-button-next.half {
      right: 10px; } }

.category-custom .filters {
  text-align: center; }
  .category-custom .filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    outline: none; }
    .category-custom .filters ul li {
      display: inline-block; }
      .category-custom .filters ul li button {
        display: block;
        padding: 40px;
        text-align: center;
        font-size: 26px;
        color: #484848;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: none;
        background-color: transparent;
        outline: none; }
        .category-custom .filters ul li button.active, .category-custom .filters ul li button:hover {
          color: #42cecc; }
        @media (max-width: 1023px) {
          .category-custom .filters ul li button {
            padding: 40px 10px;
            font-size: 22px; } }
        @media (max-width: 640px) {
          .category-custom .filters ul li button {
            font-size: 16px; } }
        @media (max-width: 480px) {
          .category-custom .filters ul li button {
            padding: 30px 10px;
            font-size: 12px; } }

.category-custom .blog-grid {
  background: #151515;
  margin: 0; }
  .category-custom .blog-grid .grid-sizer,
  .category-custom .blog-grid .post {
    width: 33%;
    width: calc(100% / 3); }
    @media (max-width: 768px) {
      .category-custom .blog-grid .grid-sizer,
      .category-custom .blog-grid .post {
        width: 48%; } }
    @media (max-width: 640px) {
      .category-custom .blog-grid .grid-sizer,
      .category-custom .blog-grid .post {
        width: 100%; } }
  .category-custom .blog-grid .gutter-sizer {
    width: 0; }
  .category-custom .blog-grid .post {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: 0s;
    transition: 0s;
    border-bottom: none;
    overflow: hidden; }
    .category-custom .blog-grid .post:hover .overlay {
      background-color: rgba(0, 0, 0, 0.9); }
      .category-custom .blog-grid .post:hover .overlay .button {
        opacity: 1;
        pointer-events: auto; }
    .category-custom .blog-grid .post:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .category-custom .blog-grid .post img {
      max-width: 100%;
      display: block;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
    .category-custom .blog-grid .post .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      text-align: center; }
      .category-custom .blog-grid .post .overlay .content {
        top: 50%;
        position: relative;
        width: 100%;
        left: 0;
        margin: -20px 0 0 0; }
      .category-custom .blog-grid .post .overlay h2 {
        padding: 0 20px;
        margin: 20px 0;
        font-size: 26px;
        line-height: 30px;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        color: #FFF; }
        @media (max-width: 1024px) {
          .category-custom .blog-grid .post .overlay h2 {
            margin: 10px 0; } }
      .category-custom .blog-grid .post .overlay p {
        padding: 0 20px;
        margin: 20px 0 30px;
        font-size: 16px;
        font-weight: bold;
        color: #666;
        text-transform: uppercase; }
        @media (max-width: 1024px) {
          .category-custom .blog-grid .post .overlay p {
            margin: 10px 0; } }
      .category-custom .blog-grid .post .overlay .button {
        margin: 20px 0 0 0;
        color: #FFF;
        font-size: 14px;
        border: 1px solid #FFF;
        text-transform: uppercase;
        background-color: transparent;
        pointer-events: auto;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .category-custom .blog-grid .post .overlay .button:hover {
          opacity: 1;
          border: 1px solid #FFF;
          background-color: transparent; }
        @media (max-width: 1024px) {
          .category-custom .blog-grid .post .overlay .button {
            margin: 10px 0 0 0; } }

body.page-id-11881 .breadcrumb,
body.page-id-11881 .header ul.menu,
body.page-id-11881 .header .column-2,
body.page-id-11881 .header ul.mobile-menu,
body.page-id-11881 .flex-container.footer {
  display: none !important; }


.addon-name { margin: 0px; }

element.style {
}
.pod-descn{
  color: #484848;
}
.pod-descn p {
    margin-bottom: 10px;
    margin-top: 0;
}
