@charset "UTF-8";
/*
Theme Name: Marco Child Theme
Theme URI: http://marco.puruno.com/wp/
Description: Marco is a modern, unique & highly functional WordPress template suitable for any restaurants, cafes, wineries, sushi bars, bistros, bars, pubs and-and any other food-related businesses.
Author: PURUNO
Author URI: http://themeforest.net/user/puruno
Template: marco
Version: 1.0.1
License: Themeforest Split Licence
License URI: -
Text Domain: marco
Domain Path: /languages/
*/
@font-face {
  font-family: "CalendasPlus";
  font-style: normal;
  font-weight: 400;
  /*src: url("assets/fonts/CalendasPlus.otf");*/
  src: url("assets/fonts/CalendasPlus.woff"); }
@font-face {
  font-family: "Isaac";
  font-style: normal;
  font-weight: 400;
  /*src: url("assets/fonts/IsaacBook.otf");*/
  src: url("assets/fonts/IsaacBook.woff"); }
/*
Por ahora no la cargo porque parece que no compensa cargar una tipo y usarla en muy
pocos sitios y apenas se nota la diferencia
@font-face {
    font-family: "Isaac";
    font-style: normal;
    font-weight: 700;
    src: url("assets/fonts/IsaacSemiBold.ttf");
}
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media (min-width: 992px) {
  .large-12.vc_col-md-6 {
    width: 50%; } }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-1 {
  width: 8.3333333333%; }

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

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

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

.small-2 {
  width: 16.6666666667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.3333333333%; }

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

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

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

.small-5 {
  width: 41.6666666667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.3333333333%; }

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

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

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

.small-8 {
  width: 66.6666666667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.3333333333%; }

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

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

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

.small-11 {
  width: 91.6666666667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }

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

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-3 {
    width: 25%; }

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

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

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-6 {
    width: 50%; }

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

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

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-9 {
    width: 75%; }

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

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

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.3333333333%; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }

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

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .large-offset-1 {
    margin-left: 8.3333333333%; }

  .large-3 {
    width: 25%; }

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

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

  .large-offset-2 {
    margin-left: 16.6666666667%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .large-offset-4 {
    margin-left: 33.3333333333%; }

  .large-6 {
    width: 50%; }

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

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

  .large-offset-5 {
    margin-left: 41.6666666667%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .large-offset-7 {
    margin-left: 58.3333333333%; }

  .large-9 {
    width: 75%; }

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

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

  .large-offset-8 {
    margin-left: 66.6666666667%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .large-offset-10 {
    margin-left: 83.3333333333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%; }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }

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

  .xlarge-2 {
    width: 16.6666666667%; }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }

  .xlarge-3 {
    width: 25%; }

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

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

  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }

  .xlarge-4 {
    width: 33.3333333333%; }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .xlarge-5 {
    width: 41.6666666667%; }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }

  .xlarge-6 {
    width: 50%; }

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

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

  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }

  .xlarge-7 {
    width: 58.3333333333%; }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .xlarge-8 {
    width: 66.6666666667%; }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }

  .xlarge-9 {
    width: 75%; }

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

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

  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }

  .xlarge-10 {
    width: 83.3333333333%; }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .xlarge-11 {
    width: 91.6666666667%; }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }

  .xlarge-12 {
    width: 100%; }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .xlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.3333333333%; }

  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }

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

  .xxlarge-2 {
    width: 16.6666666667%; }

  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%; }

  .xxlarge-3 {
    width: 25%; }

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

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

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%; }

  .xxlarge-4 {
    width: 33.3333333333%; }

  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .xxlarge-5 {
    width: 41.6666666667%; }

  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%; }

  .xxlarge-6 {
    width: 50%; }

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

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

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%; }

  .xxlarge-7 {
    width: 58.3333333333%; }

  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .xxlarge-8 {
    width: 66.6666666667%; }

  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%; }

  .xxlarge-9 {
    width: 75%; }

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

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

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%; }

  .xxlarge-10 {
    width: 83.3333333333%; }

  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .xxlarge-11 {
    width: 91.6666666667%; }

  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%; }

  .xxlarge-12 {
    width: 100%; }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CalendasPlus";
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #ddd;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.25rem; }

  h2 {
    font-size: 2rem; }

  h3 {
    font-size: 1.75rem; }

  h4 {
    font-size: 1.5rem; }

  h5 {
    font-size: 1.25rem; }

  h6 {
    font-size: 1rem; } }
@media screen and (min-width: 64.0625em) {
  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: 1.125rem; } }
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

abbr {
  color: #6F7C7C;
  cursor: help;
  border-bottom: 1px dotted #111; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxlarge-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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

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

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

input::placeholder,
textarea::placeholder {
  color: #8a8a8a; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f5f5f5;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .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: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.3333333333% - 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.6666666667% - 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: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      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 screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64.0625em) {
    .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;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #111; }

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

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

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

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

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

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

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }

  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }

  thead {
    background: #f9f9f9;
    color: #6F7C7C; }

  tfoot {
    background: #f2f2f2;
    color: #6F7C7C; }

  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 tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 64em) {
  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 tbody 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 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: 64em) {
  .hide-for-medium-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpml-ls-legacy-list-horizontal a, body.product-template-default .entry-summary a {
  position: relative; }
  .wpml-ls-legacy-list-horizontal a:after, body.product-template-default .entry-summary a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    transform-origin: top;
    background: #6F7C7C; }
  .wpml-ls-legacy-list-horizontal a:hover:after, body.product-template-default .entry-summary a:hover:after {
    opacity: 1;
    transform: scale3d(1, 2, 1);
    transform-origin: top; }

.element-list-table, .listadoEspecial ul {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden; }
  .element-list-table li, .listadoEspecial ul li {
    width: 50%;
    float: left;
    border-top: 1px solid;
    padding: 20px 30px;
    position: relative;
    list-style-type: none;
    box-sizing: border-box;
    color: #8a8a8a;
    border-color: #ddd; }
    @media screen and (max-width: 39.9375em) {
      .element-list-table li, .listadoEspecial ul li {
        width: 100%; } }
    .element-list-table li:before, .listadoEspecial ul li:before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      margin-top: -3px;
      top: 50%;
      left: 10px;
      background: #ddd;
      border-radius: 50%;
      background: #ddd; }

.custom-styles {
  display: none; }

/**
 *
 * Mixins
 *
 */
body {
  overflow-x: hidden; }
  body a, body button {
    color: inherit; }
    body a:hover, body button:hover {
      color: inherit; }
    body a:hover, body a:focus, body a:active, body a:visited, body button:hover, body button:focus, body button:active, body button:visited {
      outline: none;
      color: inherit; }
  body .content a:not(.btn) {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    transition: border-color .4s; }
    body .content a:not(.btn):hover {
      border-color: inherit; }
  body .content p {
    font-size: 18px; }
    body .content p * {
      font-size: inherit; }
  body.no-scroll {
    overflow: hidden; }
  body select:focus, body input:focus, body textarea:focus {
    outline: none; }

mark {
  background: #b59761;
  color: #fff;
  padding: 2px 4px; }

.columns {
  min-height: 1px; }

.header-uppercase {
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6, p, address {
  /*margin-bottom: 1em;*/
  margin-bottom: .5em; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, p + address {
  margin-top: 1em; }

.page-header p + h1 {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em; }

.italic-header {
  font-family: "CalendasPlus";
  font-style: italic; }

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

.btn-content {
  display: inline-block; }
  .btn-content .button-border {
    background: #111; }

.content-left {
  margin-left: 0;
  text-align: left; }

.content-right {
  margin-right: 0;
  text-align: right; }

.content-center {
  margin: 0 auto;
  text-align: center; }

.element-cta {
  width: 100%; }
  .element-cta .cta-content, .element-cta .image-content {
    vertical-align: middle; }
  .element-cta .cta-content {
    padding: 0 30px; }
    .element-cta .cta-content *:not(.btn-text) {
      color: inherit; }
  .element-cta.cta-bg-img {
    position: relative;
    display: block; }
    .element-cta.cta-bg-img .cta-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      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; }
    .element-cta.cta-bg-img .cta-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #111;
      opacity: .6;
      z-index: 2; }
  @media screen and (max-width: 64em) {
    .element-cta.cta-left-img .image-content, .element-cta.cta-right-img .image-content {
      margin-bottom: 30px; } }
  @media screen and (min-width: 64.0625em) {
    .element-cta.cta-left-img, .element-cta.cta-right-img {
      display: table;
      table-layout: fixed; }
      .element-cta.cta-left-img .cta-content, .element-cta.cta-left-img .image-content, .element-cta.cta-right-img .cta-content, .element-cta.cta-right-img .image-content {
        display: table-cell;
        direction: ltr; }
    .element-cta.cta-right-img {
      direction: rtl; } }

.default-content {
  margin-bottom: 30px; }

.loading-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 999; }

.loading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #333;
  transition: width 0.7s ease-in; }

.page-intro {
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateX(-20px); }
  .page-intro .row, .page-intro .columns, .page-intro .intro-content-wrapper {
    height: inherit; }
  .page-intro:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 0.7s, transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1; }
  .page-intro.intro-loaded {
    opacity: 1;
    transform: translateX(0); }
    .page-intro.intro-loaded:before {
      transform: translateY(-100%) translateX(0) translateZ(0);
      opacity: 1; }
    .page-intro.intro-loaded:after {
      transform: translateY(0%); }

.intro-content-wrapper {
  transform: translateY(-50px);
  transition: transform 1.5s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 1.5s 0s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0; }

.intro-loaded .intro-content-wrapper {
  transform: translateY(0);
  opacity: 1; }

.link-hover, .wpb_text_column p a {
  position: relative;
  border-bottom: none !important; }
  .link-hover:after, .wpb_text_column p a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    transform-origin: top; }
  .link-hover:hover:after, .wpb_text_column p a:hover:after {
    opacity: 1;
    transform: scale3d(1, 2, 1);
    transform-origin: top; }

.link-hover-text:hover:after, .wpb_text_column p a:after {
  transform: scale3d(1, 1, 1); }

.link-hover-text:after, .wpb_text_column p a:after {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: inherit;
  background: transparent !important; }

.page-padding-top {
  position: relative; }

.standard-page {
  padding-bottom: 90px; }

.single-post-nav .arrow-prev, .single-post-nav .arrow-next {
  width: auto; }
.single-post-nav .arrow-prev {
  text-align: right; }
.single-post-nav .arrow-next {
  text-align: left; }

.lead {
  font-size: 24px !important;
  margin-bottom: 45px !important; }

.element-gallery-grid {
  overflow: hidden; }
  .element-gallery-grid:last-of-type {
    margin-bottom: 60px; }
  @media screen and (min-width: 64.0625em) {
    .element-gallery-grid.two-columns .image-content {
      width: 50%; }
    .element-gallery-grid.three-columns .image-content {
      width: 33.3332%; }
    .element-gallery-grid.four-columns .image-content {
      width: 25%; }
    .element-gallery-grid .image-content {
      float: left; } }

.listadoEspecial.pequeno li {
  /*padding: .5em 2em;*/ }

.large-6 .element-list-table li {
  width: 100%;
  float: none; }
.large-6 ul.element-list-table li:before {
  content: ">";
  top: 24px;
  background: none; }

ul.element-list-table li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  top: 50%;
  left: 10px;
  background: #ddd;
  border-radius: 50%; }

ol.element-list-table {
  counter-reset: counter_level1; }
  ol.element-list-table li:before {
    content: counter(counter_level1) ".";
    counter-increment: counter_level1;
    position: absolute;
    left: 10px;
    background: transparent; }

blockquote {
  font-family: "CalendasPlus";
  font-size: 18px;
  border-left: 5px solid #f5f5f5;
  padding: 10px 30px;
  margin-bottom: 30px; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.dropcap {
  font-family: "CalendasPlus";
  font-size: 32px;
  line-height: 1; }

.el-intro-page > .row {
  margin-bottom: 0 !important; }

.default-page > .row {
  margin-bottom: 60px; }

.img-content.float-left {
  margin: 8px 30px 15px 0; }
.img-content.float-right {
  margin: 8px 0px 15px 30px; }

figcaption {
  margin-top: 5px;
  /*font-family: $subheader-font-family;*/
  /*font-size: 1rem;*/
  /*color: $dark-gray;*/
  font-family: "", "Isaac", Helvetica, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
  color: #ddd; }

.img-content-lightbox, .gallery-content-lightbox {
  position: relative;
  display: block;
  overflow: hidden; }
  .img-content-lightbox:before, .gallery-content-lightbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(30px);
    opacity: 0;
    transition: opacity .4s, transform .4s;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 80%, black 100%); }
  .img-content-lightbox:hover:before, .gallery-content-lightbox:hover:before {
    opacity: 1;
    transform: translateY(0); }

