@charset "UTF-8";
/**
 *
 * Veso Stylesheet
 * by yosoftware
 * https://themeforest.net/user/yosoftware
 * 
 * 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. 	Navbar styles
 * 4. 	Blog template styles
 * 5. 	Portfolio templates styles
 * 6. 	WooCommerce styles
 * 7.	Footer styles
 * 8. 	WordPress Multilingual Plugin styles
 * 9.	Magnific Popup styles
 * 10.	Owl Carousel styles
 * 11.	Swiper slider styles
 * 12.	Google maps styles
 * 13.  Full Pages styles
  */
/**
 *
 * 1. Foundation base styles
 *
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto; }

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

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

.row {
  max-width: 81.25rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-right: -1.875rem;
    margin-left: -1.875rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -1.875rem;
        margin-left: -1.875rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1.875rem;
        margin-left: -1.875rem; } }
    @media screen and (min-width: 80em) {
      .row .row {
        margin-right: -1.875rem;
        margin-left: -1.875rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -1.875rem;
        margin-left: -1.875rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

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

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

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

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem; } }

@media screen and (min-width: 80em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 80em) and (min-width: 80em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media screen and (min-width: 80em) {
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 80em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 80em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media screen and (min-width: 90em) {
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 90em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem; } }

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 3.75rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 3.75rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.8em;
  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: "nunito";
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #ddd; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.875rem; }

@media print, 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 {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

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

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.8em; }

li {
  font-size: inherit; }

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

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 #ddd; }
  blockquote, blockquote p {
    line-height: 1.8em;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

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

figure {
  margin: 0; }

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

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

.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 print, 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 print, 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: 80em) {
  .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;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !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; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -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;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fff; }
  .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-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fff; }
  .button.secondary {
    background-color: #767676;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #333; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #333; }
  .button.warning {
    background-color: #ffae00;
    color: #333; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #333; }
  .button.alert {
    background-color: #cc4b37;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .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 #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #333; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #333; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fff; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[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;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
          box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  -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;
          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 {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #ddd;
            box-shadow: 0 0 5px #ddd;
    -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: #8a8a8a; }

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

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

input::placeholder,
textarea::placeholder {
  color: #8a8a8a; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f5f3f4;
  cursor: not-allowed; }

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

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;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [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: #333; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.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, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #ddd;
  background: #f5f3f4;
  color: #333;
  text-align: center;
  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;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #333;
  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>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -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; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #ddd;
            box-shadow: 0 0 5px #ddd;
    -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; }
  select:disabled {
    background-color: #f5f3f4;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

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

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #333; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #333; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #333; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #333; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

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

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

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-box-shadow: 0 7px 0 #333, 0 14px 0 #333;
            box-shadow: 0 7px 0 #333, 0 14px 0 #333;
    content: ''; }
  .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; }

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fff; }
  .label.primary {
    background: #1779ba;
    color: #fff; }
  .label.secondary {
    background: #767676;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #333; }
  .label.warning {
    background: #ffae00;
    color: #333; }
  .label.alert {
    background: #cc4b37;
    color: #fff; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .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; }
  thead, tbody, tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #333; }
  tfoot {
    background: #f2f2f2;
    color: #333; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@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 thead tr:hover {
  background-color: #f4f4f4; }

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

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

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

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

.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 print, 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 print, 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: 79.9375em) {
  .hide-for-large-only {
    display: none !important; } }

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

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

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

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

@media screen and (max-width: 79.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;
  width: auto;
  height: 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-right: auto;
  margin-left: auto; }

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

.clearfix::after {
  clear: both; }

/**
 *
 * 2. Global elements
 *
 */
