@charset "UTF-8";
#donation-button {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 8999;
  padding: 10px 15px;
  background-color: #F2AF29;
  color: #FCFAF9;
  border-radius: 130px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

/********************* NEW COLORS *************************



yellow : #f7b267
gray   : #515151
blue : #009ddc
orange : #ff6f59
white : #FCFAF9
dark grey : #2F2D2E
light grey : #C5C3C6
medium grey : #696969


gold : EFBC9B;

 */
/*---------------( set colors )---------------*/
/*---------------( FONTS )---------------*/
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #515151;
}

.loader svg {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 50%;
  margin-top: -20px;
}

/*---------------( box-shadow )---------------*/
/*---------------( box-shadow )---------------*/
/*---------------( grayscale )---------------*/
/*---------------( breakpoint )---------------*/
/*---------------( border_radius )---------------*/
/*---------------( border_radius )---------------*/
/*---------------( border_radius )---------------*/
/*---------------( border_radius )---------------*/
/*---------------( border_radius )---------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 0;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

h6, h5, h4, h3, h2, h1, p, a, input, button, label {
  font-size: 16px;
}

/*======================================================( FONT-FACE )======================================================*/
@font-face {
  font-family: "silkabold";
  src: url("../fonts/silka-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "silkalight";
  src: url("../fonts/silka-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.top_img figcaption,
footer ul li h5,
.section_presentation_title,
.category_title,
.text-wrapper-read h3,
#section_home article .title,
#btn_login_nestor, #btn_subscribe_formation,
.primary_font_bold {
  font-family: "silkabold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-wrapper-read h2,
.text-wrapper-read h4,
.primary_font_light,
header nav ul li a {
  font-family: "silkalight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*======================================================[ ANIMATE CSS ]======================================================*/
@-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;
  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;
}

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

@-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;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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;
}

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

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.hide {
  display: none;
}

.box_shadow {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
  /*
  -webkit-box-shadow:0 6px 10px rgba(0,0,0,0.5);
  -moz-box-shadow:0 6px 10px rgba(0,0,0,0.5);
  box-shadow:0 6px 10px rgba(0,0,0,0.5);
  */
}

.box_shadow_xs, .section_list ul.category_list li.category_row {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.box_shadow_xxs, #section_home article {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.noselect, img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.highlight {
  background-color: #F2AF29;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.border_top_left_radius, .section_list ul.category_list li.category_row, #section_home article {
  -webkit-border-top-left-radius: 15px;
  -moz-border-top-left-radius: 15px;
  border-border-top-left-radius: 15px;
}

/*---------------(  .align_left )---------------*/
.align_left {
  text-align: left !important;
}

/*---------------( body.body_wait )---------------*/
body.body_wait {
  /*---------------( * )---------------*/
}
body.body_wait * {
  cursor: wait;
}

.center {
  text-align: center;
}

.line_height_l {
  line-height: 1.6;
}

/*---------------( Button )---------------*/
.btn {
  padding: 10px;
  line-height: 1;
  text-align: center;
  border: 1px solid rgb(0, 131.5231818182, 184.3);
  background-color: #009ddc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #FCFAF9;
}
.btn:hover {
  background-color: rgb(0.7, 182.1777272727, 255);
}
.btn.btn_right {
  float: right;
}
.btn.btn_grey {
  border: 1px solid rgb(63.15, 63.15, 63.15);
  background-color: #515151;
  color: #FCFAF9;
}
.btn.btn_grey:hover {
  background-color: rgb(98.85, 98.85, 98.85);
}

.oblique {
  position: relative;
}
.oblique.oblique_after:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% 50px;
}
.oblique.oblique_before:before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% 50px;
}
.oblique.oblique_after.oblique_white:not(.oblique_revert):after {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23FCFAF9' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='0 0, 100 0,100 100'/></svg>");
}
.oblique.oblique_after.oblique_light_grey:not(.oblique_revert):after {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23EDEDED' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='0 0, 100 0,100 100'/></svg>");
}
.oblique.oblique_after.oblique_dark_grey:not(.oblique_revert):after {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23515151' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='0 0, 100 0,100 100'/></svg>");
}
.oblique.oblique_before.oblique_white:not(.oblique_revert):before {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23FCFAF9' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='0 0, 100 100,0 100'/></svg>");
}
.oblique.oblique_before.oblique_light_grey:not(.oblique_revert):before {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23EDEDED' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='0 0, 100 100,0 100'/></svg>");
}
.oblique.oblique_before.oblique_dark_grey:not(.oblique_revert):before {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23515151' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='0 0, 100 100,0 100'/></svg>");
}
.oblique.oblique_after.oblique_white.oblique_revert:after {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23FCFAF9' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='100 0, 0 100, 0 0'/></svg>");
}
.oblique.oblique_after.oblique_light_grey.oblique_revert:after {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23EDEDED' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='100 0, 0 100, 0 0'/></svg>");
}
.oblique.oblique_after.oblique_dark_grey.oblique_revert:after {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23515151' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='100 0, 0 100, 0 0'/></svg>");
}
.oblique.oblique_before.oblique_white.oblique_revert:before {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23FCFAF9' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='0 100, 100 0, 100 100'/></svg>");
}
.oblique.oblique_before.oblique_light_grey.oblique_revert:before {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23EDEDED' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='0 100, 100 0, 100 100'/></svg>");
}
.oblique.oblique_before.oblique_dark_grey.oblique_revert:before {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23515151' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='0 100, 100 0, 100 100'/></svg>");
}
.oblique.oblique_before.oblique_dark_blue.oblique_revert:before {
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='rgb(0, 66.0113636364, 92.5)' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='0 100, 100 0, 100 100'/></svg>");
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-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);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/*======================================================[ BASE]======================================================*/
a, button, input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

input, button {
  line-height: 1;
  display: inline-block;
}

img {
  display: block;
  font-size: 0;
  max-width: 100%;
  height: auto;
}

body {
  background-color: #515151;
  color: #515151;
}

body.wait-load * {
  cursor: wait;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input#age {
  height: 0 !important;
  width: 0 !important;
  outline: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: hidden !important;
}

body {
  padding-top: 140px;
}
@media only screen and (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}

header {
  background: #0086be;
  background: -moz-linear-gradient(top, #0086be 0%, #00b8fa 100%);
  background: -webkit-linear-gradient(top, #0086be 0%, #00b8fa 100%);
  background: linear-gradient(to bottom, #0086be 0%, #00b8fa 100%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 140px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  header {
    height: 100px;
  }
}
header a#link-logo {
  position: absolute;
  left: 30px;
  top: 15px;
}
header a#link-logo:hover img {
  opacity: 0.7;
}

header nav ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: table;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  background-color: rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  header nav ul {
    left: auto;
    top: 30px;
    right: 0;
    width: auto;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.03);
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-border-top-left-radius: 8px;
  }
}
header nav ul li {
  display: table-cell;
}
header nav ul li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 768px) {
  header nav ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-border-top-left-radius: 8px;
  }
}
header nav ul li a {
  font-size: 14px;
  margin: 0;
  height: 40px;
  display: block;
  line-height: 41px;
  color: #ffffff;
  padding: 0;
  text-align: center;
}
header nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
header nav ul li a.active {
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 414px) {
  header nav ul li a {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 768px) {
  header nav ul li a {
    font-size: 15px;
    padding: 0 13px;
  }
}
@media only screen and (min-width: 992px) {
  header nav ul li a {
    font-size: 16px;
    padding: 0 20px;
  }
}

.shop_cart {
  position: absolute;
  display: block;
  bottom: -80px;
  right: 30px;
  height: 60px;
  width: 60px;
  background-color: #F2AF29;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.shop_cart svg {
  width: 35px;
  margin: 14px 0 0 10px;
  fill: #FCFAF9;
}
.shop_cart .shop_cart_nb {
  position: absolute;
  display: inline-block;
  height: 25px;
  width: 25px;
  top: -6px;
  right: -6px;
  background-color: #FCFAF9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  color: rgb(218.7136563877, 150.2378854626, 13.2863436123);
}

header #breadcrumb {
  position: absolute;
  bottom: -32px;
  background-color: #F2AF29;
  -webkit-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.3);
  height: 32px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  header #breadcrumb {
    height: 40px;
    bottom: -40px;
  }
}
header #breadcrumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -8px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 8px solid #F2AF29;
}
@media only screen and (min-width: 768px) {
  header #breadcrumb:after {
    right: -12px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 12px solid #F2AF29;
  }
}
header #breadcrumb li {
  display: inline-block;
  font-family: "silkalight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #FCFAF9;
  line-height: 33px;
  height: 32px;
  cursor: default;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 105px;
}
@media only screen and (min-width: 414px) {
  header #breadcrumb li {
    max-width: 125px;
  }
}
@media only screen and (min-width: 576px) {
  header #breadcrumb li {
    max-width: 205px;
  }
}
@media only screen and (min-width: 768px) {
  header #breadcrumb li {
    max-width: 290px;
  }
}
@media only screen and (min-width: 992px) {
  header #breadcrumb li {
    max-width: 380px;
  }
}
@media only screen and (min-width: 1200px) {
  header #breadcrumb li {
    max-width: 470px;
  }
}
@media only screen and (min-width: 1400px) {
  header #breadcrumb li {
    max-width: 570px;
  }
}
header #breadcrumb li:first-child {
  padding-left: 15px;
}
@media only screen and (min-width: 375px) {
  header #breadcrumb li:first-child {
    padding-left: 30px;
  }
}
header #breadcrumb li:last-child {
  padding-right: 8px;
}
header #breadcrumb li:not(.hide_xxs) + li:before {
  content: "/";
  display: inline-block;
  padding: 0 4px 0 3px;
}
header #breadcrumb li a {
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  line-height: inherit;
  height: 100%;
  position: relative;
}
header #breadcrumb li a:hover {
  font-weight: bold;
}
header #breadcrumb li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 7px;
  position: absolute;
  background-color: #FCFAF9;
}
@media only screen and (min-width: 768px) {
  header #breadcrumb li a:before {
    bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  header #breadcrumb li {
    font-size: 15px;
    line-height: 41px;
    height: 40px;
  }
}