.grid-table {
  border: 1px solid #ddd;
  margin-bottom: 10px !important; }
  .grid-table .columns:nth-child(2) {
    background: #e1e1e1; }
  .grid-table .columns {
    background: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px; }

.fluid-row {
  background: #e1e1e1; }

.grid-page > .row {
  margin-bottom: 30px; }
.grid-page .grid-padding-top {
  margin-top: 60px; }

.separator {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 60px 0; }

.el-block-page .separator {
  margin-bottom: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

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

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

.wp-caption-text {
  margin-top: 5px;
  font-family: "Lora";
  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 
 *
 */
/*
DESCOMENTAR. es para poder ver el código resaltado
.nav-links { 
    width: 100%; text-align: center; 
    a, span { display: inline-block; vertical-align: middle; }
    .arrow-prev, .arrow-next { width: 50px; }
    .page-numbers, .page-number {
        padding: 0 5px;
        font-size: 16px;
        font-family: $subheader-font-family;
        font-style: italic;
        &:not(.prev, .next, .current) { opacity: .5; transition: opacity .4s; }
        &:hover { opacity: 1 !important; }
    }
}*/
.page-links {
  width: 100%;
  text-align: center; }
  .page-links a, .page-links span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 16px;
    font-family: "CalendasPlus";
    font-style: italic; }
  .page-links a {
    opacity: .5;
    transition: opacity .4s; }
    .page-links a:hover {
      opacity: 1; }

/**
 *
 * Buttons
 *
 */
.btn {
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .btn.btn-full {
    display: block;
    width: 100%; }

.btn-xs {
  padding: 10px 20px;
  font-size: 12px !important; }

.btn-sm {
  padding: 10px 20px; }

.btn-md {
  padding: 15px 30px; }

.btn-lg {
  padding: 25px 75px; }

.text-left .btn-xs.btn-load-more {
  padding-left: 0px; }

.btn-load-more {
  text-align: center;
  background: transparent !important; }
  .btn-load-more.btn-dark {
    color: #6F7C7C; }
    .btn-load-more.btn-dark .btn-text {
      color: #6F7C7C !important; }
    .btn-load-more.btn-dark .link-hover:after {
      /*background: $black;*/
      background: #6F7C7C; }
  .btn-load-more.btn-light {
    color: #fff; }
    .btn-load-more.btn-light .btn-text {
      color: #fff; }
    .btn-load-more.btn-light .link-hover:after {
      background: #fff; }
  .btn-load-more .btn-text {
    text-transform: uppercase;
    color: inherit;
    padding-bottom: 5px; }

.btn-rounded {
  border-radius: 40px; }

.btn-solid {
  transition: opacity .4s; }
  .btn-solid:hover {
    opacity: .85; }

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

.btn-custom.btn-border-animate .btn-text {
  color: #fff; }
.btn-custom.btn-border-animate .button-border {
  background: #fff; }

.btn-icon .icon-rounded {
  border-radius: 50%; }
  .btn-icon .icon-rounded:before {
    border-radius: 50%; }
.btn-icon.btn-lg .btn-text {
  padding-right: 64px; }
.btn-icon.btn-lg span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 64px; }
  .btn-icon.btn-lg span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 70px;
    height: 70px;
    border: 1px solid; }
.btn-icon.btn-lg svg {
  width: 64px;
  height: 64px; }
.btn-icon.btn-md .btn-text {
  padding-right: 44px; }
.btn-icon.btn-md span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 44px; }
  .btn-icon.btn-md span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 50px;
    height: 50px;
    border: 1px solid; }
.btn-icon.btn-md svg {
  width: 44px;
  height: 44px; }
.btn-icon.btn-sm .btn-text {
  padding-right: 34px; }
.btn-icon.btn-sm span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 34px; }
  .btn-icon.btn-sm span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 40px;
    height: 40px;
    border: 1px solid; }
.btn-icon.btn-sm svg {
  width: 34px;
  height: 34px; }
.btn-icon.btn-xs .btn-text {
  padding-right: 28px; }
.btn-icon.btn-xs span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 28px; }
  .btn-icon.btn-xs span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 34px;
    height: 34px;
    border: 1px solid; }
.btn-icon.btn-xs svg {
  width: 28px;
  height: 28px; }

.btn-light, .button.btn-light {
  background: #fff;
  color: #6F7C7C; }
  .btn-light .btn-text, .button.btn-light .btn-text {
    color: #6F7C7C; }

.btn-dark, .button.btn-dark {
  background: #111;
  color: #fff; }
  .btn-dark .btn-text, .button.btn-dark .btn-text {
    color: #fff; }

.btn-border-animate, .button.btn-border-animate {
  position: relative;
  overflow: hidden;
  background: transparent !important; }
  .btn-border-animate .button-border, .button.btn-border-animate .button-border {
    position: absolute; }
  .btn-border-animate .top, .button.btn-border-animate .top {
    top: 0;
    left: -30px;
    width: 100%;
    height: 1px;
    transition: left 0.4s, background 0.4s; }
  .btn-border-animate .left, .button.btn-border-animate .left {
    left: 0;
    width: 1px;
    height: 100%;
    transition: top .3s .1s, background .4s; }
  .btn-border-animate .left-bottom, .button.btn-border-animate .left-bottom {
    top: 0px; }
  .btn-border-animate .left-top, .button.btn-border-animate .left-top {
    top: -100%; }
  .btn-border-animate .bottom, .button.btn-border-animate .bottom {
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: right .4s .2s, background .4s; }
  .btn-border-animate .bottom-right, .button.btn-border-animate .bottom-right {
    right: 0; }
  .btn-border-animate .bottom-left, .button.btn-border-animate .bottom-left {
    right: 100%; }
  .btn-border-animate .right, .button.btn-border-animate .right {
    right: 0;
    width: 1px;
    height: 100%;
    top: 30px;
    transition: top .4s .1s, background .4s; }
  .btn-border-animate.btn-dark, .button.btn-border-animate.btn-dark {
    color: #6F7C7C; }
    .btn-border-animate.btn-dark .btn-text, .button.btn-border-animate.btn-dark .btn-text {
      color: #6F7C7C; }
    .btn-border-animate.btn-dark .button-border, .button.btn-border-animate.btn-dark .button-border {
      background: #6F7C7C; }
  .btn-border-animate.btn-light, .button.btn-border-animate.btn-light {
    color: #fff; }
    .btn-border-animate.btn-light .btn-text, .button.btn-border-animate.btn-light .btn-text {
      color: #fff; }
    .btn-border-animate.btn-light .button-border, .button.btn-border-animate.btn-light .button-border {
      background: #fff; }
  .btn-border-animate.btn-xs .top, .button.btn-border-animate.btn-xs .top {
    left: -15px; }
  .btn-border-animate.btn-xs .left-bottom, .button.btn-border-animate.btn-xs .left-bottom {
    top: 0px; }
  .btn-border-animate.btn-sm .top, .button.btn-border-animate.btn-sm .top {
    left: -20px; }
  .btn-border-animate.btn-sm .left-bottom, .button.btn-border-animate.btn-sm .left-bottom {
    top: 0px; }
  .btn-border-animate:hover .top, .button.btn-border-animate:hover .top {
    left: 0; }
  .btn-border-animate:hover .left-bottom, .button.btn-border-animate:hover .left-bottom {
    top: -30px; }
  .btn-border-animate:hover .bottom-right, .button.btn-border-animate:hover .bottom-right {
    right: -30px; }
  .btn-border-animate:hover .right, .button.btn-border-animate:hover .right {
    top: 0px; }
  .btn-border-animate:hover.btn-xs .bottom-right, .button.btn-border-animate:hover.btn-xs .bottom-right {
    right: -15px; }
  .btn-border-animate:hover.btn-xs .right, .button.btn-border-animate:hover.btn-xs .right {
    top: 0px; }
  .btn-border-animate:hover.btn-sm .bottom-right, .button.btn-border-animate:hover.btn-sm .bottom-right {
    right: -20px; }
  .btn-border-animate:hover.btn-sm .right, .button.btn-border-animate:hover.btn-sm .right {
    top: 0px; }

#scroll-up {
  width: 50px;
  height: 50px;
  cursor: pointer; }
  #scroll-up svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px; }
  @media screen and (max-width: 64em) {
    #scroll-up {
      margin: 0 auto; } }
  @media screen and (min-width: 64.0625em) {
    #scroll-up {
      margin-right: 0;
      margin-left: auto; } }

a .play-svg path {
  /*fill: rgba($body-font-color, 0.5);*/
  fill: #6F7C7C; }
a:hover .play-svg {
  /*            path {
                  fill: $body-font-color;
                  transition: all .4s;
              }*/
  transform: scale(1.4);
  transition: all .4s; }

.wpb_text_column p a.svg:after {
  border-bottom: none; }

/**
 *
 * Forms
 *
 */
input, textarea, select {
  background: transparent; }
  input:focus, textarea:focus, select:focus {
    outline: none;
    background: transparent; }

input[type="radio"] {
  height: auto !important;
  margin-right: 10px !important; }

.forms-style fieldset {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 60px; }
  .forms-style fieldset:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #ddd;
    height: 1px;
    z-index: -1; }
    @media screen and (max-width: 64em) {
      .forms-style fieldset:after {
        width: 100%; } }
.forms-style .mf-input {
  float: left;
  width: -moz-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  position: relative; }
  .forms-style .mf-input.message {
    width: 100%; }
    .forms-style .mf-input.message label, .forms-style .mf-input.message .border-label {
      width: -moz-calc(100% / 3);
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    .forms-style .mf-input.message .border-label {
      position: relative; }
    .forms-style .mf-input.message textarea {
      resize: none;
      text-align: left; }
    .forms-style .mf-input.message:after {
      left: 33%;
      margin-left: 0; }
  .forms-style .mf-input:not(.message):after, .forms-style .mf-input .border-label:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 90px;
    left: 50%;
    margin-left: -45px;
    height: 1px;
    background: currentColor;
    z-index: 1;
    transition: transform .4s, background .4s; }
  .forms-style .mf-input.message-error:not(.message):after, .forms-style .mf-input.message-error .border-label:after {
    background: #f10a4a !important; }
  .forms-style .mf-input.message-error label {
    color: #f10a4a !important; }
  .forms-style .mf-input .icon line {
    stroke: currentColor !important; }
.forms-style label {
  position: absolute;
  text-transform: uppercase;
  line-height: 60px;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
  bottom: 0;
  transition: bottom .4s, opacity .4s, font-size .4s, color .4s; }
  .forms-style label span {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-left: 5px;
    margin-top: -5px;
    opacity: 0;
    transition: opacity .4s; }
    .forms-style label span svg {
      position: absolute;
      top: 0;
      left: 0; }
  .forms-style label .clear-input {
    opacity: 1;
    cursor: pointer; }
@keyframes autofill {
  to {
    background: transparent; } }
.forms-style input, .forms-style select, .forms-style textarea {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  height: 60px;
  line-height: 60px;
  margin: 0;
  text-align: center;
  z-index: 2; }
  @media screen and (max-width: 39.9375em) {
    .forms-style input, .forms-style select, .forms-style textarea {
      padding: 0 10px; } }
  @media screen and (min-width: 40em) {
    .forms-style input, .forms-style select, .forms-style textarea {
      padding: 0 30px; } }
  .forms-style input:focus, .forms-style select:focus, .forms-style textarea:focus {
    outline: none; }
  .forms-style input:-webkit-autofill, .forms-style select:-webkit-autofill, .forms-style textarea:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both; }
.forms-style .active-input label {
  bottom: -60px;
  opacity: .4;
  font-size: 12px; }
.forms-style .active-input:after, .forms-style .active-input .border-label:after {
  transform: scale3d(1, 2, 1) !important; }
.forms-style .wpcf7-textarea {
  height: 60px !important; }
.forms-style .wpcf7-not-valid-tip {
  display: none !important; }
.forms-style div.wpcf7-response-output {
  margin: 0;
  padding: 15px 30px;
  border: none !important; }
.forms-style div.wpcf7-validation-errors {
  background: #fbf9cb;
  color: #222 !important;
  display: inline-block !important;
  margin-top: 30px; }
.forms-style div.wpcf7-mail-sent-ok {
  background: #daffdb;
  color: #fff !important;
  display: inline-block !important;
  margin-top: 30px; }

@media screen and (max-width: 64em) {
  .form-with-image.img_right .form-image {
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 50%; } }
.form-with-image.img_right fieldset:after {
  left: 0 !important;
  right: -50% !important; }
@media screen and (min-width: 64.0625em) {
  .form-with-image.img_right .form-image .form-image-wrapper {
    padding-left: 0;
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .form-image {
    max-width: 50%;
    margin-bottom: 30px; } }
@media screen and (min-width: 64.0625em) {
  .form-image .form-image-wrapper {
    padding-left: 60px; } }

.form-container {
  margin-bottom: 60px; }

@media screen and (min-width: 64.0625em) {
  .form-container {
    display: table;
    width: 100%;
    table-layout: fixed; }

  .marco-form {
    width: 66.666%;
    display: table-cell;
    vertical-align: middle; }

  .form-image {
    width: 33.3332%;
    display: table-cell;
    vertical-align: middle; } }
.form-container:not(.form-with-image) .marco-form fieldset:after {
  left: 0 !important;
  right: 0; }

.marco-form {
  text-align: center; }
  .marco-form fieldset:after {
    right: 0; }
    @media screen and (max-width: 64em) {
      .marco-form fieldset:after {
        width: 100%; } }
    @media screen and (min-width: 64.0625em) {
      .marco-form fieldset:after {
        left: -50% !important; } }
  .marco-form .btn-contact {
    transition: color .4s; }
    @media screen and (max-width: 64em) {
      .marco-form .btn-contact {
        margin-bottom: 60px; } }
    .marco-form .btn-contact .button-border {
      background: currentColor; }
    .marco-form .btn-contact.button-success {
      color: #2ec556 !important; }
      .marco-form .btn-contact.button-success .btn-text {
        color: inherit; }
      .marco-form .btn-contact.button-success .button-border {
        background: #2ec556; }

.btn-no-active {
  position: relative; }
  .btn-no-active .btn {
    opacity: .4;
    cursor: default !important; }

.post-password-form fieldset {
  margin-bottom: 30px; }
  .post-password-form fieldset p {
    display: none; }
.post-password-form p {
  text-align: right; }

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

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

/**
 *
 * Page Intro
 *
 */
.page-intro {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .page-intro .intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5; }
  .page-intro .intro-content-wrapper {
    display: table;
    min-height: 350px;
    padding: 90px 0;
    position: relative;
    z-index: 1;
    width: 100%; }
  .page-intro .intro-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px; }
    .page-intro .intro-content p:last-of-type {
      margin-bottom: 0; }
    .page-intro .intro-content.intro-content-left {
      text-align: left; }
    .page-intro .intro-content.intro-content-right {
      text-align: right; }
    .page-intro .intro-content.intro-content-center {
      text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .page-intro .intro-header:last-child {
      margin: 0 0 30px; } }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .page-intro .intro-header:last-child {
      margin: 0 30px 30px; } }
  @media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
    .page-intro .intro-header:last-child {
      margin: 0 60px 60px; } }
  @media screen and (min-width: 75em) {
    .page-intro .intro-header:last-child {
      margin: 0 120px 90px; } }
  .page-intro .intro-header .post-meta {
    margin-bottom: -60px;
    position: relative;
    padding-top: 60px; }
  .page-intro .page-header {
    padding: 0; }

.page-header-intro {
  position: relative; }

.classic .page-header {
  margin-bottom: 0; }
  .classic .page-header > div {
    margin-bottom: 30px; }
    .classic .page-header > div * {
      margin-bottom: 0; }
    .classic .page-header > div h1 {
      margin-bottom: .5em; }
    .classic .page-header > div:last-of-type {
      margin-bottom: 0; }
  .classic .page-header h1, .classic .page-header h2, .classic .page-header h3, .classic .page-header h4 {
    text-align: left;
    /*color: $body-font-color;*/ }

.page-header {
  padding: 0px;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    .page-header .header {
      width: 100%; }
    .page-header .content {
      width: 100%; } }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .page-header .header {
      width: 75%; }
    .page-header .content {
      width: 75%; } }
  @media screen and (min-width: 64.0625em) {
    .page-header .header {
      width: 50%;
      float: left;
      padding-right: 30px; }
    .page-header .content {
      width: 50%;
      float: right;
      padding-left: 30px; } }
  .page-header .content p {
    font-size: 16px; }
  .page-header .header h3 {
    margin-bottom: 30px;
    letter-spacing: 1px; }
  .page-header a {
    color: inherit; }
  .page-header .post-meta {
    margin-bottom: 30px; }

/**
 *
 * Elements typo
 *
 */
.el-table {
  display: table;
  width: 100%; }
  .el-table .el-table-cell {
    display: table-cell;
    padding: 15px; }

.section-dark {
  background: #6F7C7C;
  padding: 15px; }

.el-intro .el-table .el-table-cell {
  padding: 15px 0; }

/**
 *
 * 404 error
 *
 */
.error-404 {
  margin: 60px 0 120px 0; }
  .error-404 h1 {
    z-index: -1;
    font-size: 260px;
    font-family: "Lora";
    font-style: italic;
    color: #f5f5f5;
    line-height: 1;
    text-align: center;
    margin-bottom: 0; }
  .error-404 .page-content {
    margin-top: 15px; }
  .error-404 fieldset {
    margin-bottom: 0; }
  @media screen and (max-width: 64em) {
    .error-404 {
      text-align: center; }
      .error-404 h1 {
        margin-bottom: 30px; }
      .error-404 .search-input {
        margin: 0 auto;
        width: 70%; } }
  @media screen and (max-width: 39.9375em) {
    .error-404 h1 {
      font-size: 150px; } }

.search-input, .woocommerce-product-search {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd; }
  .search-input:after, .woocommerce-product-search:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    background: #111; }
  .search-input input, .woocommerce-product-search input {
    position: relative;
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
    height: 60px;
    display: inline-block;
    padding-right: 30px; }
    .search-input input:focus, .woocommerce-product-search input:focus {
      border: none;
      box-shadow: none; }
  .search-input button, .woocommerce-product-search button {
    position: absolute;
    right: 0;
    height: 60px;
    width: 30px;
    bottom: 0;
    text-align: center;
    cursor: pointer; }

/**
 *
 * SVG icons
 *
 */
.arrow-prev {
  width: 100px;
  height: 50px;
  cursor: pointer;
  text-align: right; }
  .arrow-prev svg {
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    transform: translate3d(0, 0, 0);
    transform-origin: left;
    width: 50px;
    height: 50px; }
    .arrow-prev svg:hover {
      opacity: 1;
      transform: translateX(-15px); }

.arrow-next {
  width: 100px;
  height: 50px;
  opacity: .5;
  transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
  transform: translateX(0);
  transform-origin: right; }
  .arrow-next svg {
    width: 50px;
    height: 50px; }
  .arrow-next:hover {
    opacity: 1;
    transform: translateX(15px); }

.arrow-prev line, .arrow-next line {
  stroke: #111; }

svg#icon-big-arrow-prev, svg#icon-big-arrow-next {
  width: 90px;
  height: 50px; }
  svg#icon-big-arrow-prev line, svg#icon-big-arrow-next line {
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
    fill: none; }

/**
 *
 * Colors
 *
 */
.page-header-intro li {
  color: #8a8a8a; }

.page-header-intro .link-hover:after, .page-header .link-hover:after {
  background: #6F7C7C; }

.page-intro .intro-overlay {
  background: #111; }

.page-intro .intro-content, .page-intro .page-header-intro li {
  color: #fff; }

.page-intro .link-hover:after {
  background: #fff; }

.element-list-table li {
  color: #8a8a8a;
  border-color: #ddd; }
  .element-list-table li:before {
    background: #ddd; }

.element-cta.cta-content-light {
  color: #fff; }

.content a {
  border-color: #ddd; }

.vc_row-o-content-middle {
  align-items: center; }

.vc_row-o-content-bottom {
  align-items: flex-end; }

.marco-parallax {
  position: absolute !important;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center; }

/**
*
* Misc Desoños para Pepe Vieira
*
*/
/*textarea::placeholder {
    color: $body-font-color;
    opacity: 1;
}*/
.flex-alinea-centro {
  display: flex;
  align-items: center; }
  .flex-alinea-centro.wpb_text_column p {
    display: flex;
    align-items: center; }
    .flex-alinea-centro.wpb_text_column p a {
      display: flex;
      align-content: center; }

a + a.svg {
  margin-left: .25em; }

div.wpb_button, div.wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 1.5em; }

.pie-de-foto {
  text-transform: uppercase;
  font-size: 12px; }

.padding-10 > .vc_column-inner > .wpb_wrapper {
  padding-left: 10%;
  padding-right: 10%; }

address {
  font-style: normal; }

.numero {
  font-variant-numeric: lining-nums; }

ul.nolistado {
  list-style: none;
  margin-left: 0; }

.video-home-peixe, .video-home-o-rei-dos-xibaros, .video-home-a-santa-eleccion {
  cursor: pointer; }

.sin-espacio-abajo {
  margin-bottom: 0px;
  padding-bottom: 0px; }

/* footer */
.footer .widget-title span {
  text-transform: uppercase;
  font-family: "", "Isaac", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold; }

/**/
/* vídeo youtube */
iframe {
  max-width: 100%;
  /*height: auto;*/ }

/**/
/* botones */
@media (min-width: 1025px) {
  .btn-md-mobile .btn-md {
    display: none; } }

/**/
/* textos */
.texto-grandiño, .texto-grandiño :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .texto-cita, .texto-cita :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1.25rem;
  line-height: 1.5em; }

.texto-cita, .texto-cita :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  text-align: right;
  color: #111;
  font-style: italic;
  font-family: "CalendasPlus";
  line-height: 1.3em; }

.texto-cita {
  border-top: 1px solid;
  padding-top: .3em;
  display: block;
  max-width: 15em;
  margin-left: auto;
  padding-right: 1em; }

.tit-mini {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "", "Isaac", Helvetica, Roboto, Arial, sans-serif; }

.page-header h1 {
  font-size: 1.25rem; }
  @media screen and (min-width: 40em) {
    .page-header h1 {
      font-size: 2rem; } }
  @media screen and (min-width: 64.0625em) {
    .page-header h1 {
      font-size: 2.5rem; } }

h1, h2, h3, h4 {
  color: #111; }

.classic .page-header > div h1 {
  color: inherit; }

/*
.page-header > div {
    h1, h2, h3, h4 {
        color: inherit;
    }
}*/
.nomargintop {
  margin-top: 0 !important; }

/**
 *
 * Main navigation 
 *
 */
.main-navigation, .fixed-nav {
  /*font-family: $special-font;*/ }
  .main-navigation .cart-icon, .fixed-nav .cart-icon {
    display: none; }

body.admin-bar.nav-top .main-navigation {
  top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar.nav-top .main-navigation {
    top: 46px; } }

@media screen and (max-width: 64em) {
  .nav-solid .page-wrapper {
    padding-top: 100px; }
    .nav-solid .page-wrapper .home-bg-slider {
      top: 100px; }
    .nav-solid .page-wrapper .page-intro {
      margin-top: 100px; }

  .main-navigation {
    height: 100px; }
    .main-navigation .nav-wrapper {
      height: 100px; }

  .nav-transparent .intro-content-wrapper {
    padding-top: 160px !important; }

  .mobile-navbar-overlay .menu-mobile {
    margin-top: 130px !important; }

  .nav-solid.nav-home > .page-wrapper {
    padding-top: 0;
    top: 0; }
    .nav-solid.nav-home > .page-wrapper .page-wrapper {
      top: 0; } }
@media screen and (min-width: 64.0625em) {
  .main-navigation .nav-wrapper {
    height: 150px; }

  .nav-solid.nav-top .page-wrapper {
    padding-top: 150px; }
    .nav-solid.nav-top .page-wrapper .home-bg-slider {
      top: 150px; }
    .nav-solid.nav-top .page-wrapper .page-intro {
      margin-top: 150px; }

  .nav-transparent.nav-top .page-wrapper .intro-content-wrapper {
    padding-top: 240px !important; }
  .nav-transparent.nav-top .page-wrapper .home-content {
    padding-top: 210px; }
    .nav-transparent.nav-top .page-wrapper .home-content .home-top {
      top: 210px; }

  .nav-solid.nav-bottom .page-wrapper .home-bg-slider {
    bottom: 150px; }

  .nav-transparent.nav-bottom .page-wrapper .home-content {
    padding-bottom: 210px; }
    .nav-transparent.nav-bottom .page-wrapper .home-content .home-bottom {
      bottom: 210px; } }
@media screen and (max-width: 64em) {
  .page-padding-top {
    padding-top: 60px; }

  .nav-solid .page-wrapper .page-intro .page-header-intro {
    top: 0; }

  .home-bg-slider {
    bottom: 0 !important; }

  .nav-bottom .main-navigation, .nav-center-ver .main-navigation {
    bottom: auto;
    top: 0; }

  #reorder-mobile {
    width: 34px;
    height: 34px;
    z-index: 3;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 15px; }

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

  .main-navigation {
    text-align: center !important; }
    .main-navigation .nav-logo {
      position: relative;
      z-index: 2;
      float: left !important;
      margin-right: 35px; }
      .main-navigation .nav-logo a {
        margin-left: 15px !important;
        padding: 20px 0 !important; }
      .main-navigation .nav-logo img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        /*height: initial;*/ }
      .main-navigation .nav-logo h1 {
        margin-bottom: 0; } }
@media screen and (min-width: 64.0625em) {
  .nav-solid.nav-top .page-wrapper .home-bg-slider {
    bottom: 0; }
  .nav-solid.nav-top .page-wrapper .page-intro .page-header-intro {
    top: 0; }

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

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

  .nav-transparent.nav-top .page-wrapper .page-intro + .page-padding-top, .nav-transparent.nav-top .page-wrapper .page-header-intro + .page-padding-top {
    padding-top: 60px !important; }

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

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

  .home-content {
    padding-top: 60px; }
    .home-content .home-top {
      top: 60px; } }
.nav-classes {
  width: 100%; }

.main-navigation {
  z-index: 4;
  width: 100%; }
  .main-navigation .nav-wrapper {
    position: relative; }
  .main-navigation .nav-items {
    transition: opacity .4s;
    height: inherit; }
    .main-navigation .nav-items ul {
      margin: 0;
      height: 100%; }
    .main-navigation .nav-items li {
      list-style-type: none;
      position: relative;
      height: 50px;
      line-height: 50px;
      top: 50%;
      margin-top: -25px; }
      .main-navigation .nav-items li.current_page_item a {
        font-weight: bold;
        /*color: black;*/ }
        .main-navigation .nav-items li.current_page_item a:after {
          opacity: 1;
          transform: scale3d(1, 2, 1);
          transform-origin: top; }
    .main-navigation .nav-items a {
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 14px;
      padding: 8px 0;
      margin: 0 20px;
      text-align: center; }
      .main-navigation .nav-items a[href="#"] {
        cursor: default; }
  .main-navigation .nav-logo {
    height: 100%;
    opacity: 0;
    transition: opacity .4s; }
    .main-navigation .nav-logo a {
      display: inline-block;
      height: 100%;
      margin: 0 40px;
      margin-left: 0.9375rem;
      /*padding: 40px 0;*/ }
    .main-navigation .nav-logo img {
      max-height: 100%; }
    .main-navigation .nav-logo.active-logo {
      opacity: 1; }
    .main-navigation .nav-logo h1 {
      margin-bottom: 0;
      line-height: 60px; }
  .main-navigation .menu-item .sub-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
    .main-navigation .menu-item .sub-menu li {
      position: relative;
      width: 100%;
      text-align: left !important; }
      .main-navigation .menu-item .sub-menu li:hover > a {
        opacity: 1; }
      .main-navigation .menu-item .sub-menu li a {
        white-space: nowrap;
        transition: opacity 0.4s;
        opacity: 0.6; }

.show-plus .menu-item-has-children.first-level > a::before {
  right: -15px;
  position: absolute;
  content: '+';
  opacity: 1; }

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

.menu-item-has-children {
  position: relative; }
  .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 19;
    height: auto !important;
    padding: 7px 0; }
    .menu-item-has-children .sub-menu .sub-menu {
      left: 100%;
      margin-left: 0; }
    .menu-item-has-children .sub-menu .dropdown-left {
      left: auto;
      right: 100%;
      margin-right: 0; }
    .menu-item-has-children .sub-menu li {
      top: 0;
      margin-top: 0;
      padding: 7px 15px;
      height: auto !important;
      line-height: 1; }
    .menu-item-has-children .sub-menu a {
      display: block;
      font-size: 12px !important;
      letter-spacing: 2px; }

.dropdown > li > a {
  position: relative;
  border-bottom: none !important; }
  .dropdown > li > a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    transform-origin: top;
    background: #6F7C7C; }
  .dropdown > li > a:hover:after {
    opacity: 1;
    transform: scale3d(1, 2, 1);
    transform-origin: top; }

.nav-top .menu-item-has-children .sub-menu, .nav-center-ver .menu-item-has-children .sub-menu {
  top: 100%; }
  .nav-top .menu-item-has-children .sub-menu .sub-menu, .nav-center-ver .menu-item-has-children .sub-menu .sub-menu {
    top: -7px; }

.nav-bottom .menu-item-has-children .sub-menu {
  bottom: 100%; }
  .nav-bottom .menu-item-has-children .sub-menu .sub-menu {
    top: auto;
    bottom: -7px; }

.nav-top .main-navigation {
  position: absolute;
  left: 0;
  top: 0; }

.nav-center-ver .main-navigation {
  position: absolute;
  left: 0; }
  @media screen and (min-width: 64.0625em) {
    .nav-center-ver .main-navigation {
      top: 50%;
      transform: translateY(-50%); } }

.nav-bottom .main-navigation {
  position: absolute;
  bottom: 0;
  left: 0; }

.nav-left-all .nav-logo, .nav-left-all .nav-items {
  float: left; }
.nav-left-all .nav-items li {
  float: left; }

.nav-left .nav-logo {
  float: left; }
.nav-left .nav-items {
  float: right; }
  .nav-left .nav-items li {
    float: left; }

.nav-right-all .nav-logo, .nav-right-all .nav-items {
  float: right; }
.nav-right-all .nav-items li {
  float: left; }

.nav-right .nav-logo {
  float: right; }
.nav-right .nav-items {
  float: left; }
  .nav-right .nav-items li {
    float: left; }

.nav-center .main-navigation {
  text-align: center; }
  .nav-center .main-navigation .nav-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .nav-center .main-navigation .nav-items li {
      float: left; }
  .nav-center .main-navigation .nav-logo {
    display: inline-block;
    position: relative;
    float: left;
    display: block; }
    .nav-center .main-navigation .nav-logo a {
      position: relative;
      z-index: 3; }
  .nav-center .main-navigation .main-nav-left {
    text-align: right;
    height: 100%;
    float: left; }
    .nav-center .main-navigation .main-nav-left > ul {
      float: right; }
      .nav-center .main-navigation .main-nav-left > ul:after {
        content: "";
        clear: both; }
  .nav-center .main-navigation .main-nav-right {
    height: 100%;
    float: left; }

.nav-icons {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  z-index: 3; }
  .nav-icons a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 0;
    top: 50%;
    margin-top: -25px;
    position: absolute; }

.nav-right .nav-icons, .nav-right-all .nav-icons {
  right: auto;
  left: 0; }

/**
 *
 * Fixed navigation
 *
 */
.fixed-nav {
  position: relative;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.4s;
  display: table;
  width: 100%;
  white-space: nowrap; }
  .fixed-nav .menu-main-menu {
    margin: 0;
    padding-left: 30px;
    padding-right: 45px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%; }
  .fixed-nav .nav-logo {
    display: table-cell !important;
    text-align: left;
    vertical-align: middle;
    height: inherit;
    float: none; }
    .fixed-nav .nav-logo a {
      display: block;
      height: inherit;
      margin: 0 30px;
      padding: 18px 0;
      margin-left: 0.9375rem; }
      .fixed-nav .nav-logo a img {
        /*max-height: 100%;*/
        height: 14px;
        display: block; }
    .fixed-nav .nav-logo h1 {
      margin-bottom: 0;
      line-height: 60px; }
  .fixed-nav > ul > li {
    padding: 15px;
    display: inline-block; }
    .fixed-nav > ul > li > a {
      font-size: 12px;
      padding-bottom: 5px; }
    .fixed-nav > ul > li.current_page_item a {
      font-weight: bold;
      /*color: black;*/ }
      .fixed-nav > ul > li.current_page_item a:after {
        opacity: 1;
        transform: scale3d(1, 2, 1);
        transform-origin: top; }
  .fixed-nav a {
    text-transform: uppercase;
    letter-spacing: 2px; }
    .fixed-nav a[href="#"] {
      cursor: default; }
    .fixed-nav a span {
      display: block;
      white-space: nowrap; }
  .fixed-nav .dropdown .dropdown a {
    color: #fff; }
  .fixed-nav.show-fixed-nav {
    transform: translateY(0); }
  .fixed-nav .menu-item-has-children.first-level > a::before, .fixed-nav .menu-item-has-children > a span.title::after {
    line-height: 1;
    top: 50%;
    margin-top: -9px; }
  .fixed-nav li {
    list-style-type: none;
    text-align: center; }
    .fixed-nav li .title {
      transition: opacity 0.4s;
      opacity: 0.6; }
  .fixed-nav .menu-item-has-children .sub-menu a {
    margin: 0 10px;
    padding: 8px 0;
    transition: opacity 0.4s;
    opacity: 0.6;
    white-space: nowrap; }
    .fixed-nav .menu-item-has-children .sub-menu a:hover {
      opacity: 1; }
    .fixed-nav .menu-item-has-children .sub-menu a:after {
      right: 10px; }
  .fixed-nav .menu-item-has-children .sub-menu .sub-menu {
    top: -7px; }

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

/**
 *
 * Mobile navigation
 *
 */
@media screen and (max-width: 64em) {
  .home-mobile-icon {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 6;
    bottom: 30px; }
    .home-mobile-icon .homepage-icon {
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      width: 50px;
      height: 50px;
      position: relative;
      display: inline-block;
      margin: 0 5px; }
      .home-mobile-icon .homepage-icon a {
        display: block; }
      .home-mobile-icon .homepage-icon svg {
        width: 25px;
        height: 50px; }
      .home-mobile-icon .homepage-icon.video-mobile-control svg {
        width: 40px; }

  .info-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.16, 0.51, 0.78, 0.64) 0.2s, opacity 0.5s 0.2s;
    z-index: 6;
    background: rgba(0, 0, 0, 0.7); }
    .info-mobile-overlay.open-overlay {
      transform: translateY(0);
      opacity: 1;
      transition: transform 0.5s cubic-bezier(0.16, 0.51, 0.78, 0.64), opacity 0.5s; }
    .info-mobile-overlay .close-nav {
      z-index: 30;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      top: 30px;
      padding: 0;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .info-mobile-overlay .close-nav circle {
        opacity: .2; }
    .info-mobile-overlay .home-mobile-corners {
      margin-top: 100px;
      text-align: center; }
    .info-mobile-overlay .home-social-media {
      margin: 0 0 60px; }
      .info-mobile-overlay .home-social-media li {
        list-style-type: none; }
      .info-mobile-overlay .home-social-media a {
        padding: 2px 0;
        display: block;
        display: inline-block;
        font-size: 16px; }
    .info-mobile-overlay .home-contact-info {
      margin-bottom: 60px; }
      .info-mobile-overlay .home-contact-info * {
        font-size: 16px;
        text-align: center !important; }

  .mobile-navbar-helper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.16, 0.51, 0.78, 0.64) 0.2s, opacity 0.5s 0.2s;
    z-index: 7; }
    .mobile-navbar-helper.open-overlay {
      transform: translateY(0);
      opacity: 1;
      transition: transform 0.5s cubic-bezier(0.16, 0.51, 0.78, 0.64), opacity 0.5s; }

  .mobile-navbar-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    opacity: 0;
    transform: translateY(-100%);
    visibility: hidden;
    transition: opacity .4s 0s, transform .4s 0s, visibility .4s .4s;
    padding: 0 60px 60px;
    text-align: center;
    overflow: hidden;
    top: 0; }
    .mobile-navbar-overlay.show-mobile-nav {
      opacity: 1;
      transform: translateY(0);
      visibility: visible;
      transition: opacity .4s .4s, transform .4s .4s, visibility .4s 0s;
      overflow-y: scroll; }
    .mobile-navbar-overlay .menu-mobile {
      margin: 0; }
      .mobile-navbar-overlay .menu-mobile li {
        list-style-type: none;
        padding: 0 15px !important; }
        .mobile-navbar-overlay .menu-mobile li a {
          display: inline-block; }
      .mobile-navbar-overlay .menu-mobile > li {
        margin-bottom: 15px; }
        .mobile-navbar-overlay .menu-mobile > li > a {
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 3px;
          padding-bottom: 5px; }
        .mobile-navbar-overlay .menu-mobile > li > .sub-menu > li > a {
          letter-spacing: 2px;
          margin: 5px 0;
          padding: 5px 0;
          text-transform: uppercase;
          font-size: 14px; }
        .mobile-navbar-overlay .menu-mobile > li > .sub-menu > li .sub-menu {
          display: block; }
          .mobile-navbar-overlay .menu-mobile > li > .sub-menu > li .sub-menu a {
            letter-spacing: 2px;
            margin: 5px 0;
            padding: 5px 0;
            font-size: 14px; }
      .mobile-navbar-overlay .menu-mobile > .menu-item-has-children > .sub-menu > li {
        margin-bottom: 20px; }
      .mobile-navbar-overlay .menu-mobile > .menu-item-has-children > a {
        margin-bottom: 15px; }
    .mobile-navbar-overlay .sub-menu {
      margin: 0;
      padding: 0; }
    .mobile-navbar-overlay .close-nav {
      z-index: 30;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      top: 30px;
      padding: 0;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .mobile-navbar-overlay .close-nav circle {
        opacity: .2; }

  .menu-mobile .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
    left: 0;
    top: auto !important; }
    .menu-mobile .menu-item-has-children .sub-menu a {
      position: relative; }
      .menu-mobile .menu-item-has-children .sub-menu a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        left: 0;
        bottom: 0;
        opacity: .5;
        transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
        transform-origin: top; }
      .menu-mobile .menu-item-has-children .sub-menu a:hover:after {
        transform: scale3d(1, 2, 1);
        opacity: 1;
        transform-origin: top; }
  .menu-mobile > .menu-item-has-children > a:after {
    display: none; }

  .home-content .content {
    position: relative; } }
#fixed-nav .menu-item-has-children .sub-menu {
  bottom: initial; }

@media (max-width: 282px) {
  .main-navigation .nav-logo {
    /*img {
        height: 15px;
    }*/ }
    .main-navigation .nav-logo a {
      display: flex !important; } }
@media (max-width: 350px) {
  .main-navigation .nav-logo img {
    height: 15px; } }
@media screen and (max-width: 64em) {
  .main-navigation .nav-logo img {
    height: 18px; } }
/**
 *
 * Navigation Colors 
 *
 */
.nav-light-text .main-navigation, .nav-light-text .menu-item-has-children .sub-menu {
  background: #111; }
.nav-light-text .menu-item-has-children .sub-menu {
  border-color: #fff !important; }
.nav-light-text .nav-items a, .nav-light-text .nav-icons a {
  color: #fff; }
  .nav-light-text .nav-items a:after, .nav-light-text .nav-icons a:after {
    background: #fff; }
  .nav-light-text .nav-items a:hover, .nav-light-text .nav-icons a:hover {
    border-color: #fff; }
.nav-light-text #reorder-mobile line {
  stroke: #fff; }

.nav-dark-text .desktop-menu .main-navigation, .nav-dark-text .desktop-menu .menu-item-has-children .sub-menu {
  background: #fff; }
.nav-dark-text .menu-item-has-children .sub-menu {
  border-color: #6F7C7C !important; }
.nav-dark-text .nav-items a, .nav-dark-text .nav-icons a {
  /*
  color: $body-font-color;
  &:after { background: $body-font-color; }
  &:hover { border-color: $body-font-color; }
  */ }
.nav-dark-text #reorder-mobile line {
  stroke: #6F7C7C; }

.fixed-nav {
  background: #fff; }
  .fixed-nav > ul > li > a:after {
    background: #111; }
  .fixed-nav a {
    color: inherit; }

.mobile-navbar-helper {
  background: #111; }

.mobile-navbar-overlay .menu-mobile a {
  color: #fff; }

.mobile-navbar-overlay .menu-mobile li > a:after {
  background: #fff; }

.homepage-icon {
  background: #fff; }

.nav-home.nav-dark-text .nav-items a, .nav-home.nav-dark-text .nav-icons a {
  color: #FFFFFF; }
  .nav-home.nav-dark-text .nav-items a:after, .nav-home.nav-dark-text .nav-icons a:after {
    background: #FFFFFF; }
  .nav-home.nav-dark-text .nav-items a:hover, .nav-home.nav-dark-text .nav-icons a:hover {
    border-color: #FFFFFF; }

/* iconos en lugar de letras en las redes sociales */
ul.home-social-media, ul.social-footer {
  display: flex; }
  ul.home-social-media .fab, ul.social-footer .fab {
    font-size: 1.3em; }
  ul.home-social-media li a:after, ul.social-footer li a:after {
    display: none; }
  ul.home-social-media li + li, ul.social-footer li + li {
    margin-left: 0.75em; }

.homepage .home-left, .homepage .home-right {
  font-size: 14px; }
  .homepage .home-left span, .homepage .home-left a, .homepage .home-right span, .homepage .home-right a {
    font-size: 14px; }
.homepage .home-contact-info a {
  padding-left: 0;
  padding-right: 0; }
  .homepage .home-contact-info a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    transform-origin: top;
    background: white; }
  .homepage .home-contact-info a:hover:after {
    opacity: 1; }
.homepage .home-contact-info .wpml-ls li:not(.wpml-ls-current-language) + li {
  margin-left: .5em; }
.homepage .menu-secundario-container ul.menu,
.homepage .menu-secundario-es-container ul.menu,
.homepage .menu-secundario-en-container ul.menu {
  list-style: none;
  margin-left: 0;
  display: flex; }
  .homepage .menu-secundario-container ul.menu li + li:before,
  .homepage .menu-secundario-es-container ul.menu li + li:before,
  .homepage .menu-secundario-en-container ul.menu li + li:before {
    content: '\\';
    margin-left: .5em;
    margin-right: .5em; }
  .homepage .menu-secundario-container ul.menu li a,
  .homepage .menu-secundario-es-container ul.menu li a,
  .homepage .menu-secundario-en-container ul.menu li a {
    text-transform: uppercase; }
    .homepage .menu-secundario-container ul.menu li a:after,
    .homepage .menu-secundario-es-container ul.menu li a:after,
    .homepage .menu-secundario-en-container ul.menu li a:after {
      display: none; }
    .homepage .menu-secundario-container ul.menu li a:hover:after,
    .homepage .menu-secundario-es-container ul.menu li a:hover:after,
    .homepage .menu-secundario-en-container ul.menu li a:hover:after {
      display: block;
      height: 1px;
      transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
      transform-origin: top;
      opacity: 1; }
.homepage .home-right.home-video-controls a.link-hover:after {
  display: none; }
.homepage .home-bg-slider {
  /*font-family: $special-font;*/ }
.homepage .home-overlay.active-overlay {
  opacity: 0.4; }
.homepage .home-social-media i {
  font-size: 1em !important; }

@media screen and (min-width: 64.0625em) {
  .home-content {
    padding-top: 60px; }
    .home-content .home-top.home-contact-info {
      font-size: inherit; }
      .home-content .home-top.home-contact-info.home-left {
        /*top: calc(calc(30px * 4) + 60px); // cuando las redes están con nombre */
        /*top: $list-lineheight;*/
        top: calc(calc(30px * 1) + 60px); }
    .home-content .home-top.home-right.home-video-controls {
      top: calc(calc(30px * 1) + 60px); }

  .homepage .home-overlay.active-overlay {
    opacity: 0; } }
@media screen and (max-width: 64em) {
  .home-mobile-icon {
    display: none; } }
/**
 *
 * Blog
 *
 */
.post-content p:last-of-type {
  margin-bottom: 0; }
.post-content p a {
  position: relative;
  border-bottom: none !important; }
  .post-content p a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-color: inherit;
    background: transparent !important;
    z-index: -1; }
  .post-content p a:hover:after {
    opacity: 1; }

.post-meta ul {
  margin: 0; }
.post-meta li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px; }
  .post-meta li:after {
    content: "/";
    position: relative;
    margin-left: 3px;
    font-size: 12px; }
  .post-meta li:last-of-type:after, .post-meta li:first-of-type:after {
    display: none; }
  .post-meta li a {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 3px; }

.post-date {
  margin-bottom: 15px; }
  .post-date a {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: color .4s; }

.blog a {
  color: inherit; }
@media screen and (max-width: 39.9375em) {
  .blog .blog-filter-posts {
    margin-bottom: 30px; }
  .blog .post-image, .blog .post-header {
    margin-bottom: 30px; }
  .blog .post-header h4 {
    margin-bottom: 5px; }
  .blog .blog-load-more {
    padding-top: 30px; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
  .blog .blog-filter-posts {
    margin-bottom: 30px; }
  .blog .post-image {
    width: 50%;
    float: left;
    padding-right: 15px; }
  .blog .post-header {
    margin-bottom: 30px; }
  .blog .blog-load-more {
    padding-top: 30px; } }
@media screen and (min-width: 64.0625em) {
  .blog .blog-load-more {
    padding: 60px 60px 0 60px; }
  .blog .post-header h4 {
    margin-bottom: 15px; }
  .blog .blog-filter-posts {
    height: 60px;
    line-height: 60px; }
    .blog .blog-filter-posts .blog-input-wrapper {
      height: 60px; }
    .blog .blog-filter-posts .blog-search {
      float: left;
      width: auto;
      margin: 0;
      padding-left: 30px; }
    .blog .blog-filter-posts .blog-filters-views {
      float: right; }
    .blog .blog-filter-posts .blog-filters li {
      padding-bottom: 0; } }
.blog .post-header h4 a {
  background-size: 100% 0;
  background-position: 0 100%;
  transition: background .5s !important;
  background-repeat: no-repeat; }
  .blog .post-header h4 a:hover {
    background-size: 100% 100%; }
.blog .footer {
  margin-top: 0; }
.blog .blog-load-more-content {
  display: none; }

/**
 *
 * Blog classic
 *
 */
.blog-classic .post-image {
  margin-top: 30px; }
.blog-classic .post-content {
  margin-bottom: 30px; }
.blog-classic .post-item.sticky {
  position: relative; }
  .blog-classic .post-item.sticky:after {
    content: "";
    background: #f5f5f5;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -30px;
    right: -30px;
    z-index: -1; }

/**
 *
 * Blog grid
 *
 */
.blog-grid .blog-content-rows {
  display: none; }
.blog-grid .blog-load-more {
  clear: both;
  padding-top: 0; }
.blog-grid .blog-content > div {
  overflow: hidden;
  padding: 60px 0; }
.blog-grid .post-date, .blog-grid .post-meta, .blog-grid .post-header {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px; }
.blog-grid .post-header {
  margin-bottom: 0; }
  .blog-grid .post-header h4 {
    margin-bottom: 15px; }
@media screen and (max-width: 39.9375em) {
  .blog-grid .post-item {
    width: 100%;
    margin-bottom: 60px; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
  .blog-grid .post-item {
    width: -moz-calc(100% / 2);
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    padding: 0px 30px 60px;
    float: left; }
    .blog-grid .post-item:nth-child(2n + 1) {
      clear: both; }
  .blog-grid .post-image {
    display: inline-block;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px; }
    .blog-grid .post-image a {
      cursor: pointer;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0); }
      .blog-grid .post-image a.img-high {
        height: 100%;
        width: 100%;
        text-align: center; }
        .blog-grid .post-image a.img-high img {
          height: 100%;
          width: auto; }
      .blog-grid .post-image a.img-wide, .blog-grid .post-image a.img-wide img {
        width: 100%;
        height: auto; }
      .blog-grid .post-image a span {
        display: inline-block;
        height: 100%; } }
@media screen and (min-width: 64.0625em) {
  .blog-grid .post-item {
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0px 30px 120px;
    float: left; }
    .blog-grid .post-item:nth-child(3n + 1) {
      clear: both; }
  .blog-grid .post-image {
    display: inline-block;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px; }
    .blog-grid .post-image a {
      cursor: pointer;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      overflow: hidden; }
      .blog-grid .post-image a.img-high {
        height: 100%;
        width: 100%;
        text-align: center; }
        .blog-grid .post-image a.img-high img {
          height: 100%;
          width: auto; }
      .blog-grid .post-image a.img-wide, .blog-grid .post-image a.img-wide img {
        width: 100%;
        height: auto; }
      .blog-grid .post-image a span {
        display: inline-block;
        height: 100%;
        position: relative; }
        .blog-grid .post-image a span:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transform: translateY(30px);
          opacity: 0;
          transition: opacity .4s, transform .4s;
          z-index: 1; }
      .blog-grid .post-image a:hover span:before {
        opacity: 1;
        transform: translateY(0); } }

/**
 *
 * Blog rows
 *
 */
.blog-rows {
  padding-bottom: 60px; }
  .blog-rows .blog-content-grid {
    display: none; }
  @media screen and (max-width: 39.9375em) {
    .blog-rows .post-item {
      margin-bottom: 30px; }
    .blog-rows .post-content {
      margin-bottom: 15px; }
    .blog-rows .post-btn-more {
      margin-bottom: 1px; } }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .blog-rows .post-item {
      overflow: hidden;
      padding-bottom: 30px;
      margin-bottom: 30px; }
    .blog-rows .post-header, .blog-rows .post-content, .blog-rows .post-btn-more {
      margin-left: 50%;
      width: 50%;
      padding-left: 15px; }
    .blog-rows .post-content {
      margin-bottom: 15px; } }
  @media screen and (min-width: 64.0625em) {
    .blog-rows .post-item {
      display: table;
      width: 100%;
      table-layout: fixed; }
    .blog-rows .post-image {
      display: table-cell;
      text-align: right;
      vertical-align: middle;
      padding: 60px 0px 60px 30px; }
    .blog-rows .post-header, .blog-rows .post-content, .blog-rows .post-btn-more {
      display: table-cell;
      vertical-align: middle;
      padding: 60px 30px; } }
  .blog-rows .post-item {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .blog-rows .post-btn-more {
    width: 200px !important; }
    .blog-rows .post-btn-more a {
      padding-bottom: 5px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px; }
  .blog-rows .post-image span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .blog-rows .post-image span:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: translateY(30px);
      opacity: 0;
      transition: opacity .4s, transform .4s;
      z-index: 1; }
  .blog-rows .post-image a:hover span:before {
    opacity: 1;
    transform: translateY(0); }

/**
 *
 * Blog filters
 *
 */
.blog-filter-posts {
  width: 100%;
  position: relative; }
  .blog-filter-posts .blog-input-wrapper {
    position: relative; }
  .blog-filter-posts .blog-search, .blog-filter-posts .blog-filters-views {
    float: none; }
  .blog-filter-posts .blog-search {
    margin-bottom: 15px; }
  .blog-filter-posts .blog-filters-views .blog-filters, .blog-filter-posts .blog-filters-views .post-views {
    margin: 0;
    display: inline-block;
    height: 100%; }
  .blog-filter-posts .blog-filters-views li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 15px;
    height: 60px;
    position: relative; }
    .blog-filter-posts .blog-filters-views li:after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      opacity: 0;
      transition: opacity .4s, transform .4s;
      background: #111; }
    .blog-filter-posts .blog-filters-views li:hover:after {
      opacity: 1; }
    .blog-filter-posts .blog-filters-views li.active-filter:after {
      opacity: 1;
      transform: scale3d(1, 2, 1); }
    .blog-filter-posts .blog-filters-views li a {
      font-size: 14px;
      display: block;
      line-height: 60px; }
  .blog-filter-posts:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    z-index: -1; }
  .blog-filter-posts .search-icon {
    position: relative;
    width: 30px;
    display: inline-block;
    height: 100%;
    text-align: center;
    margin-right: 15px; }
    .blog-filter-posts .search-icon .search-icon-close {
      opacity: 0;
      visibility: hidden;
      transition: opacity .4s 0s, visibility 0s .4s;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .blog-filter-posts .search-icon > i {
      opacity: 1;
      visibility: visible;
      transition: opacity .4s 0s, visibility 0s 0s;
      display: inline-block; }
  .blog-filter-posts .search-input {
    display: inline-block;
    height: 60px;
    width: 0;
    transition: width .4s 0s, visibility 0s .4s;
    padding: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    visibility: hidden;
    position: relative; }
    .blog-filter-posts .search-input input {
      position: relative;
      border: none;
      background: transparent;
      box-shadow: none;
      margin-bottom: 0;
      height: 60px;
      display: inline-block;
      padding-right: 30px; }
    .blog-filter-posts .search-input button {
      position: absolute;
      right: 0;
      height: 60px;
      width: 30px;
      bottom: 0;
      text-align: center;
      opacity: 0;
      transition: opacity .4s;
      cursor: pointer; }
  .blog-filter-posts .blog-search {
    width: 100%; }
    .blog-filter-posts .blog-search.active-search .search-icon > svg {
      opacity: 0;
      visibility: hidden;
      transition: opacity .4s 0s, visibility 0s .4s; }
    .blog-filter-posts .blog-search.active-search .search-icon .search-icon-close {
      opacity: .5;
      visibility: visible;
      transition: opacity .4s 0s, visibility 0s 0s; }
      .blog-filter-posts .blog-search.active-search .search-icon .search-icon-close:hover {
        opacity: 1; }
    .blog-filter-posts .blog-search.active-search .search-input {
      width: 200px;
      visibility: visible;
      transition: width .4s 0s, visibility 0s 0s; }
      .blog-filter-posts .blog-search.active-search .search-input button {
        opacity: .5; }
        .blog-filter-posts .blog-search.active-search .search-input button:hover {
          opacity: 1; }

/**
 *
 * Single Post
 *
 */
.single-post .post-content p {
  margin-bottom: 30px;
  font-size: 17px; }
.single-post a {
  color: inherit; }
.single-post .footer {
  margin-top: 90px; }

.single-post-nav {
  width: 100%;
  text-align: center;
  display: table;
  margin-bottom: 60px; }
  .single-post-nav a {
    display: inline-block; }
  .single-post-nav .arrow-prev, .single-post-nav .arrow-next, .single-post-nav .icon-close {
    display: table-cell;
    vertical-align: middle;
    cursor: default; }
  .single-post-nav .icon-close a {
    padding: 15px; }

@media screen and (max-width: 64em) {
  .single-post-header {
    margin-bottom: 30px; }
    .single-post-header .post-meta {
      margin-bottom: 30px; }
    .single-post-header .post-date {
      margin-bottom: 15px; }
    .single-post-header h3 {
      margin-bottom: 15px; } }
@media screen and (min-width: 64.0625em) {
  .single-post-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 60px; }
    .single-post-header .post-header {
      padding-right: 120px; }
    .single-post-header .post-header, .single-post-header .post-image {
      display: table-cell;
      vertical-align: middle;
      text-align: left; }
    .single-post-header .post-date {
      margin-bottom: 30px; }
    .single-post-header h3 {
      margin-bottom: 30px; } }

.post-tags {
  margin: 30px 0 60px; }
  .post-tags li {
    list-style-type: none;
    display: inline-block;
    font-size: 12px; }
    .post-tags li:after {
      content: "/";
      position: relative;
      margin-left: 3px;
      font-size: 10px; }
    .post-tags li:last-of-type:after, .post-tags li:first-of-type:after {
      display: none; }
    .post-tags li a {
      font-size: 10px;
      text-transform: uppercase;
      display: inline-block;
      padding-bottom: 3px; }

/**
 *
 * Comments
 *
 */
.post-comments {
  margin-top: -1px;
  padding-top: 60px;
  border-top: 1px solid #ddd;
  overflow: hidden; }
  .post-comments > h6 {
    margin-bottom: 30px; }
  .post-comments > .comment-list {
    margin: 0; }
    .post-comments > .comment-list li {
      list-style-type: none; }
    @media screen and (max-width: 64em) {
      .post-comments > .comment-list .comment-list {
        margin-left: 0; } }
    @media screen and (min-width: 64.0625em) {
      .post-comments > .comment-list .comment-list {
        margin-left: 80px; } }
  .post-comments .comment-list .comment-body ul li {
    list-style-type: disc; }
  .post-comments .comment-list .comment-body ol li {
    list-style-type: decimal; }
  .post-comments .comment-list {
    overflow: hidden;
    clear: both; }
    .post-comments .comment-list > li:last-of-type {
      margin-bottom: 0 !important; }
  .post-comments .recentcomments {
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden; }
  .post-comments .comment-author-avatar {
    float: left;
    width: 50px; }
  .post-comments .comment-header {
    margin-bottom: 15px; }
    .post-comments .comment-header .comment-author-link {
      font-weight: bold;
      margin-bottom: 3px; }
    .post-comments .comment-header .comment-date {
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase; }
  .post-comments .comment-header, .post-comments .comment-body {
    margin-left: 80px; }
  .post-comments .comment-reply-link {
    text-transform: uppercase;
    float: right;
    font-size: 12px;
    letter-spacing: 1px; }

#recentcomments {
  margin-bottom: 90px; }

.comment-form fieldset:after {
  left: 0;
  right: 0; }

.btn-comment {
  margin: 0 auto;
  display: block;
  transition: color .4s; }
  .btn-comment .button-border {
    background: #111; }
  .btn-comment.button-success {
    color: #2ec556 !important; }
    .btn-comment.button-success .button-border {
      background: #2ec556; }

/**
 *
 * Blog Colors
 *
 */
.blog .post-item {
  border-color: #ddd; }

.blog-grid .post-image a span:before, .blog-rows .post-image a span:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 80%, black 100%); }

.post-header h4 a {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, black 100%); }

.blog .blog-filter-posts:after {
  background: #ddd; }

.blog .blog-filter-posts .blog-filter-views li:after {
  background: #111; }

.blog .post-meta, .single-post .post-meta {
  color: #8a8a8a; }

.blog .post-content {
  color: #696969; }

.single-post .post-content {
  color: #696969; }

.blog .link-hover:after {
  background: #6F7C7C; }

.blog .blog-filter-posts .search-input {
  border-color: #111; }

.blog .post-date a, .single-post .post-date a {
  color: #8a8a8a; }

.post-date a:hover {
  color: #6F7C7C; }

.single-post .link-hover:after {
  background: #6F7C7C; }

/**
 *
 * Food menu
 *
 */
@media screen and (max-width: 39.9375em) {
  .food-menu .food-menu-filters-list {
    margin-bottom: 30px; }
  .food-menu .grid-sizer {
    width: 100%; }
  .food-menu .food-menu-featured-img {
    margin-bottom: 30px; }
  .food-menu .food-menu-cat-img {
    padding: 0 30px;
    transform: none !important; }
  .food-menu .food-menu-items {
    padding: 0 30px; }
  .food-menu .food-menu-category {
    margin-bottom: 60px; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
  .food-menu .food-menu-filters-list {
    margin-bottom: 30px; }
  .food-menu .food-menu-featured-img {
    margin-bottom: 30px; }
  .food-menu .grid-sizer {
    width: 100%; }
  .food-menu .food-menu-cat-img {
    padding: 0 30px;
    transform: none !important; }
  .food-menu .food-menu-items {
    padding: 0 30px; }
  .food-menu .food-menu-category {
    margin-bottom: 60px; } }
@media screen and (min-width: 64.0625em) {
  .food-menu .grid-sizer {
    width: 50%; }
  .food-menu .food-menu-filters-list {
    height: 60px;
    line-height: 60px; }
    .food-menu .food-menu-filters-list li {
      padding-bottom: 0; }
  .food-menu.food-menu-img .food-menu-cat-img {
    width: 33.332%;
    padding: 0 30px; }
  .food-menu.food-menu-img .food-menu-items {
    width: 66.666%;
    padding: 0 30px; }
  .food-menu.food-menu-img.all-img-right .food-menu-cat-img {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.all-img-right .food-menu-items {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.all-img-left .food-menu-cat-img {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.all-img-left .food-menu-items {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category .food-menu-cat-img {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category .food-menu-items {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category:nth-child(2n-1) .food-menu-cat-img {
    float: right;
    padding-left: 60px;
    padding-right: 30px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category:nth-child(2n-1) .food-menu-items {
    float: left;
    padding-right: 60px;
    padding-left: 30px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category .food-menu-cat-img {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category .food-menu-items {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category:nth-child(2n-1) .food-menu-cat-img {
    float: left;
    padding-right: 60px;
    padding-left: 30px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category:nth-child(2n-1) .food-menu-items {
    float: right;
    padding-left: 60px;
    padding-right: 30px; }
  .food-menu.food-menu-img.cat-above-img .food-menu-items {
    margin-top: 45px; }
  .food-menu.food-menu-img.cat-title-above-img .food-menu-cat-header h4 {
    text-align: center; }
  .food-menu.food-menu-img.cat-title-above-img .food-menu-items {
    margin-top: 60px; }
  .food-menu.food-menu-img .food-menu-category {
    margin-bottom: 90px; } }
.food-menu.food-menu-img.cat-above-items .food-menu-cat-img .food-menu-cat-header {
  display: none; }
.food-menu.food-menu-img.cat-above-img .food-menu-items .food-menu-cat-header {
  display: none; }
.food-menu.food-menu-img.cat-title-above-img .food-menu-cat-img .food-menu-subtitle {
  display: none; }
.food-menu.food-menu-img.cat-title-above-img .food-menu-items .food-menu-cat-header h4 {
  display: none; }
.food-menu.food-menu-standard {
  overflow: hidden; }
  .food-menu.food-menu-standard .food-menu-cat-img {
    display: none; }
  .food-menu.food-menu-standard .food-menu-cat-header h4 {
    text-align: left; }
  .food-menu.food-menu-standard .food-menu-category {
    padding: 0 30px;
    margin-bottom: 60px; }
    @media screen and (max-width: 64em) {
      .food-menu.food-menu-standard .food-menu-category {
        width: 100%; } }
    @media screen and (min-width: 64.0625em) {
      .food-menu.food-menu-standard .food-menu-category {
        width: 50%; } }
  .food-menu.food-menu-standard .food-menu-icon {
    display: none !important; }
.food-menu .footer {
  margin-top: 60px; }

.food-menu-category {
  cursor: default; }
  .food-menu-category::before, .food-menu-category::after {
    content: ' ';
    display: table; }
  .food-menu-category::after {
    clear: both; }
  .food-menu-category:last-of-type {
    margin-bottom: 0; }

.food-menu-items .food-menu-cat-header {
  margin-top: 0;
  margin-bottom: 2em; }
  .food-menu-items .food-menu-cat-header h4 {
    margin-bottom: 15px; }

.food-menu-cat-img {
  position: relative; }
  .food-menu-cat-img.stuck {
    position: fixed;
    top: 0; }
  .food-menu-cat-img .food-menu-cat-header {
    margin-top: 0;
    margin-bottom: 30px; }
    .food-menu-cat-img .food-menu-cat-header h4 {
      margin-bottom: 15px; }

.food-menu-featured-img {
  position: relative; }
  .food-menu-featured-img img {
    opacity: 1;
    transition: opacity .4s; }
  .food-menu-featured-img img:first-of-type {
    opacity: 1; }
  .food-menu-featured-img img:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    opacity: 0;
    max-width: 100%; }
  .food-menu-featured-img .show-img:not(:first-of-type) {
    opacity: 1; }

.food-menu-item {
  margin-bottom: 30px;
  position: relative;
  cursor: default; }
  .food-menu-item .gallery-icon {
    position: absolute;
    top: 2px;
    left: -25px;
    width: 20px;
    opacity: .2; }
    .food-menu-item .gallery-icon svg {
      width: 16px; }

.food-menu-title {
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px; }
  .food-menu-title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1; }

.food-menu-item-header {
  margin-bottom: 5px;
  display: inline-block;
  position: relative; }
  .food-menu-item-header:not(.food-menu-no-separator):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; }

.food-menu-price {
  margin-left: 30px;
  position: relative;
  float: right;
  line-height: 1.8em;
  padding-bottom: 5px; }
  .food-menu-price:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1; }

.food-menu-desc {
  font-style: italic;
  font-family: "CalendasPlus";
  font-style: italic;
  font-size: 14px; }

.food-menu-filters {
  margin-bottom: 60px; }

.food-menu-filters-list {
  margin: 0;
  position: relative;
  padding: 0 15px; }
  .food-menu-filters-list.filters-right {
    text-align: right; }
  .food-menu-filters-list.filters-center {
    text-align: center; }
  .food-menu-filters-list.filters-left {
    text-align: left; }
  .food-menu-filters-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 15px;
    height: 60px;
    position: relative; }
    .food-menu-filters-list li:after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      opacity: 0;
      transition: opacity .4s, transform .4s; }
    .food-menu-filters-list li:hover:after {
      opacity: 1; }
    .food-menu-filters-list li.active-filter:after {
      opacity: 1;
      transform: scale3d(1, 2, 1); }
    .food-menu-filters-list li a {
      font-size: 14px;
      display: block;
      line-height: 60px; }
  .food-menu-filters-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1; }

.food-menu-icon {
  position: absolute;
  top: 10px;
  right: 100%;
  margin-right: 10px;
  height: 6px;
  width: 6px;
  background: transparent;
  border: 1px solid #111;
  opacity: 0.5;
  border-radius: 50%;
  transition: background-color 0.4s; }

.food-menu-image-active .food-menu-icon {
  background: #111; }

/* Para que la segunda categoría aparezca debajo en columnas */
.food-menu .food-menu-container {
  display: flex;
  flex-wrap: wrap; }
.food-menu .food-menu-category + .food-menu-category {
  float: left;
  margin-bottom: 2em; }
  .food-menu .food-menu-category + .food-menu-category .food-menu-items {
    float: left; }
  .food-menu .food-menu-category + .food-menu-category:before, .food-menu .food-menu-category + .food-menu-category:after {
    display: none; }
  @media screen and (max-width: 39.9375em) {
    .food-menu .food-menu-category + .food-menu-category {
      width: 100%; } }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .food-menu .food-menu-category + .food-menu-category {
      width: 50%; } }
  @media screen and (min-width: 64.0625em) {
    .food-menu .food-menu-category + .food-menu-category {
      width: 25%; } }
@media screen and (max-width: 39.9375em) {
  .food-menu .food-menu-items {
    padding: 0 30px; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
  .food-menu .food-menu-items {
    padding: 0 30px;
    padding-left: 30px; } }
@media screen and (min-width: 64.0625em) {
  .food-menu.food-menu-img .food-menu-items {
    width: 66.666%;
    padding: 0 30px; }
  .food-menu.food-menu-img.all-img-left .food-menu-items {
    float: left;
    padding-left: 30px; }
  .food-menu.food-menu-img.all-img-left .food-menu-category + .food-menu-category .food-menu-cat-img {
    display: none; }
  .food-menu.food-menu-img.all-img-left .food-menu-category + .food-menu-category .food-menu-items {
    width: 100%; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category .food-menu-items {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category:nth-child(2n-1) .food-menu-items {
    float: left;
    padding-right: 60px;
    padding-left: 30px; }
  .food-menu.food-menu-img.cat-above-img .food-menu-items {
    margin-top: 45px; }
  .food-menu.food-menu-img.cat-title-above-img .food-menu-items {
    margin-top: 60px; } }

/* Contenido en dos columnas de la descripción del menú */
.food-menu .row-wrapper .menu .large-6:first-of-type {
  padding-left: 0; }
  @media screen and (min-width: 64.0625em) {
    .food-menu .row-wrapper .menu .large-6:first-of-type {
      padding-right: 60px; } }
.food-menu .row-wrapper .menu .large-6:last-of-type {
  padding-right: 0; }
  @media screen and (min-width: 64.0625em) {
    .food-menu .row-wrapper .menu .large-6:last-of-type {
      text-align: right; } }
  @media screen and (max-width: 64em) {
    .food-menu .row-wrapper .menu .large-6:last-of-type {
      padding-left: 0; } }
.food-menu .row-wrapper .menu img {
  margin: 0; }

/**
 *
 * Colors
 *
 */
.food-menu-filters-list li:after {
  background: #111; }

.food-menu-filters-list:after {
  background: #ddd; }

.food-menu-item-header:after {
  background: #ddd; }

.food-menu-item-header.food-menu-border-price .food-menu-price:after {
  background: #ddd; }

.food-menu-item-header.food-menu-border-title .food-menu-title:after {
  background: #ddd; }

.food-menu-item-header.food-menu-featured:after {
  background: #f10a4a; }

.food-menu-item-header.food-menu-featured-price .food-menu-price:after {
  background: #f10a4a; }

.food-menu-item-header.food-menu-featured-title .food-menu-title:after {
  background: #f10a4a; }

.food-menu-desc {
  color: #8a8a8a; }

.team-select {
  position: relative;
  margin-bottom: 60px; }
  .team-select .team-member {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s 0s, visibility 0s .4s; }
  .team-select .team-member-active {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: opacity .4s .4s, visibility 0s 0s; }
  .team-select .team-members {
    overflow: hidden; }
    .team-select .team-members .team-header {
      float: left;
      cursor: pointer;
      text-align: left;
      padding: 0 30px; }
    @media screen and (max-width: 39.9375em) {
      .team-select .team-members .team-header {
        width: 100% !important; } }
    @media screen and (min-width: 40em) and (max-width: 64em) {
      .team-select .team-members .team-header {
        width: 50% !important; } }

.team-img-right .team-image {
  padding-right: 60px; }
.team-img-right .team-header {
  margin-top: 30px !important; }
  .team-img-right .team-header:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    z-index: 1;
    transition: transform .4s, background .4s;
    left: 100%; }
.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 .team-image {
  padding-left: 60px; }
.team-img-left .team-header {
  margin-top: 60px !important; }
  .team-img-left .team-header:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    z-index: 1;
    transition: transform .4s, background .4s;
    right: 100%; }
.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; }

.team-member {
  overflow: hidden;
  margin-bottom: 60px;
  width: 100%;
  padding-bottom: 1px; }
  .team-member .member-desc {
    padding: 0 30px;
    margin-bottom: 30px; }
    .team-member .member-desc p a {
      position: relative; }
      .team-member .member-desc p a:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: .5;
        transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        border-color: inherit;
        background: transparent !important; }
      .team-member .member-desc p a:hover:after {
        opacity: 1; }
  .team-member .team-image {
    position: relative;
    z-index: 2; }
    .team-member .team-image .team-member-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity .4s;
      z-index: 1; }
    .team-member .team-image a {
      position: relative;
      display: inline-block; }
      .team-member .team-image a:hover .team-member-overlay {
        opacity: 1; }
  .team-member .member-socials {
    text-align: center;
    margin: 0; }
    .team-member .member-socials li {
      list-style-type: none;
      display: inline-block; }
      .team-member .member-socials li:first-of-type {
        margin-right: 5px; }
      .team-member .member-socials li:after {
        content: "/";
        position: relative;
        margin: 0 3px;
        font-size: 14px; }
      .team-member .member-socials li:last-of-type:after, .team-member .member-socials li:first-of-type:after {
        display: none; }
      .team-member .member-socials li a {
        display: inline-block;
        padding-bottom: 3px; }

.team-name {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
  z-index: 2; }
  .team-name:after {
    background: #8a8a8a; }

.team-member .team-name:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 2px;
  z-index: 2;
  transition: transform .4s, background .4s; }

.team-members .team-name:after {
  background: transparent;
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 1px;
  z-index: 2;
  transition: transform .4s, background .4s; }

.team-members .team-header.active .team-name:after {
  transform: scale3d(1, 2, 1); }

.team-header {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px; }
  .team-header:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    z-index: 1;
    transition: transform .4s, background .4s;
    left: 0;
    background: #ddd; }
  .team-header:after {
    background: #ddd; }

.member-name {
  margin-bottom: 0; }

.member-status {
  font-size: 14px; }

@media screen and (max-width: 64em) {
  .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-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-select .team-members .team-header {
    width: 50%; }

  .team-grid .team-member {
    width: 100%;
    float: none; }
  .team-grid .team-image {
    text-align: center; } }
.mosaic-item {
  position: relative;
  margin-bottom: 30px; }
  .mosaic-item:hover .mosaic-item-overlay {
    opacity: 1; }

.mosaic-img {
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mosaic-info {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 10px 30px 30px 30px; }
  .mosaic-info .mosaic-text {
    font-style: italic;
    font-family: "CalendasPlus";
    font-size: 18px; }
    .mosaic-info .mosaic-text p:last-of-type {
      margin-bottom: 0 !important; }
  .mosaic-info .mosaic-link {
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 15px; }
    .mosaic-info .mosaic-link:after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      height: 1px;
      width: 100%; }

div.mosaic-link {
  display: inline; }

.mosaic-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  transition: opacity .4s;
  z-index: 1; }

/*.mosaico-cocinha {*/
.mosaic-item-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.01) 70%, #111 100%) !important; }

/*}*/
@media screen and (max-width: 64em) {
  .mosaic-item-overlay {
    opacity: 1; } }
@media screen and (min-width: 40em) {
  .mosaic-no-gutter .columns {
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .mosaic-no-gutter .columns .mosaic-item {
      margin-bottom: 0; } }
.mosaic-item > .mosaic-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.vc_row-o-equal-height .columns {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.newsletter-form fieldset {
  margin-bottom: 15px;
  text-align: left; }
  .newsletter-form fieldset label {
    text-align: left;
    line-height: 35px; }
  .newsletter-form fieldset input {
    padding: 0;
    height: 35px;
    line-height: 35px;
    text-align: left; }
  .newsletter-form fieldset:after {
    left: 0;
    right: 0; }
  .newsletter-form fieldset .mf-input:after {
    margin-left: 0 !important;
    left: 0 !important; }
.newsletter-form .btn-newsletter {
  margin-right: 0;
  transition: color .4s; }
  .newsletter-form .btn-newsletter.button-success {
    color: #2ec556 !important; }
    .newsletter-form .btn-newsletter.button-success .btn-text {
      color: inherit !important; }
    .newsletter-form .btn-newsletter.button-success .button-border {
      background: #2ec556 !important; }
.newsletter-form .active-input label {
  bottom: -30px; }

@media screen and (max-width: 39.9375em) {
  .footer-grid .newsletter-form {
    width: 70%;
    margin: 0 auto; } }
@media screen and (max-width: 64em) {
  .footer-grid {
    text-align: center; }
    .footer-grid .footer-content {
      margin-bottom: 30px; }
    .footer-grid .newsletter-form {
      width: 50%;
      margin: 0 auto; } }

.footer-content {
  margin-bottom: 20px; }
  .footer-content h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold; }
  .footer-content small {
    font-size: 12px;
    line-height: 1.5em;
    display: inline-block; }
  .footer-content #scroll-up {
    display: block;
    transition: color .4s;
    /*.button-border { background: $black; }*/ }
    .footer-content #scroll-up.button-success {
      color: #2ec556 !important; }
      .footer-content #scroll-up.button-success .button-border {
        background: #2ec556; }

.footer {
  padding: 90px 0 60px;
  background: #f7f7f7;
  position: relative;
  margin-top: 0;
  z-index: 5; }
  .footer select, .footer input {
    background: transparent !important; }
    .footer select:focus, .footer input:focus {
      outline: none; }
  .footer .forms-style fieldset:after {
    z-index: 0; }
  .footer .link-hover:after {
    background: #111; }
  .footer .widget {
    margin-bottom: 48px; }
  .footer .columns section + section {
    margin-top: -24px; }
  .footer address {
    margin-bottom: 24px; }
  .footer .ligazon-ultramar figure {
    margin: 0;
    max-height: 120px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center; }
    .footer .ligazon-ultramar figure figcaption {
      text-align: center;
      font-family: "", "Isaac", Helvetica, Roboto, Arial, sans-serif;
      font-weight: normal;
      color: #6F7C7C;
      font-size: 1rem !important;
      line-height: 1.5;
      margin-top: .5em; }
    .footer .ligazon-ultramar figure img {
      max-height: 120px;
      width: auto; }
  @media (max-width: 1024px) {
    .footer .ligazon-ultramar {
      display: flex;
      justify-content: center; } }

ul.social-footer {
  margin-top: 1em; }
  @media screen and (max-width: 64em) {
    ul.social-footer {
      justify-content: center; } }

.widget_nav_menu .menu > li {
  padding: 0;
  font-size: initial;
  text-transform: none;
  letter-spacing: 0;
  border: 0;
  line-height: 1.5em; }
  .widget_nav_menu .menu > li a {
    opacity: 1;
    color: #6F7C7C !important;
    position: relative;
    border-bottom: none !important; }
    .widget_nav_menu .menu > li a:after {
      background: #6F7C7C;
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: .5;
      transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
      transform-origin: top; }
    .widget_nav_menu .menu > li a:hover:after {
      opacity: 1;
      transform: scale3d(1, 1, 1);
      transform-origin: top; }

/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WooCommerce';
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * woocommerce-layout.scss
 * Applies layout to the default WooCommerce frontend design
 */
/**
 * Imports
 */
/**
 * Styling begins
 */
.woocommerce, .woocommerce-page {
  /**
   * General layout styles
   */
  /**
   * Product page
   */
  /**
   * Product loops
   */
  /**
   * Cart page
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */ }
  .woocommerce .woocommerce-message .button,
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-message .button,
  .woocommerce-page .woocommerce-error .button,
  .woocommerce-page .woocommerce-info .button {
    float: right; }
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    *zoom: 1;
    width: 100%; }
    .woocommerce .col2-set:before, .woocommerce .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .col2-set:after {
      content: " ";
      display: table; }
    .woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
      clear: both; }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
      float: left;
      width: 48%; }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
      float: right;
      width: 48%; }
  .woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%; }
  .woocommerce div.product div.images,
  .woocommerce #content div.product div.images, .woocommerce-page div.product div.images,
  .woocommerce-page #content div.product div.images {
    float: left;
    width: 48%; }
  .woocommerce div.product div.thumbnails,
  .woocommerce #content div.product div.thumbnails, .woocommerce-page div.product div.thumbnails,
  .woocommerce-page #content div.product div.thumbnails {
    *zoom: 1; }
    .woocommerce div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after,
    .woocommerce #content div.product div.thumbnails:before,
    .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after,
    .woocommerce-page #content div.product div.thumbnails:before,
    .woocommerce-page #content div.product div.thumbnails:after {
      content: " ";
      display: table; }
    .woocommerce div.product div.thumbnails:after,
    .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after,
    .woocommerce-page #content div.product div.thumbnails:after {
      clear: both; }
    .woocommerce div.product div.thumbnails a,
    .woocommerce #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a,
    .woocommerce-page #content div.product div.thumbnails a {
      float: left;
      width: 30.75%;
      margin-right: 3.8%;
      margin-bottom: 1em; }
    .woocommerce div.product div.thumbnails a.last,
    .woocommerce #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last,
    .woocommerce-page #content div.product div.thumbnails a.last {
      margin-right: 0; }
    .woocommerce div.product div.thumbnails a.first,
    .woocommerce #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first,
    .woocommerce-page #content div.product div.thumbnails a.first {
      clear: both; }
    .woocommerce div.product div.thumbnails.columns-1 a,
    .woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a,
    .woocommerce-page #content div.product div.thumbnails.columns-1 a {
      width: 100%;
      margin-right: 0;
      float: none; }
    .woocommerce div.product div.thumbnails.columns-2 a,
    .woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a,
    .woocommerce-page #content div.product div.thumbnails.columns-2 a {
      width: 48%; }
    .woocommerce div.product div.thumbnails.columns-4 a,
    .woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a,
    .woocommerce-page #content div.product div.thumbnails.columns-4 a {
      width: 22.05%; }
    .woocommerce div.product div.thumbnails.columns-5 a,
    .woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a,
    .woocommerce-page #content div.product div.thumbnails.columns-5 a {
      width: 16.9%; }
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.summary {
    float: right;
    width: 48%; }
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs,
  .woocommerce-page #content div.product .woocommerce-tabs {
    clear: both; }
    .woocommerce div.product .woocommerce-tabs ul.tabs,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
      *zoom: 1; }
      .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after,
      .woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
      .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
      .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
      .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
        content: " ";
        display: table; }
      .woocommerce div.product .woocommerce-tabs ul.tabs:after,
      .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
      .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
        clear: both; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li,
      .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
      .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
        display: inline-block; }
  .woocommerce div.product #reviews .comment,
  .woocommerce #content div.product #reviews .comment, .woocommerce-page div.product #reviews .comment,
  .woocommerce-page #content div.product #reviews .comment {
    *zoom: 1; }
    .woocommerce div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after,
    .woocommerce #content div.product #reviews .comment:before,
    .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after,
    .woocommerce-page #content div.product #reviews .comment:before,
    .woocommerce-page #content div.product #reviews .comment:after {
      content: " ";
      display: table; }
    .woocommerce div.product #reviews .comment:after,
    .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after,
    .woocommerce-page #content div.product #reviews .comment:after {
      clear: both; }
    .woocommerce div.product #reviews .comment img,
    .woocommerce #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img,
    .woocommerce-page #content div.product #reviews .comment img {
      float: right;
      height: auto; }
  .woocommerce ul.products, .woocommerce-page ul.products {
    clear: both;
    *zoom: 1; }
    .woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
      content: " ";
      display: table; }
    .woocommerce ul.products:after, .woocommerce-page ul.products:after {
      clear: both; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      float: left;
      margin: 0 3.8% 2.992em 0;
      padding: 0;
      position: relative;
      width: 22.05%;
      margin-left: 0; }
    .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
      clear: both; }
    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
      margin-right: 0; }
  .woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0; }
  .woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product {
    width: 48%; }
  .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product {
    width: 30.75%; }
  .woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
    width: 16.95%; }
  .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
    width: 13.5%; }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left; }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right; }
  .woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {
    *zoom: 1; }
    .woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
      clear: both; }
    .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
      display: inline-block; }
  .woocommerce table.cart img,
  .woocommerce #content table.cart img, .woocommerce-page table.cart img,
  .woocommerce-page #content table.cart img {
    height: auto; }
  .woocommerce table.cart td.actions,
  .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: right; }
    .woocommerce table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions .input-text {
      width: 80px; }
    .woocommerce table.cart td.actions .coupon,
    .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon {
      float: left; }
      .woocommerce table.cart td.actions .coupon label,
      .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label,
      .woocommerce-page #content table.cart td.actions .coupon label {
        display: none; }
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    *zoom: 1;
    width: 100%; }
    .woocommerce .cart-collaterals:before, .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page .cart-collaterals:after {
      content: " ";
      display: table; }
    .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
      clear: both; }
    .woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
      width: 30.75%;
      float: left; }
    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
      width: 50%;
      float: left;
      padding-right: 30px; }
      .woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
        float: none; }
    .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
      width: 50%;
      padding-left: 30px;
      *zoom: 1;
      clear: right;
      float: right; }
      .woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after {
        content: " ";
        display: table; }
      .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
        clear: both; }
      .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
      .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
      .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
        width: 47%; }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
      float: right;
      width: 48%; }
  .woocommerce ul.cart_list li,
  .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li,
  .woocommerce-page ul.product_list_widget li {
    *zoom: 1; }
    .woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after,
    .woocommerce ul.product_list_widget li:before,
    .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after,
    .woocommerce-page ul.product_list_widget li:before,
    .woocommerce-page ul.product_list_widget li:after {
      content: " ";
      display: table; }
    .woocommerce ul.cart_list li:after,
    .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after,
    .woocommerce-page ul.product_list_widget li:after {
      clear: both; }
    .woocommerce ul.cart_list li img,
    .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img,
    .woocommerce-page ul.product_list_widget li img {
      float: right;
      height: auto; }
  .woocommerce form .form-row, .woocommerce-page form .form-row {
    *zoom: 1; }
    .woocommerce form .form-row:before, .woocommerce form .form-row:after, .woocommerce-page form .form-row:before, .woocommerce-page form .form-row:after {
      content: " ";
      display: table; }
    .woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
      clear: both; }
    .woocommerce form .form-row label, .woocommerce-page form .form-row label {
      display: block; }
      .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
        display: inline; }
    .woocommerce form .form-row select, .woocommerce-page form .form-row select {
      width: 100%; }
    .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
      box-sizing: border-box;
      width: 100%; }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last, .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible; }
  .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right; }
  .woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both; }
  .woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto; }
  .woocommerce #payment .wc-terms-and-conditions, .woocommerce #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0 1em 0 0;
    float: left; }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right; }

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  *zoom: 1; }
  .woocommerce-billing-fields:before, .woocommerce-billing-fields:after,
  .woocommerce-shipping-fields:before,
  .woocommerce-shipping-fields:after {
    content: " ";
    display: table; }
  .woocommerce-billing-fields:after,
  .woocommerce-shipping-fields:after {
    clear: both; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%; }
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 65%; }

