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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 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;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-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, -20px, 0);
    transform: translate3d(0, -20px, 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, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce infinite;
  animation-name: bounce infinite;
  -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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
  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 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-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, -100px, 0);
    transform: translate3d(0, -100px, 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: none;
    transform: none;
  }
}
@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, -100px, 0);
    transform: translate3d(0, -100px, 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: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@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(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.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-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(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 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, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInleftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInrightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-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-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge;
}

/* 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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
}

/* width: 100%; } */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.home section#carousel .owl-item {
  display: table;
}

.home section#carousel .item {
  display: table-cell;
  background-color: #D0CFD0;
}

.home section#carousel .item--content {
  min-height: 104px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

a, button, input {
  outline: none;
}

input {
  -webkit-user-select: text;
}

pre {
  padding: 10px;
  font-family: monospace;
  line-height: 1.74;
  overflow: auto;
  margin-bottom: 40px;
}

.hiding {
  filter: alpha(opacity=0);
  opacity: 0;
}

.visible {
  opacity: 1;
}

.show-mbl {
  display: none;
}
@media (max-width: 768px) {
  .show-mbl {
    display: block !important;
  }
}

.show-dktp {
  display: block;
}
@media (max-width: 768px) {
  .show-dktp {
    display: none !important;
  }
}

.container-max {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1240px) {
  .container-max {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container-max {
    padding: 0 10px;
  }
}

.ads img {
  display: block;
}
@media (max-width: 1240px) {
  .ads img {
    width: 100%;
    height: auto;
  }
}
.ads.ads-center {
  text-align: center;
}
.ads.ads-center img {
  display: block;
  margin: 0 auto;
}
.ads.shop-ads-bottom {
  padding: 38px 0;
  background: #f8f8f8;
}
.ads.ads-mobile {
  display: none;
}
@media (max-width: 991px) {
  .ads.ads-mobile {
    display: block;
  }
}
.ads.ads-1-sidebar {
  display: block;
}
@media (max-width: 991px) {
  .ads.ads-1-sidebar {
    display: none;
  }
}
.ads.ads-4 {
  display: none;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .ads.ads-4 {
    display: block;
  }
}
.ads.ads-4 img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}

#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #06254e;
  z-index: 99999;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 1s cubic-bezier(1, 0, 0, 1);
  -moz-transition: transform 1s cubic-bezier(1, 0, 0, 1);
  -ms-transition: transform 1s cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 1s cubic-bezier(1, 0, 0, 1);
  transition: transform 1s cubic-bezier(1, 0, 0, 1);
}
#preloader.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#preloader .preloader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#preloader .preloader-wrap .text-logo {
  position: relative;
  width: 0px;
  padding-left: 5px;
  overflow: hidden;
  -webkit-transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader .preloader-wrap .text-logo.active {
  width: 179px;
}
#preloader .preloader-wrap .text-logo span {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  line-height: 35px;
}
#preloader.active-preloader_js {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 21px;
}
.breadcrumbs a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #1252a6;
  margin-left: 20px;
  line-height: 19px;
  text-transform: uppercase;
}
.breadcrumbs a:first-of-type {
  margin-left: 0;
}
.breadcrumbs a:last-of-type:after {
  display: none;
}
.breadcrumbs a:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: calc(100% + 6px);
  width: 7px;
  height: 10px;
  background: url("../images/icon-arrow-brdcms.png") no-repeat;
}
.breadcrumbs a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}

.btn-wrap .btn {
  display: block;
  color: #242424;
  padding: 11px 5px;
  text-transform: uppercase;
  text-align: center;
}
.btn-wrap .btn.btn-yellow {
  background: #ffc954;
  border: 1px solid #ffc954;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-wrap .btn.btn-yellow:hover {
  background: #ffffff;
}
.btn-wrap .btn.btn-blue {
  background: #1252a6;
}
.btn-wrap .btn.btn-black {
  font-size: 16px;
  font-weight: 500;
  background: #3f404b;
}
.btn-wrap .btn.btn-x-large {
  width: 400px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 29px;
}
.btn-wrap .btn.btn-large {
  width: 100%;
  height: 43px;
  font-size: 16px;
  font-weight: 700;
}
.btn-wrap .btn.btn-small {
  width: 130px;
  height: 36px;
  font-size: 15px;
  font-weight: 500;
}
.btn-wrap .btn.btn-large-submit {
  width: 100%;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.column .column--grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.column .column--grid p {
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  line-height: 21px;
  margin-bottom: 2px;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.column .column--grid .column--3 {
  position: relative;
  width: 33.3333333333%;
  padding: 0 8px;
}
.column .column--grid .column--box {
  width: 100%;
  border: 1px solid #ececec;
  -webkit-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.column .column--grid .column--box:hover {
  border: 1px solid #ffc954;
}
.column .column--grid .column--box:hover p {
  color: #1252a6;
}
.column .column--grid .column--box a {
  display: block;
}
.column .column--grid .column--box a:hover p {
  color: #1252a6;
}
.column .column--grid .column--box a:hover .column-tags {
  background: #06254e;
}
.column .column--grid .column--box a:hover .column-tags span {
  color: #ffffff;
}
.column .column--grid .column--4 {
  position: relative;
  width: 25%;
  padding: 0 8px;
}
.column .column--grid .content--label {
  display: block;
}
.column .column--grid .content--label span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.column .column--grid .content--label .tags {
  position: relative;
  color: #1252a6;
  margin-right: 10px;
  text-transform: uppercase;
}
.column .column--grid .content--label .tags:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed #ffc954;
}
.column .column--grid .content--label .tags a {
  position: relative;
  color: #1252a6;
}
.column .column--grid .content--label .no-link-tags {
  position: relative;
  color: #1252a6;
  margin: 0;
  text-transform: uppercase;
  display: block;
}
.column .column--grid .content--label .no-link-tags:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.column .column--grid .content--label .author {
  color: #787878;
  display: block;
  margin: 0;
}
.column.content-img-column p {
  font-size: 20px;
  line-height: 25px;
}
.column.content-img-column .column--img {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.column.content-img-column .column--img img {
  display: block;
  width: 100% !important;
  object-fit: cover;
  height: -webkit-fill-available;
}
.column.content-img-column .column-tags {
  background: #ffc954;
  padding: 8px 0 7px;
  text-align: center;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.column.content-img-column .column-tags span {
  font-size: 14px;
  font-weight: 500;
  color: #06254e;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.column.content-img-column .column-detail {
  padding: 15px 20px 25px;
}

.column--title {
  margin-bottom: 23px;
  text-align: center;
}
.column--title h4 span {
  position: relative;
}
.column--title h4 span:before, .column--title h4 span:after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.column--title h4 span:before {
  content: "";
  position: absolute;
  left: -55px;
  width: 38px;
  height: 2px;
  background: #ffc954;
}
.column--title h4 span:after {
  content: "";
  position: absolute;
  right: -55px;
  width: 38px;
  height: 2px;
  background: #ffc954;
}

#container-with-sidebar {
  margin-top: 46px;
}
#container-with-sidebar .column-grid-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  #container-with-sidebar .column-grid-wrap {
    flex-direction: column;
  }
}
#container-with-sidebar .column-grid-wrap .column--list {
  width: 834px;
}
@media (max-width: 1240px) {
  #container-with-sidebar .column-grid-wrap .column--list {
    width: calc(100% - 320px);
  }
}
@media (max-width: 991px) {
  #container-with-sidebar .column-grid-wrap .column--list {
    width: 100%;
  }
}
#container-with-sidebar .column-grid-wrap .column--sidebar {
  width: 300px;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1240px) {
  #container-with-sidebar .column-grid-wrap .column--sidebar {
    width: 300px;
  }
}
@media (max-width: 991px) {
  #container-with-sidebar .column-grid-wrap .column--sidebar {
    width: 100%;
    margin-top: 0;
  }
}
#container-with-sidebar .column-grid-wrap .column--sidebar .ads-1 {
  order: 1;
}
#container-with-sidebar .column-grid-wrap .column--sidebar .subscribe-wrap {
  order: 2;
}
@media (max-width: 991px) {
  #container-with-sidebar .column-grid-wrap .column--sidebar .subscribe-wrap {
    order: 4;
  }
}
#container-with-sidebar .column-grid-wrap .column--sidebar .ads-2 {
  order: 3;
}
@media (max-width: 991px) {
  #container-with-sidebar .column-grid-wrap .column--sidebar .ads-2 {
    order: 2;
    margin-top: 10px;
  }
}
#container-with-sidebar .column-grid-wrap .column--sidebar .featured-wrap {
  order: 4;
}
@media (max-width: 991px) {
  #container-with-sidebar .column-grid-wrap .column--sidebar .featured-wrap {
    order: 2;
  }
}
#container-with-sidebar .column-grid-wrap .column--sidebar .votd-wrap {
  order: 5;
}
@media (max-width: 991px) {
  #container-with-sidebar .column-grid-wrap .column--sidebar .votd-wrap {
    order: 3;
  }
}