h1, .h1 {
  font-size: 1.42577rem; }
  @media screen and (min-width: 37.5rem) {
    h1, .h1 {
      font-size: calc(1.42577rem + 2.0473 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h1, .h1 {
      font-size: 3.47307rem; } }

h2, .h2 {
  font-size: 1.33624rem; }
  @media screen and (min-width: 37.5rem) {
    h2, .h2 {
      font-size: calc(1.33624rem + 1.26921 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h2, .h2 {
      font-size: 2.60545rem; } }

h3, .h3 {
  font-size: 1.25234rem; }
  @media screen and (min-width: 37.5rem) {
    h3, .h3 {
      font-size: calc(1.25234rem + 0.70224 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h3, .h3 {
      font-size: 1.95458rem; } }

h4, .h4 {
  font-size: 1.1737rem; }
  @media screen and (min-width: 37.5rem) {
    h4, .h4 {
      font-size: calc(1.1737rem + 0.2926 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h4, .h4 {
      font-size: 1.4663rem; } }

h5, .h5 {
  font-size: 1.1rem; }
  @media screen and (min-width: 37.5rem) {
    h5, .h5 {
      font-size: calc(1.1rem + 0.15 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h5, .h5 {
      font-size: 1.25rem; } }

h6, .h6 {
  font-size: 1rem; }
  @media screen and (min-width: 37.5rem) {
    h6, .h6 {
      font-size: calc(1rem + 0 * ((100vw - 37.5rem) / 42.5)); } }
  @media screen and (min-width: 80rem) {
    h6, .h6 {
      font-size: 1rem; } }

.stuck {
  position: fixed;
  top: 0; }

/**
 *
 * Basic styles
 *
 */
body {
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  overflow-x: hidden;
  position: relative; }
  body a, body button {
    color: inherit; }
    body a:focus, body a:active, body button:focus, body button:active {
      outline: none; }
    body a:hover, body a:focus, body button:hover, body button:focus {
      color: inherit; }
  body p {
    margin-bottom: 30px; }
  body.no-scroll {
    overflow-y: hidden; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    letter-spacing: 0px; }
  body .content p a, body .text-link, body .wpb_text_column p a, body .team-member .desc p a, body .attr-content p a, body .veso-nav-footer > .item-footer-wrapper a {
    border-bottom: 1px solid;
    display: inline;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: .8;
    position: relative; }
    body .content p a:after, body .text-link:after, body .wpb_text_column p a:after, body .team-member .desc p a:after, body .attr-content p a:after, body .veso-nav-footer > .item-footer-wrapper a:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #ffb573;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left;
      bottom: -1px; }
    body .content p a:hover, body .text-link:hover, body .wpb_text_column p a:hover, body .team-member .desc p a:hover, body .attr-content p a:hover, body .veso-nav-footer > .item-footer-wrapper a:hover {
      opacity: 1; }
      body .content p a:hover:after, body .text-link:hover:after, body .wpb_text_column p a:hover:after, body .team-member .desc p a:hover:after, body .attr-content p a:hover:after, body .veso-nav-footer > .item-footer-wrapper a:hover:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
  body .vc_row h1, body .vc_row h2, body .vc_row h3, body .vc_row h4, body .vc_row h5, body .vc_row h6 {
    color: inherit; }
  body .vc_section {
    position: relative; }
  body blockquote, body blockquote p {
    font-size: 24px;
    color: inherit;
    border: none;
    padding: 30px;
    position: relative; }
  body blockquote:before {
    content: url('data:image/svg+xml;utf8, <svg version="1.1" class="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" height="60px" width="60px" viewBox="0 0 75.999 75.999" style="enable-background:new 0 0 75.999 75.999;" xml:space="preserve"><path style="fill:#ffb573;" d="M14.579,5C6.527,5,0,11.716,0,20c0,8.285,6.527,15,14.579,15C29.157,35,19.438,64,0,64v7C34.69,71,48.286,5,14.579,5z M56.579,5C48.527,5,42,11.716,42,20c0,8.285,6.527,15,14.579,15C71.157,35,61.438,64,42,64v7C76.69,71,90.286,5,56.579,5z"/></svg>');
    position: absolute;
    top: 50px;
    left: 15px;
    opacity: .5; }
  body blockquote p {
    margin-bottom: 0;
    opacity: .7; }
  body .dropcap {
    font-size: 4em;
    line-height: 1;
    font-weight: bold;
    float: left;
    padding: 3px 16px 0 0; }
    body .dropcap.dropcap-normal {
      color: currentColor; }
    body .dropcap.dropcap-accent {
      color: #ffb573; }
  body .veso-highlight {
    position: relative;
    background: 0 0;
    border: 0;
    /* background-color: $accent-color;  */ }
    body .veso-highlight.highlight-accent {
      background: #ffb573;
      color: currentColor; }
  body thead, body tbody, body tfoot {
    border-color: inherit;
    background: transparent; }

.page-wrapper .page-wrapper {
  z-index: 5; }
  .page-wrapper .page-wrapper .classic .row:first-of-type:not(:empty) {
    padding-top: 90px; }
  @media screen and (max-width: 63.9375em) {
    .page-wrapper .page-wrapper {
      margin-top: 0; } }

.page-padding {
  padding: 60px 0; }

.veso-header {
  font-family: "nunito"; }

.veso-hover-text {
  position: relative;
  display: inline-block;
  opacity: .6;
  -webkit-transition: opacity .2s, color .2s;
  transition: opacity .2s, color .2s; }
  .veso-hover-text:hover {
    opacity: 1;
    color: #ffb573; }

.text-light {
  color: #fff; }
  .text-light:hover {
    color: #fff; }

pre {
  background: #f5f3f4;
  padding: 15px; }

.wp-caption {
  max-width: 100%; }

.wp-caption-text {
  margin-top: 5px;
  font-size: 12px !important;
  color: #8a8a8a;
  margin-bottom: 5px !important; }

img.alignleft {
  margin: 0;
  float: left;
  margin-right: 1.5em; }

img.alignright {
  margin: 0;
  float: right;
  margin-left: 1.5em; }

.alignleft {
  margin: 0;
  float: left;
  margin-right: 1.5em; }

.alignright {
  margin: 0;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto; }

.alignnone {
  margin: 30px 0; }

.pagination .screen-reader-text {
  display: none; }

.sticky-post {
  padding: 30px 0;
  position: relative;
  background: transparent; }
  .sticky-post:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    left: -30px;
    background: #333;
    opacity: .03;
    pointer-events: none; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 5px;
  padding: 0 10px 0 0;
  width: 50%; }
  .gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%; }
  .gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .gallery-item a:hover img, .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
            filter: opacity(60%); }

@media screen and (max-width: 39.9375em) {
  .gallery:not(.gallery-columns-1) .gallery-item {
    max-width: 100% !important; } }

.gallery-columns-1 .gallery-item {
  float: none;
  width: 100%;
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  float: none;
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  float: none;
  max-width: 33.3332%; }

.gallery-columns-4 .gallery-item {
  float: none;
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  float: none;
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  float: none;
  max-width: 16.6667%; }

.gallery-columns-7 .gallery-item {
  float: none;
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  float: none;
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  float: none;
  max-width: 11.11%; }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

/**
 *
 * Scroll to top
 *
 */
.scroll-up {
  display: block;
  position: fixed;
  text-align: center;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s 0s, visibility 0s .4s, -webkit-transform .4s 0s;
  transition: opacity .4s 0s, visibility 0s .4s, -webkit-transform .4s 0s;
  transition: opacity .4s 0s, visibility 0s .4s, transform .4s 0s;
  transition: opacity .4s 0s, visibility 0s .4s, transform .4s 0s, -webkit-transform .4s 0s;
  color: #ffb573;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px); }
  .scroll-up i {
    vertical-align: middle;
    color: inherit;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: top .3s, opacity .3s;
    transition: top .3s, opacity .3s; }
  .scroll-up .arrow span {
    height: 35px;
    width: 2px;
    background: currentColor;
    display: block;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .scroll-up.show-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s 0s, visibility 0s 0s, -webkit-transform .4s 0s;
    transition: opacity .4s 0s, visibility 0s 0s, -webkit-transform .4s 0s;
    transition: opacity .4s 0s, visibility 0s 0s, transform .4s 0s;
    transition: opacity .4s 0s, visibility 0s 0s, transform .4s 0s, -webkit-transform .4s 0s;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .scroll-up.show-arrow:hover .arrow i {
      top: -10px;
      opacity: 1; }
    .scroll-up.show-arrow:hover .arrow span {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }
  .scroll-up > span {
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block; }

/**
 *
 * Pagination 
 *
 */
.nav-links {
  width: 100%;
  text-align: center;
  padding: 30px 0 15px; }
  .nav-links a, .nav-links span {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s; }
  .nav-links a:hover {
    border-color: #ffb573; }
  .nav-links .prev, .nav-links .next {
    position: relative; }
  .nav-links .arrow {
    position: absolute;
    width: 20px;
    height: 30px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    z-index: 1; }
    .nav-links .arrow.arrow-prev {
      left: 0; }
      .nav-links .arrow.arrow-prev i {
        left: -1px; }
    .nav-links .arrow.arrow-next {
      right: 0; }
      .nav-links .arrow.arrow-next i {
        right: -1px; }
    .nav-links .arrow .arrow-icon {
      height: 1px;
      width: 20px;
      background: #333;
      line-height: 30px;
      margin-top: 24px;
      position: relative; }
      .nav-links .arrow .arrow-icon i {
        position: absolute;
        top: -10px;
        width: 0;
        -webkit-transition: opacity .2s, width .2s;
        transition: opacity .2s, width .2s;
        opacity: 0;
        font-size: 20px;
        color: #333; }
    .nav-links .arrow:hover {
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
      .nav-links .arrow:hover.arrow-prev {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
      .nav-links .arrow:hover.arrow-next {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
      .nav-links .arrow:hover .arrow-icon i {
        width: 6px;
        opacity: 1; }
  .nav-links .page-numbers, .nav-links .page-number {
    font-size: 18px;
    width: 25px;
    height: 20px;
    line-height: 20px; }
    .nav-links .page-numbers.current, .nav-links .page-number.current {
      font-weight: bold; }
  .nav-links .prev, .nav-links .next {
    border: none !important; }

.page-links {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px; }
  .page-links a, .page-links span {
    display: inline-block;
    vertical-align: middle; }
  .page-links span {
    font-weight: bold;
    font-size: 16px;
    width: 25px;
    margin: 0 2px; }
  .page-links a > span {
    border: none; }

/**
 *
 * Button
 *
 */
.btn {
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-family: "nunito";
  margin-bottom: 5px;
  cursor: pointer;
  display: inline-block !important;
  position: relative;
  border-radius: 2px; }
  .btn.btn-underline {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 0; }
    .btn.btn-underline .btn-text {
      position: relative;
      border-bottom: 2px solid;
      left: 0;
      padding: 5px 0; }
      .btn.btn-underline .btn-text:after {
        content: "";
        position: absolute;
        bottom: -2px;
        width: 100%;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        border-bottom: 2px solid #ffb573;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        left: 0;
        -webkit-transform-origin: left;
                transform-origin: left; }
    .btn.btn-underline:hover .btn-text:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .btn.btn-solid {
    position: relative;
    -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 3; }
    .btn.btn-solid:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #ffb573;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      -webkit-transform-origin: left;
              transform-origin: left;
      z-index: 0; }
    .btn.btn-solid:hover:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .btn.btn-outline {
    position: relative;
    border: 2px solid;
    -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1); }
    .btn.btn-outline:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #ffb573;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      -webkit-transform-origin: left;
              transform-origin: left;
      z-index: 0; }
    .btn.btn-outline:hover:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .btn .btn-text {
    position: relative;
    z-index: 3; }

.btn-xs {
  padding: 10px 18px;
  font-size: 12px !important; }
  .btn-xs.btn-outline {
    padding: 8px 16px; }

.btn-sm {
  padding: 10px 20px;
  font-size: 14px !important; }
  .btn-sm.btn-outline {
    padding: 8px 18px; }

.btn-md {
  padding: 14px 28px;
  font-size: 14px !important; }
  .btn-md.btn-outline {
    padding: 12px 26px; }
  .btn-md.btn-underline {
    font-size: 16px !important; }

.btn-lg {
  padding: 16px 36px;
  font-size: 16px !important; }
  .btn-lg.btn-outline {
    padding: 14px 34px; }
  .btn-lg.btn-underline {
    font-size: 18px !important; }

.btn-light.btn-underline, .btn-light.btn-outline {
  color: #fff;
  background: transparent;
  border-color: inherit; }
  .btn-light.btn-underline .btn-text, .btn-light.btn-outline .btn-text {
    color: inherit; }

.btn-light.btn-solid {
  background: #fff; }
  .btn-light.btn-solid .btn-text {
    color: #333; }

.btn-dark.btn-underline, .btn-dark.btn-outline {
  color: #333;
  background: transparent;
  border-color: inherit; }
  .btn-dark.btn-underline .btn-text, .btn-dark.btn-outline .btn-text {
    color: inherit; }

.btn-dark.btn-solid {
  background: #333; }
  .btn-dark.btn-solid .btn-text {
    color: #fff; }

/**
 *
 * Forms
 *
 */
label, input, select, textarea {
  color: inherit; }

select {
  height: 50px; }

.select-wrapper {
  position: relative; }
  .select-wrapper:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: transparent;
    border-top-color: inherit;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px; }

@-webkit-keyframes autofill {
  to {
    background: transparent;
    border-color: inherit !important;
    color: inherit; } }

@keyframes autofill {
  to {
    background: transparent;
    border-color: inherit !important;
    color: inherit; } }

.form-style .form-submit {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 0; }
  .form-style .form-submit button {
    text-transform: uppercase;
    font-size: 18px; }

.form-style .btn {
  color: inherit; }

.form-style .form-fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }

.form-style .newsletter-details {
  margin: 0 !important; }
  .form-style .newsletter-details .veso-input {
    padding: 0 !important; }

.form-style .message .veso-input label {
  left: 27px;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.form-style .wpcf7-not-valid-tip {
  display: none !important; }

.form-style div.wpcf7-response-output {
  margin: 0;
  padding: 15px 30px;
  border: none !important; }

.form-style div.wpcf7-validation-errors {
  background: #fefcc6; }

.form-style div.wpcf7-mail-sent-ok {
  background: #c2ffa8; }

.veso-input {
  position: relative;
  width: 100%;
  padding: 0 15px !important; }
  .veso-input.hor-submit {
    width: auto !important;
    margin-top: 0; }
  .veso-input.input-required label:after {
    content: "";
    width: 4px;
    top: 0;
    border-bottom: 4px solid;
    vertical-align: super;
    display: inline-block;
    margin-left: 4px; }
  .veso-input label {
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    margin-bottom: 5px;
    display: inline-block; }
  .veso-input select {
    font-size: 0.875rem;
    height: 50px; }
    .veso-input select:focus {
      outline: none; }
  .veso-input input {
    height: 50px; }
  .veso-input input, .veso-input textarea, .veso-input select {
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: transparent !important;
    margin-bottom: 5px;
    -webkit-transition: border-color .4s;
    transition: border-color .4s;
    padding: 15px 20px;
    color: inherit;
    border-color: inherit !important; }
    .veso-input input:-webkit-autofill, .veso-input textarea:-webkit-autofill, .veso-input select:-webkit-autofill {
      -webkit-animation-name: autofill;
      -webkit-animation-fill-mode: both; }
    .veso-input input:focus, .veso-input textarea:focus, .veso-input select:focus {
      border-color: inherit;
      border-bottom-color: #ffb573; }
  .veso-input.input-error input, .veso-input.input-error textarea {
    border-bottom-color: #ea0e41 !important; }
  .veso-input input.wpcf7-not-valid, .veso-input textarea.wpcf7-not-valid {
    border-bottom-color: #ea0e41 !important; }

input, textarea, select {
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent !important;
  margin-bottom: 5px;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
  padding: 15px 20px;
  color: inherit;
  border-color: inherit; }
  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both; }
  input:focus, textarea:focus, select:focus {
    border-color: inherit;
    border-bottom-color: #ffb573; }

.plugin-off .form-style .veso-input.input-required:after {
  background: #333; }

.plugin-off .form-style .veso-input input, .plugin-off .form-style .veso-input textarea, .plugin-off .form-style .veso-input select {
  border-color: #333;
  color: #333; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.rtb-booking-form legend {
  display: none; }

.rtb-booking-form button {
  font-family: inherit;
  letter-spacing: 2px;
  padding-bottom: 5px; }

.rtb-booking-form .date label, .rtb-booking-form .party label {
  display: none; }

.rtb-booking-form .party label {
  position: absolute;
  left: 30px; }

.rtb-booking-form .date input {
  font-size: 14px; }

.rtb-booking-form .add-message {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  margin-left: 30px;
  margin-top: 0 !important; }
  .rtb-booking-form .add-message a {
    position: relative;
    display: inline-block; }
    .rtb-booking-form .add-message a:before {
      content: "";
      position: absolute;
      left: -20px;
      width: 10px;
      top: 50%;
      border-bottom: 1px solid; }
    .rtb-booking-form .add-message a:after {
      content: "";
      position: absolute;
      left: -15px;
      width: 1px;
      top: 50%;
      margin-top: -5px;
      border-bottom: 10px solid; }

.rtb-booking-form .rtb-textarea.message {
  width: 100%;
  top: auto !important;
  left: auto !important;
  position: relative !important; }
  .rtb-booking-form .rtb-textarea.message textarea {
    resize: none;
    text-align: left;
    max-width: 100%;
    min-height: 200px; }

.rtb-error {
  display: none !important; }

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: #3c3c3c !important; }

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
  color: #fff !important;
  background: #616161 !important; }

.picker__day {
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color; }

.post-password-form p:empty {
  display: none; }

.post-password-form fieldset {
  padding: 0 !important; }
  .post-password-form fieldset p {
    display: none; }

.post-password-form .btn {
  padding: 15px;
  cursor: pointer;
  margin-top: 15px; }

/**
 *
 * 404 error
 *
 */
.error-404 {
  margin: 60px 0;
  position: relative; }
  .error-404 .header-404 {
    z-index: -1;
    font-size: 260px;
    font-style: italic;
    color: #f5f3f4;
    line-height: 1;
    text-align: right;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -60px; }
  .error-404 .page-content {
    margin-top: 15px; }
  .error-404 fieldset {
    margin-bottom: 0; }
  @media screen and (max-width: 63.9375em) {
    .error-404 {
      text-align: center; }
      .error-404 h1 {
        margin-bottom: 30px; }
      .error-404 .search-input {
        margin: 0 auto;
        width: 70%; }
      .error-404 .form-style.search-form {
        max-width: 100%;
        width: 70%;
        margin: 0 auto; } }

.search-form .search-input {
  position: relative;
  width: 100%; }

.search-form .form-submit {
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 50px;
  margin-top: 0;
  width: 50px;
  text-align: center; }

.search-form .search-submit {
  bottom: 5px;
  right: 15px;
  height: 50px;
  margin-top: 0;
  width: 50px;
  text-align: center;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .search-form .search-submit svg {
    width: 15px;
    height: 15px; }
  .search-form .search-submit:hover {
    opacity: 1; }

.search-form input {
  margin-bottom: 0;
  padding-right: 40px; }

/**
 *
 * VC Elements
 *
 */
.wpb_single_image {
  margin-bottom: 0; }

.team-member .team-header {
  position: relative;
  margin-top: 30px; }
  .team-member .team-header .team-name {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative; }
    .team-member .team-header .team-name:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: #ffb573;
      opacity: .5; }
  .team-member .team-header .name {
    margin-bottom: 5px; }
  .team-member .team-header .position {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px; }

.team-member .desc {
  margin-bottom: 15px; }
  .team-member .desc > *:last-of-type {
    margin-bottom: 0; }

.team-member ul {
  margin: 0; }
  .team-member ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px; }
    .team-member ul li:last-of-type {
      margin-right: 0; }
  .team-member ul a {
    display: inline-block;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
    .team-member ul a:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }

.team-img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .team-img-right .team-header {
    margin-top: 0 !important; }
  .team-img-right .team-info {
    padding: 60px; }
  .team-img-right .team-info, .team-img-right .team-image {
    width: 50%; }
  .team-img-right .team-info {
    float: left; }
  .team-img-right .team-image {
    float: right; }

.team-img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .team-img-left .team-header {
    margin-top: 0 !important; }
  .team-img-left .team-info {
    padding: 60px; }
  .team-img-left .team-info, .team-img-left .team-image {
    width: 50%; }
  .team-img-left .team-info {
    float: left; }
  .team-img-left .team-image {
    float: left; }

.team-img-top .img-wrapper {
  text-align: center; }

@media screen and (max-width: 63.9375em) {
  .team-img-right {
    display: block; }
    .team-img-right .team-image {
      padding-right: 0;
      text-align: center; }
    .team-img-right .team-member .team-header {
      margin-top: 30px; }
    .team-img-right .team-info, .team-img-right .team-image {
      width: 100%;
      float: none; }
    .team-img-right .team-info {
      padding: 30px 0; }
  .team-img-left {
    display: block; }
    .team-img-left .team-image {
      padding-left: 0;
      text-align: center; }
    .team-img-left .team-member .team-header {
      margin-top: 30px; }
    .team-img-left .team-info, .team-img-left .team-image {
      width: 100%;
      float: none; }
    .team-img-left .team-info {
      padding: 30px 0; }
  .team-grid .team-member {
    width: 100%;
    float: none; }
  .team-grid .team-image {
    text-align: center; } }

.interactive-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .interactive-box .box-overlay {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-filter .4s;
    transition: -webkit-filter .4s;
    transition: filter .4s;
    transition: filter .4s, -webkit-filter .4s; }
  .interactive-box.active-hover:hover .interactive-img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .interactive-box.active-hover:hover .box-overlay {
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95); }
  .interactive-box .interactive-img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .interactive-box .box-content {
    padding: 30px;
    position: relative;
    width: 100%;
    z-index: 2; }
    .interactive-box .box-content > * {
      margin-bottom: 10px;
      color: inherit; }
    .interactive-box .box-content .box-text > * {
      color: inherit; }
    .interactive-box .box-content .box-text a:not(.btn) {
      border-bottom: 1px solid;
      display: inline;
      -webkit-transition: opacity 0.4s;
      transition: opacity 0.4s;
      opacity: .8; }
      .interactive-box .box-content .box-text a:not(.btn):hover {
        opacity: 1; }
    .interactive-box .box-content *:last-child {
      margin-bottom: 0; }
  .interactive-box .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .interactive-box.open-lightbox .lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .interactive-box.open-lightbox .lightbox img {
      display: none; }
  .interactive-box .box-slider {
    height: 100%;
    z-index: 2; }
    .interactive-box .box-slider .owl-dots {
      height: 20px;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 30px; }
      .interactive-box .box-slider .owl-dots .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        border: 3px solid #fff;
        opacity: 1;
        background: transparent;
        border-radius: 50%;
        margin: 0 5px; }
        .interactive-box .box-slider .owl-dots .owl-dot.active {
          background: #fff; }
    .interactive-box .box-slider .owl-item {
      overflow: hidden; }
    .interactive-box .box-slider .owl-stage-outer, .interactive-box .box-slider .owl-stage, .interactive-box .box-slider .owl-item, .interactive-box .box-slider .item {
      height: 100%; }
    .interactive-box .box-slider .box-content {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 0;
      text-align: center; }
      .interactive-box .box-slider .box-content h4 {
        padding: 0 30px;
        width: 100%;
        position: relative;
        z-index: 2; }
  .interactive-box .box-slider-day {
    height: 100%;
    z-index: 2; }
    .interactive-box .box-slider-day .owl-stage-outer, .interactive-box .box-slider-day .owl-stage, .interactive-box .box-slider-day .owl-item, .interactive-box .box-slider-day .item {
      height: 100%; }
    .interactive-box .box-slider-day .item {
      background-size: cover;
      background-position: center center; }
    .interactive-box .box-slider-day .box-content {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .interactive-box.video-box {
    position: relative; }
    .interactive-box.video-box .video-icon {
      width: 50px;
      height: 50px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
      .interactive-box.video-box .video-icon:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }

.images-cascade {
  position: relative;
  max-width: 100%; }
  .images-cascade .cascade-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .images-cascade .img {
    display: block; }
    .images-cascade .img span {
      display: block;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      overflow: hidden;
      -webkit-transition: -webkit-transform .8s;
      transition: -webkit-transform .8s;
      transition: transform .8s;
      transition: transform .8s, -webkit-transform .8s; }
      .images-cascade .img span.loaded {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .images-cascade .img-cascade {
    display: inline-block;
    padding: 20%;
    width: 100%;
    text-align: center; }
  .images-cascade .img-cascade2, .images-cascade .img-cascade3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .images-cascade .img-wrap {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1) translateZ(0px);
            transform: translateX(0px) translateY(0px) scale(1, 1) translateZ(0px); }
  .images-cascade .img-cascade3 img {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .images-cascade .img-cascade2 img {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .images-cascade .img-cascade1 img {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .images-cascade .img-cascade3 span {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .images-cascade .img-cascade2 span {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .images-cascade .img-cascade1 span {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }

.veso-social-profiles, .social-shares {
  margin: 0; }
  .veso-social-profiles li, .social-shares li {
    list-style-type: none;
    display: inline-block;
    margin: 0 15px; }
    .veso-social-profiles li:first-of-type, .social-shares li:first-of-type {
      margin-left: 0; }
    .veso-social-profiles li:last-of-type, .social-shares li:last-of-type {
      margin-right: 0; }
  .veso-social-profiles a, .social-shares a {
    /*  transition: transform .4s;  */
    display: inline-block; }
  .veso-social-profiles i, .social-shares i {
    -webkit-transition: color .3s;
    transition: color .3s; }

.social-shares a:hover i.fa-facebook {
  color: #3b5998 !important; }

.social-shares a:hover i.fa-twitter {
  color: #00b6f1 !important; }

.social-shares a:hover i.fa-google-plus {
  color: #df4a32 !important; }

.social-shares a:hover i.fa-pinterest {
  color: #cb2027 !important; }

.social-shares a:hover i.fa-tumblr {
  color: #35465d !important; }

.veso-gallery {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .veso-gallery article a {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11; }
  .veso-gallery .load-more {
    position: relative; }
  .veso-gallery .grid-sizer, .veso-gallery .w1-h1 {
    width: 25%;
    height: 0;
    padding-bottom: 25%; }
  .veso-gallery .w2-h1 {
    width: 50%;
    height: 0;
    padding-bottom: 25%; }
  .veso-gallery .w2-h2 {
    width: 50%;
    height: 0;
    padding-bottom: 50%; }
  .veso-gallery .w1-h2 {
    width: 25%;
    height: 0;
    padding-bottom: 50%; }
  .veso-gallery .grid-sizer .mix,
  .veso-gallery .w1-h1 .mix,
  .veso-gallery .w2-h1 .mix,
  .veso-gallery .w2-h2 .mix,
  .veso-gallery .w1-h2 .mix {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11; }
  .veso-gallery .grid-sizer .layer,
  .veso-gallery .w1-h1 .layer,
  .veso-gallery .w2-h1 .layer,
  .veso-gallery .w2-h2 .layer,
  .veso-gallery .w1-h2 .layer {
    position: absolute;
    overflow: hidden; }
    .veso-gallery .grid-sizer .layer .img-bg,
    .veso-gallery .w1-h1 .layer .img-bg,
    .veso-gallery .w2-h1 .layer .img-bg,
    .veso-gallery .w2-h2 .layer .img-bg,
    .veso-gallery .w1-h2 .layer .img-bg {
      background-size: cover;
      background-position: center center;
      -webkit-transform: scale(1.01);
              transform: scale(1.01);
      -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform-origin: center;
              transform-origin: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 63.9375em) {
    .veso-gallery .grid-sizer,
    .veso-gallery .w1-h1,
    .veso-gallery .w2-h1,
    .veso-gallery .w2-h2,
    .veso-gallery .w1-h2 {
      width: 100% !important;
      padding-bottom: 50% !important; } }
  .veso-gallery .grid-sizer:hover .img-bg,
  .veso-gallery .w1-h1:hover .img-bg,
  .veso-gallery .w2-h1:hover .img-bg,
  .veso-gallery .w2-h2:hover .img-bg,
  .veso-gallery .w1-h2:hover .img-bg {
    -webkit-transform: scale(1.08);
            transform: scale(1.08); }
  .veso-gallery .grid-sizer:hover .overlay-masonry,
  .veso-gallery .w1-h1:hover .overlay-masonry,
  .veso-gallery .w2-h1:hover .overlay-masonry,
  .veso-gallery .w2-h2:hover .overlay-masonry,
  .veso-gallery .w1-h2:hover .overlay-masonry {
    opacity: 1; }
  .veso-gallery .grid-sizer:hover .portfolio-content,
  .veso-gallery .w1-h1:hover .portfolio-content,
  .veso-gallery .w2-h1:hover .portfolio-content,
  .veso-gallery .w2-h2:hover .portfolio-content,
  .veso-gallery .w1-h2:hover .portfolio-content {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    blur: 0px; }
  .veso-gallery .portfolio-masonry {
    margin: 2px; }
    .veso-gallery .portfolio-masonry img {
      display: none; }
  .veso-gallery .overlay-masonry {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .veso-gallery .layer, .veso-gallery .overlay-masonry {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px; }

.vc_row {
  position: relative; }
  .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner {
    padding: 50px; }
    .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner {
      margin-left: -50px;
      margin-right: -50px; }
      .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner > .vc_column_container {
        padding: 0 50px; }
        .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner > .vc_column_container > .vc_column-inner {
          padding-left: 0;
          padding-right: 0; }

.veso-parallax, .extended_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  left: 0;
  right: 0; }

.row-image-overlay {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.color-light {
  color: #fff; }

.remove-gap > .vc_column_container > .vc_column-inner {
  padding: 0; }

.remove-gap .mosaic-item {
  margin-bottom: 0; }

.pattern_bg {
  background-size: auto; }

.column-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.column-overlay.column-hoverable {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }

.vc_column-inner:hover .column-overlay.column-hoverable {
  background-color: transparent !important; }

.vc_column-inner:hover .column-overlay-hover {
  opacity: 1; }

.column-overlay-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.wpb_wrapper {
  position: relative;
  z-index: 1; }

.vc_column-inner {
  position: relative; }

.wpb_text_column.wpb_content_element:last-child {
  margin: 0; }

.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999; }

.bypostauthor .comment-author-link {
  font-weight: 400; }

.veso-portfolio-carousel .swiper-slide img {
  height: 100%;
  width: auto; }

.footer-row-wrapper {
  padding: 0 45px; }
  .footer-row-wrapper.page-padding {
    padding-top: 90px;
    padding-bottom: 90px; }
  @media screen and (max-width: 63.9375em) {
    .footer-row-wrapper {
      padding: 0 15px; } }

.b-lazy {
  opacity: 0;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
  -webkit-transform: translateY(100%) scale(1.3);
          transform: translateY(100%) scale(1.3);
  -webkit-transform-origin: top;
          transform-origin: top; }
  .b-lazy.b-loaded {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }

.image-wrapper, .img-wrapper {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow: hidden;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  display: block; }
  .image-wrapper.loaded, .img-wrapper.loaded {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.vc_single_image-wrapper {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow: hidden;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  display: block; }
  .vc_single_image-wrapper .vc_single_image-img {
    opacity: 0;
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(100%) scale(1.3);
            transform: translateY(100%) scale(1.3);
    -webkit-transform-origin: top;
            transform-origin: top; }
  .vc_single_image-wrapper.loaded {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .vc_single_image-wrapper.loaded .vc_single_image-img {
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1); }

.swiper-slide .b-lazy {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.swiper-slide .veso-portfolio-item .image-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }
  .swiper-slide .veso-portfolio-item .image-wrapper.loaded {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.veso-carousel-container {
  position: relative;
  z-index: 2;
  margin: 0 -15px; }

.veso-carousel {
  margin: 0 -60px;
  position: relative; }
  .veso-carousel .img-wrapper {
    text-align: center; }
  .veso-carousel .item-desc {
    padding: 0 45px; }

.veso-carousel-pagination {
  text-align: center;
  position: relative;
  padding: 30px 0; }
  .veso-carousel-pagination .swiper-pagination-bullet {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 10px;
    height: 10px;
    opacity: .5;
    margin: 0 5px; }
    .veso-carousel-pagination .swiper-pagination-bullet:hover {
      opacity: 1; }
    .veso-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }
  .veso-carousel-pagination .swiper-pagination-bullet-active {
    background: #ffb573; }

.veso-carousel-arrows .arrow {
  position: absolute;
  width: 60px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  z-index: 1; }
  .veso-carousel-arrows .arrow.arrow-prev {
    left: 25px; }
    .veso-carousel-arrows .arrow.arrow-prev i {
      left: -1px; }
  .veso-carousel-arrows .arrow.arrow-next {
    right: 25px; }
    .veso-carousel-arrows .arrow.arrow-next i {
      right: -1px; }
  .veso-carousel-arrows .arrow .arrow-icon {
    height: 1px;
    width: 60px;
    background: #fff;
    line-height: 50px;
    margin-top: 24px;
    position: relative;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2); }
    .veso-carousel-arrows .arrow .arrow-icon i {
      position: absolute;
      top: -10px;
      width: 0;
      -webkit-transition: opacity .2s, width .2s;
      transition: opacity .2s, width .2s;
      opacity: 0;
      font-size: 20px;
      color: #fff;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
  .veso-carousel-arrows .arrow:hover {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .veso-carousel-arrows .arrow:hover.arrow-prev {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
    .veso-carousel-arrows .arrow:hover.arrow-next {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px); }
    .veso-carousel-arrows .arrow:hover .arrow-icon i {
      width: 6px;
      opacity: 1; }

.veso-slider-container {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .veso-slider-container .slide-nav {
    /*  position: absolute;  */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    position: relative; }
    .veso-slider-container .slide-nav .veso-slide-content {
      display: inline-block;
      height: 100%;
      position: relative;
      vertical-align: top;
      cursor: pointer;
      overflow: hidden; }
      .veso-slider-container .slide-nav .veso-slide-content .item-desc {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 1;
        text-align: center; }
        .veso-slider-container .slide-nav .veso-slide-content .item-desc > div p:last-of-type {
          margin-bottom: 0 !important; }
        .veso-slider-container .slide-nav .veso-slide-content .item-desc p {
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 14px; }
      .veso-slider-container .slide-nav .veso-slide-content .img-slide {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center;
        z-index: -1;
        -webkit-transition: -webkit-transform .8s;
        transition: -webkit-transform .8s;
        transition: transform .8s;
        transition: transform .8s, -webkit-transform .8s;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translateZ(0);
                transform: translateZ(0); }
        .veso-slider-container .slide-nav .veso-slide-content .img-slide.img-hover {
          opacity: 0;
          -webkit-transition: opacity .5s, -webkit-transform .8s;
          transition: opacity .5s, -webkit-transform .8s;
          transition: transform .8s, opacity .5s;
          transition: transform .8s, opacity .5s, -webkit-transform .8s; }
      .veso-slider-container .slide-nav .veso-slide-content .slide-overlay {
        opacity: .6;
        -webkit-transition: opacity .4s;
        transition: opacity .4s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .veso-slider-container .slide-nav .veso-slide-content h2 {
        display: inline-block;
        margin-bottom: 0; }
      .veso-slider-container .slide-nav .veso-slide-content:hover .img-slide {
        -webkit-transform: scale(1.02) translateZ(0);
                transform: scale(1.02) translateZ(0); }
      .veso-slider-container .slide-nav .veso-slide-content:hover .img-hover {
        opacity: 1; }
      .veso-slider-container .slide-nav .veso-slide-content:hover .slide-overlay {
        opacity: 1; }
  .veso-slider-container .veso-slider {
    position: absolute;
    top: 0;
    left: 0; }
  .veso-slider-container.slide-mobile .slide-nav {
    /* position: relative;  */
    left: 0 !important;
    height: auto !important; }
    .veso-slider-container.slide-mobile .slide-nav .veso-slide-content {
      display: block;
      height: auto; }
      .veso-slider-container.slide-mobile .slide-nav .veso-slide-content h2 > span {
        background-size: 100% 100%; }
    .veso-slider-container.slide-mobile .slide-nav .item-desc {
      padding: 60px; }
  .veso-slider-container.slide-mobile .veso-slider, .veso-slider-container.slide-mobile .veso-parallax {
    height: 100vh; }
  .veso-slider-container.slide-mobile .img-hover {
    opacity: 1 !important; }
  .veso-slider-container .swiper-slide > div {
    background-size: cover;
    background-position: center center;
    width: 100%; }

.vc_tta-tabs .vc_tta-tab {
  margin: 1px 0 0 1px !important; }

.vc_tta-tabs .vc_tta-tab > a {
  border-radius: 0;
  border: none !important;
  padding: 10px 30px !important; }
  .vc_tta-tabs .vc_tta-tab > a span {
    opacity: 1; }

.vc_tta-tabs .vc_tta-panel-body {
  border: none !important;
  padding-left: 30px !important;
  padding-right: 30px !important; }

.vc_tta-tabs .vc_tta-title-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px; }

.vc_tta-tabs .vc_tta-tabs-container {
  border-bottom: 4px solid #ffb573; }

.vc_tta-tabs .vc_tta-tab:not(.vc_active) a span {
  opacity: .7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container, .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panels-container {
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important; }

.vc_tta-tabs-position-left .vc_tta-tabs-container, .vc_tta-tabs-position-right .vc_tta-tabs-container {
  border-bottom: none !important; }

.vc_tta-tabs-position-left .vc_tta-panels-container {
  border-bottom: 1px solid transparent !important;
  border-left: 4px solid #ffb573;
  border-top: 1px solid transparent !important; }

.vc_tta-tabs-position-right .vc_tta-panels-container {
  border-bottom: 1px solid transparent !important;
  border-right: 4px solid #ffb573;
  border-top: 1px solid transparent !important; }

.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-heading, .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 4px solid; }

.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body {
  border-color: inherit !important; }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body .wpb_wrapper {
    padding: 5px 10px; }

.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 20px 30px !important; }
  @media screen and (max-width: 39.9375em) {
    .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a {
      padding: 20px 0 !important; } }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a i {
    right: 30px !important;
    left: auto !important; }
    @media screen and (max-width: 39.9375em) {
      .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a i {
        right: 0 !important; } }

.vc_toggle.vc_toggle_default .vc_toggle_title {
  padding-left: 30px; }
  .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    width: 12px;
    height: 2px;
    margin-left: 0;
    background: #333;
    border: none; }
    .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before, .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
      background: #333;
      border: none;
      width: 2px !important; }
    .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
      height: 12px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .2s 0s, visibility 0s 0s;
      transition: opacity .2s 0s, visibility 0s 0s; }

.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s 0s, visibility 0s .2s;
  transition: opacity .2s 0s, visibility 0s .2s; }

.element-cta {
  max-width: 100%;
  width: 100%; }
  .element-cta .cta-content, .element-cta .image-content {
    vertical-align: middle; }
  .element-cta .cta-content {
    padding: 0 30px; }
  .element-cta img {
    width: 100%; }
  .element-cta.cta-bg-img {
    position: relative;
    display: block; }
    .element-cta.cta-bg-img .cta-content {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%; }
      .element-cta.cta-bg-img .cta-content p:empty {
        display: none; }
    .element-cta.cta-bg-img .image-content {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .element-cta.cta-bg-img .cta-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }

.call-to-action .img-bg-wrapper {
  position: relative; }

.call-to-action .img-bg-inner {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0; }

.call-to-action .mosaic-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 39.9375em) {
  .call-to-action.cta-sm {
    margin: 0 !important;
    padding: 0 !important; }
  .call-to-action .image-content {
    width: 100%;
    height: 300px; }
  .call-to-action .cta-content {
    padding: 30px !important; } }

@media screen and (max-width: 63.9375em) {
  .call-to-action .image-content {
    width: 100%;
    height: 400px; } }

@media print, screen and (min-width: 64em) {
  .call-to-action .cta-content .content > * {
    margin-bottom: 45px; }
  .call-to-action .cta-left-img, .call-to-action .cta-right-img {
    display: table;
    table-layout: fixed; }
    .call-to-action .cta-left-img .cta-content, .call-to-action .cta-left-img .image-content, .call-to-action .cta-right-img .cta-content, .call-to-action .cta-right-img .image-content {
      display: table-cell;
      direction: ltr;
      width: 50%;
      height: 100%; }
  .call-to-action .cta-right-img {
    direction: rtl; } }

.vc_general.vc_cta3 {
  padding: 60px !important; }
  @media screen and (max-width: 39.9375em) {
    .vc_general.vc_cta3 {
      padding: 30px !important; } }

.vc_cta3-actions {
  position: relative;
  z-index: 1; }

.vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
  margin: 0 !important; }

@media print, screen and (min-width: 40em) {
  .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
    padding-right: 60px !important; }
  .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
    padding-left: 60px !important; }
  .vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
    padding-bottom: 60px !important; }
  .vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content {
    padding-top: 60px !important; } }

@media screen and (max-width: 39.9375em) {
  .vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content, .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
    padding-bottom: 30px !important; }
  .vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content, .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
    padding-top: 30px !important; } }

.wpb_wrapper .vc_progress_bar .vc_single_bar {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
  position: relative;
  margin-bottom: 45px;
  height: 10px; }
  .wpb_wrapper .vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0;
    -webkit-transition: none !important;
    transition: none !important; }
  .wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label {
    padding: 0;
    font-size: 16px;
    position: absolute;
    top: -30px;
    width: 100%; }
  .wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label_units {
    position: absolute;
    top: 0;
    left: 0; }

.vc_pie_chart_back {
  border-color: rgba(160, 160, 160, 0.7) !important; }

.veso_countdown {
  text-align: center; }
  .veso_countdown .show7 .veso_countdown-section {
    width: calc(100%/7); }
  .veso_countdown .show6 .veso_countdown-section {
    width: calc(100%/6); }
  .veso_countdown .show5 .veso_countdown-section {
    width: 20%; }
  .veso_countdown .show4 .veso_countdown-section {
    width: 25%; }
  .veso_countdown .show3 .veso_countdown-section {
    width: calc(100%/3); }
  .veso_countdown .show2 .veso_countdown-section {
    width: 50%; }
  @media screen and (max-width: 39.9375em) {
    .veso_countdown .veso_countdown-section {
      width: 100% !important;
      display: block; } }
  .veso_countdown .veso_countdown-section {
    display: inline-block; }
    .veso_countdown .veso_countdown-section:last-of-type {
      padding-right: none; }
    .veso_countdown .veso_countdown-section .veso_countdown-amount {
      font-size: 72px;
      letter-spacing: 1px;
      display: block;
      font-weight: bold; }
    .veso_countdown .veso_countdown-section .veso_countdown-period {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px; }

.veso-counter .counter {
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1em; }

.veso-counter .counter-title {
  text-transform: uppercase;
  letter-spacing: 1px; }

.veso-pricing-table {
  background: #f7f7f7; }
  .veso-pricing-table .pricing-content {
    padding: 30px; }
  .veso-pricing-table .price {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: bold; }
    .veso-pricing-table .price span {
      vertical-align: text-top;
      font-size: 28px; }
  .veso-pricing-table .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px; }
    .veso-pricing-table .desc ul {
      margin: 0; }
    .veso-pricing-table .desc li {
      margin-bottom: 5px;
      list-style-type: none;
      position: relative; }
      .veso-pricing-table .desc li:before {
        content: "";
        position: relative;
        width: 6px;
        height: 6px;
        top: -3px;
        background: #ffb573;
        border-radius: 50%;
        margin-right: 15px;
        display: inline-block; }

.veso_video_lightbox.play_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  display: inline-block; }

.centered-text .veso_video_lightbox.play_button {
  margin: 0 30px; }

.veso_video_lightbox svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); }

.veso_video_lightbox.play_button:before {
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid;
  z-index: 10;
  border-radius: 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.veso_video_lightbox.play_button_with_text span.play {
  height: 52px;
  width: 52px;
  position: relative;
  vertical-align: middle;
  display: inline-block; }
  .veso_video_lightbox.play_button_with_text span.play > .inner-wrap {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
    ransition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1) 0s;
    -webkit-transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1) 0s; }

.veso_video_lightbox.play_button_with_text:hover span.play > .inner-wrap {
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }

.veso_video_lightbox.play_button_with_text .link-text > * {
  margin-bottom: 0; }

body .veso_video_lightbox.play_button_with_text span.play:before {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  z-index: -1; }

.veso_video_lightbox.play_button_with_text svg {
  width: 14px;
  height: 14px;
  z-index: 100; }

.veso_video_lightbox.play_button_with_text .link-text {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle; }

.veso_video_lightbox span.play {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.veso_video_lightbox path {
  fill: inherit; }

.veso_video_lightbox:hover:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.4; }

.veso_video_lightbox:not(.play_button_with_text):hover span.play {
  transform: scale(1.3);
  -webkit-transform: scale(1.3); }

.veso_video_lightbox.veso-button[data-color*="transparent"] {
  background-color: transparent !important;
  border: 2px solid #fff;
  opacity: 1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }
  .veso_video_lightbox.veso-button[data-color*="transparent"]:hover {
    color: #fff !important;
    border-color: transparent !important; }

.veso-video-box {
  overflow: hidden;
  line-height: 0;
  position: relative;
  margin-bottom: 35px; }
  .veso-video-box img {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    margin-bottom: 0 !important;
    transform: translateZ(0) scale(1.05);
    -webkit-transform: translateZ(0) scale(1.05);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    max-width: none !important;
    width: 100% !important; }
  .veso-video-box[data-hover="zoom_button"] img {
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -webkit-transform: none !important;
    transform: none !important; }
  .veso-video-box a.veso_video_lightbox {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    color: #fff;
    display: inline-block;
    border-radius: 200px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

body .veso-video-box[data-hover="zoom_button"] a.veso_video_lightbox:after {
  background-color: #000;
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 200px;
  height: 100%;
  z-index: 1;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1); }

.veso-video-box:hover a.veso_video_lightbox:after {
  -webkit-transform: scale(1.14);
  transform: scale(1.14); }

.veso-video-box[data-hover="zoom_button"] span.play {
  position: relative;
  z-index: 10; }

.veso-video-box > a.full-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100; }

.veso-video-box:hover img {
  transform: scale(1.14);
  -webkit-transform: scale(1.14); }

.veso-video-box .veso_video_lightbox path {
  fill: #fff !important; }

body .veso-video-box[data-hover="zoom_button"] a.veso_video_lightbox {
  background-color: transparent !important; }

.show-on-hover > .wpb_wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.show-on-hover:hover > .wpb_wrapper {
  opacity: 1; }

.pswp .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pswp .video-wrapper {
  width: 70%; }
  .pswp .video-wrapper .widescreen {
    width: 100%; }

.mfp-fade.mfp-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .mfp-fade.mfp-wrap.mfp-ready {
    opacity: 1; }
  .mfp-fade.mfp-wrap.mfp-removing {
    opacity: 0; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }

.veso-add-info {
  border-left: 2px solid;
  display: inline-block;
  padding-left: 20px;
  position: relative; }
  .veso-add-info.add-padding-bg {
    padding: 20px; }
  .veso-add-info p {
    margin-bottom: 0; }

.fade-only, .fade-only img {
  -webkit-transform: none !important;
          transform: none !important; }

a.hover-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(0%, #ffb573));
  background-image: linear-gradient(transparent 96%, #ffb573 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .2s;
  transition: background-size .2s; }
  a.hover-underline:hover {
    background-size: 100% 100%; }

.veso-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.veso-text-animation {
  overflow: hidden; }
  .veso-text-animation .text-wrap {
    white-space: nowrap;
    word-break: keep-all; }

.blast {
  display: inline-block;
  opacity: 1;
  word-break: keep-all; }

.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
  min-width: 100vh !important; }

.veso-full-pages .fullpage-wrapper .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.veso-full-pages .fullpage-wrapper .vc_row .vc_column_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.veso-full-pages .fullpage-wrapper .fp-section:not(.footer-row-wrapper) .columns > .vc_row {
  min-height: 100.01vh; }

.veso-full-pages .fp-section {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 63.9375em) {
    .veso-full-pages .fp-section .row .columns > .vc_row {
      padding-top: 130px;
      padding-bottom: 30px; } }

#fp-nav {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  z-index: 5;
  margin-top: 0 !important;
  text-align: center; }
  #fp-nav li {
    list-style-type: none;
    direction: rtl;
    text-align: right;
    line-height: 25px; }
    #fp-nav li a {
      display: inline-block;
      width: 30px;
      height: 25px;
      margin: 5px 0; }
      #fp-nav li a span {
        opacity: .5;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        line-height: 25px;
        display: inline-block;
        -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2); }
    #fp-nav li .fp-tooltip {
      display: inline-block;
      padding: 0 5px;
      vertical-align: middle;
      color: inherit;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .4s 0s, visibility 0s .4s;
      transition: opacity .4s 0s, visibility 0s .4s; }
    #fp-nav li:hover a span {
      opacity: 1; }
    #fp-nav li:hover .fp-tooltip {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .4s 0s, visibility 0s 0s;
      transition: opacity .4s 0s, visibility 0s 0s;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
    #fp-nav li a.active span {
      opacity: 1; }
  #fp-nav ul {
    margin: 0 !important; }

.veso-full-pages .fullpage-wrapper {
  width: 100vw;
  max-width: none;
  position: fixed !important;
  left: 0;
  right: 0;
  padding: 0 !important; }

.veso-split-slider-container {
  top: 0;
  left: 0; }
  .veso-split-slider-container .veso-split-slider {
    -webkit-transition: background-color 1s;
    transition: background-color 1s; }
    @media print, screen and (min-width: 64em) {
      .veso-split-slider-container .veso-split-slider {
        height: 100vh !important; } }
  .veso-split-slider-container .fixed-container {
    position: absolute;
    z-index: 5; }
    @media screen and (max-width: 63.9375em) {
      .veso-split-slider-container .fixed-container {
        top: 30px;
        left: 30px;
        bottom: 30px;
        right: 30px; }
        .veso-split-slider-container .fixed-container h1 {
          font-size: 30px !important; } }
    @media print, screen and (min-width: 64em) {
      .veso-split-slider-container .fixed-container {
        top: 100px;
        left: 100px;
        bottom: 100px;
        width: 50%; } }
    .veso-split-slider-container .fixed-container .veso-split-slide-desc {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      opacity: 1;
      -webkit-transition: opacity .5s, -webkit-transform .5s;
      transition: opacity .5s, -webkit-transform .5s;
      transition: transform .5s, opacity .5s;
      transition: transform .5s, opacity .5s, -webkit-transform .5s;
      overflow: hidden; }
      .veso-split-slider-container .fixed-container .veso-split-slide-desc:not(.active) {
        pointer-events: none; }
      .veso-split-slider-container .fixed-container .veso-split-slide-desc .slide-text-wrapper {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s; }
        .veso-split-slider-container .fixed-container .veso-split-slide-desc .slide-text-wrapper > *:last-of-type {
          margin-bottom: 0 !important; }
      .veso-split-slider-container .fixed-container .veso-split-slide-desc.active .slide-text-wrapper {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .veso-split-slider-container .slide {
    position: relative;
    overflow: hidden;
    width: calc(100vw - 60px);
    margin: 30px; }
    @media print, screen and (min-width: 64em) {
      .veso-split-slider-container .slide {
        width: calc(100vw - 200px);
        height: calc(100vh - 200px) !important;
        margin: 100px; } }
  .veso-split-slider-container .slide-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .veso-split-slider-container .slide-img .img-wrapper {
      -webkit-transform: scale(0.85);
              transform: scale(0.85);
      -webkit-transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
      transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
      transition: transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
      transition: transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1), -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden;
      height: 100%; }
      @media screen and (max-width: 63.9375em) {
        .veso-split-slider-container .slide-img .img-wrapper {
          width: 100%; } }
    .veso-split-slider-container .slide-img.active .img-wrapper {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .veso-split-slider-container .slide-img.active img {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .veso-split-slider-container .portfolio-category {
    margin: 0 0 30px;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px; }
    .veso-split-slider-container .portfolio-category .veso-hover-text:before {
      bottom: 20%; }
  .veso-split-slider-container .portfolio-category li {
    list-style-type: none;
    display: inline-block;
    padding-right: 5px;
    font-size: inherit; }
    .veso-split-slider-container .portfolio-category li:after {
      content: "/";
      padding-left: 5px;
      font-size: 16px;
      position: relative;
      top: -1px;
      opacity: .7; }
    .veso-split-slider-container .portfolio-category li:last-of-type {
      padding-right: 0; }
      .veso-split-slider-container .portfolio-category li:last-of-type:after {
        display: none; }
    .veso-split-slider-container .portfolio-category li:hover a {
      opacity: 1; }
    .veso-split-slider-container .portfolio-category li a {
      z-index: 1;
      opacity: .7;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      font-size: 16px; }
    @media print, screen and (min-width: 64em) {
      .veso-split-slider-container .portfolio-category li a {
        font-size: .33em; } }
  .veso-split-slider-container img {
    height: 100%;
    width: auto;
    max-width: none;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
    transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
    transition: transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1);
    transition: transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1), -webkit-transform 0.5s 0.1s cubic-bezier(0.15, 0.2, 0.1, 1); }
  .veso-split-slider-container .btn-container {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    z-index: 5;
    height: 30px;
    overflow: hidden; }
    @media print, screen and (min-width: 64em) {
      .veso-split-slider-container .btn-container {
        bottom: 150px;
        width: 50%; } }
  .veso-split-slider-container .split-slider-btn {
    position: absolute;
    left: 150px;
    -webkit-transition: color 0.3s .2s;
    transition: color 0.3s .2s;
    pointer-events: none; }
    @media screen and (max-width: 63.9375em) {
      .veso-split-slider-container .split-slider-btn {
        left: 80px; } }
    .veso-split-slider-container .split-slider-btn a {
      text-transform: uppercase;
      letter-spacing: 1px;
      display: block;
      position: relative;
      white-space: nowrap; }
      .veso-split-slider-container .split-slider-btn a > span {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        overflow: hidden;
        display: block;
        -webkit-transition: -webkit-transform .4s 0s;
        transition: -webkit-transform .4s 0s;
        transition: transform .4s 0s;
        transition: transform .4s 0s, -webkit-transform .4s 0s; }
        .veso-split-slider-container .split-slider-btn a > span span {
          -webkit-transform: translateX(100%);
                  transform: translateX(100%);
          display: inline-block;
          -webkit-transition: -webkit-transform .4s 0s;
          transition: -webkit-transform .4s 0s;
          transition: transform .4s 0s;
          transition: transform .4s 0s, -webkit-transform .4s 0s; }
      .veso-split-slider-container .split-slider-btn a:before {
        content: "";
        position: absolute;
        left: -150px;
        bottom: -1px;
        height: 1px;
        background: currentColor;
        right: 0px;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: -webkit-transform .3s 0s;
        transition: -webkit-transform .3s 0s;
        transition: transform .3s 0s;
        transition: transform .3s 0s, -webkit-transform .3s 0s;
        -webkit-transform-origin: left;
                transform-origin: left; }
      .veso-split-slider-container .split-slider-btn a:after {
        content: "";
        position: absolute;
        left: -150px;
        bottom: -1px;
        height: 1px;
        background: #ffb573;
        right: 0px;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: left;
                transform-origin: left; }
      @media screen and (max-width: 63.9375em) {
        .veso-split-slider-container .split-slider-btn a:before, .veso-split-slider-container .split-slider-btn a:after {
          left: -80px; } }
    .veso-split-slider-container .split-slider-btn.active {
      pointer-events: auto; }
      .veso-split-slider-container .split-slider-btn.active a:before {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transition-delay: .3s;
                transition-delay: .3s;
        -webkit-transition-duration: .6s;
                transition-duration: .6s; }
      .veso-split-slider-container .split-slider-btn.active a > span {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition-delay: .6s;
                transition-delay: .6s; }
        .veso-split-slider-container .split-slider-btn.active a > span span {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          -webkit-transition-delay: .6s;
                  transition-delay: .6s; }
      .veso-split-slider-container .split-slider-btn.active a:hover:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }

.veso-split-slider-pagination {
  position: fixed;
  right: 30px !important;
  z-index: 10; }
  .veso-split-slider-pagination .swiper-pagination-bullet {
    background-color: currentColor;
    -webkit-transition: background-color .3s, opacity .3s;
    transition: background-color .3s, opacity .3s;
    margin: 15px 0 !important;
    width: 10px !important;
    height: 10px !important; }
    .veso-split-slider-pagination .swiper-pagination-bullet:hover {
      opacity: 1; }
  @media screen and (max-width: 63.9375em) {
    .veso-split-slider-pagination {
      right: 12px !important; } }

.veso-split-slider-arrows {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 6;
  line-height: 15px; }
  @media screen and (max-width: 39.9375em) {
    .veso-split-slider-arrows {
      display: none; } }
  .veso-split-slider-arrows .arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid;
    display: inline-block;
    margin-left: 7px;
    -webkit-transition: color .3s, opacity .3s;
    transition: color .3s, opacity .3s;
    position: relative;
    cursor: pointer;
    opacity: 0.5; }
    .veso-split-slider-arrows .arrow span {
      height: 20px;
      width: 2px;
      background: currentColor;
      display: block;
      margin: 0 auto;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      opacity: 0;
      -webkit-transition: opacity .3s .0s;
      transition: opacity .3s .0s;
      position: absolute;
      left: 50%;
      margin-left: -1px;
      top: 50%;
      margin-top: -10px; }
    .veso-split-slider-arrows .arrow:hover {
      opacity: 1; }
      .veso-split-slider-arrows .arrow:hover span {
        -webkit-transition: opacity .3s .1s;
        transition: opacity .3s .1s;
        opacity: 1; }
      .veso-split-slider-arrows .arrow:hover.arrow-prev i {
        -webkit-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%); }
      .veso-split-slider-arrows .arrow:hover.arrow-next i {
        -webkit-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%); }
  .veso-split-slider-arrows i {
    vertical-align: middle;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }

.veso-fullscreen-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%; }

.veso-fullscreen-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
  counter-reset: veso-links;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 30px 0; }
  .veso-fullscreen-links-list li {
    margin: 30px 120px 30px 0;
    position: relative;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .veso-fullscreen-links-list li .title {
      margin-bottom: 5px;
      display: block; }
    .veso-fullscreen-links-list li .subtitle {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      opacity: 0;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translateY(30px);
              transform: translateY(30px); }
      @media screen and (max-width: 63.9375em) {
        .veso-fullscreen-links-list li .subtitle {
          opacity: 0.4;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
    .veso-fullscreen-links-list li:hover .subtitle {
      opacity: 0.4;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .veso-fullscreen-links-list li:before {
      content: counter(veso-links);
      margin-right: 15px;
      font-size: 12px;
      opacity: 0.5;
      line-height: 12px;
      counter-increment: veso-links; }
    @media screen and (max-width: 63.9375em) {
      .veso-fullscreen-links-list li {
        margin: 15px 0 15px 0 !important; } }
  .veso-fullscreen-links-list .h1 .subtitle {
    font-size: 0.33em; }
  .veso-fullscreen-links-list .h2 .subtitle {
    font-size: 0.4em; }
  .veso-fullscreen-links-list .h3 .subtitle {
    font-size: 0.45em; }
  .veso-fullscreen-links-list .h4 .subtitle {
    font-size: 0.5em; }
  .veso-fullscreen-links-list .h5 .subtitle {
    font-size: 0.5em; }
  @media screen and (max-width: 63.9375em) {
    .veso-fullscreen-links-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .veso-fullscreen-links-list .h1 .subtitle {
        font-size: 0.5em; }
      .veso-fullscreen-links-list .h2 .subtitle {
        font-size: 0.5em; }
      .veso-fullscreen-links-list .h3 .subtitle {
        font-size: 0.7em; }
      .veso-fullscreen-links-list .h4 .subtitle {
        font-size: 0.8em; }
      .veso-fullscreen-links-list .h5 .subtitle {
        font-size: 0.8em; } }

.veso-fullscreen-links-images {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .veso-fullscreen-links-images ul {
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    text-align: center; }
  .veso-fullscreen-links-images li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 60px;
    top: 60px;
    right: 60px;
    bottom: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .veso-fullscreen-links-images li img {
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform: translate3d(0, 0, 0) scale(1.2);
              transform: translate3d(0, 0, 0) scale(1.2);
      width: auto;
      height: 100%;
      opacity: 1;
      max-width: none; }
    .veso-fullscreen-links-images li div {
      position: relative;
      opacity: 0;
      -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, transform 0.5s;
      transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform: translate3d(0, 0, 0) scale(0.8);
              transform: translate3d(0, 0, 0) scale(0.8);
      overflow: hidden;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .veso-fullscreen-links-images li.veso-active div {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
              transform: translate3d(0, 0, 0) scale(1); }
    .veso-fullscreen-links-images li.veso-active img {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
              transform: translate3d(0, 0, 0) scale(1); }

.veso-fullscreen-links-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.veso-fullscreen-links-center li {
  margin: 30px 60px 30px 60px; }

.veso-fullscreen-links-center .veso-fullscreen-links-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.veso-fullscreen-links-center .veso-fullscreen-links-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.veso-fullscreen-links-right li {
  margin: 30px 0px 30px 120px; }

.veso-fullscreen-links-right .veso-fullscreen-links-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.veso-fullscreen-links-right .veso-fullscreen-links-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/**
 *
 * 3. Navbar styles
 *
 */
.page-wrapper {
  padding-top: 100px; }

.veso-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0; }
  .veso-nav .nav a {
    font-size: 12px;
    text-transform: uppercase; }
  .veso-nav .nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .veso-nav .nav > div.nav-additional {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: right;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0; }
      .veso-nav .nav > div.nav-additional > ul {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
            align-self: stretch; }
        .veso-nav .nav > div.nav-additional > ul > li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-item-align: stretch;
              align-self: stretch;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          list-style-type: none;
          margin-left: 30px; }
          .veso-nav .nav > div.nav-additional > ul > li:first-of-type {
            margin-left: 0; }
    .veso-nav .nav > div.logo {
      position: static;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      padding: 0;
      height: inherit; }
      .veso-nav .nav > div.logo h1 {
        margin-bottom: 0;
        font-size: 18px; }
      .veso-nav .nav > div.logo .static-logo {
        height: inherit; }
      .veso-nav .nav > div.logo a {
        height: inherit; }
    .veso-nav .nav > div.main-nav > ul {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.static-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: inline-block; }

.veso-nav {
  position: absolute;
  width: 100%;
  z-index: 20;
  /*  padding: 0 45px; */ }
  @media screen and (max-width: 63.9375em) {
    .veso-nav {
      /* position: fixed !important; */ }
      .veso-nav .nav-social-profiles {
        display: none !important; } }
  .veso-nav.nav-top {
    top: 0; }
  .veso-nav.nav-bottom {
    bottom: 0; }
    .veso-nav.nav-bottom .menu-item-has-children .sub-menu {
      bottom: 100%;
      margin-bottom: 20px;
      top: auto; }
      .veso-nav.nav-bottom .menu-item-has-children .sub-menu .sub-menu {
        top: auto;
        bottom: -27px; }
    .veso-nav.nav-bottom ul.sub-menu:before {
      content: '';
      height: 40px;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; }
  .veso-nav.nav-left .nav > div.logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .veso-nav.nav-right .nav > div.nav-additional {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .veso-nav.nav-transparent .page-wrapper .page-wrapper {
    top: 0; }
  .veso-nav .menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .veso-nav .menu > li > a {
      display: block;
      line-height: 1;
      padding: 10px 15px; }
  .veso-nav .menu-item-has-children, .veso-nav .menu-item-object-veso_mega_menu {
    position: relative; }
    .veso-nav .menu-item-has-children .sub-menu, .veso-nav .menu-item-object-veso_mega_menu .sub-menu {
      display: none;
      position: absolute;
      left: 50%;
      z-index: 19;
      height: auto !important;
      padding: 0;
      background: #fff;
      top: 100%; }
      .veso-nav .menu-item-has-children .sub-menu .sub-menu, .veso-nav .menu-item-object-veso_mega_menu .sub-menu .sub-menu {
        left: 100%;
        margin-left: 0;
        top: -7px; }
      .veso-nav .menu-item-has-children .sub-menu .dropdown-left, .veso-nav .menu-item-object-veso_mega_menu .sub-menu .dropdown-left {
        left: auto;
        right: 100%;
        margin-right: 0; }
      .veso-nav .menu-item-has-children .sub-menu li, .veso-nav .menu-item-object-veso_mega_menu .sub-menu li {
        list-style-type: none; }
        .veso-nav .menu-item-has-children .sub-menu li > a, .veso-nav .menu-item-object-veso_mega_menu .sub-menu li > a {
          margin: 0 15px; }
      @media print, screen and (min-width: 64em) {
        .veso-nav .menu-item-has-children .sub-menu li, .veso-nav .menu-item-object-veso_mega_menu .sub-menu li {
          top: 0;
          margin-top: 0;
          padding: 2px 15px;
          height: auto !important;
          line-height: 1; }
          .veso-nav .menu-item-has-children .sub-menu li > a, .veso-nav .menu-item-object-veso_mega_menu .sub-menu li > a {
            display: block; } }
  .veso-nav .menu-item {
    list-style-type: none; }
    .veso-nav .menu-item .sub-menu {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
      .veso-nav .menu-item .sub-menu li {
        position: relative;
        width: 100%;
        text-align: left !important; }
        .veso-nav .menu-item .sub-menu li:hover > a {
          opacity: 1; }
        .veso-nav .menu-item .sub-menu li a {
          white-space: nowrap;
          -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
          opacity: 0.8; }
  .veso-nav .dropdown > li {
    position: relative; }
    .veso-nav .dropdown > li.current_page_item i {
      opacity: 1; }
    .veso-nav .dropdown > li:hover i {
      opacity: 1; }
    .veso-nav .dropdown > li > a {
      position: relative; }
      .veso-nav .dropdown > li > a:after {
        content: "";
        position: absolute;
        border-bottom: 2px solid #ffb573;
        -webkit-transition: opacity 0.2s, width 0.2s 0.2s, left 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, width 0.2s 0.2s, left 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s, width 0.2s 0.2s, left 0.2s;
        transition: transform 0.2s, opacity 0.2s, width 0.2s 0.2s, left 0.2s, -webkit-transform 0.2s;
        left: 15px;
        right: 15px;
        opacity: 1;
        z-index: -1;
        bottom: 5px;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left;
                transform-origin: left; }
      .veso-nav .dropdown > li > a:hover:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }

.main-nav {
  margin: 0 15px; }
  .main-nav .menu-item-has-children a, .main-nav .mega-menu-inner a {
    padding: 8px 0; }
    .main-nav .menu-item-has-children a[href="#"], .main-nav .mega-menu-inner a[href="#"] {
      cursor: default; }

.veso-nav .menu-item-has-children:not(.first-level) > a::after {
  right: 15px;
  position: absolute;
  content: '+';
  opacity: 1;
  background: transparent !important; }

.nav-social-profiles > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0; }

.nav-social-profiles li.profile {
  margin-left: 10px; }
  .nav-social-profiles li.profile:first-child {
    margin-left: 0; }
  .nav-social-profiles li.profile a {
    display: inline-block;
    width: 25px;
    text-align: center;
    position: relative;
    font-size: 13px;
    height: 25px;
    border-radius: 50%;
    -webkit-transition: background .3s;
    transition: background .3s; }
    .nav-social-profiles li.profile a i {
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
    .nav-social-profiles li.profile a:hover {
      background: #fff; }
      .nav-social-profiles li.profile a:hover i {
        color: #3b5998; }

/**
 *
 * Burger nav
 *
 */
.veso-nav-burger {
  width: 20px;
  margin-left: 30px;
  position: relative;
  cursor: pointer; }
  .veso-nav-burger span {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s; }
  .veso-nav-burger .center {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 20px;
    height: 2px;
    background: currentColor; }
  .veso-nav-burger .top, .veso-nav-burger .bottom {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    height: 2px;
    width: 100%;
    background: currentColor; }
  .veso-nav-burger .top {
    margin-top: -7px; }
  .veso-nav-burger .bottom {
    margin-top: 5px; }

.veso-body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 21;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s .2s, visibility 0s .6s;
  transition: opacity .3s .2s, visibility 0s .6s;
  left: 0;
  cursor: pointer; }
  .veso-body-overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s .2s, visibility 0s .2s;
    transition: opacity .3s .2s, visibility 0s .2s; }

.veso-nav-overlay {
  width: 40vw;
  position: fixed;
  height: 100%;
  z-index: 22;
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.8s, -webkit-transform 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: visibility 0s 0.8s, -webkit-transform 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0.8s;
  transition: transform 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0.8s, -webkit-transform 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(100%) translateZ(0);
          transform: translateX(100%) translateZ(0); }
  @media screen and (max-width: 39.9375em) {
    .veso-nav-overlay {
      width: 90vw; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .veso-nav-overlay {
      width: 70vw; } }
  .veso-nav-overlay .veso-nav-burger {
    position: absolute;
    top: 0px;
    height: 100px;
    right: 60px;
    width: 20px;
    z-index: 20; }
    .veso-nav-overlay .veso-nav-burger .center {
      opacity: 0; }
    .veso-nav-overlay .veso-nav-burger .top {
      -webkit-transform: translateY(6px) rotate(-45deg);
              transform: translateY(6px) rotate(-45deg); }
    .veso-nav-overlay .veso-nav-burger .bottom {
      -webkit-transform: translateY(-6px) rotate(45deg);
              transform: translateY(-6px) rotate(45deg); }
    @media screen and (max-width: 63.9375em) {
      .veso-nav-overlay .veso-nav-burger {
        right: 30px; } }
  .veso-nav-overlay .veso-overlay {
    position: fixed;
    z-index: 12;
    width: 40vw;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0; }
    @media screen and (max-width: 39.9375em) {
      .veso-nav-overlay .veso-overlay {
        width: 90vw; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .veso-nav-overlay .veso-overlay {
        width: 70vw; } }
  .veso-nav-overlay .veso-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 60px 60px 60px;
    z-index: 13;
    /* font-family: $header-font-family; */
    /* transform: translateX(50vw) translateZ(0);  */
    letter-spacing: 1px;
    /* font-size: 18px; */
    /* transition: opacity .3s 0s cubic-bezier(0.77,0,0.175,1); */
    will-change: transform;
    overflow-x: hidden;
    width: 40vw;
    /* opacity: 0; */ }
    @media screen and (max-width: 63.9375em) {
      .veso-nav-overlay .veso-menu-content {
        padding: 0 30px 30px 30px; } }
    @media screen and (max-width: 39.9375em) {
      .veso-nav-overlay .veso-menu-content {
        width: 90vw; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .veso-nav-overlay .veso-menu-content {
        width: 70vw; } }
    .veso-nav-overlay .veso-menu-content .menu li {
      display: block; }
      .veso-nav-overlay .veso-menu-content .menu li a {
        padding: 15px 0;
        /* font-size: 32px; font-weight: bold;  */ }
    .veso-nav-overlay .veso-menu-content .megamenu .menu-item a {
      padding: 8px 0 !important; }
    .veso-nav-overlay .veso-menu-content .menu > li > .item-wrapper > a {
      display: inline-block; }
    .veso-nav-overlay .veso-menu-content .main-nav > .menu > li {
      overflow: hidden; }
      .veso-nav-overlay .veso-menu-content .main-nav > .menu > li > .item-wrapper {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transition: -webkit-transform .3s 0s;
        transition: -webkit-transform .3s 0s;
        transition: transform .3s 0s;
        transition: transform .3s 0s, -webkit-transform .3s 0s; }
    .veso-nav-overlay .veso-menu-content li:not(.menu-item):not(.overlay-back) {
      margin-top: 15px; }
    .veso-nav-overlay .veso-menu-content li.overlay-back + li:not(.menu-item) {
      margin-top: 0; }
  .veso-nav-overlay .veso-menu {
    margin: 120px 0 60px; }
    .veso-nav-overlay .veso-menu .lng {
      margin: 0;
      margin-bottom: 15px;
      text-transform: uppercase; }
      .veso-nav-overlay .veso-menu .lng li {
        display: inline-block;
        list-style-type: none;
        margin-right: 6px; }
        .veso-nav-overlay .veso-menu .lng li:after {
          content: "/";
          margin-left: 6px;
          margin-right: -5px; }
        .veso-nav-overlay .veso-menu .lng li:last-of-type {
          margin-right: 0; }
          .veso-nav-overlay .veso-menu .lng li:last-of-type:after {
            display: none; }
        .veso-nav-overlay .veso-menu .lng li a {
          font-weight: lighter; }
  .veso-nav-overlay .veso-nav-footer {
    /* overflow: hidden;  */ }
    .veso-nav-overlay .veso-nav-footer .item-footer-wrapper {
      overflow: hidden; }
      .veso-nav-overlay .veso-nav-footer .item-footer-wrapper > *:last-of-type {
        margin-bottom: 0; }
    .veso-nav-overlay .veso-nav-footer ul > li, .veso-nav-overlay .veso-nav-footer .item-footer-wrapper > * {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: -webkit-transform .3s 0s;
      transition: -webkit-transform .3s 0s;
      transition: transform .3s 0s;
      transition: transform .3s 0s, -webkit-transform .3s 0s; }
    .veso-nav-overlay .veso-nav-footer ul {
      margin: 0;
      overflow: hidden; }
      .veso-nav-overlay .veso-nav-footer ul li {
        display: inline-block;
        list-style-type: none;
        margin-right: 15px; }
        .veso-nav-overlay .veso-nav-footer ul li:last-of-type {
          margin-right: 0; }
  .veso-nav-overlay.veso-overlay-open {
    visibility: visible;
    -webkit-transition: visibility 0s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: visibility 0s, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: visibility 0s, transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: visibility 0s, transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0); }
    .veso-nav-overlay.veso-overlay-open .veso-overlay {
      opacity: 1;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .veso-nav-overlay.veso-overlay-open .veso-menu-content {
      /* transform: translateX(0) translateZ(0); */
      /*  transition: opacity .3s .4s cubic-bezier(0.77,0,0.175,1); opacity : 1; */ }
      .veso-nav-overlay.veso-overlay-open .veso-menu-content .main-nav > .menu > li > .item-wrapper {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: -webkit-transform .3s .4s;
        transition: -webkit-transform .3s .4s;
        transition: transform .3s .4s;
        transition: transform .3s .4s, -webkit-transform .3s .4s; }
      .veso-nav-overlay.veso-overlay-open .veso-menu-content .veso-nav-footer ul > li, .veso-nav-overlay.veso-overlay-open .veso-menu-content .veso-nav-footer .item-footer-wrapper > * {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: -webkit-transform .3s .4s;
        transition: -webkit-transform .3s .4s;
        transition: transform .3s .4s;
        transition: transform .3s .4s, -webkit-transform .3s .4s; }
  .veso-nav-overlay .nav-social-profiles li.profile {
    margin-right: 5px; }
    .veso-nav-overlay .nav-social-profiles li.profile a {
      font-size: 18px; }

.veso-menu .main-nav {
  margin: 0; }
  .veso-menu .main-nav > .menu {
    position: relative; }

.veso-menu ul {
  margin: 0; }

.veso-menu .menu-item-has-children > .item-wrapper > a {
  position: relative;
  display: inline-block; }
  .veso-menu .menu-item-has-children > .item-wrapper > a:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 2px;
    background: currentColor;
    right: -8px;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: opacity .2s, right .2s;
    transition: opacity .2s, right .2s; }
    @media screen and (max-width: 63.9375em) {
      .veso-menu .menu-item-has-children > .item-wrapper > a:before {
        margin-top: 0px; } }
  .veso-menu .menu-item-has-children > .item-wrapper > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    opacity: .5;
    right: -18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    font-size: 20px; }
  .veso-menu .menu-item-has-children > .item-wrapper > a:hover:before {
    right: -15px;
    opacity: 1; }
  .veso-menu .menu-item-has-children > .item-wrapper > a:hover:after {
    opacity: 1; }

.veso-menu .menu .sub-menu a {
  display: none;
  opacity: 0; }

.veso-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0; }

.veso-menu .overlay-children-icon {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -12px;
  opacity: .5; }
  .veso-menu .overlay-children-icon i {
    font-style: normal;
    font-size: 20px; }

.veso-menu .overlay-back {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
  .veso-menu .overlay-back a {
    position: relative;
    padding-left: 20px !important;
    cursor: pointer !important; }
    .veso-menu .overlay-back a:before {
      content: "\f104";
      font-family: "FontAwesome";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 16px; }
    .veso-menu .overlay-back a:after {
      content: "";
      position: absolute;
      top: 50%;
      width: 10px;
      height: 2px;
      background: currentColor;
      left: 9px;
      margin-top: 0;
      opacity: 0;
      -webkit-transition: opacity .2s, left .2s;
      transition: opacity .2s, left .2s; }
      @media screen and (max-width: 63.9375em) {
        .veso-menu .overlay-back a:after {
          margin-top: 0px; } }
  .veso-menu .overlay-back:hover {
    opacity: 1; }
    .veso-menu .overlay-back:hover a:after {
      left: 1px;
      opacity: 1; }

/**
 *
 * Fixed navigation
 *
 */
.fixed-nav {
  position: relative;
  z-index: 20;
  position: fixed;
  top: -20px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: top .4s, -webkit-transform 0.4s;
  transition: top .4s, -webkit-transform 0.4s;
  transition: transform 0.4s, top .4s;
  transition: transform 0.4s, top .4s, -webkit-transform 0.4s;
  width: 100%;
  white-space: nowrap; }
  .fixed-nav.show-fixed-nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0; }

.nav-top .fixed-nav .menu-item-has-children .dropdown {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
  .nav-top .fixed-nav .menu-item-has-children .dropdown .dropdown {
    top: -7px; }

.nav-additional .profile a {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }

.veso-nav .logo img {
  height: inherit; }

.veso-nav .nav {
  height: 100px; }

.nav-solid.nav-top ~ .page-wrapper {
  padding-top: 100px; }

.nav-transparent.nav-top ~ .page-wrapper {
  padding-top: 0; }

.page-padding-top {
  padding-top: 60px; }

.nav-transparent ~ .page-wrapper .home-bg-slider, .nav-transparent ~ .page-wrapper .page-padding-top {
  top: 0; }

.nav-transparent ~ .page-wrapper .home-bg-slider {
  height: 100vh; }

.nav-solid.nav-bottom ~ .page-wrapper {
  height: calc(100vh); }
  .nav-solid.nav-bottom ~ .page-wrapper .home-bg-slider {
    top: 0; }
  .nav-solid.nav-bottom ~ .page-wrapper .page-padding-top {
    bottom: 0; }

.show-frame .nav-solid.nav-bottom ~ .page-wrapper {
  height: calc(100vh - 15px); }

.nav-solid.nav-center-ver ~ .page-wrapper .home-bg-slider, .nav-solid.nav-center-ver ~ .page-wrapper .page-padding-top {
  top: 0;
  bottom: 0; }

.nav-solid ~ .page-wrapper .home-bg-slider {
  height: calc(100vh - 100px); }

.nav-transparent.nav-top ~ .page-wrapper .home-content {
  padding-top: 100px; }

.nav-transparent.nav-bottom ~ .page-wrapper .home-content {
  padding-bottom: 100px; }

.veso-nav a, .fixed-nav a {
  font-family: "nunito"; }

.veso-nav.nav-dark-text a, .fixed-nav.nav-dark-text a {
  color: #333; }

.veso-nav.nav-light-text a, .fixed-nav.nav-light-text a {
  color: #fff; }

.nav-solid .nav-dark-text {
  background: #fff; }

.nav-solid .nav-light-text {
  background: #333; }

.mobile-nav .nav, .mobile-menu-content, .mobile-menu-content:after {
  background: #fff; }

#mobile-burger:before, #mobile-burger > div, #mobile-burger:after {
  background: #333; }

.open-cart a {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  margin-top: -5px; }

.open-cart .woo-cart-count {
  top: -3px; }

.open-cart.mobile-cart a {
  width: 30px;
  height: 30px;
  margin-top: 0; }

.open-cart.mobile-cart .woo-cart-count {
  top: 50%; }

.woo-cart-count {
  font-size: 12px;
  margin-left: 5px;
  position: absolute; }
  @media screen and (max-width: 63.9375em) {
    .woo-cart-count {
      left: 50%;
      top: 50%;
      margin-top: 3px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-left: 0; } }

.top-empty-menu {
  margin: 0;
  padding: 0; }

.logo-text a, .text-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mega-menu .mega-menu-inner {
  padding: 60px; }
  .mega-menu .mega-menu-inner ul {
    margin: 0; }
    .mega-menu .mega-menu-inner ul li {
      margin: 0;
      padding: 0 !important; }
      .mega-menu .mega-menu-inner ul li a {
        margin: 0 !important; }
  .mega-menu .mega-menu-inner .empty-header {
    opacity: 0; }

.mega-menu-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .mega-menu-content .mega-menu-content-inner {
    width: 100%;
    padding: 30px;
    position: relative;
    z-index: 2; }
  .mega-menu-content.ver-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .mega-menu-content.ver-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .mega-menu-content.ver-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

.mega-menu-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

body.admin-bar .fixed-nav {
  top: 32px; }

body.admin-bar #mobile-navbar-home {
  top: 46px;
  position: absolute; }

body.admin-bar #mobile-burger {
  margin-top: 46px;
  position: absolute; }

body.admin-bar .shopping-cart {
  padding-top: 62px; }

body.admin-bar .cart-offcanvas-close {
  top: 80px; }

@media screen and (max-width: 48.875em) {
  body.admin-bar {
    margin-top: -46px; }
    body.admin-bar .veso-nav.nav-top {
      margin-top: 46px; } }

.veso-nav .menu-item-has-children .sub-menu:not(.menu-item-object-veso_mega_menu) {
  padding: 15px 0; }

.menu-item-object-veso_mega_menu > a {
  cursor: default; }

/**
 *
 * 4. Blog template styles
 *
 */
.blog .page-header {
  margin-bottom: 60px; }

.blog-rows .post-meta {
  padding: 30px; }

@media screen and (min-width: 80em) and (max-width: 89.9375em) {
  .blog.blog-rows.sidebar-on .post-header {
    display: block; }
  .blog.blog-rows.sidebar-on .post-images, .blog.blog-rows.sidebar-on .post-meta {
    width: 100%; } }

.blog-grid .blog-post-content .post-title {
  padding: 0 10px; }

@media screen and (max-width: 39.9375em) {
  .blog-grid .blog-post-content .post-header {
    margin-bottom: 60px; } }

@media print, screen and (min-width: 40em) {
  .blog-grid .blog-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog-grid .blog-post-content .post-header {
      width: 100%;
      margin-bottom: 0; }
      .blog-grid .blog-post-content .post-header:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }

@media screen and (min-width: 80em) {
  .blog-grid .blog-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog-grid .blog-post-content .post-header {
      width: 50%;
      margin-bottom: 0; }
      .blog-grid .blog-post-content .post-header:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .blog-grid .blog-post-content .post-header:nth-child(4n-1), .blog-grid .blog-post-content .post-header:nth-child(4n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
    .blog-grid .blog-post-content .post-meta, .blog-grid .blog-post-content .post-images {
      width: 50%; } }

.blog-grid .blog-post-content .pagination {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  margin-top: 30px; }

.blog-grid .blog-post-content .post-cat-meta {
  margin-bottom: 0; }

.blog-grid .blog-post-content .post-images {
  overflow: hidden;
  display: block; }
  .blog-grid .blog-post-content .post-images > div {
    height: 0;
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    overflow: hidden; }

.blog-grid .blog-post-content .vc_inline-link, .blog-grid .blog-post-content .edit-link {
  display: none; }

.blog-grid .blog-post-content .post-meta {
  text-align: center; }

@media print, screen and (min-width: 64em) {
  .blog-grid .sidebar-on .post-cat-meta {
    display: none; } }

.veso-blog-chessboard {
  margin-bottom: 60px; }
  @media screen and (max-width: 39.9375em) {
    .veso-blog-chessboard .blog-inner .post-header {
      margin-bottom: 60px; }
    .veso-blog-chessboard .blog-inner .post-images, .veso-blog-chessboard .blog-inner .post-meta {
      width: 100% !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .veso-blog-chessboard .blog-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .veso-blog-chessboard .blog-inner .post-header {
        width: 100%;
        margin-bottom: 0; }
        .veso-blog-chessboard .blog-inner .post-header:nth-child(2n) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
  @media print, screen and (min-width: 64em) {
    .veso-blog-chessboard .blog-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .veso-blog-chessboard .blog-inner .post-header {
        width: 50%;
        margin-bottom: 0; }
        .veso-blog-chessboard .blog-inner .post-header:nth-child(4n-1), .veso-blog-chessboard .blog-inner .post-header:nth-child(4n) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
      .veso-blog-chessboard .blog-inner .post-meta, .veso-blog-chessboard .blog-inner .post-images {
        width: 50%; } }
  .veso-blog-chessboard .blog-inner .pagination {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 30px; }
  .veso-blog-chessboard .blog-inner .post-cat-meta {
    margin-bottom: 0 !important; }
    .veso-blog-chessboard .blog-inner .post-cat-meta li:first-of-type:after {
      content: "|"; }
  .veso-blog-chessboard .blog-inner .post-images {
    overflow: hidden;
    display: block; }
    .veso-blog-chessboard .blog-inner .post-images > div {
      height: 0;
      padding-top: 100%;
      background-size: cover;
      background-position: center center;
      overflow: hidden; }
  .veso-blog-chessboard .blog-inner .post-meta, .veso-blog-chessboard .blog-inner .post-images {
    width: 50%; }
  .veso-blog-chessboard .blog-inner .post-meta {
    text-align: center; }
  .veso-blog-chessboard .blog-inner .pagination {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 30px; }
  .veso-blog-chessboard .blog-inner .post-cat-meta {
    margin-bottom: 0 !important; }
    .veso-blog-chessboard .blog-inner .post-cat-meta li:first-of-type:after {
      content: "|"; }
  .veso-blog-chessboard .post-meta {
    padding-left: 30px;
    padding-right: 30px; }

.veso-blog-grid .image-wrapper {
  overflow: visible;
  -webkit-transform: none;
          transform: none; }
  .veso-blog-grid .image-wrapper .post-images {
    width: 100%; }

.veso-blog-grid.show-gutter {
  margin-left: -15px;
  margin-right: -15px; }
  .veso-blog-grid.show-gutter article {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }

.veso-blog-grid article {
  text-align: left; }

.veso-blog-grid .veso-blog-item {
  position: relative;
  max-height: 100%;
  width: 100%; }

.veso-blog-grid.veso-grid .image-wrapper {
  position: relative; }
  .veso-blog-grid.veso-grid .image-wrapper .post-images {
    padding-bottom: 75%; }
  .veso-blog-grid.veso-grid .image-wrapper .img-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    width: 100%; }

.veso-blog-grid.veso-2-col article, .veso-blog-grid.veso-2-col .grid-sizer, .veso-blog-grid.veso-2-col .w1-h1 {
  width: 50%;
  height: auto; }

.veso-blog-grid.veso-2-col .post-meta {
  width: 100%;
  padding: 30px 45px; }

.veso-blog-grid.veso-3-col article {
  width: 33.33%;
  height: auto; }

.veso-blog-grid.veso-3-col .grid-sizer, .veso-blog-grid.veso-3-col .w1-h1 {
  width: 33.33%;
  height: auto; }

.veso-blog-grid.veso-3-col .post-meta {
  width: 100%;
  padding: 30px; }

.veso-blog-grid.veso-4-col article {
  width: 25%;
  height: auto; }

.veso-blog-grid.veso-4-col .grid-sizer, .veso-blog-grid.veso-4-col .w1-h1 {
  width: 25%;
  height: auto; }

.veso-blog-grid.veso-4-col .post-meta {
  width: 100%;
  padding: 30px 15px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .veso-blog-grid article {
    width: 50% !important; } }

@media screen and (max-width: 39.9375em) {
  .veso-blog-grid article {
    width: 100% !important; } }

.veso-blog-grid .content {
  margin-bottom: 15px;
  line-height: 1.8em; }

.veso-blog-carousel .post-images {
  width: 100%;
  overflow: hidden; }

.veso-blog-carousel .post-meta {
  width: auto; }

.veso-blog-carousel .post-header {
  display: block;
  margin-bottom: 0; }

.veso-blog-carousel .post-images {
  display: block; }
  .veso-blog-carousel .post-images > div {
    height: 0;
    padding-top: 75%;
    background-size: cover;
    background-position: center center;
    overflow: hidden; }

.veso-blog-carousel .content {
  margin-bottom: 15px;
  line-height: 1.8em; }

.veso-blog-carousel .veso-carousel-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: -7px !important;
  padding: 0; }
  .veso-blog-carousel .veso-carousel-pagination span {
    background: #333;
    width: 10px;
    height: 10px;
    opacity: .4; }
    .veso-blog-carousel .veso-carousel-pagination span.swiper-pagination-bullet-active {
      opacity: 1;
      border: 2px solid inherit; }

.veso-blog-list .post-header {
  position: relative; }

.veso-blog-list .content {
  margin-bottom: 30px;
  line-height: 1.8em; }

.veso-blog-list .post-cat-author:after {
  content: "|" !important;
  padding-left: 8px !important; }

.veso-blog-list .post-cat-date {
  font-size: 14px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .veso-blog-list .post-meta {
    padding: 30px 30px 30px 0; } }

@media print, screen and (min-width: 64em) {
  .veso-blog-list .post-meta {
    padding: 30px 60px; } }

.blog-classic .content {
  margin-bottom: 15px;
  line-height: 1.8em; }

.blog-classic .post-header {
  display: block;
  text-align: left;
  margin-bottom: 60px; }

.blog-classic .post-images {
  width: 100%;
  margin-bottom: 30px;
  display: block; }

.blog-classic .post-meta {
  width: 100%;
  margin-left: 0;
  padding: 0; }

.blog-classic .post-meta.meta-full-width {
  margin-left: 0;
  width: 100%;
  /* padding: 0 30px;  */
  padding: 0; }

/**
 *
 * Single post
 *
 */
.single-post .post-header, .veso-blog-list .post-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.veso-post-gallery {
  margin-bottom: 30px;
  height: 800px !important; }
  .veso-post-gallery .swiper-slide div {
    background-size: cover;
    background-position: center center;
    height: 100%; }
  .veso-post-gallery .veso-post-gallery-arrows .arrow {
    position: absolute;
    width: 60px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    z-index: 1; }
    .veso-post-gallery .veso-post-gallery-arrows .arrow.arrow-prev {
      left: 25px; }
      .veso-post-gallery .veso-post-gallery-arrows .arrow.arrow-prev i {
        left: -1px; }
    .veso-post-gallery .veso-post-gallery-arrows .arrow.arrow-next {
      right: 25px; }
      .veso-post-gallery .veso-post-gallery-arrows .arrow.arrow-next i {
        right: -1px; }
    .veso-post-gallery .veso-post-gallery-arrows .arrow .arrow-icon {
      height: 1px;
      width: 60px;
      background: #fff;
      line-height: 50px;
      margin-top: 24px;
      position: relative;
      -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2); }
      .veso-post-gallery .veso-post-gallery-arrows .arrow .arrow-icon i {
        position: absolute;
        top: -10px;
        width: 0;
        -webkit-transition: opacity .2s, width .2s;
        transition: opacity .2s, width .2s;
        opacity: 0;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
    .veso-post-gallery .veso-post-gallery-arrows .arrow:hover {
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
      .veso-post-gallery .veso-post-gallery-arrows .arrow:hover.arrow-prev {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
      .veso-post-gallery .veso-post-gallery-arrows .arrow:hover.arrow-next {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
      .veso-post-gallery .veso-post-gallery-arrows .arrow:hover .arrow-icon i {
        width: 6px;
        opacity: 1; }

.veso-post-video, .veso-post-audio {
  margin-bottom: 30px; }

.veso-post-link {
  background: #ffb573;
  margin-bottom: 30px; }
  .veso-post-link a {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    padding: 60px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px; }
  .veso-post-link:hover a {
    opacity: 1; }

.veso-post-quote {
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .veso-post-quote {
      font-size: 22px; }
      .veso-post-quote .quote {
        width: 70%;
        left: 15%; } }
  @media screen and (max-width: 63.9375em) {
    .veso-post-quote .quote {
      left: 15px;
      right: 15px; } }
  .veso-post-quote .quote {
    position: absolute;
    top: 50%;
    font-style: italic;
    text-align: left;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    z-index: 1; }
  .veso-post-quote span {
    font-size: 16px;
    font-style: normal; }
  .veso-post-quote:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .7;
    z-index: 0; }
  .veso-post-quote .quotation-marks {
    position: absolute;
    width: 50px;
    opacity: .3; }
    .veso-post-quote .quotation-marks path {
      fill: #fff; }

@media screen and (max-width: 39.9375em) {
  .post-images {
    margin-bottom: 30px; }
  .post-header {
    margin-bottom: 60px; }
  .comment-content {
    width: 100%;
    margin-left: 0 !important; }
  .comment-author {
    display: block; }
  .comments-area > .comment-list {
    margin-bottom: 60px;
    margin-left: 0; }
    .comments-area > .comment-list .comment-list {
      margin-left: 20px; }
  #comments .comment-author-avatar {
    width: 50px;
    height: 50px;
    margin-bottom: 15px; }
  .post-meta {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
    text-align: center; }
  .post-meta {
    width: 50%;
    padding: 15px; }
  .post-images {
    width: 50%; }
  .comment-content {
    width: calc(100% - 90px); }
  .comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .comments-area > .comment-list {
    margin-bottom: 60px; }
    .comments-area > .comment-list .comment-list {
      margin-left: 30px; }
  #comments .comment-author-avatar {
    width: 60px;
    height: 60px; } }

@media print, screen and (min-width: 40em) {
  .comment-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px; }
    .comment-details > div {
      padding: 0 10px;
      width: 100%; } }

@media print, screen and (min-width: 64em) {
  .single-post-content .content {
    /* padding: 0 30px; */ }
  .post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
    text-align: left; }
  .post-meta {
    width: 50%; }
  .single-post .post-meta {
    /* padding: 0 30px 60px 30px !important; */
    padding: 0 0 60px 0 !important; }
  .post-images {
    width: 50%; }
  #comments .comment-author-avatar {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: 10px; }
  .comments-area > .comment-list {
    border-top: 1px solid #ddd;
    margin-left: 0;
    /* margin: 0 60px 60px;  */
    margin: 0 30px 60px; }
    .comments-area > .comment-list > .border-list {
      top: 0 !important; }
    .comments-area > .comment-list .comment-list {
      margin-left: 90px; }
      .comments-area > .comment-list .comment-list .comment-author-avatar:first-of-type {
        position: relative; }
        .comments-area > .comment-list .comment-list .comment-author-avatar:first-of-type:before {
          content: "";
          position: absolute;
          top: 30px;
          left: -60px;
          width: 60px;
          height: 1px;
          background: #ddd; }
  .comment-list {
    position: relative; }
    .comment-list .border-list {
      position: absolute;
      left: 0;
      width: 1px;
      background: #ddd;
      z-index: -1;
      top: 0;
      bottom: 0; }
  .comment-content {
    width: calc(100% - 60px); }
  .comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.blog:not(.blog-classic) .post-images {
  display: block; }

.veso-blog-list .post-meta.meta-full-width {
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }

.veso-blog-list[data-show-img='1'] .post-meta.meta-full-width {
  width: 50%;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }

.single-post .post-meta.meta-full-width {
  width: 100%;
  text-align: left; }

.single-post .post-header {
  display: block;
  margin-bottom: 0; }

.single-post .post-meta {
  width: 100%;
  padding: 15px 0; }

.single-post .post-images {
  width: 100%;
  margin-bottom: 30px; }

.single-post .post-header:not(.swiper-slide) .post-images {
  -webkit-transform: none;
          transform: none; }

.post-header ul {
  margin: 0; }
  .post-header ul.post-cat-meta {
    margin-bottom: 30px; }
    .post-header ul.post-cat-meta.meta-author-date {
      margin-bottom: 0; }

.post-header li {
  list-style-type: none;
  display: inline-block;
  position: relative; }

.post-meta {
  /* padding: 30px;  */
  padding: 30px 0; }
  .post-meta .post-title {
    margin-bottom: 10px;
    color: inherit;
    position: relative;
    display: inline-block;
    z-index: 1; }
    .post-meta .post-title a {
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
    .post-meta .post-title:hover a {
      opacity: .85; }
  .post-meta .post-cat-meta {
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .post-meta .post-cat-meta li {
    position: relative;
    padding-right: 5px; }
    .post-meta .post-cat-meta li:after {
      content: "/";
      padding-left: 5px;
      font-size: 10px;
      position: relative;
      top: -1px; }
    .post-meta .post-cat-meta li:last-of-type {
      padding-right: 0; }
      .post-meta .post-cat-meta li:last-of-type:after {
        display: none; }
  .post-meta .btn, .post-meta .btn .btn-text {
    color: inherit; }

.meta-author-date {
  margin-bottom: 0; }
  .meta-author-date li:first-of-type:after {
    content: "|"; }

.post-cat-tags {
  margin-top: 30px; }
  .post-cat-tags .veso-hover-text:before {
    bottom: 20%; }

.post-tags {
  margin: 0; }
  .post-tags li {
    list-style-type: none;
    display: inline-block;
    padding-right: 5px;
    font-size: 14px; }
    .post-tags li:after {
      content: "/";
      color: inherit;
      font-size: 10px;
      padding-left: 5px;
      top: -1px;
      position: relative;
      opacity: .6; }
    .post-tags li:first-of-type {
      margin-right: 5px; }
      .post-tags li:first-of-type:after {
        display: none; }
    .post-tags li:last-of-type:after {
      display: none; }
  .post-tags.post-cat {
    margin-bottom: 15px; }
  .post-tags a {
    font-size: 12px;
    text-transform: uppercase;
    opacity: .6;
    letter-spacing: 1px; }

.single-post-comments {
  margin-top: 45px;
  margin-bottom: 60px; }

/* border-top: 5px solid $light-gray; */
#comments .veso-hover-text:before {
  bottom: 20%; }

#comments .comments-title {
  margin-bottom: 30px; }

#comments .comment-author-avatar img {
  border-radius: 50%;
  background: #ddd; }

#comments > ul {
  margin: 0; }

#comments li.comment {
  list-style-type: none;
  margin-top: 30px; }

#comments .pingback {
  margin-top: 0;
  list-style: none;
  border-top: 1px solid #f5f3f4;
  margin-bottom: 30px;
  padding-top: 30px;
  margin-right: 60px; }

#comments .comment-content {
  margin-left: 30px; }
  #comments .comment-content .comment-author-link, #comments .comment-content .comment-date {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  #comments .comment-content .comment-author-link {
    margin-right: 15px; }
  #comments .comment-content .comment-date {
    margin-bottom: 15px;
    opacity: .7;
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
    #comments .comment-content .comment-date:hover {
      opacity: 1; }

#comments .comment-body {
  font-size: 14px; }
  #comments .comment-body p:last-of-type {
    margin-bottom: 15px; }
  #comments .comment-body .reply {
    font-style: italic;
    opacity: .7;
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
    #comments .comment-body .reply:hover {
      opacity: 1; }

#comments .comment-respond {
  /* padding: 30px 30px 0;  */
  padding: 30px 0 0; }

#comments .comment .comment-respond {
  padding-left: 60px; }

#comments .comment-reply-title {
  margin-bottom: 30px; }

#comments .form-submit button {
  cursor: pointer; }

#comments #cancel-comment-reply-link {
  position: relative;
  font-size: 14px;
  margin-left: 15px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #comments #cancel-comment-reply-link:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10px;
    right: 10px;
    border-bottom: 2px solid; }

/**
 *
 * Sidebar
 *
 */
.single-post-sidebar, .shop-sidebar {
  position: relative;
  margin-bottom: 60px;
  height: 100%;
  min-height: 100%;
  font-size: 14px; }
  @media print, screen and (min-width: 64em) {
    .single-post-sidebar, .shop-sidebar {
      padding: 0 30px; } }
  .single-post-sidebar ul, .shop-sidebar ul {
    margin: 0; }
  .single-post-sidebar li, .shop-sidebar li {
    list-style-type: none;
    /*  margin-bottom: 15px; */ }
  .single-post-sidebar .widget-title, .shop-sidebar .widget-title {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative; }
    .single-post-sidebar .widget-title span, .shop-sidebar .widget-title span {
      padding: 0;
      margin-left: 0; }
    .single-post-sidebar .widget-title:after, .shop-sidebar .widget-title:after {
      display: none;
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -1px;
      width: 100%;
      height: 2px;
      background: #ffb573;
      opacity: .5;
      z-index: -1;
      left: 0; }
  .single-post-sidebar .widget, .shop-sidebar .widget {
    margin-bottom: 45px; }
    .single-post-sidebar .widget > *:not(.widget-title):last-of-type, .shop-sidebar .widget > *:not(.widget-title):last-of-type {
      margin-bottom: 0; }
    .single-post-sidebar .widget > *:not(.widget-title), .shop-sidebar .widget > *:not(.widget-title) {
      padding: 0 15px; }
    .single-post-sidebar .widget select, .shop-sidebar .widget select {
      padding: 0 30px 0 15px !important;
      border-color: inherit !important; }
    .single-post-sidebar .widget .select-wrapper:after, .shop-sidebar .widget .select-wrapper:after {
      right: 25px; }
    .single-post-sidebar .widget a, .shop-sidebar .widget a {
      opacity: 0.8; }
  .single-post-sidebar .widget_recent_entries li, .single-post-sidebar .widget_recent_comments li, .single-post-sidebar .widget_rss li, .shop-sidebar .widget_recent_entries li, .shop-sidebar .widget_recent_comments li, .shop-sidebar .widget_rss li {
    margin-bottom: 0; }
    .single-post-sidebar .widget_recent_entries li a, .single-post-sidebar .widget_recent_comments li a, .single-post-sidebar .widget_rss li a, .shop-sidebar .widget_recent_entries li a, .shop-sidebar .widget_recent_comments li a, .shop-sidebar .widget_rss li a {
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
    .single-post-sidebar .widget_recent_entries li:hover a, .single-post-sidebar .widget_recent_comments li:hover a, .single-post-sidebar .widget_rss li:hover a, .shop-sidebar .widget_recent_entries li:hover a, .shop-sidebar .widget_recent_comments li:hover a, .shop-sidebar .widget_rss li:hover a {
      opacity: .85; }

.widget-title span {
  background: #fff; }

.widget_recent_entries li a {
  font-family: "nunito"; }

.widget_recent_entries .post-date {
  line-height: 1.8em;
  display: block; }

.widget_tag_cloud .tagcloud a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .widget_tag_cloud .tagcloud a:after {
    content: "/";
    color: inherit;
    font-size: 10px;
    padding-left: 5px;
    top: -1px;
    position: relative; }
  .widget_tag_cloud .tagcloud a:last-of-type:after {
    display: none; }
  .widget_tag_cloud .tagcloud a:hover {
    opacity: 1; }

.widget_rss li {
  margin-bottom: 30px; }

.widget_rss .rsswidget {
  font-weight: bold;
  margin-right: 15px; }

.widget_rss .rss-date {
  text-transform: uppercase;
  opacity: .7; }

.widget_rss .rssSummary {
  margin-top: 15px; }

.widget_recent_comments li a {
  font-family: "nunito"; }

.widget_recent_comments .comment-author-link a.url {
  font-weight: normal;
  position: relative;
  display: inline-block; }

.widget_recent_comments .comment-author-link > a:first-of-type {
  background-image: none !important; }

.widget-area section:last-of-type {
  margin-bottom: 0; }

.widget_archive label, .widget_categories label {
  display: none; }

.widget_archive li a, .widget_categories li a {
  position: relative;
  display: inline-block;
  -webkit-transition: opacity .2s, color .2s;
  transition: opacity .2s, color .2s; }
  .widget_archive li a:hover, .widget_categories li a:hover {
    opacity: 1;
    color: #ffb573; }

#wp-calendar {
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse; }
  #wp-calendar thead {
    background: #f5f3f4;
    border: none; }
    #wp-calendar thead th {
      text-align: center;
      padding: 12px; }
  #wp-calendar caption {
    padding-bottom: 15px; }
  #wp-calendar tbody {
    background: transparent;
    border: none;
    text-align: center; }
    #wp-calendar tbody td {
      padding: 15px; }
    #wp-calendar tbody tr {
      background: transparent;
      border-bottom: 1px solid #ddd; }
    #wp-calendar tbody #today {
      font-weight: bold; }
  #wp-calendar tfoot {
    background: transparent;
    border: none; }
    #wp-calendar tfoot td {
      text-transform: uppercase;
      font-weight: normal;
      font-size: 11px; }
  #wp-calendar #next {
    text-align: right; }