/**
 * Twenty Eleven specific styles
 */
.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right; }
.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left; }

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto; }
  .twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important; }
  .twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0; }
  .twentyfourteen .tfwc .product .images img {
    margin-bottom: 1em; }

@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px; } }
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px; }

  .full-width .twentyfourteen .tfwc {
    margin-right: auto; } }
/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }
  .twentyfifteen .t15wc .page-title {
    margin-left: 0; }

@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%; } }
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%; }

  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important; } }
/**
 * Twenty Sixteen specific styles
 */
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%; }
.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0; }

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
  width: 46.42857%; }

@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%; } }
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0; }

  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%; }
  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0; } }
/**
 * RTL styles.
 */
.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
  float: right; }
.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
  float: left; }
.rtl .woocommerce form .form-row-first,
.rtl .woocommerce form .form-row-last, .rtl .woocommerce-page form .form-row-first,
.rtl .woocommerce-page form .form-row-last {
  float: right; }
.rtl .woocommerce form .form-row-last, .rtl .woocommerce-page form .form-row-last {
  float: left; }

/**
 * Global styles
 */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: white;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2); }
  p.demo_store a {
    color: white; }

.admin-bar p.demo_store {
  top: 32px; }

/**
 * Utility classes
 */
.clear {
  clear: both; }

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Buttons
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */ }
  .woocommerce .blockUI.blockOverlay {
    position: relative; }
    .woocommerce .blockUI.blockOverlay:before {
      height: 1em;
      width: 1em;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -.5em;
      margin-top: -.5em;
      display: block;
      content: "";
      -webkit-animation: spin 1s ease-in-out infinite;
      -moz-animation: spin 1s ease-in-out infinite;
      animation: spin 1s ease-in-out infinite;
      background: url(../img/icons/loader.svg) center center;
      background-size: cover;
      line-height: 1;
      text-align: center;
      font-size: 2em;
      color: rgba(0, 0, 0, 0.75); }
  .woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75); }
  .woocommerce a.remove {
    display: block;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    transition: background .3s, color .3s; }
    .woocommerce a.remove:hover {
      color: #f10a4a !important; }
  .woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px; }
  .woocommerce .woocommerce-breadcrumb {
    *zoom: 1;
    margin: 0 0 30px;
    padding: 0;
    font-size: 0.92em;
    color: #6F7C7C;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .woocommerce .woocommerce-breadcrumb:before, .woocommerce .woocommerce-breadcrumb:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-breadcrumb:after {
      clear: both; }
    .woocommerce .woocommerce-breadcrumb a {
      font-weight: normal;
      color: #8a8a8a; }
  .woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center; }
  .woocommerce div.product {
    margin-bottom: 0;
    position: relative; }
    .woocommerce div.product .product_title {
      clear: none;
      margin-top: 0;
      padding: 0; }
    .woocommerce div.product span.price,
    .woocommerce div.product p.price {
      font-size: 20px; }
      .woocommerce div.product span.price ins,
      .woocommerce div.product p.price ins {
        background: inherit;
        font-weight: 700;
        text-decoration: none;
        margin-left: 3px; }
      .woocommerce div.product span.price del,
      .woocommerce div.product p.price del {
        opacity: 0.5;
        margin-right: 3px; }
    .woocommerce div.product p.stock {
      font-size: 0.92em; }
    .woocommerce div.product .stock {
      color: #77a464; }
    .woocommerce div.product .out-of-stock {
      color: red; }
    .woocommerce div.product .woocommerce-product-rating {
      margin-bottom: 1.618em; }
    @media screen and (max-width: 64em) {
      .woocommerce div.product div.images {
        width: 100% !important;
        margin-bottom: 60px;
        padding-right: 0 !important; }
        .woocommerce div.product div.images .woocommerce-product-gallery__image:first-of-type {
          float: right;
          width: 100%;
          padding-left: 0px; } }
    @media screen and (min-width: 64.0625em) {
      .woocommerce div.product div.images {
        width: 55% !important;
        margin-bottom: 60px;
        padding-right: 30px !important; }
        .woocommerce div.product div.images .woocommerce-product-gallery__image:first-of-type {
          float: right;
          width: 100%;
          padding-left: 0px; } }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
      width: 100%;
      margin: 0; }
    .woocommerce div.product div.images .woocommerce-product-gallery__image:first-of-type {
      float: right;
      width: 100%;
      padding-left: 0px;
      margin-bottom: 2em; }
    .woocommerce div.product div.images img {
      display: block;
      width: 100%;
      height: auto;
      box-shadow: none; }
    .woocommerce div.product div.images.woocommerce-product-gallery {
      position: relative; }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
      transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s; }
    .woocommerce div.product div.images .woocommerce-product-gallery__image:not(:first-of-type) {
      float: left;
      width: 25%;
      padding: 0 !important;
      padding-top: 1em; }
      .woocommerce div.product div.images .woocommerce-product-gallery__image:not(:first-of-type) a {
        float: left !important;
        width: 100% !important;
        display: block;
        margin-bottom: 30px !important; }
        .woocommerce div.product div.images .woocommerce-product-gallery__image:not(:first-of-type) a:last-of-type {
          margin-bottom: 0 !important; }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
      position: absolute;
      top: .5em;
      right: .5em;
      font-size: 2em;
      z-index: 9;
      width: 36px;
      height: 36px;
      background: #fff;
      text-indent: -9999px;
      border-radius: 100%;
      box-sizing: content-box; }
      .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 2px solid #000;
        border-radius: 100%;
        position: absolute;
        top: 9px;
        left: 9px;
        box-sizing: content-box; }
      .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
        content: "";
        display: block;
        width: 2px;
        height: 8px;
        background: #000;
        border-radius: 6px;
        position: absolute;
        top: 19px;
        left: 22px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        box-sizing: content-box; }
    .woocommerce div.product div.images .flex-control-thumbs {
      overflow: hidden;
      zoom: 1;
      margin: 0;
      padding: 0; }
      .woocommerce div.product div.images .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
        list-style: none; }
        .woocommerce div.product div.images .flex-control-thumbs li img {
          cursor: pointer;
          opacity: .5;
          margin: 0; }
          .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
            opacity: 1; }
    @media screen and (max-width: 64em) {
      .woocommerce div.product div.summary {
        width: 100% !important;
        padding-left: 0 !important;
        margin-bottom: 60px; } }
    @media screen and (min-width: 64.0625em) {
      .woocommerce div.product div.summary {
        width: 45% !important;
        padding-left: 30px !important;
        margin-bottom: 60px; } }
    .woocommerce div.product div.summary .product_meta {
      font-size: 12px;
      color: #8a8a8a; }
      .woocommerce div.product div.summary .product_meta a {
        font-size: 10px;
        text-transform: uppercase;
        display: inline-block;
        padding-bottom: 3px;
        position: relative; }
        .woocommerce div.product div.summary .product_meta a:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0;
          left: 0;
          opacity: .5;
          transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
          transform-origin: top;
          background: #111; }
        .woocommerce div.product div.summary .product_meta a:hover:after {
          opacity: 1;
          transform: scale3d(1, 2, 1);
          transform-origin: top; }
    @media screen and (min-width: 64.0625em) {
      .woocommerce div.product .related.products, .woocommerce div.product .cross-sells, .woocommerce div.product .up-sells {
        width: 55%;
        float: left;
        padding-right: 30px !important; } }
    .woocommerce div.product .related.products h2, .woocommerce div.product .cross-sells h2, .woocommerce div.product .up-sells h2 {
      font-size: 18px; }
    .woocommerce div.product div.social {
      text-align: right;
      margin: 0 0 1em; }
      .woocommerce div.product div.social span {
        margin: 0 0 0 2px; }
        .woocommerce div.product div.social span span {
          margin: 0; }
        .woocommerce div.product div.social span .stButton .chicklets {
          padding-left: 16px;
          width: 0; }
      .woocommerce div.product div.social iframe {
        float: left;
        margin-top: 3px; }
    @media screen and (min-width: 64.0625em) {
      .woocommerce div.product .woocommerce-tabs {
        width: 45%;
        padding-left: 30px;
        float: right; } }
    .woocommerce div.product .woocommerce-tabs h2 {
      font-size: 18px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      list-style: none;
      padding: 0 0 0 1em;
      margin: 0 0 1.618em;
      overflow: hidden;
      position: relative; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: inline-block;
        position: relative;
        z-index: 0;
        margin: 0 -5px;
        padding: 0 1em; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
          opacity: 1;
          transform: scale3d(1, 2, 1); }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:after {
          opacity: 1; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
          position: relative;
          display: inline-block;
          padding: .5em 0;
          font-size: 14px;
          text-decoration: none; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            opacity: 0;
            transition: opacity .4s, transform .4s;
            background: #111; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
          z-index: 2; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
            color: inherit; }
      .woocommerce div.product .woocommerce-tabs ul.tabs:before {
        position: absolute;
        content: " ";
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #d3ced2;
        z-index: 0; }
    .woocommerce div.product .woocommerce-tabs .panel {
      margin: 0 0 2em;
      padding: 0; }
    .woocommerce div.product p.cart {
      margin-bottom: 2em;
      *zoom: 1; }
      .woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after {
        content: " ";
        display: table; }
      .woocommerce div.product p.cart:after {
        clear: both; }
    .woocommerce div.product form.cart {
      margin-bottom: 2em;
      *zoom: 1; }
      .woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after {
        content: " ";
        display: table; }
      .woocommerce div.product form.cart:after {
        clear: both; }
      .woocommerce div.product form.cart div.quantity {
        float: left;
        margin: 0 15px 0 0; }
        .woocommerce div.product form.cart div.quantity input {
          height: 48px;
          margin-bottom: 0; }
      .woocommerce div.product form.cart table {
        border-width: 0 0 1px 0; }
        .woocommerce div.product form.cart table td {
          padding-left: 0; }
        .woocommerce div.product form.cart table div.quantity {
          float: none;
          margin: 0; }
        .woocommerce div.product form.cart table small.stock {
          display: block;
          float: none; }
      .woocommerce div.product form.cart .variations {
        margin-bottom: 1em;
        border: 0;
        width: 100%; }
        .woocommerce div.product form.cart .variations tbody {
          background: transparent;
          border: none; }
        .woocommerce div.product form.cart .variations td,
        .woocommerce div.product form.cart .variations th {
          position: relative;
          border: 0;
          vertical-align: middle; }
        .woocommerce div.product form.cart .variations label {
          text-transform: uppercase;
          letter-spacing: 3px; }
        .woocommerce div.product form.cart .variations select {
          max-width: 100%;
          min-width: 75%;
          display: inline-block;
          margin-right: 1em; }
        .woocommerce div.product form.cart .variations td.label {
          background: transparent;
          padding-right: 1em; }
        .woocommerce div.product form.cart .variations td.value {
          padding: 0; }
      .woocommerce div.product form.cart .woocommerce-variation-description p {
        margin-bottom: 1em; }
      .woocommerce div.product form.cart .woocommerce-variation-price {
        margin-bottom: 1em; }
      .woocommerce div.product form.cart .reset_variations {
        visibility: hidden;
        font-size: 0.83em;
        position: absolute;
        bottom: -15px;
        right: 0; }
      .woocommerce div.product form.cart .wc-no-matching-variations {
        display: none; }
      .woocommerce div.product form.cart .button {
        vertical-align: middle;
        float: left; }
      .woocommerce div.product form.cart .group_table td.label {
        padding-right: 1em;
        padding-left: 1em; }
      .woocommerce div.product form.cart .group_table td {
        vertical-align: top;
        padding-bottom: .5em;
        border: 0; }
  .woocommerce span.onsale {
    font-weight: bold;
    position: absolute;
    text-align: center;
    margin: 0;
    transform: translateX(-100%);
    top: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 64em) {
      .woocommerce span.onsale {
        left: 100%;
        margin-left: -10px; } }
    @media screen and (min-width: 64.0625em) {
      .woocommerce span.onsale {
        left: 55%;
        margin-left: -40px; } }
  .woocommerce .products ul,
  .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    *zoom: 1; }
    .woocommerce .products ul:before, .woocommerce .products ul:after,
    .woocommerce ul.products:before,
    .woocommerce ul.products:after {
      content: " ";
      display: table; }
    .woocommerce .products ul:after,
    .woocommerce ul.products:after {
      clear: both; }
    .woocommerce .products ul li,
    .woocommerce ul.products li {
      list-style: none outside; }
  .woocommerce ul.products li.product {
    text-align: center; }
    .woocommerce ul.products li.product .onsale {
      top: 0;
      right: 5px;
      left: auto;
      font-size: 10px;
      transform: translateX(0); }
    .woocommerce ul.products li.product h3 {
      padding: .5em 0;
      margin: 0;
      font-size: 18px; }
    .woocommerce ul.products li.product a {
      text-decoration: none; }
    .woocommerce ul.products li.product a img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 0 1em;
      box-shadow: none; }
    .woocommerce ul.products li.product strong {
      display: block; }
    .woocommerce ul.products li.product .star-rating {
      margin: 5px auto 15px auto;
      font-size: 14px; }
    .woocommerce ul.products li.product .button {
      margin-top: 1em; }
    .woocommerce ul.products li.product .price {
      display: block;
      font-weight: normal;
      font-size: 16px;
      margin-bottom: .5em; }
      .woocommerce ul.products li.product .price del {
        color: inherit;
        opacity: 0.5;
        display: inline-block;
        padding-right: 1px; }
      .woocommerce ul.products li.product .price ins {
        background: none;
        font-weight: 700;
        display: inline-block;
        padding-left: 1px;
        text-decoration: none; }
      .woocommerce ul.products li.product .price .from {
        font-size: 0.67em;
        margin: -2px 0 0 0;
        text-transform: uppercase;
        color: rgba(132, 132, 132, 0.5); }
  .woocommerce .woocommerce-result-count {
    margin: 0 0 1em; }
  .woocommerce .woocommerce-ordering {
    margin: 0 0 1em; }
    .woocommerce .woocommerce-ordering select {
      vertical-align: top; }
  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 60px;
    text-align: center; }
    .woocommerce nav.woocommerce-pagination ul {
      white-space: nowrap;
      padding: 0;
      clear: both;
      text-align: center;
      margin: 0;
      height: 50px; }
      .woocommerce nav.woocommerce-pagination ul li {
        padding: 0;
        margin: 0;
        line-height: 50px;
        height: 50px; }
        .woocommerce nav.woocommerce-pagination ul li a,
        .woocommerce nav.woocommerce-pagination ul li span {
          font-family: "CalendasPlus";
          font-style: italic;
          margin: 0;
          text-decoration: none;
          padding: 0;
          line-height: 1;
          font-size: 1em;
          font-weight: normal;
          padding: .5em;
          min-width: 1em;
          display: inline-block;
          vertical-align: middle; }
        .woocommerce nav.woocommerce-pagination ul li .prev, .woocommerce nav.woocommerce-pagination ul li .next {
          width: 50px;
          height: 50px;
          padding: 0 !important;
          margin: 0 5px; }
        .woocommerce nav.woocommerce-pagination ul li .prev {
          cursor: pointer;
          text-align: right; }
          .woocommerce nav.woocommerce-pagination ul li .prev svg {
            opacity: .5;
            transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
            transform: translate3d(0, 0, 0);
            transform-origin: left;
            width: 50px;
            height: 50px; }
            .woocommerce nav.woocommerce-pagination ul li .prev svg:hover {
              opacity: 1;
              transform: translateX(-15px); }
        .woocommerce nav.woocommerce-pagination ul li .next {
          opacity: .5;
          transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
          transform: translateX(0);
          transform-origin: right; }
          .woocommerce nav.woocommerce-pagination ul li .next svg {
            width: 50px;
            height: 50px; }
          .woocommerce nav.woocommerce-pagination ul li .next:hover {
            opacity: 1;
            transform: translateX(15px); }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers, .woocommerce nav.woocommerce-pagination ul li .page-number {
          padding: 0 5px;
          font-size: 16px;
          font-family: "CalendasPlus";
          font-style: italic; }
          .woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.prev, .next, .current), .woocommerce nav.woocommerce-pagination ul li .page-number:not(.prev, .next, .current) {
            opacity: .5;
            transition: opacity .4s; }
          .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li .page-number:hover {
            opacity: 1 !important; }
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit {
    text-align: center;
    margin: 0;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    left: auto;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    font-size: 1em; }
    .woocommerce a.button .btn-text,
    .woocommerce button.button .btn-text,
    .woocommerce input.button .btn-text,
    .woocommerce #respond input#submit .btn-text {
      display: inline-block;
      vertical-align: middle; }
    .woocommerce a.button.loading,
    .woocommerce button.button.loading,
    .woocommerce input.button.loading,
    .woocommerce #respond input#submit.loading {
      opacity: 0.25;
      padding-right: 2.618em; }
      .woocommerce a.button.loading:after,
      .woocommerce button.button.loading:after,
      .woocommerce input.button.loading:after,
      .woocommerce #respond input#submit.loading:after {
        font-family: "WooCommerce";
        content: "\e01c";
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        position: absolute;
        top: .618em;
        right: 1em;
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite; }
    .woocommerce a.button.added:after,
    .woocommerce button.button.added:after,
    .woocommerce input.button.added:after,
    .woocommerce #respond input#submit.added:after {
      font-family: 'WooCommerce';
      content: "\e017";
      margin-left: .53em;
      vertical-align: bottom; }
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce #respond input#submit.alt {
      background: #111;
      transition: opacity .3s;
      color: #fff;
      -webkit-font-smoothing: antialiased; }
      .woocommerce a.button.alt:hover,
      .woocommerce button.button.alt:hover,
      .woocommerce input.button.alt:hover,
      .woocommerce #respond input#submit.alt:hover {
        opacity: .85; }
      .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
      .woocommerce button.button.alt.disabled,
      .woocommerce button.button.alt:disabled,
      .woocommerce button.button.alt:disabled[disabled],
      .woocommerce button.button.alt.disabled:hover,
      .woocommerce button.button.alt:disabled:hover,
      .woocommerce button.button.alt:disabled[disabled]:hover,
      .woocommerce input.button.alt.disabled,
      .woocommerce input.button.alt:disabled,
      .woocommerce input.button.alt:disabled[disabled],
      .woocommerce input.button.alt.disabled:hover,
      .woocommerce input.button.alt:disabled:hover,
      .woocommerce input.button.alt:disabled[disabled]:hover,
      .woocommerce #respond input#submit.alt.disabled,
      .woocommerce #respond input#submit.alt:disabled,
      .woocommerce #respond input#submit.alt:disabled[disabled],
      .woocommerce #respond input#submit.alt.disabled:hover,
      .woocommerce #respond input#submit.alt:disabled:hover,
      .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
        background-color: #a46497;
        color: white; }
    .woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
    .woocommerce button.button:disabled,
    .woocommerce button.button.disabled,
    .woocommerce button.button:disabled[disabled],
    .woocommerce input.button:disabled,
    .woocommerce input.button.disabled,
    .woocommerce input.button:disabled[disabled],
    .woocommerce #respond input#submit:disabled,
    .woocommerce #respond input#submit.disabled,
    .woocommerce #respond input#submit:disabled[disabled] {
      color: inherit;
      cursor: not-allowed;
      opacity: 0.5; }
      .woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
      .woocommerce button.button:disabled:hover,
      .woocommerce button.button.disabled:hover,
      .woocommerce button.button:disabled[disabled]:hover,
      .woocommerce input.button:disabled:hover,
      .woocommerce input.button.disabled:hover,
      .woocommerce input.button:disabled[disabled]:hover,
      .woocommerce #respond input#submit:disabled:hover,
      .woocommerce #respond input#submit.disabled:hover,
      .woocommerce #respond input#submit:disabled[disabled]:hover {
        color: inherit;
        background-color: #ebe9eb; }
  .woocommerce .cart .button,
  .woocommerce .cart input.button {
    float: none; }
  .woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block; }
  .woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0 0; }
    .woocommerce #reviews h2 small a {
      text-decoration: none;
      color: #777; }
  .woocommerce #reviews h3 {
    margin: 0; }
  .woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0; }
  .woocommerce #reviews #comment {
    height: 75px; }
  .woocommerce #reviews #comments .add_review {
    *zoom: 1; }
    .woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after {
      content: " ";
      display: table; }
    .woocommerce #reviews #comments .add_review:after {
      clear: both; }
  .woocommerce #reviews #comments h2 {
    clear: none; }
  .woocommerce #reviews #comments ol.commentlist {
    *zoom: 1;
    margin: 0;
    width: 100%;
    background: none;
    list-style: none; }
    .woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after {
      content: " ";
      display: table; }
    .woocommerce #reviews #comments ol.commentlist:after {
      clear: both; }
    .woocommerce #reviews #comments ol.commentlist li {
      padding: 0;
      margin: 0 0 20px;
      border: 0;
      position: relative;
      background: 0;
      border: 0; }
      .woocommerce #reviews #comments ol.commentlist li .meta {
        font-size: 14px;
        color: transparent; }
        .woocommerce #reviews #comments ol.commentlist li .meta strong {
          color: #6F7C7C; }
        .woocommerce #reviews #comments ol.commentlist li .meta time {
          text-transform: uppercase;
          color: #8a8a8a;
          letter-spacing: 3px;
          font-size: 12px; }
      .woocommerce #reviews #comments ol.commentlist li img.avatar {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: auto;
        margin: 0;
        box-shadow: none; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 0 60px;
        *zoom: 1; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
          content: " ";
          display: table; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
          clear: both; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p {
          margin: 0 0 1em; }
    .woocommerce #reviews #comments ol.commentlist ul.children {
      list-style: none outside;
      margin: 20px 0 0 50px; }
      .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
        display: none; }
    .woocommerce #reviews #comments ol.commentlist #respond {
      border: 1px solid #e4e1e3;
      border-radius: 4px;
      padding: 1em 1em 0;
      margin: 20px 0 0 50px; }
  .woocommerce #reviews #comments .commentlist > li:before {
    content: ""; }
  .woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: 'star'; }
    .woocommerce .star-rating:before {
      content: "\73\73\73\73\73";
      color: #b59761;
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
    .woocommerce .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
    .woocommerce .star-rating span:before {
      content: "\53\53\53\53\53";
      top: 0;
      color: #b59761;
      position: absolute;
      left: 0; }
  .woocommerce .woocommerce-product-rating {
    *zoom: 1;
    line-height: 2;
    display: block; }
    .woocommerce .woocommerce-product-rating:before, .woocommerce .woocommerce-product-rating:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-product-rating:after {
      clear: both; }
    .woocommerce .woocommerce-product-rating .star-rating {
      margin: .5em 4px 0 0;
      float: left; }
  .woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none; }
  .woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0 0; }
  .woocommerce #review_form .comment-reply-title {
    font-size: 18px;
    margin-bottom: 15px; }
  .woocommerce #review_form .comment-form-rating {
    position: absolute;
    right: 0; }
    .woocommerce #review_form .comment-form-rating label {
      display: none; }
  .woocommerce #review_form .comment-form-comment label {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px; }
  .woocommerce #review_form #respond {
    *zoom: 1;
    position: static;
    margin: 0;
    width: auto;
    padding: 0 0 0;
    background: transparent none;
    border: 0; }
    .woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after {
      content: " ";
      display: table; }
    .woocommerce #review_form #respond:after {
      clear: both; }
    .woocommerce #review_form #respond p {
      margin: 0 0 10px; }
    .woocommerce #review_form #respond .form-submit input {
      left: auto; }
    .woocommerce #review_form #respond textarea {
      box-sizing: border-box;
      height: 50px !important;
      border: none;
      box-shadow: none;
      border-bottom: 1px solid #ddd;
      width: 100%; }
      .woocommerce #review_form #respond textarea:focus {
        border-bottom: 1px solid #6F7C7C; }
  .woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: #b59761; }
    .woocommerce p.stars a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: "WooCommerce";
      content: "\e021";
      text-indent: 0; }
    .woocommerce p.stars a:hover ~ a:before {
      content: "\e021";
      color: #b59761; }
  .woocommerce p.stars:hover a:before {
    content: "\e020"; }
  .woocommerce p.stars.selected a.active:before {
    content: "\e020"; }
  .woocommerce p.stars.selected a.active ~ a:before {
    content: "\e021"; }
  .woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"; }
  .woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%; }
    .woocommerce table.shop_attributes th {
      width: 150px;
      font-weight: 700;
      padding: 8px;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5; }
    .woocommerce table.shop_attributes td {
      font-style: italic;
      padding: 0;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5; }
      .woocommerce table.shop_attributes td p {
        margin: 0;
        padding: 8px 0; }
    .woocommerce table.shop_attributes .alt td,
    .woocommerce table.shop_attributes .alt th {
      background: rgba(0, 0, 0, 0.025); }
  .woocommerce table.shop_table {
    margin-bottom: 60px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px; }
    .woocommerce table.shop_table .product-thumbnail {
      max-width: 80px; }
    .woocommerce table.shop_table .product-price, .woocommerce table.shop_table .product-subtotal {
      text-align: right; }
    .woocommerce table.shop_table td.product-subtotal {
      font-weight: 700; }
    .woocommerce table.shop_table .product-quantity {
      text-align: center; }
    .woocommerce table.shop_table .quantity input {
      margin: 0 auto; }
    .woocommerce table.shop_table td.product-name dl.variation {
      margin: 0;
      margin-top: 5px; }
      .woocommerce table.shop_table td.product-name dl.variation .variation-color {
        margin: 0;
        padding: 0;
        font-size: 14px;
        float: none; }
    .woocommerce table.shop_table thead {
      background: transparent;
      border: none;
      color: inherit; }
    .woocommerce table.shop_table tbody {
      background: transparent;
      color: inherit; }
    .woocommerce table.shop_table th {
      color: inherit;
      font-weight: 700;
      padding: 15px;
      border-bottom: 1px solid #ddd;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 2px; }
    .woocommerce table.shop_table td {
      color: inherit;
      border-bottom: 1px dotted #ddd;
      padding: 30px 15px;
      vertical-align: middle; }
      .woocommerce table.shop_table td small {
        font-weight: normal; }
    .woocommerce table.shop_table tbody tr {
      background: transparent; }
      .woocommerce table.shop_table tbody tr:last-of-type td {
        border-bottom: none; }
      .woocommerce table.shop_table tbody tr:not(.cart_item):last-of-type td {
        border-top: 2px solid #6F7C7C; }
    .woocommerce table.shop_table tfoot {
      border: none;
      color: inherit; }
    .woocommerce table.shop_table tfoot td,
    .woocommerce table.shop_table tfoot th,
    .woocommerce table.shop_table tbody th {
      font-weight: 700; }
  .woocommerce table.my_account_orders {
    font-size: 0.85em; }
    .woocommerce table.my_account_orders th,
    .woocommerce table.my_account_orders td {
      padding: 4px 8px;
      vertical-align: middle; }
    .woocommerce table.my_account_orders .button {
      white-space: nowrap; }
    .woocommerce table.my_account_orders .order-actions {
      text-align: right; }
      .woocommerce table.my_account_orders .order-actions .button {
        margin: .125em 0 .125em .25em; }
  .woocommerce table.woocommerce-MyAccount-downloads td,
  .woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center; }
    .woocommerce table.woocommerce-MyAccount-downloads td:first-child,
    .woocommerce table.woocommerce-MyAccount-downloads th:first-child {
      text-align: left; }
    .woocommerce table.woocommerce-MyAccount-downloads td:last-child,
    .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
      text-align: left; }
    .woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
    .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
      content: '\2193';
      display: inline-block; }
  .woocommerce td.product-name dl.variation, .woocommerce td.product-name .wc-item-meta {
    margin: 0 0 5px;
    *zoom: 1; }
    .woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after, .woocommerce td.product-name .wc-item-meta:before, .woocommerce td.product-name .wc-item-meta:after {
      content: " ";
      display: table; }
    .woocommerce td.product-name dl.variation:after, .woocommerce td.product-name .wc-item-meta:after {
      clear: both; }
    .woocommerce td.product-name dl.variation dt,
    .woocommerce td.product-name dl.variation dd, .woocommerce td.product-name .wc-item-meta dt,
    .woocommerce td.product-name .wc-item-meta dd {
      display: inline-block;
      margin-bottom: 0; }
    .woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
      font-weight: 700;
      padding: 0 0 .25em 0;
      margin: 0 4px 0 0;
      clear: left; }
    .woocommerce td.product-name dl.variation dd, .woocommerce td.product-name .wc-item-meta dd {
      padding: 0 0 .25em 0; }
      .woocommerce td.product-name dl.variation dd p:last-child, .woocommerce td.product-name .wc-item-meta dd p:last-child {
        margin-bottom: 0; }
  .woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em; }
  .woocommerce td.product-quantity {
    min-width: 80px; }
  .woocommerce ul.cart_list,
  .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0; }
    .woocommerce ul.cart_list li,
    .woocommerce ul.product_list_widget li {
      overflow: hidden;
      padding: 0 0 10px;
      margin: 0 0 10px;
      border-bottom: 1px dotted #ddd;
      *zoom: 1;
      list-style: none; }
      .woocommerce ul.cart_list li:last-of-type,
      .woocommerce ul.product_list_widget li:last-of-type {
        margin-bottom: 0;
        border-bottom: none; }
      .woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after,
      .woocommerce ul.product_list_widget li:before,
      .woocommerce ul.product_list_widget li:after {
        content: " ";
        display: table; }
      .woocommerce ul.cart_list li:after,
      .woocommerce ul.product_list_widget li:after {
        clear: both; }
      .woocommerce ul.cart_list li a,
      .woocommerce ul.product_list_widget li a {
        display: block; }
        .woocommerce ul.cart_list li a ~ .star-rating,
        .woocommerce ul.product_list_widget li a ~ .star-rating {
          float: right;
          margin-top: -20px;
          margin-right: 15px; }
      .woocommerce ul.cart_list li del, .woocommerce ul.cart_list li ins, .woocommerce ul.cart_list li .woocommerce-Price-amount,
      .woocommerce ul.product_list_widget li del,
      .woocommerce ul.product_list_widget li ins,
      .woocommerce ul.product_list_widget li .woocommerce-Price-amount {
        font-size: 14px; }
      .woocommerce ul.cart_list li del,
      .woocommerce ul.product_list_widget li del {
        opacity: .5;
        text-decoration: none; }
      .woocommerce ul.cart_list li ins,
      .woocommerce ul.product_list_widget li ins {
        font-weight: 700; }
      .woocommerce ul.cart_list li .reviewer,
      .woocommerce ul.product_list_widget li .reviewer {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px; }
      .woocommerce ul.cart_list li img,
      .woocommerce ul.product_list_widget li img {
        float: right;
        margin-left: 4px;
        width: 60px;
        height: auto;
        box-shadow: none; }
      .woocommerce ul.cart_list li dl,
      .woocommerce ul.product_list_widget li dl {
        margin: 0;
        padding-left: 1em;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        *zoom: 1; }
        .woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after,
        .woocommerce ul.product_list_widget li dl:before,
        .woocommerce ul.product_list_widget li dl:after {
          content: " ";
          display: table; }
        .woocommerce ul.cart_list li dl:after,
        .woocommerce ul.product_list_widget li dl:after {
          clear: both; }
        .woocommerce ul.cart_list li dl dt,
        .woocommerce ul.cart_list li dl dd,
        .woocommerce ul.product_list_widget li dl dt,
        .woocommerce ul.product_list_widget li dl dd {
          display: inline-block;
          float: left;
          margin-bottom: 1em; }
        .woocommerce ul.cart_list li dl dt,
        .woocommerce ul.product_list_widget li dl dt {
          font-weight: 700;
          padding: 0 0 .25em 0;
          margin: 0 4px 0 0;
          clear: left; }
        .woocommerce ul.cart_list li dl dd,
        .woocommerce ul.product_list_widget li dl dd {
          padding: 0 0 .25em 0; }
          .woocommerce ul.cart_list li dl dd p:last-child,
          .woocommerce ul.product_list_widget li dl dd p:last-child {
            margin-bottom: 0; }
      .woocommerce ul.cart_list li .star-rating,
      .woocommerce ul.product_list_widget li .star-rating {
        float: none;
        font-size: .8em; }
  .woocommerce.widget_shopping_cart .total,
  .woocommerce .widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0; }
    .woocommerce.widget_shopping_cart .total strong,
    .woocommerce .widget_shopping_cart .total strong {
      min-width: 40px;
      display: inline-block; }
  .woocommerce.widget_shopping_cart .cart_list li,
  .woocommerce .widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0; }
    .woocommerce.widget_shopping_cart .cart_list li a.remove,
    .woocommerce .widget_shopping_cart .cart_list li a.remove {
      position: absolute;
      top: 0;
      left: 0; }
  .woocommerce.widget_shopping_cart .buttons,
  .woocommerce .widget_shopping_cart .buttons {
    *zoom: 1;
    text-align: center; }
    .woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after,
    .woocommerce .widget_shopping_cart .buttons:before,
    .woocommerce .widget_shopping_cart .buttons:after {
      content: " ";
      display: table; }
    .woocommerce.widget_shopping_cart .buttons:after,
    .woocommerce .widget_shopping_cart .buttons:after {
      clear: both; }
    .woocommerce.widget_shopping_cart .buttons a,
    .woocommerce .widget_shopping_cart .buttons a {
      margin: 0 5px; }
  .woocommerce form .form-row {
    padding: 0px;
    margin: 0 0 30px; }
    .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last {
      width: 48%; }
    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
      -webkit-transition: opacity 0.5s 0.5s ease;
      -moz-transition: opacity 0.5s 0.5s ease;
      transition: opacity 0.5s 0.5s ease;
      opacity: 0; }
    .woocommerce form .form-row label {
      line-height: 2; }
    .woocommerce form .form-row label.hidden {
      visibility: hidden; }
    .woocommerce form .form-row label.inline {
      display: inline; }
    .woocommerce form .form-row select {
      cursor: pointer;
      margin: 0; }
    .woocommerce form .form-row .required {
      color: red;
      font-weight: 700;
      border: 0; }
    .woocommerce form .form-row .input-checkbox {
      display: inline;
      margin: -2px 8px 0 0;
      text-align: center;
      vertical-align: middle; }
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      outline: 0;
      line-height: 1; }
    .woocommerce form .form-row textarea {
      height: 4em;
      line-height: 1.5;
      display: block;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .woocommerce form .form-row .select2-container {
      width: 100%;
      line-height: 2em; }
    .woocommerce form .form-row.woocommerce-invalid label {
      color: #f10a4a; }
    .woocommerce form .form-row.woocommerce-invalid .select2-container,
    .woocommerce form .form-row.woocommerce-invalid input.input-text,
    .woocommerce form .form-row.woocommerce-invalid select {
      border-color: #f10a4a; }
    .woocommerce form .form-row.woocommerce-validated .select2-container,
    .woocommerce form .form-row.woocommerce-validated input.input-text,
    .woocommerce form .form-row.woocommerce-validated select {
      border-color: #2ec556; }
    .woocommerce form .form-row ::-webkit-input-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-moz-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-ms-input-placeholder {
      line-height: normal; }
  .woocommerce form.login,
  .woocommerce form.checkout_coupon,
  .woocommerce form.register {
    padding: 30px;
    margin: 30px 0 90px;
    text-align: left;
    background: #f5f5f5; }
    .woocommerce form.login p:first-of-type,
    .woocommerce form.checkout_coupon p:first-of-type,
    .woocommerce form.register p:first-of-type {
      font-family: "CalendasPlus"; }
    .woocommerce form.login label,
    .woocommerce form.checkout_coupon label,
    .woocommerce form.register label {
      font-family: "", "Isaac", Helvetica, Roboto, Arial, sans-serif;
      margin-top: 15px; }
    .woocommerce form.login #rememberme,
    .woocommerce form.checkout_coupon #rememberme,
    .woocommerce form.register #rememberme {
      margin: 0 2px 0 0;
      height: 13px; }
    .woocommerce form.login .button,
    .woocommerce form.checkout_coupon .button,
    .woocommerce form.register .button {
      text-transform: uppercase;
      background: #111;
      color: #fff;
      transition: opacity .3s;
      height: auto; }
      .woocommerce form.login .button:hover,
      .woocommerce form.checkout_coupon .button:hover,
      .woocommerce form.register .button:hover {
        opacity: .85; }
  .woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0; }
    .woocommerce ul#shipping_method li {
      margin: 0;
      padding: .25em 0 .25em 22px;
      text-indent: -22px;
      list-style: none outside; }
      .woocommerce ul#shipping_method li input {
        margin: 3px 0.5ex; }
      .woocommerce ul#shipping_method li label {
        display: inline; }
    .woocommerce ul#shipping_method .amount {
      font-weight: 700; }
  .woocommerce p.woocommerce-shipping-contents {
    margin: 0; }
  .woocommerce .order_details {
    *zoom: 1;
    margin: 0 0 1.5em;
    list-style: none; }
    .woocommerce .order_details:before, .woocommerce .order_details:after {
      content: " ";
      display: table; }
    .woocommerce .order_details:after {
      clear: both; }
    .woocommerce .order_details li {
      float: left;
      margin-right: 2em;
      text-transform: uppercase;
      font-size: 0.715em;
      line-height: 1;
      border-right: 1px dashed #d3ced2;
      padding-right: 2em;
      margin-left: 0;
      padding-left: 0;
      list-style-type: none; }
      .woocommerce .order_details li strong {
        display: block;
        font-size: 1.4em;
        text-transform: none;
        line-height: 1.5; }
      .woocommerce .order_details li:last-of-type {
        border: none; }
  .woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside; }
    .woocommerce .widget_layered_nav ul li {
      *zoom: 1;
      padding: 0 0 1px;
      list-style: none; }
      .woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after {
        content: " ";
        display: table; }
      .woocommerce .widget_layered_nav ul li:after {
        clear: both; }
      .woocommerce .widget_layered_nav ul li a,
      .woocommerce .widget_layered_nav ul li span {
        padding: 1px 0; }
    .woocommerce .widget_layered_nav ul li.chosen a:before {
      font-family: 'WooCommerce';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: .618em;
      content: "";
      text-decoration: none;
      color: #a00; }
  .woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1; }
    .woocommerce .widget_layered_nav_filters ul li {
      float: left;
      padding: 0 1px 1px 0;
      list-style: none; }
      .woocommerce .widget_layered_nav_filters ul li a {
        text-decoration: none; }
        .woocommerce .widget_layered_nav_filters ul li a:before {
          font-family: 'WooCommerce';
          speak: none;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          margin-right: .618em;
          content: "";
          text-decoration: none;
          color: #a00; }
  .woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em; }
  .woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.8751em; }
    .woocommerce .widget_price_filter .price_slider_amount .button {
      float: left; }
  .woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    background: #6F7C7C;
    cursor: ew-resize;
    outline: none;
    top: -3px;
    margin-left: -.5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-color: #6F7C7C; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ddd;
    border: 0; }
  .woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }
  .woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside; }
    .woocommerce .widget_rating_filter ul li {
      *zoom: 1;
      padding: 0 0 1px;
      list-style: none; }
      .woocommerce .widget_rating_filter ul li:before, .woocommerce .widget_rating_filter ul li:after {
        content: " ";
        display: table; }
      .woocommerce .widget_rating_filter ul li:after {
        clear: both; }
      .woocommerce .widget_rating_filter ul li a {
        padding: 1px 0;
        text-decoration: none; }
      .woocommerce .widget_rating_filter ul li .star-rating {
        float: none;
        display: inline-block; }
    .woocommerce .widget_rating_filter ul li.chosen a:before {
      font-family: 'WooCommerce';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: .618em;
      content: "";
      text-decoration: none;
      color: #a00; }

/**
 * Photoswipe
 * 1. These styles are required to overwrite default theme button styles (Twenty Twelve adds gradients via background-image).
 * 2. For zooming on mobile.
 */
.pswp {
  z-index: 999999; }

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
  max-width: none;
  /* 2 */ }