.top_img {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.top_img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% 50px;
  background-image: url("data:image/svg+xml;utf8,<svg height='50' width='100%' viewBox='0 0 100 100' fill='%23EDEDED' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><polygon points='0 0, 100 100,0 100'/></svg>");
}
.top_img img {
  float: right;
  max-width: 960px;
  width: 70%;
  min-width: 400px;
  margin-right: -55px;
}
@media only screen and (min-width: 414px) {
  .top_img img {
    margin-right: -50px;
    min-width: 420px;
  }
}
@media only screen and (min-width: 576px) {
  .top_img img {
    min-width: 500px;
    margin-right: 0;
  }
}
.top_img figcaption {
  position: absolute;
  top: -15px;
  bottom: 0;
  left: 30px;
  font-size: 15px;
  color: #515151;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 3px 1px 4px #FFFFFF;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .top_img figcaption {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .top_img figcaption {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .top_img figcaption {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .top_img figcaption {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1400px) {
  .top_img figcaption {
    font-size: 40px;
  }
}

/*======================================================[ FOOTER ]======================================================*/
footer {
  padding: 30px 30px 55px;
  background-color: #515151;
  position: relative;
}

footer ul {
  width: 100%;
  position: relative;
}

footer ul li {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  footer ul li {
    width: auto;
  }
}

