/**
 *
 * Mauna Stylesheet
 * by Puruno
 * https://themeforest.net/user/puruno
 * 
 * please do not edit directly in theme, for any adjustments we recomend using child theme
 * https://codex.wordpress.org/Child_Themes
 *
 *  *
 * 1. 	Foundation base styles
 * 2. 	Global elements
 * 3. 	Swiper slider styles
 * 4. 	Swipebox slider styles
 * 5. 	Fullpage slider styles
 * 6. 	Navbar styles
 * 7. 	Default template styles
 * 8. 	Home templates styles
 * 9. 	Blog template styles
 * 10.	News / annoucemenets template styles
 * 11.	Portfolio templates styles
 * 12.	About template styles
 * 13.	Wordpress custom styles
 * 14.	Vegas slider styles
 * 15.	Woocommerce
 */
/**
 *
 * 1. Foundation base styles
 *
 */
.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row,
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row,
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.8em;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1vw;
  line-height: 1.5em; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: inside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.8em;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a1a1a1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a1a1a1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a1a1a1; }

input::placeholder,
textarea::placeholder {
  color: #a1a1a1; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.thumbnail {
  border: solid 4px #fefefe;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
            box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

/**
 *
 * 2. Global elements
 *
 */
.bg-img {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  background: #111;  */
  /* opacity: .5; */ }

.half-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  /* background: #111;  */
  /* opacity: .6; */
  z-index: 1; }

.fixed-overlay {
  position: fixed; }

.separator-color {
  position: absolute;
  bottom: -5px;
  height: 10px;
  left: 4vw;
  right: 4vw;
  border-radius: 2px; }

.cursor-default {
  cursor: default; }

.content p > a {
  font-weight: bold !important;
  -webkit-transition: background .4s;
  transition: background .4s; }

#scroll-up {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  z-index: 3;
  border-radius: 2px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  #scroll-up svg {
    width: 50px;
    height: 50px; }
  #scroll-up path {
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
  #scroll-up:hover path {
    opacity: .5; }
  #scroll-up.show-scroll-up {
    opacity: 1; }

/**
 *
 * Typography
 *
 */
a:focus {
  outline: none; }

a span {
  cursor: pointer; }

a div {
  cursor: pointer; }

/**
 *
 * Headers
 *
 */
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Playfair Display"; }

pre, code {
  text-align: left;
  margin-bottom: 2vw;
  white-space: pre-wrap;
  word-wrap: break-word; }

@media screen and (max-width: 39.9375em) {
  body h1, body .h1 {
    font-size: 28px; }
  body h2, body .h2 {
    font-size: 24px; }
  body h3, body .h3 {
    font-size: 22px; }
  body h4, body .h4 {
    font-size: 20px; }
  body h5, body .h5 {
    font-size: 18px; }
  body h6, body .h6 {
    font-size: 16px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body h1, body .h1 {
    font-size: 38px; }
  body h2, body .h2 {
    font-size: 32px; }
  body h3, body .h3 {
    font-size: 28px; }
  body h4, body .h4 {
    font-size: 24px; }
  body h5, body .h5 {
    font-size: 20px; }
  body h6, body .h6 {
    font-size: 16px; } }

@media screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 40px; }
  h2, .h2 {
    font-size: 34px; }
  h3, .h3 {
    font-size: 30px; }
  h4, .h4 {
    font-size: 24px; }
  h5, .h5 {
    font-size: 20px; }
  h6, .h6 {
    font-size: 18px; } }

/**
 *
 * Content styles
 *
 */
@media screen and (max-width: 39.9375em) {
  .margin-bottom-sm {
    margin-bottom: 3vw !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .margin-bottom-sm {
    margin-bottom: 2vw !important; } }

@media screen and (min-width: 64em) {
  .margin-bottom-sm {
    margin-bottom: 1.2vw !important; } }

@media screen and (max-width: 39.9375em) {
  .margin-bottom-standard {
    margin-bottom: 5vw !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .margin-bottom-standard {
    margin-bottom: 3vw !important; } }

@media screen and (min-width: 64em) {
  .margin-bottom-standard {
    margin-bottom: 2vw !important; } }

@media screen and (max-width: 39.9375em) {
  .margin-bottom-lg {
    margin-bottom: 8vw !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .margin-bottom-lg {
    margin-bottom: 6vw !important; } }

@media screen and (min-width: 64em) {
  .margin-bottom-lg {
    margin-bottom: 4vw !important; } }

.margin-bottom-xl {
  margin-bottom: 8vw !important; }

.margin-bottom-xxl {
  margin-bottom: 10vw !important; }

.margin-top-standard {
  margin-top: 2vw !important; }
  @media screen and (max-width: 39.9375em) {
    .margin-top-standard {
      margin-top: 5vw !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .margin-top-standard {
      margin-top: 3vw !important; } }
  @media screen and (min-width: 64em) {
    .margin-top-standard {
      margin-top: 2vw !important; } }

.margin-top-lg {
  margin-top: 4vw !important; }

.margin-top-xl {
  margin-top: 8vw !important; }

.margin-top-xxl {
  margin-top: 10vw !important; }

@media screen and (max-width: 39.9375em) {
  .content p, .content a, .content li {
    font-size: 16px; }
  .content p a, .content li a {
    font-size: inherit !important; }
  .content p {
    margin-bottom: 1vw; }
  .content li, .content dd {
    margin: 1vw 0vw; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .content p, .content a, .content li {
    font-size: 16px; }
  .content p a, .content li a {
    font-size: inherit !important; }
  .content p {
    margin-bottom: 1vw; }
  .content li, .content dd {
    margin: 1vw 0vw; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .content p {
    margin-bottom: 1vw; }
  .content li, .content dd {
    margin: 1vw 0vw; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .content p {
    margin-bottom: 1vw; }
  .content li, .content dd {
    margin: 1vw 0vw; } }

@media screen and (min-width: 90em) {
  .content p {
    margin-bottom: 1vw; }
  .content li, .content dd {
    margin: 1vw 0vw; } }

.content a {
  font-weight: bold;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: 0% 100%;
          background-size: 0% 100%;
  padding-bottom: 0px;
  -webkit-transition: background .5s !important;
  transition: background .5s !important; }
  .content a:hover {
    -webkit-background-size: 50% 100%;
            background-size: 50% 100%; }

figure {
  margin: 0; }

.content figure {
  margin-bottom: 2vw;
  margin-top: 0;
  max-width: 100%; }

.wp-caption > figcaption a {
  font-size: inherit; }

/**
 *
 * Decoration element
 *
 */
.decoration {
  position: absolute;
  top: 50%;
  margin-top: -200px;
  margin-left: -200px;
  left: 50%;
  z-index: 0; }
  @media screen and (min-width: 64em) {
    .decoration svg polygon {
      stroke-width: 20; }
    .decoration.circle_left {
      margin-left: 0;
      left: 0; }
    .decoration.circle_right {
      margin-left: 0;
      left: auto;
      right: 0; } }
  @media screen and (max-width: 39.9375em) {
    .decoration {
      -webkit-transform: scale(0.5) !important;
          -ms-transform: scale(0.5) !important;
              transform: scale(0.5) !important; }
      .decoration svg circle, .decoration svg polygon {
        stroke-width: 8px;
        /* r: 100; */ } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .decoration {
      -webkit-transform: scale(0.8) !important;
          -ms-transform: scale(0.8) !important;
              transform: scale(0.8) !important; }
      .decoration svg circle, .decoration svg polygon {
        stroke-width: 10px;
        /* r: 150;  */ } }
  .decoration.custom-decoration {
    width: 400px;
    height: 400px; }
    .decoration.custom-decoration svg {
      stroke-width: 0; }

/**
 *
 * Gallery content
 *
 */
.mauna-gallery, .post-content {
  text-align: center;
  margin: 0 -1vw; }
  .mauna-gallery .gallery-item, .post-content .gallery-item {
    display: inline-block;
    padding-left: 1vw;
    padding-right: 1vw;
    position: relative;
    vertical-align: top; }
    .mauna-gallery .gallery-item figcaption, .post-content .gallery-item figcaption {
      /* position: absolute; */
      font-size: 10px;
      letter-spacing: 1px;
      text-align: center;
      left: 1vw;
      right: 1vw;
      bottom: -20px; }
    .mauna-gallery .gallery-item a, .post-content .gallery-item a {
      position: relative;
      overflow: hidden;
      display: inline-block;
      width: auto;
      background-image: none !important;
      background-color: #000; }
      .mauna-gallery .gallery-item a img, .post-content .gallery-item a img {
        opacity: 1;
        -webkit-transition: opacity .4s;
        transition: opacity .4s; }
      .mauna-gallery .gallery-item a:hover img, .post-content .gallery-item a:hover img {
        opacity: .5; }

.post-content {
  text-align: initial; }

.gallery-columns-1 .gallery-item {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.gallery-columns-2 .gallery-item {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.gallery-columns-3 .gallery-item {
  width: calc(100% / 3);
  display: inline-block;
  vertical-align: top; }

.gallery-columns-4 .gallery-item {
  width: 25%;
  display: inline-block;
  vertical-align: top; }

.gallery-columns-5 .gallery-item {
  width: 20%;
  display: inline-block;
  vertical-align: top; }

.gallery-columns-6 .gallery-item {
  width: calc(100% / 6);
  display: inline-block;
  vertical-align: top; }

.gallery-columns-7 .gallery-item {
  width: calc(100% / 7);
  display: inline-block;
  vertical-align: top; }

.gallery-columns-8 .gallery-item {
  width: calc(100% / 8);
  display: inline-block;
  vertical-align: top; }

.gallery-columns-9 .gallery-item {
  width: calc(100% / 9);
  display: inline-block;
  vertical-align: top; }

/**
 *
 * Button
 *
 */
.btn {
  font-family: "Cardo";
  text-transform: uppercase;
  letter-spacing: 5px; }

/**
 *
 * Hovers
 *
 */
.link-hover {
  position: relative;
  z-index: 1; }
  .link-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: calc(50% + 10px);
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }
  .link-hover:hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }

.animate-header .blast {
  -webkit-transform: scale3d(1.5, 1.5, 1);
          transform: scale3d(1.5, 1.5, 1);
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
  visibility: visible;
  display: inline-block; }

.animate-header .blast.dl-show {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1; }

.dl-0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.dl-1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

.dl-2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

.dl-3 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.dl-4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

.dl-5 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

.dl-6 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

.dl-7 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s; }

.dl-8 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s; }

.menu-item-language img.iclflag {
  display: inline-block !important;
  position: relative;
  top: -2px; }

/**
 *
 * 3. Swiper slider styles
 *
 */
/**
 * Swiper 3.3.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: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

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

.swiper-wrapper {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  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;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 0.43, 0.23, 1) !important;
  transition: -webkit-transform 1s cubic-bezier(0.23, 0.43, 0.23, 1) !important;
  transition: transform 1s cubic-bezier(0.23, 0.43, 0.23, 1) !important;
  transition: transform 1s cubic-bezier(0.23, 0.43, 0.23, 1), -webkit-transform 1s cubic-bezier(0.23, 0.43, 0.23, 1) !important; }

.swiper-slide {
  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;
  -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%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

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

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

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

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* 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: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          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: #007aff; }

.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: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 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: #007aff;
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  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; }

/* 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%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/**
 *
 * 4. Swipebox slider styles
 *
 */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.61, 0.21, 0.25, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.61, 0.21, 0.25, 1);
  transition: transform 0.8s cubic-bezier(0.61, 0.21, 0.25, 1);
  transition: transform 0.8s cubic-bezier(0.61, 0.21, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.61, 0.21, 0.25, 1);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
    padding: 50px 65px 50px 50px; }
    @media screen and (max-width: 39.9375em) {
      #swipebox-slider .slide {
        padding: 0; } }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }

#swipebox-top-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev {
  top: 50%;
  margin-top: -50px;
  left: 10px;
  position: absolute;
  z-index: 9999;
  width: 30px;
  height: 100px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30px" height="100px" viewBox="0 0 30 30" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable" ><line id="e4_line" x1="25" y1="0" x2="10" y2="15" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><line x1="10" y1="15" x2="25" y2="30" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/></svg>') !important;
  background-repeat: no-repeat !important; }

#swipebox-next {
  top: 50%;
  margin-top: -50px;
  right: 20px;
  position: absolute;
  z-index: 9999;
  width: 30px;
  height: 100px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30px" height="100px" viewBox="0 0 30 30" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable" ><line id="e4_line" x1="5" y1="0" x2="20" y2="15" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><line x1="20" y1="15" x2="5" y2="30" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/></svg>') !important;
  background-repeat: no-repeat !important; }

#swipebox-close {
  top: 30px;
  right: 20px;
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 100 100" style=""\a 		 xml:space="preserve"><line id="e4_line" x1="35" y1="35" x2="65" y2="65" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><line x1="65" y1="35" x2="35" y2="65" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/>\a 		</svg>');
  background-repeat: no-repeat; }
  @media screen and (max-width: 39.9375em) {
    #swipebox-close {
      top: 10px;
      right: 10px; } }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/**
 *
 * 5. Fullpage slider styles
 *
 */
/*!
 * fullPage 2.8.1
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

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

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  .fp-slidesNav.bottom {
    bottom: 17px; }
  .fp-slidesNav.top {
    top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative; }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      cursor: pointer;
      text-decoration: none; }
      #fp-nav ul li a.active span,
      .fp-slidesNav ul li a.active span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%; }
        #fp-nav ul li:hover #fp-nav ul li a.active span,
        #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover
        .fp-slidesNav ul li a.active span,
        #fp-slidesNav ul li:hover
        .fp-slidesNav ul li a.active span {
          height: 12px;
          width: 12px;
          margin: -6px 0 0 -6px;
          border-radius: 100%; }
      #fp-nav ul li a span,
      .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: #333;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
      width: 10px;
      height: 10px;
      margin: -5px 0px 0px -5px; }

#fp-nav {
  position: fixed;
  z-index: 1;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 17px; }
  #fp-nav.left {
    left: 17px; }
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer; }
    #fp-nav ul li .fp-tooltip.right {
      right: 20px; }
  #fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }

.fp-slidesNav ul li {
  display: inline-block; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/**
 *
 * 6. Navbar styles
 *
 */
/**
 *
 * Navbar top
 *
 */
.navbar-top {
  position: relative;
  z-index: 4;
  pointer-events: none; }
  @media screen and (max-width: 63.9375em) {
    .navbar-top {
      height: 100px; } }

.navbar-fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0; }