.videos-section h2 {
  display: flex;
  font-size: 30px;
  font-weight: 800;
  color: #06254e;
  line-height: 35px;
  margin-bottom: 15px;
}
.videos-section h2:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icon-video-yellow.jpg") no-repeat;
  margin: 4px 10px 0 0;
}
.videos-section .video--column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 991px) {
  .videos-section .video--column {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .videos-section .video--column {
    flex-direction: column;
    border-bottom: 0;
    margin-bottom: 20px;
  }
}
.videos-section .video--column a {
  display: block;
}
.videos-section .video--column a p {
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.videos-section .video--column a:hover p {
  color: #1252a6 !important;
}
.videos-section .video--column .video {
  position: relative;
}
.videos-section .video--column .video:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 63px;
  height: 63px;
  background: url("../images/icon-video-large.png") no-repeat;
  margin-top: -7px;
}
.videos-section .video--column .video img {
  display: block;
}
.videos-section .video--column .video--content .content--label {
  position: relative;
  padding-left: 20px;
}
.videos-section .video--column .video--content .content--label:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/icon-video-yellow.jpg") no-repeat;
  background-size: 14px;
}
.videos-section .video--column .video--content .content--label .tags {
  position: relative;
  color: #1252a6;
  margin-right: 10px;
  text-transform: uppercase;
}
.videos-section .video--column .video--content .content--label .tags:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed #ffc954;
}
.videos-section .video--column .video--content .content--label .no-link-tags {
  position: relative;
  color: #1252a6;
  margin: 0;
  text-transform: uppercase;
  display: block;
}
.videos-section .video--column .video--content .content--label .no-link-tags:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.videos-section .video--column .video--content .content--label .author {
  color: #787878;
  display: block;
}
.videos-section .video--column .video--box {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .videos-section .video--column .video--box {
    padding-bottom: 20px;
  }
}
.videos-section .video--column .video--main {
  width: 444px;
  padding-right: 17px;
  border-right: 1px solid #ececec;
}
@media (max-width: 1240px) {
  .videos-section .video--column .video--main {
    width: 52%;
  }
}
@media (max-width: 768px) {
  .videos-section .video--column .video--main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #ececec;
  }
}
.videos-section .video--column .video--main .video {
  margin-bottom: 29px;
}
.videos-section .video--column .video--main .video--content p {
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 15px;
  line-height: 25px;
}
.videos-section .video--column .video--main .video--content .content--label span {
  font-size: 14px;
  font-weight: 500;
}
.videos-section .video--column .video--list {
  width: 400px;
  padding-left: 17px;
}
@media (max-width: 1240px) {
  .videos-section .video--column .video--list {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .videos-section .video--column .video--list {
    width: 100%;
    padding-left: 0;
  }
}
.videos-section .video--column .video--list .item {
  padding-top: 14px;
  margin-top: 14px;
  align-items: center;
  border-top: 1px solid #ececec;
}
.videos-section .video--column .video--list .item:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.videos-section .video--column .video--list .item a {
  display: flex;
}
.videos-section .video--column .video--list .item .video {
  width: 138px;
}
.videos-section .video--column .video--list .item .video:before {
  content: "";
  width: 32px;
  height: 32px;
  left: 5px;
  bottom: 5px;
  background-size: 32px;
}
.videos-section .video--column .video--list .item .video--content {
  width: 238px;
  padding: 0 10px 0 20px;
}
.videos-section .video--column .video--list .item .video--content p {
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  line-height: 21px;
  margin-bottom: 11px;
}
.videos-section .video--column .video--list .item .video--content .content--label span {
  font-size: 13px;
  font-weight: 500;
}
.videos-section .video--column .video--list .view-more-btn {
  margin-top: 21px;
}
@media (max-width: 768px) {
  .videos-section .video--column .video--list .view-more-btn {
    border: 1px solid #ececec;
    padding: 15px;
    margin-top: 25px;
    text-align: center;
  }
}
.videos-section .video--column .video--list .view-more-btn a {
  position: relative;
  display: inline;
  font-size: 16px;
  font-weight: 500;
  color: #1252a6;
  text-transform: uppercase;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.videos-section .video--column .video--list .view-more-btn a:hover {
  color: #ffc954;
}
.videos-section .video--column .video--list .view-more-btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: -34px;
  width: 40px;
  height: 40px;
  background: url("../images/icon-yellow-right.png") no-repeat;
  background-size: 40px;
}

.most-read {
  margin-top: 44px;
}
@media (max-width: 768px) {
  .most-read {
    border-top: 1px solid #ececec;
    padding: 32px 10px 0;
    margin: 40px -10px 0;
  }
}
.most-read h2 {
  display: flex;
  font-size: 30px;
  font-weight: 800;
  color: #06254e;
  line-height: 35px;
  margin-bottom: 13px;
}
.most-read h2:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffc954;
  margin: 4px 10px 0 0;
}
.most-read .column.content-img-column p {
  font-size: 16px;
  min-height: 60px;
  line-height: 21px;
}
@media (max-width: 768px) {
  .most-read .column.content-img-column p {
    font-size: 15px;
    line-height: 20px;
    min-height: 84px;
  }
}
.most-read .column.content-img-column .column--3 {
  padding-bottom: 23px;
}
@media (max-width: 991px) {
  .most-read .column.content-img-column .column--3 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .most-read .column.content-img-column .column--3 .column--img {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .most-read .column.content-img-column .column--3 .column-detail .content--label .author {
    display: none;
  }
}

.subscribe-wrap {
  margin: 32px 0;
}
@media (max-width: 991px) {
  .subscribe-wrap {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .subscribe-wrap {
    margin: 10px 0 30px;
  }
}
.subscribe-wrap .subscribe-form {
  background: #06254e;
  padding: 25px 30px;
  text-align: center;
}
.subscribe-wrap .subscribe-form h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 11px;
  line-height: 33px;
  text-transform: uppercase;
}
.subscribe-wrap .subscribe-form p {
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
}
.subscribe-wrap .subscribe-form p.disclaimer, .subscribe-wrap .subscribe-form p.mailpoet_paragraph {
  font-size: 13px;
  color: #ffffff;
  line-height: 18px;
}
.subscribe-wrap .subscribe-form form {
  margin: 23px 0 15px;
}
.subscribe-wrap .subscribe-form form input[type=email] {
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #787878;
  text-align: center;
  border: 0px;
  margin-bottom: 8px;
}
.subscribe-wrap .subscribe-form form input[type=submit] {
  display: block;
  width: 100%;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: #242424;
  padding: 11px 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  background: #ffc954;
  border: 1px solid #ffc954;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.subscribe-wrap .subscribe-form form input[type=submit]:hover {
  background: #ffffff;
}
.subscribe-wrap .subscribe-icons {
  display: flex;
  justify-content: space-between;
}
.subscribe-wrap .subscribe-icons p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.subscribe-wrap .subscribe-icons a {
  position: relative;
  display: block;
  width: 25%;
  padding: 12px 5px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: padding 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: padding 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: padding 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: padding 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: padding 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.subscribe-wrap .subscribe-icons a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffc954;
  opacity: 0;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.subscribe-wrap .subscribe-icons a:hover {
  padding: 14px 5px 10px 5px;
}
.subscribe-wrap .subscribe-icons a:hover:after {
  content: "";
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.subscribe-wrap .subscribe-icons a.fb-bg {
  background: #485ea5;
}
.subscribe-wrap .subscribe-icons a.twitter-bg {
  background: #3fa3e3;
}
.subscribe-wrap .subscribe-icons a.instagram-bg {
  background: #e875c6;
}
.subscribe-wrap .subscribe-icons a.youtube-bg {
  background: #cb4045;
}

.featured-wrap {
  margin-top: 44px;
}
@media (max-width: 991px) {
  .featured-wrap {
    margin-top: 30px;
  }
}
.featured-wrap h3 {
  font-size: 24px;
  padding-bottom: 3px;
  line-height: 29px;
  border-bottom: 4px solid #ffc954;
}
.featured-wrap .featured--list .item {
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #ececec;
  counter-increment: counter;
}
.featured-wrap .featured--list .item:first-of-type {
  padding-top: 17px;
}
.featured-wrap .featured--list .item a {
  display: flex;
}
.featured-wrap .featured--list .item a:hover p {
  color: #1252a6;
}
.featured-wrap .featured--list .item .featured--img {
  position: relative;
  width: 90px;
  height: 63px;
  overflow: hidden;
}
.featured-wrap .featured--list .item .featured--img:before {
  content: counter(counter);
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  width: 28px;
  height: 28px;
  background: #06254e;
  text-align: center;
  justify-content: center;
}
.featured-wrap .featured--list .item .featured--img img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 63px;
}
.featured-wrap .featured--list .item .featured--title {
  width: 211px;
  padding-left: 15px;
}
.featured-wrap .featured--list .item .featured--title p {
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  line-height: 21px;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.votd-wrap {
  margin-top: 44px;
}
@media (max-width: 991px) {
  .votd-wrap {
    margin-top: 30px;
  }
}
.votd-wrap h3 {
  font-size: 24px;
  padding-bottom: 3px;
  line-height: 29px;
  border-bottom: 4px solid #ffc954;
}
.votd-wrap .votd-content {
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
}
.votd-wrap .votd-content a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.votd-wrap .votd-content a:first-of-type {
  margin-left: 0;
}
.votd-wrap .votd-content a:last-of-type:after {
  display: none;
}
.votd-wrap .votd-content a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}

.trending {
  padding-top: 55px;
  margin: 50px 0 75px;
  border-top: 1px solid #ececec;
}
@media (max-width: 480px) {
  .trending {
    padding-top: 35px;
    margin: 40px -10px;
  }
}
.trending .column--title {
  margin-bottom: 47px;
}
@media (max-width: 480px) {
  .trending .column--title {
    padding: 0 10px;
  }
}
.trending .column--title h3 {
  font-size: 30px;
  font-weight: 800;
  color: #242424;
  line-height: 35px;
}
@media (max-width: 768px) {
  .trending .column--title h3 {
    font-size: 26px;
    line-height: 31px;
  }
}
.trending .column--title h3 span {
  position: relative;
}
.trending .column--title h3 span:before, .trending .column--title h3 span:after {
  content: "";
  top: 50%;
  width: 38px;
  height: 2px;
  background: #ffc954;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trending .column--title h3 span:before {
  content: "";
  position: absolute;
  left: -55px;
}
@media (max-width: 768px) {
  .trending .column--title h3 span:before {
    width: 26px;
    left: -36px;
  }
}
.trending .column--title h3 span:after {
  content: "";
  position: absolute;
  right: -55px;
}
@media (max-width: 768px) {
  .trending .column--title h3 span:after {
    width: 26px;
    right: -36px;
  }
}
.trending .trending-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.trending .trending-column .column--6 {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.trending .trending-column .column--6 p {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
}
.trending .trending-column .column--6 p a {
  color: #242424;
}
.trending .trending-column .column--6 .trend--img {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 24px;
  border: 1px solid #ececec;
  border-radius: 100%;
  overflow: hidden;
}
.trending .trending-column .column--6 .trend--img img {
  display: block;
  width: 100%;
  height: auto;
}

.faq {
  margin: 50px 0;
}
.faq h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #1252a6;
  font-weight: 700;
  margin-top: 40px;
}
.faq .accordion {
  counter-reset: section;
}
.faq .accordion .accordion-title {
  background-color: #ececec;
  margin-bottom: 1px;
  padding: 10px 10px 10px 65px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 25px;
}
.faq .accordion .accordion-title:focus {
  outline: 0;
}
.faq .accordion .accordion-title:after {
  content: "+";
  float: right;
  font-size: 20px;
}
.faq .accordion .accordion-title:before {
  counter-increment: section;
  content: "Q" counter(section);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
}
.faq .accordion .accordion-title.open {
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-bottom: 0;
}
.faq .accordion .accordion-title.open:after {
  content: "-";
  float: right;
  font-size: 20px;
}
.faq .accordion .accordion-title.open:before {
  counter-increment: section;
  content: "Q" counter(section);
  background-color: #ececec;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
}
.faq .accordion .accordion-content {
  border: 1px solid #ececec;
  border-top: 0;
  margin-bottom: 1px;
  padding: 20px;
}
@media (max-width: 768px) {
  .faq .desc-wrap {
    width: 100%;
  }
}
.faq .desc-wrap .desc-title {
  text-transform: uppercase;
  color: #1252a6;
  font-weight: 700;
}
.faq .faq-wrap {
  margin-top: 20px;
}
.faq .faq-wrap .faq-title {
  text-transform: uppercase;
  color: #1252a6;
  font-weight: 700;
}
.faq .faq-wrap .faq-content .faq-container {
  margin: 10px 0;
}
.faq .faq-wrap .faq-content .faq-container .faq-head {
  background-color: #ececec;
  margin-bottom: 1px;
  padding: 10px 10px 10px 65px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.faq .faq-wrap .faq-content .faq-container .faq-head.faq-active {
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-bottom: 0;
}
.faq .faq-wrap .faq-content .faq-container .faq-head .faq-title-num {
  background-color: #ececec;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
}
.faq .faq-wrap .faq-content .faq-container .faq-head .faq-plusminus {
  float: right;
  color: #1252a6;
  font-size: 20px \;;
}
.faq .faq-wrap .faq-content .faq-container .faq-body {
  border: 1px solid #ececec;
  border-top: 0;
  margin-bottom: 1px;
}
.faq .faq-wrap .faq-content .faq-container .faq-body p {
  padding: 20px;
  margin: 0;
}

.sticky-social {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 7;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .sticky-social {
    display: none;
  }
}
.sticky-social a {
  position: relative;
  display: block;
  width: 60px;
  padding: 12px 5px 12px 15px;
  text-align: center;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.sticky-social a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 2px;
  background: #ffc954;
  -webkit-transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.sticky-social a:hover {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.sticky-social a:hover:after {
  content: "";
  width: 100%;
}
.sticky-social a.fb-bg {
  background: #485ea5;
}
.sticky-social a.twitter-bg {
  background: #3fa3e3;
}
.sticky-social a.instagram-bg {
  background: #e875c6;
}
.sticky-social a.youtube-bg {
  background: #cb4045;
}

.category-column #ajax-load-more {
  width: 100%;
}
.category-column .alm-btn-wrap {
  display: block;
  width: 100%;
  text-align: center;
}
.category-column .alm-load-more-btn {
  width: 400px;
  margin: 95px auto 0;
  display: block;
  position: relative;
  padding-right: 40px;
  text-transform: none;
  width: 400px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 29px;
  background: #1252a6;
  cursor: pointer;
}
@media (max-width: 480px) {
  .category-column .alm-load-more-btn {
    width: 100%;
  }
}
.category-column .alm-load-more-btn.done {
  display: none;
}
.category-column .alm-load-more-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 10px;
  background: url(../images/icon-arrow-yellow.png) no-repeat;
  margin-top: -5px;
  margin-left: 40px;
}

.cat-img {
  width: 100%;
  height: auto;
}

.single-product .breadcrumbs a:last-of-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}

.wp-caption-text {
  font-size: 10px !important;
  font-style: italic;
}

body, html {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 30px;
  font-weight: 800;
  color: #242424;
  line-height: 35px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 31px;
  }
}

h2 {
  font-size: 15px;
  color: #242424;
  line-height: 20px;
}

h3 {
  font-size: 30px;
  font-weight: 800;
  color: #06254e;
  line-height: 35px;
}

h4 {
  font-size: 30px;
  font-weight: 700;
  color: #242424;
  line-height: 35px;
}

a {
  text-decoration: none;
  color: #1252a6;
}

strong {
  font-weight: 700;
}

header {
  padding: 20px 0;
}
@media (max-width: 768px) {
  header {
    padding: 14px 0;
  }
}
header .header--column {
  display: flex;
  justify-content: space-between;
}
header .header--column .column--box.left {
  display: flex;
  align-items: center;
}
@media (max-width: 1240px) {
  header .header--column .column--box.right {
    display: flex;
    align-items: center;
  }
}
header .header--column .column--box.right .column-right-wrap {
  display: flex;
  align-items: center;
}
header .header--column .column--box.right .column-right-wrap .header--buttontop {
  display: flex;
  align-items: center;
  /*margin-left: 20px;*/
}
header .header--column .column--box.right .column-right-wrap .subscribe {
  position: relative;
  /*padding: 0 10px;*/
}
header .header--column .column--box.right .column-right-wrap .subscribe h2 {
  font-weight: 500;
  color: #1252a6;
}
@media (max-width: 1240px) {
  header .header--column .column--box.right .column-right-wrap .subscribe {
    display: none;
  }
}
header .header--column .column--box.right .column-right-wrap .subscribe a {
  position: relative;
  z-index: 2;
}
header .header--column .column--box.right .column-right-wrap .subscribe a img {
  display: block;
}
header .header--column .column--box.right .column-right-wrap .subscribe .subscribe--form-header {
  position: absolute;
  top: 23px;
  right: 8px;
  width: 286px;
  z-index: 9;
  background: #fff;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
header .header--column .column--box.right .column-right-wrap .subscribe .subscribe--form-header form {
  display: flex;
  flex-wrap: wrap;
}
header .header--column .column--box.right .column-right-wrap .subscribe .subscribe--form-header form p {
  font-size: 13px;
  line-height: 15px !important;
}
header .header--column .column--box.right .column-right-wrap .subscribe .subscribe--form-header .input-wrapper {
  display: flex;
}
header .header--column .column--box.right .column-right-wrap .subscribe .subscribe--form-header .input-wrapper input[type=email] {
  width: 100%;
  height: 30px;
  font-size: 12px;
  border: 1px solid #1252a6;
  padding: 0 35px 0 10px;
  margin-bottom: 5px;
}
header .header--column .column--box.right .column-right-wrap .subscribe .subscribe--form-header .input-wrapper input[type=submit] {
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  background: #1252a6;
  padding: 0 10px;
  text-transform: uppercase;
  border: 1px solid #1252a6;
  border-left: 0;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
header .header--column .column--box.right .column-right-wrap .subscribe .subscribe--form-header .input-wrapper input[type=submit]:hover {
  background: #ffc954;
  color: #242424;
}
header .header--column .column--box.right .column-right-wrap .subscribe.active .subscribe--form-header {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
@media (max-width: 1240px) {
  header .header--column .column--box.right .btn-wrap {
    display: none;
  }
}
header .header--column .column--box.right .shop-mobile {
  display: none;
  margin-right: 18px;
}
@media (max-width: 1240px) {
  header .header--column .column--box.right .shop-mobile {
    position: relative;
    display: block;
    z-index: 9;
  }
}
header .header--column .column--box.right .blog-mobile {
  display: none;
  margin-right: 18px;
  margin-top: 9px;
}
@media (max-width: 1240px) {
  header .header--column .column--box.right .blog-mobile {
    position: relative;
    display: block;
    z-index: 9;
  }
}
header .header--column .column--box.right .shop-now-btn {
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  height: 31px;
}
header .header--column .column--box.right .shop-now-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  width: 20px;
  height: 21px;
  background: url("../images/icon-shop.png") no-repeat left center;
  margin-top: -11px;
}
header .header--column .column--box.right .blog-btn {
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  height: 31px;
}
header .header--column .column--box.right .blog-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  width: 20px;
  height: 21px;
  background: url("../images/icon-blog.png") no-repeat left center;
  margin-top: -11px;
}
header .header--column .column--box .logo {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
@media (max-width: 1240px) {
  header .header--column .column--box .logo {
    position: relative;
    z-index: 2;
  }
}
header .header--column .column--box .logo h1 {
  margin-left: 11px;
}
@media (max-width: 768px) {
  header .header--column .column--box .logo h1 {
    margin-left: 7px;
    text-transform: none;
  }
}
header .header--column .column--box .logo a {
  display: flex;
  align-items: center;
}
header .header--column .column--box .logo a span {
  font-size: 30px;
  font-weight: 800;
  color: #242424;
  line-height: 35px;
  margin-left: 11px;
}
@media (max-width: 768px) {
  header .header--column .column--box .logo a span {
    font-size: 26px;
    line-height: 31px;
    margin-left: 7px;
    text-transform: none;
  }
}
@media (max-width: 768px) {
  header .header--column .column--box .logo img {
    /*width: 31px;*/
    height: auto;
    max-width: 100%;
  }
}
header .header--column .column--box .menu {
  margin-right: 10px;
}
@media (max-width: 1240px) {
  header .header--column .column--box .menu {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    height: calc(100% - 76px);
    background: #06254e;
    padding-top: 50px;
    z-index: 8;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
    -moz-transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
    -ms-transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
  }
}
@media (max-width: 768px) {
  header .header--column .column--box .menu {
    top: 64px;
    height: calc(100% - 64px);
  }
}
header .header--column .column--box .menu ul {
  display: flex;
  align-items: center;
}
@media (max-width: 1240px) {
  header .header--column .column--box .menu ul {
    flex-direction: column;
  }
}
header .header--column .column--box .menu ul li {
  padding: 0 10px;
  text-align: center;
}
header .header--column .column--box .menu ul li.subscribe {
  display: none;
}
@media (max-width: 1240px) {
  header .header--column .column--box .menu ul li.subscribe {
    display: block;
  }
}
header .header--column .column--box .menu ul h2 {
  position: relative;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1240px) {
  header .header--column .column--box .menu ul h2 {
    font-size: 22px;
    color: #ffffff !important;
    line-height: 27px;
  }
}
header .header--column .column--box .menu ul h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed #ffc954;
  opacity: 0;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
header .header--column .column--box .menu ul a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #242424;
  padding: 8px 0;
  line-height: 20px;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1240px) {
  header .header--column .column--box .menu ul a {
    font-size: 22px;
    color: #ffffff !important;
    padding: 15px;
    line-height: 27px;
  }
}
header .header--column .column--box .menu ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed #ffc954;
  opacity: 0;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
header .header--column .column--box .menu ul a:hover {
  color: #1252a6;
}
header .header--column .column--box .menu ul a:hover:after {
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
header .header--column .column--box .menu ul .current-menu-item a {
  color: #1252a6;
}
header .header--column .column--box .menu ul .current-menu-item a:after {
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
header .header--column .column--box .menu ul .subscribe {
  color: #1252a6;
  font-weight: 500;
  text-transform: uppercase;
}
header .header--column .column--box .menu ul .subscribe h2 {
  color: #1252a6;
}
header .header--column .column--box .search {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 1240px) {
  header .header--column .column--box .search {
    display: none;
  }
}
header .header--column .column--box .search a {
  position: relative;
  z-index: 2;
}
header .header--column .column--box .search a img {
  display: block;
}
header .header--column .column--box .search #searchform {
  display: contents;
  position: absolute;
  top: 23px;
  right: 8px;
  width: 250px;
  z-index: 9;
  background: #fff;
  padding: 10px;
  opacity: 0;
  /*visibility: hidden;*/
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
header .header--column .column--box .search #searchform .input-wrapper {
  display: flex;
}
header .header--column .column--box .search #searchform .input-wrapper input[type=text] {
  width: 100%;
  height: 30px;
  font-size: 12px;
  border: 1px solid #1252a6;
  padding: 0 35px 0 10px;
}
header .header--column .column--box .search #searchform .input-wrapper input[type=submit] {
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  background: #1252a6;
  padding: 0 10px;
  text-transform: uppercase;
  border: 1px solid #1252a6;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
header .header--column .column--box .search #searchform .input-wrapper input[type=submit]:hover {
  background: #ffc954;
  color: #242424;
}
header .header--column .column--box .search.active #searchform {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
header .menu-hamburger {
  display: none;
  width: 26px;
  height: 36px;
  padding: 18px 0px;
  outline: none;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 1240px) {
  header .menu-hamburger {
    display: block;
  }
}
header .menu-hamburger span {
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  background: #1252a6;
  z-index: 9999;
}
header .menu-hamburger span:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1252a6;
}
header .menu-hamburger span:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 100%;
  height: 2px;
  background: #1252a6;
  -webkit-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