footer ul li + li {
  border-top: 2px solid #ffffff;
  margin-top: 30px;
  padding-top: 30px;
}

footer ul li:first-child + li {
  margin-top: 18px;
}

footer ul li h5 {
  color: #ffffff;
  /*text-transform:uppercase;*/
  line-height: 1;
  font-size: 21px;
  margin-bottom: 15px;
}

footer ul li #icon-mail {
  height: 25px;
  display: inline-block;
  vertical-align: top;
  fill: #ffffff;
  margin: 0 1px 0 0;
}

/*
footer ul li a
{
    color:#ffffff;
    line-height:1.1;
    font-weight:bold;
}
*/
#contact-email {
  color: #ffffff;
  line-height: 1.1;
  font-weight: bold;
  font-size: 13px;
}

footer ul li a:hover {
  color: #F2AF29;
}

footer ul li a:hover #icon-mail {
  fill: #F2AF29;
}

footer ul li p {
  color: #ffffff;
  line-height: 1.1;
  font-style: italic;
  margin-bottom: 10px;
  opacity: 0.88;
  font-size: 14px;
}

footer ul li input[type=email] {
  border: 0;
  outline: 0;
  height: 32px;
  width: 160px;
  padding: 0 6px;
  border: 1px solid #575757;
  box-sizing: content-box;
  background-color: #ffffff;
  color: #808080;
  font-size: 14px;
}

