@charset "UTF-8";
.bg-grey {
  background-color: #f2f2f2; }

/*Grid config*/
/* Tipografías */
/* Títulos */
/*--------------------------------------------------------------
0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

table, td, tr, th {
  vertical-align: middle; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: none !important; }

a:hover,
a:active {
  outline: none !important; }

a img {
  outline: none !important; }

/*--------------------------------------------------------------
1 - Grid
--------------------------------------------------------------*/
.row-full, .row, [class^='box'], [class^='column'] {
  min-height: 1px; }

.row-full {
  width: 100%; }

.row {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1560px; }

.pd {
  padding-right: 20px;
  padding-left: 20px; }

[class^='box'] {
  float: left; }

.box {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none; }

.box12 {
  width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.box13 {
  width: 33.333%;
  max-width: 33.333%;
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%; }

.box23 {
  width: 66.666%;
  max-width: 66.666%;
  -ms-flex-preferred-size: 66.666%;
      flex-basis: 66.666%; }

.box14 {
  width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  float: left; }

.box34 {
  width: 75%;
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.box15 {
  width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }

.box25 {
  width: 40%;
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }

.box35 {
  width: 60%;
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

.box45 {
  width: 80%;
  max-width: 80%;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%; }

.box16 {
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  max-width: -webkit-calc(100% / 6);
  max-width: calc(100% / 6);
  -ms-flex-preferred-size: calc(100% / 6);
      flex-basis: -webkit-calc(100% / 6);
      flex-basis: calc(100% / 6); }

[class^="column"] {
  float: left;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  margin-left: 20px; }

.column {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px); }

.column14 {
  width: -webkit-calc(25% - 40px);
  width: calc(25% - 40px); }

.column12 {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px); }

.column34 {
  width: -webkit-calc(75% - 40px);
  width: calc(75% - 40px); }

.column13 {
  width: -webkit-calc(33.333% - 40px);
  width: calc(33.333% - 40px); }

.column23 {
  width: -webkit-calc(66.666% - 40px);
  width: calc(66.666% - 40px); }

.column16 {
  width: -webkit-calc(16.666% - 40px);
  width: calc(16.666% - 40px); }

.column15 {
  width: -webkit-calc(20% - 40px);
  width: calc(20% - 40px); }

.column25 {
  width: -webkit-calc(40% - 40px);
  width: calc(40% - 40px); }

.column35 {
  width: -webkit-calc(60% - 40px);
  width: calc(60% - 40px); }

.column45 {
  width: -webkit-calc(80% - 40px);
  width: calc(80% - 40px); }

.padding {
  padding-right: 20px;
  padding-left: 20px; }

.row::before, .row::after,
.row-full::before, .row-full::after,
.clear::before, .clear::after,
header, main, footer {
  clear: both;
  content: "";
  display: block; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*--------------------------------------------------------------
3 - General
--------------------------------------------------------------*/
body {
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  font-family: "Muli", sans-serif;
  font-weight: 400; }

del {
  -webkit-text-decoration-color: #d16407;
          text-decoration-color: #d16407; }

/*--------------------------- Textos ---------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
button,
input,
select,
textarea,
li,
a,
p {
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
      hyphens: manual;
  font-size: 14px;
  line-height: 1.5;
  color: #000; }

p {
  /*
		-webkit-hyphens: auto;
		   -moz-hyphens: auto;
		    -ms-hyphens: auto;
				hyphens: auto;
		*/ }

h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
      hyphens: manual;
  line-height: 1.1;
  letter-spacing: .025em; }

h1 {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

h2 {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  color: #000;
  text-transform: uppercase;
  font-weight: 300; }

.content h1 {
  font-size: 32px;
  font-weight: 400; }

.content h2 {
  font-size: 24px;
  font-weight: 400; }

h3 {
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 500; }

.content h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }

h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }

h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
  font-size: inherit;
  display: inherit;
  line-height: inherit;
  font-weight: inherit; }

b, strong, .strong {
  font-weight: 700; }

em {
  font-style: italic; }

a, span {
  text-decoration: none;
  color: inherit; }

a {
  font-size: inherit; }

a:hover {
  opacity: .7; }