header .menu-hamburger span, header .menu-hamburger span:after, header .menu-hamburger span:before {
  content: "";
  -webkit-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

body.active-header_js {
  position: relative;
  overflow: hidden;
}
body.active-header_js .menu {
  z-index: 8;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
body.active-header_js .menu-hamburger span {
  background: transparent !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.active-header_js .menu-hamburger span:before, body.active-header_js .menu-hamburger span:after {
  content: "";
  top: 0;
  -webkit-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
}
body.active-header_js .menu-hamburger span:before {
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.active-header_js .menu-hamburger span:after {
  content: "";
  width: 100%;
  -webkit-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body {
  line-height: normal;
}

/* no display for H1 */
.no-heading-one {
  display: none;
}

footer {
  padding-top: 20px;
  margin-top: 0;
  border-top: 1px solid #ececec;
  /* OLD FOOTER */
  /*.footer--logo {
      display: flex;
      align-items: center;
      justify-content: center;

      span,img {
          display: block;
      }

      span {
          font-size: $fontSize-1;
          font-weight: $wgtxBold;
          color: $color-2;
          line-height: 35px;
          margin-left: 11px;

          @media (max-width: $brMobile) {
              font-size: $fontSize-2 + 1;
  line-height: 31px;
              margin-left: 7px;
              text-transform: none;
          }
      }

      img {
          @media (max-width: $brMobile) {
              width: 31px;
              height: auto;
          }
      }
  }

  .footer--link {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 21px;

      @media (max-width: $brTablet) {
          flex-direction: column;
      }

      .footer--nav {
          ul {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              align-items: center;

              @media (max-width: $brMobile) {

              }

              li {
                  padding: 0 15px;

                  a {
                      position: relative;
                      display: block;
                      font-size: $fontSize-4 - 1;
                      color: $color-2;

                      @include transition( color $duration-1 $easeOutExpo );

                      @media (max-width: $brTablet) {
                          margin-bottom: 20px;
                      }

  		&:after {
  			content:'';
  			position: absolute;
  			bottom: 0;
  			left: 0;
  			width: 100%;
  			border-bottom: 2px dashed $color-5;
  			opacity: 0;

  			@include transform( translateY(4px) );

  			@include transition( transform $duration-1 $easeOutExpo, opacity $duration-1 $easeOutExpo );
                      }

                      &:hover {
  			color: $color-3;

                          &:after {
                              content:'';
                              opacity: 1;
                              @include transform( translateY(2px) );
                          }
  		}
                  }
              }
          }
      }

      .connected {
          display: flex;
          align-items: center;

          @media (max-width: $brMobile) {
              display: none;
          }

          p {
              display: flex;
              align-items: center;
          }

          span {
              font-size: $fontSize-4 - 1;
              color: $color-2;
              padding-left: 15px;
          }

          a {
              display: block;
              margin-left: 10px;
          }
      }
  }*/
}
footer .footer-upper-con {
  max-width: 1310px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  footer .footer-upper-con {
    padding: 0 15px;
  }
}
footer .footer-upper-con .footer-upper {
  display: flex;
  justify-content: space-between;
  /*margin: 40px 0 30px;*/
  flex-direction: row;
}
@media (max-width: 991px) {
  footer .footer-upper-con .footer-upper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper {
    /*padding: 30px 0 0;*/
  }
}
footer .footer-upper-con .footer-upper .column {
  width: 270px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .column {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .column:first-child {
    order: 1;
  }
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .column:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .column:last-of-type {
    order: 2;
  }
}
footer .footer-upper-con .footer-upper .column h4 {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .column h4 {
    /*color: #ffffff;*/
    margin-top: 20px;
  }
}
footer .footer-upper-con .footer-upper .column a {
  width: 100%;
  display: block;
  color: #242424;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 6px;
}
footer .footer-upper-con .footer-upper .column .left {
  margin-right: 40px;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .column .left {
    margin-right: 0;
    width: 50%;
  }
}
footer .footer-upper-con .footer-upper .footer-logo {
  align-self: center;
}
footer .footer-upper-con .footer-upper .footer-logo img {
  max-width: initial;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .footer-logo img {
    /*filter: grayscale(100%) invert(1);*/
    width: 100%;
    max-width: initial;
  }
}
footer .footer-upper-con .footer-upper .about-con {
  margin-left: 45px;
}
@media (max-width: 991px) {
  footer .footer-upper-con .footer-upper .about-con {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}
footer .footer-upper-con .footer-upper .about-con .title {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .title {
    /*color: #ffffff;*/
  }
}
footer .footer-upper-con .footer-upper .about-con .content {
  color: #242424;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .content {
    /*color: #ffffff;*/
  }
}
footer .footer-upper-con .footer-upper .about-con p {
  color: #242424;
  font-size: 14px;
  margin-bottom: 10px;
  /*line-height: 18px;*/
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con p {
    /*color: #ffffff;*/
  }
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #b2b3b9;
  /*@media (max-width: $brMobile) {
      width: calc(100% - 30px);
  }*/
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom {
  display: flex;
  align-items: left;
  flex-direction: column;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom {
    align-items: center;
  }
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con {
  margin: 30px 0;
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul {
  display: flex;
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li {
  margin: 0 15px;
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li a, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li p {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li a, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li p {
    /*color: #ffffff;*/
  }
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li a i, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li p i {
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li a i.fa-facebook, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li p i.fa-facebook {
    color: #3b5998;
  }
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li a i.fa-twitter, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li p i.fa-twitter {
    color: #55acee;
  }
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li a i.fa-instagram, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li p i.fa-instagram {
    color: #f46f30;
  }
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li a i.fa-youtube, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li p i.fa-youtube {
    color: #ff0000;
  }
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li a span, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li p span {
  margin-left: 10px;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li a span, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .social-con ul li p span {
    display: none;
  }
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy {
  margin-top: 20px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy {
    max-width: 300px;
    justify-content: center;
  }
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy a, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy p {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy a, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy p {
    /*color: #ffffff;*/
  }
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy a span, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy p span {
  font-size: 16px;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy a span, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy p span {
    display: none;
  }
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul {
    justify-content: center;
  }
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li {
  margin-right: 16px;
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li a, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li p {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li a, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li p {
    /*color: #ffffff;*/
  }
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li a span, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li p span {
    display: none;
  }
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li a:hover, footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li p:hover {
  color: #1252a6;
  content: "";
  opacity: 1;
  border-bottom: 2px dashed #ffc954;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li:after {
  content: "|";
  display: inline;
  position: absolute;
  padding-left: 4px;
  font-size: 16px;
}
footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li:last-of-type:after {
  display: none;
}
@media (max-width: 768px) {
  footer .footer-upper-con .footer-upper .about-con .footer-bottom-con .footer-bottom .bottom-copy ul li.site-map {
    display: none;
  }
}

@media (max-width: 768px) {
  .home #carousel .container-max {
    padding: 0;
  }
}
.home #carousel a {
  display: block;
}
.home #carousel a:hover .item--cat span {
  background: #ffffff;
}
.home #carousel .item {
  border-left: 1px solid #ffffff;
}
@media (max-width: 480px) {
  .home #carousel .item {
    display: block;
  }
}
.home #carousel .item--img {
  position: relative;
  height: 270px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home #carousel .item--img {
    height: 198px;
  }
}
@media (max-width: 768px) {
  .home #carousel .item--img {
    height: 220px;
  }
}
@media (max-width: 480px) {
  .home #carousel .item--img {
    background: #000000;
  }
}
.home #carousel .item--img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .home #carousel .item--img img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 220px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.home #carousel .item--content {
  position: relative;
  background: #06254e;
  padding: 27px 44px;
  text-align: center;
}
@media (max-width: 991px) {
  .home #carousel .item--content {
    padding: 27px 22px;
  }
}
@media (max-width: 768px) {
  .home #carousel .item--content {
    padding: 27px 10px;
  }
}
.home #carousel .item--content p {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.home #carousel .item--content .item--cat {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home #carousel .item--content .item--cat span {
  font-size: 14px;
  font-weight: 700;
  color: #06254e;
  background: #ffc954;
  padding: 3px 14px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.home #carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}
@media (max-width: 1240px) {
  .home #carousel .owl-nav {
    display: none;
  }
}
.home #carousel .owl-nav button {
  position: absolute;
  top: 0px;
  background: rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.home #carousel .owl-nav button:hover {
  background: white;
}
.home #carousel .owl-nav button span {
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/icon-arrow.png") no-repeat;
  line-height: 27px;
  text-indent: -99px;
}
.home #carousel .owl-nav button.owl-prev {
  left: -30px;
}
.home #carousel .owl-nav button.owl-prev span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home #carousel .owl-nav button.owl-next {
  right: -30px;
}
@media (max-width: 768px) {
  .home #column-content {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .home #column-content .container-max {
    padding: 0px;
  }
}
.home #column-content .column--grid {
  align-items: stretch;
}
@media (max-width: 768px) {
  .home #column-content .column--grid {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .home #column-content .column--grid .column--4 {
    width: 50%;
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .home #column-content .column--grid .column--4 {
    width: 100%;
    padding: 0;
  }
}
.home #column-content .column--grid .column--box {
  height: 100%;
  padding: 24px 23px;
}
@media (max-width: 768px) {
  .home #column-content .column--grid .column--box {
    border-left: 0;
    border-right: 0;
    padding: 15px 10px;
  }
}
.home #column-content .column--grid .column--box p {
  min-height: 60px;
}
@media (max-width: 768px) {
  .home #column-content .column--grid .column--box p {
    min-height: 1px;
  }
}
.home section#spotlight {
  margin-top: 67px;
}
@media (max-width: 768px) {
  .home section#spotlight {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .home section#spotlight .container-max {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .home section#spotlight .owl-carousel .owl-stage {
    padding-left: 0 !important;
  }
}
.home section#spotlight .column--title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #242424;
  line-height: 35px;
}
@media (max-width: 768px) {
  .home section#spotlight .column--title h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
.home section#spotlight .column--title h2 span {
  position: relative;
}
.home section#spotlight .column--title h2 span:before, .home section#spotlight .column--title h2 span:after {
  content: "";
  top: 50%;
  width: 38px;
  height: 2px;
  background: #ffc954;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home section#spotlight .column--title h2 span:before {
  content: "";
  position: absolute;
  left: -55px;
}
@media (max-width: 768px) {
  .home section#spotlight .column--title h2 span:before {
    width: 26px;
    left: -36px;
  }
}
.home section#spotlight .column--title h2 span:after {
  content: "";
  position: absolute;
  right: -55px;
}
@media (max-width: 768px) {
  .home section#spotlight .column--title h2 span:after {
    width: 26px;
    right: -36px;
  }
}
.home section#spotlight .column--grid .column--4 {
  width: 100%;
}
@media (max-width: 768px) {
  .home section#spotlight .column--grid .column--4 {
    padding: 0 0 0 10px;
  }
}
.home section#spotlight .column--grid .column--img {
  position: relative;
  height: 238px;
  background: #000000;
  overflow: hidden;
}
.home section#spotlight .column--grid .column--img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home section#spotlight .column--grid .column-detail p {
  min-height: 100px;
  margin-bottom: 0;
}
.home section#spotlight .column--grid .video-item .column--img:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 63px;
  height: 63px;
  background: url("../images/icon-video-large.png") no-repeat;
}
.home section#spotlight .column--grid .video-item .column-tags span {
  position: relative;
}
.home section#spotlight .column--grid .video-item .column-tags span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 16px;
  height: 14px;
  background: url("../images/icon-video-small.png") no-repeat;
  margin-top: -8px;
}
.home .most-read .column--grid .video-item .column--img:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: url("../images/icon-video-large.png") no-repeat;
  background-size: 40px;
}
.home .most-read .column--grid .video-item .column-detail .content--label {
  position: relative;
  padding-left: 20px;
}
.home .most-read .column--grid .video-item .column-detail .content--label:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 14px;
  height: 14px;
  background: url(../images/icon-video-yellow.jpg) no-repeat;
  background-size: 14px;
}
.home .ads-footer {
  margin: 17px 0 39px;
  text-align: center;
}
@media (max-width: 768px) {
  .home .ads-footer {
    display: none;
  }
}
.home .ads-footer img {
  max-width: 940px;
  width: 100%;
  height: auto;
}

/******* CONTACT FORM STYLE *******/
.wpcf7-text {
  width: 30%;
  height: 30px;
  font-size: 12px;
  border: 1px solid #1252a6;
  padding: 0 35px 0 10px;
}
@media (max-width: 1240px) {
  .wpcf7-text {
    width: 100%;
  }
}

.wpcf7-textarea {
  width: 30%;
  font-size: 12px;
  border: 1px solid #1252a6;
  padding: 5px;
}
@media (max-width: 1240px) {
  .wpcf7-textarea {
    width: 100%;
  }
}

.wpcf7-submit {
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  background: #1252a6;
  padding: 0 10px;
  text-transform: uppercase;
  border: 1px solid #1252a6;
  cursor: pointer;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1240px) {
  .wpcf7-submit {
    width: 100%;
  }
}
.wpcf7-submit:hover {
  background: #ffc954;
  color: #242424;
}