footer ul li input[type=submit] {
  border: 0;
  outline: 0;
  height: 32px;
  padding: 0 6px;
  border: 1px solid #606060;
  background-color: rgba(255, 255, 255, 0.3);
  box-sizing: content-box;
  color: #ffffff;
  margin-left: 8px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

footer ul li input[type=submit]:hover {
  background-color: #F2AF29;
  /*color:#2F4E89;*/
}

footer .icon-rs {
  height: 30px;
  fill: #ffffff;
}

footer ul li a + a {
  margin-left: 21px;
}

footer ul li a:hover .icon-rs * {
  fill: #F2AF29;
}

@media (min-width: 576px) {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
@media screen and (min-width: 768px) {
  /*------------------------------------------------*/
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer ul {
    width: 100%;
    display: table;
  }
  footer ul li {
    display: table-cell;
    margin: 0 !important;
    vert-align: top;
    padding: 0 15px !important;
  }
  footer ul li.block-newsletter {
    min-width: 270px;
  }
  footer ul li.block-rs {
    min-width: 170px;
  }
  footer ul li.block-email {
    min-width: 135px;
  }
  footer ul li + li {
    border-top: none;
    border-left: 2px solid #ffffff;
  }
  /*------------------------------------------------*/
}
@media screen and (min-width: 992px) {
  /*------------------------------------------------*/
  footer ul li p {
    font-size: 15px;
  }
  footer ul li input[type=email] {
    font-size: 15px;
    width: 200px;
  }
  footer ul li input[type=submit] {
    font-size: 15px;
  }
  /*------------------------------------------------*/
}
#donate-button-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 8999;
}

/*---------------( section )---------------*/
.section {
  background-color: #EDEDED;
  position: relative;
  /*---------------( & + section )---------------*/
}
.section + .section {
  background-color: #FCFAF9;
}

/*---------------( #section_home )---------------*/
#section_home {
  padding: 80px 30px;
  /*---------------( breakpoint )---------------*/
  /*---------------( div )---------------*/
  /*---------------( article )---------------*/
  /*---------------( breakpoint )---------------
  @include breakpoint( 's' )
  {
  }
  @include breakpoint( 'm' )
  {
  }
  @include breakpoint( 'l' )
  {
  }
  @include breakpoint( 'xl' )
  {
  }
  */
}
#section_home a {
  text-decoration: underline !important;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #section_home {
    padding: 68px 18px;
  }
}
#section_home div {
  /*---------------( breakpoint )---------------*/
}
@media only screen and (min-width: 768px) {
  #section_home div {
    max-width: 1400px;
    margin: 0 auto;
  }
}
#section_home article {
  padding: 25px 23px 23px 25px;
  display: block;
  /*---------------( & + article )---------------*/
  /*---------------( breakpoint )---------------*/
  /*---------------( *:not(.title) )---------------*/
  /*---------------( .text-wrapper-home )---------------*/
  /*---------------( &#article_why )---------------*/
  /*---------------( &#article_news )---------------*/
  /*---------------( &#article_verse )---------------*/
  /*---------------( &#article_write )---------------*/
  /*---------------( .title )---------------*/
}
#section_home article + article {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  #section_home article {
    box-sizing: border-box;
    margin: 12px !important;
    width: calc(50% - 24px);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    display: inline-block;
  }
}
#section_home article *:not(.title) {
  line-height: 1.33;
}
#section_home article .text-wrapper-home {
  /*---------------( * + *)---------------*/
}
#section_home article .text-wrapper-home * + * {
  margin-top: 8px;
}
#section_home article#article_why {
  background-color: #EDEDED;
  vertical-align: bottom;
  /*---------------( breakpoint )---------------*/
}
#section_home article#article_why .text-wrapper-home h2 {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
#section_home article#article_why .text-wrapper-home h2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/arrows_15707914.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  #section_home article#article_why {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-border-top-left-radius: 0;
  }
}
#section_home article#article_news {
  background-color: #009ddc;
  background-image: url("../img/bg-article-news.png");
  vertical-align: bottom;
  color: #FCFAF9;
  /*---------------( breakpoint )---------------*/
}
#section_home article#article_news .text-wrapper-home h2 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  #section_home article#article_news {
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-border-top-right-radius: 0;
  }
}
#section_home article#article_verse {
  background-color: #009ddc;
  vertical-align: top;
  color: #FCFAF9;
  /*---------------( breakpoint )---------------*/
}
@media only screen and (min-width: 768px) {
  #section_home article#article_verse {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-border-bottom-left-radius: 0;
  }
}
#section_home article#article_write {
  background-color: #EDEDED;
  position: relative;
  vertical-align: top;
  height: 240px;
  /*---------------( breakpoint )---------------*/
  /*---------------( &:after )---------------*/
  /*---------------( &:before )---------------*/
  /*---------------( #user-avatar )---------------*/
  /*---------------( ul )---------------*/
}
@media only screen and (min-width: 375px) {
  #section_home article#article_write {
    height: 195px;
  }
}
@media only screen and (min-width: 414px) {
  #section_home article#article_write {
    height: 160px;
  }
}
@media only screen and (min-width: 576px) {
  #section_home article#article_write {
    height: 110px;
  }
}
@media only screen and (min-width: 768px) {
  #section_home article#article_write {
    height: auto;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-border-bottom-right-radius: 0;
  }
}
#section_home article#article_write:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #EDEDED;
  position: absolute;
  bottom: -17px;
  left: 33px;
}
#section_home article#article_write:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid rgb(216.6, 216.6, 216.6);
  position: absolute;
  bottom: -18px;
  left: 33px;
}
#section_home article#article_write #user-avatar {
  position: absolute;
  top: 55px;
  left: 19px;
  /*---------------( svg )---------------*/
}
#section_home article#article_write #user-avatar svg {
  fill: #515151;
  height: 80px;
}
#section_home article#article_write ul {
  margin-left: 68px;
  /*---------------( span )---------------*/
}
#section_home article#article_write ul span {
  color: #009ddc;
}
#section_home article .title {
  display: block;
  padding-bottom: 18px;
  font-size: 21px;
  text-transform: uppercase;
}