::-moz-selection {
  background: #f36523;
  /* WebKit/Blink Browsers */
  color: #fff; }

::selection {
  background: #f36523;
  /* WebKit/Blink Browsers */
  color: #fff; }

::-moz-selection {
  background: #f36523;
  /* Gecko Browsers */
  color: #fff; }

a:active, a:active * {
  outline: none !important;
  -moz-outline-style: none !important; }

a:focus, a:focus * {
  outline: none !important;
  -moz-outline-style: none !important; }

button:active, button:active * {
  outline: none !important;
  -moz-outline-style: none !important; }

button:focus, button:focus * {
  outline: none !important;
  -moz-outline-style: none !important; }

/*---------------------------------------------------------
	4.2 - Formularios
	----------------------------------------------------------*/
form {
  float: left; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 5px; }

select {
  -moz-appearance: initial;
  -webkit-appearance: initial;
  position: relative;
  border-radius: 0px !important; }

.customselect {
  border: 1px solid #c7c7c7;
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
  margin-bottom: 10px;
  height: 40px; }
  .customselect::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    right: 0px;
    line-height: 0px;
    padding: 0;
    background-color: transparent;
    margin: 0 5px;
    line-height: 40px;
    pointer-events: none;
    color: #000;
    padding-right: 5px; }
  .customselect select {
    height: 100%;
    width: 100%;
    padding: 5px 30px 5px 12px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    background-image: none;
    appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    font-size: 14px;
    color: #666666; }

[type="checkbox"] {
  float: left;
  margin-right: 5px;
  /*-webkit-appearance: checkbox!important;*/
  moz-appearance: checkbox !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-width: 1px !important;
  border-radius: 1px !important;
  border-color: #ddd;
  border-style: solid !important;
  width: 16px !important;
  height: 16px !important;
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
  background-color: #fff; }

[type="checkbox"]:checked::after {
  content: "\f00c";
  font-family: "FontAwesome";
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #000;
  font-size: 16px; }

[type="radio"] {
  float: left;
  margin-right: 5px;
  /*-webkit-appearance: radio!important;*/
  /*moz-appearance: radio !important;*/
  width: 16px !important;
  height: 16px !important;
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
  background-color: #fff; }

[type="radio"]::after {
  content: "\f10c";
  font-family: "FontAwesome";
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  margin-top: 0.5em !important;
  text-align: center;
  color: #000; }

[type="radio"]:checked::after {
  content: "\f192";
  font-family: "FontAwesome";
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  margin-top: 0.5em !important;
  text-align: center;
  color: #000; }

/* Input number custom */
.quantity {
  position: relative;
  display: block;
  float: left; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

[type=number] {
  -moz-appearance: textfield; }

.quantity input {
  width: 90px !important;
  height: 42px !important;
  line-height: 1;
  float: left;
  display: block;
  text-align: center;
  padding: 0 20px 0 0 !important;
  margin: 0;
  border: 1px solid #c7c7c7;
  font-size: 16px; }

.quantity input:focus {
  outline: 0; }

.quantity-nav {
  float: left;
  position: relative;
  height: 42px; }

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #c7c7c7;
  width: 20px;
  text-align: center;
  color: #000;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #c7c7c7; }
  .quantity-button.quantity-down {
    position: absolute;
    bottom: 0px;
    height: 50%; }
  .quantity-button:hover {
    background-color: #000;
    color: #fff; }

.woocommerce .quantity .qty {
  padding-rigt: 20px !important; }

form input, textarea {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 10px; }

form {
  margin-top: 10px; }

textarea {
  height: 150px;
  overflow-y: scroll;
  resize: none; }

form input.button {
  margin-top: 10px; }

#contacto textarea {
  height: 250px; }

[type="checkbox"] {
  width: 15px;
  float: left;
  height: 24px; }

label.aceptar {
  display: inline-block;
  float: left;
  line-height: 24px;
  font-size: 12px;
  font-weight: 400;
  padding-left: 5px; }

label a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline; }

/*--------------------------- Contact Form -----------------*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="captcha"],
input[type="tel"],
textarea {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  background-color: #f2f2f2;
  width: 100%;
  font-family: "Muli", sans-serif;
  font-size: 14px; }

textarea {
  border-color: #f36523; }

form a {
  text-decoration: underline; }

input.wpcf7-not-valid, textarea.wpcf7-not-valid,
textarea:focus,
input:focus {
  /*border-color: $color-brand!important;*/
  border-color-top: transparent !important;
  border-color-left: transparent !important;
  border-color-right: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  /*background-color:#eee;*/ }

span.wpcf7-not-valid-tip {
  color: #000 !important; }

span.wpcf7-list-item {
  float: left;
  margin-left: 0px;
  margin-right: 5px; }

input[type="submit"] {
  margin-top: 20px;
  float: right; }

div.wpcf7-response-output {
  margin: 60px 0 !important; }

div.wpcf7-validation-errors {
  border-color: #f36523 !important;
  background-color: #f36523; }

legend {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: "Muli", sans-serif;
  text-transform: none;
  margin-bottom: 1em;
  margin-top: 1em; }

/*--------------------------- Search Form ----------------*/
/* Search Form */
#search-form {
  margin: 0;
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
  height: 24px;
  float: left;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px); }

#search-form * {
  color: #fff; }

#search-form input {
  height: 24px;
  line-height: 1;
  padding-bottom: 15px;
  background-color: transparent;
  margin-bottom: 0px;
  color: #000;
  float: right; }

#search-form input[type="search"] {
  font-size: 13px;
  border: none;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  max-width: 200px;
  padding: 0px 5px 5px;
  color: #fff !important;
  border-bottom: 2px solid #000;
  color: #000 !important; }

.search-form input[type="submit"] {
  font-family: "Font Awesome 5 Pro";
  background-color: transparent;
  padding: 0;
  margin: 0;
  min-height: 0px;
  font-weight: bold;
  width: 20px;
  font-size: 18px;
  color: #000;
  float: right; }

#search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none; }

#search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none; }

#search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none; }

#search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none; }

/* --------- Label flotante ----------*/
.float-label .control {
  float: left;
  position: relative;
  /*width: 100%;*/
  padding-bottom: 15px; }

.float-label input,
.float-label textarea {
  display: block;
  width: 100%;
  /*		border-top: 0;
		border-right: 0;
		border-left: 0;
		border-bottom: 2px solid $color-dark;*/
  outline: 0;
  resize: none;
  padding-left: 0px;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 30px; }

.float-label input:not([type="checkbox"]) + label,
.float-label textarea + label {
  position: absolute;
  top: -17px;
  -webkit-transition: top 0.7s ease, opacity 0.7s ease;
  transition: top 0.7s ease, opacity 0.7s ease;
  opacity: 0;
  color: #000;
  pointer-events: none;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px; }

.float-label input:valid + label,
.float-label textarea:valid + label {
  opacity: 1; }

.float-label input:focus + label,
.float-label textarea:focus + label {
  color: #000; }

.float-label input:not([type="submit"]) {
  padding-right: 40px; }

.float-label input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 15px;
  margin: 0;
  height: auto;
  background-color: transparent;
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-weight: 700;
  font-size: 24px;
  padding: 10px; }

.float-label input[type="text"]::placeholder,
.float-label input[type="text"]::-moz-placeholder,
.float-label input[type="text"]::-webkit-input-placeholder,
.float-label input[type="text"]::input::-ms-input-placeholder {
  color: #000; }

.float-label .check input {
  padding: 0;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 0px; }

.float-label .check label {
  color: inherit;
  float: left;
  position: relative !important;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  line-height: 1;
  margin-top: 5px;
  color: inherit !important; }

.float-label legend {
  margin-bottom: 30px; }

#formulario-newsletter input,
#formulario-newsletter textarea {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #000;
  background-color: transparent !important; }

#formulario-contacto legend {
  text-align: center;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  float: none; }

#formulario-contacto input[type="text"],
#formulario-contacto input[type="email"],
#formulario-contacto input[type="password"],
#formulario-contacto input[type="captcha"],
#formulario-contacto input[type="tel"] {
  background-color: transparent;
  width: 100%;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  padding: 20px !important; }

#formulario-contacto .control {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 0; }

#formulario-contacto textarea {
  padding: 20px;
  height: 135px; }

#formulario-contacto .float-label input + label {
  margin: 0 !important;
  top: 0 !important;
  width: auto !important;
  float: left !important;
  margin-top: 0 !important; }

.customselect .hasDatepicker {
  background-color: transparent !important; }

.ui-datepicker {
  min-width: 270px;
  background-color: #fff;
  padding: 14px;
  display: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  z-index: 999 !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.sidebar .ui-datepicker {
  min-width: 0; }

.no-border .ui-datepicker {
  border-width: 0; }

.ui-datepicker .ui-datepicker-header {
  position: relative; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  text-align: center;
  line-height: 1; }

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  font-weight: 500; }

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  font-size: 12px;
  color: #999999;
  margin-left: 5px; }

.ui-datepicker .ui-datepicker-title select {
  outline: 0;
  height: 30px;
  border-color: #ddd; }

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 48%;
  font-size: 13px;
  font-weight: 400;
  color: #333333; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  line-height: 1;
  color: #333333;
  padding: 7px;
  border-radius: 2px; }

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-size: 16px;
  width: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none; }

.ui-datepicker .ui-datepicker-prev {
  left: 0; }

.ui-datepicker .ui-datepicker-prev:after {
  content: '\f104'; }

.ui-datepicker .ui-datepicker-next {
  right: 0; }