button.pswp__button {
  box-shadow: none !important;
  background-image: url("photoswipe/default-skin/default-skin.png") !important; }

button.pswp__button,
button.pswp__button:hover,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before {
  background-color: transparent !important;
  /* 1 */ }

button.pswp__button--arrow--left,
button.pswp__button--arrow--right,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right:hover {
  background-image: none !important;
  /* 1 */ }

button.pswp__button--close:hover {
  background-position: 0 -44px; }

button.pswp__button--zoom:hover {
  background-position: -88px 0; }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 30px 30px 30px 60px !important;
  margin: 0 0 30px !important;
  position: relative;
  background-color: #f5f5f5;
  color: #6F7C7C;
  border-left: 3px solid #a46497;
  list-style: none outside !important;
  font-family: "CalendasPlus";
  *zoom: 1;
  width: auto;
  word-wrap: break-word; }
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button {
    font-family: "", "Isaac", Helvetica, Roboto, Arial, sans-serif; }
  .woocommerce-message:before, .woocommerce-message:after,
  .woocommerce-error:before,
  .woocommerce-error:after,
  .woocommerce-info:before,
  .woocommerce-info:after {
    content: " ";
    display: table; }
  .woocommerce-message:after,
  .woocommerce-error:after,
  .woocommerce-info:after {
    clear: both; }
  .woocommerce-message:before,
  .woocommerce-error:before,
  .woocommerce-info:before {
    font-family: "WooCommerce";
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 1.5em; }
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button {
    float: right; }
  .woocommerce-message li,
  .woocommerce-error li,
  .woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important; }