/*---------------( section_presentation )---------------*/
.section_presentation {
  padding: 0px 30px 77px 30px;
  position: relative;
  /*---------------( figure )---------------*/
  /*---------------( section_presentation_title )---------------*/
}
.section_presentation figure {
  position: relative;
  z-index: 25;
  height: 224px;
  width: 224px;
  margin: -40px auto 15px;
  /*---------------( figcaption )---------------*/
  /*---------------( img )---------------*/
}
@media only screen and (min-width: 414px) {
  .section_presentation figure {
    margin-top: -55px;
  }
}
@media only screen and (min-width: 576px) {
  .section_presentation figure {
    height: 254px;
    width: 254px;
  }
}
@media only screen and (min-width: 768px) {
  .section_presentation figure {
    margin-top: -70px;
    height: 284px;
    width: 284px;
  }
}
@media only screen and (min-width: 992px) {
  .section_presentation figure {
    margin-top: -110px;
    height: 314px;
    width: 314px;
  }
}
@media only screen and (min-width: 1200px) {
  .section_presentation figure {
    margin-top: -130px;
    height: 330px;
    width: 330px;
  }
}
@media only screen and (min-width: 1400px) {
  .section_presentation figure {
    margin-top: -150px;
    height: 354px;
    width: 354px;
  }
}
.section_presentation figure.small {
  margin-top: -50px;
  margin-bottom: 8px;
  height: 120px;
  width: 120px;
}
.section_presentation figure.small img {
  border-width: 8px;
}
.section_presentation figure figcaption {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 6px 0;
  font-size: 14px;
  width: 100%;
  color: #515151;
  background-color: rgba(237, 237, 237, 0.75);
  text-align: center;
  display: block;
  z-index: 30;
}
.section_presentation figure img {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
  border: 12px solid #EDEDED;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.section_presentation .section_presentation_title {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #009ddc;
  padding-bottom: 9px;
  margin: 0 auto 25px;
  max-width: 800px;
  display: block;
  font-size: 20px;
}
@media only screen and (min-width: 414px) {
  .section_presentation .section_presentation_title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) {
  .section_presentation .section_presentation_title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section_presentation .section_presentation_title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .section_presentation .section_presentation_title {
    font-size: 26px;
  }
}