.ui-datepicker .ui-datepicker-next:after {
  content: '\f105'; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background-color: #f5f5f5; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0; }

.ui-datepicker table th {
  text-align: center;
  font-weight: 400;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #999999; }

.ui-datepicker table td {
  border: 0;
  padding: 1px;
  position: relative; }

.ui-datepicker table td span,
.ui-datepicker table td a {
  display: block;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  color: #333333;
  min-width: 34px; }

.ui-datepicker table td .ui-state-hover {
  background-color: #f5f5f5; }

.ui-datepicker table td.ui-state-disabled span {
  color: #ccc; }

.ui-datepicker table td.ui-datepicker-week-col {
  padding: 6px;
  color: #999999; }

.ui-datepicker table td.ui-datepicker-current-day .ui-state-active {
  background-color: #26A69A;
  color: #fff; }

.ui-datepicker table td.ui-datepicker-today .ui-state-highlight {
  background-color: #2196F3;
  color: #fff; }

.ui-datepicker table td.ui-datepicker-today .ui-state-highlight:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent; }

.ui-datepicker table td a.ui-priority-secondary {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  border: 1px solid #ddd;
  background-color: #fcfcfc;
  font-weight: 400;
  margin-top: 14px;
  cursor: pointer;
  padding: 7px 12px;
  width: auto;
  overflow: visible;
  outline: 0;
  border-radius: 3px; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-state-hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker .ui-datepicker-buttonpane button:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset; }

.ui-datepicker.ui-datepicker-multi {
  width: auto !important; }

.datepicker-inline {
  width: 264px;
  max-width: 100%;
  overflow-x: auto; }

.full-width.datepicker-inline,
.sidebar .datepicker-inline,
.popover .datepicker-inline {
  width: 100%; }

.ui-datepicker-trigger {
  position: absolute;
  top: 4px;
  right: 5px;
  z-index: 4;
  padding: 6px;
  cursor: pointer; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group + .ui-datepicker-group {
  padding-left: 15px; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 46%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  background-color: transparent;
  border-radius: 0; }

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0; }

.ui-datepicker table td.ui-datepicker-today .ui-state-highlight {
  background-color: transparent;
  color: #000;
  font-weight: bold; }

.ui-datepicker table td.ui-datepicker-today .ui-state-highlight::after {
  border-top-color: #000; }

.ui-datepicker table td.ui-datepicker-current-day .ui-state-active {
  background-color: #000;
  color: #fff; }

/*----------------------------------------------------------
4 - Elements
-----------------------------------------------------------*/
/*----------------------------------------------------------
	4.1 - Buttons
	-----------------------------------------------------------*/
button, .button, input[type="submit"], input[type="button"], .btn
.woocommerce-Button {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px 0px 0px 0px !important;
  font-size: 14px;
  /*letter-spacing: 1.4px;*/
  /*font-weight: 600;*/
  text-align: center;
  text-transform: uppercase;
  border-width: 0px;
  border-style: solid;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 20px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 10px;
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px; }

.button.largo {
  width: 100%;
  text-align: center; }

input[type="submit"]:hover,
.button:hover {
  opacity: .7; }

.button.more-info {
  text-transform: none;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  line-height: 40px; }
  .button.more-info:after {
    content: "\f105";
    display: block;
    font-family: "Font Awesome 5 Pro";
    border-left: 1px solid #fff;
    background-color: #000;
    float: right;
    height: 100%;
    margin-left: 20px;
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    width: 40px;
    padding: 0; }

.btn-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #c7c7c7; }
  .btn-white:hover {
    border-color: #000;
    color: #fff;
    background-color: #000;
    opacity: 1; }

/*----------------------------------------------------------
	4.3 - Images
	-----------------------------------------------------------*/
[class^='column'] img, img.full {
  width: 100%;
  height: auto;
  display: block; }

.thumbnail {
  background-color: #f36523;
  background-image: url(img/logo2.svg);
  background-repeat: no-repeat;
  height: -webkit-calc((100vw - 100px)/12*2);
  height: calc((100vw - 100px)/12*2);
  max-height: 193px;
  /*width: 100%;*/
  background-size: 70%;
  background-position: center;
  display: block; }

.multiplicar img {
  mix-blend-mode: multiply; }

img {
  max-width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.2%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 60px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%; }

/*----------------------------------------------------------
	3.x - Tables
	-----------------------------------------------------------*/
.blog table {
  width: 100% !important;
  margin-top: 30px;
  margin-bottom: 30px; }
  .blog table tr:not(:last-child) td {
    border-bottom: 1px solid #777; }
  .blog table tr td {
    padding: 5px; }
    .blog table tr td:not(:last-child) {
      border-right: 1px solid #777; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  padding-bottom: .5em;
  padding-top: 1em;
  /*text-transform: none;*/
  float: left;
  text-transform: none;
  width: 100%; }

.content p {
  text-align: justify;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  font-size: 14px; }
  .content p br {
    margin-bottom: 10px; }
  .content p + p {
    margin-top: 10px; }
  .content p a {
    color: #000;
    font-weight: 400;
    text-decoration: underline; }

.content ul, .content ol {
  margin-top: 15px;
  margin-bottom: 15px; }
  .content ul h1, .content ul h2, .content ul h3, .content ul h4, .content ul h5, .content ul h6, .content ol h1, .content ol h2, .content ol h3, .content ol h4, .content ol h5, .content ol h6 {
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 1em; }

.content ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: .5em;
  margin-left: 15px;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid; }

.content ol li {
  list-style-type: decimal;
  list-style-position: inside; }

.content a[target="_blank"] {
  position: relative; }
  .content a[target="_blank"]::after {
    content: "hola";
    display: inline; }

.general main {
  padding-bottom: 120px; }

.price {
  color: #c00202;
  font-family: "Oswald", sans-serif;
  font-size: 28px; }

#testimonios .owl-carousel .owl-dots {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important; }

.marcas .owl-marcas {
  padding: 20px 0; }
  .marcas .owl-marcas .owl-stage {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
            flex-flow: row wrap !important; }

.marcas.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 20px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .marcas.grid .marca {
    padding-right: 10px;
    padding-left: 10px; }

.nav-pages {
  float: left;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav-pages .button {
    width: auto;
    margin-top: 0;
    width: 140px; }
  .nav-pages .paginas {
    width: -webkit-calc(100% - 2*140px);
    width: calc(100% - 2*140px);
    margin-right: auto;
    margin-left: auto; }

.paginas {
  float: left;
  width: auto;
  text-align: center; }
  .paginas > * {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px; }
    .paginas > *.current, .paginas > *:hover {
      border-bottom: 1px solid #000; }
      .paginas > *.current a, .paginas > *:hover a {
        opacity: 1; }
    .paginas > * a {
      padding-right: 3px;
      padding-left: 3px;
      font-size: 14px;
      font-family: "Montserrat", sans-serif; }

.compartir {
  margin-top: 40px;
  float: left;
  width: 100%; }
  .compartir p {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    display: inline-block;
    font-size: 14px; }
  .compartir .redes {
    float: left;
    margin-top: 0;
    margin-bottom: 0; }
  .compartir li {
    float: left;
    list-style: none;
    display: inline-block; }

/*--------------------------------------------------------------
6.0 - Header
---------------------------------------------------------------*/
header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  height: auto;
  background-color: #efefef; }
  header .boton_menu {
    display: none; }
  header nav {
    float: right;
    width: auto;
    padding: 30px 20px; }
    header nav #menu-principal {
      float: right;
      border-bottom: 1px solid #c7c7c7; }
      header nav #menu-principal li {
        float: left;
        height: 41px;
        margin: 0 20px;
        margin-bottom: -1px;
        /*
				&.icon:not(.first-icon){margin-left: 0}
*/ }
        header nav #menu-principal li:first-child {
          margin-left: 0; }
        header nav #menu-principal li:last-child {
          margin-right: 0; }
        header nav #menu-principal li.icon {
          margin-right: 20px;
          margin-right: 0; }
        header nav #menu-principal li.first-icon {
          margin-left: 40px; }
        header nav #menu-principal li.icon a {
          font-size: 16px; }
    header nav a {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 0; }
    header nav .menu-escritorio li.current, header nav .menu-escritorio li:hover {
      border-bottom: 3px solid #f36523; }
      header nav .menu-escritorio li.current a, header nav .menu-escritorio li:hover a {
        opacity: 1; }
  header .icon {
    cursor: pointer; }
  header nav {
    position: relative; }
  header .sub-menu {
    display: none; }

header nav #menu-principal li.idioma {
  margin-left: 15px; }

.idioma .customselect {
  margin: 0;
  height: 24px;
  border: none;
  background-color: transparent; }
  .idioma .customselect:after {
    line-height: 24px;
    margin: 0;
    padding-right: 0;
    padding-left: 5px; }
  .idioma .customselect select {
    padding: 0px 15px 0px 0px;
    background-color: transparent;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    border: 0px !important; }
    .idioma .customselect select:focus, .idioma .customselect select:active, .idioma .customselect select:visited {
      border-width: 0;
      border-style: solid; }
    .idioma .customselect select option {
      padding: 0; }

.search-form {
  position: absolute;
  right: 10px;
  top: -webkit-calc(100% - 30px);
  top: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 30px;
  margin-top: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .2s;
  transition: height .2s; }
  .search-form input[type="text"] {
    background-color: #fff;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    float: left;
    height: 100%;
    margin: 0;
    padding: 0 10px; }
  .search-form button {
    float: left;
    padding: 0;
    line-height: 1;
    margin: 0;
    width: 30px;
    height: 100%; }

#site-branding {
  padding: 30px 20px;
  display: block;
  float: left;
  z-index: 3; }
  #site-branding img {
    z-index: 10;
    position: relative;
    display: block;
    height: 40px;
    width: auto; }
  #site-branding:hover {
    opacity: 1; }
  #site-branding:hover img {
    opacity: .8; }