.burger-nav {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  pointer-events: auto; }
  .burger-nav svg {
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  @media screen and (max-width: 39.9375em) {
    .burger-nav {
      width: 40px; } }
  .burger-nav .pathA {
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .burger-nav .pathC {
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .burger-nav.burger-animation .pathA {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0; }
  .burger-nav.burger-animation .pathC {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0; }

.logo-lg {
  margin: 4vw 8vw;
  pointer-events: auto; }

.logo-sm h1 {
  margin-bottom: 0;
  line-height: 1; }

.logo-lg-wrapper h1 {
  display: table-cell;
  vertical-align: middle; }

.navbar-top .site-name {
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase; }

.navbar-top-dark .site-name {
  color: #111; }

.navbar-top-light .site-name {
  color: #fff; }

.main-navigation {
  white-space: nowrap; }
  @media screen and (max-width: 39.9375em) {
    .main-navigation {
      margin: 0 15px;
      line-height: 100px;
      height: 100px; }
      .main-navigation .logo-sm {
        margin: 0 20px;
        max-width: calc(100%);
        /* padding: 0 5px;  */ }
        .main-navigation .logo-sm img {
          max-width: 90%;
          padding: 15px 0; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .main-navigation {
      margin: 0 15px;
      line-height: 100px;
      height: 100px; }
      .main-navigation .logo-sm {
        margin: 0 30px;
        max-width: calc(60% - 60px); }
        .main-navigation .logo-sm img {
          max-height: 100px;
          padding: 10px 0; } }
  .main-navigation .burger-nav {
    display: inline-block;
    vertical-align: middle; }
    .main-navigation .burger-nav.invisible {
      visibility: hidden; }
  .main-navigation .logo-sm {
    display: inline-block;
    vertical-align: middle;
    pointer-events: auto; }
  @media screen and (min-width: 64em) {
    .main-navigation {
      /* margin: 4vw 8vw;  */
      margin: 4vw 60px 4vw 120px; }
      .main-navigation .burger-nav, .main-navigation .logo-sm {
        vertical-align: top; }
      .main-navigation .logo-sm {
        margin: 0 2vw; } }

.social-profiles img, .nav img {
  display: none; }

.lang-social-menu img {
  display: none; }

.navbar-large .columns {
  position: relative; }

@media screen and (min-width: 64em) {
  .navbar-large .logo-sm {
    width: calc(100% - 200px);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    margin: 0; }
    .navbar-large .logo-sm img {
      padding: 20px 0; } }

.navbar-large .logo-lg-wrapper {
  display: table;
  height: 100%; }
  .navbar-large .logo-lg-wrapper a {
    display: table-cell;
    vertical-align: middle; }

/**
 *
 * Navigation overlay
 *
 */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  opacity: 0;
  display: none; }

.navigation-overlay {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  overflow-y: auto; }
  .navigation-overlay .languages {
    display: none; }
  .navigation-overlay .navigation-content {
    margin: 0 8vw;
    position: relative; }
    .navigation-overlay .navigation-content a {
      opacity: 1;
      position: relative; }
      .navigation-overlay .navigation-content a:before {
        content: '';
        position: absolute;
        top: 0;
        left: -5px;
        width: calc(50% + 10px);
        height: 100%;
        z-index: -1;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
      .navigation-overlay .navigation-content a:hover:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
    .navigation-overlay .navigation-content .social-profiles, .navigation-overlay .navigation-content .languages {
      text-align: left; }
    .navigation-overlay .navigation-content .languages a {
      padding-right: 5px; }
      .navigation-overlay .navigation-content .languages a:after {
        padding-left: 5px; }
    .navigation-overlay .navigation-content .dropdown {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      width: 100%; }
  .navigation-overlay .navbar-top {
    display: block !important;
    opacity: 1 !important;
    position: absolute !important; }
  .navigation-overlay .nav {
    margin: 0; }
    .navigation-overlay .nav li {
      list-style-type: none;
      margin-bottom: 5px; }
      .navigation-overlay .nav li a {
        letter-spacing: 2px;
        display: inline-block; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .navigation-overlay .nav li a {
            letter-spacing: 5px; } }
        @media screen and (min-width: 64em) {
          .navigation-overlay .nav li a {
            letter-spacing: 10px; } }
      .navigation-overlay .nav li .dropdown a {
        display: none;
        opacity: 0; }
  .navigation-overlay .overlay-back {
    opacity: 0.5; }

/**
 *
 * Home navigation
 *
 */
.home-nav {
  position: fixed;
  bottom: 100px;
  left: 0;
  width: 100%; }
  .home-nav .nav {
    margin: 0;
    margin-left: 8vw; }
    .home-nav .nav li {
      list-style-type: none;
      display: inline-block;
      float: left;
      margin-left: 3vw;
      margin-bottom: 2vw; }
      .home-nav .nav li:first-of-type {
        margin-left: 0; }
    .home-nav .nav a {
      display: block;
      position: relative; }
      .home-nav .nav a:after {
        content: '';
        position: absolute;
        top: 0;
        right: -5px;
        width: 0;
        height: 100%;
        z-index: -1;
        -webkit-transition: width .4s;
        transition: width .4s; }
      .home-nav .nav a:hover:after {
        width: calc(50% + 10px); }

.first-el {
  margin-left: 0 !important; }

.prev-el {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding-left: 3vw;
  /* height: 18px; */ }

/**
 *
 * Social profiles / Languages
 *
 */
.lang-social-menu {
  margin: 4vw 120px 0 0;
  position: relative;
  z-index: 3;
  pointer-events: auto; }
  .lang-social-menu a {
    color: inherit; }

.languages {
  margin-bottom: 1.5vw; }

.languages ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.lang-social-menu a {
  color: inherit; }

.lang-social-menu li:after {
  color: inherit; }

.languages li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.languages li {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: bold;
  padding-right: 15px;
  position: relative;
  opacity: 0.5;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .languages li {
      letter-spacing: 5px; } }
  @media screen and (min-width: 64em) {
    .languages li {
      letter-spacing: 10px; } }
  .languages li:after {
    content: "/";
    padding-left: 10px;
    display: inline-block;
    width: 16px; }
  .languages li:last-of-type {
    padding-right: 0; }
    .languages li:last-of-type:after {
      display: none; }
  .languages li:hover {
    opacity: 1; }

.languages, .social-profiles {
  text-align: right; }

.social-profiles {
  margin: 0; }
  .social-profiles li {
    list-style-type: none;
    line-height: 1.4em;
    /* margin-bottom: 5px; */ }
  .social-profiles a {
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: inherit; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .social-profiles a {
        letter-spacing: 5px; } }
    @media screen and (min-width: 64em) {
      .social-profiles a {
        letter-spacing: 10px; } }
    .social-profiles a:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0px;
      width: calc(50% + 10px);
      bottom: 0;
      z-index: -1;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s;
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right; }
    .social-profiles a:hover:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }

span.overlay-children-icon {
  position: absolute;
  left: -30px; }

/**
 *
 * 7. Default template styles
 *
 */
.default-header {
  width: 100%; }
  @media screen and (min-width: 64em) {
    .default-header:not(.promotion-news-header) {
      left: 0;
      position: absolute;
      display: table;
      top: 0;
      height: 50%; } }
  .default-header.promotion-news-header {
    left: 0;
    position: fixed;
    display: table;
    top: 0;
    height: 50%; }
  .default-header .header-wrapper {
    display: table-cell;
    vertical-align: bottom;
    padding: 2vw 0; }
    .default-header .header-wrapper .columns {
      position: relative; }
  .default-header header h3 {
    margin-bottom: 0; }
    .default-header header h3 span {
      padding: 0 8px;
      white-space: nowrap; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .default-header header h3 span {
          padding: 0 10px; } }
      @media screen and (min-width: 64em) {
        .default-header header h3 span {
          padding: 0 15px; } }
  .default-header header {
    position: relative;
    z-index: 1; }
  .default-header .decoration {
    top: auto;
    margin-top: 0;
    bottom: 0;
    margin-bottom: calc(-200px + -2vw); }

@media screen and (max-width: 63.9375em) {
  .menu-default {
    margin: 4vw 0 8vw !important; } }

@media screen and (min-width: 64em) {
  .menu-default {
    margin: 4vw 8vw 0; } }

.menu-default li {
  list-style-type: none;
  display: inline-block;
  padding: 0 15px;
  cursor: pointer; }
  .menu-default li:hover a {
    -webkit-background-size: 50% 100%;
            background-size: 50% 100%; }
  .menu-default li a {
    font-weight: bold;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: 0% 100%;
            background-size: 0% 100%;
    -webkit-transition: background .5s !important;
    transition: background .5s !important;
    padding: 0 2px;
    z-index: 1; }
    @media screen and (max-width: 39.9375em) {
      .menu-default li a {
        font-size: 12px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .menu-default li a {
        font-size: 14px; } }

@media screen and (max-width: 39.9375em) {
  .default-content-wrapper header {
    margin-bottom: 8vw; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .default-content-wrapper header {
    margin-bottom: 4vw; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .default-content-wrapper header {
    margin-bottom: 2vw; } }

.default-content-wrapper header span {
  white-space: nowrap; }

@media screen and (max-width: 63.9375em) {
  .default-content-wrapper {
    background: transparent !important;
    margin-top: 40px; } }

@media screen and (min-width: 64em) {
  .default-content-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    min-height: 50%;
    height: auto; } }

.default-content-wrapper .default-content {
  position: relative;
  z-index: 1; }
  .default-content-wrapper .default-content .empty-space {
    padding-bottom: 2vw; }

.default-content-wrapper .content {
  padding-top: 6vw;
  padding-bottom: 6vw; }

@media screen and (max-width: 63.9375em) {
  .default-template .section-overlay {
    opacity: .9; } }

/**
 *
 * Default Template 2
 *
 */
@media screen and (min-width: 64em) {
  .default-template2 .half-overlay {
    position: fixed; } }

@media screen and (max-width: 63.9375em) {
  .default-template2 .bg-img {
    width: 100%;
    z-index: 0;
    position: relative;
    background-image: none; }
    .default-template2 .bg-img:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 64em) {
  .default-template2 .bg-img {
    width: 50%; } }

@media screen and (max-width: 63.9375em) {
  .default-template2 .bg-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; } }

@media screen and (min-width: 64em) {
  .default-template2 .bg-content {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%; } }

.default-template2 .default-content-2 {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 63.9375em) {
    .default-template2 .default-content-2 {
      width: 100%; } }
  @media screen and (min-width: 64em) {
    .default-template2 .default-content-2 {
      width: 50%;
      margin-left: 50%; } }

@media screen and (max-width: 63.9375em) {
  .default-template2 > .navbar-top {
    position: absolute !important;
    width: 100%; } }

@media screen and (min-width: 64em) {
  .default-template2 > .navbar-top {
    position: fixed;
    width: 100%; } }

.default-template2 .lang-social-menu {
  display: none; }

@media screen and (max-width: 39.9375em) {
  .default-template2 .default-header-2 header {
    margin-bottom: 8vw;
    margin-top: 8vw; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .default-template2 .default-header-2 header {
    margin-bottom: 4vw;
    margin-top: 4vw; } }

@media screen and (min-width: 64em) {
  .default-template2 .default-header-2 header {
    margin: 4vw 0; } }

.default-template2 .default-header-2 header h3 > span {
  white-space: nowrap;
  display: inline-block; }

.default-template2 .default-header-2 header span {
  padding: 0 8px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .default-template2 .default-header-2 header span {
      padding: 0 10px; } }
  @media screen and (min-width: 64em) {
    .default-template2 .default-header-2 header span {
      padding: 0 15px; } }

.default-template2 .decoration {
  z-index: 1; }

@media screen and (max-width: 63.9375em) {
  .default-template2 .menu-default {
    margin: 4vw 0 8vw !important; } }

@media screen and (min-width: 64em) {
  .default-template2 .menu-default {
    margin: 0 0 4vw; } }

@media screen and (max-width: 63.9375em) {
  .default-page-template .portfolio-sidebar {
    position: static !important; } }

@media screen and (min-width: 64em) {
  .default-page-template .margin-top-intro {
    padding-top: 100vh; } }

@media screen and (max-width: 63.9375em) {
  .default-page-template .margin-top-intro {
    margin-top: 8vw !important; } }

.default-template-intro {
  position: relative; }
  @media screen and (min-width: 64em) {
    .default-template-intro {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .default-template-intro .post-image-intro {
        min-height: 100%; }
        .default-template-intro .post-image-intro .img-bg-1 {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
  @media screen and (max-width: 39.9375em) {
    .default-template-intro {
      margin-top: -100px; }
      .default-template-intro .default-template-title {
        margin-top: 50px; }
        .default-template-intro .default-template-title h3 {
          font-size: 22px !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .default-template-intro {
      margin-top: -100px; }
      .default-template-intro .default-template-title {
        margin-top: 50px; }
        .default-template-intro .default-template-title h3 {
          font-size: 28px !important; } }
  .default-template-intro .default-template-title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .default-template-intro .default-template-title h3 > span {
      white-space: nowrap;
      display: inline-block; }
  .default-template-intro .post-image-intro {
    position: relative; }
    .default-template-intro .post-image-intro a {
      display: block; }
  .default-template-intro .img-bg-1 {
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 75vw; }

/**
 *
 * 8. Home templates styles
 *
 */
.home-overlay {
  position: fixed;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  z-index: 0; }

.homepage {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden; }
  .homepage .home-overlay {
    z-index: 0; }
  @media screen and (min-width: 64em) {
    .homepage.hide-burger .main-navigation .burger-nav {
      visibility: hidden; } }
  .homepage .navbar-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3; }

/**
 *
 * Home header
 *
 */
.home-header {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  z-index: 0; }
  @media screen and (max-width: 39.9375em) {
    .home-header h1 {
      font-size: 28px !important; } }
  @media screen and (max-width: 63.9375em) {
    .home-header header h1 span {
      padding: 0 10px; } }
  @media screen and (min-width: 64em) {
    .home-header header h1 span {
      padding: 0 30px; } }
  @media screen and (min-width: 90em) {
    .home-header header h1 span {
      padding: 0 25px; } }
  .home-header .header-wrapper {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 63.9375em) {
      .home-header .header-wrapper {
        padding: 0 !important; } }
  .home-header .columns {
    position: relative; }
  .home-header header h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0; }
    .home-header header h1 > span {
      white-space: nowrap;
      display: inline-block; }
    @media screen and (max-width: 63.9375em) {
      .home-header header h1 span {
        padding: 0 10px !important; } }
  .home-header header {
    position: relative;
    width: 100%;
    z-index: 1; }

.scene {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.layer {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%; }

/**
 *
 * Home video
 *
 */
.home-video-controls .video-control {
  position: fixed;
  z-index: 20;
  opacity: 0;
  display: none;
  cursor: pointer; }
  .home-video-controls .video-control:hover .circle-dark {
    r: 95;
    -webkit-transition: r .4s .1s;
    transition: r .4s .1s; }
  .home-video-controls .video-control:hover .circle-light {
    stroke-width: 0;
    -webkit-transition: stroke-width .4s;
    transition: stroke-width .4s; }
  .home-video-controls .video-control .circle-light {
    -webkit-transition: stroke-width .4s .1s;
    transition: stroke-width .4s .1s; }
  .home-video-controls .video-control .circle-dark {
    -webkit-transition: r .4s;
    transition: r .4s; }

.home-video-controls .play {
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px; }

.home-video-controls .pause {
  bottom: 100px;
  right: 100px; }

.home-video-controls.home-video-control-down .play {
  bottom: 100px;
  right: 100px;
  top: auto;
  left: auto;
  margin-left: auto; }
  .home-video-controls.home-video-control-down .play svg {
    width: 100px;
    height: 100px; }

.home-video-controls .circle-light {
  opacity: .3; }

.home-mobile-video-control {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px; }
  .home-mobile-video-control a {
    display: block;
    width: 100%;
    height: 100%; }
  .home-mobile-video-control svg {
    width: 180px;
    height: 180px; }
  .home-mobile-video-control.home-mobile-control-down {
    top: auto;
    bottom: 50px;
    margin-left: -50px; }
    .home-mobile-video-control.home-mobile-control-down svg {
      width: 100px;
      height: 100px; }
  .home-mobile-video-control .circle-light {
    opacity: .3; }

/**
 *
 * Footer
 *
 */
.home-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 63.9375em) {
    .home-footer {
      text-align: center; } }
  .home-footer .footer-inner {
    vertical-align: middle;
    font-weight: bold; }

.footer-content {
  margin: 0 8vw;
  line-height: 100px; }

/**
 *
 * Offcanvas
 *
 */
.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 20; }
  @media screen and (max-width: 63.9375em) {
    .off-canvas-overlay {
      width: 100%; } }

.off-canvas-content {
  background: transparent;
  z-index: 21;
  position: relative;
  opacity: 0; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .off-canvas-content .content {
      margin: 4vw 8vw; } }
  @media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .off-canvas-content .content {
      margin: 4vw 6vw; } }
  @media screen and (min-width: 90em) {
    .off-canvas-content .content {
      margin: 4vw 4vw; } }
  @media screen and (max-width: 63.9375em) {
    .off-canvas-content .logo-lg {
      margin: 0 auto;
      height: 100px;
      line-height: 100px;
      max-width: calc(100% - 140px); } }

.close-off-canvas {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
  z-index: 22;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 300px;
  text-align: center;
  margin-right: -120px;
  font-size: 14px;
  opacity: 0;
  display: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .close-off-canvas a {
    padding: 2px;
    -webkit-backface-visibility: visible;
            backface-visibility: visible; }
    .close-off-canvas a:hover {
      -webkit-backface-visibility: visible;
              backface-visibility: visible; }
  @media screen and (max-width: 63.9375em) {
    .close-off-canvas {
      font-weight: bold;
      right: 15px; } }

.open-off-canvas {
  position: fixed;
  top: 50%;
  left: 30px;
  font-size: 14px;
  -webkit-transform: translateX(-50%) rotateZ(90deg) translateY(0);
      -ms-transform: translateX(-50%) rotate(90deg) translateY(0);
          transform: translateX(-50%) rotateZ(90deg) translateY(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  text-align: center;
  z-index: 10; }
  .open-off-canvas a {
    position: relative;
    padding: 2px; }
  @media screen and (max-width: 63.9375em) {
    .open-off-canvas {
      font-weight: bold;
      left: 15px;
      z-index: 3; } }

/**
 *
 * Mask
 *
 */
.video-overlay-1 {
  background-image: url(../images/overlay/01.png); }

.video-overlay-2 {
  background-image: url(../images/overlay/02.png); }

.video-overlay-3 {
  background-image: url(../images/overlay/03.png); }

.video-overlay-4 {
  background-image: url(../images/overlay/04.png); }

.video-overlay-5 {
  background-image: url(../images/overlay/05.png); }

.video-overlay-6 {
  background-image: url(../images/overlay/06.png); }

.video-overlay-7 {
  background-image: url(../images/overlay/07.png); }

.video-overlay-8 {
  background-image: url(../images/overlay/08.png); }

.video-overlay-9 {
  background-image: url(../images/overlay/09.png); }

/**
 *
 * Home 2
 *
 */
.homepage2 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .homepage2 > .navbar-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .homepage2 .home2-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 63.9375em) {
      .homepage2 .home2-footer {
        text-align: center; } }
    .homepage2 .home2-footer span {
      vertical-align: middle;
      font-weight: bold;
      font-size: 12px; }
  .homepage2 .home-overlay {
    z-index: 2; }
    @media screen and (max-width: 63.9375em) {
      .homepage2 .home-overlay {
        z-index: 1; } }
  .homepage2 .bg-img-hover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
  .homepage2 .home-nav-items {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed; }
    .homepage2 .home-nav-items.no-nav {
      margin-top: 0 !important; }
    .homepage2 .home-nav-items .home-nav-item {
      display: table-cell;
      text-align: center;
      height: 100%;
      overflow: hidden; }
      .homepage2 .home-nav-items .home-nav-item:last-of-type a {
        border: none; }
      .homepage2 .home-nav-items .home-nav-item .item-wrapper {
        display: table-cell;
        vertical-align: middle; }
      .homepage2 .home-nav-items .home-nav-item span {
        /* font-size: 26px; text-transform: uppercase; color: #fff; letter-spacing: 5px; */
        vertical-align: middle;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 39.9375em) {
          .homepage2 .home-nav-items .home-nav-item span {
            font-size: 18px; } }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .homepage2 .home-nav-items .home-nav-item span {
            font-size: 20px; } }
      .homepage2 .home-nav-items .home-nav-item a {
        display: table;
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 2;
        border-right-width: 2px;
        border-right-style: solid; }
        .homepage2 .home-nav-items .home-nav-item a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          -webkit-transform: translateX(-100%);
              -ms-transform: translateX(-100%);
                  transform: translateX(-100%);
          opacity: 0;
          z-index: -1; }
        .homepage2 .home-nav-items .home-nav-item a:hover:before {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          opacity: .2; }
      @media screen and (max-width: 63.9375em) {
        .homepage2 .home-nav-items .home-nav-item {
          background-repeat: no-repeat;
          -webkit-background-size: cover;
                  background-size: cover;
          background-position: center center;
          position: relative; }
          .homepage2 .home-nav-items .home-nav-item .bg-img-hover {
            position: absolute; }
          .homepage2 .home-nav-items .home-nav-item a {
            position: relative;
            z-index: 2; } }
    .homepage2 .home-nav-items.item-full-width .home-nav-item {
      display: block;
      width: 100%;
      border: none !important;
      /* border-top-width: 2px; border-top-style: solid; border-color: rgba(255,255,255,.1); border-right: none; */ }
  .homepage2 .hover-active .bg-img-hover {
    opacity: 1; }
  .homepage2 .home2-footer {
    z-index: 2; }
    .homepage2 .home2-footer p {
      line-height: 50px; }
  .homepage2 .footer-content p {
    font-size: 12px; }
  @media screen and (max-width: 39.9375em) {
    .homepage2 .footer-content {
      text-align: center !important; }
      .homepage2 .footer-content p {
        text-align: center !important; } }

/**
 *
 * 9. Blog template styles
 *
 */
.blog-content header h5 {
  text-transform: uppercase;
  direction: ltr;
  margin-bottom: 4vw; }
  .blog-content header h5 a {
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: 0% 100%;
            background-size: 0% 100%;
    padding-bottom: 0px;
    -webkit-transition: background .5s !important;
    transition: background .5s !important; }
    .blog-content header h5 a:hover {
      -webkit-background-size: 50% 100%;
              background-size: 50% 100%; }

.blog-content .post-image {
  text-align: center; }
  .blog-content .post-image figure {
    margin: 0;
    position: relative;
    display: inline-block;
    max-width: 100%; }
    .blog-content .post-image figure > a {
      display: block;
      position: relative;
      overflow: hidden; }
      .blog-content .post-image figure > a:before, .blog-content .post-image figure > a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .blog-content .post-image figure > a:before {
        -webkit-transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: .3;
        /* opacity: .3; background: #000; */ }
      .blog-content .post-image figure > a:after {
        -webkit-transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: .5;
        /* opacity: .5; background: #000; */ }
      .blog-content .post-image figure > a:hover:before {
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); }
      .blog-content .post-image figure > a:hover:after {
        -webkit-transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); }

.blog-content .post-meta {
  font-size: 14px; }
  .blog-content .post-meta .post-category {
    margin: 0;
    display: inline-block; }
    .blog-content .post-meta .post-category li {
      list-style-type: none;
      display: inline-block;
      margin-left: 5px; }
      .blog-content .post-meta .post-category li:first-of-type {
        margin-left: 0; }
      .blog-content .post-meta .post-category li a {
        display: inline-block; }
    .blog-content .post-meta .post-category.post-cat-separator li:last-of-type:after {
      content: "|";
      right: 0;
      padding: 0 2px 0 5px; }
  .blog-content .post-meta .post-date {
    display: inline-block; }

.blog-content .more-link {
  text-align: right;
  font-style: italic !important;
  display: block;
  line-height: inherit;
  font-weight: bold !important;
  float: right; }
  .blog-content .more-link span {
    padding: 2px; }
  .blog-content .more-link span:after {
    content: "";
    width: 40px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    margin-left: 5px; }

@media screen and (max-width: 39.9375em) {
  .blog-content header h5 {
    letter-spacing: 5px; }
  .blog-content .post-meta {
    margin: 15px 0;
    text-align: center; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog-content header h5 {
    letter-spacing: 5px; }
  .blog-content .post-meta {
    margin: 20px 0;
    text-align: center; } }

@media screen and (min-width: 64em) {
  .blog-content {
    margin-bottom: 10vw; }
    .blog-content.post-with-img {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .blog-content.post-with-img .post-content {
        display: table-cell;
        width: 50%;
        vertical-align: top;
        padding: 4vw 4vw 0;
        text-align: left; }
      .blog-content.post-with-img .post-image {
        display: table-cell;
        width: 50%;
        text-align: right; }
      .blog-content.post-with-img .post-meta {
        -webkit-transform: translateX(0) translateY(100%) rotateZ(90deg);
            -ms-transform: translateX(0) translateY(100%) rotate(90deg);
                transform: translateX(0) translateY(100%) rotateZ(90deg);
        position: absolute;
        top: 0;
        left: -30px;
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
      .blog-content.post-with-img .post-share {
        text-align: center; }
      .blog-content.post-with-img .shares {
        display: block !important;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
    .blog-content.post-without-img {
      position: relative; }
      .blog-content.post-without-img .header-without-img {
        margin-bottom: 2vw; }
      .blog-content.post-without-img .post-meta {
        text-align: center; }
      .blog-content.post-without-img .post-share {
        text-align: right; }
        .blog-content.post-without-img .post-share .share-header {
          margin-bottom: 0 !important; }
      .blog-content.post-without-img .shares {
        margin-left: 10px;
        text-align: right;
        display: block !important; }
        .blog-content.post-without-img .shares li {
          display: inline-block;
          margin-left: 10px; }
    .blog-content header h5 {
      letter-spacing: 5px; } }

.blog-content .content {
  direction: ltr;
  overflow: hidden; }

.post-columns {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  @media screen and (min-width: 64em) {
    .post-columns:nth-child(2n-1) .blog-content {
      direction: rtl; }
      .post-columns:nth-child(2n-1) .blog-content.post-with-img .post-meta {
        left: auto;
        right: -30px;
        -webkit-transform: translateX(100%) translateY(0) rotateZ(90deg);
            -ms-transform: translateX(100%) translateY(0) rotate(90deg);
                transform: translateX(100%) translateY(0) rotateZ(90deg);
        direction: ltr;
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
      .post-columns:nth-child(2n-1) .blog-content.post-without-img .post-meta {
        direction: ltr; }
      .post-columns:nth-child(2n-1) .blog-content .post-image {
        text-align: left;
        direction: ltr; }
      .post-columns:nth-child(2n-1) .blog-content .more-link {
        direction: ltr; } }
  .post-columns.post-visible {
    opacity: 1; }

.blog-load-more-wrapper {
  text-align: center; }
  .blog-load-more-wrapper .blog-load-more {
    display: inline-block;
    color: inherit; }

.blog-footer .footer-content {
  text-align: center;
  font-size: 12px;
  line-height: 1.5em; }

/**
 *
 * Single post
 *
 */
.single-post .post-content .content p:last-of-type {
  margin-bottom: 0; }

@media screen and (min-width: 64em) {
  .single-post .post-with-img:nth-child(2n-1) {
    direction: rtl; }
    .single-post .post-with-img:nth-child(2n-1) .post-meta {
      left: auto;
      right: -30px;
      -webkit-transform: translateX(100%) translateY(0) rotateZ(90deg);
          -ms-transform: translateX(100%) translateY(0) rotate(90deg);
              transform: translateX(100%) translateY(0) rotateZ(90deg);
      direction: ltr;
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left; }
    .single-post .post-with-img:nth-child(2n-1) .post-image {
      text-align: left;
      direction: ltr; }
    .single-post .post-with-img:nth-child(2n-1) .more-link {
      direction: ltr; } }

.post-share {
  direction: ltr; }
  @media screen and (max-width: 39.9375em) {
    .post-share .share-header, .post-share .shares li a {
      font-size: 12px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .post-share .share-header, .post-share .shares li a {
      font-size: 14px; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .post-share .share-header, .post-share .shares li a {
      font-size: 1.3vw; } }
  @media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .post-share .share-header, .post-share .shares li a {
      font-size: 1.2vw; } }
  @media screen and (min-width: 90em) {
    .post-share .share-header, .post-share .shares li a {
      font-size: 1.1vw; } }
  @media screen and (max-width: 63.9375em) {
    .post-share {
      margin-bottom: 8vw;
      text-align: right; }
      .post-share .shares li {
        display: inline-block;
        margin-right: 5px; }
      .post-share .shares {
        display: none;
        text-align: right; } }
  .post-share .share-header {
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    /* font-weight: lighter; */ }
    @media screen and (min-width: 64em) {
      .post-share .share-header {
        margin-bottom: 2vw !important; } }
  .post-share .shares {
    margin: 0; }
    .post-share .shares li {
      list-style-type: none;
      font-size: 14px; }
    .post-share .shares a {
      display: inline-block;
      position: relative;
      z-index: 1; }
      .post-share .shares a:before {
        content: "";
        position: absolute;
        top: 4px;
        bottom: 4px;
        height: auto;
        width: 0;
        -webkit-transition: width .4s;
        transition: width .4s;
        z-index: -1; }
      .post-share .shares a:hover:before {
        width: 50%; }

.post-tags {
  direction: ltr; }
  .post-tags span {
    text-transform: uppercase;
    letter-spacing: 2px; }
  @media screen and (max-width: 39.9375em) {
    .post-tags span, .post-tags a {
      font-size: 12px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .post-tags span, .post-tags a {
      font-size: 14px; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .post-tags span, .post-tags a {
      font-size: 1.3vw; } }
  @media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .post-tags span, .post-tags a {
      font-size: 1.2vw; } }
  @media screen and (min-width: 90em) {
    .post-tags span, .post-tags a {
      font-size: 1.1vw; } }
  .post-tags a {
    position: relative;
    display: inline-block;
    position: relative;
    z-index: 1; }
    .post-tags a:after {
      content: '';
      position: absolute;
      top: 0;
      right: -2px;
      width: 0;
      height: 100%;
      z-index: -1;
      -webkit-transition: width .4s;
      transition: width .4s; }
    .post-tags a:hover:after {
      width: calc(50% + 10px); }

.related-posts {
  position: relative; }
  .related-posts .post-image {
    text-align: center; }
    @media screen and (min-width: 64em) {
      .related-posts .post-image {
        text-align: right; } }
  .related-posts .decoration {
    position: relative;
    margin-left: -150px;
    margin-top: 0;
    top: 0;
    text-align: left;
    visibility: visible; }
    @media screen and (max-width: 63.9375em) {
      .related-posts .decoration {
        margin: 0 auto;
        left: 0; }
        .related-posts .decoration svg {
          margin: 0 auto; } }
    @media screen and (min-width: 64em) {
      .related-posts .decoration.circle_right, .related-posts .decoration.circle_left {
        margin-left: 0;
        left: 0; }
      .related-posts .decoration.circle_right {
        overflow: hidden; }
        .related-posts .decoration.circle_right svg {
          float: right; } }
  @media screen and (max-width: 63.9375em) {
    .related-posts .post-content {
      margin-top: 30px; } }

.post-comments {
  text-align: left; }
  .post-comments h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center !important; }

#recentcomments {
  margin: 0; }
  #recentcomments ul {
    margin-left: 30px; }
  #recentcomments li {
    list-style-type: none;
    /* display: table; */ }
  #recentcomments .comment-date, #recentcomments .comment-author-link, #recentcomments .comment-header, #recentcomments .comment-body {
    display: inline-block;
    position: relative; }
  #recentcomments .comment-date {
    opacity: .4;
    /* font-style: italic; */
    font-size: 12px;
    margin-right: 10px; }
  #recentcomments .comment-author-link {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px; }
    #recentcomments .comment-author-link a {
      color: inherit;
      font-weight: bold; }
  #recentcomments .comment-body {
    font-size: 14px;
    display: block;
    margin-bottom: 30px; }
  #recentcomments .comment-author-avatar {
    position: absolute;
    left: -30px;
    top: -1px; }
  #recentcomments .comment-header {
    margin-bottom: 1rem; }
  #recentcomments .reply {
    font-size: 14px;
    opacity: 0.5; }
  @media screen and (max-width: 63.9375em) {
    #recentcomments ul {
      margin-left: 15px; }
    #recentcomments .comment-date {
      width: 100%; } }