.woocommerce-message {
  border-left-color: #2ec556; }
  .woocommerce-message:before {
    content: "\e015";
    color: #2ec556; }

.woocommerce-info {
  border-left-color: #ffe320; }
  .woocommerce-info:before {
    color: #ffe320; }

.woocommerce-error {
  border-left-color: #f10a4a; }
  .woocommerce-error:before {
    content: "\e016";
    color: #f10a4a; }

/**
 * Right to left styles
 */
.rtl.woocommerce div.product div.images .flex-control-thumbs li {
  float: right; }

/**
 * Account page
 */
.woocommerce-account .woocommerce {
  *zoom: 1; }
  .woocommerce-account .woocommerce:before, .woocommerce-account .woocommerce:after {
    content: " ";
    display: table; }
  .woocommerce-account .woocommerce:after {
    clear: both; }
@media screen and (max-width: 64em) {
  .woocommerce-account .addresses .woocommerce-Address {
    width: 100%;
    float: none;
    margin-bottom: 30px; } }
.woocommerce-account .addresses .title {
  *zoom: 1; }
  .woocommerce-account .addresses .title:before, .woocommerce-account .addresses .title:after {
    content: " ";
    display: table; }
  .woocommerce-account .addresses .title:after {
    clear: both; }
  .woocommerce-account .addresses .title h3 {
    float: left; }
  .woocommerce-account .addresses .title .edit {
    float: right; }
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0; }
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0; }
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0; }
  .woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .woocommerce-account ul.digital-downloads li:before {
      font-family: 'WooCommerce';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: .618em;
      content: "";
      text-decoration: none; }
    .woocommerce-account ul.digital-downloads li .count {
      float: right; }

/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 60px; }
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 60px;
  box-shadow: none; }
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle; }
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border: 1px solid #ddd;
  padding: 0 15px;
  margin: 0 15px 0 0;
  outline: 0;
  line-height: 1;
  height: 46px;
  width: auto;
  box-shadow: none; }
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1; }
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0; }
  .woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after,
  .woocommerce-checkout .wc-proceed-to-checkout:before,
  .woocommerce-checkout .wc-proceed-to-checkout:after,
  #add_payment_method .wc-proceed-to-checkout:before,
  #add_payment_method .wc-proceed-to-checkout:after {
    content: " ";
    display: table; }
  .woocommerce-cart .wc-proceed-to-checkout:after,
  .woocommerce-checkout .wc-proceed-to-checkout:after,
  #add_payment_method .wc-proceed-to-checkout:after {
    clear: both; }
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .cart-collaterals,
#add_payment_method .cart-collaterals {
  margin-bottom: 60px; }
  .woocommerce-cart .cart-collaterals .shipping_calculator .button,
  .woocommerce-checkout .cart-collaterals .shipping_calculator .button,
  #add_payment_method .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block; }
  .woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
  .woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
  #add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none; }
  .woocommerce-cart .cart-collaterals .cart_totals h2,
  .woocommerce-checkout .cart-collaterals .cart_totals h2,
  #add_payment_method .cart-collaterals .cart_totals h2 {
    font-size: 18px; }
  .woocommerce-cart .cart-collaterals .cart_totals p small,
  .woocommerce-checkout .cart-collaterals .cart_totals p small,
  #add_payment_method .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: 0.83em; }
  .woocommerce-cart .cart-collaterals .cart_totals table,
  .woocommerce-checkout .cart-collaterals .cart_totals table,
  #add_payment_method .cart-collaterals .cart_totals table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0; }
    .woocommerce-cart .cart-collaterals .cart_totals table tbody,
    .woocommerce-checkout .cart-collaterals .cart_totals table tbody,
    #add_payment_method .cart-collaterals .cart_totals table tbody {
      border: none;
      background: #f5f5f5; }
      .woocommerce-cart .cart-collaterals .cart_totals table tbody tr:nth-last-of-type(2) td,
      .woocommerce-checkout .cart-collaterals .cart_totals table tbody tr:nth-last-of-type(2) td,
      #add_payment_method .cart-collaterals .cart_totals table tbody tr:nth-last-of-type(2) td {
        border-top: 0;
        border-bottom: 1px solid #ddd; }
      .woocommerce-cart .cart-collaterals .cart_totals table tbody tr:last-of-type th,
      .woocommerce-checkout .cart-collaterals .cart_totals table tbody tr:last-of-type th,
      #add_payment_method .cart-collaterals .cart_totals table tbody tr:last-of-type th {
        border-bottom: 0;
        border-top: 2px solid #6F7C7C; }
    .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
    .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
    .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
    .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
    #add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
    #add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
      border-top: 0; }
    .woocommerce-cart .cart-collaterals .cart_totals table th,
    .woocommerce-checkout .cart-collaterals .cart_totals table th,
    #add_payment_method .cart-collaterals .cart_totals table th {
      width: 40%;
      vertical-align: middle; }
    .woocommerce-cart .cart-collaterals .cart_totals table td,
    .woocommerce-cart .cart-collaterals .cart_totals table th,
    .woocommerce-checkout .cart-collaterals .cart_totals table td,
    .woocommerce-checkout .cart-collaterals .cart_totals table th,
    #add_payment_method .cart-collaterals .cart_totals table td,
    #add_payment_method .cart-collaterals .cart_totals table th {
      border: none;
      border-bottom: 1px solid #ddd;
      line-height: 1.5em; }
    .woocommerce-cart .cart-collaterals .cart_totals table small,
    .woocommerce-checkout .cart-collaterals .cart_totals table small,
    #add_payment_method .cart-collaterals .cart_totals table small {
      color: #777; }
    .woocommerce-cart .cart-collaterals .cart_totals table select,
    .woocommerce-checkout .cart-collaterals .cart_totals table select,
    #add_payment_method .cart-collaterals .cart_totals table select {
      width: 100%; }
    .woocommerce-cart .cart-collaterals .cart_totals table .order-total th,
    .woocommerce-checkout .cart-collaterals .cart_totals table .order-total th,
    #add_payment_method .cart-collaterals .cart_totals table .order-total th {
      font-size: 16px; }
    .woocommerce-cart .cart-collaterals .cart_totals table .order-total td,
    .woocommerce-checkout .cart-collaterals .cart_totals table .order-total td,
    #add_payment_method .cart-collaterals .cart_totals table .order-total td {
      font-size: 18px; }
  .woocommerce-cart .cart-collaterals .cart_totals .discount td,
  .woocommerce-checkout .cart-collaterals .cart_totals .discount td,
  #add_payment_method .cart-collaterals .cart_totals .discount td {
    color: #77a464; }
  .woocommerce-cart .cart-collaterals .cart_totals tr td,
  .woocommerce-cart .cart-collaterals .cart_totals tr th,
  .woocommerce-checkout .cart-collaterals .cart_totals tr td,
  .woocommerce-checkout .cart-collaterals .cart_totals tr th,
  #add_payment_method .cart-collaterals .cart_totals tr td,
  #add_payment_method .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb; }
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout,
  .woocommerce-checkout .cart-collaterals .cart_totals .wc-proceed-to-checkout,
  #add_payment_method .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    text-align: right;
    padding: 0; }
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
  .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
  #add_payment_method .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0; }
  .woocommerce-cart .cart-collaterals .cross-sells h2,
  .woocommerce-checkout .cart-collaterals .cross-sells h2,
  #add_payment_method .cart-collaterals .cross-sells h2 {
    font-size: 18px; }
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none; }
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left; }
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left; }
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: normal; }
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%; }
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both; }
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: #ebe9eb;
  border-radius: 5px; }
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods,
  #add_payment_method #payment ul.payment_methods {
    *zoom: 1;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside; }
    .woocommerce-cart #payment ul.payment_methods:before, .woocommerce-cart #payment ul.payment_methods:after,
    .woocommerce-checkout #payment ul.payment_methods:before,
    .woocommerce-checkout #payment ul.payment_methods:after,
    #add_payment_method #payment ul.payment_methods:before,
    #add_payment_method #payment ul.payment_methods:after {
      content: " ";
      display: table; }
    .woocommerce-cart #payment ul.payment_methods:after,
    .woocommerce-checkout #payment ul.payment_methods:after,
    #add_payment_method #payment ul.payment_methods:after {
      clear: both; }
    .woocommerce-cart #payment ul.payment_methods li,
    .woocommerce-checkout #payment ul.payment_methods li,
    #add_payment_method #payment ul.payment_methods li {
      line-height: 2;
      text-align: left;
      margin: 0;
      font-weight: normal;
      *zoom: 1; }
      .woocommerce-cart #payment ul.payment_methods li:before, .woocommerce-cart #payment ul.payment_methods li:after,
      .woocommerce-checkout #payment ul.payment_methods li:before,
      .woocommerce-checkout #payment ul.payment_methods li:after,
      #add_payment_method #payment ul.payment_methods li:before,
      #add_payment_method #payment ul.payment_methods li:after {
        content: " ";
        display: table; }
      .woocommerce-cart #payment ul.payment_methods li:after,
      .woocommerce-checkout #payment ul.payment_methods li:after,
      #add_payment_method #payment ul.payment_methods li:after {
        clear: both; }
      .woocommerce-cart #payment ul.payment_methods li input,
      .woocommerce-checkout #payment ul.payment_methods li input,
      #add_payment_method #payment ul.payment_methods li input {
        margin: 0 1em 0 0; }
      .woocommerce-cart #payment ul.payment_methods li img,
      .woocommerce-checkout #payment ul.payment_methods li img,
      #add_payment_method #payment ul.payment_methods li img {
        vertical-align: middle;
        margin: -2px 0 0 .5em;
        padding: 0;
        position: relative;
        box-shadow: none; }
      .woocommerce-cart #payment ul.payment_methods li img + img,
      .woocommerce-checkout #payment ul.payment_methods li img + img,
      #add_payment_method #payment ul.payment_methods li img + img {
        margin-left: 2px; }
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row,
  #add_payment_method #payment div.form-row {
    padding: 1em; }
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box,
  #add_payment_method #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151; }
    .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea,
    .woocommerce-checkout #payment div.payment_box input.input-text,
    .woocommerce-checkout #payment div.payment_box textarea,
    #add_payment_method #payment div.payment_box input.input-text,
    #add_payment_method #payment div.payment_box textarea {
      border-color: #c7c1c6;
      border-top-color: #bbb3b9; }
    .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
    .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
    #add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
      color: #bbb3b9; }
    .woocommerce-cart #payment div.payment_box :-moz-placeholder,
    .woocommerce-checkout #payment div.payment_box :-moz-placeholder,
    #add_payment_method #payment div.payment_box :-moz-placeholder {
      color: #bbb3b9; }
    .woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
    .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
    #add_payment_method #payment div.payment_box :-ms-input-placeholder {
      color: #bbb3b9; }
    .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
    .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
    #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
      list-style: none outside;
      margin: 0; }
      .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
      .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
      .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
      .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
      #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
      #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
        margin: 0 0 .5em 0; }
        .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
        .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
        .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
        .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
        #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
        #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
          cursor: pointer; }
      .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
      .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
      #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
        vertical-align: middle;
        margin: -3px 1em 0 0;
        position: relative; }
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
    #add_payment_method #payment div.payment_box .wc-credit-card-form {
      border: 0;
      padding: 0;
      margin: 1em 0 0; }
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
      font-size: 1.5em;
      padding: 8px;
      background-repeat: no-repeat;
      background-position: right .618em center;
      background-size: 32px 20px; }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
        background-image: url(../images/icons/credit-cards/visa.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
        background-image: url(../images/icons/credit-cards/mastercard.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
        background-image: url(../images/icons/credit-cards/laser.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
        background-image: url(../images/icons/credit-cards/diners.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
        background-image: url(../images/icons/credit-cards/maestro.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
        background-image: url(../images/icons/credit-cards/jcb.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
        background-image: url(../images/icons/credit-cards/amex.svg); }
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
        background-image: url(../images/icons/credit-cards/discover.svg); }
    .woocommerce-cart #payment div.payment_box span.help,
    .woocommerce-checkout #payment div.payment_box span.help,
    #add_payment_method #payment div.payment_box span.help {
      font-size: .857em;
      color: #777;
      font-weight: normal; }
    .woocommerce-cart #payment div.payment_box .form-row,
    .woocommerce-checkout #payment div.payment_box .form-row,
    #add_payment_method #payment div.payment_box .form-row {
      margin: 0 0 1em; }
    .woocommerce-cart #payment div.payment_box p:last-child,
    .woocommerce-checkout #payment div.payment_box p:last-child,
    #add_payment_method #payment div.payment_box p:last-child {
      margin-bottom: 0; }
    .woocommerce-cart #payment div.payment_box:before,
    .woocommerce-checkout #payment div.payment_box:before,
    #add_payment_method #payment div.payment_box:before {
      content: "";
      display: block;
      border: 1em solid #dfdcde;
      /* arrow size / color */
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent;
      position: absolute;
      top: -.75em;
      left: 0;
      margin: -1em 0 0 2em; }
  .woocommerce-cart #payment .payment_method_paypal .about_paypal,
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal,
  #add_payment_method #payment .payment_method_paypal .about_paypal {
    margin-left: 10px; }
  .woocommerce-cart #payment .payment_method_paypal img,
  .woocommerce-checkout #payment .payment_method_paypal img,
  #add_payment_method #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em; }
  .woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373; }
  .woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b; }
  .woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53; }
  .woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733; }