.galeria {
  position: relative;
  width: 100%; }
  .galeria img {
    display: block;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    height: 100%;
    objetc-position: center;
    width: 100%; }
  .galeria .owl-item {
    height: auto;
    max-height: 100vh; }
  .galeria .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }

.galeria, .owl-item, .galeria img {
  max-height: -webkit-calc(100vh - 80px);
  max-height: calc(100vh - 80px); }

.unica.galeria,
.unica.galeria img {
  max-height: 100vh; }

/*-------------------------------------------------------------
7.0 - Footer
--------------------------------------------------------------*/
#small-footer {
  background-color: #000;
  padding: 10px 0; }
  #small-footer * {
    color: #fff;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

#big-footer {
  background-color: #efefef;
  padding-top: 40px;
  padding-bottom: 40px; }
  #big-footer *:not(i) {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.8; }
  #big-footer h4 {
    text-transform: none;
    font-weight: 600; }
  #big-footer a {
    display: block; }
  #big-footer nav li {
    line-height: 1; }
  #big-footer nav * {
    font-weight: 600; }
  #big-footer .redes li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    float: left; }
    #big-footer .redes li i {
      font-size: 30px;
      color: #fff;
      line-height: 40px; }
    #big-footer .redes li a {
      background-color: #000;
      padding: 4px;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 7px; }
    #big-footer .redes li a:hover {
      opacity: .5; }

#home section .texto, section.cabecera .texto {
  padding: 0 20px 0 120px; }
  #home section .texto p, section.cabecera .texto p {
    font-size: 16px;
    color: #666666;
    display: block;
    float: left;
    width: 100%; }
  #home section .texto .button, section.cabecera .texto .button {
    margin-top: 40px; }
  #home section .texto h2, section.cabecera .texto h2 {
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 400 !important; }
  #home section .texto span, section.cabecera .texto span {
    letter-spacing: .2em;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #666666;
    font-weight: 600;
    margin-top: 20px; }
  #home section .texto.blanco p, #home section .texto.blanco h2, #home section .texto.blanco span, section.cabecera .texto.blanco p, section.cabecera .texto.blanco h2, section.cabecera .texto.blanco span {
    color: #fff; }

#home-about h2 {
  font-size: 36px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative; }
  #home-about h2 span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #666666;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: .1em; }
  #home-about h2:after {
    position: absolute;
    height: 140px;
    width: 140px;
    content: "";
    background: transparent;
    border-radius: 50%;
    border: 20px solid #efefef;
    top: -30px;
    right: 50%;
    left: 50%;
    margin-left: -70px;
    z-index: -1; }

#home-about h3 {
  font-size: 50px;
  margin-bottom: .5em; }

#home-about p {
  font-size: 16px; }

#home-about .imagenes {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  #home-about .imagenes li:not(:first-child) {
    border-left: 5px solid #fff; }

#home-about .about-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#home-about .about-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  #home-about .about-part .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  #home-about .about-part:not(:first-child) {
    border-left: 1px solid #000; }

#home-shop {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("img/logo_fondo.png");
  background-repeat: no-repeat;
  background-position: right -10px;
  background-blend-mode: overlay;
  background-color: #efefef; }
  #home-shop .texto {
    max-width: 700px;
    margin-bottom: 40px; }
    #home-shop .texto h2 {
      text-transform: uppercase !important;
      font-weight: 600; }

section#home-video {
  float: left;
  position: relative; }
  section#home-video .row {
    position: relative; }
  section#home-video .texto {
    float: right;
    max-width: 700px;
    padding-left: 20px;
    padding-right: 120px;
    right: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    position: absolute;
    z-index: 1000; }
  section#home-video .video-poster {
    display: block;
    position: relative;
    margin: 0; }
    section#home-video .video-poster img {
      display: block; }
    section#home-video .video-poster i {
      content: "\f144";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      height: auto;
      width: auto;
      font-size: 100px;
      position: absolute;
      z-index: 10;
      left: 25%;
      bottom: 50%;
      -webkit-transform: translateX(-50%) translateY(50%);
          -ms-transform: translateX(-50%) translateY(50%);
              transform: translateX(-50%) translateY(50%);
      line-height: 1;
      vertical-align: middle;
      cursor: pointer;
      -webkit-transition: color .5s;
      transition: color .5s; }
      section#home-video .video-poster i:hover {
        color: #fff; }
  section#home-video h2 {
    text-transform: uppercase !important;
    font-weight: 600;
    margin-bottom: 1em; }
  section#home-video video {
    float: left;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  section#home-video .video-container {
    top: 0; }

.video-lightbox {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  height: 0vh;
  width: 0vw;
  padding: 0;
  top: 0;
  right: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none; }
  .video-lightbox .cerrar {
    z-index: 100000; }
  .video-lightbox i {
    float: right;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background-color: #000;
    font-weight: 300;
    cursor: pointer; }
    .video-lightbox i:hover {
      background-color: #fff;
      color: #000; }
  .video-lightbox .video-container {
    margin-bottom: 0; }

#home-blog {
  float: left;
  margin-top: 80px;
  margin-bottom: 80px; }
  #home-blog .texto {
    float: left;
    padding-right: 80px !important; }
    #home-blog .texto h2 {
      font-weight: 600;
      text-transform: uppercase !important;
      max-width: 400px; }
  #home-blog article {
    float: left;
    margin-bottom: 40px; }
    #home-blog article:first-of-type {
      margin-top: 60px; }
    #home-blog article .excerpt {
      float: left;
      width: -webkit-calc(100% - 50px - 20px);
      width: calc(100% - 50px - 20px);
      padding-right: 40px; }
    #home-blog article h3 {
      padding-top: 0;
      font-size: 24px;
      margin-bottom: .5em; }
    #home-blog article img {
      padding-right: 20px; }