/*---------------( section_list )---------------*/
.section_list {
  padding: 65px 15px;
  /*---------------( &#section_list_video figure:before )---------------*/
  /*---------------( &#section_list_video figure:before )---------------*/
  /*---------------( &#section_list_write figure:before )---------------*/
  /*---------------( &#section_list_formation figure:before )---------------*/
  /*---------------( &#section_list_audio figure:before )---------------*/
  /*---------------( &#section_list_mission figure:before )---------------*/
  /*---------------( ul.category_list )---------------*/
}
.section_list .inline_date {
  padding: 3px;
  background-color: rgb(193.2, 193.2, 193.2);
  color: #FCFAF9;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  right: 15px;
  line-height: 1;
}
.section_list li.is_new .inline_date {
  background-color: #009ddc;
}
.section_list#section_list_video figure:before {
  background-image: url("../img/icon-video.svg");
  background-size: 70px auto;
  top: 10px;
  right: 12px;
  /*---------------( breakpoint )---------------*/
}
@media only screen and (min-width: 576px) {
  .section_list#section_list_video figure:before {
    background-size: 90px auto;
  }
}
@media only screen and (min-width: 768px) {
  .section_list#section_list_video figure:before {
    background-size: 80px auto;
  }
}
.section_list#section_list_write figure:before {
  background-image: url("../img/icon-write.svg");
  background-size: 60px auto;
  top: 10px;
  right: 12px;
  /*---------------( breakpoint )---------------*/
}
@media only screen and (min-width: 576px) {
  .section_list#section_list_write figure:before {
    background-size: 70px auto;
  }
}
.section_list#section_list_formation figure:before {
  background-image: url("../img/icon-formation.svg");
  background-size: 60px auto;
  top: 11px;
  right: 12px;
  /*---------------( breakpoint )---------------*/
}
@media only screen and (min-width: 576px) {
  .section_list#section_list_formation figure:before {
    background-size: 70px auto;
  }
}
.section_list#section_list_audio figure:before {
  background-image: url("../img/icon-audio.svg");
  background-size: 65px auto;
  top: 11px;
  right: 14px;
  /*---------------( breakpoint )---------------*/
}
@media only screen and (min-width: 576px) {
  .section_list#section_list_audio figure:before {
    background-size: 85px auto;
  }
}
@media only screen and (min-width: 768px) {
  .section_list#section_list_audio figure:before {
    background-size: 75px auto;
  }
}
.section_list#section_list_mission figure:before {
  background-image: url("../img/icon-plane.svg");
  background-size: 55px auto;
  top: 10px;
  right: 12px;
  /*---------------( breakpoint )---------------*/
}
@media only screen and (min-width: 576px) {
  .section_list#section_list_mission figure:before {
    background-size: 65px auto;
  }
}
.section_list ul.category_list {
  max-width: 1800px;
  margin: 0 auto;
  /*---------------( li.category_row )---------------*/
}
.section_list ul.category_list li.category_row {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
  background-color: #EDEDED;
  margin: 15px;
  border-bottom: 3px solid #009ddc;
  overflow: hidden;
  /*---------------( &:hover )---------------*/
  /*---------------( figure )---------------*/
  /*---------------( breakpoint )---------------*/
  /*---------------( .category_title )---------------*/
  /*---------------( ul.item_list )---------------*/
}
.section_list ul.category_list li.category_row:hover {
  border-color: #F2AF29;
}
.section_list ul.category_list li.category_row figure {
  position: relative;
  /*---------------( cat_nb_new )---------------*/
  /*---------------( &:before )---------------*/
  /*---------------( &:after )---------------*/
}
.section_list ul.category_list li.category_row figure .cat_nb_new {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #FCFAF9;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  line-height: 1;
}
.section_list ul.category_list li.category_row figure:before {
  content: "";
  display: block;
  position: absolute;
  height: 120px;
  width: 150px;
  background-repeat: no-repeat;
  background-position: top right;
}
.section_list ul.category_list li.category_row figure:after {
  content: "";
  display: block;
  background-color: rgba(0, 157, 220, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section_list ul.category_list li.category_row {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .section_list ul.category_list li.category_row {
    width: calc(33.33% - 30px);
  }
}
.section_list ul.category_list li.category_row .category_title {
  padding: 12px 10px 11px 20px;
  font-size: 20px;
}
.section_list ul.category_list li.category_row ul.item_list {
  display: none;
  /*---------------( li.item_row )---------------*/
}
.section_list ul.category_list li.category_row ul.item_list li.item_row {
  /*---------------( &.is_last_view a )---------------*/
  /*---------------( a )---------------*/
  /*---------------( &.have_date a )---------------*/
}
.section_list ul.category_list li.category_row ul.item_list li.item_row.is_last_view a:before {
  content: "•";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  font-size: 30px;
}
.section_list ul.category_list li.category_row ul.item_list li.item_row a {
  display: block;
  background-color: rgb(224.25, 224.25, 224.25);
  border-top: 1px solid rgb(214.05, 214.05, 214.05);
  position: relative;
  padding: 10px 5px 9px 20px;
  /*---------------( &:hover )---------------*/
}
.section_list ul.category_list li.category_row ul.item_list li.item_row a:hover {
  background-color: rgb(211.5, 211.5, 211.5);
}
.section_list ul.category_list li.category_row ul.item_list li.item_row.have_date a {
  padding-right: 95px;
}

/*---------------( text-wrapper )---------------*/
.text-wrapper {
  display: block;
  font-size: 16px;
  line-height: 0;
  /*---------------(  &:not( .text-wrapper-read ) )---------------*/
  /*---------------( .text-wrapper-read )---------------*/
}
.text-wrapper * {
  line-height: 1.35;
}
.text-wrapper:not(.text-wrapper-no-center) {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.text-wrapper:not(.text-wrapper-read) * {
  display: inline;
}
.text-wrapper:not(.text-wrapper-read) * + * {
  margin-left: 6px;
}
.text-wrapper.text-wrapper-read {
  /*---------------( > * + * )---------------*/
  /*---------------( h2, h3, h4 )---------------*/
  /*---------------( p )---------------*/
  /*---------------( h2 )---------------*/
  /*---------------( h3 )---------------*/
  /*---------------( h4 )---------------*/
  /*---------------( Link )---------------*/
}
.text-wrapper.text-wrapper-read > * + * {
  margin-top: 15px;
}
.text-wrapper.text-wrapper-read > * + h2 {
  margin-top: 50px;
}
.text-wrapper.text-wrapper-read h2 {
  font-size: 19px;
  line-height: 1.15;
}
.text-wrapper.text-wrapper-read h3 {
  font-size: 18px;
  line-height: 1.15;
}
.text-wrapper.text-wrapper-read h4 {
  font-size: 17px;
  line-height: 1.15;
}
.text-wrapper.text-wrapper-read p {
  font-size: 16px;
}
.text-wrapper.text-wrapper-read h2 {
  display: block;
  padding: 5px;
  background-color: #009ddc;
  color: #FCFAF9;
  margin-bottom: 22px;
  text-align: center;
}
.text-wrapper.text-wrapper-read h3 {
  color: #009ddc;
}
.text-wrapper.text-wrapper-read a {
  color: #009ddc;
  text-decoration: underline;
}

/*---------------( table )---------------*/
table {
  border-collapse: collapse;
  width: 100%;
}
table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
table tr:hover {
  background-color: #ddd;
}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #009ddc;
  color: white;
}

select {
  height: 30px;
  width: 100%;
  display: block;
}

/*---------------( .page-editions )---------------*/
.page-editions {
  /*---------------( .wrapper_content_cart )---------------*/
  /*---------------( .btn_cicrcle_top )---------------*/
  /*---------------( #section_ecommerce )---------------*/
  /*---------------( table )---------------*/
}
.page-editions .wrapper_content_cart {
  min-height: 100px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 0 20px;
}
.page-editions .btn_cicrcle_top {
  position: fixed;
  display: block;
  top: 155px;
  right: 30px;
  height: 100px;
  width: 100px;
  background-color: #F2AF29;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  /*---------------( span )---------------*/
  /*---------------( b )---------------*/
}
@media only screen and (min-width: 768px) {
  .page-editions .btn_cicrcle_top {
    top: 130px;
  }
}
.page-editions .btn_cicrcle_top svg {
  width: 60px;
  margin: 13px 0 0 15px;
  fill: #FCFAF9;
}
.page-editions .btn_cicrcle_top b {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  color: #FCFAF9;
  margin: -20px 0 0 0;
}
.page-editions #section_ecommerce {
  position: relative;
  /*---------------( ul )---------------*/
}
.page-editions #section_ecommerce ul.url_root_ecommerce {
  /*---------------( li )---------------*/
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li {
  /*---------------( &:last-child )---------------*/
  /*---------------( &:nth-child(even) )---------------*/
  /*---------------( h4 )---------------*/
  /*---------------( ul )---------------*/
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li:last-child {
  padding-bottom: 60px;
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li:nth-child(even) {
  background-image: url("../img/background-edition-articles.jpg");
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li h4 {
  display: block;
  color: #009ddc;
  text-transform: uppercase;
  text-align: center;
  font-family: "silkalight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
  padding: 25px 0 0 0;
  margin: 0 0 5px 0;
  /*---------------( &:after )---------------*/
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li h4:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -70px;
  bottom: 0;
  width: 140px;
  border-bottom: 1px solid #009ddc;
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  /*---------------( li )---------------*/
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul li {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 30px;
  width: 100%;
  position: relative;
  /*---------------( &#section_list_video figure:before )---------------*/
  /*---------------( breakpoint )---------------*/
  /*---------------( img )---------------*/
  /*---------------( h5 )---------------*/
  /*---------------( p )---------------*/
  /*---------------( address.author )---------------*/
  /*---------------( em )---------------*/
  /*---------------( button )---------------*/
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul li.have_video a {
  position: relative;
  display: block;
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul li.have_video a:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: -15px;
  left: 0;
  height: 60px;
  background-image: url("../img/icon-video-edition.svg");
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: top right;
}
@media only screen and (min-width: 576px) {
  .page-editions #section_ecommerce ul.url_root_ecommerce > li ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .page-editions #section_ecommerce ul.url_root_ecommerce > li ul li {
    width: 33.33%;
  }
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul li img {
  display: block;
  height: 200px;
  max-width: 170px;
  margin: 0 auto;
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul li h5 {
  display: block;
  color: #515151;
  text-align: center;
  font-family: "silkabold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  padding: 13px 0 10px 0;
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul li p {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding: 0 0 5px 0;
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul li address.author {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 0 15px 0;
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul li em {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
  color: #009ddc;
  padding: 8px 0;
  position: relative;
  /*---------------( .promo )---------------*/
  /*---------------( &:before )---------------*/
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul li em .promo {
  display: inline-block;
  color: #FCFAF9;
  background-color: #F2AF29;
  padding: 0 6px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul li em:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 0;
  width: 60px;
  border-bottom: 1px solid #515151;
}
.page-editions #section_ecommerce ul.url_root_ecommerce > li ul li button, .page-editions #section_ecommerce ul.url_root_ecommerce > li ul li a.download {
  display: block;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  color: #009ddc;
  padding: 0 8px;
  border: 1px solid #009ddc;
  outline: none;
  background-color: transparent;
  width: 100%;
}
.page-editions #section_cart table {
  margin-top: 30px;
}

/*---------------( .form_card )---------------*/
.form_card {
  /*---------------( > * )---------------*/
  /*---------------( label )---------------*/
  /*---------------( * + label )---------------*/
  /*---------------( input )---------------*/
  /*---------------( textarea )---------------*/
  /*---------------( [type="submit"] )---------------*/
  /*---------------( .form_error )---------------*/
}
.form_card > * {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.form_card label {
  margin-bottom: 5px;
}
.form_card * + label {
  margin-top: 22px;
  font-weight: bold;
}
.form_card input {
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  border: 1px solid rgb(211.5, 211.5, 211.5);
}
.form_card textarea {
  height: 75px;
  padding: 10px;
  line-height: 1.4;
  resize: none;
  border: 1px solid rgb(211.5, 211.5, 211.5);
}
.form_card [type=submit] {
  margin-top: 22px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid rgb(0, 131.5231818182, 184.3);
  background-color: #009ddc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #FCFAF9;
}
.form_card [type=submit]:hover {
  background-color: rgb(0.7, 182.1777272727, 255);
}
.form_card .form_error {
  border-color: #ff3400;
}

/*---------------( STRIPE )---------------*/
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
  padding-top: 6px;
  color: #fa755a;
}

#audio_play, .audio_play {
  z-index: 1000;
}

.mejs__time-handle {
  z-index: 2;
}

div#wait_ergo_submit {
  z-index: 9500;
}

figure.top_img img {
  z-index: 5;
}

.oblique.oblique_after:after, .oblique.oblique_before:before {
  z-index: 10;
}

.btn_formation_wrapper {
  z-index: 20;
}

.cart, .shop_cart, .page-editions {
  z-index: 100;
}

figure.top_img {
  z-index: 24;
}

figure.top_img figcaption {
  z-index: 24;
}

.section_presentation figure img {
  z-index: 30;
}

header {
  z-index: 8900;
}

.loader {
  z-index: 9000;
}

#section_create_student {
  padding-left: 30px;
  padding-right: 30px;
}

.btn_formation_wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  display: block;
  border-top: 1px solid #FCFAF9;
  overflow: hidden;
  font-size: 17px;
}
.btn_formation_wrapper #btn_login_nestor, .btn_formation_wrapper #btn_subscribe_formation {
  color: #FCFAF9;
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  height: 45px;
  line-height: 47px;
  box-sizing: border-box;
}
@media only screen and (min-width: 576px) {
  .btn_formation_wrapper #btn_login_nestor, .btn_formation_wrapper #btn_subscribe_formation {
    text-transform: uppercase;
  }
}
.btn_formation_wrapper #btn_login_nestor {
  position: relative;
  background-color: #009ddc;
  border-right: 1px solid #FCFAF9;
}
.btn_formation_wrapper #btn_login_nestor:hover {
  background-color: rgb(0.7, 182.1777272727, 255);
}
.btn_formation_wrapper #btn_login_nestor:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: 50px;
  background-image: url("../img/student.svg");
  background-repeat: no-repeat;
  background-size: 37px;
}
.btn_formation_wrapper #btn_subscribe_formation {
  background-color: #F2AF29;
  color: #515151;
}
.btn_formation_wrapper #btn_subscribe_formation:hover {
  background-color: rgb(244.3365638767, 189.3788546256, 79.4634361233);
}
.btn_formation_wrapper #btn_subscribe_formation:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: 40px;
  background-image: url("../img/subscribe.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 0px 3px;
}