.woocommerce-password-hint {
  margin: .5em 0 0 0;
  display: block; }

/* added to get around variation image flicker issue */
.js .woocommerce-product-gallery--with-images {
  opacity: 0; }

/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1; }

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0; }
.single-product .twentythirteen p.stars {
  clear: both; }

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px; }

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important; }

/**
 * Twenty Sixteen specific styles
 */
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

.twentysixteen .price ins {
  background: inherit;
  color: inherit; }

/**
 * Marco woocommerce styles
 */
@media screen and (max-width: 39.9375em) {
  .woocommerce-cart .shop_table.cart .cart_item td:last-of-type {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ddd; }
  .woocommerce-cart .shop_table.cart .cart_item:nth-last-of-type(2) td:last-of-type {
    border: none;
    padding-bottom: 0; }
  .woocommerce-cart .shop_table.cart thead {
    display: none; }
  .woocommerce-cart .shop_table.cart tbody {
    display: block;
    border: none; }
    .woocommerce-cart .shop_table.cart tbody tr:last-of-type td {
      padding-top: 15px; }
    .woocommerce-cart .shop_table.cart tbody td {
      display: inline-block;
      text-align: right;
      border: none;
      width: 100%;
      padding: 10px 15px;
      overflow: hidden; }
      .woocommerce-cart .shop_table.cart tbody td a, .woocommerce-cart .shop_table.cart tbody td .quantity {
        display: block;
        width: 50%;
        float: right; }
      .woocommerce-cart .shop_table.cart tbody td .quantity input {
        margin: 0 0 0 auto; }
    .woocommerce-cart .shop_table.cart tbody .variation {
      display: block;
      float: right;
      width: 100%; }
    .woocommerce-cart .shop_table.cart tbody .mobile-header {
      text-align: left;
      text-transform: uppercase;
      font-size: 12px;
      width: 50%;
      float: left;
      margin-top: 3px; }
    .woocommerce-cart .shop_table.cart tbody .product-remove {
      width: 50%; }
      .woocommerce-cart .shop_table.cart tbody .product-remove a {
        text-align: left;
        width: 100%; }
    .woocommerce-cart .shop_table.cart tbody .product-thumbnail {
      width: 50%;
      max-width: 100%;
      padding: 5px 15px;
      text-align: right; }
      .woocommerce-cart .shop_table.cart tbody .product-thumbnail a {
        display: block;
        width: 80px;
        float: right;
        clear: right; }
        .woocommerce-cart .shop_table.cart tbody .product-thumbnail a img {
          width: 100%; }
  .woocommerce-cart .shop_table.cart .actions .coupon {
    width: 100%; }
    .woocommerce-cart .shop_table.cart .actions .coupon .button, .woocommerce-cart .shop_table.cart .actions .coupon .input-text {
      margin-bottom: 15px !important; }
  .woocommerce-cart .shop_table.cart .actions .button, .woocommerce-cart .shop_table.cart .actions .input-text {
    width: 100% !important;
    display: block;
    float: none !important; }

  .woocommerce-cart .cart-collaterals .cross-sells, .woocommerce-cart .cart-collaterals .up-sells, .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    float: none; }

  .woocommerce-account .shop_table.my_account_orders thead {
    display: none; }
  .woocommerce-account .shop_table.my_account_orders tbody {
    display: block;
    border: none; }
    .woocommerce-account .shop_table.my_account_orders tbody tr:last-of-type td {
      padding-top: 15px; }
    .woocommerce-account .shop_table.my_account_orders tbody td {
      display: inline-block;
      text-align: right;
      border: none;
      width: 100%;
      padding: 10px 15px;
      overflow: hidden;
      border-top: 0 !important;
      border-bottom: 1px solid #ddd !important; }
      .woocommerce-account .shop_table.my_account_orders tbody td:last-of-type, .woocommerce-account .shop_table.my_account_orders tbody td:nth-last-of-type(2) {
        border-bottom: 0 !important; }
      .woocommerce-account .shop_table.my_account_orders tbody td a {
        display: block;
        width: 50%;
        float: right; }
    .woocommerce-account .shop_table.my_account_orders tbody .mobile-header {
      text-align: left;
      text-transform: uppercase;
      font-size: 12px;
      width: 50%;
      float: left;
      margin-top: 3px; } }