.sticky-header-article {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 10px 0;
  z-index: 9;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.sticky-header-article .header-article {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-header-article .header-logo-article a {
  display: flex;
  align-items: center;
}
.sticky-header-article .header-logo-article a span {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #242424;
  margin-left: 11px;
  line-height: 35px;
}
.sticky-header-article .header-article-title {
  padding: 0 20px;
  text-align: center;
}
.sticky-header-article .header-article-title p {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 0;
  line-height: 23px;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-header-article .header-share-article {
  display: flex;
  align-items: center;
}
.sticky-header-article .header-share-article a {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.sticky-header-article .header-share-article a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sticky-header-article .header-share-article a:first-of-type {
  margin-left: 0;
}
.sticky-header-article .header-share-article a.facebook {
  background: #485ea5;
}
.sticky-header-article .header-share-article a.twitter {
  background: #3fa3e3;
}
.sticky-header-article .header-share-article a.pinterest {
  background: #da2a26;
}
.sticky-header-article .header-share-article a.whatsapp {
  background: #6eed82;
}
.sticky-header-article .header-share-article a.mail {
  background: #ff933c;
}

.article-single .article--loop {
  margin-bottom: 50px;
}
.article-single section.single-ads-top {
  background: #f8f8f8;
  padding: 26px 0;
}
@media (max-width: 1240px) {
  .article-single section.single-ads-top {
    padding: 26px 20px;
  }
}
@media (max-width: 768px) {
  .article-single section.single-ads-top {
    display: none;
  }
}
.article-single section.single-ads-top img {
  margin: 0 auto;
}
.article-single .article-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 38px;
}
@media (max-width: 991px) {
  .article-single .article-column {
    flex-direction: column;
  }
}
.article-single .article-column h1.title {
  font-size: 34px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 8px;
  line-height: 39px;
}
.article-single .article-column .author-date {
  display: flex;
  margin-bottom: 16px;
}
.article-single .article-column .author-date p {
  font-size: 14px;
  color: #242424;
  margin-left: 10px;
  line-height: 19px;
}
.article-single .article-column .author-date p:first-of-type {
  margin-left: 0;
}
.article-single .article-column .author-date p.author {
  color: #242424;
}
.article-single .article-column .author-date p span {
  position: relative;
  font-weight: 500;
  color: #1252a6;
}
.article-single .article-column .author-date p span:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.article-single .article-column .video-article iframe {
  width: 100%;
  height: 395px;
}
@media (max-width: 480px) {
  .article-single .article-column .video-article iframe {
    height: 200px;
  }
}
.article-single .article-column .article-content {
  margin-top: 35px;
}
.article-single .article-column .article-content a {
  color: #1252a6;
  border-bottom: 1px dashed #ffc954;
}
.article-single .article-column .article-content img {
  display: block;
  /*width: 100%;
  height: auto*/
  margin-bottom: 35px;
}
.article-single .article-column .article-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #242424;
  line-height: 31px;
  margin-bottom: 25px;
}
.article-single .article-column .article-content h3 {
  font-size: 24px;
  font-weight: 800;
  color: #242424;
  line-height: 35px;
  margin-bottom: 10px;
}
.article-single .article-column .article-content h4 {
  font-size: 21px;
  color: #242424;
  font-weight: 700;
  line-height: 31px;
}
.article-single .article-column .article-content p {
  font-size: 18px;
  color: #242424;
  margin-bottom: 25px;
  line-height: normal;
}
.article-single .article-column .article-content p br {
  /*display: none;*/
  clear: both;
}
.article-single .article-column .article-content p:first-of-type br {
  display: block;
}
.article-single .article-column .article-content p sup {
  vertical-align: super;
  font-weight: bold;
}
.article-single .article-column .article-content p .first {
  font-size: 25px;
  vertical-align: middle;
}
.article-single .article-column .article-content b {
  position: relative;
  display: inline-block;
  /*color: $color-3;*/
  font-weight: 500;
}
.article-single .article-column .article-content b:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  /*border-bottom: 1px dashed #ffc954;*/
}
.article-single .article-column .article-content em {
  font-style: italic;
}
.article-single .article-column .article-content em:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  /*border-bottom: 1px dashed #ffc954;*/
}
.article-single .article-column .article-content ul li {
  font-size: 18px;
  color: #242424;
  margin-bottom: 15px;
  line-height: 23px;
  list-style: disc;
  margin-left: 5%;
}
.article-single .article-column .article-content ol li {
  font-size: 18px;
  color: #242424;
  margin-bottom: 15px;
  line-height: 23px;
  list-style: number;
  margin-left: 5%;
}
.article-single .article-column .article-content blockquote {
  padding: 32px 28px;
  margin-bottom: 35px;
  border: 1px solid #ececec;
  border-left: 8px solid #ffc954;
  box-shadow: 0px 2px 1.5px rgba(0, 0, 0, 0.04);
}
.article-single .article-column .article-content blockquote p {
  margin-bottom: 0;
}
.article-single .article-column .video-nav {
  padding: 8px 20px;
  margin-bottom: 35px;
  border-left: 8px solid #ffc954;
  /*@media (max-width: $brMobile) {
      padding: 0;
      border-left: 0px;
  }*/
}
.article-single .article-column .video-nav a {
  display: flex;
  align-items: center;
  /* @media (max-width: $brMobile) {
       flex-direction: column;
   }*/
}
.article-single .article-column .video-nav a .video-img {
  position: relative;
  width: 151px;
  overflow: hidden;
  /*@media (max-width: $brMobile) {
      width: 100%;
      height: 160px;
  }*/
}
.article-single .article-column .video-nav a .video-img:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 32px;
  height: 32px;
  background: url(../images/icon-video-large.png) no-repeat;
  margin-top: -7px;
  background-size: 32px;
}
.article-single .article-column .video-nav a .video-img span {
  display: block;
  font-size: 18px;
  color: #242424;
  margin-bottom: 10px;
  /* @media (max-width: $brMobile) {
       border-left: 8px solid $color-5;
       padding-left: 10px;
   }*/
}
.article-single .article-column .video-nav a .video-img img {
  width: 100%;
  height: auto;
  min-height: 90px;
  max-height: 90px;
  /* @media (max-width: $brMobile) {
       min-height: 1px;
       max-height: inherit;
   }*/
}
.article-single .article-column .video-nav a .video-title {
  font-size: 24px;
  font-weight: 500;
  color: #1d1d1d;
  font-style: italic;
  padding: 0 29px;
}
@media (max-width: 768px) {
  .article-single .article-column .video-nav a .video-title {
    width: 100%;
    padding: 10px;
  }
}
.article-single .article-column .share-article {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.article-single .article-column .share-article p {
  font-size: 18px;
  color: #242424;
  margin-bottom: 0;
  line-height: 23px;
}
.article-single .article-column .share-article a {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.article-single .article-column .share-article a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.article-single .article-column .share-article a:first-of-type {
  margin-left: 20px;
}
.article-single .article-column .share-article a.facebook {
  background: #485ea5;
}
.article-single .article-column .share-article a.twitter {
  background: #3fa3e3;
}
.article-single .article-column .share-article a.pinterest {
  background: #da2a26;
}
.article-single .article-column .share-article a.whatsapp {
  background: #6eed82;
}
.article-single .article-column .share-article a.mail {
  background: #ff933c;
}
.article-single .article-column .ads-large {
  background: #f8f8f8;
  text-align: center;
}
.article-single .article-column .ads-large img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .article-single .article-column .ads-large img {
    width: 100%;
    height: auto;
  }
}
.article-single .article-column .comment-wrap {
  display: none;
  margin-top: 30px;
}
.article-single .article-column .loadmore-comments {
  margin-top: 31px;
}
.article-single .article-column .loadmore-comments .btn-wrap a {
  display: block;
  width: 100%;
  color: #ffffff;
  text-transform: none;
}
.article-single .article-column .article-page {
  width: 834px;
}
@media (max-width: 1240px) {
  .article-single .article-column .article-page {
    width: calc(100% - 320px);
  }
}
@media (max-width: 991px) {
  .article-single .article-column .article-page {
    width: 100%;
  }
}
.article-single .article-column .article-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.article-single .article-column .article-page label[for=versions] {
  position: relative;
  display: block;
  width: 40%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .article-single .article-column .article-page label[for=versions] {
    width: 100%;
  }
}
.article-single .article-column .article-page label[for=versions]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: block;
  /*background: $color-3 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOBAMAAAGq7RFVAAAAJ1BMVEX///////////////////////////////////////////////////9Ruv0SAAAADHRSTlMACAoREoKDt7y9zc5qtZoyAAAAcklEQVQIHQXBsQnCUAAFwFOCCKbIABaWERzi1yaFAzmEpHYEC8GUKVQEkbyhvOOkZqdWt0/QYKqLzQeF7dv6y/RLwa2wYtk4Xxxe+t8yd1WuM/rcUc2gYHEeoP02umSgTR50ybBPRuiSZAS6ZAQ4jgCAPyjYJiRH4fymAAAAAElFTkSuQmCC') no-repeat center center;*/
  background: #1252a6 url(../images/icon-arrow-white.png) no-repeat center center;
  pointer-events: none;
}
.article-single .article-column .article-page label[for=versions] select {
  border: 5px solid #ececec;
  padding: 10px 20px;
  width: 100%;
  cursor: pointer;
}
.article-single .article-column .article-sidebar {
  width: 300px;
  margin-top: 3px;
}
@media (max-width: 991px) {
  .article-single .article-column .article-sidebar {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .article-single .article-column .article-sidebar .ads-1, .article-single .article-column .article-sidebar .ads-2, .article-single .article-column .article-sidebar .subscribe-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .article-single .article-column .article-sidebar .ads-1, .article-single .article-column .article-sidebar .ads-2, .article-single .article-column .article-sidebar .subscribe-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .article-single .article-column .article-sidebar .featured-wrap {
    padding: 25px 10px 0;
    margin: 30px -10px 0;
    border-top: 1px solid #ececec;
  }
}

.shop {
  margin-top: 23px;
}
.shop .breadcrumbs {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .shop .breadcrumbs {
    margin-bottom: 10px;
  }
}
.shop .header-content h2 {
  font-size: 34px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 10px;
  line-height: 39px;
}
.shop .header-content p {
  font-size: 16px;
  color: #06254e;
  line-height: 21px;
}
@media (max-width: 768px) {
  .shop .sticky-cat {
    display: none;
  }
}
.shop .sticky-cat .item-category {
  border-top: 1px solid #ececec;
}
.shop .sticky-cat .item-category:first-of-type {
  border-top: 0;
}
.shop .sticky-cat .item-category a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #242424;
  line-height: 21px;
}
.shop .sticky-cat .item-category a h3 {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #242424;
  line-height: 21px;
}
.shop .sticky-cat .item-category .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop .sticky-cat .item-category .nav .parent-cat {
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 0 15px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.shop .sticky-cat .item-category .nav .parent-cat:hover h2 {
  color: #1252a6;
}
.shop .sticky-cat .item-category .nav .parent-cat.active h2 {
  color: #1252a6;
  border-bottom: 1px dashed #ffc954;
}
.shop .sticky-cat .item-category .nav .parent-cat.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.shop .sticky-cat .item-category .nav .toggle {
  display: block;
  position: relative;
  height: 10px;
  background: url(../images/icon-arrow-yellow.png) no-repeat;
  margin-top: 8px;
  width: 15px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.shop .sticky-cat .item-category .nav .toggle.active {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.shop .sticky-cat .item-category .nav .toggle.active h2 {
  color: #1252a6;
}
.shop .sticky-cat .item-category .cat-list {
  display: none;
  padding-left: 18px;
  margin-bottom: 20px;
  border-left: 1px solid #ffc954;
}
.shop .sticky-cat .item-category .cat-list a {
  padding: 9px 0;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), font-weight 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), font-weight 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), font-weight 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), font-weight 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), font-weight 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.shop .sticky-cat .item-category .cat-list a.active h3 {
  font-weight: 700;
  color: #1252a6;
  border-bottom: 1px dashed #ffc954;
}
.shop .sticky-cat .item-category .cat-list a:first-of-type {
  padding-top: 0;
}
.shop .sticky-cat .item-category .cat-list a:last-of-type {
  padding-bottom: 0;
}
.shop .sticky-cat .item-category .cat-list a:hover h3 {
  font-weight: 700;
  color: #1252a6;
}
.shop .shop-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ececec;
}
@media (max-width: 768px) {
  .shop .shop-wrap {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    padding-top: 0px;
    margin-top: 10px;
    border-top: 0;
  }
}
.shop .shop-wrap .cat-sidebar {
  width: 21%;
}
@media (max-width: 768px) {
  .shop .shop-wrap .cat-sidebar {
    width: 100%;
  }
}
.shop .shop-wrap .cat-sidebar .category--mobile {
  display: none;
  margin: 0 -10px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 768px) {
  .shop .shop-wrap .cat-sidebar .category--mobile {
    display: block;
    margin-bottom: 20px;
  }
}
.shop .shop-wrap .cat-sidebar .category--mobile.active a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.shop .shop-wrap .cat-sidebar .category--mobile a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #1252a6;
  padding: 17px 0;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0px 2px 5px #ececec;
}
.shop .shop-wrap .cat-sidebar .category--mobile a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 10px;
  margin: 7px 15px 0;
  background: url(../images/icon-arrow-yellow.png) no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.shop .shop-wrap .cat-sidebar .sticky-cat {
  display: block;
}
@media (max-width: 768px) {
  .shop .shop-wrap .cat-sidebar .sticky-cat {
    display: none;
  }
}
.shop .shop-wrap .shop-product {
  width: calc(100% - 250px);
  padding-left: 20px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0;
  }
}
.shop .shop-wrap .shop-product .shop-product-column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -24px;
}
@media (max-width: 991px) {
  .shop .shop-wrap .shop-product .shop-product-column {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product .shop-product-column {
    flex-direction: column;
    margin: 0 -10px;
  }
}
.shop .shop-wrap .shop-product .item {
  width: 33.33%;
  padding: 0 24px;
  border-right: 1px solid #ececec;
  text-align: center;
}
@media (max-width: 991px) {
  .shop .shop-wrap .shop-product .item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product .item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ececec;
  }
}
.shop .shop-wrap .shop-product .item:nth-child(3n+3) {
  border-right: 0px;
}
@media (max-width: 991px) {
  .shop .shop-wrap .shop-product .item:nth-child(3n+3) {
    border-right: 1px solid #ececec;
  }
}
@media (max-width: 991px) {
  .shop .shop-wrap .shop-product .item:nth-child(2n+2) {
    border-right: 0px;
  }
}
.shop .shop-wrap .shop-product .item .item--product {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 991px) {
  .shop .shop-wrap .shop-product .item .item--product {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product .item .item--product {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
  }
}
.shop .shop-wrap .shop-product .item img {
  display: block;
  margin: 0 auto;
}
.shop .shop-wrap .shop-product .item p {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  min-height: 69px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product .item p {
    min-height: 1px;
  }
}
.shop .shop-wrap .shop-product .item p a {
  color: #242424;
}
.shop .shop-wrap .shop-product .item .description {
  min-height: 70px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product .item .description {
    min-height: 1px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product .item .item--detail {
    position: relative;
    padding-left: 15px;
    width: calc(100% - 36px);
  }
}
.shop .shop-wrap .shop-product .item .product-img {
  margin-bottom: 38px;
  min-height: 200px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product .item .product-img {
    margin: 0px;
    width: 136px;
  }
}
@media (max-width: 480px) {
  .shop .shop-wrap .shop-product .item .product-img {
    width: 120px;
  }
}
.shop .shop-wrap .shop-product .item .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 10px;
  min-height: 30px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product .item .price {
    justify-content: flex-start;
    margin: 20px 0 0px;
  }
}
.shop .shop-wrap .shop-product .item .price span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1252a6;
  margin: 0 5px;
  line-height: 23px;
}
.shop .shop-wrap .shop-product .item .price span.crossout {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  text-decoration: line-through;
  line-height: 19px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product .item .btn-wrap {
    position: absolute;
    bottom: -8px;
    right: 0;
  }
}
.shop .shop-wrap .shop-product .item .btn-wrap .btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product .item .btn-wrap .btn {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 100%;
    text-indent: -999px;
    overflow: hidden;
  }
}
.shop .shop-wrap .shop-product .item .btn-wrap .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  width: 20px;
  height: 21px;
  background: url(../images/icon-arrow-right.png) no-repeat left center;
  margin-top: -11px;
  margin-left: -63px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-product .item .btn-wrap .btn:before {
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.shop .shop-wrap .shop-product .btn-view-more {
  width: 400px;
  margin: 50px auto 0;
}
.shop .shop-wrap .shop-product .btn-view-more .btn {
  position: relative;
  padding-right: 40px;
  text-transform: none;
  cursor: pointer;
}
.shop .shop-wrap .shop-product .btn-view-more .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 10px;
  background: url(../images/icon-arrow-yellow.png) no-repeat;
  margin-top: -3px;
  margin-left: 40px;
}
.shop .shop-wrap .shop-single {
  width: 76%;
  padding-left: 3%;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single {
    width: 100%;
    padding-left: 0;
  }
}
.shop .shop-wrap .shop-single .products-wrap {
  justify-content: space-between;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .products-wrap {
    width: 100%;
  }
}
.shop .shop-wrap .shop-single .products-wrap .product-slider {
  width: 59%;
  border: 1px solid #ececec;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .products-wrap .product-slider {
    flex-wrap: wrap;
    width: 100%;
    border: 0;
    margin-top: 40px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .title {
  font-size: 26px;
  line-height: 1.3;
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .sku {
  font-size: 16px;
  padding-top: 10px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .products-wrap .product-slider .sku {
    border-bottom: none;
  }
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .sku p {
  display: inline;
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel {
  padding: 6% 6% 10%;
  position: relative;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel {
    padding-top: 0;
    height: 100%;
    max-height: 466px;
  }
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  display: block;
  width: 100%;
  object-fit: scale-down;
  height: 300px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
    position: relative;
    overflow: hidden;
  }
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
  left: 0;
  height: 0;
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-nav button {
  font-size: 50px;
  color: #06254e;
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-nav .owl-prev {
  position: relative;
  left: 20px;
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-nav .owl-next {
  right: 20px;
  position: absolute;
  z-index: 10;
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-dots {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-dots .owl-dot.active span {
  background: #1252a6;
  width: 17px;
  height: 17px;
  margin: 7px 7px 3px 7px;
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-dots .owl-dot:first-child:last-child {
  display: none;
}
.shop .shop-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border-radius: 20px;
  background: #06254e;
}
.shop .shop-wrap .shop-single .products-wrap .product-details {
  width: 41%;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .products-wrap .product-details {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ececec;
  }
}
.shop .shop-wrap .shop-single .products-wrap .product-details .product-category-name {
  margin-bottom: 15px;
  font-size: 15px;
  color: #888888;
  text-transform: capitalize;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .title {
  font-size: 26px;
  line-height: 1.3;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .sku {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .products-wrap .product-details .sku {
    border-bottom: none;
  }
}
.shop .shop-wrap .shop-single .products-wrap .product-details .sku p {
  display: inline;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .price-wrap {
  font-size: 30px;
  margin: 30px 0 16px;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .price-wrap .save-price {
  font-size: 16px;
  margin: 10px 0;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .price-wrap .price {
  display: flex;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .price-wrap .price span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #1252a6;
  margin: 0 5px;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .price-wrap .price .crossout {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  text-decoration: line-through;
  line-height: 2;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .btn-wrap {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .products-wrap .product-details .btn-wrap {
    position: inherit;
    bottom: -8px;
    right: 0;
  }
}
.shop .shop-wrap .shop-single .products-wrap .product-details .btn-wrap .btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .btn-wrap .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  width: 20px;
  height: 21px;
  background: url(../images/icon-arrow-right.png) no-repeat left center;
  margin-top: -11px;
  margin-left: -63px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .products-wrap .product-details .btn-wrap .btn:before {
    margin: 0;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.shop .shop-wrap .shop-single .products-wrap .product-details .details-wrap {
  margin: 30px 0;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .details-wrap .det {
  display: block;
  margin: 20px 0;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .details-wrap .det p {
  display: inline;
  margin-left: 5px;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .details-wrap .det .stock {
  width: 50px;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .details-wrap .det .stock img {
  margin-bottom: -10px;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .details-wrap .det .ship {
  width: 50px;
}
.shop .shop-wrap .shop-single .products-wrap .product-details .details-wrap .det .ship img {
  margin-bottom: -7px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .product-sub-details {
    width: 100%;
  }
}
.shop .shop-wrap .shop-single .product-sub-details .product-desc, .shop .shop-wrap .shop-single .product-sub-details .manufacturer-desc {
  margin-top: 70px;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .product-sub-details .product-desc, .shop .shop-wrap .shop-single .product-sub-details .manufacturer-desc {
    width: 100%;
    margin-top: 30px;
    /*border-bottom: 1px solid $color-8;*/
  }
}
.shop .shop-wrap .shop-single .product-sub-details .product-desc .title, .shop .shop-wrap .shop-single .product-sub-details .manufacturer-desc .title {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}
.shop .shop-wrap .shop-single .product-sub-details .product-desc p, .shop .shop-wrap .shop-single .product-sub-details .manufacturer-desc p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.shop .shop-wrap .shop-single #product, .shop .shop-wrap .shop-single #manufacturer {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single #product, .shop .shop-wrap .shop-single #manufacturer {
    border-bottom: 1px solid #ececec;
  }
}
.shop .shop-wrap .shop-single #product .nav, .shop .shop-wrap .shop-single #manufacturer .nav {
  position: relative;
}
.shop .shop-wrap .shop-single #product .title, .shop .shop-wrap .shop-single #manufacturer .title {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single #product .prod-toggle, .shop .shop-wrap .shop-single #product .man-toggle, .shop .shop-wrap .shop-single #manufacturer .prod-toggle, .shop .shop-wrap .shop-single #manufacturer .man-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
  }
  .shop .shop-wrap .shop-single #product .prod-toggle:before, .shop .shop-wrap .shop-single #product .prod-toggle:after, .shop .shop-wrap .shop-single #product .man-toggle:before, .shop .shop-wrap .shop-single #product .man-toggle:after, .shop .shop-wrap .shop-single #manufacturer .prod-toggle:before, .shop .shop-wrap .shop-single #manufacturer .prod-toggle:after, .shop .shop-wrap .shop-single #manufacturer .man-toggle:before, .shop .shop-wrap .shop-single #manufacturer .man-toggle:after {
    background: #1252a6;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    transition: transform 500ms ease;
  }
  .shop .shop-wrap .shop-single #product .prod-toggle:after, .shop .shop-wrap .shop-single #product .man-toggle:after, .shop .shop-wrap .shop-single #manufacturer .prod-toggle:after, .shop .shop-wrap .shop-single #manufacturer .man-toggle:after {
    transform-origin: center;
  }
  .shop .shop-wrap .shop-single #product .prod-toggle.collapsed:after, .shop .shop-wrap .shop-single #product .man-toggle.collapsed:after, .shop .shop-wrap .shop-single #manufacturer .prod-toggle.collapsed:after, .shop .shop-wrap .shop-single #manufacturer .man-toggle.collapsed:after {
    transform: rotate(90deg);
  }
  .shop .shop-wrap .shop-single #product .prod-toggle.collapsed:before, .shop .shop-wrap .shop-single #product .man-toggle.collapsed:before, .shop .shop-wrap .shop-single #manufacturer .prod-toggle.collapsed:before, .shop .shop-wrap .shop-single #manufacturer .man-toggle.collapsed:before {
    transform: rotate(180deg);
  }
}
.shop .shop-wrap .shop-single #product #prod_item, .shop .shop-wrap .shop-single #manufacturer #prod_item {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}
.shop .shop-wrap .shop-single #product #man_item, .shop .shop-wrap .shop-single #manufacturer #man_item {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single #product #man_item, .shop .shop-wrap .shop-single #manufacturer #man_item {
    display: none;
  }
}
.shop .shop-wrap .shop-single .sidebar--mobile {
  display: none;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .sidebar--mobile {
    display: block;
  }
}
.shop .shop-wrap .shop-single .sidebar--mobile .ads-1 {
  display: block;
  margin: 20px 0;
}
.shop .shop-wrap .shop-single .related-products {
  padding-top: 50px;
  margin-bottom: 100px;
  /*border-top: 1px solid $color-8;*/
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products {
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0;
  }
}
.shop .shop-wrap .shop-single .related-products .title {
  margin-bottom: 47px;
  text-align: center;
}
.shop .shop-wrap .shop-single .related-products .title h3 {
  font-size: 30px;
  font-weight: 800;
  color: #242424;
  line-height: 35px;
}
.shop .shop-wrap .shop-single .related-products .title h3 span {
  position: relative;
}
.shop .shop-wrap .shop-single .related-products .title h3 span:before {
  content: "";
  position: absolute;
  left: -55px;
  top: 50%;
  width: 38px;
  height: 2px;
  background: #ffc954;
  transform: translateY(-50%);
}
.shop .shop-wrap .shop-single .related-products .title h3 span:after {
  content: "";
  position: absolute;
  right: -55px;
  top: 50%;
  width: 38px;
  height: 2px;
  background: #ffc954;
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -24px;
}
@media (max-width: 991px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column {
    flex-direction: column;
    margin: 0 -10px;
  }
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item {
  width: 33.33%;
  padding: 0 24px;
  border-right: 1px solid #ececec;
  text-align: center;
}
@media (max-width: 991px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ececec;
  }
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item:nth-child(3n+3) {
  border-right: 0px;
}
@media (max-width: 991px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item:nth-child(3n+3) {
    border-right: 1px solid #ececec;
  }
}
@media (max-width: 991px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item:nth-child(2n+2) {
    border-right: 0px;
  }
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item:last-of-type {
  border: none;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item:last-of-type {
    border-bottom: 1px solid #ececec;
  }
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .item--product {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 991px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .item--product {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .item--product {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
  }
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item img {
  display: block;
  margin: 0 auto;
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item p {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  min-height: 69px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item p {
    min-height: 1px;
  }
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item p a {
  color: #242424;
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .description {
  min-height: 70px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .description {
    min-height: 1px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .item--detail {
    position: relative;
    padding-left: 15px;
    width: calc(100% - 36px);
  }
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .product-img {
  margin-bottom: 38px;
  min-height: 200px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .product-img {
    margin: 0px;
    width: 136px;
  }
}
@media (max-width: 480px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .product-img {
    width: 120px;
  }
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 10px;
  min-height: 30px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .price {
    justify-content: flex-start;
    margin: 20px 0 0px;
  }
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .price span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1252a6;
  margin: 0 5px;
  line-height: 23px;
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .price span.crossout {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  text-decoration: line-through;
  line-height: 19px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .btn-wrap {
    position: absolute;
    bottom: -8px;
    right: 0;
  }
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .btn-wrap .btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .btn-wrap .btn {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 100%;
    text-indent: -999px;
    overflow: hidden;
  }
}
.shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .btn-wrap .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  width: 20px;
  height: 21px;
  background: url(../images/icon-arrow-right.png) no-repeat left center;
  margin-top: -11px;
  margin-left: -63px;
}
@media (max-width: 768px) {
  .shop .shop-wrap .shop-single .related-products .content .shop-product-column .item .btn-wrap .btn:before {
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.shop .sidebar--mobile {
  display: none;
}
@media (max-width: 768px) {
  .shop .sidebar--mobile {
    display: block;
  }
}
.shop .sidebar--mobile .ads-1 {
  display: block;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .shop .shop-ads-bottom {
    display: none;
  }
}
.shop .share-item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  margin-top: 28px;
}
.shop .share-item p {
  font-size: 15px;
  color: #242424;
  margin-bottom: 0;
  line-height: 23px;
}
.shop .share-item a {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.shop .share-item a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.shop .share-item a:first-of-type {
  margin-left: 20px;
}
.shop .share-item a.facebook {
  background: #485ea5;
}
.shop .share-item a.twitter {
  background: #3fa3e3;
}
.shop .share-item a.pinterest {
  background: #da2a26;
}
.shop .share-item a.whatsapp {
  background: #6eed82;
}
.shop .share-item a.mail {
  background: #ff933c;
}

.category-list {
  margin-top: 23px;
}
.category-list .breadcrumbs {
  margin-bottom: 29px;
}
.category-list .about-videos h2 {
  font-size: 34px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 10px;
  line-height: 39px;
}
@media (max-width: 768px) {
  .category-list .about-videos h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
}
.category-list .header-content h1, .category-list .about-videos h1 {
  font-size: 34px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 10px;
  line-height: 39px;
}
@media (max-width: 768px) {
  .category-list .header-content h1, .category-list .about-videos h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
}
.category-list .header-content p, .category-list .about-videos p {
  font-size: 16px;
  color: #06254e;
  line-height: 21px;
}
.category-list .header-content .sub-category, .category-list .header-content .second-sub-category, .category-list .about-videos .sub-category, .category-list .about-videos .second-sub-category {
  display: -webkit-inline-box;
  margin: 15px 0;
}
@media (max-width: 480px) {
  .category-list .header-content .sub-category, .category-list .header-content .second-sub-category, .category-list .about-videos .sub-category, .category-list .about-videos .second-sub-category {
    flex-direction: column;
  }
}
.category-list .header-content .sub-category a, .category-list .header-content .second-sub-category a, .category-list .about-videos .sub-category a, .category-list .about-videos .second-sub-category a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #1252a6;
  border: 1px solid #ececec;
  padding: 10px 15px;
  margin: 5px 15px 5px 0;
}
@media (max-width: 480px) {
  .category-list .header-content .sub-category a, .category-list .header-content .second-sub-category a, .category-list .about-videos .sub-category a, .category-list .about-videos .second-sub-category a {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.category-list .header-content .sub-category a.active, .category-list .header-content .second-sub-category a.active, .category-list .about-videos .sub-category a.active, .category-list .about-videos .second-sub-category a.active {
  border: 1px solid #ffc954;
}
.category-list .header-content .sub-category a:first-of-type, .category-list .header-content .second-sub-category a:first-of-type, .category-list .about-videos .sub-category a:first-of-type, .category-list .about-videos .second-sub-category a:first-of-type {
  margin-left: 0;
}
.category-list .header-content .sub-category a:before, .category-list .header-content .second-sub-category a:before, .category-list .about-videos .sub-category a:before, .category-list .about-videos .second-sub-category a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0px;
  width: 14px;
  height: 14px;
  background: url(../images/icon-video-yellow.jpg) no-repeat;
  background-size: 14px;
  margin-right: 5px;
  margin-top: -1px;
}
.category-list .category-column {
  /*margin-top: 30px;*/
  border-top: 1px solid #ececec;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .category-list .category-column {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .category-list .category-column .column--grid {
    margin: 0 -10px;
  }
}
@media (max-width: 480px) {
  .category-list .category-column .column--grid .column--box {
    border: 0;
  }
}
.category-list .category-column .column--4 {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .category-list .category-column .column--4 {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .category-list .category-column .column--4 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .category-list .category-column .column--4 {
    width: 100%;
    padding: 0;
  }
}
.category-list .category-column .column--4 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.category-list .category-column .column--4 label[for=versions] {
  position: relative;
  display: block;
  width: 25%;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .category-list .category-column .column--4 label[for=versions] {
    width: 100%;
  }
}
.category-list .category-column .column--4 label[for=versions]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: block;
  /*background: $color-3 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOBAMAAAGq7RFVAAAAJ1BMVEX///////////////////////////////////////////////////9Ruv0SAAAADHRSTlMACAoREoKDt7y9zc5qtZoyAAAAcklEQVQIHQXBsQnCUAAFwFOCCKbIABaWERzi1yaFAzmEpHYEC8GUKVQEkbyhvOOkZqdWt0/QYKqLzQeF7dv6y/RLwa2wYtk4Xxxe+t8yd1WuM/rcUc2gYHEeoP02umSgTR50ybBPRuiSZAS6ZAQ4jgCAPyjYJiRH4fymAAAAAElFTkSuQmCC') no-repeat center center;*/
  background: #1252a6 url(../images/icon-arrow-white.png) no-repeat center center;
  pointer-events: none;
}
.category-list .category-column .column--4 label[for=versions] select {
  border: 5px solid #ececec;
  padding: 10px 20px;
  width: 100%;
  cursor: pointer;
}
.category-list .category-column .column--4.video-item .column--img:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: url(../images/icon-video-large.png) no-repeat;
  background-size: 40px;
}
.category-list .category-column .column--4 .column--img {
  position: relative;
  height: 200px;
  background: #000000;
}
.category-list .category-column .column--4 .column-detail {
  text-align: center;
}
.category-list .category-column .column--4 .column-detail p {
  min-height: 75px;
}
@media (max-width: 480px) {
  .category-list .category-column .column--4 .column-detail p {
    min-height: 1px;
  }
}
.category-list .category-column .column--4 .column-detail .content--label {
  margin-top: 10px;
  justify-content: center;
}
.category-list .category-column .column--4 .column-detail .content--label .tags {
  position: relative;
  margin: 0;
}
@media (max-width: 1240px) {
  .category-list .category-column .column--4 .column-detail .content--label .tags {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .category-list .category-column .column--4 .column-detail .content--label .tags {
    font-size: 14px;
    line-height: 19px;
  }
}
.category-list .category-column .column--4 .column-detail .content--label .tags:after {
  content: "";
  bottom: -4px;
}
.category-list .category-column .column--4 .column-detail .content--label .tags:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0px;
  width: 14px;
  height: 14px;
  background: url(../images/icon-video-yellow.jpg) no-repeat;
  background-size: 14px;
  margin-right: 5px;
  margin-top: -2px;
}
@media (max-width: 1240px) {
  .category-list .category-column .column--4 .column-detail .content--label .tags:before {
    width: 12px;
    height: 12px;
    background-size: 12px;
    margin-right: 3px;
    margin-top: -1px;
  }
}
.category-list .category-column .column--4 .column-detail .content--label .tags ul {
  display: inline-block;
  vertical-align: middle;
}
.category-list .category-column .column--4 .column-detail .content--label .tags a:after {
  content: "";
  display: none;
}
.category-list .category-column .column--4 .column-detail .bible-section {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .category-list .category-column .column--4 .column-detail .bible-section {
    width: 100%;
    margin: 0;
  }
}
.category-list .category-column .column--4 .column-detail .bible-section .bible-book-title {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
  margin: 0 1%;
  padding: 10px;
  width: 15%;
  text-align: left;
}
@media (max-width: 768px) {
  .category-list .category-column .column--4 .column-detail .bible-section .bible-book-title {
    width: 100%;
    margin-top: 10px;
  }
}
.category-list .category-column .column--4 .column-detail .bible-section .bible-book-chapters {
  text-align: left;
  flex: 1;
  display: table-cell;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  width: 58%;
}
.category-list .category-column .column--4 .column-detail .bible-section .bible-book-chapters .chapters {
  text-align: right;
  display: inline-block;
  width: 30px;
  margin: 7px 4px 7px 0;
}
.category-list .category-column .column--4 .column-detail .bible-section .bible-book-chapters .chapters a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.category-list .category-column .column--4 .column-detail .bible-section .bible-book-chapters .chapters a:first-of-type {
  margin-left: 0;
}
.category-list .category-column .column--4 .column-detail .bible-section .bible-book-chapters .chapters a:last-of-type:after {
  display: none;
}
.category-list .category-column .column--4 .column-detail .bible-section .bible-book-chapters .chapters a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.category-list .btn-view-more {
  width: 400px;
  margin: 50px auto 0;
}
.category-list .btn-view-more .btn {
  position: relative;
  padding-right: 40px;
  text-transform: none;
}
.category-list .btn-view-more .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 10px;
  background: url(../images/icon-arrow-yellow.png) no-repeat;
  margin-top: -3px;
  margin-left: 40px;
}
.category-list .about-videos {
  /*padding: 60px 0 75px;*/
  /*margin-top: 85px;*/
  /*border-top: 1px solid $color-8;*/
}
@media (max-width: 768px) {
  .category-list .about-videos {
    /*padding: 30px 0 35px;*/
  }
}
@media (max-width: 768px) {
  .category-list .about-videos h2 {
    text-align: left;
  }
}
.category-list .category--sidebar {
  display: none;
}
@media (max-width: 768px) {
  .category-list .category--sidebar {
    display: block;
  }
}
.category-list .category--sidebar .ads-2 {
  margin: 20px 0;
}
.category-list .no-cat-page {
  padding: 100px 0;
}
.category-list .no-cat-page h2 {
  font-size: 30px;
  font-weight: 500;
  color: #242424;
  text-align: center;
}
.category-list .shop-ads-bottom {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .category-list .shop-ads-bottom {
    display: none;
  }
}

.generic-page {
  padding: 20px 0 50px;
}
.generic-page h2, .generic-page h3, .generic-page h4, .generic-page h5 {
  color: #242424;
  font-weight: 700;
  margin: 30px 0 20px;
}
.generic-page h2 {
  font-size: 30px;
  line-height: 35px;
}
.generic-page h3 {
  font-size: 22px;
  line-height: 25px;
}
.generic-page h4 {
  font-size: 20px;
  line-height: 30px;
}
.generic-page h5 {
  font-size: 15px;
  line-height: 30px;
}
.generic-page p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 23px;
}
.generic-page a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.generic-page a:first-of-type {
  margin-left: 0;
}
.generic-page a:last-of-type:after {
  display: none;
}
.generic-page a:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: calc(100% + 6px);
  width: 7px;
  height: 10px;
  background: url("../images/icon-arrow-brdcms.png") no-repeat;
}
.generic-page a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}

.column--3.page-not-found {
  margin-bottom: 15px;
}

.book section.single-ads-top {
  background: #f8f8f8;
  padding: 26px 0;
}
@media (max-width: 1240px) {
  .book section.single-ads-top {
    padding: 26px 20px;
  }
}
@media (max-width: 768px) {
  .book section.single-ads-top {
    display: none;
  }
}
.book section.single-ads-top img {
  margin: 0 auto;
}
.book .bible-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 38px;
}
@media (max-width: 1240px) {
  .book .bible-content {
    width: 100%;
    display: block;
  }
}
.book .bible-content .bible-page {
  width: 834px;
}
@media (max-width: 1240px) {
  .book .bible-content .bible-page {
    width: calc(100% - 320px);
  }
}
@media (max-width: 991px) {
  .book .bible-content .bible-page {
    width: 100%;
  }
}
.book .bible-content .bible-page .bible-home-new-content .bible-version-wrap {
  padding-top: 30px;
  margin-top: 30px;
  /*border-top: 1px solid $color-8;*/
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .book .bible-content .bible-page .bible-home-new-content .bible-version-wrap {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    padding-top: 0px;
    margin-top: 10px;
    border-top: 0;
  }
}
.book .bible-content .bible-page .bible-home-new-content .bible-version-wrap a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.book .bible-content .bible-page .bible-home-new-content .bible-version-wrap a:first-of-type {
  margin-left: 0;
}
.book .bible-content .bible-page .bible-home-new-content .bible-version-wrap a:last-of-type:after {
  display: none;
}
.book .bible-content .bible-page .bible-home-new-content .bible-version-wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: calc(100% + 6px);
  width: 7px;
  height: 10px;
  background: url("../images/icon-arrow-brdcms.png") no-repeat;
}
.book .bible-content .bible-page .bible-home-new-content .bible-version-wrap a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.book .bible-content .bible-page .bible-home-new-content .bible-version-wrap h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}
.book .bible-content .bible-page .bible-home-new-content .bible-version-wrap .bible-versions {
  columns: 2;
}
@media (max-width: 768px) {
  .book .bible-content .bible-page .bible-home-new-content .bible-version-wrap .bible-versions {
    columns: 1;
  }
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list {
  margin-bottom: 50px;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list a:first-of-type {
  margin-left: 0;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list a:last-of-type:after {
  display: none;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: calc(100% + 6px);
  width: 7px;
  height: 10px;
  background: url("../images/icon-arrow-brdcms.png") no-repeat;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content {
  /*display: flex;
  justify-content: space-between;
  align-items: flex-start;*/
}
@media (max-width: 768px) {
  .book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content {
    display: block;
  }
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-old-testament .bible-old-title {
  text-align: center;
  background-color: #06254e;
  padding: 5px 0;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-old-testament .bible-old-title h3 {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-old-testament .bible-old-title {
    width: 100%;
  }
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-old-testament .bible-old-content {
  flex-wrap: wrap;
  display: flex;
  margin: 5px 0;
}
@media (max-width: 768px) {
  .book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-old-testament .bible-old-content {
    display: block;
  }
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-old-testament .bible-old-content .bible-testament {
  border: 1px solid #ececec;
  width: 24.5%;
  margin: 0.33%;
  padding: 10px;
}
@media (max-width: 768px) {
  .book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-old-testament .bible-old-content .bible-testament {
    width: 100%;
    margin: 5px 0;
  }
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-old-testament .bible-old-content .bible-testament:nth-of-type(4n) {
  margin-right: 0;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-old-testament .bible-old-content .bible-testament:nth-of-type(4n+1) {
  margin-left: 0;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-new-testament .bible-new-title {
  text-align: center;
  background-color: #1252a6;
  margin-top: 50px;
  padding: 5px 0;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-new-testament .bible-new-title h3 {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-new-testament .bible-new-title {
    width: 100%;
    margin-top: 20px;
  }
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-new-testament .bible-new-content {
  flex-wrap: wrap;
  display: flex;
  margin: 5px 0;
}
@media (max-width: 768px) {
  .book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-new-testament .bible-new-content {
    display: block;
  }
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-new-testament .bible-new-content .bible-testament {
  border: 1px solid #ececec;
  width: 24.5%;
  margin: 0.33%;
  padding: 10px;
}
@media (max-width: 768px) {
  .book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-new-testament .bible-new-content .bible-testament {
    width: 100%;
    margin: 5px 0;
  }
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-new-testament .bible-new-content .bible-testament:nth-of-type(4n) {
  margin-right: 0;
}
.book .bible-content .bible-page .bible-home-new-content .bible-full-list .bible-full-list-content .bible-new-testament .bible-new-content .bible-testament:nth-of-type(4n+1) {
  margin-left: 0;
}
.book .bible-content .bible-page .bible-home-new-content .bible-reading-plan {
  margin-bottom: 50px;
}
.book .bible-content .bible-page .bible-home-new-content .bible-reading-plan h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}
.book .bible-content .bible-sidebar {
  width: 300px;
  margin-top: 3px;
}
@media (max-width: 991px) {
  .book .bible-content .bible-sidebar {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .book .bible-content .bible-sidebar .ads-1, .book .bible-content .bible-sidebar .ads-2, .book .bible-content .bible-sidebar .subscribe-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .book .bible-content .bible-sidebar .ads-1, .book .bible-content .bible-sidebar .ads-2, .book .bible-content .bible-sidebar .subscribe-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .book .bible-content .bible-sidebar .featured-wrap {
    padding: 25px 10px 0;
    margin: 30px -10px 0;
    border-top: 1px solid #ececec;
  }
}
.book .breadcrumbs {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .book .breadcrumbs {
    margin-bottom: 10px;
  }
}
.book .header-content h2 {
  font-size: 34px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 10px;
  line-height: 39px;
}
.book .header-content p {
  font-size: 16px;
  /*color: $color-4;*/
  line-height: 21px;
}
.book .search-bible {
  padding-top: 30px;
  margin: 30px 0;
  border-top: 1px solid #ececec;
}
@media (max-width: 480px) {
  .book .search-bible {
    padding-top: 35px;
  }
}
.book .search-bible .column--title {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .book .search-bible .column--title {
    padding: 0 10px;
  }
}
.book .search-bible .column--title h3 {
  font-size: 30px;
  font-weight: 800;
  color: #242424;
  line-height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .book .search-bible .column--title h3 {
    font-size: 26px;
    line-height: 31px;
  }
}
.book .search-bible .column--title h3 span {
  position: relative;
}
.book .search-bible .column--title h3 span:before, .book .search-bible .column--title h3 span:after {
  content: "";
  top: 50%;
  width: 38px;
  height: 2px;
  background: #ffc954;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.book .search-bible .column--title h3 span:before {
  content: "";
  position: absolute;
  left: -55px;
}
@media (max-width: 768px) {
  .book .search-bible .column--title h3 span:before {
    width: 26px;
    left: -36px;
  }
}
.book .search-bible .column--title h3 span:after {
  content: "";
  position: absolute;
  right: -55px;
}
@media (max-width: 768px) {
  .book .search-bible .column--title h3 span:after {
    width: 26px;
    right: -36px;
  }
}
.book .search-bible .column--title p {
  margin-top: 20px;
}
.book .search-column {
  margin-top: 30px;
  /*padding-bottom: 50px;*/
  width: 100%;
}
@media (max-width: 768px) {
  .book .search-column {
    width: 100%;
    flex-direction: column;
    padding-top: 0px;
    margin-top: 10px;
    border-top: 0;
  }
}
.book .search-column .bible-search-form {
  margin: 30px 0;
}
.book .search-column .bible-search-form .input-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .book .search-column .bible-search-form .input-wrapper {
    display: block;
    width: 100%;
  }
}
.book .search-column .bible-search-form .input-wrapper .search-field {
  border: 1px solid #ececec;
  height: 40px;
  width: 50%;
}
@media (max-width: 768px) {
  .book .search-column .bible-search-form .input-wrapper .search-field {
    width: 100%;
  }
}
.book .search-column .bible-search-form .input-wrapper .wpcf7-submit {
  height: 40px;
  width: 70px;
  font-family: "FontAwesome";
  font-size: 25px;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .book .search-column .bible-search-form .input-wrapper .wpcf7-submit {
    width: 100%;
  }
}
.book .search-column .bible-search-form .input-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.book .search-column .bible-search-form .input-wrapper select:focus {
  outline: 0;
}
.book .search-column .bible-search-form .input-wrapper label[for=versions] {
  position: relative;
  display: block;
  width: 40%;
  overflow: hidden;
  cursor: pointer;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .book .search-column .bible-search-form .input-wrapper label[for=versions] {
    width: 100%;
    margin: 10px 0;
  }
}
.book .search-column .bible-search-form .input-wrapper label[for=versions]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: block;
  background: url(../images/icon-arrow-yellow.png) no-repeat center center;
  pointer-events: none;
}
.book .search-column .bible-search-form .input-wrapper label[for=versions] select {
  border: 1px solid #ececec;
  background-color: #ffffff;
  padding: 5px 20px;
  width: 100%;
  cursor: pointer;
  height: 40px;
}
@media (max-width: 768px) {
  .book .search-column .bible-search-form .input-wrapper label[for=versions] select {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .book .book-sticky-cat {
    display: none;
  }
}
.book .book-sticky-cat .book-item-category {
  border-top: 1px solid #ececec;
}
.book .book-sticky-cat .book-item-category:first-of-type {
  border-top: 0;
}
.book .book-sticky-cat .book-item-category a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #242424;
  line-height: 21px;
}
.book .book-sticky-cat .book-item-category a h3 {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #242424;
  line-height: 21px;
}
.book .book-sticky-cat .book-item-category .book-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.book .book-sticky-cat .book-item-category .book-nav .book-parent-cat {
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 0 15px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.book .book-sticky-cat .book-item-category .book-nav .book-parent-cat:hover h2 {
  color: #1252a6;
}
.book .book-sticky-cat .book-item-category .book-nav .book-parent-cat.active h2 {
  color: #1252a6;
}
.book .book-sticky-cat .book-item-category .book-nav .book-parent-cat.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.book .book-sticky-cat .book-item-category .book-nav .book-parent-cat a.active {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.book .book-sticky-cat .book-item-category .book-nav .book-parent-cat a.active:first-of-type {
  margin-left: 0;
}
.book .book-sticky-cat .book-item-category .book-nav .book-parent-cat a.active:last-of-type:after {
  display: none;
}
.book .book-sticky-cat .book-item-category .book-nav .book-parent-cat a.active:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.book .book-sticky-cat .book-item-category .book-nav .toggle {
  display: block;
  position: relative;
  height: 10px;
  background: url(../images/icon-arrow-yellow.png) no-repeat;
  margin-top: 8px;
  width: 15px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.book .book-sticky-cat .book-item-category .book-nav .toggle.active {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.book .book-sticky-cat .book-item-category .book-nav .toggle.active h2 {
  color: #1252a6;
}
.book .book-sticky-cat .book-item-category .cat-list {
  display: none;
  padding-left: 18px;
  margin-bottom: 20px;
  border-left: 1px solid #ffc954;
}
.book .book-sticky-cat .book-item-category .cat-list a {
  padding: 9px 0;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), font-weight 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), font-weight 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), font-weight 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), font-weight 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), font-weight 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.book .book-sticky-cat .book-item-category .cat-list a.active h3 {
  font-weight: 700;
  color: #1252a6;
}
.book .book-sticky-cat .book-item-category .cat-list a:first-of-type {
  padding-top: 0;
}
.book .book-sticky-cat .book-item-category .cat-list a:last-of-type {
  padding-bottom: 0;
}
.book .book-sticky-cat .book-item-category .cat-list a:hover h3 {
  font-weight: 700;
  color: #1252a6;
}
.book .bible-home-content .bible-version-wrap {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ececec;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .book .bible-home-content .bible-version-wrap {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    padding-top: 0px;
    margin-top: 10px;
    border-top: 0;
  }
}
.book .bible-home-content .bible-version-wrap a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.book .bible-home-content .bible-version-wrap a:first-of-type {
  margin-left: 0;
}
.book .bible-home-content .bible-version-wrap a:last-of-type:after {
  display: none;
}
.book .bible-home-content .bible-version-wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: calc(100% + 6px);
  width: 7px;
  height: 10px;
  background: url("../images/icon-arrow-brdcms.png") no-repeat;
}
.book .bible-home-content .bible-version-wrap a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.book .bible-home-content .bible-version-wrap h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}
.book .bible-home-content .bible-version-wrap .bible-versions {
  columns: 2;
}
@media (max-width: 768px) {
  .book .bible-home-content .bible-version-wrap .bible-versions {
    columns: 1;
  }
}
.book .bible-home-content .bible-full-list {
  margin-bottom: 50px;
}
.book .bible-home-content .bible-full-list a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.book .bible-home-content .bible-full-list a:first-of-type {
  margin-left: 0;
}
.book .bible-home-content .bible-full-list a:last-of-type:after {
  display: none;
}
.book .bible-home-content .bible-full-list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: calc(100% + 6px);
  width: 7px;
  height: 10px;
  background: url("../images/icon-arrow-brdcms.png") no-repeat;
}
.book .bible-home-content .bible-full-list a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.book .bible-home-content .bible-full-list h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}
.book .bible-home-content .bible-full-list .bible-full-list-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .book .bible-home-content .bible-full-list .bible-full-list-content {
    display: block;
  }
}
.book .bible-home-content .bible-full-list .bible-full-list-content .bible-old-testament {
  width: 50%;
}
.book .bible-home-content .bible-full-list .bible-full-list-content .bible-old-testament h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .book .bible-home-content .bible-full-list .bible-full-list-content .bible-old-testament {
    width: 100%;
  }
}
.book .bible-home-content .bible-full-list .bible-full-list-content .bible-new-testament {
  width: 50%;
}
.book .bible-home-content .bible-full-list .bible-full-list-content .bible-new-testament h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .book .bible-home-content .bible-full-list .bible-full-list-content .bible-new-testament {
    width: 100%;
    margin-top: 20px;
  }
}
.book .bible-home-content .bible-reading-plan {
  margin-bottom: 50px;
}
.book .bible-home-content .bible-reading-plan h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}
.book .bible-list-content .bible-version-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ececec;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap {
    width: 100%;
    flex-direction: column;
    padding-top: 0px;
    margin-top: 10px;
    border-top: 0;
  }
}
.book .bible-list-content .bible-version-wrap .bible-versions {
  columns: 2;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .bible-versions {
    columns: 1;
  }
}
.book .bible-list-content .bible-version-wrap .cat-sidebar {
  width: 25%;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .cat-sidebar {
    width: 100%;
  }
}
.book .bible-list-content .bible-version-wrap .cat-sidebar .category--mobile {
  display: none;
  margin: 0 -10px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .cat-sidebar .category--mobile {
    display: block;
    margin-bottom: 20px;
  }
}
.book .bible-list-content .bible-version-wrap .cat-sidebar .category--mobile.active a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.book .bible-list-content .bible-version-wrap .cat-sidebar .category--mobile a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #1252a6;
  padding: 17px 0;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0px 2px 5px #ececec;
}
.book .bible-list-content .bible-version-wrap .cat-sidebar .category--mobile a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 10px;
  margin: 7px 15px 0;
  background: url(../images/icon-arrow-yellow.png) no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.book .bible-list-content .bible-version-wrap .cat-sidebar .sticky-cat {
  display: block;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .cat-sidebar .sticky-cat {
    display: none;
  }
}
.book .bible-list-content .bible-version-wrap .bible-chapter {
  width: 74%;
  padding-left: 1%;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .bible-chapter {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0;
  }
}
.book .bible-list-content .bible-version-wrap .bible-chapter a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
  /*&:after {
      content:'';
      display: block;
      position: absolute;
      top: 4px;
      left: calc(100% + 6px);
      width: 7px;
      height: 10px;
      background: url('../images/icon-arrow-brdcms.png') no-repeat;
  }*/
}
.book .bible-list-content .bible-version-wrap .bible-chapter a:first-of-type {
  margin-left: 0;
}
.book .bible-list-content .bible-version-wrap .bible-chapter a:last-of-type:after {
  display: none;
}
.book .bible-list-content .bible-version-wrap .bible-chapter a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.book .bible-list-content .bible-version-wrap .bible-chapter .bible-section {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .book .bible-list-content .bible-version-wrap .bible-chapter .bible-section {
    width: 100%;
    margin: 0;
  }
}
.book .bible-list-content .bible-version-wrap .bible-chapter .bible-section:first-of-type {
  margin-top: 0;
}
.book .bible-list-content .bible-version-wrap .bible-chapter .bible-section .bible-book-title {
  width: 30%;
  text-align: left;
  margin: 0 1%;
  padding: 10px;
}
.book .bible-list-content .bible-version-wrap .bible-chapter .bible-section .bible-book-title h3 {
  color: #242424;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .bible-chapter .bible-section .bible-book-title {
    width: 100%;
    margin-top: 10px;
  }
}
.book .bible-list-content .bible-version-wrap .bible-chapter .bible-section .bible-book-chapters {
  text-align: left;
  flex: 1;
  display: table-cell;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  width: 42%;
}
.book .bible-list-content .bible-version-wrap .bible-chapter .bible-section .bible-book-chapters .chapters {
  text-align: right;
  display: inline-block;
  width: 30px;
  margin: 7px 4px 7px 0;
}
.book .bible-list-content .bible-version-wrap .bible-chapter .bible-section .bible-book-chapters .chapters a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.book .bible-list-content .bible-version-wrap .bible-chapter .bible-section .bible-book-chapters .chapters a:first-of-type {
  margin-left: 0;
}
.book .bible-list-content .bible-version-wrap .bible-chapter .bible-section .bible-book-chapters .chapters a:last-of-type:after {
  display: none;
}
.book .bible-list-content .bible-version-wrap .bible-chapter .bible-section .bible-book-chapters .chapters a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.book .bible-list-content .bible-version-wrap .shop-single {
  width: 76%;
  padding-left: 3%;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single {
    width: 100%;
    padding-left: 0;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap {
  justify-content: space-between;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .products-wrap {
    width: 100%;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider {
  width: 59%;
  border: 1px solid #ececec;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider {
    width: 100%;
    border: 0;
    margin-top: 40px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .title {
  font-size: 26px;
  line-height: 1.3;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .sku {
  font-size: 16px;
  padding-top: 10px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .sku {
    border-bottom: none;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .sku p {
  display: inline;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel {
  padding: 6% 6% 10%;
  position: relative;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel {
    padding-top: 0;
    height: 100%;
    max-height: 466px;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  display: block;
  width: 100%;
  object-fit: scale-down;
  height: 300px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
    position: relative;
    overflow: hidden;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
  left: 0;
  height: 0;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-nav button {
  font-size: 50px;
  color: #06254e;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-nav .owl-prev {
  position: relative;
  left: 20px;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-nav .owl-next {
  right: 20px;
  position: absolute;
  z-index: 10;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-dots {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-dots .owl-dot.active span {
  background: #1252a6;
  width: 17px;
  height: 17px;
  margin: 7px 7px 3px 7px;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-dots .owl-dot:first-child:last-child {
  display: none;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-slider .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border-radius: 20px;
  background: #06254e;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details {
  width: 41%;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ececec;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .product-category-name {
  margin-bottom: 15px;
  font-size: 15px;
  color: #888888;
  text-transform: capitalize;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .title {
  font-size: 26px;
  line-height: 1.3;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .sku {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .sku {
    border-bottom: none;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .sku p {
  display: inline;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .price-wrap {
  font-size: 30px;
  margin: 30px 0 16px;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .price-wrap .save-price {
  font-size: 16px;
  margin: 10px 0;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .price-wrap .price {
  display: flex;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .price-wrap .price span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #1252a6;
  margin: 0 5px;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .price-wrap .price .crossout {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  text-decoration: line-through;
  line-height: 2;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .btn-wrap {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .btn-wrap {
    position: inherit;
    bottom: -8px;
    right: 0;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .btn-wrap .btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .btn-wrap .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 21px;
  background: url(../images/icon-shop.png) no-repeat left center;
  margin-top: -11px;
  margin-left: -63px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .btn-wrap .btn:before {
    margin: 0;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .details-wrap {
  margin: 30px 0;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .details-wrap .det {
  display: block;
  margin: 20px 0;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .details-wrap .det p {
  display: inline;
  margin-left: 5px;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .details-wrap .det .stock {
  width: 50px;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .details-wrap .det .stock img {
  margin-bottom: -10px;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .details-wrap .det .ship {
  width: 50px;
}
.book .bible-list-content .bible-version-wrap .shop-single .products-wrap .product-details .details-wrap .det .ship img {
  margin-bottom: -7px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .product-sub-details {
    width: 100%;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .product-sub-details .product-desc, .book .bible-list-content .bible-version-wrap .shop-single .product-sub-details .manufacturer-desc {
  margin-top: 70px;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .product-sub-details .product-desc, .book .bible-list-content .bible-version-wrap .shop-single .product-sub-details .manufacturer-desc {
    width: 100%;
    margin-top: 30px;
    /*border-bottom: 1px solid $color-8;*/
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .product-sub-details .product-desc .title, .book .bible-list-content .bible-version-wrap .shop-single .product-sub-details .manufacturer-desc .title {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}
.book .bible-list-content .bible-version-wrap .shop-single .product-sub-details .product-desc p, .book .bible-list-content .bible-version-wrap .shop-single .product-sub-details .manufacturer-desc p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.book .bible-list-content .bible-version-wrap .shop-single #product, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single #product, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer {
    border-bottom: 1px solid #ececec;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single #product .nav, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .nav {
  position: relative;
}
.book .bible-list-content .bible-version-wrap .shop-single #product .title, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .title {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single #product .prod-toggle, .book .bible-list-content .bible-version-wrap .shop-single #product .man-toggle, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .prod-toggle, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .man-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
  }
  .book .bible-list-content .bible-version-wrap .shop-single #product .prod-toggle:before, .book .bible-list-content .bible-version-wrap .shop-single #product .prod-toggle:after, .book .bible-list-content .bible-version-wrap .shop-single #product .man-toggle:before, .book .bible-list-content .bible-version-wrap .shop-single #product .man-toggle:after, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .prod-toggle:before, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .prod-toggle:after, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .man-toggle:before, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .man-toggle:after {
    background: #1252a6;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    transition: transform 500ms ease;
  }
  .book .bible-list-content .bible-version-wrap .shop-single #product .prod-toggle:after, .book .bible-list-content .bible-version-wrap .shop-single #product .man-toggle:after, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .prod-toggle:after, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .man-toggle:after {
    transform-origin: center;
  }
  .book .bible-list-content .bible-version-wrap .shop-single #product .prod-toggle.collapsed:after, .book .bible-list-content .bible-version-wrap .shop-single #product .man-toggle.collapsed:after, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .prod-toggle.collapsed:after, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .man-toggle.collapsed:after {
    transform: rotate(90deg);
  }
  .book .bible-list-content .bible-version-wrap .shop-single #product .prod-toggle.collapsed:before, .book .bible-list-content .bible-version-wrap .shop-single #product .man-toggle.collapsed:before, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .prod-toggle.collapsed:before, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer .man-toggle.collapsed:before {
    transform: rotate(180deg);
  }
}
.book .bible-list-content .bible-version-wrap .shop-single #product #prod_item, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer #prod_item {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}
.book .bible-list-content .bible-version-wrap .shop-single #product #man_item, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer #man_item {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single #product #man_item, .book .bible-list-content .bible-version-wrap .shop-single #manufacturer #man_item {
    display: none;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .sidebar--mobile {
  display: none;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .sidebar--mobile {
    display: block;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .sidebar--mobile .ads-1 {
  display: block;
  margin: 20px 0;
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products {
  padding-top: 50px;
  margin-bottom: 100px;
  /*border-top: 1px solid $color-8;*/
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products {
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .title {
  margin-bottom: 47px;
  text-align: center;
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .title h3 {
  font-size: 30px;
  font-weight: 800;
  color: #242424;
  line-height: 35px;
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .title h3 span {
  position: relative;
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .title h3 span:before {
  content: "";
  position: absolute;
  left: -55px;
  top: 50%;
  width: 38px;
  height: 2px;
  background: #ffc954;
  transform: translateY(-50%);
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .title h3 span:after {
  content: "";
  position: absolute;
  right: -55px;
  top: 50%;
  width: 38px;
  height: 2px;
  background: #ffc954;
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -24px;
}
@media (max-width: 991px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column {
    flex-direction: column;
    margin: 0 -10px;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item {
  width: 33.33%;
  padding: 0 24px;
  border-right: 1px solid #ececec;
  text-align: center;
}
@media (max-width: 991px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ececec;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item:nth-child(3n+3) {
  border-right: 0px;
}
@media (max-width: 991px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item:nth-child(3n+3) {
    border-right: 1px solid #ececec;
  }
}
@media (max-width: 991px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item:nth-child(2n+2) {
    border-right: 0px;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item:last-of-type {
  border: none;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item:last-of-type {
    border-bottom: 1px solid #ececec;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .item--product {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 991px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .item--product {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .item--product {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item img {
  display: block;
  margin: 0 auto;
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item p {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  min-height: 69px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item p {
    min-height: 1px;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item p a {
  color: #242424;
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .description {
  min-height: 70px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .description {
    min-height: 1px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .item--detail {
    position: relative;
    padding-left: 15px;
    width: calc(100% - 36px);
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .product-img {
  margin-bottom: 38px;
  min-height: 200px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .product-img {
    margin: 0px;
    width: 136px;
  }
}
@media (max-width: 480px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .product-img {
    width: 120px;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 10px;
  min-height: 30px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .price {
    justify-content: flex-start;
    margin: 20px 0 0px;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .price span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1252a6;
  margin: 0 5px;
  line-height: 23px;
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .price span.crossout {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  text-decoration: line-through;
  line-height: 19px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .btn-wrap {
    position: absolute;
    bottom: -8px;
    right: 0;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .btn-wrap .btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .btn-wrap .btn {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 100%;
    text-indent: -999px;
    overflow: hidden;
  }
}
.book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .btn-wrap .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 21px;
  background: url(../images/icon-shop.png) no-repeat left center;
  margin-top: -11px;
  margin-left: -63px;
}
@media (max-width: 768px) {
  .book .bible-list-content .bible-version-wrap .shop-single .related-products .content .shop-product-column .item .btn-wrap .btn:before {
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.book .bible-list-content .bible-question {
  margin-bottom: 20px;
}
.book .bible-list-content .bible-question h2 {
  font-weight: 700;
}
.book .bible-book-content .bible-book-wrap {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #ececec;
  padding-bottom: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .book .bible-book-content .bible-book-wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  .book .bible-book-content .bible-book-wrap {
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    margin-top: 10px;
    border-top: 0;
  }
}
.book .bible-book-content .bible-book-wrap a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.book .bible-book-content .bible-book-wrap a:first-of-type {
  margin-left: 0;
}
.book .bible-book-content .bible-book-wrap a:last-of-type:after {
  display: none;
}
.book .bible-book-content .bible-book-wrap a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.book .bible-book-content .bible-book-wrap .bible-chapter {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}
.book .bible-book-content .bible-book-wrap .bible-chapter h2 {
  font-size: 25px;
}
.book .bible-book-content .bible-book-wrap .bible-books {
  flex-wrap: wrap;
  display: flex;
  margin: 5px 0;
}
@media (max-width: 768px) {
  .book .bible-book-content .bible-book-wrap .bible-books {
    display: block;
  }
}
.book .bible-book-content .bible-book-wrap .bible-books .chapters {
  border: 1px solid #ececec;
  width: 24.5%;
  margin: 0.33%;
  padding: 10px;
}
@media (max-width: 768px) {
  .book .bible-book-content .bible-book-wrap .bible-books .chapters {
    width: 100%;
    margin: 5px 0;
  }
}
.book .bible-book-content .bible-book-wrap .bible-books .chapters:nth-of-type(4n) {
  margin-right: 0;
}
.book .bible-book-content .bible-book-wrap .bible-books .chapters:nth-of-type(4n+1) {
  margin-left: 0;
}
.book .bible-book-content .bible-chapter-summary {
  margin-bottom: 30px;
}
.book .bible-book-content .bible-chapter-summary .summary-title h2 {
  font-weight: 700;
  font-size: 25px;
}
.book .bible-book-content .bible-chapter-summary .summary-content {
  padding-top: 15px;
}
.book .bible-book-content .bible-chapter-background {
  margin-bottom: 50px;
}
.book .bible-book-content .bible-chapter-background .background-title h2 {
  font-weight: 700;
  font-size: 25px;
}
.book .bible-book-content .bible-chapter-background .background-content {
  padding-top: 20px;
}
.book .bible-book-content .bible-chapter-background .background-content p {
  line-height: normal;
  padding-top: 20px;
}
.book .bible-book-content .bible-chapter-background .background-content h2 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 25px;
}
.book .bible-book-content .bible-chapter-background .background-content h2:first-of-type {
  margin-top: 0;
}
.book .bible-book-content .bible-chapter-background .background-content h3 {
  font-size: 20px;
  margin-top: 15px;
}
.book .bible-chapter-content .bible-book-wrap {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ececec;
  padding-bottom: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .book .bible-chapter-content .bible-book-wrap {
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    margin-top: 10px;
    border-top: 0;
  }
}
.book .bible-chapter-content .bible-book-wrap a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.book .bible-chapter-content .bible-book-wrap a:first-of-type {
  margin-left: 0;
}
.book .bible-chapter-content .bible-book-wrap a:last-of-type:after {
  display: none;
}
.book .bible-chapter-content .bible-book-wrap a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.book .bible-chapter-content .bible-book-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.book .bible-chapter-content .bible-book-wrap label[for=versions] {
  position: relative;
  display: block;
  width: 40%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .book .bible-chapter-content .bible-book-wrap label[for=versions] {
    width: 100%;
    margin: 10px 0;
  }
}
.book .bible-chapter-content .bible-book-wrap label[for=versions]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: block;
  background: url(../images/icon-arrow-yellow.png) no-repeat center center;
  pointer-events: none;
}
.book .bible-chapter-content .bible-book-wrap label[for=versions] select {
  border: 1px solid #ececec;
  background-color: #ffffff;
  padding: 5px 20px;
  width: 100%;
  cursor: pointer;
  height: 40px;
}
@media (max-width: 768px) {
  .book .bible-chapter-content .bible-book-wrap label[for=versions] select {
    width: 100%;
  }
}
.book .bible-chapter-content .bible-book-wrap .bible-books-chapters {
  width: 100%;
}
.book .bible-chapter-content .bible-book-wrap .bible-books-chapters .bible-chapter-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.book .bible-chapter-content .bible-book-wrap .bible-books-chapters .bible-chapter-nav .book-current-chapter {
  padding: 0 5px;
}
.book .bible-chapter-content .bible-book-wrap .bible-books-chapters .bible-chapter-nav .book-current-chapter:before, .book .bible-chapter-content .bible-book-wrap .bible-books-chapters .bible-chapter-nav .book-current-chapter:after {
  content: "|";
  display: inline;
  font-size: 16px;
}
.book .bible-chapter-content .bible-book-wrap .bible-books-chapters .book-chapter-content h2 {
  font-size: 25px;
  font-weight: 800;
  color: #06254e;
  line-height: 35px;
  padding: 10px 0;
}
.book .bible-chapter-content .bible-book-wrap .bible-books-chapters .book-chapter-content sup {
  font-size: 13px;
  vertical-align: super;
  font-weight: bold;
}
.book .bible-chapter-content .bible-book-wrap .bible-books-chapters .book-chapter-content .first {
  font-size: 25px;
  vertical-align: middle;
}
.book .bible-chapter-content .bible-question {
  margin-bottom: 20px;
}
.book .bible-chapter-content .bible-question h2 {
  font-weight: 700;
}
.book .bible-verse-content .bible-book-wrap {
  /*padding-top: 30px;*/
  margin-top: 30px;
  border-top: 1px solid #ececec;
  /*padding-bottom: 50px;*/
  width: 100%;
}
@media (max-width: 768px) {
  .book .bible-verse-content .bible-book-wrap {
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    margin-top: 10px;
    border-top: 0;
  }
}
.book .bible-verse-content .bible-verses-wrap .verse-content-header {
  display: flex;
  flex-wrap: wrap;
}
.book .bible-verse-content .bible-verses-wrap .verse-content-header .verse-content-header-version {
  color: #707070;
  font-size: 13px;
  margin-left: 10px;
  margin-top: auto;
  bottom: 0;
  line-height: 30px;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters a {
  position: relative;
  font-weight: 500;
  color: #1252a6;
  line-height: 19px;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters a:first-of-type {
  margin-left: 0;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters a:last-of-type:after {
  display: none;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #ffc954;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters .bible-chapter-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters .bible-chapter-nav .book-current-chapter {
  padding: 0 5px;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters .bible-chapter-nav .book-current-chapter:before {
  content: "|";
  margin-right: 5px;
  display: inline;
  font-size: 16px;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters .bible-chapter-nav .book-current-chapter:after {
  content: "|";
  margin-left: 5px;
  display: inline;
  font-size: 16px;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters .book-chapter-verse-content {
  border-left: 5px solid #ffc954;
  padding: 20px 30px;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters .book-chapter-verse-content h3 {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .book .bible-verse-content .bible-verses-wrap .bible-books-chapters .book-chapter-verse-content h3 {
    font-size: 25px;
  }
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters .book-chapter-verse-content sup {
  font-size: 13px;
  vertical-align: super;
  font-weight: bold;
}
.book .bible-verse-content .bible-verses-wrap .bible-books-chapters .book-chapter-verse-content .first {
  font-size: 25px;
  vertical-align: middle;
}
.book .bible-verse-content .bible-future-content {
  margin-bottom: 20px;
}
.book .bible-verse-content .bible-future-content h2 {
  font-weight: 700;
}
.book .sidebar--mobile {
  display: none;
}
@media (max-width: 768px) {
  .book .sidebar--mobile {
    display: block;
  }
}
.book .sidebar--mobile .ads-1 {
  display: block;
  margin: 20px 0;
}

.bible-chapter-background ol {
  counter-reset: item;
}
.bible-chapter-background li {
  display: block;
}
.bible-chapter-background li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}
.bible-chapter-background ol {
  list-style: none;
  text-indent: -20px;
  margin-left: 20px;
}
.bible-chapter-background li {
  margin-bottom: 10px;
}
.bible-chapter-background ol li {
  font-weight: bold;
  font-size: 17px;
}
.bible-chapter-background ol li ol li {
  font-weight: normal;
}

.custom-sticky-ads {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  width: 100% !important;
  z-index: 2;
}
.custom-sticky-ads .sticky-close-btn {
  background-color: #1252a6;
  color: #fff;
  padding: 1px 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-sticky-ads .adsense {
  height: 90px;
  width: 100%;
  background-color: #ccc;
  position: relative;
}
.custom-sticky-ads .adsense iframe {
  height: 100% !important;
}

/** .code-block{
   background-color: #ccc;
} */
.code-block-default {
  margin: 0 !important;
}

.ads-wrap {
  margin-bottom: 30px;
}
.ads-wrap .adsbygoogle {
  width: 100%;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

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

.wp-caption {
  width: 100% !important;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  display: table;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

body #moove_gdpr_cookie_info_bar {
  padding: 18px 20px;
  border: 1px solid #000;
  border-radius: 0.25rem;
  bottom: 135px;
  left: 50%;
  max-width: 730px;
  transform: translateX(-50%);
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 0;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4 {
  color: #1252a6 !important;
  margin-bottom: 10px;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a {
  color: #1252a6 !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover {
  text-decoration: none;
}

.home section#column-content {
  margin-bottom: 65px;
}
.home section#column-content.content-column-v2 {
  margin-top: 65px;
}
.home section#spotlight {
  margin-bottom: 60px;
}

.songs.videos-section {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .category-list .btn-view-more {
    width: 100%;
  }
  .category-list .btn-view-more .btn {
    width: 100%;
  }

  .gdpr-infobar-visible {
    padding-bottom: 113px;
  }

  #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    width: 95%;
  }
}
@media (max-width: 573px) {
  .gdpr-infobar-visible {
    padding-bottom: 132px;
  }
}
@media (max-width: 480px) {
  .gdpr-infobar-visible {
    padding-bottom: 150px;
  }

  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4 {
    font-size: 17px;
  }
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a {
    font-size: 12px !important;
  }
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 12px;
  }
}
.download-link {
  position: relative;
  display: table;
  margin-bottom: 35px;
}
.download-link img {
  margin-bottom: 0 !important;
}
.download-link span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0C4DA2;
  display: table;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}

.download-link:hover span {
  opacity: 1;
}

.side-menu-wrap h3,
.bible-versions-widget h3 {
  font-size: 24px;
  padding-bottom: 3px;
  line-height: 29px;
  border-bottom: 4px solid #ffc954;
  margin-bottom: 20px;
}
.side-menu-wrap ul,
.bible-versions-widget ul {
  border-top: 1px solid #ececec;
}
.side-menu-wrap ul li a,
.bible-versions-widget ul li a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 15px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.side-menu-wrap ul li a:hover,
.bible-versions-widget ul li a:hover {
  background-color: #06254e;
  color: #fff;
}

.bible-versions-widget {
  margin-bottom: 45px;
}
.bible-versions-widget .bible-versions-wrap {
  border-top: 1px solid #ececec;
}
.bible-versions-widget .bible-versions-wrap .bible-version a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 15px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.bible-versions-widget .bible-versions-wrap .bible-version a:hover {
  background-color: #06254e;
  color: #fff;
}

.featured-wrap {
  margin-bottom: 30px;
}

.article-sidebar.right .ads-wrap {
  /** background-color: #ddd; */
}

.menu-wrap {
  margin-top: 10px;
}
.menu-wrap .menu {
  background-color: #1252a6;
}
.menu-wrap .menu ul {
  display: flex;
  justify-content: center;
}
.menu-wrap .menu ul li {
  margin-right: 10px;
}
.menu-wrap .menu ul li a {
  color: #fff;
  padding: 10px 9px;
  display: inline-block;
  font-size: 15px;
  position: relative;
  font-weight: bold;
}
.menu-wrap .menu ul li a:hover {
  color: #ffc954;
}
.menu-wrap .menu ul li a:after {
  content: "|";
  position: absolute;
  right: -5px;
  top: 9px;
  color: #fff !important;
}
.menu-wrap .menu ul li:last-child {
  margin-right: 0;
}
.menu-wrap .menu ul li:last-child a:after {
  content: "";
}

header .header--column .column--box .logo h1 {
  margin-left: 0;
}
header .header--column .column--box .logo img {
  margin-left: -7px;
}

.iframe-placeholder {
  min-height: 360px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.iframe-btn {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iframe-btn:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}

@media (max-width: 1240px) {
  body.active-header_js {
    overflow: auto;
  }

  .menu-wrap {
    display: none;
  }
  .menu-wrap .menu ul {
    display: table;
    width: 100%;
  }
  .menu-wrap .menu ul li {
    margin-right: 0;
  }
  .menu-wrap .menu ul li a:after {
    display: none;
  }
  .menu-wrap .menu ul li a {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
}
body .article-single .table-wrap {
  padding: 20px;
  border: solid 1px #ccc;
  border-top: solid 4px #1252a6;
  margin-bottom: 30px;
}
body .article-single .table-wrap .table-heading {
  margin-bottom: 0;
  line-height: normal;
  font-size: 21px;
  color: #242424;
  font-weight: 700;
}
body .article-single .table-wrap .links-wrap a {
  padding: 10px 0 0;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  padding-right: 10px;
  position: relative;
  color: #1252a6;
}
body .article-single .table-wrap .links-wrap a:after {
  content: "|";
  position: absolute;
  top: 9px;
  right: -2px;
  color: #1252a6;
}
body .article-single .table-wrap .links-wrap a:last-child:after {
  display: none;
}

.videos.videos-section {
  margin-bottom: 44px;
}

.bible-sidebar.right .votd-wrap {
  margin-top: 0;
  margin-bottom: 45px;
}
.bible-sidebar.right .side-menu-wrap,
.bible-sidebar.right .book-item-category {
  margin-bottom: 45px;
}
.bible-sidebar.right .ads-wrap {
  margin-bottom: 45px;
}
.bible-sidebar.right .ads-wrap:last-child {
  margin-bottom: 0;
}

.single .column.content-img-column .column--img {
  height: 195px;
}

.column .column--grid.arcticle-row {
  width: 100%;
}

.page-template-tpl-page-with-sidebar #container-with-sidebar {
  margin-top: 0;
}
.page-template-tpl-page-with-sidebar #container-with-sidebar .column--sidebar.right {
  display: table;
  margin-top: 0;
}
.page-template-tpl-page-with-sidebar #container-with-sidebar .column--sidebar.right .votd-wrap {
  margin-top: 0;
}
.page-template-tpl-page-with-sidebar #container-with-sidebar .column--sidebar.right .votd-wrap h3 {
  margin-top: 0;
}
.page-template-tpl-page-with-sidebar .generic-page {
  padding-top: 0;
}
.page-template-tpl-page-with-sidebar .column-grid-wrap .left p {
  margin-bottom: 20px;
}
.page-template-tpl-page-with-sidebar .column-grid-wrap .left h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-template-tpl-page-with-sidebar .column-grid-wrap .left h2 a {
  color: #242424;
}
.page-template-tpl-page-with-sidebar .column-grid-wrap .left h2 a:hover {
  color: #1252a6;
}

@media (min-width: 1099px) {
  .article-single .article-column {
    display: grid;
    grid-auto-flow: column;
  }
  .article-single .article-column .article-sidebar {
    position: relative;
  }

  .stick-child {
    position: fixed !important;
    top: 1%;
    width: 300px;
  }

  .stick-child.stop {
    position: absolute !important;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-template-tpl-page-with-sidebar #container-with-sidebar .column--sidebar.right {
    margin-top: 45px;
  }
}

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