.fecha {
  display: block;
  float: left;
  width: 50px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  margin-right: 20px; }
  .fecha .dia {
    background-color: #db494a;
    color: #fff;
    font-size: 24px;
    line-height: 50px; }
  .fecha .mes {
    background-color: #000;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px; }

main.page {
  min-height: -webkit-calc(100vh - 60px - 300px);
  min-height: calc(100vh - 60px - 300px);
  border-top: 10px solid #000; }
  main.page .cabecera-simple {
    height: 100px; }
    main.page .cabecera-simple img {
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
      height: 100%;
      width: 100%;
      -o-object-position: center;
         object-position: center; }

.page:not(.tienda) .cabecera + section, .page.single.tienda .cabecera + section {
  margin-top: 60px; }

#bullit section:not(.cabecera) {
  margin-top: 80px;
  float: left; }
  #bullit section:not(.cabecera):last-of-type {
    margin-bottom: 80px; }

#bullit h2 {
  font-weight: 600; }

#bullit h3 {
  font-family: "Muli", sans-serif;
  padding-top: 32px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 600; }

#bullit ul {
  margin-top: 1em;
  float: left; }

#bullit p {
  margin-bottom: 1em;
  float: left; }

#bullit ul.dos-columnas {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px; }

#bullit h4 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-transform: none; }

#club article .fecha + a {
  display: block;
  float: right;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px); }

.page.club .blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 1400px;
  margin-top: 80px;
  margin-bottom: 120px; }
  .page.club .blog img {
    margin-bottom: 10px; }
  .page.club .blog .bloque-titulo {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
    .page.club .blog .bloque-titulo a {
      width: -webkit-calc(100% - 70px);
      width: calc(100% - 70px); }
    .page.club .blog .bloque-titulo h3, .page.club .blog .bloque-titulo h2, .page.club .blog .bloque-titulo h1 {
      float: left;
      font-size: 24px; }
  .page.club .blog article {
    /*display: flex;
			flex-flow: row wrap;*/
    margin-bottom: 40px; }
    .page.club .blog article .excerpt {
      margin-top: 20px;
      float: left; }
  .page.club .blog h1, .page.club .blog h2, .page.club .blog h3, .page.club .blog h4, .page.club .blog h5, .page.club .blog h6 {
    display: inline-block;
    width: 100%;
    float: left; }

.page.club .mas-info {
  display: block;
  float: left;
  width: 100%;
  margin-top: 1em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px; }

.single.club .blog .bloque-titulo {
  margin-bottom: 20px; }
  .single.club .blog .bloque-titulo h2, .single.club .blog .bloque-titulo h1, .single.club .blog .bloque-titulo h3 {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    float: left;
    font-size: 32px; }

.single.club .blog .content {
  margin-top: 100px; }
  .single.club .blog .content *:first-child {
    margin-top: 0;
    padding-top: 0; }

.single article .owl-carousel .owl-nav {
  margin-left: 20px; }

.page.generic .row {
  max-width: 1280px; }

.page.generic .content {
  margin-bottom: 80px;
  float: left; }

.tienda .categorias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef; }
  .tienda .categorias li {
    background-color: #efefef;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .tienda .categorias li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px; }
    .tienda .categorias li:not(.current):after {
      content: "+";
      float: right;
      padding-right: 10px;
      pointer-events: none; }
    .tienda .categorias li:not(:last-child) {
      border-right: 1px solid #c7c7c7; }
    .tienda .categorias li.current, .tienda .categorias li:hover {
      background-color: #fff; }

.tienda .orden {
  margin-top: 40px;
  margin-bottom: 40px; }

.tienda .paginas {
  line-height: 40px; }

.tienda .ordenar {
  margin-right: 20px;
  width: 25%;
  margin-bottom: 0;
  float: right;
  min-width: 200px; }

.listado-productos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .listado-productos li {
    margin-bottom: 80px; }

li.producto h2, .single .producto h2 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: .5em; }

li.producto .precio, .single .producto .precio {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  color: #000;
  display: inline-block; }
  li.producto .precio ins, .single .producto .precio ins {
    color: #c00202;
    text-decoration: none;
    display: inline-block; }
  li.producto .precio del, .single .producto .precio del {
    text-decoration: line-through;
    -webkit-text-decoration-color: #c00202;
            text-decoration-color: #c00202;
    display: inline-block; }
    li.producto .precio del:after, .single .producto .precio del:after {
      content: "-";
      display: inline-block;
      margin-right: 0px;
      margin-left: 10px; }

li.producto .disponibilidad, .single .producto .disponibilidad {
  margin-bottom: 1em;
  float: left;
  width: 100%;
  font-size: 16px; }
  li.producto .disponibilidad span, .single .producto .disponibilidad span {
    font-size: 14px; }
    li.producto .disponibilidad span:before, .single .producto .disponibilidad span:before {
      content: "|";
      display: inline-block;
      color: #c7c7c7;
      margin-right: 10px;
      margin-left: 5px; }

li.producto .excerpt, li.producto .descripcion, .single .producto .excerpt, .single .producto .descripcion {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  float: left;
  color: #666666;
  font-size: 14px; }
  li.producto .excerpt *, li.producto .descripcion *, .single .producto .excerpt *, .single .producto .descripcion * {
    color: #666666;
    font-size: 14px; }
  li.producto .excerpt h3, li.producto .descripcion h3, .single .producto .excerpt h3, .single .producto .descripcion h3 {
    color: #000;
    margin-top: 0; }

li.producto .variaciones, .single .producto .variaciones {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: .5em; }
  li.producto .variaciones span, li.producto .variaciones em, .single .producto .variaciones span, .single .producto .variaciones em {
    font-family: "Muli", sans-serif;
    color: #666666;
    letter-spacing: 0;
    text-transform: none;
    font-style: italic; }

.single .producto h2 {
  display: inline-block; }

.single .producto h2 + .rating {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0; }
  .single .producto h2 + .rating i {
    line-height: 16px;
    vertical-align: top; }

.single .producto h3 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.single .producto .customselect {
  float: left;
  text-transform: none !important;
  letter-spacing: 0; }

.single .producto .button {
  margin-top: 0;
  float: right; }

.single .producto .add-to-cart {
  width: 100%;
  float: left;
  margin-top: 40px; }

.single .producto .info-grafica {
  float: left; }

.single .producto .info-texto {
  float: right; }

.single.tienda .compartir {
  margin-top: 20px;
  margin-bottom: 40px; }
  .single.tienda .compartir * {
    color: #666666; }
  .single.tienda .compartir li {
    margin-left: 10px;
    margin-right: 10px; }

.info-grafica .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.info-grafica .video iframe {
  width: 100%; }

.info-grafica .owl-carousel {
  margin-bottom: 20px; }
  .info-grafica .owl-carousel .owl-nav {
    position: relative;
    width: auto;
    top: auto; }
    .info-grafica .owl-carousel .owl-nav button.owl-prev, .info-grafica .owl-carousel .owl-nav button.owl-next {
      font-size: 16px;
      margin-right: 10px;
      float: left; }
      .info-grafica .owl-carousel .owl-nav button.owl-prev span, .info-grafica .owl-carousel .owl-nav button.owl-next span {
        font-size: 32px; }

.rating {
  color: gold;
  margin-bottom: 20px;
  margin-top: 10px; }

.productos-relacionados {
  margin-top: 40px;
  float: left;
  margin-bottom: 80px; }
  .productos-relacionados * {
    text-align: center; }
  .productos-relacionados h3 {
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .5px; }
  .productos-relacionados h4 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px; }
  .productos-relacionados .relacionados {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .productos-relacionados p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px; }
  .productos-relacionados li {
    margin-bottom: 40px; }

.cabecera-mapa iframe, #mapa iframe {
  width: 100%; }

#formulario-contacto {
  margin-bottom: 40px;
  margin-bottom: 80px;
  max-width: 1280px; }
  #formulario-contacto legend {
    margin-top: 20px;
    margin-bottom: 60px; }
  #formulario-contacto .enviar {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px; }
  #formulario-contacto .control {
    width: 100%; }