@media screen and (max-width: 64em) {
  .post-type-archive-product #content, .archive.woocommerce-page #content, .post-type-archive-product .widget-area, .archive.woocommerce-page .widget-area, .single-product, .woocommerce-cart, body.woocommerce-checkout, .woocommerce-lost-password, .woocommerce-account {
    padding-top: 60px; }

  .woocommerce-demo-store.post-type-archive-product #content, .woocommerce-demo-store.archive.woocommerce-page #content, .woocommerce-demo-store.archive.woocommerce-page .widget-area, .woocommerce-demo-store.post-type-archive-product .widget-area, .woocommerce-demo-store.single-product, .woocommerce-demo-store.woocommerce-cart, .woocommerce-demo-storebody.woocommerce-checkout, .woocommerce-demo-store.woocommerce-lost-password, .woocommerce-demo-store.woocommerce-account {
    padding-top: 120px; }

  p.demo_store {
    position: absolute;
    top: 80px; }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 47%;
    margin: 0 3% 2.992em 0; } }
@media screen and (min-width: 64.0625em) {
  .post-type-archive-product #content, .archive.woocommerce-page #content, .post-type-archive-product .widget-area, .archive.woocommerce-page .widget-area, .single-product, .woocommerce-cart, body.woocommerce-checkout, .woocommerce-lost-password, .woocommerce-account {
    padding-top: 60px; }

  .woocommerce-demo-store.post-type-archive-product #content, .woocommerce-demo-store.archive.woocommerce-page #content, .woocommerce-demo-store.post-type-archive-product .widget-area, .woocommerce-demo-store.archive.woocommerce-page .widget-area, .woocommerce-demo-store.single-product, .woocommerce-demo-store.woocommerce-cart, .woocommerce-demo-storebody.woocommerce-checkout, .woocommerce-demo-store.woocommerce-lost-password, .woocommerce-demo-store.woocommerce-account {
    padding-top: 120px; }

  p.demo_store {
    position: absolute;
    top: 150px; }

  .show-fixed-nav ~ p.demo_store {
    top: 80px;
    position: fixed; } }
p.demo_store {
  background: #111;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px; }

.cart-empty, .return-to-shop {
  text-align: center; }

.cart-empty {
  padding-top: 30px; }

.return-to-shop {
  margin-bottom: 90px; }

.marco-single-product {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 1em; }
  .marco-single-product img {
    margin-bottom: 0 !important; }
  .marco-single-product .woocommerce-LoopProduct-link {
    display: block; }
  .marco-single-product a.add_to_cart_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, 3px, 0);
    margin-top: 0 !important;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: transform .4s, opacity .4s, visibility .4s .4s; }
    .marco-single-product a.add_to_cart_button .btn-text {
      font-size: 14px; }
    .marco-single-product a.add_to_cart_button:after {
      color: #fff; }
  .marco-single-product a.btn.added {
    opacity: 0 !important; }
  .marco-single-product a.added_to_cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -17px, 0);
    margin-top: 0 !important;
    z-index: 2;
    background: #fff;
    color: #6F7C7C;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.1em; }
  .marco-single-product:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(30px);
    opacity: 0;
    transition: opacity .4s, transform .4s;
    z-index: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 80%, black 100%);
    pointer-events: none; }
  .marco-single-product:hover a.add_to_cart_button {
    visibility: visible;
    opacity: 1;
    transition: transform .4s, visibility .4s, opacity .4s;
    transform: translate3d(-50%, -17px, 0); }
  .marco-single-product:hover:before {
    opacity: 1;
    transform: translateY(0); }

.woocommerce-review-link {
  font-family: "CalendasPlus";
  color: #8a8a8a; }

.woocommerce-Price-currencySymbol {
  margin-right: 1px;
  margin-left: 1px; }

.shop_table .coupon .button, .shop_table .button[name="update_cart"], .shop_table .shipping-calculator-form .button {
  padding: 15px 30px;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  transition: opacity .3s; }
  .shop_table .coupon .button:hover, .shop_table .button[name="update_cart"]:hover, .shop_table .shipping-calculator-form .button:hover {
    opacity: .85; }
.shop_table .woocommerce-shipping-calculator > p {
  margin-bottom: 0; }
.shop_table .shipping-calculator-form {
  background: #ddd;
  padding: 15px; }
  .shop_table .shipping-calculator-form .form-row {
    padding: 0;
    margin: 0 0 15px; }
  .shop_table .shipping-calculator-form input, .shop_table .shipping-calculator-form select {
    background: #f5f5f5; }
  .shop_table .shipping-calculator-form .button {
    padding: 10px 20px;
    font-size: 12px;
    margin-left: 2px; }
.shop_table .shipping-calculator-button {
  position: relative; }
  .shop_table .shipping-calculator-button:after {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 1px;
    width: 100%;
    transition: transform .3s;
    background: #6F7C7C;
    left: 0; }
  .shop_table .shipping-calculator-button:hover:after {
    transform: scale3d(1, 2, 1);
    transform-origin: top; }
.shop_table .button[name="update_cart"]:disabled, .shop_table .button[name="update_cart"]:disabled[disabled], .shop_table .button[name="update_cart"].disabled {
  background: #f5f5f5 !important; }

@media screen and (max-width: 64em) {
  form.checkout_coupon .form-row, form.checkout_coupon .button {
    width: 100% !important;
    float: none; } }
form.checkout_coupon .button {
  padding: 15px 30px;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  transition: opacity .3s; }
  form.checkout_coupon .button:hover {
    opacity: .85; }

.wc-proceed-to-checkout a {
  width: 100%;
  padding: 20px 30px;
  text-transform: uppercase;
  color: #fff; }

.woocommerce-billing-fields {
  margin-bottom: 60px; }

.woocommerce-checkout .woocommerce-billing-fields {
  margin-bottom: 0; }
.woocommerce-checkout .woocommerce-account-fields .form-row.create-account {
  margin-bottom: 60px; }

form.woocommerce-checkout label, form.login label, form.register label, form.checkout_coupon label, .lost_reset_password label, .woocommerce-MyAccount-content form label {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1 !important;
  position: relative;
  display: block !important; }
form.woocommerce-checkout input, form.woocommerce-checkout select, form.woocommerce-checkout .select2-container .select2-selection, form.woocommerce-checkout textarea, form.login input, form.login select, form.login .select2-container .select2-selection, form.login textarea, form.register input, form.register select, form.register .select2-container .select2-selection, form.register textarea, form.checkout_coupon input, form.checkout_coupon select, form.checkout_coupon .select2-container .select2-selection, form.checkout_coupon textarea, .lost_reset_password input, .lost_reset_password select, .lost_reset_password .select2-container .select2-selection, .lost_reset_password textarea, .woocommerce-MyAccount-content form input, .woocommerce-MyAccount-content form select, .woocommerce-MyAccount-content form .select2-container .select2-selection, .woocommerce-MyAccount-content form textarea {
  height: 43px;
  border-radius: 0;
  padding: 0 15px;
  box-shadow: none;
  border: 1px solid #ddd;
  background: transparent; }
  form.woocommerce-checkout input:focus, form.woocommerce-checkout select:focus, form.woocommerce-checkout .select2-container .select2-selection:focus, form.woocommerce-checkout textarea:focus, form.login input:focus, form.login select:focus, form.login .select2-container .select2-selection:focus, form.login textarea:focus, form.register input:focus, form.register select:focus, form.register .select2-container .select2-selection:focus, form.register textarea:focus, form.checkout_coupon input:focus, form.checkout_coupon select:focus, form.checkout_coupon .select2-container .select2-selection:focus, form.checkout_coupon textarea:focus, .lost_reset_password input:focus, .lost_reset_password select:focus, .lost_reset_password .select2-container .select2-selection:focus, .lost_reset_password textarea:focus, .woocommerce-MyAccount-content form input:focus, .woocommerce-MyAccount-content form select:focus, .woocommerce-MyAccount-content form .select2-container .select2-selection:focus, .woocommerce-MyAccount-content form textarea:focus {
    outline: none !important; }
form.woocommerce-checkout textarea, form.login textarea, form.register textarea, form.checkout_coupon textarea, .lost_reset_password textarea, .woocommerce-MyAccount-content form textarea {
  height: auto;
  padding: 15px; }
form.woocommerce-checkout .select2-selection__rendered, form.woocommerce-checkout .select2-selection__arrow, form.login .select2-selection__rendered, form.login .select2-selection__arrow, form.register .select2-selection__rendered, form.register .select2-selection__arrow, form.checkout_coupon .select2-selection__rendered, form.checkout_coupon .select2-selection__arrow, .lost_reset_password .select2-selection__rendered, .lost_reset_password .select2-selection__arrow, .woocommerce-MyAccount-content form .select2-selection__rendered, .woocommerce-MyAccount-content form .select2-selection__arrow {
  line-height: 40px !important;
  height: 40px !important; }
form.woocommerce-checkout .form-row label abbr.required, form.woocommerce-checkout .form-row label span.required, form.login .form-row label abbr.required, form.login .form-row label span.required, form.register .form-row label abbr.required, form.register .form-row label span.required, form.checkout_coupon .form-row label abbr.required, form.checkout_coupon .form-row label span.required, .lost_reset_password .form-row label abbr.required, .lost_reset_password .form-row label span.required, .woocommerce-MyAccount-content form .form-row label abbr.required, .woocommerce-MyAccount-content form .form-row label span.required {
  color: #6F7C7C; }
form.woocommerce-checkout legend, form.login legend, form.register legend, form.checkout_coupon legend, .lost_reset_password legend, .woocommerce-MyAccount-content form legend {
  font-family: "CalendasPlus";
  margin-bottom: 15px; }

form.woocommerce-checkout h3 {
  font-size: 20px; }
form.woocommerce-checkout .form-row.create-account {
  margin-bottom: 0; }
form.woocommerce-checkout .create-account > p:first-of-type {
  font-family: "CalendasPlus"; }
form.woocommerce-checkout .woocommerce-checkout-review-order table {
  border-collapse: collapse; }
form.woocommerce-checkout .woocommerce-checkout-review-order tbody {
  border: none; }
form.woocommerce-checkout .woocommerce-checkout-review-order thead th {
  border-bottom: 1px solid #111; }
form.woocommerce-checkout .woocommerce-checkout-review-order tfoot td {
  border-top: 0;
  border-bottom: 1px solid #ddd; }
form.woocommerce-checkout .woocommerce-checkout-review-order tfoot tr:first-of-type td, form.woocommerce-checkout .woocommerce-checkout-review-order tfoot tr:first-of-type th {
  border-top: 1px solid #111; }
form.woocommerce-checkout .woocommerce-checkout-review-order tfoot tr:last-of-type td, form.woocommerce-checkout .woocommerce-checkout-review-order tfoot tr:last-of-type th {
  border: none;
  border-top: 2px solid #6F7C7C; }
form.woocommerce-checkout .order-total th {
  font-size: 16px; }
form.woocommerce-checkout .order-total td {
  font-size: 18px; }
form.woocommerce-checkout #payment {
  border-radius: 0;
  background: #f5f5f5;
  margin-bottom: 60px; }
  form.woocommerce-checkout #payment .input-radio {
    margin: 0 0 0 15px;
    height: 15px; }
  form.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #ddd; }
  form.woocommerce-checkout #payment #place_order {
    padding: 20px 30px;
    text-transform: uppercase;
    background: #111;
    color: #fff;
    transition: opacity .3s;
    height: auto; }
    form.woocommerce-checkout #payment #place_order:hover {
      opacity: .85; }
  form.woocommerce-checkout #payment .payment_box p {
    font-family: "CalendasPlus"; }

#ship-to-different-address input {
  margin: 0 0 0 15px;
  height: 15px; }

.woocommerce .lost_reset_password {
  text-align: center;
  margin-bottom: 90px;
  margin-top: 30px; }
  .woocommerce .lost_reset_password p:first-of-type {
    font-family: "CalendasPlus"; }
  .woocommerce .lost_reset_password .form-row-first {
    margin: 0 auto 30px;
    float: none;
    text-align: left; }
  .woocommerce .lost_reset_password .button {
    background: transparent !important;
    text-transform: uppercase;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1; }

.woocommerce-MyAccount-orders th {
  border-bottom: none !important; }

.woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation {
  margin-bottom: 60px; }

@media screen and (max-width: 64em) {
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
    float: none !important; } }
.woocommerce-MyAccount-navigation ul {
  margin: 0; }
.woocommerce-MyAccount-navigation li {
  list-style-type: none;
  padding: 15px 30px;
  border-bottom: 1px solid #ddd;
  font-family: "CalendasPlus"; }
  .woocommerce-MyAccount-navigation li:last-of-type {
    border-bottom: none; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
  font-weight: bold; }

@media screen and (max-width: 64em) {
  .woocommerce-MyAccount-content, .woocommerce-account {
    width: 100% !important;
    float: none !important; }
    .woocommerce-MyAccount-content .col-1, .woocommerce-account .col-1 {
      margin-bottom: 30px; }
    .woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2, .woocommerce-account .col-1, .woocommerce-account .col-2 {
      width: 100% !important;
      float: none !important; } }
.woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content h2, .woocommerce-account h3, .woocommerce-account h2 {
  font-size: 24px; }
.woocommerce-MyAccount-content address, .woocommerce-account address {
  font-family: "CalendasPlus"; }
.woocommerce-MyAccount-content form p:not(.form-row):last-of-type, .woocommerce-account form p:not(.form-row):last-of-type {
  text-align: right; }
.woocommerce-MyAccount-content form input.button, .woocommerce-account form input.button {
  padding: 15px 30px;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  transition: opacity .3s;
  height: auto; }
  .woocommerce-MyAccount-content form input.button:hover, .woocommerce-account form input.button:hover {
    opacity: .85; }
.woocommerce-MyAccount-content .addresses, .woocommerce-account .addresses {
  margin-top: 45px; }
.woocommerce-MyAccount-content .woocommerce-Address-title, .woocommerce-account .woocommerce-Address-title {
  margin-bottom: 15px; }

.woocommerce form.login .button {
  padding: 15px 30px;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  transition: opacity .3s;
  height: auto; }
  .woocommerce form.login .button:hover {
    opacity: .85; }

table.shop_table.order_details, table.shop_table.customer_details {
  border-collapse: collapse; }
  table.shop_table.order_details tbody, table.shop_table.customer_details tbody {
    border: none; }
    table.shop_table.order_details tbody td, table.shop_table.customer_details tbody td {
      border-bottom: 1px solid #ddd; }
    table.shop_table.order_details tbody tr:last-of-type th, table.shop_table.customer_details tbody tr:last-of-type th {
      border-bottom: none; }
    table.shop_table.order_details tbody tr:last-of-type td, table.shop_table.customer_details tbody tr:last-of-type td {
      border-top: none !important;
      border-bottom: none; }
    table.shop_table.order_details tbody th, table.shop_table.customer_details tbody th {
      border-top: none; }
  table.shop_table.order_details thead th, table.shop_table.customer_details thead th {
    border-bottom: 1px solid #111; }
  table.shop_table.order_details tfoot td, table.shop_table.customer_details tfoot td {
    border-top: 0;
    border-bottom: 1px solid #ddd; }
  table.shop_table.order_details tfoot tr:first-of-type td, table.shop_table.order_details tfoot tr:first-of-type th, table.shop_table.customer_details tfoot tr:first-of-type td, table.shop_table.customer_details tfoot tr:first-of-type th {
    border-top: 1px solid #111; }
  table.shop_table.order_details tfoot tr:last-of-type th, table.shop_table.customer_details tfoot tr:last-of-type th {
    font-size: 16px; }
  table.shop_table.order_details tfoot tr:last-of-type td, table.shop_table.customer_details tfoot tr:last-of-type td {
    font-size: 18px; }
  table.shop_table.order_details tfoot tr:last-of-type td, table.shop_table.order_details tfoot tr:last-of-type th, table.shop_table.customer_details tfoot tr:last-of-type td, table.shop_table.customer_details tfoot tr:last-of-type th {
    border: none;
    border-top: 2px solid #6F7C7C; }

@media screen and (max-width: 64em) {
  #customer_details .woocommerce-billing-fields {
    margin-bottom: 0; }
  #customer_details .col-1, #customer_details .col-2 {
    width: 100%;
    float: none; } }

#customer_login {
  margin-bottom: 60px; }
  #customer_login h2 {
    font-size: 20px; }
  @media screen and (max-width: 64em) {
    #customer_login .col-1, #customer_login .col-2 {
      width: 100%; } }
  #customer_login .button {
    padding: 10px 20px;
    text-transform: uppercase;
    background: #111;
    color: #fff;
    transition: opacity .3s;
    height: auto; }
    #customer_login .button:hover {
      opacity: .85; }

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