.numeric-pagination {
  text-align: center;
  width: 100%;
  /* font-family: $subheader-font-family; font-style: italic;  */
  font-size: 20px;
  margin-bottom: 45px; }
  .numeric-pagination .page-numbers {
    width: 25px;
    text-align: center;
    opacity: 0.6;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    height: 25px;
    position: relative; }
    .numeric-pagination .page-numbers.current {
      opacity: 1;
      /* transform: scale(1.4); */ }
      .numeric-pagination .page-numbers.current:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5px;
        right: 5px;
        height: 1px; }
  .numeric-pagination a.page-numbers:hover {
    opacity: 1;
    /* color: #FF528A; */ }

#commentform input {
  height: 50px; }

#commentform .comment-form-input {
  padding: 15px 30px;
  background: transparent; }

#commentform .comment-submit {
  text-align: right;
  display: block; }
  #commentform .comment-submit span {
    display: inline-block; }
  #commentform .comment-submit .form-submit {
    background: transparent;
    border: none;
    outline: none; }
    #commentform .comment-submit .form-submit:focus {
      outline: none; }

#commentform .comment-logged-in {
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #commentform .comment-logged-in a {
    color: inherit;
    font-weight: bold; }

/**
 *
 * Archive
 *
 */
.archive-header {
  text-align: center; }
  .archive-header h3 {
    text-transform: uppercase;
    letter-spacing: 15px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .archive-header h3 {
        letter-spacing: 15px; } }
    @media screen and (min-width: 64em) {
      .archive-header h3 {
        letter-spacing: 15px; } }