#contacto .float-label .check label {
  width: auto !important;
  margin-top: auto !important;
  top: auto !important; }

#datos-contacto {
  max-width: 1280px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  #datos-contacto * {
    text-align: center; }
  #datos-contacto i {
    font-size: 32px;
    color: #666666;
    margin-bottom: 10px; }
  #datos-contacto a, #datos-contacto p, #datos-contacto address {
    color: #666666;
    display: block;
    float: none;
    line-height: 1.5; }
  #datos-contacto h2 {
    font-size: 24px;
    margin-bottom: 5px; }
  #datos-contacto .info-contacto {
    padding-top: 20px;
    padding-bottom: 20px; }
  #datos-contacto .info-contacto:not(:last-child) {
    border-right: 1px solid #c7c7c7;
    margin-bottom: 20px; }

#formulario-compra,
#formulario-carrito {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 120px; }
  #formulario-compra form,
  #formulario-carrito form {
    margin-top: 0; }

.proceso-compra i {
  font-size: 24px;
  margin-right: 5px;
  line-height: 16px;
  vertical-align: middle; }
  .proceso-compra i:first-of-type {
    margin-left: 40px; }

.proceso-compra p, .proceso-compra input, .proceso-compra label {
  font-size: 16px; }

.proceso-compra h2, .proceso-compra legend {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  float: left; }

.proceso-compra .campos-fieldset {
  margin-top: 20px;
  float: left;
  width: 100%;
  padding: 0 10px; }

.proceso-compra .indicaciones {
  color: #666666;
  margin-bottom: 40px;
  float: left;
  width: 100%; }

.proceso-compra input {
  padding: 20px 10px; }

.proceso-compra button {
  float: right;
  margin-top: 20px;
  font-weight: 600; }

.proceso-compra .box-control {
  float: left;
  width: 100%; }

.proceso-compra fieldset {
  padding-top: 40px;
  padding-bottom: 40px; }

#formulario-compra legend {
  padding: 0 10px; }

#formulario-compra fieldset {
  border-bottom: 1px solid #c7c7c7; }

#formulario-compra .float-label .column {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

#formulario-compra .float-label .column14 {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

#formulario-compra .float-label .column12 {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

#formulario-compra .float-label .column34 {
  width: -webkit-calc(75% - 20px);
  width: calc(75% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

#formulario-compra .float-label .column13 {
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

#formulario-compra .float-label .column23 {
  width: -webkit-calc(66.666% - 20px);
  width: calc(66.666% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

#formulario-compra .float-label .column16 {
  width: -webkit-calc(16.666% - 20px);
  width: calc(16.666% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

#formulario-compra .float-label .column15 {
  width: -webkit-calc(20% - 20px);
  width: calc(20% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

#formulario-compra .float-label .column25 {
  width: -webkit-calc(40% - 20px);
  width: calc(40% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

#formulario-compra .float-label .column35 {
  width: -webkit-calc(60% - 20px);
  width: calc(60% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

#formulario-compra .float-label .column45 {
  width: -webkit-calc(80% - 20px);
  width: calc(80% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

#datos-envio .indicaciones {
  margin-bottom: 20px; }

#datos-envio .recogida {
  float: left;
  width: 100%;
  margin-bottom: 40px; }
  #datos-envio .recogida.check label {
    font-size: 20px !important;
    font-family: "Oswald", sans-serif !important;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase; }
  #datos-envio .recogida .float-label input:valid + label,
  #datos-envio .recogida .float-label textarea:valid + label {
    top: 0 !important; }

#forma-pago .control.check {
  padding: 10px 20px;
  background-color: #efefef;
  margin-bottom: 20px; }
  #forma-pago .control.check label {
    margin-top: 0;
    font-size: 16px; }

#confirmacion h3 {
  font-size: 16px;
  font-family: "Muli", sans-serif;
  background-color: #efefef;
  padding: 10px 20px; }

#confirmacion h4 {
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5; }

#confirmacion .productos-comprados {
  float: left; }
  #confirmacion .productos-comprados li {
    display: block;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px; }
    #confirmacion .productos-comprados li:nth-child(odd) {
      /*border-right: 1px solid $color-gray-dark;*/ }
  #confirmacion .productos-comprados img {
    width: 100px;
    height: auto;
    float: left;
    display: block;
    margin-right: 20px;
    margin-left: 20px; }
  #confirmacion .productos-comprados .resumen-producto {
    display: block;
    float: left;
    width: -webkit-calc(100% - 100px - 40px);
    width: calc(100% - 100px - 40px); }

#confirmacion .datos {
  padding: 20px; }

#confirmacion table {
  float: right;
  margin-top: 10px;
  background-color: #efefef; }
  #confirmacion table tr:first-of-type td {
    padding-top: 20px; }
  #confirmacion table tr:last-of-type td {
    padding-bottom: 20px; }
  #confirmacion table td {
    padding: 0px 20px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px; }
  #confirmacion table tr.total td {
    font-size: 1.2em; }
  #confirmacion table tr.total td.precio {
    color: #c00202; }