.woocommerce-thankyou-order-received {
  text-align: center;
  font-family: "CalendasPlus";
  margin-bottom: 60px;
  background: #f5f5f5;
  padding: 30px; }

.woocommerce .woocommerce-thankyou-order-details {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 60px; }
  @media screen and (max-width: 39.9375em) {
    .woocommerce .woocommerce-thankyou-order-details {
      width: 100%; }
      .woocommerce .woocommerce-thankyou-order-details li {
        display: block;
        float: none;
        width: 100%;
        border: none;
        text-align: center;
        margin-bottom: 30px;
        padding: 0; } }
  @media screen and (min-width: 40em) {
    .woocommerce .woocommerce-thankyou-order-details {
      display: table;
      width: 100%;
      vertical-align: middle; }
      .woocommerce .woocommerce-thankyou-order-details li {
        display: table-cell;
        float: none !important;
        padding: 0 30px;
        margin: 0;
        border-right: 1px solid #ddd; }
        .woocommerce .woocommerce-thankyou-order-details li strong {
          margin-top: 5px; } }

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

.cart-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s, visibility .4s .4s;
  z-index: 7; }
  .cart-overlay.show-cart-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s; }

.cart-offcanvas {
  max-width: 100%; }
  .cart-offcanvas > a > span {
    display: inline-block;
    padding: 0 !important; }
  .cart-offcanvas a.cart {
    text-transform: capitalize;
    color: red; }
  .cart-offcanvas .show-cart {
    padding: 0 15px 30px;
    top: 100%;
    right: 0;
    text-align: left;
    border-top: none;
    max-height: calc(100% - 223px);
    overflow-y: auto;
    margin-left: 15px;
    margin-right: -15px; }
    @media screen and (max-width: 39.9375em) {
      .cart-offcanvas .show-cart {
        padding: 15px;
        max-height: calc(100% - 250px); } }
    .cart-offcanvas .show-cart li {
      display: block;
      background: inherit;
      padding: 0;
      margin-left: 0;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px dotted #ddd; }
      .cart-offcanvas .show-cart li:last-of-type {
        border-bottom: none; }
      .cart-offcanvas .show-cart li .img-product {
        width: 80px;
        height: 80px;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        transition: margin-left .3s; }
        @media screen and (max-width: 39.9375em) {
          .cart-offcanvas .show-cart li .img-product {
            width: 50px;
            height: 50px; } }
        @media screen and (max-width: 64em) {
          .cart-offcanvas .show-cart li .img-product {
            margin-left: 30px; } }
        .cart-offcanvas .show-cart li .img-product:hover:after {
          opacity: 0.7; }
        .cart-offcanvas .show-cart li .img-product figure, .cart-offcanvas .show-cart li .img-product img {
          width: 100%;
          display: block; }
        .cart-offcanvas .show-cart li .img-product figure {
          margin: 0; }
        .cart-offcanvas .show-cart li .img-product img {
          height: auto; }
      .cart-offcanvas .show-cart li .list-product {
        position: relative;
        padding-left: 30px;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 39.9375em) {
          .cart-offcanvas .show-cart li .list-product {
            padding-left: 15px; } }
        .cart-offcanvas .show-cart li .list-product a {
          padding: 0; }
        .cart-offcanvas .show-cart li .list-product h5 {
          margin-bottom: 5px;
          padding-right: 30px;
          transition: color .3s;
          cursor: pointer;
          font-size: 16px !important; }
        .cart-offcanvas .show-cart li .list-product .quantity {
          float: left;
          font-size: 14px;
          text-align: center; }
          .cart-offcanvas .show-cart li .list-product .quantity:after {
            content: 'x';
            color: inherit;
            margin-left: 5px;
            margin-right: 5px; }
        .cart-offcanvas .show-cart li .list-product .price-product {
          margin-left: 5px;
          font-size: 14px !important;
          font-weight: 600; }
        .cart-offcanvas .show-cart li .list-product .remove-product {
          position: absolute;
          width: 20px;
          height: 20px;
          top: 50%;
          margin-top: -10px;
          left: -128px;
          text-align: center;
          cursor: pointer; }
          @media screen and (max-width: 39.9375em) {
            .cart-offcanvas .show-cart li .list-product .remove-product {
              left: -85px; } }
          @media screen and (max-width: 64em) {
            .cart-offcanvas .show-cart li .list-product .remove-product {
              opacity: 1; } }
          @media screen and (min-width: 64.0625em) {
            .cart-offcanvas .show-cart li .list-product .remove-product {
              opacity: 0;
              transition: opacity .3s; } }
          .cart-offcanvas .show-cart li .list-product .remove-product .icon-close {
            position: relative;
            height: 20px;
            width: 20px; }
            .cart-offcanvas .show-cart li .list-product .remove-product .icon-close:before, .cart-offcanvas .show-cart li .list-product .remove-product .icon-close:after {
              content: "";
              position: absolute;
              top: 50%;
              margin-top: -1px;
              left: 6px;
              width: 10px;
              height: 2px;
              background: #6F7C7C;
              transition: background .3s; }
            .cart-offcanvas .show-cart li .list-product .remove-product .icon-close:before {
              transform: rotate(45deg); }
            .cart-offcanvas .show-cart li .list-product .remove-product .icon-close:after {
              transform: rotate(-45deg); }
            .cart-offcanvas .show-cart li .list-product .remove-product .icon-close:hover:before, .cart-offcanvas .show-cart li .list-product .remove-product .icon-close:hover:after {
              background: #f10a4a; }
      @media screen and (min-width: 64.0625em) {
        .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 .summation {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 223px;
    padding: 30px;
    background: #fff; }
    .cart-offcanvas .summation .summation-subtotal {
      overflow: hidden;
      border-top: 2px solid #6F7C7C;
      padding-top: 10px;
      margin-bottom: 30px; }
      .cart-offcanvas .summation .summation-subtotal > span:first-of-type {
        text-transform: uppercase;
        display: block;
        float: left;
        font-size: 14px;
        letter-spacing: 2px; }
      .cart-offcanvas .summation .summation-subtotal > span.amount {
        float: right;
        display: block;
        font-weight: bold; }
    .cart-offcanvas .summation .btn-cart {
      overflow: hidden; }
      .cart-offcanvas .summation .btn-cart a {
        display: block;
        width: 50%;
        float: left;
        text-align: center !important;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 15px;
        text-transform: uppercase; }
        .cart-offcanvas .summation .btn-cart a:nth-child(2n-1) {
          width: 48%;
          margin-right: 5px; }
        .cart-offcanvas .summation .btn-cart a:nth-child(2n) {
          width: 48%;
          margin-left: 5px; }
      .cart-offcanvas .summation .btn-cart .btn-view-cart {
        background: #f5f5f5; }
  .cart-offcanvas .shipping-cart-count {
    padding: 2px 5px !important;
    background: #da1c1c;
    color: #fff;
    margin-left: 10px;
    font-weight: 700;
    font-size: 11px; }

@media screen and (max-width: 64em) {
  .cart-icon {
    position: absolute;
    right: 60px;
    margin-top: -24px;
    top: 50%; } }
@media screen and (min-width: 64.0625em) {
  .cart-icon {
    margin-left: 15px;
    top: 50%;
    margin-top: -20px; }

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

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

.cart-offcanvas-close {
  /* text-align: right; */
  overflow: hidden; }

.cart-icon-close {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: relative;
  /* transform: rotate(45deg); */
  margin: 15px;
  float: right; }
  .cart-icon-close:before, .cart-icon-close:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 10px;
    width: 20px;
    height: 2px;
    background: #6F7C7C; }
  .cart-icon-close:before {
    transform: rotate(45deg); }
  .cart-icon-close:after {
    transform: rotate(-45deg); }

.single-product .product .onsale {
  display: none; }

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
  border: 0 !important; }
  .wpml-ls-legacy-list-horizontal a {
    padding: 0; }
  .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
    text-align: left !important; }

.wpml-ls-current-language {
  display: none !important; }

.footer .wpml-ls-legacy-list-horizontal .wpml-ls-item:not(.wpml-ls-current-language) a {
  padding: 0; }
.footer .wpml-ls-legacy-list-horizontal .wpml-ls-item:not(.wpml-ls-current-language) + .wpml-ls-item a {
  margin-left: 1em; }
.footer .wpml-ls-legacy-list-horizontal .wpml-ls-item:not(.wpml-ls-current-language) + .wpml-ls-item.wpml-ls-current-language + .wpml-ls-item a {
  margin-left: 1em; }
@media (max-width: 1024px) {
  .footer .wpml-ls-legacy-list-horizontal ul {
    display: flex;
    justify-content: center; } }

/* Borde ventanta */
.pum-theme-1045 .pum-container, .pum-theme-enterprise-blue .pum-container {
  border-radius: 0; }

/* Título */
.pum-theme-1045 .pum-title, .pum-theme-enterprise-blue .pum-title {
  font-family: "CalendasPlus";
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }

/* Botón de cerrar */
.pum-theme-1045 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
  background-color: transparent;
  border-radius: 0;
  color: #8a8a8a; }
  .pum-theme-1045 .pum-content + .pum-close:hover, .pum-theme-enterprise-blue .pum-content + .pum-close:hover {
    color: black; }

body.product-template-default .entry-summary p.price {
  display: none; }
body.product-template-default .product_meta {
  display: none; }
body.product-template-default table.variations tbody tr:nth-child(even) {
  background: transparent; }
body.product-template-default .woocommerce-breadcrumb {
  display: none; }
body.product-template-default .woocommerce-variation-description {
  border: 1px solid #ddd;
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 1em; }
  body.product-template-default .woocommerce-variation-description p:last-child {
    margin-bottom: 0; }
body.product-template-default .alg-product-input-fields-table {
  position: relative;
  top: -1em;
  margin-bottom: -1em;
  /*        position: relative;
          top: 1em;
          margin-bottom: 1em;*/ }
  body.product-template-default .alg-product-input-fields-table tbody {
    border: 0px; }
    body.product-template-default .alg-product-input-fields-table tbody tr {
      display: flex;
      flex-direction: column; }
    body.product-template-default .alg-product-input-fields-table tbody label {
      display: inline-block;
      padding: 0.33333rem 0.5rem;
      font-size: 0.8rem;
      line-height: 1;
      white-space: nowrap;
      cursor: default;
      border-radius: 0;
      padding: 0;
      text-transform: uppercase;
      letter-spacing: 3px; }
  body.product-template-default .alg-product-input-fields-table .required {
    display: none; }
body.product-template-default table.wccpf_fields_table tbody {
  border: 0px; }
  body.product-template-default table.wccpf_fields_table tbody tr {
    display: flex;
    flex-direction: column; }
  body.product-template-default table.wccpf_fields_table tbody td.wccpf_label, body.product-template-default table.wccpf_fields_table tbody td.wccpf_label label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 3px; }
    body.product-template-default table.wccpf_fields_table tbody td.wccpf_label span, body.product-template-default table.wccpf_fields_table tbody td.wccpf_label label span {
      display: none; }
body.product-template-default table.wccpf_fields_table .required {
  display: none; }

.woocommerce div.product form.cart .woocommerce-variation-price {
  margin-bottom: 2em; }
.woocommerce .woocommerce-message {
  display: none; }
.woocommerce .woocommerce-thankyou-order-received {
  font-family: "", "Isaac", Helvetica, Roboto, Arial, sans-serif; }

.woocommerce-error:before {
  color: inherit; }

/* grid de visual composer cuyo comportamiento está machacado por la plantilla */
@media screen and (min-width: 40em) {
  .medium-offset-3.large-6 {
    margin-left: 25%;
    width: 50%; } }
@media (min-width: 992px) {
  .vc_col-md-offset-1.vc_col-md-4 {
    width: 33.33333333% !important; } }
@media (min-width: 768px) {
  .vc_col-sm-6.small-12 {
    width: 50% !important; } }
/* tabs */
.wpb-js-composer .vc_tta {
  /*padding-bottom: 60px;*/ }
  @media screen and (max-width: 39.9375em) {
    .wpb-js-composer .vc_tta .vc_tta-tabs-list {
      margin-bottom: 30px; } }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .wpb-js-composer .vc_tta .vc_tta-tabs-list {
      margin-bottom: 30px; } }
  @media screen and (min-width: 64.0625em) {
    .wpb-js-composer .vc_tta .vc_tta-tabs-list {
      height: 60px;
      line-height: 60px; }
      .wpb-js-composer .vc_tta .vc_tta-tabs-list li {
        padding-bottom: 0; } }
  .wpb-js-composer .vc_tta .vc_tta-panel-body {
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .wpb-js-composer .vc_tta vc_tta-panels-container {
    border: 0 !important; }
.wpb-js-composer .vc_tta-tabs .vc_tta-panels {
  background: transparent !important;
  border: 0 !important; }

.vc_tta-tabs-container {
  margin-bottom: 30px !important;
  transition: transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
  transform: translateY(0);
  opacity: 1; }

.vc_tta-tabs-list {
  margin: 0;
  position: relative;
  padding: 0 15px;
  height: 60px;
  line-height: 60px; }
  .vc_tta-tabs-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px !important;
    padding-bottom: 15px;
    height: 60px;
    position: relative;
    line-height: 60px; }
    .vc_tta-tabs-list li:after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #111;
      opacity: 0;
      transition: opacity .4s, transform .4s; }
    .vc_tta-tabs-list li:hover:after {
      opacity: 1; }
    .vc_tta-tabs-list li.vc_active:after {
      opacity: 1;
      transform: scale3d(1, 2, 1); }
    .vc_tta-tabs-list li a {
      font-size: 14px;
      display: block;
      line-height: 60px;
      background-color: transparent !important;
      border: 0 !important;
      /*color: #333!important;*/
      padding: 0 !important; }
  .vc_tta-tabs-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1; }

.vc_tta .vc_tta-tabs-list:after {
  background: #ddd; }

.classic .columns {
  box-sizing: border-box; }

/* Google Map */
.wpb_map_wraper {
  filter: grayscale(100%); }

#cookieChoiceInfo {
  background-color: white !important;
  /*border-top: 2px solid rgb(68, 68, 68);*/
  padding: 1em !important; }
  #cookieChoiceInfo #cookieChoiceDismiss {
    /*display: none;*/ }
  #cookieChoiceInfo #cookieChoiceDismissIcon {
    /*display: none!important;*/
    background-color: transparent !important;
    background-image: none !important;
    /*font-family: "Font Awesome 5 Free"!important;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;*/ }
    #cookieChoiceInfo #cookieChoiceDismissIcon:before {
      /*content: "\f00d"!important;*/
      content: "x";
      position: relative;
      top: 1rem; }
  #cookieChoiceInfo a {
    position: relative;
    border-bottom: none !important; }
    #cookieChoiceInfo a:after {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: .5;
      transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
      transform-origin: top;
      transform: scale3d(1, 1, 1);
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-color: inherit;
      background: transparent !important; }
    #cookieChoiceInfo a:hover:after {
      opacity: 1;
      transform: scale3d(1, 2, 1);
      transform-origin: top; }

.fa {
  font-size: 1.5rem !important; }

.lb-nav a,
.lb-data .lb-close, .mfp-arrow {
  font-size: 1.5rem !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .lb-nav a *,
  .lb-data .lb-close *, .mfp-arrow *, .lb-nav a :after,
  .lb-data .lb-close :after, .mfp-arrow :after, .lb-nav a :before,
  .lb-data .lb-close :before, .mfp-arrow :before {
    box-sizing: border-box; }

.lb-nav a,
.lb-data .lb-close {
  background: none !important;
  font-size: 2rem !important; }
  .lb-nav a.lb-prev:before,
  .lb-data .lb-close.lb-prev:before {
    position: absolute;
    left: .5em;
    top: calc(50% - 0.5em);
    content: "\f111"; }
  .lb-nav a.lb-next:before,
  .lb-data .lb-close.lb-next:before {
    position: absolute;
    right: .5em;
    top: calc(50% - 0.5em);
    content: "\f112"; }
  .lb-nav a.lb-close:before,
  .lb-data .lb-close.lb-close:before {
    /*            position: absolute;
                right: .5em;
                top: calc(50% - 0.5em);*/
    content: "\f191"; }

.rl-gallery-container .rl-basicgrid-gallery {
  padding: -30px; }
  .rl-gallery-container .rl-basicgrid-gallery .rl-gallery-item {
    width: calc(33.333333333333% - 30px);
    margin: 15px; }
    @media all and (min-width: 1200px) {
      .rl-gallery-container .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(33.333333333333% - 30px); } }
    @media all and (min-width: 992px) and (max-width: 1200px) {
      .rl-gallery-container .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(33.333333333333% - 30px); } }
    @media all and (min-width: 768px) and (max-width: 992px) {
      .rl-gallery-container .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(50% - 30px); } }
    @media all and (max-width: 768px) {
      .rl-gallery-container .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(100% - 30px); } }

.rl-gallery-container .rl-gallery {
  margin: -30px; }
  .rl-gallery-container .rl-gallery .rl-gallery-link .rl-gallery-caption {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    opacity: 0; }
  .rl-gallery-container .rl-gallery .rl-gallery-link:hover .rl-gallery-caption {
    transition: all 0.5s;
    transition-timing-function: ease;
    transition-duration: 0.25s;
    opacity: 1; }

.lb-nav a,
.lb-data .lb-close, .mfp-arrow {
  font-size: 1.5rem !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .lb-nav a *,
  .lb-data .lb-close *, .mfp-arrow *, .lb-nav a :after,
  .lb-data .lb-close :after, .mfp-arrow :after, .lb-nav a :before,
  .lb-data .lb-close :before, .mfp-arrow :before {
    box-sizing: border-box; }

.mfp-title {
  color: inherit; }

.mfp-arrow {
  background: none !important;
  font-size: 2rem !important;
  color: white;
  opacity: 1; }
  .mfp-arrow.mfp-arrow-left:before {
    content: "\f111";
    border: 0; }
  .mfp-arrow.mfp-arrow-right:before {
    content: "\f112";
    border: 0; }
  .mfp-arrow:after {
    border: 0; }

@media (min-width: 768px) {
  .mfp-container {
    padding: 0 5rem; } }

@media screen and (min-width: 64.0625em) {
  .page-id-12 h2,
  .page-id-2380 h2,
  .page-id-4107 h2 {
    /*font-size: 1.5625rem;*/ } }
@media screen and (min-width: 40em) {
  .page-id-12 h2,
  .page-id-2380 h2,
  .page-id-4107 h2 {
    /*font-size: 1.5rem;*/ } }
.page-id-12 h2,
.page-id-2380 h2,
.page-id-4107 h2 {
  /*font-size: 1.125rem;*/
  font-size: 1.5625rem;
  max-width: 6em;
  line-height: 1.3em; }

.page-id-1623 .row-wrapper .large-6 .team-image img,
.page-id-2375 .row-wrapper .large-6 .team-image img,
.page-id-4096 .row-wrapper .large-6 .team-image img {
  max-height: 500px; }
  @media screen and (min-width: 64.0625em) {
    .page-id-1623 .row-wrapper .large-6 .team-image img,
    .page-id-2375 .row-wrapper .large-6 .team-image img,
    .page-id-4096 .row-wrapper .large-6 .team-image img {
      max-height: 425px; } }

.page-id-1220 .vc_tta-panel h2,
.page-id-2356 .vc_tta-panel h2,
.page-id-4094 .vc_tta-panel h2 {
  display: none; }

.page-id-1051 .classic .page-header > div h1,
.page-id-2377 .classic .page-header > div h1,
.page-id-4099 .classic .page-header > div h1 {
  color: #111; }

@media (min-width: 1024px) {
  .menu .large-4:first-of-type {
    padding-right: 60px; }
  .menu .large-4:last-of-type {
    padding-left: 60px; } }

.menu-pratos h5 {
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative; }
  .menu-pratos h5:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: #ddd; }
  .menu-pratos h5:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; }
.menu-pratos p {
  font-style: italic;
  /*font-family: $subheader-font-family;*/
  font-style: italic;
  font-size: 14px;
  color: #8a8a8a; }

#redsys_payment_form {
  margin-bottom: 2rem; }
  #redsys_payment_form a.button.cancel {
    color: #6F7C7C;
    background-color: transparent; }
  #redsys_payment_form input[type="submit"] {
    padding: 1rem; }
    #redsys_payment_form input[type="submit"]:hover {
      text-decoration: underline; }

@media (min-width: 992px) {
  .vc_col-md-6.vc_col-md-offset-3 {
    width: 50% !important; } }

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