.veso-load-more-wrapper {
  width: 100%;
  margin-top: 30px; }

.blog .veso-load-more-wrapper {
  margin-bottom: 60px; }

.show-gutter + .veso-load-more-wrapper {
  margin-top: 0; }

.post-header:not(.swiper-slide) .post-images {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  overflow: hidden;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s; }
  .post-header:not(.swiper-slide) .post-images.loaded {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.post-header .post-images {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.widget_nav_menu li {
  margin-bottom: 0 !important; }
  .widget_nav_menu li ul {
    margin-left: 10px; }
  .widget_nav_menu li a {
    text-transform: uppercase;
    position: relative;
    font-size: 12px; }
    .widget_nav_menu li a:after {
      content: "";
      position: absolute;
      width: 100%;
      border-bottom: 2px solid #ffb573;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
      left: 0;
      bottom: 0;
      -webkit-transform-origin: left;
              transform-origin: left; }
    .widget_nav_menu li a:hover:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }

.widget_meta a {
  position: relative; }
  .widget_meta a:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #ffb573;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: left;
            transform-origin: left; }
  .widget_meta a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

.post-header a.post-images:hover > div, .post-header a.post-images:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.95; }

.post-header .post-meta {
  opacity: 0;
  -webkit-transition: opacity 0.4s .1s, -webkit-transform 0.4s .1s;
  transition: opacity 0.4s .1s, -webkit-transform 0.4s .1s;
  transition: opacity 0.4s .1s, transform 0.4s .1s;
  transition: opacity 0.4s .1s, transform 0.4s .1s, -webkit-transform 0.4s .1s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px); }
  .post-header .post-meta.loaded-post {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.post-edit-link {
  display: none; }

/**
 *
 * 5. Portfolio templates styles
 *
 */
.portfolio-text {
  padding: 20px;
  z-index: 1; }
  .portfolio-text ul {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    /* opacity: 0.4; */ }
  .portfolio-text li {
    list-style-type: none;
    display: inline-block;
    padding-right: 5px; }
    .portfolio-text li:after {
      content: "/";
      padding-left: 5px;
      font-size: 10px;
      position: relative;
      top: -1px; }
    .portfolio-text li:last-of-type {
      padding-right: 0; }
      .portfolio-text li:last-of-type:after {
        display: none; }
    .portfolio-text li a {
      z-index: 1; }
  .portfolio-text h3 {
    margin-bottom: 5px;
    position: relative; }
    .portfolio-text h3.header-outline {
      display: inline-block;
      z-index: 1; }
      .portfolio-text h3.header-outline:after {
        content: "";
        position: absolute;
        bottom: 5px;
        left: -5px;
        width: calc(100% + 10px);
        height: 10px;
        background: #ffb573;
        -webkit-transition: width .2s;
        transition: width .2s;
        -webkit-transform: skew(10deg);
                transform: skew(10deg);
        opacity: .4;
        z-index: -1; }

.veso-portfolio-item {
  position: relative;
  max-height: 100%; }
  .veso-portfolio-item .portfolio-hover-img {
    z-index: 1; }
  .veso-portfolio-item.text-on-hover .portfolio-link {
    z-index: 2; }
  .veso-portfolio-item.text-on-hover .portfolio-text {
    position: absolute;
    opacity: 0; }
  .veso-portfolio-item.text-on-hover.hover1 .portfolio-text {
    bottom: 0;
    text-align: left;
    /*  transition: opacity .2s, left .2s; */
    overflow: hidden;
    opacity: 1;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .4s .2s;
    transition: opacity .4s .2s; }
  .veso-portfolio-item.text-on-hover.hover1 img {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .veso-portfolio-item.text-on-hover.hover1 h3, .veso-portfolio-item.text-on-hover.hover1 .portfolio-category {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px; }
  .veso-portfolio-item.text-on-hover.hover1 h3 span, .veso-portfolio-item.text-on-hover.hover1 .portfolio-category li {
    /*  display: inline-block; */
    position: relative;
    -webkit-transition: top .2s, opacity .2s;
    transition: top .2s, opacity .2s;
    opacity: 0; }
  .veso-portfolio-item.text-on-hover.hover1 h3 span {
    top: 1.2em; }
  .veso-portfolio-item.text-on-hover.hover1 .portfolio-category li {
    top: 1.2rem; }
  .veso-portfolio-item.text-on-hover.hover1:hover img, .veso-portfolio-item.text-on-hover.hover1:hover .portfolio-img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06); }
  .veso-portfolio-item.text-on-hover.hover1:hover .portfolio-text {
    opacity: 1;
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
  .veso-portfolio-item.text-on-hover.hover1:hover h3 span, .veso-portfolio-item.text-on-hover.hover1:hover .portfolio-category li {
    /* left: 45px; */
    /* opacity: 1; */
    top: 0;
    -webkit-transition: top .2s .2s, opacity .2s .2s;
    transition: top .2s .2s, opacity .2s .2s;
    opacity: 1; }
  .veso-portfolio-item.text-on-hover.hover3 .portfolio-text {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    background: #fff;
    cursor: pointer;
    padding: 10px 15px; }
    .veso-portfolio-item.text-on-hover.hover3 .portfolio-text h3 {
      margin-bottom: 0; }
  .veso-portfolio-item.text-on-hover.hover3:hover .portfolio-text {
    opacity: 1; }
  .veso-portfolio-item.text-on-hover.hover4 .portfolio-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: opacity .2s .1s, -webkit-transform .2s .1s;
    transition: opacity .2s .1s, -webkit-transform .2s .1s;
    transition: transform .2s .1s, opacity .2s .1s;
    transition: transform .2s .1s, opacity .2s .1s, -webkit-transform .2s .1s;
    opacity: 0; }
  .veso-portfolio-item.text-on-hover.hover4 .portfolio-text {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    -webkit-transition: opacity .2s, left .2s;
    transition: opacity .2s, left .2s;
    color: #fff;
    /* transform: translateY(-50%); */
    overflow: hidden;
    opacity: 1;
    padding: 20px 0; }
  .veso-portfolio-item.text-on-hover.hover4 h3, .veso-portfolio-item.text-on-hover.hover4 .portfolio-category {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px; }
  .veso-portfolio-item.text-on-hover.hover4 h3 span, .veso-portfolio-item.text-on-hover.hover4 .portfolio-category li {
    /*  display: inline-block; */
    position: relative;
    -webkit-transition: top .2s, opacity .2s;
    transition: top .2s, opacity .2s;
    opacity: 0; }
  .veso-portfolio-item.text-on-hover.hover4 h3 span {
    top: 1.2em; }
  .veso-portfolio-item.text-on-hover.hover4 .portfolio-category li {
    top: 1.2rem; }
  .veso-portfolio-item.text-on-hover.hover4:hover .portfolio-hover-img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s; }
  .veso-portfolio-item.text-on-hover.hover4:hover h3 span, .veso-portfolio-item.text-on-hover.hover4:hover .portfolio-category li {
    /* left: 45px; */
    /* opacity: 1; */
    top: 0;
    -webkit-transition: top .2s .3s, opacity .2s .2s;
    transition: top .2s .3s, opacity .2s .2s;
    opacity: 1; }
  .veso-portfolio-item .portfolio-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .veso-portfolio-item.text-below .portfolio-category {
    position: relative;
    z-index: 2; }
  .veso-portfolio-item.text-below h3 {
    position: relative;
    display: inline-block;
    z-index: 1; }
  .veso-portfolio-item.text-below:hover h3:after {
    width: calc(100% + 10px);
    -webkit-transition: width .2s;
    transition: width .2s; }
  .veso-portfolio-item.text-below.hover1 {
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    -webkit-box-shadow: 0 3px 20px transparent;
            box-shadow: 0 3px 20px transparent; }
    .veso-portfolio-item.text-below.hover1 .portfolio-text {
      display: block; }
    .veso-portfolio-item.text-below.hover1:hover {
      -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2); }
      .veso-portfolio-item.text-below.hover1:hover img, .veso-portfolio-item.text-below.hover1:hover .portfolio-img {
        -webkit-transform: scale(1.06);
                transform: scale(1.06); }
    .veso-portfolio-item.text-below.hover1 .portfolio-text {
      /* width: calc(100% - 40px); */
      background: #fff; }
  .veso-portfolio-item.text-below.hover3 .portfolio-text {
    width: calc(100% - 40px);
    background: #fff; }
  .veso-portfolio-item.text-below.hover3 .image-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    bottom: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background: #ffb573;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .veso-portfolio-item.text-below.hover3 img, .veso-portfolio-item.text-below.hover3 .portfolio-img {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .veso-portfolio-item.text-below.hover3:hover .image-wrapper:after {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .veso-portfolio-item.text-below.hover3:hover img, .veso-portfolio-item.text-below.hover3:hover .portfolio-img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06); }
  .veso-portfolio-item.text-below.hover3 h3 > span {
    background: none !important; }
  .veso-portfolio-item.text-below.hover4 .portfolio-text {
    background: #fff;
    -webkit-transition: background .2s;
    transition: background .2s;
    display: block; }
  .veso-portfolio-item.text-below.hover4 .portfolio-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0; }
  .veso-portfolio-item.text-below.hover4:hover .portfolio-hover-img {
    opacity: .6;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
  .veso-portfolio-item .gallery-lightbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .veso-portfolio-item .gallery-lightbox a:first-of-type {
      z-index: 2; }

.veso-portfolio-carousel .hover3 .portfolio-text {
  white-space: nowrap; }

.veso-portfolio-masonry.veso-masonry .w1-h1 .image-wrapper {
  padding-bottom: 100%; }

.veso-portfolio-masonry.veso-masonry .w2-h1 .image-wrapper {
  padding-bottom: 50%; }

.veso-portfolio-masonry.veso-masonry .w2-h2 .image-wrapper {
  padding-bottom: 100%; }

.veso-portfolio-masonry.veso-masonry .w1-h2 .image-wrapper {
  padding-bottom: 200%; }

.veso-portfolio-masonry.veso-grid .image-wrapper {
  padding-bottom: 75%; }

.veso-portfolio-masonry.show-gutter .w2-h1 .image-wrapper {
  padding-bottom: calc(50% - 15px); }

.veso-portfolio-masonry.show-gutter .w1-h2 .image-wrapper {
  padding-bottom: calc(200% + 30px); }

.veso-portfolio-masonry.veso-masonry-sd .w1-h1 .image-wrapper {
  padding-bottom: 100%; }

.veso-portfolio-masonry.veso-masonry-sd .w2-h1 .image-wrapper {
  padding-bottom: 50%; }

.veso-portfolio-masonry.veso-masonry-sd .w2-h2 .image-wrapper {
  padding-bottom: 100%; }

.veso-portfolio-masonry.veso-masonry-sd .w1-h2 .image-wrapper {
  padding-bottom: 200%; }

.veso-portfolio-masonry.veso-masonry-sd .w1-h1 {
  padding: 0 2%;
  margin: 11% 0; }

.veso-portfolio-masonry.veso-masonry-sd .w1-h2 {
  padding: 0 5%;
  margin: 10% 0; }

.veso-portfolio-masonry.veso-masonry-sd .w2-h1 {
  padding: 0 6%;
  margin: 8% 0; }

.veso-portfolio-masonry.veso-masonry-sd .w2-h2 {
  padding: 0 9%;
  margin: 9% 0; }

.veso-portfolio-masonry.veso-1-col article,
.veso-portfolio-masonry.veso-1-col .grid-sizer,
.veso-portfolio-masonry.veso-1-col .w1-h1 {
  width: 100%;
  height: auto; }

.veso-portfolio-masonry.veso-1-col .w2-h1 {
  width: 100%;
  height: auto; }

.veso-portfolio-masonry.veso-1-col .w2-h2 {
  width: 100%;
  height: auto; }

.veso-portfolio-masonry.veso-1-col .w1-h2 {
  width: 100%;
  height: auto; }

.veso-portfolio-masonry.veso-2-col article,
.veso-portfolio-masonry.veso-2-col .grid-sizer,
.veso-portfolio-masonry.veso-2-col .w1-h1 {
  width: 50%;
  height: auto; }

.veso-portfolio-masonry.veso-2-col .w2-h1 {
  width: 50%;
  height: auto; }

.veso-portfolio-masonry.veso-2-col .w2-h2 {
  width: 50%;
  height: auto; }

.veso-portfolio-masonry.veso-2-col .w1-h2 {
  width: 50%;
  height: auto; }

.veso-portfolio-masonry.veso-3-col article {
  width: 33.33%;
  height: auto; }

.veso-portfolio-masonry.veso-3-col .grid-sizer,
.veso-portfolio-masonry.veso-3-col .w1-h1 {
  width: 33.33%;
  height: auto; }

.veso-portfolio-masonry.veso-3-col .w2-h1 {
  width: 66.66%;
  height: auto; }

.veso-portfolio-masonry.veso-3-col .w2-h2 {
  width: 66.66%;
  height: auto; }

.veso-portfolio-masonry.veso-3-col .w1-h2 {
  width: 33.33%;
  height: auto; }

.veso-portfolio-masonry.veso-4-col article {
  width: 25%;
  height: auto; }

.veso-portfolio-masonry.veso-4-col .grid-sizer,
.veso-portfolio-masonry.veso-4-col .w1-h1 {
  width: 25%;
  height: auto; }

.veso-portfolio-masonry.veso-4-col .w2-h1 {
  width: 50%;
  height: auto; }

.veso-portfolio-masonry.veso-4-col .w2-h2 {
  width: 50%;
  height: auto; }

.veso-portfolio-masonry.veso-4-col .w1-h2 {
  width: 25%;
  height: auto; }

.veso-portfolio-masonry.veso-5-col article {
  width: 20%;
  height: auto; }

.veso-portfolio-masonry.veso-5-col .grid-sizer,
.veso-portfolio-masonry.veso-5-col .w1-h1 {
  width: 20%;
  height: auto; }

.veso-portfolio-masonry.veso-5-col .w2-h1 {
  width: 40%;
  height: auto; }

.veso-portfolio-masonry.veso-5-col .w2-h2 {
  width: 40%;
  height: auto; }

.veso-portfolio-masonry.veso-5-col .w1-h2 {
  width: 20%;
  height: auto; }

.veso-portfolio-masonry.veso-6-col article {
  width: 16.66%;
  height: auto; }

.veso-portfolio-masonry.veso-6-col .grid-sizer,
.veso-portfolio-masonry.veso-6-col .w1-h1 {
  width: 16.66%;
  height: auto; }

.veso-portfolio-masonry.veso-6-col .w2-h1 {
  width: 33.32%;
  height: auto; }

.veso-portfolio-masonry.veso-6-col .w2-h2 {
  width: 33.32%;
  height: auto; }

.veso-portfolio-masonry.veso-6-col .w1-h2 {
  width: 16.66%;
  height: auto; }

.veso-portfolio-masonry .portfolio-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center; }

.veso-portfolio-masonry img {
  width: 100%; }

.veso-portfolio-masonry.show-gutter {
  margin-left: -15px;
  margin-right: -15px; }
  .veso-portfolio-masonry.show-gutter article {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .veso-portfolio-masonry article, .veso-portfolio-masonry .grid-sizer {
    width: 50% !important; } }

@media screen and (max-width: 39.9375em) {
  .veso-portfolio-masonry article, .veso-portfolio-masonry .grid-sizer {
    width: 100% !important;
    padding-bottom: 60px !important; } }

.veso-portfolio-masonry .veso-load-more-wrapper {
  margin-top: 30px; }

.veso-gallery-element .show-gutter {
  margin: 0 -15px; }
  .veso-gallery-element .show-gutter .image-wrapper {
    position: relative; }
  .veso-gallery-element .show-gutter article > a {
    left: 15px;
    right: 15px; }

.veso-gallery-element .portfolio-img, .veso-gallery-element img {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.veso-gallery-element .portfolio-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2; }

.veso-gallery-element article:hover .portfolio-img, .veso-gallery-element .swiper-slide:hover img, .veso-gallery-element article:hover img {
  opacity: .95;
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.veso-gallery-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1; }
  .veso-gallery-pagination span {
    background: #fff;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
    opacity: .4; }
    .veso-gallery-pagination span.swiper-pagination-bullet-active {
      opacity: 1;
      border: 2px solid inherit; }

.veso-gallery-arrows .arrow {
  position: absolute;
  width: 60px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  z-index: 1; }
  .veso-gallery-arrows .arrow.arrow-prev {
    left: 25px; }
    .veso-gallery-arrows .arrow.arrow-prev i {
      left: -1px; }
  .veso-gallery-arrows .arrow.arrow-next {
    right: 25px; }
    .veso-gallery-arrows .arrow.arrow-next i {
      right: -1px; }
  .veso-gallery-arrows .arrow .arrow-icon {
    height: 1px;
    width: 60px;
    background: #fff;
    line-height: 50px;
    margin-top: 24px;
    position: relative;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2); }
    .veso-gallery-arrows .arrow .arrow-icon i {
      position: absolute;
      top: -10px;
      width: 0;
      -webkit-transition: opacity .2s, width .2s;
      transition: opacity .2s, width .2s;
      opacity: 0;
      font-size: 20px;
      color: #fff;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
  .veso-gallery-arrows .arrow:hover {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .veso-gallery-arrows .arrow:hover.arrow-prev {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
    .veso-gallery-arrows .arrow:hover.arrow-next {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px); }
    .veso-gallery-arrows .arrow:hover .arrow-icon i {
      width: 6px;
      opacity: 1; }

.single-portfolio.veso-single-portfolio {
  padding-top: 90px;
  padding-bottom: 60px; }

.single-portfolio .single-portfolio-content.show-fixed {
  position: fixed;
  -webkit-transition: top .4s;
  transition: top .4s; }

.single-portfolio .veso-gallery-image, .single-portfolio .single-portfolio-content {
  margin-bottom: 30px; }

.single-portfolio .single-portfolio-header h2 {
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  z-index: 1; }
  .single-portfolio .single-portfolio-header h2 > span {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #ffb573));
    background-image: linear-gradient(transparent 75%, #ffb573 0%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .2s;
    transition: background-size .2s; }

.single-portfolio .portfolio-category {
  margin: 0 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600; }
  .single-portfolio .portfolio-category .veso-hover-text:before {
    bottom: 20%; }

.single-portfolio .portfolio-category li {
  list-style-type: none;
  display: inline-block;
  padding-right: 5px; }
  .single-portfolio .portfolio-category li:after {
    content: "/";
    padding-left: 5px;
    font-size: 16px;
    position: relative;
    top: -1px; }
  .single-portfolio .portfolio-category li:last-of-type {
    padding-right: 0; }
    .single-portfolio .portfolio-category li:last-of-type:after {
      display: none; }
  .single-portfolio .portfolio-category li a {
    z-index: 1; }

.single-portfolio .single-gallery-attributes {
  margin-bottom: 30px; }
  .single-portfolio .single-gallery-attributes .attr-header {
    font-weight: bold; }
  .single-portfolio .single-gallery-attributes .attr-content {
    margin-bottom: 15px; }
    .single-portfolio .single-gallery-attributes .attr-content > *:last-of-type {
      margin-bottom: 0; }

.single-portfolio .single-gallery-slider {
  position: relative; }
  .single-portfolio .single-gallery-slider .single-gallery-arrows {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 100%;
    margin-top: -25px;
    z-index: 1; }
  .single-portfolio .single-gallery-slider .gallery-arrow {
    position: absolute;
    width: 60px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .single-portfolio .single-gallery-slider .gallery-arrow.arrow-prev {
      left: 25px; }
      .single-portfolio .single-gallery-slider .gallery-arrow.arrow-prev i {
        left: -1px; }
    .single-portfolio .single-gallery-slider .gallery-arrow.arrow-next {
      right: 25px; }
      .single-portfolio .single-gallery-slider .gallery-arrow.arrow-next i {
        right: -1px; }
    .single-portfolio .single-gallery-slider .gallery-arrow .arrow-icon {
      height: 1px;
      width: 60px;
      background: #fff;
      line-height: 50px;
      margin-top: 24px;
      position: relative;
      -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2); }
      .single-portfolio .single-gallery-slider .gallery-arrow .arrow-icon i {
        position: absolute;
        top: -10px;
        width: 0;
        -webkit-transition: opacity .2s, width .2s;
        transition: opacity .2s, width .2s;
        opacity: 0;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
    .single-portfolio .single-gallery-slider .gallery-arrow:hover {
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
      .single-portfolio .single-gallery-slider .gallery-arrow:hover.arrow-prev {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
      .single-portfolio .single-gallery-slider .gallery-arrow:hover.arrow-next {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
      .single-portfolio .single-gallery-slider .gallery-arrow:hover .arrow-icon i {
        width: 6px;
        opacity: 1; }

.veso-single-gallery .original-size-img {
  margin-bottom: 30px;
  display: block; }

.veso-single-gallery .veso-gallery-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.veso-single-gallery .veso-gallery-image:after, .veso-single-gallery .slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(0.9) translateZ(1px);
          transform: scale(0.9) translateZ(1px);
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s;
  pointer-events: none; }

.veso-single-gallery .veso-gallery-image:hover:after, .veso-single-gallery .slide:hover:after {
  opacity: .4;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media screen and (max-width: 63.9375em) {
  .veso-single-gallery {
    margin: 0 -15px; } }

.single-portfolio-large.content-top .single-portfolio-content {
  margin-bottom: 90px; }

.single-portfolio-large.content-bottom .veso-single-gallery {
  margin-bottom: 90px; }

@media screen and (max-width: 63.9375em) {
  .single-portfolio-large .single-gallery-grid .veso-gallery-image, .single-portfolio-large .single-gallery-grid .grid-sizer {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .single-portfolio-large .single-gallery-grid .veso-gallery-image, .single-portfolio-large .single-gallery-grid .grid-sizer {
    width: 33.3332%; } }

.single-portfolio-large .single-gallery-masonry .grid-sizer, .single-portfolio-large .single-gallery-masonry .w1-h1 {
  width: 25%;
  height: 0;
  padding-bottom: 25%; }

.single-portfolio-large .single-gallery-masonry .w2-h1 {
  width: 50%;
  height: 0;
  padding-bottom: 25%; }

.single-portfolio-large .single-gallery-masonry .w2-h2 {
  width: 50%;
  height: 0;
  padding-bottom: 50%; }

.single-portfolio-large .single-gallery-masonry .w1-h2 {
  width: 25%;
  height: 0;
  padding-bottom: 50%; }

@media screen and (max-width: 63.9375em) {
  .single-portfolio-large .single-portfolio-content {
    margin-top: 30px; }
    .single-portfolio-large .single-portfolio-content .single-portfolio-header {
      margin-bottom: 30px; }
    .single-portfolio-large .single-portfolio-content .single-portfolio-content-block {
      border-top: 2px solid #ddd;
      padding-top: 30px; } }

@media print, screen and (min-width: 64em) {
  .single-portfolio-large .single-portfolio-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .single-portfolio-large .single-portfolio-content .single-portfolio-header {
      width: 30%; }
    .single-portfolio-large .single-portfolio-content .single-portfolio-content-block {
      width: 70%;
      border-left: 2px solid #ddd;
      padding-left: 60px;
      padding-right: 30px; } }

.single-portfolio-large .veso-single-gallery {
  margin: 0 -7.5px 30px -7.5px; }

@media print, screen and (min-width: 64em) {
  .single-portfolio-small .single-portfolio-content {
    margin-top: 15px;
    padding-left: 30px; } }

@media screen and (max-width: 63.9375em) {
  .single-portfolio-small .single-gallery-grid .veso-gallery-image, .single-portfolio-small .single-gallery-grid .grid-sizer {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .single-portfolio-small .single-gallery-grid .veso-gallery-image, .single-portfolio-small .single-gallery-grid .grid-sizer {
    width: 50%; } }

.single-portfolio-small .single-gallery-masonry .grid-sizer, .single-portfolio-small .single-gallery-masonry .w1-h1 {
  width: 33.332%;
  height: 0;
  padding-bottom: 33.332%; }

.single-portfolio-small .single-gallery-masonry .w2-h1 {
  width: 66.6667%;
  height: 0;
  padding-bottom: 33.332%; }

.single-portfolio-small .single-gallery-masonry .w2-h2 {
  width: 66.6667%;
  height: 0;
  padding-bottom: 66.6667%; }

.single-portfolio-small .single-gallery-masonry .w1-h2 {
  width: 33.332%;
  height: 0;
  padding-bottom: 66.6667%; }

.single-gallery-grid {
  overflow: hidden;
  margin: 0 -15px; }
  .single-gallery-grid .veso-gallery-image a {
    display: block;
    padding: 0 15px; }

.single-gallery-masonry .veso-gallery-image {
  margin-bottom: 0;
  overflow: hidden; }

.single-gallery-masonry article a {
  position: absolute !important;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.single-gallery-masonry .img-bg {
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px; }

.single-gallery-masonry img {
  display: none; }

.hover-not-ready {
  pointer-events: none; }

/**
 *
 * 6. WooCommerce styles
 *
 */
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: transparent;
  color: inherit; }

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

.select2-selection__arrow {
  display: none; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, .woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: inherit; }

.woocommerce .woocommerce-breadcrumb a {
  opacity: .6;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .woocommerce .woocommerce-breadcrumb a:hover {
    opacity: 1; }

body:not(.plugin-on) .woocommerce-page .page-wrapper > .classic {
  padding: 90px 0; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ffb573;
  height: 4px; }

.woocommerce .products .star-rating {
  margin: 10px auto 15px; }

.product .price del, .product .price ins {
  display: inline-block !important; }

.product .price ins {
  color: #ffb573; }

.woocommerce label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px; }

.woocommerce .btn-text {
  text-transform: uppercase;
  letter-spacing: 1px; }

.woocommerce .amount {
  font-size: 14px !important; }

.woocommerce .attachment-shop_thumbnail {
  width: 50px !important; }

.woocommerce .product-title, .woocommerce .product-name, .woocommerce table.shop_table .product-price, .woocommerce table.shop_table .product-quantity, .woocommerce table.shop_table .product-subtotal {
  font-family: "nunito"; }
  .woocommerce .product-title:before, .woocommerce .product-name:before, .woocommerce table.shop_table .product-price:before, .woocommerce table.shop_table .product-quantity:before, .woocommerce table.shop_table .product-subtotal:before {
    font-weight: normal !important; }

.woocommerce table.shop_table th {
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-size: 14px; }

.woocommerce .product-categories li {
  margin-bottom: 0; }
  .woocommerce .product-categories li a {
    margin-bottom: 15px;
    display: inline-block; }

.woocommerce .veso-input {
  padding: 0 !important; }

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce .woocommerce-page .cart-collaterals .cross-sells ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  margin: 0 -10px; }
  @media screen and (max-width: 63.9375em) {
    .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce .woocommerce-page .cart-collaterals .cross-sells ul.products li {
      width: 50%;
      float: none;
      margin: 0;
      padding: 0 10px; } }
  @media print, screen and (min-width: 64em) {
    .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce .woocommerce-page .cart-collaterals .cross-sells ul.products li {
      width: calc(100% / 3);
      float: none;
      margin: 0;
      padding: 0 10px; } }

.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse; }
  .woocommerce table.shop_table thead, .woocommerce table.shop_table tbody, .woocommerce table.shop_table tfoot {
    border: none;
    background: transparent; }
  .woocommerce table.shop_table tbody tr {
    background: transparent; }
  .woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 15px 10px; }

@media screen and (max-width: 48em) {
  .woocommerce table.shop_table_responsive tr {
    border-top: 1px solid #ddd; }
    .woocommerce table.shop_table_responsive tr:first-of-type {
      border-top: none; }
    .woocommerce table.shop_table_responsive tr td:not(.actions):not(.product-thumbnail) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: none;
      background: transparent !important; } }

.woocommerce table .remove {
  color: inherit !important;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .woocommerce table .remove:hover {
    color: #ea0e41 !important;
    background: transparent !important; }

.woocommerce .comment-form .form-submit {
  text-align: right; }

.woocommerce .pswp__button--arrow--left:before, .woocommerce .pswp__button--arrow--right:before {
  display: none; }

.woocommerce .woocommerce-pagination .page-numbers {
  border: none; }
  .woocommerce .woocommerce-pagination .page-numbers li {
    border: none;
    border-bottom: 3px solid transparent; }
    .woocommerce .woocommerce-pagination .page-numbers li:hover {
      border-bottom: 3px solid #ffb573; }
    .woocommerce .woocommerce-pagination .page-numbers li .page-numbers {
      background: transparent;
      color: inherit; }
  .woocommerce .woocommerce-pagination .page-numbers.current {
    font-weight: bold;
    color: inherit;
    background: none; }

.woocommerce .quantity .qty {
  color: inherit; }

.woocommerce .attachment-shop_catalog, .woocommerce .attachment-shop_thumbnail {
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.woocommerce .woocommerce-loop-product__link:hover .attachment-shop_catalog {
  opacity: .6; }

.woocommerce .attachment-shop_thumbnail:hover {
  opacity: .6; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 3; }

.woocommerce .btn {
  line-height: 1.5em;
  font-family: inherit !important; }

.woocommerce span.onsale {
  z-index: 3 !important;
  border-radius: 0 !important;
  min-height: auto;
  line-height: 1.8em;
  background: #ffb573;
  margin: 0 !important;
  left: 0;
  top: 0;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 15px; }

.woocommerce ul.products li.product .onsale {
  font-size: 12px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center; }

.woocommerce ul.products li.product .price {
  font-family: "nunito";
  color: inherit;
  letter-spacing: 1px; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 18px !important; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #333; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px; }

.widget_price_filter .btn {
  float: left; }

.woocommerce .button {
  font-weight: normal !important; }

.btn-shop {
  margin-top: 15px; }

.woocommerce form .form-row .required {
  color: #ea0e41 !important;
  text-decoration: none; }

.select2-container--default .select2-selection--single {
  border-radius: 0; }

.select2-container .select2-selection--single {
  height: 50px;
  outline: none;
  border: 1px solid; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 40px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 40px; }

#ship-to-different-address {
  margin-top: 5px; }
  #ship-to-different-address .veso-input {
    width: auto;
    display: inline-block; }
    #ship-to-different-address .veso-input input {
      height: 13px; }
  #ship-to-different-address span {
    margin-left: 15px; }

.woocommerce table.shop_table th {
  font-weight: normal !important;
  font-family: "nunito"; }

#order_review_heading {
  margin-top: 30px; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
  border: 1px solid #ddd; }
  .woocommerce form.checkout_coupon input, .woocommerce form.login input, .woocommerce form.register input {
    border-color: inherit !important;
    color: inherit; }

.woocommerce-form__label-for-checkbox {
  margin-left: 15px; }
  .woocommerce-form__label-for-checkbox .veso-input {
    width: auto;
    display: inline-block; }
    .woocommerce-form__label-for-checkbox .veso-input input {
      height: 13px; }

.woocommerce form.checkout_coupon input[type=submit], .woocommerce-Button, .woocommerce-address-fields input[type=submit] {
  border: none;
  padding: 0;
  margin: 0; }
  .woocommerce form.checkout_coupon input[type=submit]:focus, .woocommerce-Button:focus, .woocommerce-address-fields input[type=submit]:focus {
    outline: none; }

.woocommerce-MyAccount-navigation ul {
  margin: 0; }

.woocommerce-MyAccount-navigation li {
  padding: 15px;
  list-style-type: none;
  border-bottom: 1px solid #ddd; }
  .woocommerce-MyAccount-navigation li:last-of-type {
    border-bottom: none; }

@media print, screen and (min-width: 64em) {
  .woocommerce-form-login {
    max-width: 50%; } }

.woocommerce-form-login .form-row:last-of-type {
  direction: rtl; }

.woocommerce-form-login .btn {
  float: right; }

.woocommerce-form-login .woocommerce-form__label {
  float: left;
  margin-right: 15px;
  margin-left: 0; }
  .woocommerce-form-login .woocommerce-form__label span {
    float: right;
    margin-left: 15px; }

.woocommerce-ResetPassword {
  text-align: center; }
  .woocommerce-ResetPassword .woocommerce-form-row {
    display: inline-block;
    width: auto; }
  .woocommerce-ResetPassword .form-row-first {
    max-width: 400px;
    float: none !important;
    margin-right: 15px; }
  .woocommerce-ResetPassword label {
    text-align: left; }
  .woocommerce-ResetPassword .clear {
    display: none; }
  .woocommerce-ResetPassword .btn-xs {
    padding: 14px 20px;
    font-size: 14px !important; }

.woocommerce-LostPassword a:not(.btn-text), .woocommerce-MyAccount-content a:not(.btn-text), .woocommerce-message a:not(.btn-text), .single-product .posted_in a:not(.btn-text), .woocommerce-info a:not(.btn-text), .woocommerce-error a:not(.btn-text) {
  border-bottom: 1px solid;
  opacity: .8;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .woocommerce-LostPassword a:not(.btn-text):hover, .woocommerce-MyAccount-content a:not(.btn-text):hover, .woocommerce-message a:not(.btn-text):hover, .single-product .posted_in a:not(.btn-text):hover, .woocommerce-info a:not(.btn-text):hover, .woocommerce-error a:not(.btn-text):hover {
    opacity: 1; }

.single-product.woocommerce .quantity .qty {
  height: 52px;
  margin-right: 15px; }

.single-product.woocommerce .summary .amount {
  font-size: 28px !important;
  color: inherit !important; }

.single-product.woocommerce div.product .price {
  color: inherit;
  font-family: "nunito"; }

.single-product.woocommerce .comment-form-rating {
  margin-top: 30px; }
  .single-product.woocommerce .comment-form-rating .select-wrapper:after {
    display: none; }

.single-product.woocommerce div.product .stock {
  color: inherit;
  font-family: "nunito"; }

.single-product.woocommerce .variations tr, .single-product.woocommerce div.product form.cart table tr {
  background: transparent !important; }

.single-product.woocommerce .variations td, .single-product.woocommerce div.product form.cart table td {
  vertical-align: middle !important; }
  .single-product.woocommerce .variations td .veso-input > *, .single-product.woocommerce div.product form.cart table td .veso-input > * {
    margin: 0 !important; }
  .single-product.woocommerce .variations td .qty, .single-product.woocommerce div.product form.cart table td .qty {
    margin-bottom: 0 !important; }

.single-product.woocommerce .variations td.label, .single-product.woocommerce div.product form.cart table td.label {
  display: table-cell;
  background: transparent !important;
  padding-bottom: 0;
  padding-right: 0 !important;
  line-height: 1 !important; }

.single-product.woocommerce .variations .reset_variations, .single-product.woocommerce div.product form.cart table .reset_variations {
  position: absolute; }

.single-product.woocommerce .woocommerce-variation-price {
  margin-bottom: 15px;
  margin-top: 30px; }

.single-product.woocommerce .woocommerce-tabs a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px; }

@media screen and (min-width: 80em) {
  .single-product.woocommerce .woocommerce-tabs {
    width: 48%;
    display: inline-block;
    margin-left: 4%; } }

.single-product.woocommerce .pswp__button--fs {
  margin-top: 12px; }

.single-product.woocommerce .pswp__button.pswp__button--close {
  margin-top: 12px; }

.single-product.woocommerce .pswp__button--zoom {
  width: 30px; }
  .single-product.woocommerce .pswp__button--zoom i {
    display: none; }

.single-product.woocommerce .pswp__button--close {
  background: #000; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  border-color: #ddd;
  background: #f5f3f4; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: "nunito";
    font-weight: normal !important;
    color: inherit; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 0 5px;
  margin-bottom: 0; }

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: inherit;
  opacity: .7; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background: transparent;
  border: none;
  width: 50px;
  padding: 0; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  padding: 20px;
  border-radius: 1px solid #ddd;
  margin-left: 90px;
  margin-bottom: 30px; }

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 30px 15px; }

.woocommerce-cart #coupon_code {
  float: left;
  color: inherit !important; }

.woocommerce-cart table.cart td.actions .coupon .veso-input {
  float: left;
  width: auto; }

.woocommerce-cart table.cart td.actions .coupon input {
  width: auto !important; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 42px;
  line-height: 42px;
  float: none;
  width: 150px;
  padding: 0 15px; }

@media screen and (max-width: 63.9375em) {
  .woocommerce-cart .calculated_shipping {
    margin-top: 30px; } }

.woocommerce-cart input[type=submit] {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 20px !important;
  font-size: 12px;
  line-height: 1.5em !important;
  border: 1px solid; }

.woocommerce-cart .coupon input[type=submit] {
  background: transparent !important;
  color: #333;
  position: relative;
  border: none; }
  .woocommerce-cart .coupon input[type=submit]:focus, .woocommerce-cart .coupon input[type=submit]:hover {
    outline: none !important;
    color: #333; }

.woocommerce-cart .coupon .btn input {
  padding: 0 !important;
  line-height: 1;
  margin: 0 !important;
  border: none; }
  .woocommerce-cart .coupon .btn input:focus {
    outline: none; }

body .woocommerce-checkout {
  overflow: hidden; }
  body .woocommerce-checkout input[type=submit] {
    background: transparent;
    border: 1px solid;
    border-radius: 0; }
  @media screen and (min-width: 80em) {
    body .woocommerce-checkout #customer_details {
      width: 50%;
      float: left; }
      body .woocommerce-checkout #customer_details .col-1, body .woocommerce-checkout #customer_details .col-2 {
        width: 100%;
        float: none;
        margin-bottom: 30px; }
    body .woocommerce-checkout .woocommerce-checkout-review-order {
      width: 50%;
      float: right;
      padding-left: 60px; }
    body .woocommerce-checkout #order_review_heading {
      width: 50%;
      float: right;
      padding-left: 60px; } }
  body .woocommerce-checkout .place-order {
    position: relative;
    z-index: 1; }

.woocommerce-info, .woocommerce-error, .woocommerce-message {
  border-top: 4px solid #ffb573;
  padding: 30px;
  color: inherit;
  position: relative;
  z-index: 1; }
  .woocommerce-info:before, .woocommerce-error:before, .woocommerce-message:before {
    display: none; }
  .woocommerce-info .btn, .woocommerce-error .btn, .woocommerce-message .btn {
    margin-right: 15px; }

.woocommerce-EditAccountForm > p:last-of-type {
  text-align: right;
  margin-top: 15px; }

.woocommerce-EditAccountForm .form-row-first, .woocommerce-EditAccountForm .form-row-last {
  width: 49% !important; }

.woocommerce-address-fields .form-row-first, .woocommerce-address-fields .form-row-last {
  width: 49% !important; }

.woocommerce-address-fields > p:last-of-type {
  text-align: right; }

.woocommerce-address-fields .btn {
  margin-top: 15px; }

.woocommerce .widget-area .woocommerce-mini-cart__buttons a {
  padding: 0;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  display: inline-block; }

.woocommerce .widget-area .widget_product_search .form-style {
  text-align: right; }

.woocommerce .widget-area .widget_product_search label {
  text-align: left; }

.woocommerce .widget-area .widget_product_search .btn {
  margin-top: 10px; }

.woocommerce .widget-area .widget_product_search input[type=submit] {
  padding: 0;
  border: none;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0; }

.woocommerce .widget-area li .product-title {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #ffb573));
  background-image: linear-gradient(transparent 75%, #ffb573 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .2s;
  transition: background-size .2s; }
  .woocommerce .widget-area li .product-title:hover {
    background-size: 100% 100%; }

.woocommerce .widget-area .cat-item a, .woocommerce .widget-area .wc-layered-nav-term a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  position: relative; }
  .woocommerce .widget-area .cat-item a:before, .woocommerce .widget-area .cat-item a:after, .woocommerce .widget-area .wc-layered-nav-term a:before, .woocommerce .widget-area .wc-layered-nav-term a:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    border-bottom: 10px solid #ffb573;
    -webkit-transform: translateX(-50%) skew(30deg);
            transform: translateX(-50%) skew(30deg);
    width: 20px;
    left: 100%;
    opacity: 0;
    z-index: -1; }
  .woocommerce .widget-area .cat-item a:before, .woocommerce .widget-area .wc-layered-nav-term a:before {
    -webkit-transition: opacity 0.2s 0.1s, width 0.2s 0.3s, left 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
    transition: opacity 0.2s 0.1s, width 0.2s 0.3s, left 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s, opacity 0.2s 0.1s, width 0.2s 0.3s, left 0.2s 0.1s;
    transition: transform 0.2s 0.1s, opacity 0.2s 0.1s, width 0.2s 0.3s, left 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
    bottom: 0%; }
  .woocommerce .widget-area .cat-item a:after, .woocommerce .widget-area .wc-layered-nav-term a:after {
    -webkit-transition: opacity 0.2s, width 0.2s 0.2s, left 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, width 0.2s 0.2s, left 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, width 0.2s 0.2s, left 0.2s;
    transition: transform 0.2s, opacity 0.2s, width 0.2s 0.2s, left 0.2s, -webkit-transform 0.2s;
    bottom: 48%; }
  .woocommerce .widget-area .cat-item a:hover:before, .woocommerce .widget-area .wc-layered-nav-term a:hover:before {
    opacity: 0.6;
    -webkit-transform: translateY(0) translateX(0) skewX(10deg);
            transform: translateY(0) translateX(0) skewX(10deg);
    width: 100%;
    left: 5px;
    right: auto; }
  .woocommerce .widget-area .cat-item a:hover:after, .woocommerce .widget-area .wc-layered-nav-term a:hover:after {
    opacity: 0.6;
    -webkit-transform: translateY(0) translateX(0) skewX(10deg);
            transform: translateY(0) translateX(0) skewX(10deg);
    width: 100%;
    left: -5px;
    right: auto; }

.woocommerce .widget-area .cat-item a:before {
  bottom: 20%; }

.woocommerce ul.cart_list li {
  list-style-type: none;
  position: relative; }
  .woocommerce ul.cart_list li a {
    font-family: "nunito"; }
  .woocommerce ul.cart_list li a:not(.remove), .woocommerce ul.cart_list li span.quantity {
    margin-left: 45px;
    letter-spacing: 1px; }
    @media screen and (max-width: 63.9375em) {
      .woocommerce ul.cart_list li a:not(.remove), .woocommerce ul.cart_list li span.quantity {
        margin-left: 60px; } }
  .woocommerce ul.cart_list li .attachment-shop_thumbnail {
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 7px;
    width: 50px; }
    @media screen and (max-width: 63.9375em) {
      .woocommerce ul.cart_list li .attachment-shop_thumbnail {
        margin-left: 30px; } }

.woocommerce ul.cart_list .remove {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50% !important;
  margin-top: -10px;
  left: 0;
  text-align: center;
  cursor: pointer;
  color: #ea0e41 !important; }
  @media screen and (max-width: 63.9375em) {
    .woocommerce ul.cart_list .remove {
      opacity: 1; } }
  @media print, screen and (min-width: 64em) {
    .woocommerce ul.cart_list .remove {
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  .woocommerce ul.cart_list .remove:hover {
    background: transparent !important;
    color: #ea0e41 !important; }

@media print, screen and (min-width: 64em) {
  .woocommerce ul.cart_list li:hover .attachment-shop_thumbnail {
    margin-left: 20px; }
  .woocommerce ul.cart_list li:hover .remove {
    opacity: 1; } }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: 1px solid;
  margin-top: 15px;
  overflow: hidden; }
  .woocommerce .widget_shopping_cart .total .amount, .woocommerce.widget_shopping_cart .total .amount {
    float: right; }

.woocommerce-mini-cart__buttons {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce-mini-cart__buttons a {
    display: block;
    text-align: center;
    font-family: "nunito";
    letter-spacing: 1px;
    padding: 15px;
    text-transform: uppercase;
    width: 50%;
    margin: 0; }
  .woocommerce-mini-cart__buttons .btn-view-cart {
    background: #f5f3f4; }
  .woocommerce-mini-cart__buttons .btn-checkout {
    background: #333;
    color: #fff; }
  .woocommerce-mini-cart__buttons a.button.wc-forward {
    padding: 12px 20px !important;
    background: #f1f1f1 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    position: relative !important;
    line-height: 18px;
    letter-spacing: 1px; }
    .woocommerce-mini-cart__buttons a.button.wc-forward:after {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      height: 100%;
      width: 100%;
      background: #ffb573;
      opacity: .8;
      -webkit-transition: top .3s, left .3s;
      transition: top .3s, left .3s;
      z-index: -1; }
    .woocommerce-mini-cart__buttons a.button.wc-forward:hover:after {
      left: 0;
      top: 0; }
    .woocommerce-mini-cart__buttons a.button.wc-forward.checkout {
      background: #333;
      color: #fff; }

.cart-overlay {
  position: fixed;
  z-index: 13;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.cart-offcanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s .4s;
  transition: visibility 0s .4s; }
  .cart-offcanvas .show-cart {
    margin: 0 -45px 0 0;
    max-height: calc(100% - 200px);
    overflow: auto;
    padding-top: 60px;
    padding-right: 45px; }
    .cart-offcanvas .show-cart li {
      list-style-type: none;
      position: relative; }
    .cart-offcanvas .show-cart .img-product {
      -webkit-transition: margin-left .3s;
      transition: margin-left .3s; }
      @media screen and (max-width: 63.9375em) {
        .cart-offcanvas .show-cart .img-product {
          margin-left: 30px; } }
    .cart-offcanvas .show-cart .list-product .remove-product {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      margin-top: -10px;
      left: 0;
      text-align: center;
      cursor: pointer; }
      @media screen and (max-width: 63.9375em) {
        .cart-offcanvas .show-cart .list-product .remove-product {
          opacity: 1; } }
      @media print, screen and (min-width: 64em) {
        .cart-offcanvas .show-cart .list-product .remove-product {
          opacity: 0;
          -webkit-transition: opacity .3s;
          transition: opacity .3s; } }
      .cart-offcanvas .show-cart .list-product .remove-product .icon-close {
        position: relative;
        height: 20px;
        width: 20px; }
        .cart-offcanvas .show-cart .list-product .remove-product .icon-close:before, .cart-offcanvas .show-cart .list-product .remove-product .icon-close:after {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -1px;
          left: 6px;
          width: 10px;
          height: 2px;
          background: #333;
          -webkit-transition: background .3s;
          transition: background .3s; }
        .cart-offcanvas .show-cart .list-product .remove-product .icon-close:before {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .cart-offcanvas .show-cart .list-product .remove-product .icon-close:after {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .cart-offcanvas .show-cart .list-product .remove-product .icon-close:hover:before, .cart-offcanvas .show-cart .list-product .remove-product .icon-close:hover:after {
          background: #f10a4a; }
    @media print, screen and (min-width: 64em) {
      .cart-offcanvas .show-cart li:hover .img-product {
        margin-left: 45px; }
      .cart-offcanvas .show-cart li:hover .list-product .remove-product {
        opacity: 1; } }
  .cart-offcanvas .shopping-cart {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: #fff;
    z-index: 14;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    .cart-offcanvas .shopping-cart .product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 30px; }
      .cart-offcanvas .shopping-cart .product .img-product {
        display: block; }
    @media screen and (max-width: 39.9375em) {
      .cart-offcanvas .shopping-cart {
        width: 80%; }
        .cart-offcanvas .shopping-cart .img-product {
          width: 60px; } }
    @media print, screen and (min-width: 40em) {
      .cart-offcanvas .shopping-cart {
        width: 400px; }
        .cart-offcanvas .shopping-cart .img-product {
          width: 80px; } }
    .cart-offcanvas .shopping-cart .list-product {
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1;
      padding-left: 15px; }
      .cart-offcanvas .shopping-cart .list-product h5 {
        margin-bottom: 0; }
    .cart-offcanvas .shopping-cart .quantity:after {
      content: "x";
      color: inherit;
      margin-left: 5px;
      margin-right: 5px;
      font-size: 14px; }
    .cart-offcanvas .shopping-cart .quantity, .cart-offcanvas .shopping-cart .price-product {
      display: inline-block; }
  .cart-offcanvas .summation {
    border-top: 2px solid;
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px; }
    .cart-offcanvas .summation .summation-subtotal {
      overflow: hidden;
      margin-bottom: 30px;
      padding-top: 5px; }
      .cart-offcanvas .summation .summation-subtotal span {
        float: left; }
        .cart-offcanvas .summation .summation-subtotal span.amount {
          float: right; }
    .cart-offcanvas .summation .btn-cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cart-offcanvas .summation .btn-cart a {
        display: block;
        text-align: center;
        font-family: "nunito";
        letter-spacing: 1px;
        text-transform: uppercase;
        width: 48%; }
        @media screen and (max-width: 39.9375em) {
          .cart-offcanvas .summation .btn-cart a {
            width: 100%; } }
      .cart-offcanvas .summation .btn-cart .btn-outline {
        margin-bottom: 15px;
        border-color: inherit; }
        .cart-offcanvas .summation .btn-cart .btn-outline .btn-text {
          color: inherit; }
  .cart-offcanvas.show-cart-offcanvas {
    visibility: visible;
    -webkit-transition: visibility .0s .0s;
    transition: visibility .0s .0s; }
    .cart-offcanvas.show-cart-offcanvas .cart-overlay {
      opacity: .7;
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }
    .cart-offcanvas.show-cart-offcanvas .shopping-cart {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      overflow: hidden; }

.cart-offcanvas-close {
  height: 20px;
  width: 20px;
  position: fixed;
  cursor: pointer;
  z-index: 15;
  top: 35px;
  right: 30px; }
  .cart-offcanvas-close:before, .cart-offcanvas-close:after, .cart-offcanvas-close > div {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #333;
    width: 100%; }
  .cart-offcanvas-close > div {
    opacity: 0;
    width: 0; }
  .cart-offcanvas-close:before {
    content: "";
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  .cart-offcanvas-close:after {
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center; }

.woocommerce a.added_to_cart {
  display: none;
  font-size: 12px; }

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

#icon-cart path {
  -webkit-transition: fill .2s;
  transition: fill .2s; }

#icon-cart:hover path {
  fill: #ffb573; }

.form-row .select-wrapper:after {
  top: 25px; }

/**
 *
 * 7. Footer styles
 *
 */
.footer {
  padding: 90px 0 0;
  background: #f5f3f4;
  bottom: 0;
  width: 100%; }
  .footer .btn-newsletter {
    padding: 0 5px;
    margin-top: 15px; }

.footer-info {
  background: #ddd;
  margin-top: 60px; }
  @media screen and (max-width: 63.9375em) {
    .footer-info .info {
      margin-bottom: 15px; } }
  @media print, screen and (min-width: 64em) {
    .footer-info .footer-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-info .footer-content .info {
        margin-right: 15px; } }
  .footer-info .footer-content {
    font-size: 14px;
    text-align: center;
    padding: 20px 0; }
    .footer-info .footer-content .info p {
      margin: 0; }
  .footer-info .footer-nav ul {
    margin: 0;
    margin-left: 15px; }
    .footer-info .footer-nav ul li {
      list-style-type: none;
      display: inline-block;
      margin-left: 15px;
      position: relative; }
      .footer-info .footer-nav ul li:first-of-type {
        margin-left: 0; }
        .footer-info .footer-nav ul li:first-of-type:before {
          display: none; }
      .footer-info .footer-nav ul li:before {
        content: "/";
        color: inherit;
        position: absolute;
        left: -12px;
        bottom: 0; }

@media screen and (max-width: 39.9375em) {
  .footer-row-wrapper * {
    text-align: center !important; } }

/**
 *
 * 8. WordPress Multilingual Plugin styles
 *
 */
.veso-wpml-switcher {
  position: relative;
  text-align: left;
  margin-left: 30px; }
  .veso-wpml-switcher ul li {
    text-align: left;
    list-style: none; }
  .veso-wpml-switcher ul a {
    padding: 10px 15px; }
  .veso-wpml-switcher .fa-angle-down {
    font-size: 11px;
    vertical-align: middle; }
  .veso-wpml-switcher .sub-menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }

/**
 *
 * 9. Magnific Popup styles
 *
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104200;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104300;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 104500; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

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

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

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 104400; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 104600;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  top: 20px;
  color: #333;
  display: inline-block;
  width: 20px !important;
  height: 20px;
  padding-right: 0 !important;
  line-height: 20px !important;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

body:not(.ascend) .mfp-arrow:before,
body:not(.ascend) .mfp-arrow:after,
body:not(.ascend) .mfp-arrow .mfp-b,
body:not(.ascend) .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

body:not(.ascend) .mfp-arrow:after,
body:not(.ascend) .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

body:not(.ascend) .mfp-arrow:before,
body:not(.ascend) .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

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

body:not(.ascend) .mfp-arrow-left:after,
body:not(.ascend) .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

body:not(.ascend) .mfp-arrow-left:before,
body:not(.ascend) .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

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

body:not(.ascend) .mfp-arrow-right:after,
body:not(.ascend) .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

body:not(.ascend) .mfp-arrow-right:before,
body:not(.ascend) .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 0 55px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 55px;
  bottom: 55px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -40px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .ascend .mfp-arrow-left {
    left: 20px !important; }
  .ascend .mfp-arrow-right {
    right: 20px !important; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-in .mfp-with-anim, .mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.93);
          transform: scale(0.93); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim, .mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.85; }

body .mfp-zoom-in.mfp-removing .mfp-with-anim, .mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.93) !important;
          transform: scale(0.93) !important;
  opacity: 0 !important; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-wrap.mfp-removing .mfp-arrow-left, .mfp-wrap.mfp-removing .mfp-arrow-right {
  opacity: 0; }

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 *
 * 10. Owl Carousel styles
 *
 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

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

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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);
  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 {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

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

/* Auto Height */
@media print, screen and (min-width: 64em) {
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto !important; } }

@media screen and (max-width: 63.9375em) {
  .swiper-container-autoheight:not(.veso-split-slider),
  .swiper-container-autoheight .swiper-slide:not(.veso-split-slider) {
    height: auto !important; } }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: 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;
  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);
  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);
  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);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-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 {
  /* Safari 4+, Chrome */
  /* 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 {
  /* Safari 4+, Chrome */
  /* 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 {
  /* Safari 4+, Chrome */
  /* 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 {
  /* Safari 4+, Chrome */
  /* 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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-slide {
  width: auto; }

/**
 *
 * 12. Google maps styles
 *
 */
.pin-wrap {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -48.28427px;
  margin-left: -20px;
  -webkit-transform-origin: 50% 120.71068% 0;
          transform-origin: 50% 120.71068% 0; }

.pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-transform-origin: 50% 120.71068% 0;
          transform-origin: 50% 120.71068% 0; }

.pin::after {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  content: '';
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  border: 12px solid #ffb573;
  border-radius: 50% 50% 50% 50%;
  border-color: inherit; }

.pin::before {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  content: '';
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  border: 8px solid #ffb573;
  border-radius: 50% 50% 50% 0;
  border-color: inherit; }

.shadow {
  position: absolute; }

.shadow::after {
  position: absolute;
  left: -120px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  content: '';
  -webkit-transform: rotateX(55deg);
          transform: rotateX(55deg);
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 100px 0 20px;
          box-shadow: rgba(0, 0, 0, 0.3) 100px 0 20px; }

.pulse {
  position: absolute;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform: rotateX(55deg);
          transform: rotateX(55deg); }

.pulse::after {
  display: block;
  width: 50px;
  height: 50px;
  content: '';
  -webkit-animation: pulsate 1s ease-out;
          animation: pulsate 1s ease-out;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px 3px;
          box-shadow: 0 0 6px 3px; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0; } }

/**
 *
 * 13. Full Pages styles
 *
 */
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
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);
  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: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

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

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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