#formulario-carrito {
  /*float: left;*/ }
  #formulario-carrito .column13 legend {
    float: left;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 20px;
    margin-bottom: 40px;
    width: 100%; }
  #formulario-carrito input[type="text"] {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    font-family: "Muli", sans-serif;
    font-size: 14px; }
  #formulario-carrito .btn-white {
    float: left; }
  #formulario-carrito fieldset {
    float: left; }
  #formulario-carrito .recogida.check {
    float: left;
    margin-top: 20px;
    width: 100%;
    float: left; }
    #formulario-carrito .recogida.check label {
      margin-top: 0;
      padding-left: 0;
      width: auto;
      float: left;
      margin-right: 20px;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      font-size: 14px; }
  #formulario-carrito .indicaciones {
    margin-bottom: 25px; }
  #formulario-carrito .botones {
    margin-top: 20px;
    float: left;
    width: 100%; }
    #formulario-carrito .botones .right {
      float: right; }
  #formulario-carrito #total .bg-gray {
    background-color: #efefef;
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 20px; }
  #formulario-carrito #total button, #formulario-carrito #total .button {
    width: 100% !important; }
  #formulario-carrito #total legend {
    margin: 0; }
  #formulario-carrito #total table {
    margin-top: 0;
    padding: 0;
    margin-right: 20px;
    margin-left: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    border-bottom: 1px solid #c7c7c7; }
    #formulario-carrito #total table td {
      border-bottom: 0;
      padding: 5px 20px;
      text-transform: uppercase;
      text-align: right;
      font-weight: 600; }
    #formulario-carrito #total table tr:first-of-type td {
      padding-top: 10px; }
    #formulario-carrito #total table tr:last-of-type td {
      padding-bottom: 10px;
      font-size: 1.2em; }
      #formulario-carrito #total table tr:last-of-type td:last-child {
        color: #c00202; }
  #formulario-carrito table {
    margin-top: 40px;
    float: left;
    width: 100%;
    padding: 0 20px; }
    #formulario-carrito table h4 {
      text-transform: none !important;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.5; }
    #formulario-carrito table h4 a {
      text-decoration: none; }
    #formulario-carrito table th {
      border-bottom: 1px solid #c7c7c7;
      padding-bottom: 5px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      letter-spacing: .1em;
      font-weight: 600; }
      #formulario-carrito table th:not(.producto) {
        text-align: center; }
      #formulario-carrito table th.cantidad, #formulario-carrito table th.precio, #formulario-carrito table th.total {
        width: 100px; }
      #formulario-carrito table th.imagen {
        width: 140px; }
      #formulario-carrito table th.editar {
        width: 30px; }
    #formulario-carrito table td {
      padding: 20px;
      border-bottom: 1px solid #c7c7c7; }
    #formulario-carrito table td:not(.resumen-producto) {
      text-align: center; }
    #formulario-carrito table img {
      width: 100px;
      height: auto;
      display: block; }
    #formulario-carrito table .resumen-producto {
      padding-right: 0;
      padding-left: 0; }
    #formulario-carrito table .marca {
      text-align: center; }
      #formulario-carrito table .marca img {
        max-width: 100px;
        height: auto;
        margin-right: auto;
        margin-left: auto; }
    #formulario-carrito table button {
      display: block;
      background-color: transparent;
      padding: 0;
      margin: 0;
      float: none; }
      #formulario-carrito table button i {
        margin: 0; }
      #formulario-carrito table button:hover {
        opacity: 1; }
        #formulario-carrito table button:hover i {
          color: #000; }
      #formulario-carrito table button .fa-times {
        color: #000; }
      #formulario-carrito table button .fa-pencil-alt {
        color: #c7c7c7;
        font-size: 16px;
        margin-top: 5px; }

.accordion {
  margin-bottom: 90px;
  padding-bottom: 0px;
  border-bottom: 1px solid #f36523; }
  .accordion .respuesta {
    padding-bottom: 30px;
    padding-top: 30px; }
  .accordion .pregunta {
    border-top: 1px solid #f36523;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #000; }
    .accordion .pregunta i {
      float: right;
      color: #000; }

/* Sliders | Owl carousel */
.owl-carousel {
  overflow: hidden; }
  .owl-carousel .owl-item {
    float: left; }
  .owl-carousel .owl-dots {
    min-height: 15px;
    width: 100%;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: auto;
    margin-bottom: 40px; }
  .owl-carousel button.owl-dot {
    height: 10px;
    width: 10px;
    background-color: #c7c7c7;
    border-radius: 0px 0px 0px 0px !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
    border: 0px solid #000;
    margin-right: 3px;
    margin-left: 3px;
    float: left; }
    .owl-carousel button.owl-dot.active {
      background-color: #000; }
  .owl-carousel .owl-nav {
    padding: 0;
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px); }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
      font-size: 60px;
      line-height: 1;
      margin: 0; }
      .owl-carousel .owl-nav button.owl-prev span,
      .owl-carousel .owl-nav button.owl-next span {
        line-height: 1;
        font-size: 60px;
        color: #666666; }
    .owl-carousel .owl-nav button.owl-next {
      float: right; }
  .owl-carousel.owl-cabecera .owl-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .owl-carousel.owl-cabecera .owl-nav {
    opacity: 0 !important;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .owl-carousel.owl-cabecera:hover .owl-nav {
    opacity: 1 !important; }

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  color: #000 !important; }

.owl-carousel .owl-nav button.owl-prev:hover span,
.owl-carousel .owl-nav button.owl-next:hover span {
  color: #fff !important; }

.owl-cabecera,
.owl-cabecera-interior {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .owl-cabecera .slide,
  .owl-cabecera-interior .slide {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .owl-cabecera .slide > div,
    .owl-cabecera-interior .slide > div {
      float: left; }
  .owl-cabecera .owl-nav,
  .owl-cabecera-interior .owl-nav {
    left: 20px !important; }

section.owl-cabecera-interior .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px; }
  section.owl-cabecera-interior .slide .texto p {
    color: #000; }
  section.owl-cabecera-interior .slide .texto.blanco p {
    color: #fff; }

#home-slider {
  background-color: #efefef;
  /*
	.slider{
		padding: $gutter $padding;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
*/
  /*
	.slide{
		> div{float: left;}
		padding-top: $gutter;
		padding-bottom: $gutter;

		display: flex;
		align-items: center;

	}
*/ }
  #home-slider .imagen {
    background-color: #efefef; }
    #home-slider .imagen img {
      mix-blend-mode: multiply; }
  #home-slider .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

#home-shop .slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#home-shop .slider .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

#home-shop .slider .slide {
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  #home-shop .slider .slide img {
    mix-blend-mode: multiply;
    -o-object-fit: contain;
       object-fit: contain;
    padding-right: 40px;
    padding-left: 40px; }
  #home-shop .slider .slide a:hover {
    opacity: 1; }
    #home-shop .slider .slide a:hover p, #home-shop .slider .slide a:hover h3 {
      opacity: 0.5 !important; }

#home-shop .slider .owl-item.center .link {
  opacity: 1; }

#home-shop .slider .owl-item:not(.center) {
  pointer-events: none; }

#home-shop .slider .link {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: end;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  #home-shop .slider .link h3 {
    font-family: "Muli", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600; }

#home-shop .owl-carousel .owl-nav {
  padding: 0;
  position: absolute;
  width: 50% !important;
  right: 25% !important;
  left: 25% !important; }

#home-shop .slider .slide img {
  max-height: 60vh;
  -o-object-fit: contain;
     object-fit: contain; }

.row::before, .row::after,
.row-full::before, .row-full::after,
.clear::before, .clear::after,
header, main, footer {
  clear: both;
  content: "";
  display: block; }

.movil {
  display: none; }

.escritorio {
  display: block; }

.escondido {
  text-indent: -99999px;
  position: absolute; }

.oculto {
  display: none; }

.derecha {
  text-align: right; }

.izquierda {
  text-align: left; }

.center, .centro, .centro * {
  text-align: center; }

.right {
  float: right; }

.left {
  float: left; }

.uppercase {
  text-transform: uppercase; }

.bg-color {
  background-color: #000;
  color: #fff; }

.bg-dark {
  background-color: #f36523;
  color: #666666; }

.bg-light {
  background-color: #f2f2f2;
  color: #000; }

.block {
  display: block; }

.inline {
  display: inline; }

.inlineblock {
  display: inline-block; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pdg {
  padding: 40px; }

@media only screen and (max-width: 1024px) {
  html {
    overfow-x: hidden; }
  #home section .texto, section.cabecera .texto {
    padding: 0 20px 0 40px; }
  #home section .texto h2, section.cabecera .texto h2 {
    font-size: 42px; } }

@media only screen and (max-width: 960px) {
  #home section .texto, section.cabecera .texto {
    padding: 0 20px 0 40px;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  header nav #menu-principal li {
    margin-left: 0; }
  header nav #menu-principal li.icon {
    margin-left: 20px; }
  footer #big-footer {
    padding-top: 0; }
  footer #site-branding img {
    width: 100%;
    height: auto; }
  footer .links-footer {
    width: 100%;
    max-width: 100%; }
  footer .logo-footer {
    width: 100%;
    max-width: 100%; }
    footer .logo-footer img {
      max-width: 290px;
      height: auto; }
  #home #home-video .texto {
    position: relative;
    padding: 0 20px; }
  #home #home-blog .texto {
    padding: 0 20px; }
  #home #home-blog .posts {
    width: 100%;
    max-width: 100%;
    padding: 0 20px; }
    #home #home-blog .posts img {
      padding-right: 0; }
  #formulario-compra,
  #formulario-carrito {
    margin-top: 0; }
  .tienda .categorias li a {
    padding: 20px 10px; }
  section#home-video .video-poster i {
    left: 50%; } }