.post-pagination {
  margin-top: 2vw; }

/**
 *
 * 10. News / annoucemenets template styles
 *
 */
.promotion-news .promotion-news-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%; }

.promotion-news-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2; }

.promotion-news-carousel {
  height: 100%;
  overflow: hidden; }
  .promotion-news-carousel .portfolio-arrow {
    top: 75%; }

.promotion-item {
  float: left;
  position: relative;
  height: 100%;
  overflow: hidden; }
  .promotion-item a {
    display: block;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
    .promotion-item a .promotion-news-content-wrapper {
      opacity: 0;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%);
      -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .promotion-item a.loaded-images .promotion-news-content-wrapper {
      opacity: 1;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .promotion-item a.no-link {
      cursor: default; }
      .promotion-item a.no-link .promotion-news-content-wrapper:hover:before {
        top: 30px !important;
        right: 30px !important;
        bottom: 60px !important;
        left: 60px !important; }
      .promotion-item a.no-link .promotion-news-content-wrapper:hover:after {
        bottom: 30px !important;
        left: 30px !important;
        right: 60px !important;
        top: 60px !important; }
  .promotion-item .promotion-news-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
    .promotion-item .promotion-news-content-wrapper:before {
      content: "";
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 60px;
      left: 60px;
      z-index: 0;
      -webkit-transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1), right 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1), right 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .promotion-item .promotion-news-content-wrapper:after {
      content: "";
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 60px;
      top: 60px;
      z-index: 0;
      -webkit-transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1), right 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1), right 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .promotion-item .promotion-news-content-wrapper:hover:before, .promotion-item .promotion-news-content-wrapper:hover:after {
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important; }
    .promotion-item .promotion-news-content-wrapper .promotion-news-content {
      position: relative;
      display: table;
      width: 100%;
      height: 100%;
      z-index: 3; }
    .promotion-item .promotion-news-content-wrapper .content {
      display: table-cell;
      vertical-align: middle; }
      .promotion-item .promotion-news-content-wrapper .content h1, .promotion-item .promotion-news-content-wrapper .content h2, .promotion-item .promotion-news-content-wrapper .content h3, .promotion-item .promotion-news-content-wrapper .content h4, .promotion-item .promotion-news-content-wrapper .content h5, .promotion-item .promotion-news-content-wrapper .content h6 {
        margin-bottom: 15px;
        line-height: 1.5em; }
      @media screen and (max-width: 39.9375em) {
        .promotion-item .promotion-news-content-wrapper .content {
          padding: 5vw 10vw; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .promotion-item .promotion-news-content-wrapper .content {
          padding: 4vw 8vw; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .promotion-item .promotion-news-content-wrapper .content {
          padding: 4vw 7vw; } }
      @media screen and (min-width: 75em) {
        .promotion-item .promotion-news-content-wrapper .content {
          padding: 3vw 6vw; } }
  .promotion-item img {
    height: 50vh;
    width: auto;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 2; }
    .promotion-item img.loaded-image {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }
  .promotion-item.hover-basic {
    overflow: hidden; }
    .promotion-item.hover-basic img {
      -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.promotion-single-post .post-content {
  direction: ltr; }

.promotion-inner {
  position: relative;
  height: 50vh; }

/**
 *
 * 11. Portfolio templates styles
 *
 */
.page-wrapper > .portfolio .navbar-top {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0; }

.page-wrapper > .portfolio2 .navbar-top {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0; }

.portfolio {
  height: 100vh; }
  .portfolio .portfol .lang-social-menu {
    display: none; }

.portfolio-row {
  height: 100vh; }

.portfolio-item {
  float: left;
  position: relative;
  height: 50%;
  overflow: hidden; }
  .portfolio-item a {
    display: block;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .portfolio-item img {
    height: 50vh;
    width: auto;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 2; }
    .portfolio-item img.loaded-image {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }
  .portfolio-item.hover-basic {
    overflow: hidden; }
    .portfolio-item.hover-basic img {
      -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .portfolio-item:hover.hover-basic img.loaded-image {
    opacity: .5;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .portfolio-item:hover .img-bg-2 {
    opacity: 1; }
  .portfolio-item:hover img {
    opacity: 0; }

.masonry-wrapper {
  height: 100vh; }

.grid-sizer {
  height: 50%;
  float: left; }

.swiper-slide, .img-bg-2 {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: auto;
  -webkit-background-size: cover;
          background-size: cover; }

.swiper-slide a {
  display: block; }

.img-bg-2 {
  opacity: 0;
  -webkit-transition: opacity .4s .6s;
  transition: opacity .4s .6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover; }

.loaded-images .img-bg-2 {
  opacity: 1; }

.portfolio-arrow {
  position: fixed;
  width: 100px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: opacity .4s, visibility .4s .4s;
  transition: opacity .4s, visibility .4s .4s;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px; }
  .portfolio-arrow .arrow-slide {
    position: relative;
    height: 100%; }
    .portfolio-arrow .arrow-slide svg {
      position: absolute;
      top: 50%;
      margin-top: -25px;
      left: 50%;
      margin-left: -25px;
      width: 50px;
      height: 50px;
      -webkit-transition: stroke .4s, opacity .4s;
      transition: stroke .4s, opacity .4s;
      opacity: 1; }
    .portfolio-arrow .arrow-slide:hover svg {
      opacity: .5; }

.portfolio-slide-next {
  right: 8vw; }

.portfolio-slide-prev {
  left: 8vw; }

.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .4s .4s, opacity .4s;
  transition: visibility .4s .4s, opacity .4s; }

.show-arrow {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .4s, opacity .4s;
  transition: visibility .4s, opacity .4s; }

.portfolio-filters {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1; }
  .portfolio-filters .menu-wrapper {
    display: table;
    width: 100%;
    height: 100%; }
  .portfolio-filters .img-caption {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 30px; }
    @media screen and (max-width: 63.9375em) {
      .portfolio-filters .img-caption {
        display: none; } }
  .portfolio-filters .menu-default {
    display: table-cell;
    margin: 0;
    vertical-align: middle; }
    @media screen and (max-width: 39.9375em) {
      .portfolio-filters .menu-default {
        padding: 0 10px; }
        .portfolio-filters .menu-default li {
          padding: 0 5px; }
        .portfolio-filters .menu-default a {
          font-size: 10px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .portfolio-filters .menu-default {
        padding: 0 15px; }
        .portfolio-filters .menu-default li {
          padding: 0 5px; }
        .portfolio-filters .menu-default a {
          font-size: 10px; } }
    @media screen and (min-width: 64em) {
      .portfolio-filters .menu-default {
        padding: 0 30px;
        width: 70%;
        text-align: right; }
        .portfolio-filters .menu-default a {
          font-size: 12px; } }

.portfolio-hover-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  margin-top: -15px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.overlay-hover-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  z-index: 2; }

.single-portfolio-item:hover .portfolio-hover-title {
  opacity: 1; }

.single-portfolio-item:hover .overlay-hover-title:after {
  opacity: .6; }

.gallery-single-portfolio .post-image {
  margin: 0 30px 30px;
  text-align: center; }
  .gallery-single-portfolio .post-image img {
    width: 100%; }
  .gallery-single-portfolio .post-image > a {
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .gallery-single-portfolio .post-image > a:before, .gallery-single-portfolio .post-image > a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .gallery-single-portfolio .post-image > a:before {
      -webkit-transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: .3; }
    .gallery-single-portfolio .post-image > a:after {
      -webkit-transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: .5; }
    .gallery-single-portfolio .post-image > a:hover:before {
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
    .gallery-single-portfolio .post-image > a:hover:after {
      -webkit-transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%); }

.portfolio-post-content {
  padding-bottom: 60px; }
  .portfolio-post-content .post-share {
    text-align: center; }
    .portfolio-post-content .post-share a {
      color: inherit;
      display: inline-block; }
      .portfolio-post-content .post-share a:before {
        content: "";
        top: 4px;
        bottom: 4px;
        height: auto; }
      .portfolio-post-content .post-share a:hover {
        background: transparent; }

@media screen and (max-width: 63.9375em) {
  .portfolio-single-post .portfolio-sidebar {
    position: static !important; } }

@media screen and (min-width: 64em) {
  .portfolio-single-post .margin-top-intro {
    padding-top: 100vh; } }

@media screen and (max-width: 63.9375em) {
  .portfolio-single-post .margin-top-intro {
    margin-top: 8vw !important; } }

.portfolio-single-intro {
  position: relative; }
  @media screen and (min-width: 64em) {
    .portfolio-single-intro {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .portfolio-single-intro .post-image-intro {
        min-height: 100%; }
        .portfolio-single-intro .post-image-intro .img-bg-1 {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
  @media screen and (max-width: 39.9375em) {
    .portfolio-single-intro {
      margin-top: -100px; }
      .portfolio-single-intro .portfolio-single-title {
        margin-top: 50px; }
        .portfolio-single-intro .portfolio-single-title h3 {
          font-size: 22px !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .portfolio-single-intro {
      margin-top: -100px; }
      .portfolio-single-intro .portfolio-single-title {
        margin-top: 50px; }
        .portfolio-single-intro .portfolio-single-title h3 {
          font-size: 28px !important; } }
  .portfolio-single-intro .portfolio-single-title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .portfolio-single-intro .portfolio-single-title h3 > span {
      white-space: nowrap;
      display: inline-block; }
  .portfolio-single-intro .post-image-intro {
    position: relative; }
    .portfolio-single-intro .post-image-intro a {
      display: block; }
  .portfolio-single-intro .img-bg-1 {
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 75vw; }

.portfolio-video-control {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3; }

/**
 *
 * Portfolio 2
 *
 */
.portfolio2 {
  height: 100vh; }
  .portfolio2 .swiper-wrapper {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh; }
  .portfolio2 .portfolio-carousel2 {
    width: 100%; }
  .portfolio2 .portfolio-item2 {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* width: 100%; */
    height: 100%;
    overflow: hidden;
    position: relative; }
    .portfolio2 .portfolio-item2 a {
      display: block;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
    .portfolio2 .portfolio-item2 img {
      height: 100vh;
      width: auto;
      opacity: 1;
      -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      position: relative;
      z-index: 2; }
      .portfolio2 .portfolio-item2 img.loaded-image {
        opacity: 1; }
    .portfolio2 .portfolio-item2 > a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .7;
      z-index: 2;
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }
    .portfolio2 .portfolio-item2.active a:after {
      opacity: 0;
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }
    .portfolio2 .portfolio-item2 .img-bg-2 {
      opacity: 0; }
  .portfolio2 .portfolio-hover-title {
    z-index: 3; }
  .portfolio2 .lang-social-menu {
    display: none; }
  .portfolio2 .portfolio2-filters {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1; }
    .portfolio2 .portfolio2-filters .menu-wrapper {
      display: table;
      width: 100%;
      height: 100%; }
    .portfolio2 .portfolio2-filters .img-caption {
      display: table-cell;
      vertical-align: middle;
      width: 30%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding: 0 30px; }
      @media screen and (max-width: 63.9375em) {
        .portfolio2 .portfolio2-filters .img-caption {
          display: none; } }
    .portfolio2 .portfolio2-filters .menu-default {
      display: table-cell;
      margin: 0;
      vertical-align: middle; }
      @media screen and (max-width: 39.9375em) {
        .portfolio2 .portfolio2-filters .menu-default {
          padding: 0 10px; }
          .portfolio2 .portfolio2-filters .menu-default li {
            padding: 0 5px; }
          .portfolio2 .portfolio2-filters .menu-default a {
            font-size: 10px; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .portfolio2 .portfolio2-filters .menu-default {
          padding: 0 15px; }
          .portfolio2 .portfolio2-filters .menu-default li {
            padding: 0 5px; }
          .portfolio2 .portfolio2-filters .menu-default a {
            font-size: 10px; } }
      @media screen and (min-width: 64em) {
        .portfolio2 .portfolio2-filters .menu-default {
          padding: 0 30px;
          width: 70%;
          text-align: right; }
          .portfolio2 .portfolio2-filters .menu-default a {
            font-size: 12px; } }
  .portfolio2 .swiper-pagination.swiper-pagination-progress {
    height: 2px;
    bottom: 0;
    top: auto; }
  .portfolio2 .portfolio-arrow {
    cursor: pointer; }

/**
 *
 * Portfolio 3
 *
 */
.portfolio3 .page-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 39.9375em) {
  .portfolio3 .grid-size-3 .portfolio-grid-sizer, .portfolio3 .grid-size-3 .portfolio-item3 {
    /* @include calc( width, '100% / 2'); */
    width: 100%; }
  .portfolio3 .grid-size-4 .portfolio-grid-sizer, .portfolio3 .grid-size-4 .portfolio-item3 {
    /* @include calc( width, '100% / 2'); */
    width: 100%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .portfolio3 .grid-size-3 .portfolio-grid-sizer, .portfolio3 .grid-size-3 .portfolio-item3 {
    width: 50%; }
  .portfolio3 .grid-size-4 .portfolio-grid-sizer, .portfolio3 .grid-size-4 .portfolio-item3 {
    width: 50%; } }

@media screen and (min-width: 64em) {
  .portfolio3 .grid-size-3 .portfolio-grid-sizer, .portfolio3 .grid-size-3 .portfolio-item3 {
    width: 33.33333%; }
  .portfolio3 .grid-size-4 .portfolio-grid-sizer, .portfolio3 .grid-size-4 .portfolio-item3 {
    width: 25%; } }

.portfolio3 .portfolio-item3 {
  height: auto;
  opacity: 0; }
  .portfolio3 .portfolio-item3.item-visible {
    opacity: 1; }
  .portfolio3 .portfolio-item3 img {
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .portfolio3 .portfolio-item3 .img-bg-2 {
    opacity: 1; }
  .portfolio3 .portfolio-item3.hover-basic {
    overflow: hidden; }
    .portfolio3 .portfolio-item3.hover-basic img {
      -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .portfolio3 .portfolio-item3:hover.hover-basic img {
    opacity: .5;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .portfolio3 .portfolio-item3:hover img {
    opacity: 0; }
  .portfolio3 .portfolio-item3 > a:first-of-type {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.portfolio3 .portfolio3-masonry {
  padding-bottom: 60px;
  position: relative; }

.portfolio3 .portfolio3-filters {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 3; }
  .portfolio3 .portfolio3-filters .menu-wrapper {
    display: table;
    width: 100%;
    height: 100%; }
  .portfolio3 .portfolio3-filters .menu-default {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    /* width: 70%; */ }
    @media screen and (max-width: 39.9375em) {
      .portfolio3 .portfolio3-filters .menu-default {
        padding: 0 10px; }
        .portfolio3 .portfolio3-filters .menu-default li {
          padding: 0 5px; }
        .portfolio3 .portfolio3-filters .menu-default a {
          font-size: 10px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .portfolio3 .portfolio3-filters .menu-default {
        padding: 0 15px; }
        .portfolio3 .portfolio3-filters .menu-default li {
          padding: 0 5px; }
        .portfolio3 .portfolio3-filters .menu-default a {
          font-size: 10px; } }
    @media screen and (min-width: 64em) {
      .portfolio3 .portfolio3-filters .menu-default {
        padding: 0 30px; }
        .portfolio3 .portfolio3-filters .menu-default a {
          font-size: 12px; } }

.portfolio3 .lang-social-menu {
  display: none; }

.portfolio3 .navbar-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.portfolio3 .portfolio-load-more-wrapper {
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 2;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 60px; }
  .portfolio3 .portfolio-load-more-wrapper .portfolio-load-more {
    position: relative;
    background-repeat: no-repeat;
    padding: 15px 30px;
    line-height: 90px; }

.portfolio3 .portfolio-video-control svg .circle-dark {
  opacity: .3; }

/**
 *
 * Portfolio 4
 *
 */
.portfolio4 .page-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 39.9375em) {
  .portfolio4 .grid-size-3 .portfolio-grid-sizer, .portfolio4 .grid-size-3 .portfolio-item4 {
    width: 100%; }
  .portfolio4 .grid-size-4 .portfolio-grid-sizer, .portfolio4 .grid-size-4 .portfolio-item4 {
    width: 100%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .portfolio4 .grid-size-3 .portfolio-grid-sizer, .portfolio4 .grid-size-3 .portfolio-item4 {
    width: 50%; }
  .portfolio4 .grid-size-4 .portfolio-grid-sizer, .portfolio4 .grid-size-4 .portfolio-item4 {
    width: 50%; } }

@media screen and (min-width: 64em) {
  .portfolio4 .grid-size-3 .portfolio-grid-sizer, .portfolio4 .grid-size-3 .portfolio-item4 {
    width: 33.33333%; }
  .portfolio4 .grid-size-4 .portfolio-grid-sizer, .portfolio4 .grid-size-4 .portfolio-item4 {
    width: 25%; } }

.portfolio4 .portfolio-item4 {
  height: auto;
  opacity: 0; }
  .portfolio4 .portfolio-item4.item-visible {
    opacity: 1; }
  .portfolio4 .portfolio-item4 .img-bg-1 {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center; }
  .portfolio4 .portfolio-item4 .img-bg-2 {
    opacity: 1; }
  .portfolio4 .portfolio-item4 > a:first-of-type {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .portfolio4 .portfolio-item4.hover-basic {
    overflow: hidden; }
    .portfolio4 .portfolio-item4.hover-basic .img-bg-1 {
      -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .portfolio4 .portfolio-item4:hover.hover-basic .img-bg-1 {
    opacity: .5;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .portfolio4 .portfolio-item4:hover .img-bg-1 {
    opacity: 0; }

.portfolio4 .cursor-default span {
  cursor: default; }

.portfolio4 .portfolio4-masonry {
  padding-bottom: 60px;
  position: relative; }

.portfolio4 .portfolio4-filters {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 3; }
  .portfolio4 .portfolio4-filters .menu-wrapper {
    display: table;
    width: 100%;
    height: 100%; }
  .portfolio4 .portfolio4-filters .menu-default {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    /* width: 70%; */ }
    @media screen and (max-width: 39.9375em) {
      .portfolio4 .portfolio4-filters .menu-default {
        padding: 0 10px; }
        .portfolio4 .portfolio4-filters .menu-default li {
          padding: 0 5px; }
        .portfolio4 .portfolio4-filters .menu-default a {
          font-size: 10px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .portfolio4 .portfolio4-filters .menu-default {
        padding: 0 15px; }
        .portfolio4 .portfolio4-filters .menu-default li {
          padding: 0 5px; }
        .portfolio4 .portfolio4-filters .menu-default a {
          font-size: 10px; } }
    @media screen and (min-width: 64em) {
      .portfolio4 .portfolio4-filters .menu-default {
        padding: 0 30px; }
        .portfolio4 .portfolio4-filters .menu-default a {
          font-size: 12px; } }

.portfolio4 .lang-social-menu {
  display: none; }

.portfolio4 .navbar-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.portfolio4 .portfolio-load-more-wrapper {
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 2;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 60px; }
  .portfolio4 .portfolio-load-more-wrapper .portfolio-load-more {
    position: relative;
    background-repeat: no-repeat;
    padding: 15px 30px;
    line-height: 90px; }

.portfolio4 .portfolio-video-control svg .circle-dark {
  opacity: .3; }

/**
 *
 * 12. About template styles
 *
 */
.page-wrapper > .about .navbar-top {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .page-wrapper > .about .navbar-top .logo-lg {
    opacity: 1; }

.about-sections .about-section {
  text-align: center; }
  .about-sections .about-section .row {
    position: relative;
    z-index: 2; }
  .about-sections .about-section.close-content .row, .about-sections .about-section.close-content .section-overlay, .about-sections .about-section.close-content .close-content-section {
    display: none;
    opacity: 0; }
  .about-sections .about-section.close-content .open-content-section {
    display: block;
    opacity: 1; }
  .about-sections .about-section.close-content .half-overlay {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .about-sections .about-section.open-content .row, .about-sections .about-section.open-content .close-content-section, .about-sections .about-section.open-content .section-overlay {
    display: block;
    opacity: 1; }
  .about-sections .about-section.open-content .open-content-section {
    display: none;
    opacity: 0; }
  .about-sections .about-section.open-content .half-overlay {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

@media screen and (max-width: 63.9375em) {
  .about-sections .half-overlay {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .about-sections .half-overlay {
    width: 50%; } }

.about-sections header {
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .about-sections header {
      padding-bottom: 6vw;
      margin-bottom: 6vw; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .about-sections header {
      padding-bottom: 4vw;
      margin-bottom: 4vw; } }
  @media screen and (min-width: 64em) {
    .about-sections header {
      padding-bottom: 3vw;
      margin-bottom: 3vw; } }
  .about-sections header h3 {
    margin-bottom: 0; }
    .about-sections header h3 span {
      display: inline-block;
      white-space: nowrap; }
      @media screen and (max-width: 39.9375em) {
        .about-sections header h3 span {
          padding: 0 10px; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .about-sections header h3 span {
          padding: 0 10px; } }
      @media screen and (min-width: 64em) {
        .about-sections header h3 span {
          padding: 0 15px; } }

.about-sections .about-content-wrapper {
  opacity: 0;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    .about-sections .about-content-wrapper {
      margin: 15px; } }

.about-sections .content p, .about-sections .content a {
  /* letter-spacing: 1px; */ }
  @media screen and (max-width: 39.9375em) {
    .about-sections .content p, .about-sections .content a {
      font-size: 12px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .about-sections .content p, .about-sections .content a {
      font-size: 14px; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .about-sections .content p, .about-sections .content a {
      font-size: 1.4vw; } }
  @media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .about-sections .content p, .about-sections .content a {
      font-size: 1.1vw; } }
  @media screen and (min-width: 90em) {
    .about-sections .content p, .about-sections .content a {
      font-size: 1vw; } }

.about-sections .about-content {
  padding: 0 2vw; }
  .about-sections .about-content a {
    color: inherit; }

.about-sections .close-content-section {
  font-size: 10px;
  opacity: 0;
  position: absolute;
  z-index: 22;
  bottom: 20px;
  left: 20px;
  /* opacity: 1; transition: opacity .4s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94); */ }
  .about-sections .close-content-section a {
    padding: 5px; }
  @media screen and (min-width: 64em) {
    .about-sections .close-content-section {
      font-size: 12px;
      bottom: 220px;
      right: 50%;
      left: auto;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      width: 400px;
      text-align: right;
      margin-right: -220px; } }

.about-sections .open-content-section {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 10px;
  z-index: 10;
  opacity: 0; }
  @media screen and (min-width: 64em) {
    .about-sections .open-content-section {
      font-size: 12px;
      top: 50%;
      left: 30px;
      bottom: auto;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      width: 400px;
      text-align: right;
      margin-right: -220px;
      -webkit-transform: translateX(-50%) rotateZ(90deg) translateY(0);
          -ms-transform: translateX(-50%) rotate(90deg) translateY(0);
              transform: translateX(-50%) rotateZ(90deg) translateY(0);
      transform-origin: center;
      text-align: center; } }
  .about-sections .open-content-section a {
    padding: 5px; }

.mobile-video-controls {
  position: fixed;
  bottom: 50px;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 20;
  margin-left: -50px; }
  .mobile-video-controls .circle-light {
    opacity: .3; }
  .mobile-video-controls a {
    display: block;
    width: 100%;
    height: 100%; }

.nav-slider-arrows {
  position: absolute;
  bottom: 4vw;
  right: 8vw;
  width: 100px;
  height: 100px;
  z-index: 2;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: background-color .4s;
  transition: background-color .4s; }
  .nav-slider-arrows .arrow-slide {
    position: relative;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px; }
    .nav-slider-arrows .arrow-slide svg {
      position: absolute;
      top: 50%;
      margin-top: -25px;
      left: 50%;
      margin-left: -25px;
      width: 50px;
      height: 50px;
      -webkit-transition: stroke .4s, opacity .4s;
      transition: stroke .4s, opacity .4s;
      opacity: 1; }
    .nav-slider-arrows .arrow-slide:hover svg {
      opacity: .5; }

@media screen and (max-width: 39.9375em) {
  #fp-nav {
    bottom: 20px !important;
    top: auto !important;
    right: 0 !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #fp-nav {
    right: 20px !important; } }

@media screen and (min-width: 64em) {
  #fp-nav {
    right: 8vw !important; } }

#fp-nav ul {
  counter-reset: li; }

#fp-nav li {
  position: relative;
  height: 30px !important;
  width: 30px !important;
  -webkit-transition: color .4s;
  transition: color .4s; }
  #fp-nav li:before {
    content: counters(li, "", decimal-leading-zero);
    counter-increment: li;
    position: absolute;
    top: 0;
    margin-left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px; }
  #fp-nav li span {
    display: none; }
  #fp-nav li a:after {
    content: "";
    height: 1px;
    left: 6px;
    right: 6px;
    position: absolute;
    bottom: 2px;
    background: transparent;
    -webkit-transition: background .4s;
    transition: background .4s; }
  #fp-nav li .active {
    position: relative; }
  #fp-nav li:after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: calc(50% + 10px);
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right; }
  #fp-nav li:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }

@media screen and (min-width: 64em) {
  .about-section.pos_center .half-overlay {
    width: 100%; }
  .about-section.pos_center .close-content-section {
    -webkit-transform: translateX(-50%) rotateZ(90deg) translateY(0);
        -ms-transform: translateX(-50%) rotate(90deg) translateY(0);
            transform: translateX(-50%) rotateZ(90deg) translateY(0);
    text-align: center;
    top: 50%;
    bottom: auto;
    left: 30px;
    right: auto; }
    .about-section.pos_center .close-content-section a {
      padding: 5px; }
  .about-section.pos_right .half-overlay {
    right: 0;
    left: auto; }
  .about-section.pos_right .close-content-section {
    margin-right: -180px; }
  .about-section.pos_right.close-content .half-overlay {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); } }

.about-sections .content h1 a, .about-sections .content h2 a, .about-sections .content h3 a, .about-sections .content h4 a, .about-sections .content h5 a, .about-sections .content h6 a {
  font-size: inherit;
  font-family: inherit; }

.about-section div.flex-video {
  padding-bottom: 0;
  margin-bottom: 0;
  height: auto;
  position: static; }

/**
 *
 * 13. Wordpress custom styles
 *
 */
.page-mask {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #111; }

.blast {
  visibility: hidden; }

.decoration {
  visibility: hidden; }

.page-wrapper {
  width: 100%;
  overflow: hidden; }

.home-nav, .logo-lg, .open-off-canvas, .home-footer, .lang-social-menu {
  opacity: 0;
  -webkit-transition: opacity 0.7s 0.3s;
  transition: opacity 0.7s 0.3s; }

.show-additional .home-nav, .show-additional .logo-lg, .show-additional .open-off-canvas, .show-additional .home-footer, .show-additional .lang-social-menu {
  opacity: 1; }

.home-slide {
  position: absolute;
  left: -30px;
  top: -30px;
  bottom: -30px;
  right: -30px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center; }

.video-home-wrapper {
  z-index: -1; }

.video-mask,
.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.gallery-caption {
  background: transparent; }

.bypostauthor {
  background: transpraent; }

/**
 *
 * 14. Vegas slider styles
 *
 */
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-overlay {
  opacity: .5;
  background: transparent url("overlays/02.png") center center repeat; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

body .vegas-container {
  overflow: hidden !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

body .parallax-image .vegas-container {
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1; }

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px; }

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
          filter: blur(32px); }

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px); }

.vegas-transition-blur2-out {
  opacity: 0; }

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
          filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
          filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
          filter: contrast(1000%) saturate(1000%); }

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
          filter: brightness(25); }

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
          filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
          filter: brightness(25); }

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
          filter: invert(100%); }

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
          filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
          filter: invert(100%); }

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
      -ms-transform: scale(2) rotate(35deg);
          transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
      -ms-transform: scale(2) rotate(-35deg);
          transform: scale(2) rotate(-35deg);
  opacity: 0; }

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
      -ms-transform: scale(2) rotate(-35deg);
          transform: scale(2) rotate(-35deg);
  opacity: 0; }

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
      -ms-transform: scale(2) rotate(35deg);
          transform: scale(2) rotate(35deg);
  opacity: 0; }

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  opacity: 0; }

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  opacity: 0; }

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0; }

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
          animation: kenburns ease-out; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
          animation: kenburnsDownLeft ease-out; }

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, -1%);
            transform: scale(1.05) translate(1%, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, -1%);
            transform: scale(1.05) translate(1%, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
          animation: kenburnsDownRight ease-out; }

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, -1%);
            transform: scale(1.05) translate(-1%, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, -1%);
            transform: scale(1.05) translate(-1%, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
          animation: kenburnsDown ease-out; }

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.05) translate(0, -1%);
            transform: scale(1.05) translate(0, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.05) translate(0, -1%);
            transform: scale(1.05) translate(0, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
          animation: kenburnsLeft ease-out; }

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, 0);
            transform: scale(1.05) translate(1%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, 0);
            transform: scale(1.05) translate(1%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
          animation: kenburnsRight ease-out; }

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, 0);
            transform: scale(1.05) translate(-1%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, 0);
            transform: scale(1.05) translate(-1%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
          animation: kenburnsUpLeft ease-out; }

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, 1%);
            transform: scale(1.05) translate(1%, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, 1%);
            transform: scale(1.05) translate(1%, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
          animation: kenburnsUpRight ease-out; }

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, 1%);
            transform: scale(1.05) translate(-1%, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, 1%);
            transform: scale(1.05) translate(-1%, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
          animation: kenburnsUp ease-out; }

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.05) translate(0, 1%);
            transform: scale(1.05) translate(0, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.05) translate(0, 1%);
            transform: scale(1.05) translate(0, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/**
 *
 * 15. Woocommerce
 *
 */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-shipping-calculator .shipping-calculator-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce .mauna-single-product a.added_to_cart {
  /* text-transform: uppercase; letter-spacing: 3px; font-size: 12px; */
  height: 39px;
  line-height: 39px;
  padding: 0 15px;
  border-radius: 0;
  background: transparent;
  border: none;
  border-radius: 2px;
  color: inherit;
  -webkit-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  z-index: 1; }
  .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-shipping-calculator .shipping-calculator-button:focus, .woocommerce #payment #place_order:focus, .woocommerce-page #payment #place_order:focus, .woocommerce .mauna-single-product a.added_to_cart:focus {
    outline: none; }

.woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 60px; }

.woocommerce input:not(.button):not(.plus):not(.minus), .woocommerce select, .woocommerce textarea {
  background: transparent !important; }
  .woocommerce input:not(.button):not(.plus):not(.minus):focus, .woocommerce select:focus, .woocommerce textarea:focus {
    outline: none; }

.woocommerce h1.page-title {
  font-size: 30px;
  letter-spacing: 15px; }

.woocommerce .onsale {
  background: transparent !important;
  border: none;
  border-radius: 0;
  padding: 0;
  top: -5px;
  left: -10px;
  font-weight: bold !important;
  /* color: #222 !important;  */
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px !important;
  z-index: 2; }
  .woocommerce .onsale:after {
    content: "";
    position: absolute;
    top: 45px;
    left: -15px;
    width: 50px;
    height: 2px;
    /* background: #222; */ }

.woocommerce .woocommerce-result-count {
  /* font-size: 12px; text-transform: uppercase; font-style: normal; letter-spacing: 3px;  */
  opacity: .7;
  margin-bottom: 60px;
  font-weight: normal; }

.woocommerce .woocommerce-ordering {
  margin-bottom: 60px; }
  .woocommerce .woocommerce-ordering select {
    margin-bottom: 0;
    height: 39px; }
    .woocommerce .woocommerce-ordering select:focus {
      outline: none; }
  .woocommerce .woocommerce-ordering .orderby {
    letter-spacing: 1px;
    font-size: 14px;
    padding: 0 30px 0 15px;
    text-transform: none !important;
    color: inherit; }