form.form#create_student_form {
  max-width: 600px;
  margin: 0 auto;
}
form.form label, form.form input, form.form textarea, form.form select {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
form.form label {
  margin-bottom: 4px;
  font-weight: bold;
}
form.form [type=text], form.form [type=number], form.form [type=password] {
  height: 35px;
  line-height: 35px;
  background-color: rgb(244.65, 244.65, 244.65);
  padding: 0 10px;
  border: 1px solid rgb(229.35, 229.35, 229.35);
}
form.form textarea {
  height: 100px;
  background-color: rgb(244.65, 244.65, 244.65);
  padding: 10px;
  border: 1px solid rgb(229.35, 229.35, 229.35);
}
form.form * [type=submit] {
  margin-top: 20px;
}
form.form .has-error label {
  color: #C90000;
}
form.form .has-error .form-control {
  border-color: #C90000;
}
form.form .has-error .help-block {
  display: block;
  margin: 4px 0 0 0;
  color: #C90000;
  font-size: 13px;
}
form.form .form-group [type=text], form.form .form-group [type=number], form.form .form-group [type=password], form.form .form-group textarea, form.form .form-group select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form.form [type=checkbox]:not(:checked),
form.form [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
form.form [type=checkbox]:not(:checked) + label,
form.form [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
form.form [type=checkbox]:not(:checked) + label:before,
form.form [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
form.form [type=checkbox]:not(:checked) + label:after,
form.form [type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
form.form [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
form.form [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
form.form [type=checkbox]:disabled:not(:checked) + label:before,
form.form [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
form.form [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
form.form [type=checkbox]:disabled + label {
  color: #aaa;
}
form.form [type=checkbox]:checked:focus + label:before,
form.form [type=checkbox]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}
form.form label:hover:before {
  border: 2px solid #4778d9 !important;
}

.form .form-group + .form-group {
  margin-top: 30px !important;
}

div#wait_ergo_submit {
  position: fixed;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
div#wait_ergo_submit p {
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  left: 50%;
  top: 50%;
  padding: 20px;
  margin: -85px 0 0 -85px;
  background-color: #FCFAF9;
  color: #515151;
  text-align: center;
}
div#wait_ergo_submit img {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-top: 10px;
}

/*---------------( header )---------------*/
.fancybox-button--arrow_left, .fancybox-button--arrow_right {
  width: 110px !important;
  height: 110px !important;
}

.fancybox-caption__body {
  font-size: 17px !important;
}

.mejs__container {
  background-color: #009ddc !important;
}
.mejs__container * {
  line-height: 1 !important;
}

[data-youtube] {
  display: block;
  width: 560px;
  height: 315px;
  max-width: 100%;
  border: 1px solid rgb(211.5, 211.5, 211.5);
  margin: 0 auto;
  background-color: #FCFAF9;
  cursor: pointer;
}
[data-youtube] .load_youtube_iframe {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  background-position: center 50px;
  background-color: transparent;
  background-size: 170px;
}
[data-youtube] .load_youtube_iframe span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  top: 55px;
  font-size: 26px;
  color: #CC0000;
}

.a-with-text-decoration a {
  text-decoration: underline;
  font-weight: bold;
}

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