@media only screen and (max-width: 860px) {
  #home section .texto,
  section.cabecera .texto {
    padding: 0 20px 0 20px;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  #home section .texto .button,
  section.cabecera .texto .button {
    margin-top: 20px;
    margin-bottom: 20px; }
  .owl-cabecera .slide, .owl-cabecera-interior .slide {
    display: block;
    margin-bottom: 40px;
    float: left; }
  .owl-cabecera-interior .slide {
    margin-bottom: 0; }
  #home-slider .imagen {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  #home section .texto, section.cabecera .texto {
    float: left; }
  header {
    overflow: visible; }
  .menu-escritorio {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: 70px;
    z-index: 1000;
    width: 100%;
    padding: 0; }
    .menu-escritorio ul {
      width: 100%; }
    .menu-escritorio li {
      display: block;
      width: 100%;
      height: auto;
      background-color: #efefef; }
      .menu-escritorio li:last-child a {
        padding-bottom: 20px;
        -webkit-box-shadow: 0 4px 6px -6px #000;
                box-shadow: 0 4px 6px -6px #000;
        background-color: #efefef;
        z-index: 1000; }
      .menu-escritorio li a {
        display: block;
        padding: 0 30px;
        line-height: 30px; }
  header nav #menu-principal li.idioma {
    margin-left: 10px; }
  .idioma .customselect {
    height: 40px; }
    .idioma .customselect::after {
      line-height: 40px;
      font-size: 20px; }
    .idioma .customselect select {
      line-height: 40px;
      font-size: 16px; }
  #site-branding {
    padding-right: 0;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    max-width: 300px; }
    #site-branding img {
      width: 100%;
      height: auto; }
  header {
    position: relative;
    position: fixed;
    z-index: 10000;
    height: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .boton_menu {
      display: block;
      cursor: pointer; }
    header nav {
      padding: 15px 20px 15px 0px !important;
      height: 24px; }
      header nav #menu-principal {
        border-bottom: 0; }
        header nav #menu-principal li.icon {
          margin-left: 15px; }
          header nav #menu-principal li.icon a {
            line-height: 40px; }
          header nav #menu-principal li.icon i {
            font-size: 20px;
            line-height: 40px; }
      header nav .menu-escritorio ul {
        float: left;
        height: auto; }
      header nav .menu-escritorio li.current, header nav .menu-escritorio li:hover {
        border-bottom: 0px;
        text-decoration: underline;
        -webkit-text-decoration-color: #f36523;
                text-decoration-color: #f36523; }
    header #site-branding {
      padding: 15px 0 15px 20px !important; }
  main {
    margin-top: 70px; }
  .listado-productos li {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  #formulario-carrito table td {
    padding: 10px; }
  #formulario-carrito table .marca img {
    max-width: 60px; }
  #formulario-carrito .quantity input {
    width: 60px !important; }
  #formulario-compra legend {
    padding: 0 20px; }
  header nav #menu-principal li {
    height: auto; }
  header .menu-escritorio li {
    position: relative; }
  header .sub-menu {
    display: block;
    position: relative; }
    header .sub-menu li {
      padding-left: 20px; }
    header .sub-menu li:last-child a {
      padding-bottom: 0 !important; }
  .tienda .categorias li a {
    font-size: .8em; }
  header nav {
    position: initial; }
  .menu-item.icon.searh-icon {
    position: relative; }
  .search-form {
    width: 260px;
    right: 20px;
    top: 5px;
    z-index: 1000; }
    .search-form button i {
      line-height: 30px !important;
      font-size: 16px !important; } }

@media only screen and (max-width: 720px) {
  /*--------------------------------------------------------------
	1.0 - Responsive Grid
	--------------------------------------------------------------*/
  [class^='box'] {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  [class^='column'] {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  /*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/
  footer #big-footer {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px; }
    footer #big-footer .links-footer > * {
      margin-bottom: 20px !important; }
    footer #big-footer h4 {
      margin-bottom: 5px; }
  footer #small-footer .copyright {
    margin-bottom: 5px; }
  footer #small-footer .copyright, footer #small-footer .signature {
    float: left;
    text-align: left; }
    footer #small-footer .copyright p, footer #small-footer .signature p {
      text-align: left;
      float: left; }
  /*--------------------------------------------------------------
	Home
	--------------------------------------------------------------*/
  #home-about .about-parts {
    display: block; }
  #home-about .about-part {
    display: block;
    max-width: 100%; }
    #home-about .about-part:not(:first-child) {
      border-left: 0px; }
  #home section .texto, section.cabecera .texto {
    position: relative; }
  #home #home-blog {
    margin-bottom: 0;
    margin-top: 40px; }
    #home #home-blog .posts img {
      margin-top: 20px; }
  .page.club .blog {
    margin-bottom: 40px; }
  .single.club .blog .content {
    margin-top: 20px; }
  #bullit section:not(.cabecera) {
    margin-top: 40px; }
  .listado-productos li .column12 {
    width: 50%; }
  #formulario-compra legend {
    padding: 0 20px; }
  .proceso-compra .campos-fieldset {
    padding: 0; }
  .proceso-compra #forma-pago .box-control {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px; }
  .tienda .categorias {
    display: none; } }

@media only screen and (max-width: 580px) {
  #formulario-carrito th.imagen, #formulario-carrito td.imagen {
    display: none !important; }
  #formulario-carrito th.marca, #formulario-carrito td.marca {
    display: none; }
  #formulario-carrito table th.cantidad, #formulario-carrito table th.precio, #formulario-carrito table th.total {
    width: auto; }
  #formulario-carrito table td {
    padding: 20px 0; }
  #formulario-carrito .botones .right {
    float: left !important; }
  #home-shop .owl-carousel .owl-nav {
    width: -webkit-calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
    right: 20px !important;
    left: 20px !important; } }

@media only screen and (max-width: 520px) {
  header nav #menu-principal li.icon {
    margin-left: 12px; }
  header nav #menu-principal li.idioma {
    margin-left: 7px; } }

@media only screen and (max-width: 480px) {
  .nav-pages {
    position: relative; }
    .nav-pages .paginas {
      position: absolute;
      right: 0;
      left: 0;
      top: -40px; }
    .nav-pages .button {
      width: 50%; }
  .listado-productos li .column12 {
    width: 100%; }
  .listado-productos li h2 {
    margin-top: 20px; }
  .tienda .ordenar {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }
  .search-form {
    width: -webkit-calc(100vw - 168px);
    width: calc(100vw - 168px); }
  header nav {
    margin-top: -10px; } }