.woocommerce .variations {
  margin-bottom: 0 !important; }
  .woocommerce .variations tbody {
    border: none;
    background: none; }
  .woocommerce .variations td {
    padding: 0; }
  .woocommerce .variations .label {
    background: transparent; }
    .woocommerce .variations .label label {
      line-height: 41px;
      letter-spacing: 3px;
      font-size: 14px;
      padding-right: 15px; }
  .woocommerce .variations .value {
    overflow: hidden; }
    .woocommerce .variations .value a {
      float: right;
      font-size: 10px !important; }
  .woocommerce .variations select {
    margin-bottom: 0;
    height: 39px;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 0 30px 0 15px;
    text-transform: none !important; }
    .woocommerce .variations select:focus {
      outline: none; }

.woocommerce .woocommerce-variation.single_variation {
  display: table;
  width: 100%;
  table-layout: auto;
  margin-bottom: 10px; }
  .woocommerce .woocommerce-variation.single_variation .woocommerce-variation-description, .woocommerce .woocommerce-variation.single_variation .woocommerce-variation-price {
    display: table-cell; }
  .woocommerce .woocommerce-variation.single_variation .woocommerce-variation-price {
    text-align: right; }

.woocommerce .mauna-single-product {
  position: relative; }
  .woocommerce .mauna-single-product img {
    margin-bottom: 0 !important; }
  .woocommerce .mauna-single-product .onsale {
    z-index: 1;
    font-size: 12px !important;
    letter-spacing: 2px;
    left: -5px !important;
    right: auto !important; }
    .woocommerce .mauna-single-product .onsale:after {
      width: 30px;
      top: 35px;
      left: -8px; }
  .woocommerce .mauna-single-product a.add_to_cart_button, .woocommerce .mauna-single-product a.added_to_cart {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px !important;
    -webkit-transform: translate3d(-50%, 20px, 0);
            transform: translate3d(-50%, 20px, 0);
    opacity: 0;
    -webkit-transition: opacity .4s, background .4s, color .4s, -webkit-transform .4s !important;
    transition: opacity .4s, background .4s, color .4s, -webkit-transform .4s !important;
    transition: opacity .4s, transform .4s, background .4s, color .4s !important;
    transition: opacity .4s, transform .4s, background .4s, color .4s, -webkit-transform .4s !important;
    /* background: rgba(255,255,255,.6); */ }
    .woocommerce .mauna-single-product a.add_to_cart_button.added, .woocommerce .mauna-single-product a.added_to_cart.added {
      opacity: 0 !important; }
  .woocommerce .mauna-single-product a.added_to_cart {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
  .woocommerce .mauna-single-product:hover a.add_to_cart_button {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }

.woocommerce .cross-sells h2, .woocommerce .upsells h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.woocommerce .products .product h3 {
  padding: 0 !important;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 10px !important;
  margin-top: 15px !important; }

.woocommerce .products .star-rating {
  margin-bottom: 10 !important; }

.woocommerce .products .price {
  margin-top: 15px;
  letter-spacing: 2px;
  font-size: 14px !important;
  text-align: center; }
  .woocommerce .products .price .amount {
    font-weight: bold; }
  .woocommerce .products .price del, .woocommerce .products .price ins {
    display: inline-block !important; }
  .woocommerce .products .price del {
    margin-right: 5px;
    font-size: 14px !important; }

.woocommerce div.product p.stock {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  /* letter-spacing: 1px; */ }

.woocommerce div.product .product_title {
  margin-bottom: 0;
  font-size: 30px;
  letter-spacing: 5px; }

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 30px; }

.woocommerce div.product .product_meta {
  text-align: right !important;
  font-style: italic !important;
  font-size: 14px !important;
  position: relative;
  padding-top: 5px; }
  .woocommerce div.product .product_meta:before {
    content: "";
    position: absolute;
    width: 50px;
    top: 0;
    right: 0px;
    height: 2px;
    /* background: #222;  */ }

.woocommerce div.product .price {
  letter-spacing: 2px;
  text-align: center; }
  .woocommerce div.product .price del {
    margin-right: 5px; }
    .woocommerce div.product .price del span {
      font-size: 16px; }
  .woocommerce div.product .price .amount {
    font-weight: bold; }

.woocommerce div.product .summary {
  padding: 2vw 2vw 0; }

.woocommerce div.product form.cart {
  margin-top: 45px;
  margin-bottom: 45px; }
  .woocommerce div.product form.cart button.single_add_to_cart_button {
    background: transparent;
    /*  color: #222; */
    line-height: inherit; }

.woocommerce div.product .woocommerce-tabs {
  border-top-width: 1px;
  border-top-style: solid; }
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;
    background: transparent; }
    .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel p {
      font-size: 16px; }
  .woocommerce div.product .woocommerce-tabs h2 {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 16px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    border: none;
    padding: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs:before {
      content: none !important; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      opacity: 1;
      border: none;
      border-top-width: 2px;
      border-top-style: solid; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      opacity: 0.5;
      background: transparent !important;
      border: none;
      border-top: 2px solid transparent;
      -webkit-transition: opacity 0.4s, border-color .4s;
      transition: opacity 0.4s, border-color .4s;
      margin: 0;
      border-radius: 0;
      /* text-transform: uppercase; letter-spacing: 3px; font-size: 12px; */ }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        color: inherit; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
        opacity: 0.7; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
        color: initial; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        content: none !important; }

.woocommerce div.product .related h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.woocommerce div.product .related li .woocommerce-LoopProduct-link {
  position: relative;
  display: block; }
  .woocommerce div.product .related li .woocommerce-LoopProduct-link img {
    margin-bottom: 15px; }
  .woocommerce div.product .related li .woocommerce-LoopProduct-link:hover .price {
    opacity: 1; }

.woocommerce div.product .related .price del span {
  font-size: 14px; }

.woocommerce div.product form.cart input:focus, .woocommerce div.product form.cart button:focus {
  outline: none; }

.woocommerce div.product form.cart div.quantity {
  margin: 0 35px 0 0px;
  position: relative; }
  .woocommerce div.product form.cart div.quantity .minus, .woocommerce div.product form.cart div.quantity .plus {
    position: absolute;
    right: -20px;
    height: 20px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    width: 20px;
    border-width: 1px;
    border-style: solid;
    /*  border: 1px solid #ddd;  */
    border-left: none;
    background: transparent;
    font-size: 12px;
    -webkit-transition: background .4s;
    transition: background .4s; }
  .woocommerce div.product form.cart div.quantity .minus {
    bottom: 0; }
  .woocommerce div.product form.cart div.quantity .plus {
    top: 0; }
  .woocommerce div.product form.cart div.quantity .qty {
    margin: 0;
    width: 50px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    color: inherit;
    /* border: 1px solid #ddd; */ }

.woocommerce div.product .images a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.woocommerce h1 {
  font-size: 28px; }

.woocommerce h2 {
  font-size: 20px; }

.woocommerce ins {
  text-decoration: none; }

.woocommerce .woocommerce-review-link {
  font-size: 14px !important;
  opacity: 0.5; }

.woocommerce ul.products li.product {
  text-align: center; }
  .woocommerce ul.products li.product .star-rating {
    margin: 0 auto .5em; }

.woocommerce table.shop_table {
  border: none;
  margin: 0 0 4vw; }
  .woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce table.shop_table tfoot {
    border: none; }
  .woocommerce table.shop_table tr {
    background: transparent; }
  .woocommerce table.shop_table td {
    padding: 15px; }
  .woocommerce table.shop_table th {
    padding: 15px; }

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 30px;
  color: inherit;
  /* color: #222; text-transform: uppercase; letter-spacing: 3px; font-size: 12px; */
  font-weight: bold; }
  .woocommerce .woocommerce-breadcrumb a {
    color: inherit;
    opacity: .5; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 70px; }

#reviews {
  overflow: hidden; }
  @media screen and (min-width: 64em) {
    #reviews #comments {
      width: 50%;
      float: left;
      padding-right: 30px; }
    #reviews #review_form_wrapper {
      width: 50%;
      float: right;
      padding-left: 30px; } }
  #reviews .comment-form input, #reviews .comment-form textarea, #reviews .comment-form label {
    color: inherit; }
  #reviews #reply-title {
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 30px; }

.woocommerce-Tabs-panel #reviews #comments ol.commentlist li {
  /* background: #f7f7f7; */
  padding: 15px 15px 0;
  border-radius: 2px;
  margin-bottom: 15px; }
  .woocommerce-Tabs-panel #reviews #comments ol.commentlist li img.avatar {
    background: transparent !important;
    width: 30px !important;
    border: none !important;
    padding: 0;
    top: 15px;
    left: 15px; }
  .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment-text {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 0 45px; }
    .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment-text .description {
      /* font-family: 'Playfair Display'; */ }
    .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment-text p {
      margin-bottom: 15px;
      font-size: 14px;
      text-transform: none; }

.woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-form {
  text-align: right; }

.woocommerce-Tabs-panel #reviews #review_form_wrapper .form-submit {
  display: inline-block; }
  .woocommerce-Tabs-panel #reviews #review_form_wrapper .form-submit .submit {
    background: transparent;
    height: 39px;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    /* color: #222;  */ }
    .woocommerce-Tabs-panel #reviews #review_form_wrapper .form-submit .submit:focus {
      outline: none; }
    .woocommerce-Tabs-panel #reviews #review_form_wrapper .form-submit .submit:hover {
      color: inherit;
      opacity: 1; }

.woocommerce-Tabs-panel #reviews #review_form_wrapper label {
  /* font-family: 'Playfair Display'; */
  font-size: 14px;
  text-transform: none !important; }

@media screen and (min-width: 64em) {
  .woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 5px; }
  .woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-form-email {
    width: 50%;
    float: right;
    padding-left: 5px; } }

.woocommerce-Tabs-panel #reviews #review_form_wrapper input, .woocommerce-Tabs-panel #reviews #review_form_wrapper textarea {
  padding: 15px;
  margin-bottom: 0; }

.woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-notes {
  margin-bottom: 30px;
  font-size: 12px;
  letter-spacing: 1px; }

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 30px; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none;
    margin: 0; }
    .woocommerce nav.woocommerce-pagination ul.page-numbers li {
      border: none;
      margin: 0 5px;
      font-size: 16px; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li a {
        border-bottom: 1px solid transparent; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li a, .woocommerce nav.woocommerce-pagination ul.page-numbers li .current {
        /* color: #222; */
        padding: 5px;
        background: transparent !important;
        color: inherit; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li .current {
        border-bottom: 1px solid;
        border-color: inherit; }

.woocommerce-cart input:focus, .woocommerce-cart button:focus {
  outline: none; }

.woocommerce-cart button {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  height: 39px;
  line-height: 39px;
  padding: 0 15px;
  border-radius: 0;
  /* color: #222; */
  background: transparent; }

.woocommerce-cart div.quantity {
  margin: 0 35px 0 0px;
  position: relative;
  float: left; }
  .woocommerce-cart div.quantity .minus, .woocommerce-cart div.quantity .plus {
    position: absolute;
    right: -20px;
    height: 20px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    width: 20px;
    border-width: 1px;
    border-style: solid;
    /* border: 1px solid #ddd; */
    border-left: none;
    background: transparent;
    font-size: 12px;
    -webkit-transition: background .4s;
    transition: background .4s; }
  .woocommerce-cart div.quantity .minus {
    bottom: 0; }
  .woocommerce-cart div.quantity .plus {
    top: 0; }
  .woocommerce-cart div.quantity .qty {
    margin: 0;
    width: 50px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid; }

.woocommerce .mauna-single-product a.add_to_cart_button, .woocommerce .mauna-single-product a.added_to_cart {
  background: rgba(255, 255, 255, 0.7); }
  .woocommerce .mauna-single-product a.add_to_cart_button:hover, .woocommerce .mauna-single-product a.added_to_cart:hover {
    color: #fff; }

/**
 *
 * Cart 
 *
 */
.page-content .woocommerce {
  /* overflow: hidden; */ }
  .page-content .woocommerce .cart {
    border-collapse: collapse !important; }
    .page-content .woocommerce .cart thead {
      background: transparent;
      border-right: none;
      border-top: none;
      border-left: none; }
      .page-content .woocommerce .cart thead th {
        opacity: .5;
        margin-bottom: 30px; }
    .page-content .woocommerce .cart tbody {
      background: transparent;
      border: none; }
      .page-content .woocommerce .cart tbody > tr:last-of-type {
        border-top-width: 1px;
        border-top-style: solid; }
    .page-content .woocommerce .cart.shop_table td {
      padding: 15px; }
    .page-content .woocommerce .cart .product-name a {
      font-size: 14px;
      letter-spacing: 2px; }
    .page-content .woocommerce .cart .product-price span, .page-content .woocommerce .cart .product-subtotal span {
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 2px; }
    .page-content .woocommerce .cart .product-remove {
      /* padding: 0 !important;  */ }
      .page-content .woocommerce .cart .product-remove a {
        color: inherit !important; }
        .page-content .woocommerce .cart .product-remove a:hover {
          background: transparent; }
  .page-content .woocommerce .cart-collaterals {
    margin-bottom: 30px; }
    .page-content .woocommerce .cart-collaterals ul.products li.product h3 a {
      font-family: inherit;
      font-size: inherit;
      text-transform: inherit;
      letter-spacing: inherit; }
    @media screen and (max-width: 63.9375em) {
      .page-content .woocommerce .cart-collaterals .cross-sells, .page-content .woocommerce .cart-collaterals .cart_totals {
        width: 100%;
        float: none; } }
  .page-content .woocommerce .cart-collaterals .cart_totals {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    padding: 15px; }
    .page-content .woocommerce .cart-collaterals .cart_totals table {
      margin-bottom: 15px;
      border-collapse: collapse; }
      .page-content .woocommerce .cart-collaterals .cart_totals table tbody {
        background: transparent;
        border: none; }
    .page-content .woocommerce .cart-collaterals .cart_totals h2 {
      font-size: 20px;
      letter-spacing: 3px;
      margin-bottom: 15px; }
    .page-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
      text-align: right;
      padding: 0; }
      .page-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
        color: #fff;
        text-align: center !important;
        display: inline-block;
        margin-bottom: 0; }
    .page-content .woocommerce .cart-collaterals .cart_totals .order-total td, .page-content .woocommerce .cart-collaterals .cart_totals .order-total th {
      border-top: 1px solid #ddd; }
  .page-content .woocommerce .cart-subtotal th, .page-content .woocommerce .order-total th {
    opacity: .5;
    vertical-align: middle !important; }
  .page-content .woocommerce .cart-subtotal td, .page-content .woocommerce .order-total td {
    font-size: 16px;
    line-height: 16px !important;
    padding: 15px 0 !important;
    text-align: right; }
  .page-content .woocommerce .shipping th {
    opacity: .5; }
  .page-content .woocommerce .shipping td {
    font-size: 16px;
    line-height: 16px !important;
    padding: 15px 0 !important; }
  .page-content .woocommerce .shipping #shipping_method li {
    padding: 0;
    padding-left: 22px;
    margin-bottom: 10px; }
    .page-content .woocommerce .shipping #shipping_method li label {
      margin: 0;
      margin-left: 5px;
      line-height: 1em; }
      .page-content .woocommerce .shipping #shipping_method li label span {
        font-size: 14px; }
  .page-content .woocommerce .shipping .shipping-calculator-button {
    display: inline-block;
    -webkit-transition: background .4s, color .4s !important;
    transition: background .4s, color .4s !important;
    font-size: 12px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .page-content .woocommerce .shipping .woocommerce-shipping-calculator {
    text-align: right; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  line-height: 39px;
  border-width: 1px;
  border-style: solid;
  width: auto;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 0 15px;
  text-transform: none !important; }

/**
 *
 * Checkout
 *
 */
.woocommerce-billing-fields {
  margin-bottom: 60px; }
  .woocommerce-billing-fields input, .woocommerce-billing-fields textarea, .woocommerce-billing-fields .select2-choice span {
    letter-spacing: 1px;
    font-size: 14px;
    padding: 0 30px 0 15px;
    text-transform: none !important; }
  .woocommerce-billing-fields .select2-choice {
    background: transparent; }

.woocommerce-billing-fields h3, #order_review_heading {
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 30px; }

#ship-to-different-address {
  margin-bottom: 15px; }
  #ship-to-different-address label {
    font-size: 14px;
    display: inline-block; }
  #ship-to-different-address input {
    display: inline-block;
    margin-bottom: 0; }

.woocommerce .woocommerce-checkout-review-order-table {
  border-collapse: collapse !important; }
  .woocommerce .woocommerce-checkout-review-order-table thead {
    background: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left: none;
    border-right: none;
    border-top: none; }
    .woocommerce .woocommerce-checkout-review-order-table thead th {
      opacity: .5; }
  .woocommerce .woocommerce-checkout-review-order-table tbody {
    border: none;
    background: transparent; }
  .woocommerce .woocommerce-checkout-review-order-table tfoot {
    background: transparent; }
    .woocommerce .woocommerce-checkout-review-order-table tfoot th, .woocommerce .woocommerce-checkout-review-order-table tfoot td {
      border: none !important; }
    .woocommerce .woocommerce-checkout-review-order-table tfoot .cart-subtotal td, .woocommerce .woocommerce-checkout-review-order-table tfoot .order-total td {
      padding: 15px !important;
      text-align: left; }
    .woocommerce .woocommerce-checkout-review-order-table tfoot tr {
      border-top: 1px solid; }
  .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name, .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name strong {
    font-size: 14px;
    letter-spacing: 2px; }
  .woocommerce .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-size: 14px; }
  .woocommerce .woocommerce-checkout-review-order-table .variation dt {
    float: none !important;
    font-weight: normal !important;
    text-transform: none !important; }
  .woocommerce .woocommerce-checkout-review-order-table .variation dd {
    float: none !important;
    margin: 0 !important; }
    .woocommerce .woocommerce-checkout-review-order-table .variation dd p {
      font-family: inherit;
      font-size: 14px; }

#payment.woocommerce-checkout-payment {
  margin-bottom: 60px; }
  #payment.woocommerce-checkout-payment .payment_box p {
    font-size: 14px; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: #f5f5f5; }

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
  border-bottom: 1em solid #f5f5f5; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  border: 1px solid;
  border-radius: 2px; }

.woocommerce .order_details {
  border-collapse: collapse !important; }
  .woocommerce .order_details.woocommerce-thankyou-order-details {
    border: 1px solid #ddd;
    border-radius: 2px; }
    .woocommerce .order_details.woocommerce-thankyou-order-details li {
      margin: 0;
      padding: 15px;
      width: 25%; }
      .woocommerce .order_details.woocommerce-thankyou-order-details li strong {
        font-size: 14px;
        margin-top: 10px; }
  .woocommerce .order_details thead {
    background: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left: none;
    border-right: none;
    border-top: none; }
    .woocommerce .order_details thead th {
      opacity: .5; }
  .woocommerce .order_details tbody {
    border: none; }
  .woocommerce .order_details tfoot {
    background: transparent; }
    .woocommerce .order_details tfoot th, .woocommerce .order_details tfoot td {
      border: none !important; }
    .woocommerce .order_details tfoot th {
      opacity: .5; }
    .woocommerce .order_details tfoot td {
      padding: 15px !important;
      text-align: left;
      font-size: 14px; }
    .woocommerce .order_details tfoot tr {
      border-top: 1px solid; }
  .woocommerce .order_details .order_item td.product-name a, .woocommerce .order_details .order_item td.product-name strong {
    font-size: 14px;
    letter-spacing: 2px; }
  .woocommerce .order_details .woocommerce-Price-amount {
    font-size: 14px; }
  .woocommerce .order_details .variation dt {
    float: none !important;
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 14px; }
  .woocommerce .order_details .variation dd {
    float: none !important;
    margin: 0 !important; }
    .woocommerce .order_details .variation dd p {
      font-family: inherit;
      font-size: 14px; }

.customer_details {
  border: 1px solid;
  border-collapse: collapse !important; }
  .customer_details thead, .customer_details tbody, .customer_details tfoot {
    border: none; }
  .customer_details tbody tr {
    border-bottom: 1px solid #ddd; }
    .customer_details tbody tr:last-of-type {
      border: none; }
  .customer_details tbody tr th {
    opacity: .5; }
  .customer_details tbody tr td {
    font-size: 14px; }

.woocommerce .addresses {
  margin-bottom: 60px; }
  .woocommerce .addresses .title h3 {
    font-size: 20px;
    letter-spacing: 3px; }
  .woocommerce .addresses address {
    font-size: 16px !important;
    font-style: normal; }

/**
 *
 * Dynamic cart
 *
 */
.cart-offcanvas {
  position: fixed;
  top: 0;
  right: -500px;
  bottom: 0;
  width: 500px;
  background: #222;
  color: #fff;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }
  .cart-offcanvas.show-cart-offcanvas {
    -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
            transform: translateX(-500px); }

.cart-offcanvas {
  max-width: 100%; }
  .cart-offcanvas > a > span {
    display: inline-block;
    padding: 0 !important; }
  .cart-offcanvas a {
    color: #fff; }
  .cart-offcanvas a h5 {
    color: #fff; }
  .cart-offcanvas a.cart {
    text-transform: capitalize;
    color: red; }
  .cart-offcanvas .show-cart {
    padding: 30px 15px;
    top: 100%;
    right: 0;
    text-align: left;
    border-top: none;
    max-height: calc(100% - 157px);
    overflow-y: auto;
    margin-left: 15px;
    margin-right: 15px; }
    .cart-offcanvas .show-cart li {
      display: block;
      background: inherit;
      padding: 0;
      margin-left: 0;
      margin-bottom: 15px;
      padding-bottom: 15px; }
      .cart-offcanvas .show-cart li .img-product {
        width: 80px;
        height: 80px;
        display: block;
        float: left;
        padding: 0; }
        .cart-offcanvas .show-cart li .img-product:hover:after {
          opacity: 0.7; }
        .cart-offcanvas .show-cart li .img-product figure, .cart-offcanvas .show-cart li .img-product img {
          width: 100%;
          display: block; }
        .cart-offcanvas .show-cart li .img-product img {
          height: auto; }
      .cart-offcanvas .show-cart li .list-product {
        overflow: hidden;
        margin-left: 110px;
        position: relative; }
        .cart-offcanvas .show-cart li .list-product a {
          padding: 0; }
        .cart-offcanvas .show-cart li .list-product h5 {
          margin-top: 5px;
          margin-bottom: 5px;
          padding-right: 30px;
          -webkit-transition: color .3s;
          transition: color .3s;
          cursor: pointer;
          letter-spacing: 3px;
          font-size: 16px !important; }
        .cart-offcanvas .show-cart li .list-product .quantity {
          float: left;
          width: 25px;
          height: 25px;
          font-size: 14px;
          text-align: center;
          line-height: 23px;
          border: 1px solid rgba(120, 120, 120, 0.5); }
        .cart-offcanvas .show-cart li .list-product .price-product {
          margin-left: 45px;
          font-size: 14px !important;
          font-weight: 600;
          line-height: 25px;
          opacity: 0.5;
          letter-spacing: 2px; }
        .cart-offcanvas .show-cart li .list-product .remove-product {
          position: absolute;
          width: 20px;
          height: 20px;
          top: 50%;
          margin-top: -10px;
          right: 0;
          text-align: center;
          cursor: pointer; }
          .cart-offcanvas .show-cart li .list-product .remove-product i {
            color: red;
            line-height: 20px;
            font-size: 18px;
            -webkit-transition: color .3s;
            transition: color .3s; }
  .cart-offcanvas .summation {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 157px;
    background: #222;
    padding: 30px; }
    .cart-offcanvas .summation .summation-subtotal {
      overflow: hidden;
      margin-top: 5px;
      overflow: hidden;
      display: none; }
      .cart-offcanvas .summation .summation-subtotal span {
        padding: 0;
        cursor: initial;
        font-weight: 600;
        float: left; }
        .cart-offcanvas .summation .summation-subtotal span:before {
          display: none !important; }
      .cart-offcanvas .summation .summation-subtotal .amount {
        float: right; }
    .cart-offcanvas .summation .btn-cart {
      overflow: hidden; }
      .cart-offcanvas .summation .btn-cart a {
        display: block;
        width: 50%;
        float: left;
        color: #fff;
        text-align: center !important;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 15px;
        text-transform: uppercase; }
        .cart-offcanvas .summation .btn-cart a:first-child {
          border-right: 1px solid rgba(120, 120, 120, 0.5);
          border-bottom: 1px solid rgba(120, 120, 120, 0.5); }
        .cart-offcanvas .summation .btn-cart a:nth-child(2) {
          border-bottom: 1px solid rgba(120, 120, 120, 0.5); }
        .cart-offcanvas .summation .btn-cart a:nth-child(3) {
          border-right: 1px solid rgba(120, 120, 120, 0.5); }
  .cart-offcanvas .shipping-cart-count {
    padding: 2px 5px !important;
    background: #da1c1c;
    color: #fff;
    margin-left: 10px;
    font-weight: 700;
    font-size: 11px; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: none;
  line-height: 39px; }
  .woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    margin: 0; }

.cart-icon {
  z-index: 5;
  float: right;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px; }
  .cart-icon svg {
    width: 40px;
    float: left; }
  .cart-icon .cart-icon-count {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    padding-top: 17px; }

.lang-social-menu .languages, .lang-social-menu .social-profiles {
  clear: both; }

a.remove-product {
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  a.remove-product:hover {
    opacity: 1; }

.icon-close:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 2px;
  background: #fff;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg); }

.icon-close:after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 2px;
  background: #fff;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
  margin-left: -2px; }

.cart-offcanvas-close {
  cursor: pointer;
  height: 40px;
  text-align: center !important;
  font-weight: 700;
  padding: 11px 15px;
  background: rgba(142, 142, 142, 0.07); }

.product.cart-empty {
  text-align: center; }

div.woocommerce .cart-empty {
  text-align: center !important; }

p.return-to-shop {
  text-align: center !important; }

/**
 *
 * My Account
 *
 */
/**
 *
 * Hovers
 *
 */
.mauna-single-product .woocommerce-LoopProduct-link {
  display: block;
  position: relative;
  z-index: 1; }
  .mauna-single-product .woocommerce-LoopProduct-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
    width: 100%;
    height: 100%; }

.mauna-single-product img {
  opacity: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.mauna-single-product:hover img {
  opacity: .8; }

.woocommerce-breadcrumb a:hover {
  opacity: 1; }

.woocommerce-breadcrumb a, .woocommerce ul.products li.product h3 a, .woocommerce-page .woocommerce-MyAccount-content a {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: 0% 100%;
          background-size: 0% 100%;
  -webkit-transition: background .5s, opacity .4s !important;
  transition: background .5s, opacity .4s !important; }
  .woocommerce-breadcrumb a:hover, .woocommerce ul.products li.product h3 a:hover, .woocommerce-page .woocommerce-MyAccount-content a:hover {
    -webkit-background-size: 50% 100%;
            background-size: 50% 100%; }

.woocommerce-pagination ul.page-numbers li a, .woocommerce-product-rating a {
  position: relative;
  z-index: 1; }
  .woocommerce-pagination ul.page-numbers li a:hover:before, .woocommerce-product-rating a:hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }

.woocommerce-pagination ul.page-numbers li a:before, .woocommerce-product-rating a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left; }

.woocommerce-product-rating, .woocommerce div.product .product_meta, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product form.cart .variations .value, .woocommerce .cart.shop_table .cart_item .product-name, .woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link, .woocommerce-account .woocommerce .woocommerce-LostPassword {
  position: relative;
  z-index: 1; }
  .woocommerce-product-rating .woocommerce-review-link, .woocommerce-product-rating a, .woocommerce div.product .product_meta .woocommerce-review-link, .woocommerce div.product .product_meta a, .woocommerce div.product .woocommerce-tabs ul.tabs li .woocommerce-review-link, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product form.cart .variations .value .woocommerce-review-link, .woocommerce div.product form.cart .variations .value a, .woocommerce .cart.shop_table .cart_item .product-name .woocommerce-review-link, .woocommerce .cart.shop_table .cart_item .product-name a, .woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .woocommerce-review-link, .woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce-account .woocommerce .woocommerce-LostPassword .woocommerce-review-link, .woocommerce-account .woocommerce .woocommerce-LostPassword a {
    position: relative;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    z-index: 1; }
    .woocommerce-product-rating .woocommerce-review-link:hover, .woocommerce-product-rating a:hover, .woocommerce div.product .product_meta .woocommerce-review-link:hover, .woocommerce div.product .product_meta a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li .woocommerce-review-link:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product form.cart .variations .value .woocommerce-review-link:hover, .woocommerce div.product form.cart .variations .value a:hover, .woocommerce .cart.shop_table .cart_item .product-name .woocommerce-review-link:hover, .woocommerce .cart.shop_table .cart_item .product-name a:hover, .woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .woocommerce-review-link:hover, .woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-account .woocommerce .woocommerce-LostPassword .woocommerce-review-link:hover, .woocommerce-account .woocommerce .woocommerce-LostPassword a:hover {
      opacity: 1; }
      .woocommerce-product-rating .woocommerce-review-link:hover:before, .woocommerce-product-rating a:hover:before, .woocommerce div.product .product_meta .woocommerce-review-link:hover:before, .woocommerce div.product .product_meta a:hover:before, .woocommerce div.product .woocommerce-tabs ul.tabs li .woocommerce-review-link:hover:before, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover:before, .woocommerce div.product form.cart .variations .value .woocommerce-review-link:hover:before, .woocommerce div.product form.cart .variations .value a:hover:before, .woocommerce .cart.shop_table .cart_item .product-name .woocommerce-review-link:hover:before, .woocommerce .cart.shop_table .cart_item .product-name a:hover:before, .woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .woocommerce-review-link:hover:before, .woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover:before, .woocommerce-account .woocommerce .woocommerce-LostPassword .woocommerce-review-link:hover:before, .woocommerce-account .woocommerce .woocommerce-LostPassword a:hover:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
  .woocommerce-product-rating .woocommerce-review-link:before, .woocommerce-product-rating a:before, .woocommerce div.product .product_meta .woocommerce-review-link:before, .woocommerce div.product .product_meta a:before, .woocommerce div.product .woocommerce-tabs ul.tabs li .woocommerce-review-link:before, .woocommerce div.product .woocommerce-tabs ul.tabs li a:before, .woocommerce div.product form.cart .variations .value .woocommerce-review-link:before, .woocommerce div.product form.cart .variations .value a:before, .woocommerce .cart.shop_table .cart_item .product-name .woocommerce-review-link:before, .woocommerce .cart.shop_table .cart_item .product-name a:before, .woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .woocommerce-review-link:before, .woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before, .woocommerce-account .woocommerce .woocommerce-LostPassword .woocommerce-review-link:before, .woocommerce-account .woocommerce .woocommerce-LostPassword a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 50%;
    bottom: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: inherit;
  opacity: 1 !important; }

.woocommerce-Tabs-panel #reviews #review_form_wrapper .form-submit {
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  z-index: 1; }
  .woocommerce-Tabs-panel #reviews #review_form_wrapper .form-submit:hover {
    opacity: 1; }
    .woocommerce-Tabs-panel #reviews #review_form_wrapper .form-submit:hover:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }

.woocommerce-Tabs-panel #reviews #review_form_wrapper .form-submit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 50%;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left; }

.woocommerce div.product div.images > a, .woocommerce-cart table.cart .product-thumbnail > a {
  display: block;
  position: relative;
  overflow: hidden; }
  .woocommerce div.product div.images > a:before, .woocommerce div.product div.images > a:after, .woocommerce-cart table.cart .product-thumbnail > a:before, .woocommerce-cart table.cart .product-thumbnail > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .woocommerce div.product div.images > a:before, .woocommerce-cart table.cart .product-thumbnail > a:before {
    -webkit-transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: .3; }
  .woocommerce div.product div.images > a:after, .woocommerce-cart table.cart .product-thumbnail > a:after {
    -webkit-transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: .5; }
  .woocommerce div.product div.images > a:hover:before, .woocommerce-cart table.cart .product-thumbnail > a:hover:before {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .woocommerce div.product div.images > a:hover:after, .woocommerce-cart table.cart .product-thumbnail > a:hover:after {
    -webkit-transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }

.woocommerce-cart table.cart .product-thumbnail > a {
  display: inline-block; }

/**
 *
 * Media queries
 *
 */
.woocommerce-Address {
  width: 100% !important;
  float: none !important;
  margin: 1vw 0 2vw; }

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 4vw; }

@media screen and (max-width: 63.9375em) {
  .woocommerce table.cart.shop_table_responsive thead, .woocommerce table.shop_table_responsive thead {
    display: table-header-group !important; }
    .woocommerce table.cart.shop_table_responsive thead th, .woocommerce table.shop_table_responsive thead th {
      display: table-cell;
      padding: 8px !important; }
  .woocommerce table.cart.shop_table_responsive tbody th, .woocommerce table.shop_table_responsive tbody th {
    display: table-cell; }
  .woocommerce table.cart.shop_table_responsive tr, .woocommerce table.shop_table_responsive tr {
    display: table-row !important; }
  .woocommerce table.cart.shop_table_responsive td:not(.actions), .woocommerce table.shop_table_responsive td:not(.actions) {
    text-align: left !important; }
  .woocommerce table.cart.shop_table_responsive td, .woocommerce table.shop_table_responsive td {
    display: table-cell !important;
    background: transparent !important;
    padding: 8px !important; }
    .woocommerce table.cart.shop_table_responsive td:before, .woocommerce table.shop_table_responsive td:before {
      display: none; }
    .woocommerce table.cart.shop_table_responsive td.actions .button, .woocommerce table.shop_table_responsive td.actions .button {
      float: none !important;
      display: inline-block;
      width: auto; }
    .woocommerce table.cart.shop_table_responsive td.actions .coupon, .woocommerce table.cart.shop_table_responsive td.actions .input-text, .woocommerce table.shop_table_responsive td.actions .coupon, .woocommerce table.shop_table_responsive td.actions .input-text {
      float: left; } }

@media screen and (max-width: 39.9375em) {
  .woocommerce table.cart.shop_table_responsive th.product-remove, .woocommerce table.cart.shop_table_responsive th.product-thumbnial, .woocommerce table.shop_table_responsive th.product-remove, .woocommerce table.shop_table_responsive th.product-thumbnial {
    display: none !important; }
  .woocommerce table.cart.shop_table_responsive th.product-price, .woocommerce table.cart.shop_table_responsive th.product-quantity, .woocommerce table.shop_table_responsive th.product-price, .woocommerce table.shop_table_responsive th.product-quantity {
    font-size: 0; }
  .woocommerce table.cart.shop_table_responsive td.product-name a, .woocommerce table.shop_table_responsive td.product-name a {
    font-size: 12px;
    letter-spacing: 0; }
  .woocommerce table.cart.shop_table_responsive td.product-thumbnail, .woocommerce table.shop_table_responsive td.product-thumbnail {
    display: none !important; }
  .woocommerce table.cart.shop_table_responsive td.product-quantity, .woocommerce table.shop_table_responsive td.product-quantity {
    min-width: 30px; }
    .woocommerce table.cart.shop_table_responsive td.product-quantity .quantity, .woocommerce table.shop_table_responsive td.product-quantity .quantity {
      margin: 0; }
    .woocommerce table.cart.shop_table_responsive td.product-quantity .qty, .woocommerce table.shop_table_responsive td.product-quantity .qty {
      font-size: 12px;
      width: 40px !important; }
  .woocommerce table.cart.shop_table_responsive td.product-quantity .plus, .woocommerce table.cart.shop_table_responsive td.product-quantity .minus, .woocommerce table.shop_table_responsive td.product-quantity .plus, .woocommerce table.shop_table_responsive td.product-quantity .minus {
    display: none !important; } }

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce {
  margin-top: 1vw; }
  .woocommerce-account .woocommerce-MyAccount-content fieldset, .woocommerce-account .woocommerce fieldset {
    margin: 2vw 0 1vw; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-Button {
    float: right; }
  .woocommerce-account .woocommerce-MyAccount-content p, .woocommerce-account .woocommerce p {
    overflow: hidden; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-LostPassword a, .woocommerce-account .woocommerce .woocommerce-LostPassword a {
    font-size: 10px !important; }

.woocommerce form .form-row {
  margin: 0 0 15px; }

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
  top: 0; }

@media screen and (max-width: 63.9375em) {
  .lang-social-menu {
    position: absolute;
    top: 30px;
    right: 15px;
    margin: 0; }
  .navbar-top .large-6.columns {
    position: static; } }

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