@charset "UTF-8";
.mar-right-10 {
  margin-right: 10px;
}

.mar-right-20 {
  margin-right: 20px;
}

.mar-right-30 {
  margin-right: 30px;
}

.mar-right-40 {
  margin-right: 40px;
}

.mar-right-50 {
  margin-right: 50px;
}

.mar-left-10 {
  margin-left: 10px;
}

.mar-left-20 {
  margin-left: 20px;
}

.mar-left-30 {
  margin-left: 30px;
}

.mar-left-40 {
  margin-left: 40px;
}

.mar-left-50 {
  margin-left: 50px;
}

.mar-top-10 {
  margin-top: 10px;
}

.mar-top-20 {
  margin-top: 20px;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-top-40 {
  margin-top: 40px;
}

.mar-top-50 {
  margin-top: 50px;
}

.mar-bottom-10 {
  margin-bottom: 10px;
}

.mar-bottom-20 {
  margin-bottom: 20px;
}

.mar-bottom-30 {
  margin-bottom: 30px;
}

.mar-bottom-40 {
  margin-bottom: 40px;
}

.mar-bottom-50 {
  margin-bottom: 50px;
}

.mar-bottom-60 {
  margin-bottom: 60px;
}

.mar-bottom-70 {
  margin-bottom: 70px;
}

.mar-bottom-80 {
  margin-bottom: 80px;
}

.mar-bottom-90 {
  margin-bottom: 90px;
}

.mar-bottom-100 {
  margin-bottom: 100px;
}

.pad-right-10 {
  padding-right: 10px;
}

.pad-right-20 {
  padding-right: 20px;
}

.pad-right-30 {
  padding-right: 30px;
}

.pad-right-40 {
  padding-right: 40px;
}

.pad-right-50 {
  padding-right: 50px;
}

/*
Variables
*/
/*----Coloress----*/
/*------------------------------------------------------------------------------Detail breakpoint*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
#ripley-gamer {
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

#ripley-gamer .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

#ripley-gamer .animated.bounceIn,
#ripley-gamer .animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

#ripley-gamer .animated.flipOutX,
#ripley-gamer .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -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 {
  0%, 20%, 53%, 80%, 100% {
    -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);
  }
}

#ripley-gamer .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

#ripley-gamer .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#ripley-gamer .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#ripley-gamer .rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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);
  }
}

#ripley-gamer .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

#ripley-gamer .swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#ripley-gamer .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes jello {
  11.1% {
    -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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#ripley-gamer .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  visibility: visible !important;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  visibility: visible !important;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  visibility: visible !important;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  visibility: visible !important;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#ripley-gamer .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  visibility: visible !important;
}

@-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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

#ripley-gamer .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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

#ripley-gamer .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

#ripley-gamer .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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

#ripley-gamer .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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

#ripley-gamer .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#ripley-gamer .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#ripley-gamer .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

#ripley-gamer .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

#ripley-gamer .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#ripley-gamer .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

#ripley-gamer .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

#ripley-gamer .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

#ripley-gamer .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

#ripley-gamer .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

#ripley-gamer .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

#ripley-gamer .animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

#ripley-gamer .flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

#ripley-gamer .flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

#ripley-gamer .flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

#ripley-gamer .flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -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;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-gamer .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

#ripley-gamer .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-gamer .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-gamer .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-gamer .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-gamer .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-gamer .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

#ripley-gamer .rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

#ripley-gamer .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

#ripley-gamer .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

#ripley-gamer .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

#ripley-gamer .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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

#ripley-gamer .hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#ripley-gamer .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

#ripley-gamer .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

#ripley-gamer .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    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 {
  0% {
    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);
  }
}

#ripley-gamer .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  visibility: visible !important;
}

@-webkit-keyframes zoomInLeft {
  0% {
    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 {
  0% {
    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);
  }
}

#ripley-gamer .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    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 {
  0% {
    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);
  }
}

#ripley-gamer .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    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 {
  0% {
    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);
  }
}

#ripley-gamer .zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

#ripley-gamer .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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
}

#ripley-gamer .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);
  }
  100% {
    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);
  }
  100% {
    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;
  }
}

#ripley-gamer .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);
  }
  100% {
    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);
  }
  100% {
    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;
  }
}

#ripley-gamer .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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
}

#ripley-gamer .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#ripley-gamer .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#ripley-gamer .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#ripley-gamer .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#ripley-gamer .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

#ripley-gamer .slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#ripley-gamer .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

#ripley-gamer .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

#ripley-gamer .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

#ripley-gamer {
  /*** print*/
}

#ripley-gamer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#ripley-gamer article, #ripley-gamer aside, #ripley-gamer details, #ripley-gamer figcaption, #ripley-gamer figure, #ripley-gamer footer, #ripley-gamer header, #ripley-gamer hgroup, #ripley-gamer main, #ripley-gamer nav, #ripley-gamer section, #ripley-gamer summary {
  display: block;
}

#ripley-gamer audio, #ripley-gamer canvas, #ripley-gamer video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#ripley-gamer audio:not([controls]) {
  display: none;
  height: 0;
}

#ripley-gamer [hidden] {
  display: none;
}

#ripley-gamer html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#ripley-gamer button, #ripley-gamer html, #ripley-gamer input, #ripley-gamer select, #ripley-gamer textarea {
  font-family: sans-serif;
}

#ripley-gamer body {
  margin: 0;
}

#ripley-gamer a:focus {
  outline: thin dotted;
}

#ripley-gamer a:active, #ripley-gamer a:hover {
  outline: 0;
}

#ripley-gamer h1 {
  font-size: 2em;
}

#ripley-gamer h2 {
  font-size: 1.5em;
}

#ripley-gamer h3 {
  font-size: 1.17em;
}

#ripley-gamer h4 {
  font-size: 1em;
}

#ripley-gamer h5 {
  font-size: .83em;
}

#ripley-gamer h6 {
  font-size: .67em;
}

#ripley-gamer b, #ripley-gamer strong {
  font-weight: 700;
}

#ripley-gamer dfn {
  font-style: italic;
}

#ripley-gamer hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

#ripley-gamer mark {
  background: #ff0;
  color: #000;
}

#ripley-gamer p, #ripley-gamer pre {
  margin: 0 0 1rem;
}

#ripley-gamer code, #ripley-gamer kbd, #ripley-gamer pre, #ripley-gamer samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

#ripley-gamer pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#ripley-gamer q {
  quotes: none;
}

#ripley-gamer q:after, #ripley-gamer q:before {
  content: '';
  content: none;
}

#ripley-gamer small {
  font-size: 80%;
}

#ripley-gamer sub, #ripley-gamer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#ripley-gamer sup {
  top: -.5em;
}

#ripley-gamer sub {
  bottom: -.25em;
}

#ripley-gamer dl, #ripley-gamer menu, #ripley-gamer ol, #ripley-gamer ul {
  margin: 0;
}

#ripley-gamer dd {
  margin: 0 0 0 40px;
}

#ripley-gamer menu, #ripley-gamer ol, #ripley-gamer ul {
  padding: 0;
}

#ripley-gamer nav ol, #ripley-gamer nav ul {
  list-style: none;
  list-style-image: none;
}

#ripley-gamer img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#ripley-gamer svg:not(:root) {
  overflow: hidden;
}

#ripley-gamer figure, #ripley-gamer form {
  margin: 0;
}

#ripley-gamer button, #ripley-gamer input, #ripley-gamer select, #ripley-gamer textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

#ripley-gamer button, #ripley-gamer input {
  line-height: normal;
}

#ripley-gamer button, #ripley-gamer select {
  text-transform: none;
}

#ripley-gamer button, #ripley-gamer html input[type="button"], #ripley-gamer input[type="reset"], #ripley-gamer input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

#ripley-gamer button[disabled], #ripley-gamer html input[disabled] {
  cursor: not-allowed;
}

#ripley-gamer input[type="checkbox"], #ripley-gamer input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

#ripley-gamer input[type="search"] {
  -webkit-appearance: textfield;
}

#ripley-gamer input[type="search"]::-webkit-search-cancel-button, #ripley-gamer input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#ripley-gamer button::-moz-focus-inner, #ripley-gamer input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#ripley-gamer textarea {
  overflow: auto;
  vertical-align: top;
}

#ripley-gamer table {
  border-collapse: collapse;
  border-spacing: 0;
}

#ripley-gamer button, #ripley-gamer html, #ripley-gamer input, #ripley-gamer select, #ripley-gamer textarea {
  color: #222;
}

#ripley-gamer body {
  font-size: 1em;
  line-height: 1.5;
}

#ripley-gamer ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

#ripley-gamer ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

#ripley-gamer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

#ripley-gamer img {
  vertical-align: middle;
}

#ripley-gamer fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#ripley-gamer textarea {
  resize: vertical;
}

#ripley-gamer .chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

#ripley-gamer pre {
  overflow: auto;
}

#ripley-gamer code, #ripley-gamer kbd, #ripley-gamer pre, #ripley-gamer samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

#ripley-gamer code,
#ripley-gamer kbd,
#ripley-gamer pre,
#ripley-gamer samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#ripley-gamer code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

#ripley-gamer kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#ripley-gamer pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

#ripley-gamer pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

@media print {
  #ripley-gamer * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #ripley-gamer a, #ripley-gamer a:visited {
    text-decoration: underline;
  }
  #ripley-gamer a[href]:after {
    content: " (" attr(href) ")";
  }
  #ripley-gamer abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #ripley-gamer .ir a:after, #ripley-gamer a[href^="javascript:"]:after, #ripley-gamer a[href^="#"]:after {
    content: "";
  }
  #ripley-gamer blockquote, #ripley-gamer pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #ripley-gamer thead {
    display: table-header-group;
  }
  #ripley-gamer img, #ripley-gamer tr {
    page-break-inside: avoid;
  }
  #ripley-gamer img {
    max-width: 100% !important;
  }
  @page {
    #ripley-gamer {
      margin: .5cm;
    }
  }
  #ripley-gamer h2, #ripley-gamer h3, #ripley-gamer p {
    orphans: 3;
    widows: 3;
  }
  #ripley-gamer h2, #ripley-gamer h3 {
    page-break-after: avoid;
  }
}

#ripley-gamer .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #ripley-gamer .container {
    width: 750px;
  }
  #ripley-gamer .container.max-1200 {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #ripley-gamer .container {
    width: 970px;
  }
  #ripley-gamer .container.max-1200 {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #ripley-gamer .container {
    width: 1110px;
  }
  #ripley-gamer .container.max-1200 {
    width: 1200px;
  }
}

#ripley-gamer .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#ripley-gamer .container-fluid.no-pad {
  padding: 0;
}

#ripley-gamer .row {
  margin-left: -15px;
  margin-right: -15px;
}

#ripley-gamer .row.max-870 {
  max-width: 870px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

#ripley-gamer .row.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

#ripley-gamer .row.gutter-10 .col-xs-1, #ripley-gamer .row.gutter-10 .col-sm-1, #ripley-gamer .row.gutter-10 .col-md-1, #ripley-gamer .row.gutter-10 .col-lg-1, #ripley-gamer .row.gutter-10 .col-xs-2, #ripley-gamer .row.gutter-10 .col-sm-2, #ripley-gamer .row.gutter-10 .col-md-2, #ripley-gamer .row.gutter-10 .col-lg-2, #ripley-gamer .row.gutter-10 .col-xs-3, #ripley-gamer .row.gutter-10 .col-sm-3, #ripley-gamer .row.gutter-10 .col-md-3, #ripley-gamer .row.gutter-10 .col-lg-3, #ripley-gamer .row.gutter-10 .col-xs-4, #ripley-gamer .row.gutter-10 .col-sm-4, #ripley-gamer .row.gutter-10 .col-md-4, #ripley-gamer .row.gutter-10 .col-lg-4, #ripley-gamer .row.gutter-10 .col-xs-5, #ripley-gamer .row.gutter-10 .col-sm-5, #ripley-gamer .row.gutter-10 .col-md-5, #ripley-gamer .row.gutter-10 .col-lg-5, #ripley-gamer .row.gutter-10 .col-xs-6, #ripley-gamer .row.gutter-10 .col-sm-6, #ripley-gamer .row.gutter-10 .col-md-6, #ripley-gamer .row.gutter-10 .col-lg-6, #ripley-gamer .row.gutter-10 .col-xs-7, #ripley-gamer .row.gutter-10 .col-sm-7, #ripley-gamer .row.gutter-10 .col-md-7, #ripley-gamer .row.gutter-10 .col-lg-7, #ripley-gamer .row.gutter-10 .col-xs-8, #ripley-gamer .row.gutter-10 .col-sm-8, #ripley-gamer .row.gutter-10 .col-md-8, #ripley-gamer .row.gutter-10 .col-lg-8, #ripley-gamer .row.gutter-10 .col-xs-9, #ripley-gamer .row.gutter-10 .col-sm-9, #ripley-gamer .row.gutter-10 .col-md-9, #ripley-gamer .row.gutter-10 .col-lg-9, #ripley-gamer .row.gutter-10 .col-xs-10, #ripley-gamer .row.gutter-10 .col-sm-10, #ripley-gamer .row.gutter-10 .col-md-10, #ripley-gamer .row.gutter-10 .col-lg-10, #ripley-gamer .row.gutter-10 .col-xs-11, #ripley-gamer .row.gutter-10 .col-sm-11, #ripley-gamer .row.gutter-10 .col-md-11, #ripley-gamer .row.gutter-10 .col-lg-11, #ripley-gamer .row.gutter-10 .col-xs-12, #ripley-gamer .row.gutter-10 .col-sm-12, #ripley-gamer .row.gutter-10 .col-md-12, #ripley-gamer .row.gutter-10 .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

#ripley-gamer .col-xs-1, #ripley-gamer .col-sm-1, #ripley-gamer .col-md-1, #ripley-gamer .col-lg-1, #ripley-gamer .col-xs-2, #ripley-gamer .col-sm-2, #ripley-gamer .col-md-2, #ripley-gamer .col-lg-2, #ripley-gamer .col-xs-3, #ripley-gamer .col-sm-3, #ripley-gamer .col-md-3, #ripley-gamer .col-lg-3, #ripley-gamer .col-xs-4, #ripley-gamer .col-sm-4, #ripley-gamer .col-md-4, #ripley-gamer .col-lg-4, #ripley-gamer .col-xs-5, #ripley-gamer .col-sm-5, #ripley-gamer .col-md-5, #ripley-gamer .col-lg-5, #ripley-gamer .col-xs-6, #ripley-gamer .col-sm-6, #ripley-gamer .col-md-6, #ripley-gamer .col-lg-6, #ripley-gamer .col-xs-7, #ripley-gamer .col-sm-7, #ripley-gamer .col-md-7, #ripley-gamer .col-lg-7, #ripley-gamer .col-xs-8, #ripley-gamer .col-sm-8, #ripley-gamer .col-md-8, #ripley-gamer .col-lg-8, #ripley-gamer .col-xs-9, #ripley-gamer .col-sm-9, #ripley-gamer .col-md-9, #ripley-gamer .col-lg-9, #ripley-gamer .col-xs-10, #ripley-gamer .col-sm-10, #ripley-gamer .col-md-10, #ripley-gamer .col-lg-10, #ripley-gamer .col-xs-11, #ripley-gamer .col-sm-11, #ripley-gamer .col-md-11, #ripley-gamer .col-lg-11, #ripley-gamer .col-xs-12, #ripley-gamer .col-sm-12, #ripley-gamer .col-md-12, #ripley-gamer .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#ripley-gamer .col-xs-1, #ripley-gamer .col-xs-2, #ripley-gamer .col-xs-3, #ripley-gamer .col-xs-4, #ripley-gamer .col-xs-5, #ripley-gamer .col-xs-6, #ripley-gamer .col-xs-7, #ripley-gamer .col-xs-8, #ripley-gamer .col-xs-9, #ripley-gamer .col-xs-10, #ripley-gamer .col-xs-11, #ripley-gamer .col-xs-12 {
  float: left;
}

#ripley-gamer .col-xs-12 {
  width: 100%;
}

#ripley-gamer .col-xs-11 {
  width: 91.66666667%;
}

#ripley-gamer .col-xs-10 {
  width: 83.33333333%;
}

#ripley-gamer .col-xs-9 {
  width: 75%;
}

#ripley-gamer .col-xs-8 {
  width: 66.66666667%;
}

#ripley-gamer .col-xs-7 {
  width: 58.33333333%;
}

#ripley-gamer .col-xs-6 {
  width: 50%;
}

#ripley-gamer .col-xs-5 {
  width: 41.66666667%;
}

#ripley-gamer .col-xs-4 {
  width: 33.33333333%;
}

#ripley-gamer .col-xs-3 {
  width: 25%;
}

#ripley-gamer .col-xs-2 {
  width: 16.66666667%;
}

#ripley-gamer .col-xs-1 {
  width: 8.33333333%;
}

#ripley-gamer .col-xs-pull-12 {
  right: 100%;
}

#ripley-gamer .col-xs-pull-11 {
  right: 91.66666667%;
}

#ripley-gamer .col-xs-pull-10 {
  right: 83.33333333%;
}

#ripley-gamer .col-xs-pull-9 {
  right: 75%;
}

#ripley-gamer .col-xs-pull-8 {
  right: 66.66666667%;
}

#ripley-gamer .col-xs-pull-7 {
  right: 58.33333333%;
}

#ripley-gamer .col-xs-pull-6 {
  right: 50%;
}

#ripley-gamer .col-xs-pull-5 {
  right: 41.66666667%;
}

#ripley-gamer .col-xs-pull-4 {
  right: 33.33333333%;
}

#ripley-gamer .col-xs-pull-3 {
  right: 25%;
}

#ripley-gamer .col-xs-pull-2 {
  right: 16.66666667%;
}

#ripley-gamer .col-xs-pull-1 {
  right: 8.33333333%;
}

#ripley-gamer .col-xs-pull-0 {
  right: auto;
}

#ripley-gamer .col-xs-push-12 {
  left: 100%;
}

#ripley-gamer .col-xs-push-11 {
  left: 91.66666667%;
}

#ripley-gamer .col-xs-push-10 {
  left: 83.33333333%;
}

#ripley-gamer .col-xs-push-9 {
  left: 75%;
}

#ripley-gamer .col-xs-push-8 {
  left: 66.66666667%;
}

#ripley-gamer .col-xs-push-7 {
  left: 58.33333333%;
}

#ripley-gamer .col-xs-push-6 {
  left: 50%;
}

#ripley-gamer .col-xs-push-5 {
  left: 41.66666667%;
}

#ripley-gamer .col-xs-push-4 {
  left: 33.33333333%;
}

#ripley-gamer .col-xs-push-3 {
  left: 25%;
}

#ripley-gamer .col-xs-push-2 {
  left: 16.66666667%;
}

#ripley-gamer .col-xs-push-1 {
  left: 8.33333333%;
}

#ripley-gamer .col-xs-push-0 {
  left: auto;
}

#ripley-gamer .col-xs-offset-12 {
  margin-left: 100%;
}

#ripley-gamer .col-xs-offset-11 {
  margin-left: 91.66666667%;
}

#ripley-gamer .col-xs-offset-10 {
  margin-left: 83.33333333%;
}

#ripley-gamer .col-xs-offset-9 {
  margin-left: 75%;
}

#ripley-gamer .col-xs-offset-8 {
  margin-left: 66.66666667%;
}

#ripley-gamer .col-xs-offset-7 {
  margin-left: 58.33333333%;
}

#ripley-gamer .col-xs-offset-6 {
  margin-left: 50%;
}

#ripley-gamer .col-xs-offset-5 {
  margin-left: 41.66666667%;
}

#ripley-gamer .col-xs-offset-4 {
  margin-left: 33.33333333%;
}

#ripley-gamer .col-xs-offset-3 {
  margin-left: 25%;
}

#ripley-gamer .col-xs-offset-2 {
  margin-left: 16.66666667%;
}

#ripley-gamer .col-xs-offset-1 {
  margin-left: 8.33333333%;
}

#ripley-gamer .col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  #ripley-gamer .col-sm-1, #ripley-gamer .col-sm-2, #ripley-gamer .col-sm-3, #ripley-gamer .col-sm-4, #ripley-gamer .col-sm-5, #ripley-gamer .col-sm-6, #ripley-gamer .col-sm-7, #ripley-gamer .col-sm-8, #ripley-gamer .col-sm-9, #ripley-gamer .col-sm-10, #ripley-gamer .col-sm-11, #ripley-gamer .col-sm-12 {
    float: left;
  }
  #ripley-gamer .col-sm-12 {
    width: 100%;
  }
  #ripley-gamer .col-sm-11 {
    width: 91.66666667%;
  }
  #ripley-gamer .col-sm-10 {
    width: 83.33333333%;
  }
  #ripley-gamer .col-sm-9 {
    width: 75%;
  }
  #ripley-gamer .col-sm-8 {
    width: 66.66666667%;
  }
  #ripley-gamer .col-sm-7 {
    width: 58.33333333%;
  }
  #ripley-gamer .col-sm-6 {
    width: 50%;
  }
  #ripley-gamer .col-sm-5 {
    width: 41.66666667%;
  }
  #ripley-gamer .col-sm-4 {
    width: 33.33333333%;
  }
  #ripley-gamer .col-sm-3 {
    width: 25%;
  }
  #ripley-gamer .col-sm-2 {
    width: 16.66666667%;
  }
  #ripley-gamer .col-sm-1 {
    width: 8.33333333%;
  }
  #ripley-gamer .col-sm-pull-12 {
    right: 100%;
  }
  #ripley-gamer .col-sm-pull-11 {
    right: 91.66666667%;
  }
  #ripley-gamer .col-sm-pull-10 {
    right: 83.33333333%;
  }
  #ripley-gamer .col-sm-pull-9 {
    right: 75%;
  }
  #ripley-gamer .col-sm-pull-8 {
    right: 66.66666667%;
  }
  #ripley-gamer .col-sm-pull-7 {
    right: 58.33333333%;
  }
  #ripley-gamer .col-sm-pull-6 {
    right: 50%;
  }
  #ripley-gamer .col-sm-pull-5 {
    right: 41.66666667%;
  }
  #ripley-gamer .col-sm-pull-4 {
    right: 33.33333333%;
  }
  #ripley-gamer .col-sm-pull-3 {
    right: 25%;
  }
  #ripley-gamer .col-sm-pull-2 {
    right: 16.66666667%;
  }
  #ripley-gamer .col-sm-pull-1 {
    right: 8.33333333%;
  }
  #ripley-gamer .col-sm-pull-0 {
    right: auto;
  }
  #ripley-gamer .col-sm-push-12 {
    left: 100%;
  }
  #ripley-gamer .col-sm-push-11 {
    left: 91.66666667%;
  }
  #ripley-gamer .col-sm-push-10 {
    left: 83.33333333%;
  }
  #ripley-gamer .col-sm-push-9 {
    left: 75%;
  }
  #ripley-gamer .col-sm-push-8 {
    left: 66.66666667%;
  }
  #ripley-gamer .col-sm-push-7 {
    left: 58.33333333%;
  }
  #ripley-gamer .col-sm-push-6 {
    left: 50%;
  }
  #ripley-gamer .col-sm-push-5 {
    left: 41.66666667%;
  }
  #ripley-gamer .col-sm-push-4 {
    left: 33.33333333%;
  }
  #ripley-gamer .col-sm-push-3 {
    left: 25%;
  }
  #ripley-gamer .col-sm-push-2 {
    left: 16.66666667%;
  }
  #ripley-gamer .col-sm-push-1 {
    left: 8.33333333%;
  }
  #ripley-gamer .col-sm-push-0 {
    left: auto;
  }
  #ripley-gamer .col-sm-offset-12 {
    margin-left: 100%;
  }
  #ripley-gamer .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  #ripley-gamer .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  #ripley-gamer .col-sm-offset-9 {
    margin-left: 75%;
  }
  #ripley-gamer .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  #ripley-gamer .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  #ripley-gamer .col-sm-offset-6 {
    margin-left: 50%;
  }
  #ripley-gamer .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  #ripley-gamer .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  #ripley-gamer .col-sm-offset-3 {
    margin-left: 25%;
  }
  #ripley-gamer .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  #ripley-gamer .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  #ripley-gamer .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  #ripley-gamer .col-md-1, #ripley-gamer .col-md-2, #ripley-gamer .col-md-3, #ripley-gamer .col-md-4, #ripley-gamer .col-md-5, #ripley-gamer .col-md-6, #ripley-gamer .col-md-7, #ripley-gamer .col-md-8, #ripley-gamer .col-md-9, #ripley-gamer .col-md-10, #ripley-gamer .col-md-11, #ripley-gamer .col-md-12 {
    float: left;
  }
  #ripley-gamer .col-md-12 {
    width: 100%;
  }
  #ripley-gamer .col-md-11 {
    width: 91.66666667%;
  }
  #ripley-gamer .col-md-10 {
    width: 83.33333333%;
  }
  #ripley-gamer .col-md-9 {
    width: 75%;
  }
  #ripley-gamer .col-md-8 {
    width: 66.66666667%;
  }
  #ripley-gamer .col-md-7 {
    width: 58.33333333%;
  }
  #ripley-gamer .col-md-6 {
    width: 50%;
  }
  #ripley-gamer .col-md-5 {
    width: 41.66666667%;
  }
  #ripley-gamer .col-md-4 {
    width: 33.33333333%;
  }
  #ripley-gamer .col-md-3 {
    width: 25%;
  }
  #ripley-gamer .col-md-2 {
    width: 16.66666667%;
  }
  #ripley-gamer .col-md-1 {
    width: 8.33333333%;
  }
  #ripley-gamer .col-md-pull-12 {
    right: 100%;
  }
  #ripley-gamer .col-md-pull-11 {
    right: 91.66666667%;
  }
  #ripley-gamer .col-md-pull-10 {
    right: 83.33333333%;
  }
  #ripley-gamer .col-md-pull-9 {
    right: 75%;
  }
  #ripley-gamer .col-md-pull-8 {
    right: 66.66666667%;
  }
  #ripley-gamer .col-md-pull-7 {
    right: 58.33333333%;
  }
  #ripley-gamer .col-md-pull-6 {
    right: 50%;
  }
  #ripley-gamer .col-md-pull-5 {
    right: 41.66666667%;
  }
  #ripley-gamer .col-md-pull-4 {
    right: 33.33333333%;
  }
  #ripley-gamer .col-md-pull-3 {
    right: 25%;
  }
  #ripley-gamer .col-md-pull-2 {
    right: 16.66666667%;
  }
  #ripley-gamer .col-md-pull-1 {
    right: 8.33333333%;
  }
  #ripley-gamer .col-md-pull-0 {
    right: auto;
  }
  #ripley-gamer .col-md-push-12 {
    left: 100%;
  }
  #ripley-gamer .col-md-push-11 {
    left: 91.66666667%;
  }
  #ripley-gamer .col-md-push-10 {
    left: 83.33333333%;
  }
  #ripley-gamer .col-md-push-9 {
    left: 75%;
  }
  #ripley-gamer .col-md-push-8 {
    left: 66.66666667%;
  }
  #ripley-gamer .col-md-push-7 {
    left: 58.33333333%;
  }
  #ripley-gamer .col-md-push-6 {
    left: 50%;
  }
  #ripley-gamer .col-md-push-5 {
    left: 41.66666667%;
  }
  #ripley-gamer .col-md-push-4 {
    left: 33.33333333%;
  }
  #ripley-gamer .col-md-push-3 {
    left: 25%;
  }
  #ripley-gamer .col-md-push-2 {
    left: 16.66666667%;
  }
  #ripley-gamer .col-md-push-1 {
    left: 8.33333333%;
  }
  #ripley-gamer .col-md-push-0 {
    left: auto;
  }
  #ripley-gamer .col-md-offset-12 {
    margin-left: 100%;
  }
  #ripley-gamer .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  #ripley-gamer .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  #ripley-gamer .col-md-offset-9 {
    margin-left: 75%;
  }
  #ripley-gamer .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  #ripley-gamer .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  #ripley-gamer .col-md-offset-6 {
    margin-left: 50%;
  }
  #ripley-gamer .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  #ripley-gamer .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  #ripley-gamer .col-md-offset-3 {
    margin-left: 25%;
  }
  #ripley-gamer .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  #ripley-gamer .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  #ripley-gamer .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  #ripley-gamer .col-lg-1, #ripley-gamer .col-lg-2, #ripley-gamer .col-lg-3, #ripley-gamer .col-lg-4, #ripley-gamer .col-lg-5, #ripley-gamer .col-lg-6, #ripley-gamer .col-lg-7, #ripley-gamer .col-lg-8, #ripley-gamer .col-lg-9, #ripley-gamer .col-lg-10, #ripley-gamer .col-lg-11, #ripley-gamer .col-lg-12 {
    float: left;
  }
  #ripley-gamer .col-lg-12 {
    width: 100%;
  }
  #ripley-gamer .col-lg-11 {
    width: 91.66666667%;
  }
  #ripley-gamer .col-lg-10 {
    width: 83.33333333%;
  }
  #ripley-gamer .col-lg-9 {
    width: 75%;
  }
  #ripley-gamer .col-lg-8 {
    width: 66.66666667%;
  }
  #ripley-gamer .col-lg-7 {
    width: 58.33333333%;
  }
  #ripley-gamer .col-lg-6 {
    width: 50%;
  }
  #ripley-gamer .col-lg-5 {
    width: 41.66666667%;
  }
  #ripley-gamer .col-lg-4 {
    width: 33.33333333%;
  }
  #ripley-gamer .col-lg-3 {
    width: 25%;
  }
  #ripley-gamer .col-lg-2 {
    width: 16.66666667%;
  }
  #ripley-gamer .col-lg-1 {
    width: 8.33333333%;
  }
  #ripley-gamer .col-lg-pull-12 {
    right: 100%;
  }
  #ripley-gamer .col-lg-pull-11 {
    right: 91.66666667%;
  }
  #ripley-gamer .col-lg-pull-10 {
    right: 83.33333333%;
  }
  #ripley-gamer .col-lg-pull-9 {
    right: 75%;
  }
  #ripley-gamer .col-lg-pull-8 {
    right: 66.66666667%;
  }
  #ripley-gamer .col-lg-pull-7 {
    right: 58.33333333%;
  }
  #ripley-gamer .col-lg-pull-6 {
    right: 50%;
  }
  #ripley-gamer .col-lg-pull-5 {
    right: 41.66666667%;
  }
  #ripley-gamer .col-lg-pull-4 {
    right: 33.33333333%;
  }
  #ripley-gamer .col-lg-pull-3 {
    right: 25%;
  }
  #ripley-gamer .col-lg-pull-2 {
    right: 16.66666667%;
  }
  #ripley-gamer .col-lg-pull-1 {
    right: 8.33333333%;
  }
  #ripley-gamer .col-lg-pull-0 {
    right: auto;
  }
  #ripley-gamer .col-lg-push-12 {
    left: 100%;
  }
  #ripley-gamer .col-lg-push-11 {
    left: 91.66666667%;
  }
  #ripley-gamer .col-lg-push-10 {
    left: 83.33333333%;
  }
  #ripley-gamer .col-lg-push-9 {
    left: 75%;
  }
  #ripley-gamer .col-lg-push-8 {
    left: 66.66666667%;
  }
  #ripley-gamer .col-lg-push-7 {
    left: 58.33333333%;
  }
  #ripley-gamer .col-lg-push-6 {
    left: 50%;
  }
  #ripley-gamer .col-lg-push-5 {
    left: 41.66666667%;
  }
  #ripley-gamer .col-lg-push-4 {
    left: 33.33333333%;
  }
  #ripley-gamer .col-lg-push-3 {
    left: 25%;
  }
  #ripley-gamer .col-lg-push-2 {
    left: 16.66666667%;
  }
  #ripley-gamer .col-lg-push-1 {
    left: 8.33333333%;
  }
  #ripley-gamer .col-lg-push-0 {
    left: auto;
  }
  #ripley-gamer .col-lg-offset-12 {
    margin-left: 100%;
  }
  #ripley-gamer .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  #ripley-gamer .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  #ripley-gamer .col-lg-offset-9 {
    margin-left: 75%;
  }
  #ripley-gamer .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  #ripley-gamer .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  #ripley-gamer .col-lg-offset-6 {
    margin-left: 50%;
  }
  #ripley-gamer .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  #ripley-gamer .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  #ripley-gamer .col-lg-offset-3 {
    margin-left: 25%;
  }
  #ripley-gamer .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  #ripley-gamer .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  #ripley-gamer .col-lg-offset-0 {
    margin-left: 0%;
  }
}

#ripley-gamer .clearfix:before,
#ripley-gamer .clearfix:after,
#ripley-gamer .container:before,
#ripley-gamer .container:after,
#ripley-gamer .container-fluid:before,
#ripley-gamer .container-fluid:after,
#ripley-gamer .row:before,
#ripley-gamer .row:after {
  content: " ";
  display: table;
}

#ripley-gamer .clearfix:after,
#ripley-gamer .container:after,
#ripley-gamer .container-fluid:after,
#ripley-gamer .row:after {
  clear: both;
}

#ripley-gamer .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#ripley-gamer .pull-right {
  float: right !important;
}

#ripley-gamer .pull-left {
  float: left !important;
}

#ripley-gamer .hide {
  display: none !important;
}

#ripley-gamer .show {
  display: block !important;
}

#ripley-gamer .invisible {
  visibility: hidden;
}

#ripley-gamer .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

#ripley-gamer .hidden {
  display: none !important;
}

#ripley-gamer .affix {
  position: fixed;
}

@font-face {
  font-family: 'montserrat';
  src: url("fonts/montserrat-ultralight-webfont.eot");
  src: url("fonts/montserrat-ultralight-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-ultralight-webfont.woff2") format("woff2"), url("fonts/montserrat-ultralight-webfont.woff") format("woff"), url("fonts/montserrat-ultralight-webfont.ttf") format("truetype"), url("fonts/montserrat-ultralight-webfont.svg#montserratultra_light") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("fonts/montserrat-light-webfont.eot");
  src: url("fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-light-webfont.woff2") format("woff2"), url("fonts/montserrat-light-webfont.woff") format("woff"), url("fonts/montserrat-light-webfont.ttf") format("truetype"), url("fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("fonts/montserrat-regular-webfont.eot");
  src: url("fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff"), url("fonts/montserrat-regular-webfont.ttf") format("truetype"), url("fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("fonts/montserrat-semibold-webfont.eot");
  src: url("fonts/montserrat-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("fonts/montserrat-semibold-webfont.woff") format("woff"), url("fonts/montserrat-semibold-webfont.ttf") format("truetype"), url("fonts/montserrat-semibold-webfont.svg#montserratsemi_bold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("fonts/montserrat-bold-webfont.eot");
  src: url("fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff"), url("fonts/montserrat-bold-webfont.ttf") format("truetype"), url("fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("fonts/montserrat-extrabold-webfont.eot");
  src: url("fonts/montserrat-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("fonts/montserrat-extrabold-webfont.woff") format("woff"), url("fonts/montserrat-extrabold-webfont.ttf") format("truetype"), url("fonts/montserrat-extrabold-webfont.svg#montserratextra_bold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("fonts/montserrat-black-webfont.eot");
  src: url("/fonts/montserrat-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-black-webfont.woff2") format("woff2"), url("fonts/montserrat-black-webfont.woff") format("woff"), url("fonts/montserrat-black-webfont.ttf") format("truetype"), url("fonts/montserrat-black-webfont.svg#montserratblack") format("svg");
  font-weight: 900;
  font-style: normal;
}

/*
Generales
*/
body {
  margin: 0;
}

#ripley-gamer {
  overflow-x: hidden;
  color: #fff;
  /*
  Auxiliares
  */
  /*------------------------------------------------------------------------------  Fade In  */
  /*------------------------------------------------------------------------------Media queris */
}

#ripley-gamer *:focus {
  outline: none;
}

#ripley-gamer button {
  font-family: "montserrat", sans-serif, "Arial";
}

#ripley-gamer ul {
  margin-left: 0;
}

#ripley-gamer ol li {
  margin: 25px;
}

#ripley-gamer .only-on-mobile {
  display: none !important;
}

#ripley-gamer .full {
  width: 100%;
}

#ripley-gamer .to-the-left, #ripley-gamer .to-left {
  float: left;
}

#ripley-gamer .to-the-right, #ripley-gamer .to-right {
  float: right;
}

#ripley-gamer .align-left {
  text-align: left;
}

#ripley-gamer .align-center {
  text-align: center;
}

#ripley-gamer .align-right {
  text-align: right;
}

#ripley-gamer .relative-position {
  position: relative;
}

#ripley-gamer .ohidden {
  overflow: hidden;
}

#ripley-gamer .inline-list {
  display: table;
  width: 100%;
}

#ripley-gamer .inline-list li {
  display: table-cell;
  vertical-align: middle;
}

#ripley-gamer .inline-list.floated {
  display: block;
  overflow: hidden;
}

#ripley-gamer .inline-list.floated li {
  display: block;
  float: left;
  margin-right: 10px;
}

#ripley-gamer .block-element {
  display: block;
}

#ripley-gamer .inline-element {
  display: inline-block;
  vertical-align: middle;
}

#ripley-gamer .table-element {
  display: table;
  width: 100%;
}

#ripley-gamer .table-element .csm-table-cell {
  display: table-cell;
}

#ripley-gamer pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

#ripley-gamer .button-reset, #ripley-gamer .btn, #ripley-gamer .close-lightbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  border: 0;
  outline: 0;
  padding: 0;
}

#ripley-gamer .border {
  border: 1px solid;
}

#ripley-gamer .elastic-img {
  width: 100%;
  height: auto;
}

#ripley-gamer .elastic-img-limit {
  max-width: 100%;
  height: auto;
}

#ripley-gamer .bordered-img {
  background-color: #FFF;
  padding: 5px;
}

#ripley-gamer .fly-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#ripley-gamer .centered-img {
  display: block;
  margin: 0 auto;
}

#ripley-gamer .centered-element {
  display: block !important;
  margin: 0 auto;
}

#ripley-gamer .clearfix {
  *zoom: 1;
}

#ripley-gamer .clearfix:before, #ripley-gamer .clearfix:after {
  content: " ";
  display: table;
}

#ripley-gamer .clearfix:after {
  clear: both;
}

#ripley-gamer .clear {
  clear: both;
}

#ripley-gamer .max-w-1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 1199px) {
  #ripley-gamer .max-w-1000 {
    padding: 0 60px;
  }
}

#ripley-gamer .max-w-500 {
  max-width: 500px;
  width: 100%;
}

#ripley-gamer .line-botom {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#ripley-gamer .small-text {
  font-size: 12px;
}

#ripley-gamer .full-container {
  clear: both;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

#ripley-gamer [data-animate-on-scroll].animated {
  visibility: hidden;
}

#ripley-gamer .bordered-title {
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

#ripley-gamer .bordered-title h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

#ripley-gamer .with-shadow {
  box-shadow: 10px 13px 15px -1px rgba(0, 0, 0, 0.75);
}

#ripley-gamer .normal-background {
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (max-width: 1000px) {
  #ripley-gamer .normal-background {
    background-attachment: fixed;
    background-size: cover;
  }
}

#ripley-gamer .z-top {
  z-index: 10;
  position: relative;
}

#ripley-gamer .loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  /*bottom: 0;*/
  left: 0;
  /*right: 0;*/
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  display: block;
  /*border-radius: 100%;*/
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  display: none;
}

#ripley-gamer .loader img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: table;
}

@media only screen and (max-width: 990px) {
  #ripley-gamer .loader {
    visibility: visible;
    opacity: 0.8;
    max-height: 100%;
  }
}

#ripley-gamer .hide {
  display: none !important;
}

#ripley-gamer .fade {
  width: 100%;
  height: 100%;
  background: #181818;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
}

#ripley-gamer .only-991 {
  display: none !important;
}

#ripley-gamer .only-480 {
  display: none;
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .not-991 {
    display: none;
  }
  #ripley-gamer .only-991 {
    display: block !important;
  }
  #ripley-gamer .mar-top-20-991 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #ripley-gamer .only-on-mobile {
    display: block !important;
  }
  #ripley-gamer .hide-if-mobile {
    display: none !important;
  }
  #ripley-gamer .full-if-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  #ripley-gamer .not-640 {
    display: none !important;
  }
  #ripley-gamer .only-640 {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  #ripley-gamer .not-480 {
    display: none !important;
  }
  #ripley-gamer .only-480 {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  #ripley-gamer .not-320 {
    display: none;
  }
  #ripley-gamer .only-320 {
    display: block;
  }
}

/*
Botones
*/
#ripley-gamer {
  /*.btn-blue {*/
  /*  border: 1px solid #004D99;*/
  /*  color: #004D99;*/
  /*  &:hover {*/
  /*    color: #1ACACD;*/
  /*    font-weight: 700;*/
  /*  }*/
  /*}*/
  /*.btn-pink-solid {*/
  /*  background-color: #F15B5B;*/
  /*  border: 2px solid #F15B5B;*/
  /*  color: #FFFFFF;*/
  /*  min-width: 220px;*/
  /*  &:hover {*/
  /*    background-color: #FFFFFF;*/
  /*    color: #F15B5B;*/
  /*  }*/
  /*}*/
  /*.btn-medium {*/
  /*  width: 220px;*/
  /*}*/
  /*.btn-group {*/
  /*  list-style: none;*/
  /*  li {*/
  /*    display: inline-block;*/
  /*  }*/
  /*  a, button {*/
  /*    margin: 0 5px;*/
  /*  }*/
  /*}*/
}

#ripley-gamer .btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.42857143;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms;
  vertical-align: middle;
}

#ripley-gamer .btn:hover {
  background-color: #ffffff;
  color: #999999;
}

#ripley-gamer .btn.yellow {
  border: solid 1px #FEC92F;
  color: #fff;
}

#ripley-gamer .btn.yellow:hover {
  background: #FEC92F;
  color: #000;
}

#ripley-gamer .btn.blue {
  border: solid 1px #1B3C55;
  color: #1B3C55;
}

#ripley-gamer .btn.blue:hover {
  background: #1B3C55;
  color: #fff;
}

#ripley-gamer .btn.red {
  background: #DD4757;
  border: solid 1px #DD4757;
}

#ripley-gamer .btn.red:hover {
  color: #fff;
  background: #9A313C;
  border: solid 1px #9A313C;
}

#ripley-gamer .btn.solid.yellow {
  background: #FEC92F;
  color: #282828;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

#ripley-gamer .btn.solid.yellow.normal {
  font-size: 16px;
  font-weight: 400;
}

#ripley-gamer .btn.solid.yellow.small-text {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}

#ripley-gamer .btn.solid.yellow:hover {
  border: solid 1px #cb9700;
  background: #cb9700;
}

#ripley-gamer .btn.solid.grey {
  background: #494544;
  color: #fff;
  border: solid 1px #494544;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

#ripley-gamer .btn.solid.grey.normal {
  font-size: 14px;
  font-weight: 400;
}

#ripley-gamer .btn.solid.grey:hover {
  border: solid 1px #cbc9c9;
  background: #cbc9c9;
}

#ripley-gamer .btn.cent {
  margin-left: auto;
  margin-right: auto;
}

#ripley-gamer .btn.auto-cent {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: table;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .btn.mobile-full {
    width: 100%;
  }
}

#ripley-gamer .btn-full {
  width: 100%;
}

#ripley-gamer .link.red {
  color: #E75353;
}

#ripley-gamer .link.white {
  color: #fff;
  text-decoration: none;
}

#ripley-gamer .cs-checkbox-wrap {
  background: none;
  height: 18px;
  position: relative;
  width: 18px;
  overflow: hidden;
  border-radius: 0;
  border: solid 1px rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: all 300ms ease;
}

#ripley-gamer .cs-checkbox-wrap:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 10px;
  margin: auto;
  position: absolute;
  width: 12px;
  font-size: 12px;
  color: #666;
  background: url(../images/iconos/check-small.svg) center no-repeat;
  opacity: 0;
  visibility: hidden;
}

#ripley-gamer .cs-checkbox-wrap input {
  display: none;
}

#ripley-gamer .cs-checkbox-wrap.active {
  border: solid 1px rgba(255, 255, 255, 0.8);
  transition: all 300ms ease;
}

#ripley-gamer .cs-checkbox-wrap.active:after {
  visibility: visible;
  opacity: 1;
}

#ripley-gamer .cs-checkbox-wrap.cs-animated:after {
  transition: all 300ms ease;
}

#ripley-gamer .cs-checkbox-wrap.cs-animated:after.active {
  transition: all 300ms ease;
}

#ripley-gamer .cs-checkbox-wrap.cs-animated.cs-to-left:after {
  right: -20px;
  transition: all 300ms ease;
}

#ripley-gamer .cs-checkbox-wrap.cs-animated.cs-to-left.active:after {
  right: 0;
  transition: all 300ms ease;
}

#ripley-gamer .cs-checkbox-wrap.cs-animated.cs-to-right:after {
  left: -20px;
  transition: all 300ms ease;
}

#ripley-gamer .cs-checkbox-wrap.cs-animated.cs-to-right.active:after {
  left: 0;
  transition: all 300ms ease;
}

#ripley-gamer .cs-checkbox-wrap.cs-animated.cs-to-bottom:after {
  top: -20px;
  transition: all 300ms ease;
}

#ripley-gamer .cs-checkbox-wrap.cs-animated.cs-to-bottom.active:after {
  top: 0;
  transition: all 300ms ease;
}

#ripley-gamer .cs-checkbox-wrap.cs-animated.cs-to-top:after {
  bottom: -20px;
  transition: all 300ms ease;
}

#ripley-gamer .cs-checkbox-wrap.cs-animated.cs-to-top.active:after {
  bottom: 0;
  transition: all 300ms ease;
}

/*
Text
*/
#ripley-gamer {
  font-family: "montserrat", sans-serif, "Arial";
  font-size: 14px;
}

#ripley-gamer h1, #ripley-gamer h2, #ripley-gamer h3, #ripley-gamer h4, #ripley-gamer h5, #ripley-gamer h6 {
  margin-top: 0;
  line-height: 120%;
}

#ripley-gamer h1 {
  font-size: 36px;
  color: #50E3C2;
}

#ripley-gamer h2 {
  font-size: 34px;
  font-weight: 300;
  color: #50E3C2;
}

#ripley-gamer h3 {
  font-size: 18px;
}

#ripley-gamer h4 {
  font-size: 16px;
}

#ripley-gamer h5 {
  font-size: 14px;
}

#ripley-gamer h6 {
  font-size: 14px;
}

#ripley-gamer .title-bold {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  margin-right: 15px;
}

#ripley-gamer .title-upper {
  text-transform: uppercase;
  font-size: 16px;
  color: #777777;
  margin-bottom: 20px;
  display: block;
}

#ripley-gamer p {
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 10px;
}

#ripley-gamer a {
  text-decoration: underline;
  font-weight: 400;
}

#ripley-gamer a:focus {
  outline: 0 none;
}

#ripley-gamer .bold {
  font-weight: 700;
}

#ripley-gamer .slick-list {
  padding: 0 !important;
}

#ripley-gamer .slick-arrow {
  border-radius: 0;
}

#ripley-gamer .slick-prev {
  left: 0;
  background-color: #FEC92F;
  background-image: url(../images/slider/pager-left-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border-radius: 0;
  border: none;
  z-index: 99;
}

#ripley-gamer .slick-prev:hover {
  opacity: 0.8;
}

#ripley-gamer .slick-next {
  right: 0;
  background-color: #FEC92F;
  background-image: url(../images/slider/pager-right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border-radius: 0;
  border: none;
  z-index: 99;
}

#ripley-gamer .slick-next:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .slider-articulos .slick-dots {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}

#ripley-gamer .slider-articulos .slick-dots li {
  display: table-cell;
  list-style: none;
  padding: 0 5px;
}

#ripley-gamer .slider-articulos .slick-dots li.slick-active button {
  background: #fff;
}

#ripley-gamer .slider-articulos .slick-dots button {
  background: #FEC92F;
  border: none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin: 0 0px;
  display: block;
  text-indent: -9999999px;
}

#ripley-gamer .slider-juegos {
  border: 1px solid #DDE0E2;
  padding: 0 40px;
}

#ripley-gamer .slider-juegos .item {
  min-height: 300px;
  width: 20%;
  padding: 60px 10px 0;
}

#ripley-gamer .slider-juegos .item .content-slider img {
  width: 100%;
}

#ripley-gamer .slider-juegos .item .content-slider h4 {
  font-size: 14px;
}

#ripley-gamer .slider-juegos .item.slick-center {
  background-color: #691B5C;
}

#ripley-gamer .slider-juegos .slick-prev, #ripley-gamer .slider-juegos .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background: url("../images/slider/slider-control-01.svg") no-repeat left top;
}

#ripley-gamer .slider-juegos .slick-prev {
  left: 0;
  background-position: 0 0;
}

#ripley-gamer .slider-juegos .slick-next {
  right: 0;
  background-position: -30px 0;
}

#ripley-gamer .slider-caracteristicas {
  border: 1px solid #DDE0E2;
  padding: 0 20px;
}

#ripley-gamer .slider-caracteristicas .item {
  min-height: 300px;
  padding: 20px 10px;
}

#ripley-gamer .slider-caracteristicas .item h4 {
  font-size: 18px;
}

#ripley-gamer .slider-caracteristicas .item ul {
  list-style: none;
  padding: 0;
}

#ripley-gamer .slider-caracteristicas .item ul li {
  font-size: 12px;
}

@media (max-width: 768px) {
  #ripley-gamer .slider-caracteristicas {
    display: none;
  }
}

#ripley-gamer .slider-productos {
  margin: 0 auto 20px;
  padding: 0 40px;
}

@media only screen and (max-width: 320px) {
  #ripley-gamer .slider-productos {
    padding: 0;
  }
}

#ripley-gamer .slider-productos .item {
  background: #FFFFFF;
  margin: 20px;
  padding: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .slider-productos .item {
    padding: 20px 0;
  }
}

#ripley-gamer .slider-productos .item ul {
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 480px) {
  #ripley-gamer .slider-productos .item {
    margin: 4px;
  }
}

#ripley-gamer .slider-productos .slick-prev, #ripley-gamer .slider-productos .slick-next {
  position: absolute;
  width: 40px;
  height: 40px;
  /*background: url('../images/slider/slider-control-02.svg') no-repeat left top;*/
}

#ripley-gamer .slider-productos .slick-prev {
  left: 0;
  top: 50%;
  margin-top: -20px;
  background-position: center;
}

#ripley-gamer .slider-productos .slick-next {
  right: 0;
  top: 50%;
  margin-top: -20px;
  background-position: center;
}

@media only screen and (max-width: 641px) {
  #ripley-gamer .slider-productos .slick-dots {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}

#ripley-gamer .slider-productos .slick-dots li {
  display: table-cell;
  list-style: none;
  padding: 0 5px;
}

#ripley-gamer .slider-productos .slick-dots li.slick-active button {
  background: #fff;
}

#ripley-gamer .slider-productos .slick-dots button {
  background: #FEC92F;
  border: none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin: 0 0px;
  display: block;
  text-indent: -9999999px;
}

#ripley-gamer .slider-caracteristicas-nb {
  width: 25%;
  float: left;
}

#ripley-gamer .slider-caracteristicas-nb .item {
  padding: 10px 10px;
}

#ripley-gamer .slider-caracteristicas-nb .item p {
  margin: 0;
}

#ripley-gamer .slider-detalle-nb {
  width: 75%;
  float: left;
}

#ripley-gamer .slider-detalle-nb .item {
  padding: 20px 20% 20px 10px;
}

#ripley-gamer .slider-detalle-nb .slick-prev, #ripley-gamer .slider-detalle-nb .slick-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../images/slider/slider-control-02.svg") no-repeat left top;
}

#ripley-gamer .slider-detalle-nb .slick-prev {
  left: inherit;
  right: 0;
  top: 50%;
  margin-top: -60px;
  background-position: 0 0;
  transform: rotate(90deg);
}

#ripley-gamer .slider-detalle-nb .slick-next {
  right: 0;
  top: 50%;
  margin-top: 0;
  background-position: -40px 0;
  transform: rotate(90deg);
}

#ripley-gamer {
  /*
  Index-destacado
  */
  /*
  Index-articulos
  */
  /*
  Index-gamer-table
  */
  /*
    Eventos-gamer
  */
  /*
  productos-index
  */
  /*
  section-elements
  */
  /*
  Productos
  */
  /*
  Partners
  */
  /*
  Notebook
  */
  /*------------------------------------------------------------------------------Catalogo y resultados de b�squeda */
  /*------------------------------------------------------------------------------Colapsables gen�ricos */
  /*------------------------------------------------------------------------------Top slide Articles */
  /*------------------------------------------------------------------------------  Ficha de productos */
  /*------------------------------------------------------------------------------Full articles */
  /*------------------------------------------------------------------------------Banner */
  /*Capitulos*/
  /*mod scroll*/
  /*Videos*/
  /**** 21-03-2017 ****/
}

#ripley-gamer.main-bg {
  background: #181818;
}

#ripley-gamer .max-w-1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#ripley-gamer .inner-content {
  padding: 110px 0;
  z-index: 1;
}

#ripley-gamer .inner-content.mod-pad-60 {
  padding: 5% 0;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .inner-content.mod-pad-60 {
    padding: 0 0 20px;
  }
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .inner-content {
    padding: 0 0 20px;
  }
}

#ripley-gamer .top-slide-bg {
  position: absolute;
  left: 0;
  top: 10px;
  width: 50%;
  bottom: 0;
  margin: auto;
  display: block;
}

#ripley-gamer .top-slide-bg.normal {
  left: 10%;
  top: 120px;
  width: 40%;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .top-slide-bg.normal {
    left: 0;
    top: 30px;
    width: 80%;
  }
}

#ripley-gamer .top-slide-bg.game {
  left: 32%;
  width: 100%;
  max-width: 220px;
}

@media only screen and (min-width: 901px) and (max-width: 1230px) {
  #ripley-gamer .top-slide-bg.game {
    left: 25%;
  }
}

@media only screen and (max-width: 901px) {
  #ripley-gamer .top-slide-bg.game {
    left: 0;
    right: 0;
    margin: 0 auto 40px;
    max-width: 180px;
    padding-top: 30px;
  }
}

#ripley-gamer .top-slide-bg.default-product {
  /*left: 17%;*/
  /*top: 120px;*/
  /*width: 40%;*/
  /*min-width: 210px;*/
  left: 12%;
  top: 120px;
  width: 38%;
  min-width: 210px;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .top-slide-bg.default-product {
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto 20px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .top-slide-bg {
    position: relative;
    left: 0;
    top: 0;
    width: 70%;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

#ripley-gamer .blue-light-bg {
  position: relative;
}

#ripley-gamer .blue-light-bg:after {
  content: '';
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  bottom: 0;
  box-shadow: inset 0 -100px 111px -77px #317ba4;
}

#ripley-gamer .slide-lines-bg {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 1300px;
  width: 100%;
}

#ripley-gamer .article-arrow {
  /*background: rgba(0, 0, 0, 0.45);*/
  padding: 2px 10px 1px;
  margin-bottom: 5px;
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

#ripley-gamer .article-arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 8px solid #fff;
  left: -8px;
  top: 0;
  position: absolute;
}

#ripley-gamer .article-arrow.auto-cent {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

#ripley-gamer .mod-destacado {
  /*background: radial-gradient(circle at top left, rgba(32, 82, 132, 1) 0%, rgba(0, 26, 51, 1) 100%);*/
  background: #323234;
  background: -webkit-radial-gradient(center, ellipse cover, #323234 0%, #070707 99%);
  background: -webkit-radial-gradient(top center ellipse, #323234 0%, #070707 99%);
  background: radial-gradient(ellipse at top center, #323234 0%, #070707 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=  '#323234', endColorstr='#070707', GradientType=1);
  padding: 0;
  height: 850px;
  clear: both;
  width: 100%;
  margin-top: 72px;
}

#ripley-gamer .mod-destacado.blue-gradient-bg {
  background: #1b3c55;
  background: -webkit-linear-gradient(top, #1b3c55 0%, #000000 100%);
  background: linear-gradient(to bottom, #1b3c55 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=  '#1b3c55', endColorstr='#000000', GradientType=0);
}

#ripley-gamer .mod-destacado .info-slide {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .mod-destacado.black-bg-900 {
    height: auto;
    background: #000;
    margin-top: 0;
  }
}

#ripley-gamer .mod-destacado.slider-catalogo {
  max-height: 500px;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .mod-destacado.slider-catalogo {
    max-height: 10000px;
    overflow: initial;
  }
}

#ripley-gamer .mod-destacado.accesorios {
  height: 780px;
}

#ripley-gamer .mod-destacado.juegos {
  height: 600px;
  max-height: 600px;
}

@media only screen and (max-width: 901px) {
  #ripley-gamer .mod-destacado.juegos {
    height: auto;
    max-height: 100%;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }
}

#ripley-gamer .mod-destacado.juegos.blue-light-bg:after {
  width: 150%;
  height: 350px;
  box-shadow: inset 0 -100px 121px -7px #317ba4;
  left: -80px;
  opacity: 0.6;
}

#ripley-gamer .destacado {
  /*display: flex;*/
  /*flex-direction: row;*/
  margin-bottom: 30px;
  float: left;
  width: 100%;
  /*overflow: hidden;*/
  position: relative;
  /*@media (max-width: 768px) {*/
  /*  flex-direction: column;*/
  /*}*/
}

#ripley-gamer .destacado .imagen {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 768px) {
  #ripley-gamer .destacado .imagen {
    width: 100%;
  }
}

#ripley-gamer .destacado .texto {
  width: 50%;
  padding: 0 15px;
  float: right;
}

@media (max-width: 900px) {
  #ripley-gamer .destacado .texto {
    width: 100%;
  }
}

#ripley-gamer .destacado .texto h2 {
  font-size: 50px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  font-weight: 100;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 0;
}

#ripley-gamer .destacado .texto h2.small-title {
  font-size: 30px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #ripley-gamer .destacado .texto h2 {
    font-size: 32px;
  }
}

#ripley-gamer .destacado .texto .sub-title {
  font-size: 30px;
  font-weight: 200;
  line-height: 120%;
  margin-bottom: 15px;
}

#ripley-gamer .destacado .texto p {
  font-size: 16px;
  margin-bottom: 35px;
  font-weight: 100;
}

#ripley-gamer .destacado .texto p strong {
  font-weight: bold;
}

#ripley-gamer .rotulo {
  /*background: #ffffff;*/
  /*padding: 5px 10px;*/
  /*color: #0078F9;*/
  /*font-size: 14px;*/
  /*font-weight: 700;*/
  /*text-transform: uppercase;*/
  /*margin-bottom: 10px;*/
  /*display: inline-block;*/
}

#ripley-gamer .articulos {
  margin: -290px 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .articulos {
    margin: 0 0 40px;
  }
}

#ripley-gamer .articulos article {
  height: 380px;
  /*height: auto;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 320px) {
  #ripley-gamer .articulos article {
    height: auto;
  }
}

#ripley-gamer .articulos .articulo {
  height: auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
  display: block;
  position: relative;
}

#ripley-gamer .articulos .articulo .normal-play-icon {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 21%;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  #ripley-gamer .articulos .articulo .normal-play-icon {
    width: 16%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .articulos .articulo {
    overflow: hidden;
  }
}

#ripley-gamer .articulos .articulo.v-cent-text .caption {
  display: table !important;
}

#ripley-gamer .articulos .articulo.single-text .content .text p {
  font-size: 32px;
  font-weight: 300;
  /*@media only screen and (max-width: 640px) {*/
  /*  font-size: 32px;*/
  /*}*/
}

@media only screen and (max-width: 980px) {
  #ripley-gamer .articulos .articulo.single-text .content .text p {
    font-size: 22px;
  }
}

#ripley-gamer .articulos .articulo.articulo-img {
  background: #000;
}

#ripley-gamer .articulos .articulo.articulo-img .imagen img {
  opacity: 0.55;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

#ripley-gamer .articulos .articulo.articulo-img:hover .imagen img {
  opacity: 0.2;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

#ripley-gamer .articulos .articulo.articulo-img:hover .imagen:after {
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media only screen and (max-width: 640px) {
  #ripley-gamer .articulos .articulo {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  #ripley-gamer .articulos .articulo {
    margin-bottom: 30px;
    min-height: inherit;
  }
}

#ripley-gamer .articulos .articulo .content .text {
  width: 100%;
  padding: 10px;
  left: 0;
  right: 0;
}

#ripley-gamer .articulos .articulo .content .text span {
  /*background: rgba(0, 0, 0, 0.45);*/
  padding: 2px 10px 1px;
  margin-bottom: 5px;
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

#ripley-gamer .articulos .articulo .content .text span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 8px solid #fff;
  left: -8px;
  top: 0;
  position: absolute;
}

#ripley-gamer .articulos .articulo .content .text h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#ripley-gamer .articulos .articulo .content .text p {
  font-size: 20px;
  line-height: 120%;
}

#ripley-gamer .articulos .articulo .content .text p.articulo-titulo {
  font-size: 18px;
  font-weight: 300;
}

#ripley-gamer .articulos .articulo .content .text p.articulo-bajada {
  font-size: 14px;
  font-weight: 100;
}

@media only screen and (max-width: 1199px) {
  #ripley-gamer .articulos .articulo .content .text h2 {
    font-size: 20px;
  }
  #ripley-gamer .articulos .articulo .content .text p {
    font-size: 14px;
  }
}

#ripley-gamer .articulos .articulo .content .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: block;
  width: 100%;
  margin: auto;
}

#ripley-gamer .articulos .articulo .content .caption .core {
  display: table-cell;
  vertical-align: middle;
}

#ripley-gamer .articulos .articulo .content .caption .text.v-cent {
  bottom: 0;
}

@media only screen and (max-width: 320px) {
  #ripley-gamer .articulos .articulo .content .caption {
    top: 100px;
  }
}

#ripley-gamer .articulos .articulo.articulo-text {
  background-color: #50E3C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}

#ripley-gamer .articulos .articulo.articulo-text .content .text p {
  font-size: 32px;
}

#ripley-gamer .articulos .articulo.articulo-text:hover {
  background-color: #1cb18f;
}

#ripley-gamer .articulos .articulo.articulo-img .imagen {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#ripley-gamer .articulos .articulo.articulo-img .imagen img {
  display: block;
  width: 100%;
  height: 100%;
}

#ripley-gamer .articulos .articulo.articulo-img .imagen:after {
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -202px 111px -77px #317ba4;
  position: absolute;
  left: 0;
  top: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .articulos .articulo.articulo-img .text {
  position: absolute;
  left: 0;
  bottom: 40px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}

#ripley-gamer .articulos .articulo.articulo-img .text.v-cent {
  position: relative;
}

#ripley-gamer .articulos .articulo.articulo-img:hover .text {
  bottom: 70px;
}

#ripley-gamer .articulos .articulo:hover .corner {
  opacity: 1;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .articulos .articulo:hover .corner.tl:before {
  width: 3px;
  height: 72px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .articulos .articulo:hover .corner.tl:after {
  width: 72px;
  height: 3px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .articulos .articulo:hover .corner.tr:before {
  width: 3px;
  height: 72px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .articulos .articulo:hover .corner.tr:after {
  width: 72px;
  height: 3px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .articulos .articulo:hover .corner.bl:before {
  width: 3px;
  height: 72px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .articulos .articulo:hover .corner.bl:after {
  width: 72px;
  height: 3px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .articulos .articulo:hover .corner.br:before {
  width: 3px;
  height: 72px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .articulos .articulo:hover .corner.br:after {
  width: 72px;
  height: 3px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .articulos .corner {
  position: absolute;
  opacity: 0;
}

#ripley-gamer .articulos .corner:after, #ripley-gamer .articulos .corner:before {
  content: '';
  background: #FEC92F;
  position: absolute;
}

#ripley-gamer .articulos .corner.tl {
  top: 0;
  left: 0;
}

#ripley-gamer .articulos .corner.tl:before {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}

#ripley-gamer .articulos .corner.tl:after {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}

#ripley-gamer .articulos .corner.tr {
  right: 0;
  top: 0;
}

#ripley-gamer .articulos .corner.tr:before {
  width: 0;
  height: 0;
  right: 0;
  top: 0;
}

#ripley-gamer .articulos .corner.tr:after {
  width: 0;
  height: 0;
  right: 0;
  top: 0;
}

#ripley-gamer .articulos .corner.bl {
  bottom: 0;
  left: 0;
}

#ripley-gamer .articulos .corner.bl:before {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
}

#ripley-gamer .articulos .corner.bl:after {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
}

#ripley-gamer .articulos .corner.br {
  bottom: 0;
  right: 0;
}

#ripley-gamer .articulos .corner.br:before {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
}

#ripley-gamer .articulos .corner.br:after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
}

#ripley-gamer .inner-deploy-box {
  padding: 0 20px;
}

@media only screen and (max-width: 320px) {
  #ripley-gamer .inner-deploy-box {
    padding: 0;
  }
}

#ripley-gamer .tab-option-filter {
  display: none;
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  position: relative;
  padding: 12px 30px;
  margin-left: auto;
  margin-right: auto;
  background: #383838;
  border: solid 1px #FEC92F;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .tab-option-filter.break-768 {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .tab-option-filter.break-991 {
    /*margin-bottom: 20px;*/
    display: block;
  }
}

#ripley-gamer .tab-option-filter i {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 45px;
}

#ripley-gamer .gamer-table {
  padding: 0 0 140px;
  position: relative;
  overflow: hidden;
}

#ripley-gamer .gamer-table.nav-items {
  padding-bottom: 0;
}

#ripley-gamer .gamer-table.nav-items h3 {
  margin: 0;
}

#ripley-gamer .gamer-table.nav-items li.active {
  box-shadow: none !important;
}

#ripley-gamer .gamer-table .table {
  border: 1px solid #181818;
  position: relative;
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .gamer-table .table .not-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .gamer-table .table {
    padding: 20px;
    background: #494544;
  }
}

#ripley-gamer .gamer-table .table .tab-controls .game-cover {
  /*box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.37);*/
  margin-bottom: 10px;
  opacity: 0.4;
  height: 50px;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .gamer-table .table .tab-controls {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-width: 500px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #FEC92F;
  }
  #ripley-gamer .gamer-table .table .tab-controls.active {
    max-height: 10000px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
}

#ripley-gamer .gamer-table .table .tab-controls ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

#ripley-gamer .gamer-table .table .tab-controls ul li {
  text-align: center;
  padding: 0;
  border-right: 1px solid #181818;
  position: relative;
  float: left;
  width: 100%;
  display: table-cell;
  background: #282828;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .gamer-table .table .tab-controls ul li:last-child {
  border-right: none;
}

#ripley-gamer .gamer-table .table .tab-controls ul li:hover {
  background: #383838;
}

#ripley-gamer .gamer-table .table .tab-controls ul li .top-check {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

#ripley-gamer .gamer-table .table .tab-controls ul li.active {
  border-radius: 0 3px 0 0;
  background: #494544;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#ripley-gamer .gamer-table .table .tab-controls ul li.active .top-check {
  display: block;
}

#ripley-gamer .gamer-table .table .tab-controls ul li.active h3,
#ripley-gamer .gamer-table .table .tab-controls ul li.active p {
  color: #fff;
  opacity: 1;
}

#ripley-gamer .gamer-table .table .tab-controls ul li.active .game-cover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .gamer-table .table .tab-controls ul li {
    margin-bottom: 1px;
  }
  #ripley-gamer .gamer-table .table .tab-controls ul li.active {
    background: #383838;
  }
}

#ripley-gamer .gamer-table .table .tab-controls ul li a {
  text-decoration: none;
  display: block;
  padding: 30px 0;
}

#ripley-gamer .gamer-table .table .tab-controls ul li a h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  opacity: 0.4;
}

#ripley-gamer .gamer-table .table .tab-controls ul li a p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #CCCACB;
}

@media only screen and (max-width: 980px) {
  #ripley-gamer .gamer-table .table .tab-controls ul li a {
    display: block;
    padding: 20px 0;
  }
  #ripley-gamer .gamer-table .table .tab-controls ul li a h3 {
    font-size: 14px;
  }
  #ripley-gamer .gamer-table .table .tab-controls ul li a img {
    max-width: 75px;
  }
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .gamer-table .table .tab-controls ul {
    display: block;
  }
  #ripley-gamer .gamer-table .table .tab-controls ul li {
    padding: 0 !important;
    border-right: none;
    position: relative;
    float: left;
    width: 100%;
    display: block;
  }
  #ripley-gamer .gamer-table .table .tab-controls ul li a {
    display: block;
    padding: 0 !important;
    width: 100%;
  }
  #ripley-gamer .gamer-table .table .tab-controls ul li a h3 {
    font-size: 14px;
    margin: 0;
    padding: 15px 30px;
    text-align: left;
  }
  #ripley-gamer .gamer-table .table .tab-controls ul li img,
  #ripley-gamer .gamer-table .table .tab-controls ul li p {
    display: none !important;
  }
}

#ripley-gamer .gamer-table .table .tab {
  position: relative;
  background: #494544;
  overflow: hidden;
  padding: 30px 0 0;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .gamer-table .table .tab {
    display: table;
    width: 100%;
  }
}

#ripley-gamer .gamer-table .table .tab .pc {
  width: 33.33333333%;
  float: left;
  text-align: center;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .gamer-table .table .tab .pc {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}

#ripley-gamer .gamer-table .table .tab .pc .cont {
  background: #fff;
  overflow: hidden;
  width: 100%;
}

#ripley-gamer .gamer-table .table .tab .pc.basic h3 {
  background: #A31A84;
}

#ripley-gamer .gamer-table .table .tab .pc.high h3 {
  background: #004D99;
}

#ripley-gamer .gamer-table .table .tab .pc.ultra h3 {
  background: #0C9698;
}

#ripley-gamer .gamer-table .table .tab .pc h3 {
  color: #ffffff;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#ripley-gamer .gamer-table .table .tab .pc .pc-recomendado {
  padding: 20px 20px 30px;
}

#ripley-gamer .gamer-table .table .tab .pc .pc-recomendado .marca-pc {
  color: black !important;
}

#ripley-gamer .gamer-table .table .tab .pc .pc-recomendado img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 200px;
}

#ripley-gamer .gamer-table .table .tab .pc .pc-recomendado .nombre-pc {
  font-size: 18px;
  font-weight: 700;
  color: #4A4A4A;
  min-height: 85px;
}

#ripley-gamer .gamer-table .table .tab .pc .pc-recomendado .caracteristicas-pc {
  list-style: none;
  margin-bottom: 20px;
}

#ripley-gamer .gamer-table .table .tab .pc .pc-recomendado .caracteristicas-pc li {
  color: #8B8B8B;
  text-align: left;
  margin-bottom: 0x;
  padding: 10px 0 10px 32px;
  position: relative;
}

#ripley-gamer .gamer-table .table .tab .pc .pc-recomendado .caracteristicas-pc li .especificacion {
  color: #4A4A4A;
  font-size: 12px;
  font-weight: 700;
  margin-left: 12px;
}

#ripley-gamer .gamer-table .table .tab .pc .pc-recomendado .caracteristicas-pc li i {
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
}

#ripley-gamer .gamer-table .table .tab .pc .pc-recomendado .caracteristicas-pc li .link {
  font-size: 16px;
}

#ripley-gamer .gamer-table .table .deploy-box {
  display: none;
}

#ripley-gamer .gamer-table .table .deploy-box.active {
  display: block;
}

#ripley-gamer .bn-box {
  padding: 10px;
  background: #494544;
}

#ripley-gamer .conoce-compara {
  background: url("../images/examples/banner-bg.jpg") center no-repeat;
  height: 120px;
  position: relative;
}

#ripley-gamer .conoce-compara .img {
  position: absolute;
  top: -10px;
  left: 15%;
  width: 20%;
  min-width: 100px;
}

#ripley-gamer .conoce-compara .img img {
  width: 100%;
}

#ripley-gamer .conoce-compara .text {
  color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 44%;
  z-index: 10;
}

#ripley-gamer .conoce-compara .text p {
  font-size: 24px;
  margin: 0;
}

#ripley-gamer .conoce-compara .text p span {
  border: 1px solid #ffffff;
  padding: 5px 10px;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .conoce-compara .text p a {
    display: block;
    margin-top: 20px;
  }
}

#ripley-gamer .conoce-compara .bg-gamer-pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/examples/banner-pattern.png") center repeat;
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .conoce-compara {
    height: auto;
    overflow: hidden;
  }
  #ripley-gamer .conoce-compara .img {
    position: relative;
    top: -10px;
    left: 0;
    width: 20%;
    min-width: 100px;
    right: 0;
    margin: auto;
  }
  #ripley-gamer .conoce-compara .text {
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #ripley-gamer .conoce-compara .text p {
    text-align: center;
    margin: 0 auto;
  }
  #ripley-gamer .conoce-compara .text a {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}

#ripley-gamer .articulos-gamer,
#ripley-gamer .eventos-gamer {
  position: relative;
  z-index: 1;
  padding: 0 0 60px;
}

#ripley-gamer .articulos-gamer.pad-w-20,
#ripley-gamer .eventos-gamer.pad-w-20 {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .articulos-gamer.pad-w-20,
  #ripley-gamer .eventos-gamer.pad-w-20 {
    padding-left: 0;
    padding-right: 0;
  }
}

#ripley-gamer .articulos-gamer .section-title,
#ripley-gamer .eventos-gamer .section-title {
  margin-top: -30px;
}

@media only screen and (max-width: 992px) {
  #ripley-gamer .articulos-gamer .section-title,
  #ripley-gamer .eventos-gamer .section-title {
    margin-top: -90px;
  }
}

#ripley-gamer .articulos-gamer .articulos,
#ripley-gamer .articulos-gamer .eventos,
#ripley-gamer .eventos-gamer .articulos,
#ripley-gamer .eventos-gamer .eventos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /*justify-content: space-between;*/
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 768px) {
  #ripley-gamer .articulos-gamer .articulos,
  #ripley-gamer .articulos-gamer .eventos,
  #ripley-gamer .eventos-gamer .articulos,
  #ripley-gamer .eventos-gamer .eventos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
}

#ripley-gamer .articulos-gamer .articulos .evento,
#ripley-gamer .articulos-gamer .eventos .evento,
#ripley-gamer .eventos-gamer .articulos .evento,
#ripley-gamer .eventos-gamer .eventos .evento {
  width: 32%;
  height: auto;
  overflow: hidden;
  margin: 0 8px;
}

@media (max-width: 768px) {
  #ripley-gamer .articulos-gamer .articulos .evento,
  #ripley-gamer .articulos-gamer .eventos .evento,
  #ripley-gamer .eventos-gamer .articulos .evento,
  #ripley-gamer .eventos-gamer .eventos .evento {
    width: 100%;
    margin: 0 0 20px;
  }
}

#ripley-gamer .articulos-gamer .articulos .evento a,
#ripley-gamer .articulos-gamer .eventos .evento a,
#ripley-gamer .eventos-gamer .articulos .evento a,
#ripley-gamer .eventos-gamer .eventos .evento a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .articulos-gamer .articulos .evento a .imagen img,
#ripley-gamer .articulos-gamer .eventos .evento a .imagen img,
#ripley-gamer .eventos-gamer .articulos .evento a .imagen img,
#ripley-gamer .eventos-gamer .eventos .evento a .imagen img {
  width: 100%;
}

#ripley-gamer .articulos-gamer .articulos .evento a:hover .imagen,
#ripley-gamer .articulos-gamer .eventos .evento a:hover .imagen,
#ripley-gamer .eventos-gamer .articulos .evento a:hover .imagen,
#ripley-gamer .eventos-gamer .eventos .evento a:hover .imagen {
  overflow: hidden;
  vertical-align: middle;
}

#ripley-gamer .articulos-gamer .articulos .evento a:hover .imagen img,
#ripley-gamer .articulos-gamer .eventos .evento a:hover .imagen img,
#ripley-gamer .eventos-gamer .articulos .evento a:hover .imagen img,
#ripley-gamer .eventos-gamer .eventos .evento a:hover .imagen img {
  width: 105%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#ripley-gamer .articulos-gamer .articulos .evento a:hover .show-more,
#ripley-gamer .articulos-gamer .articulos .evento a:hover a,
#ripley-gamer .articulos-gamer .eventos .evento a:hover .show-more,
#ripley-gamer .articulos-gamer .eventos .evento a:hover a,
#ripley-gamer .eventos-gamer .articulos .evento a:hover .show-more,
#ripley-gamer .eventos-gamer .articulos .evento a:hover a,
#ripley-gamer .eventos-gamer .eventos .evento a:hover .show-more,
#ripley-gamer .eventos-gamer .eventos .evento a:hover a {
  color: #FEC92F;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .articulos-gamer .articulos .evento a:hover .imagen img,
  #ripley-gamer .articulos-gamer .eventos .evento a:hover .imagen img,
  #ripley-gamer .eventos-gamer .articulos .evento a:hover .imagen img,
  #ripley-gamer .eventos-gamer .eventos .evento a:hover .imagen img {
    width: 100%;
    left: 0;
    top: 0;
  }
}

#ripley-gamer .articulos-gamer .articulos .evento .imagen,
#ripley-gamer .articulos-gamer .eventos .evento .imagen,
#ripley-gamer .eventos-gamer .articulos .evento .imagen,
#ripley-gamer .eventos-gamer .eventos .evento .imagen {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: 182px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .articulos-gamer .articulos .evento .imagen,
  #ripley-gamer .articulos-gamer .eventos .evento .imagen,
  #ripley-gamer .eventos-gamer .articulos .evento .imagen,
  #ripley-gamer .eventos-gamer .eventos .evento .imagen {
    height: auto;
  }
}

#ripley-gamer .articulos-gamer .articulos .evento .imagen img,
#ripley-gamer .articulos-gamer .eventos .evento .imagen img,
#ripley-gamer .eventos-gamer .articulos .evento .imagen img,
#ripley-gamer .eventos-gamer .eventos .evento .imagen img {
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
  height: auto;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

#ripley-gamer .articulos-gamer .articulos .evento .imagen .date,
#ripley-gamer .articulos-gamer .eventos .evento .imagen .date,
#ripley-gamer .eventos-gamer .articulos .evento .imagen .date,
#ripley-gamer .eventos-gamer .eventos .evento .imagen .date {
  width: 55px;
  height: 55px;
  background-color: #e0271f;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding: 12px 0 0;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 17px;
}

#ripley-gamer .articulos-gamer .articulos .evento .imagen .date .mes,
#ripley-gamer .articulos-gamer .eventos .evento .imagen .date .mes,
#ripley-gamer .eventos-gamer .articulos .evento .imagen .date .mes,
#ripley-gamer .eventos-gamer .eventos .evento .imagen .date .mes {
  display: block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

#ripley-gamer .articulos-gamer .articulos .evento .text,
#ripley-gamer .articulos-gamer .eventos .evento .text,
#ripley-gamer .eventos-gamer .articulos .evento .text,
#ripley-gamer .eventos-gamer .eventos .evento .text {
  position: relative;
  padding: 20px;
  background-color: #282828;
  height: 100%;
  float: left;
}

#ripley-gamer .articulos-gamer .articulos .evento .text .title,
#ripley-gamer .articulos-gamer .eventos .evento .text .title,
#ripley-gamer .eventos-gamer .articulos .evento .text .title,
#ripley-gamer .eventos-gamer .eventos .evento .text .title {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

#ripley-gamer .articulos-gamer .articulos .evento .text p,
#ripley-gamer .articulos-gamer .eventos .evento .text p,
#ripley-gamer .eventos-gamer .articulos .evento .text p,
#ripley-gamer .eventos-gamer .eventos .evento .text p {
  font-size: 14px;
  color: #CBC9C9;
  line-height: 25px;
  margin-bottom: 20px;
}

#ripley-gamer .articulos-gamer .articulos .evento .text .show-more,
#ripley-gamer .articulos-gamer .eventos .evento .text .show-more,
#ripley-gamer .eventos-gamer .articulos .evento .text .show-more,
#ripley-gamer .eventos-gamer .eventos .evento .text .show-more {
  display: block;
  color: #ffffff;
  text-align: right;
  bottom: 15px;
  right: 15px;
  position: absolute;
}

#ripley-gamer .productos-index {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

#ripley-gamer .productos-index h3 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #ripley-gamer .productos-index h3 {
    text-align: center;
  }
}

#ripley-gamer .section-title {
  text-align: center;
  margin-bottom: 30px;
}

#ripley-gamer .section-title h2 {
  font-size: 30px;
  text-align: center;
  color: #FEC92F;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media only screen and (max-width: 320px) {
  #ripley-gamer .section-title h2 {
    margin-bottom: 10px;
  }
}

#ripley-gamer .section-title p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

#ripley-gamer .item.product {
  visibility: hidden;
}

#ripley-gamer .offer {
  position: absolute;
  right: 0;
  padding: 6px 15px;
  background: #E0271F;
  color: white;
  font-weight: bold;
  top: 10px;
}

#ripley-gamer .offer:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 10px solid #E0271F;
}

#ripley-gamer .product {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 30px;
  text-decoration: none;
  background: #fff;
}

#ripley-gamer .product * {
  text-transform: uppercase;
}

#ripley-gamer .product img {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

#ripley-gamer .product .nombre-producto,
#ripley-gamer .product .precio-normal {
  color: #4A4A4A;
}

#ripley-gamer .product .opex,
#ripley-gamer .product .precio-oferta {
  color: #E75353;
  text-transform: uppercase;
}

#ripley-gamer .product ul {
  list-style: none;
  margin: 0;
}

#ripley-gamer .product .type {
  line-height: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  line-height: 35px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  display: none;
}

#ripley-gamer .product .type:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 21px;
  border-radius: 4px;
  background: red;
  vertical-align: middle;
  margin-right: 4px;
}

#ripley-gamer .product .type.ultra:before {
  background-color: #0E9694;
}

#ripley-gamer .product .type.high-res:before {
  background-color: #0E9694;
}

#ripley-gamer .product .type.high:before {
  background-color: #034C99;
}

#ripley-gamer .product .type.basic:before {
  background-color: #A61884;
}

#ripley-gamer .product.accesory {
  padding: 20px 0 30px;
}

#ripley-gamer .product.accesory img {
  margin-bottom: 40px;
  margin-top: 10px;
}

#ripley-gamer .product.accesory .nombre-producto {
  margin-bottom: 20px;
}

#ripley-gamer .product.game {
  padding: 20px 0 30px;
}

#ripley-gamer .product.game img {
  max-width: 156px;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 10px;
}

#ripley-gamer .product.game .nombre-producto {
  margin-bottom: 20px;
}

#ripley-gamer .partners {
  border-top: 1px solid #DDE0E2;
  padding: 20px 0;
}

#ripley-gamer .partners ul {
  list-style: none;
  padding: 0;
  color: #9B9B9B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#ripley-gamer .slider-caracteristicas-nb .item p {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 55px;
}

#ripley-gamer .slider-caracteristicas-nb .item.slick-current p {
  color: #50E3C2;
  text-shadow: 0 0 10px #50e3c2;
}

#ripley-gamer .slider-detalle-nb .modelo {
  background-color: #691B5C;
  display: inline-block;
  padding: 15px;
  border-radius: 5px;
  margin: 20px 0 10px;
}

#ripley-gamer .slider-detalle-nb h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 15px;
}

#ripley-gamer .slider-detalle-nb p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
}

#ripley-gamer .articulos-relacionados {
  position: relative;
  overflow: hidden;
  min-height: 350px;
}

#ripley-gamer .articulos-relacionados .articulo-right {
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #E75353;
  width: 100%;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
  padding-left: 4%;
}

#ripley-gamer .articulos-relacionados .articulo-right .content {
  max-width: 450px;
  text-align: center;
}

#ripley-gamer .articulos-relacionados .articulo-right .content span {
  background: rgba(0, 0, 0, 0.45);
  padding: 5px 20px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}

#ripley-gamer .articulos-relacionados .articulo-right .content h3 {
  font-size: 32px;
  font-weight: 300;
}

#ripley-gamer .articulos-relacionados .articulo-left {
  position: absolute;
  right: 50%;
  top: 40px;
  background: url("../images/bg/bg-articulo-nb.jpg") no-repeat right center #691B5C;
  width: 100%;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
  padding-right: 4%;
}

#ripley-gamer .articulos-relacionados .articulo-left .content {
  max-width: 450px;
  text-align: center;
}

#ripley-gamer .articulos-relacionados .articulo-left .content span {
  background: rgba(0, 0, 0, 0.45);
  padding: 5px 20px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}

#ripley-gamer .articulos-relacionados .articulo-left .content h3 {
  font-size: 32px;
  font-weight: 300;
}

#ripley-gamer .container-productos {
  min-height: 1000px;
}

#ripley-gamer .container-productos .filtros {
  background-color: #494544;
  position: relative;
  padding: 20px 15px;
}

#ripley-gamer .container-productos .filtros h3 {
  color: #cbc9c9;
  font-weight: 300;
  padding: 20px 0;
}

#ripley-gamer .container-productos .filtros:before {
  content: '';
  position: absolute;
  left: -1000px;
  top: 0;
  height: 100%;
  width: 1000px;
  display: block;
  background-color: #494544;
}

@media only screen and (max-width: 990px) {
  #ripley-gamer .container-productos .filtros:before {
    display: none;
  }
}

#ripley-gamer .container-productos .filtros h4 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

#ripley-gamer .container-productos .filtros ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

#ripley-gamer .container-productos .filtros ul li {
  text-transform: uppercase;
  margin-bottom: 10px;
}

#ripley-gamer .container-productos .filtros ul li a {
  color: #cbc9c9;
  text-decoration: none;
}

#ripley-gamer .container-productos .filtros ul li a:hover {
  text-decoration: underline;
}

#ripley-gamer .container-productos .filtros ul li .checkbox span {
  display: inline-block;
  vertical-align: middle;
  color: #cbc9c9 !important;
  width: 84%;
}

#ripley-gamer .container-productos .filtros ul li .checkbox.normal-text {
  text-transform: none;
}

#ripley-gamer .container-productos .filtros ul li .checkbox:hover .cs-checkbox-wrap {
  border: solid 1px rgba(255, 255, 255, 0.8);
  /*background: rgba(0,0,0,0.2); */
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .container-productos .filtros {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #ripley-gamer .container-productos .filtros.active {
    opacity: 1;
    visibility: visible;
    max-height: 10000px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #ripley-gamer .container-productos .filtros h4 {
    background: rgba(0, 0, 0, 0.38);
    padding: 16px 10px;
    margin-bottom: 1px;
    display: block;
    width: 100%;
    cursor: pointer;
  }
  #ripley-gamer .container-productos .filtros ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #ripley-gamer .container-productos .filtros ul.active {
    opacity: 1;
    visibility: visible;
    max-height: 10000px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #ripley-gamer .container-productos .filtros ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0;
    margin-bottom: 0;
  }
  #ripley-gamer .container-productos .filtros ul li a {
    text-decoration: none;
    padding: 12px 0;
    display: block;
    width: 100%;
  }
  #ripley-gamer .container-productos .filtros ul li a:hover {
    text-decoration: none;
  }
  #ripley-gamer .container-productos .filtros ul li .checkbox {
    padding: 14px 20px;
    display: block;
    width: 100%;
  }
  #ripley-gamer .container-productos .filtros ul li .checkbox.active {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
}

#ripley-gamer .pagination {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: auto;
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 20px;
}

#ripley-gamer .pagination li {
  display: table-cell;
  vertical-align: middle;
}

#ripley-gamer .pagination button {
  display: block;
  width: 60px;
  height: 60px;
  background: #282828;
  border: none;
  margin: 0 1px 0 0;
  color: #ccc;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .pagination button {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

#ripley-gamer .pagination button.prev {
  background: url("../images/slider/pager-left-arrow.svg") center no-repeat #FEC92F;
}

#ripley-gamer .pagination button.prev:hover {
  background: url("../images/slider/pager-left-arrow.svg") center no-repeat #FFDD33;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .pagination button.next {
  background: url("../images/slider/pager-right-arrow.svg") center no-repeat #FEC92F;
}

#ripley-gamer .pagination button.next:hover {
  background: url("../images/slider/pager-right-arrow.svg") center no-repeat #FFDD33;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .pagination button.current {
  background: #888;
  color: #333;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .pagination button:hover {
  background: #888;
  color: #333;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .result-items {
  width: 100%;
  padding: 20px 0;
  background: #494544;
}

#ripley-gamer .category-box {
  background: #494544;
}

#ripley-gamer .category-box .category {
  display: none;
}

#ripley-gamer .category-box .category.active {
  display: block;
}

#ripley-gamer .cover-category {
  width: 100%;
  background: #494544;
  margin: 0 auto;
  padding: 20px 3%;
  box-sizing: border-box;
}

#ripley-gamer .cover-category li {
  display: table-cell;
  width: 2%;
}

#ripley-gamer .cover-category a {
  display: table;
  float: none;
  margin: 0 auto;
  background: #333;
  padding: 20px 0;
  width: 93%;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a .corner {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a .corner:after, #ripley-gamer .cover-category a .corner:before {
  content: '';
  background: #FEC92F;
  position: absolute;
}

#ripley-gamer .cover-category a .corner.tl {
  top: 0;
  left: 0;
}

#ripley-gamer .cover-category a .corner.tl:before {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a .corner.tl:after {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a .corner.tr {
  right: 0;
  top: 0;
}

#ripley-gamer .cover-category a .corner.tr:before {
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a .corner.tr:after {
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a .corner.bl {
  bottom: 0;
  left: 0;
}

#ripley-gamer .cover-category a .corner.bl:before {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a .corner.bl:after {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a .corner.br {
  bottom: 0;
  right: 0;
}

#ripley-gamer .cover-category a .corner.br:before {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a .corner.br:after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a.active, #ripley-gamer .cover-category a:hover {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a.active p, #ripley-gamer .cover-category a:hover p {
  top: -10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a.active .corner, #ripley-gamer .cover-category a:hover .corner {
  opacity: 1;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a.active .corner.tl:before, #ripley-gamer .cover-category a:hover .corner.tl:before {
  width: 2px;
  height: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a.active .corner.tl:after, #ripley-gamer .cover-category a:hover .corner.tl:after {
  width: 40px;
  height: 2px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a.active .corner.tr:before, #ripley-gamer .cover-category a:hover .corner.tr:before {
  width: 2px;
  height: 40px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a.active .corner.tr:after, #ripley-gamer .cover-category a:hover .corner.tr:after {
  width: 40px;
  height: 2px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a.active .corner.bl:before, #ripley-gamer .cover-category a:hover .corner.bl:before {
  width: 3px;
  height: 40px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a.active .corner.bl:after, #ripley-gamer .cover-category a:hover .corner.bl:after {
  width: 40px;
  height: 2px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a.active .corner.br:before, #ripley-gamer .cover-category a:hover .corner.br:before {
  width: 2px;
  height: 40px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category a.active .corner.br:after, #ripley-gamer .cover-category a:hover .corner.br:after {
  width: 40px;
  height: 2px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .cover-category img {
  width: 68%;
  margin: 10px auto 15px;
  display: block;
  height: 50px;
  /*-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.37);*/
  /*-moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.37);*/
  /*box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.37);*/
}

#ripley-gamer .cover-category h3 {
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
}

#ripley-gamer .cover-category p {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 0;
  font-size: 13px;
  position: relative;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .deploy-filter-menu {
  display: none;
  max-width: 500px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #494544;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .deploy-filter-menu.active {
  max-height: 10000px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .deploy-filter-menu li {
  border-right: none;
  position: relative;
  float: left;
  width: 100%;
  display: block;
  font-size: 14px;
  margin-bottom: 1px;
  padding: 15px 10px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.38);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .deploy-filter-menu li.active {
  background: #494544;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .deploy-filter-menu {
    display: block;
  }
}

#ripley-gamer .top-slide-articles {
  width: 100%;
  position: relative;
  margin-top: -50px;
  z-index: 10;
  height: 200px;
  margin-bottom: 30px;
}

#ripley-gamer .top-slide-articles .article-box {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .top-slide-articles .article-box.active {
  box-shadow: 10px 13px 15px -1px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

#ripley-gamer .top-slide-articles .article-box.active .layer-filter {
  opacity: 0.2;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

#ripley-gamer .top-slide-articles .article-box.active .layer-filter-2 {
  opacity: 0.2;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

@media only screen and (max-width: 1024px) {
  #ripley-gamer .top-slide-articles {
    width: 100%;
    margin-top: 20px;
    height: auto;
    margin-bottom: 80px;
  }
  #ripley-gamer .top-slide-articles .article-box {
    width: 100%;
    max-width: 700px;
    height: 200px;
    -webkit-transform: skew(0, 0deg);
    transform: skew(0, 0deg);
  }
  #ripley-gamer .top-slide-articles .article-box.left {
    float: none;
    position: relative;
    left: 0;
    margin: 0 auto 20px;
  }
  #ripley-gamer .top-slide-articles .article-box.left .caption {
    left: 0;
    right: 0;
    width: 100%;
  }
  #ripley-gamer .top-slide-articles .article-box.right {
    float: none;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
  #ripley-gamer .top-slide-articles .article-box.right .caption {
    left: 0;
    right: 0;
    width: 100%;
  }
  #ripley-gamer .top-slide-articles .article-box .caption {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    padding: 40px 0;
  }
  #ripley-gamer .top-slide-articles .article-box .table-v-cent {
    padding: 0 40px;
    width: 100%;
  }
  #ripley-gamer .top-slide-articles .article-box .table-v-cent * {
    text-align: center;
  }
  #ripley-gamer .top-slide-articles .article-box .cont-bg {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    top: 0;
    left: 0;
    width: 100%;
  }
}

#ripley-gamer .layer-filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: -webkit-linear-gradient(left, #ffffff 0%, #b2b2b2 59%);
  background: linear-gradient(to right, #ffffff 0%, #b2b2b2 59%);
  z-index: 2;
  opacity: 0.2;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

#ripley-gamer .layer-filter.game {
  opacity: 0.8;
}

#ripley-gamer .layer-filter.game.left {
  background: #111;
  background: -webkit-linear-gradient(left, #111 0%, #444 59%);
  background: linear-gradient(to right, #111 0%, #444 59%);
}

#ripley-gamer .layer-filter.game.right {
  background: #111;
  background: -webkit-linear-gradient(right, #111 0%, #444 59%);
  background: linear-gradient(to left, #111 0%, #444 59%);
}

#ripley-gamer .layer-filter-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: inset 178px 0 78px -36px #1b1b1b;
  z-index: 2;
  height: 100%;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

#ripley-gamer .layer-filter-2.right {
  box-shadow: inset -178px 0 78px -36px #1b1b1b;
}

#ripley-gamer .table-v-cent {
  display: table;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

#ripley-gamer .table-v-cent .info {
  display: table-cell;
  vertical-align: middle;
}

#ripley-gamer .article-box {
  width: 50%;
  max-width: 100%;
  height: 200px;
  position: relative;
  -webkit-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  background: #333;
  overflow: hidden;
  /*transform: skewY(-5.9deg);*/
  /*transform-origin: 100%;*/
}

#ripley-gamer .article-box.left {
  float: left;
  position: relative;
  left: -20px;
}

#ripley-gamer .article-box.left .caption,
#ripley-gamer .article-box.left .table-v-cent {
  right: 0;
}

#ripley-gamer .article-box.right {
  float: right;
  position: relative;
  right: -20px;
  top: -40px;
}

#ripley-gamer .article-box.right .caption,
#ripley-gamer .article-box.right .table-v-cent {
  left: 0;
}

#ripley-gamer .article-box .caption {
  -webkit-transform: skew(7deg, 0deg);
  transform: skew(7deg, 0deg);
  z-index: 3;
  width: 80%;
  position: absolute;
  padding: 40px;
  height: 100%;
}

#ripley-gamer .article-box .cont-bg {
  -webkit-transform: skew(7deg, 0deg);
  transform: skew(7deg, 0deg);
  position: absolute;
  top: 0;
  left: -20px;
  width: 106%;
  min-width: 720px;
}

#ripley-gamer .article-box h3.big-upper-text {
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: 800;
  text-transform: uppercase;
}

@media only screen and (max-width: 1320px) {
  #ripley-gamer .article-box h3.big-upper-text {
    font-size: 23px;
  }
}

@media only screen and (max-width: 420px) {
  #ripley-gamer .article-box h3.big-upper-text {
    font-size: 18px;
  }
}

#ripley-gamer .article-box h3.shadow {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}

#ripley-gamer .article-box h3.middle-text {
  font-size: 32px;
  font-weight: 100;
}

@media only screen and (max-width: 1320px) {
  #ripley-gamer .article-box h3.middle-text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 420px) {
  #ripley-gamer .article-box h3.middle-text {
    font-size: 16px;
  }
}

#ripley-gamer .article-box h3.cent-text {
  text-align: center;
}

#ripley-gamer .article-box h3.single {
  margin-bottom: 0;
}

#ripley-gamer .article-box h4.middle-upper-text {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

@media only screen and (max-width: 1320px) {
  #ripley-gamer .article-box h4.middle-upper-text {
    font-size: 23px;
  }
}

@media only screen and (max-width: 420px) {
  #ripley-gamer .article-box h4.middle-upper-text {
    font-size: 16px;
  }
}

#ripley-gamer .article-box h4.shadow {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}

#ripley-gamer .article-box h4.single {
  margin-bottom: 0;
}

#ripley-gamer .c-box {
  background: #222;
  margin-top: -130px;
  padding: 30px 40px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .c-box {
    margin-top: 20px;
  }
}

#ripley-gamer .c-box.for-ficha {
  margin-top: -140px;
}

@media only screen and (max-width: 1000px) {
  #ripley-gamer .c-box.for-ficha {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #ripley-gamer .c-box {
    padding: 30px 10px;
  }
}

#ripley-gamer .box-complement {
  position: relative;
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .box-complement {
    margin-bottom: 90px;
  }
}

#ripley-gamer .box-complement * {
  text-align: center;
  text-transform: uppercase;
}

#ripley-gamer .box-complement h3 {
  margin-bottom: 10px;
}

#ripley-gamer .box-complement p {
  margin-bottom: 10px;
  color: #FEC92F;
}

#ripley-gamer .box-complement.more:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 110px;
  color: #FEC92F;
  display: block;
  height: 50px;
  width: 50px;
  margin: auto;
  background: url("../images/iconos/more-icon.png") center no-repeat;
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .box-complement.more:after {
    left: 0 !important;
    bottom: -80px;
    top: auto;
    right: 0 !important;
    background: url("../images/iconos/more-icon-small.png") center no-repeat;
  }
}

#ripley-gamer .box-complement.more.right:after {
  right: -40px;
}

#ripley-gamer .box-complement.more.left:after {
  left: -40px;
}

#ripley-gamer .pad-40 {
  padding: 40px 0;
}

#ripley-gamer .product-area {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

#ripley-gamer .product-area img {
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  max-width: 256px;
  width: 100%;
}

#ripley-gamer .product-area .product-area-bg {
  position: absolute;
  width: 80%;
  overflow: hidden;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 226px !important;
  z-index: 1;
}

#ripley-gamer .text-button-box {
  position: relative;
  margin: 30px auto;
  display: table;
}

#ripley-gamer .text-button-box p {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline;
  vertical-align: middle;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .text-button-box p {
    display: block;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .text-button-box .btn {
    display: table;
    margin: 0 auto;
  }
}

#ripley-gamer .breadcrumbs {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 20px;
}

#ripley-gamer .breadcrumbs li {
  float: left;
  margin-right: 10px;
  color: yellow;
  list-style: none;
  color: #fff;
  font-size: 13px;
}

#ripley-gamer .breadcrumbs li:after {
  content: '/';
  display: inline-block;
  color: #FEC92F;
  margin-left: 10px;
}

#ripley-gamer .breadcrumbs li:last-child:after {
  display: none;
}

#ripley-gamer .breadcrumbs li a {
  color: #FEC92F;
  text-decoration: none;
}

#ripley-gamer .breadcrumbs li a:hover {
  color: #fff;
}

#ripley-gamer .article-title {
  font-size: 32px;
  color: #FEC92F;
  font-weight: 100;
  margin-bottom: 20px;
}

#ripley-gamer .author {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

#ripley-gamer .article-info {
  padding: 30px 150px;
}

#ripley-gamer .article-info p {
  font-size: 16px;
  font-weight: 300;
  color: #CBC9C9;
}

@media only screen and (max-width: 901px) {
  #ripley-gamer .article-info {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#ripley-gamer .article-info .another-title {
  color: #FEC92F;
  font-size: 24px;
  font-weight: 300;
}

#ripley-gamer .share-icons {
  margin-top: 20px;
}

#ripley-gamer .share-icons li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

#ripley-gamer .share-icons i {
  background: url("../images/iconos/share-icons.svg") no-repeat;
  width: 28px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  opacity: 1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

#ripley-gamer .share-icons i:hover {
  opacity: 0.5;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

#ripley-gamer .share-icons .facebook {
  background-position: 0 0;
}

#ripley-gamer .share-icons .twitter {
  background-position: -28px 0;
}

#ripley-gamer .share-icons .instagram {
  background-position: -57px 0;
}

#ripley-gamer .slide-top {
  height: 750px;
}

@media only screen and (max-width: 1000px) {
  #ripley-gamer .slide-top {
    height: auto;
  }
}

#ripley-gamer .inner-cont {
  max-width: 1110px;
  margin: 0 auto;
  padding: 70px 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#ripley-gamer .inner-cont.for-media {
  max-width: 1200px;
}

@media only screen and (max-width: 1000px) {
  #ripley-gamer .inner-cont {
    padding: 0 10px;
  }
}

#ripley-gamer .details-area {
  background: #fff;
  float: left;
  width: 39.5%;
  padding: 30px 20px 40px;
  color: #ccc;
}

@media only screen and (max-width: 1000px) {
  #ripley-gamer .details-area {
    float: none;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    position: relative;
    max-width: 600px;
  }
}

#ripley-gamer .details-area h3 {
  color: #111;
  font-weight: 500;
  margin-bottom: 8px;
}

#ripley-gamer .details-area .sku {
  color: #9b9b9b;
  font-size: 14px;
  text-transform: uppercase;
}

#ripley-gamer .details-area p {
  /*float: left;*/
  text-align: left;
  margin: 10px auto 30px;
  display: block;
}

#ripley-gamer .details-area .btn {
  width: 60%;
  padding: 10px 0;
}

#ripley-gamer .details-area .chart-buttons {
  width: 40%;
}

#ripley-gamer .table-cont {
  width: 100%;
  padding: 20px;
  background: #fff;
  color: #6a6a6a;
}

#ripley-gamer .table-cont table {
  width: 100%;
}

#ripley-gamer .table-cont tr {
  background: #eaeaea;
}

#ripley-gamer .table-cont tr:nth-child(2n+0) {
  background: #fff;
}

#ripley-gamer .table-cont td {
  text-align: left;
  width: 2%;
  padding: 10px;
}

#ripley-gamer .foot-info i {
  float: left;
  height: 25px;
  width: 25px;
}

#ripley-gamer .foot-info span {
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  #ripley-gamer .foot-info span {
    float: none;
    position: relative;
    display: block;
    text-align: center;
  }
}

#ripley-gamer .foot-info .on-state {
  color: #54B268;
}

#ripley-gamer .foot-info .off-state {
  color: #D0011B;
}

#ripley-gamer .foot-info li {
  display: table-cell;
  width: 2%;
}

#ripley-gamer .foot-info li img {
  float: left;
  width: 100%;
  max-width: 25px;
  margin-right: 3px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  #ripley-gamer .foot-info li img {
    float: none;
    padding-bottom: 0;
    position: relative;
    display: block;
    margin: 0 auto 10px !important;
  }
}

#ripley-gamer .foot-info li .bordered {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 0 5px;
}

#ripley-gamer .foot-info li:first-child {
  border: none;
}

#ripley-gamer .foot-info li:first-child img {
  margin-left: 0;
}

#ripley-gamer .foot-info li:last-child {
  border: 0;
}

#ripley-gamer .foot-info li:last-child img {
  margin-left: 2%;
}

#ripley-gamer .media-area {
  float: left;
  width: 60%;
}

@media only screen and (max-width: 1000px) {
  #ripley-gamer .media-area {
    float: none;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  #ripley-gamer .media-area {
    width: 100%;
  }
}

#ripley-gamer .media-area .thumbnails {
  margin-left: 0;
  width: 13%;
  float: right;
}

@media only screen and (max-width: 1000px) {
  #ripley-gamer .media-area .thumbnails {
    margin-left: auto;
    width: auto;
    float: none;
    position: relative;
    display: table;
    margin-right: auto;
  }
}

#ripley-gamer .media-area .thumbnails .slick-track {
  width: 72px !important;
  left: 0 !important;
}

@media only screen and (max-width: 1000px) {
  #ripley-gamer .media-area .thumbnails .slick-track {
    width: 100% !important;
    left: 0 !important;
  }
}

#ripley-gamer .media-area .thumbnails li {
  width: 72px !important;
  height: 72px;
  background: #ccc;
  margin-bottom: 10px;
  list-style: none;
  background: #000;
  float: left;
  clear: both;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

#ripley-gamer .media-area .thumbnails li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media only screen and (max-width: 1000px) {
  #ripley-gamer .media-area .thumbnails li {
    width: 72px !important;
    height: 72px;
    margin-bottom: 10px;
    background: #000;
    float: left;
    clear: initial;
    overflow: hidden;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 640px) {
  #ripley-gamer .media-area .thumbnails li {
    width: 52px !important;
    height: 52px;
  }
}

#ripley-gamer .media-area .thumbnails li .corner {
  position: absolute;
  opacity: 0;
  z-index: 10;
}

#ripley-gamer .media-area .thumbnails li .corner:after, #ripley-gamer .media-area .thumbnails li .corner:before {
  content: '';
  background: #FEC92F;
  position: absolute;
}

#ripley-gamer .media-area .thumbnails li .corner.tl {
  top: 0;
  left: 0;
}

#ripley-gamer .media-area .thumbnails li .corner.tl:before {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}

#ripley-gamer .media-area .thumbnails li .corner.tl:after {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}

#ripley-gamer .media-area .thumbnails li .corner.tr {
  right: 0;
  top: 0;
}

#ripley-gamer .media-area .thumbnails li .corner.tr:before {
  width: 0;
  height: 0;
  right: 0;
  top: 0;
}

#ripley-gamer .media-area .thumbnails li .corner.tr:after {
  width: 0;
  height: 0;
  right: 0;
  top: 0;
}

#ripley-gamer .media-area .thumbnails li .corner.bl {
  bottom: 0;
  left: 0;
}

#ripley-gamer .media-area .thumbnails li .corner.bl:before {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
}

#ripley-gamer .media-area .thumbnails li .corner.bl:after {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
}

#ripley-gamer .media-area .thumbnails li .corner.br {
  bottom: 0;
  right: 0;
}

#ripley-gamer .media-area .thumbnails li .corner.br:before {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
}

#ripley-gamer .media-area .thumbnails li .corner.br:after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
}

#ripley-gamer .media-area .thumbnails li:hover:after {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .media-area .thumbnails li:hover .corner {
  opacity: 1;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .media-area .thumbnails li:hover .corner.tl:before {
  width: 2px;
  height: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .media-area .thumbnails li:hover .corner.tl:after {
  width: 15px;
  height: 2px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .media-area .thumbnails li:hover .corner.tr:before {
  width: 2px;
  height: 15px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .media-area .thumbnails li:hover .corner.tr:after {
  width: 15px;
  height: 2px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .media-area .thumbnails li:hover .corner.bl:before {
  width: 2px;
  height: 15px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .media-area .thumbnails li:hover .corner.bl:after {
  width: 15px;
  height: 2px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .media-area .thumbnails li:hover .corner.br:before {
  width: 2px;
  height: 15px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .media-area .thumbnails li:hover .corner.br:after {
  width: 15px;
  height: 2px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .media-area .thumbnails span {
  text-transform: uppercase;
  margin: 4px auto;
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}

#ripley-gamer .media-area .thumbnails img {
  width: 120%;
  left: -10px;
  position: relative;
}

#ripley-gamer .media-area .img-detail-area {
  float: right;
  width: 83%;
  margin-right: 1%;
}

@media only screen and (max-width: 1000px) {
  #ripley-gamer .media-area .img-detail-area {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#ripley-gamer .media-area .video {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#ripley-gamer .media-area .box {
  position: relative;
}

#ripley-gamer .media-area .box img {
  width: 100%;
}

#ripley-gamer .chart-buttons {
  float: left;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: 0;
}

#ripley-gamer .chart-buttons * {
  padding: 13px 0;
  display: table-cell;
  width: 2%;
  text-align: center;
  font-weight: 600;
  font-family: arial;
}

#ripley-gamer .chart-buttons .less,
#ripley-gamer .chart-buttons .more {
  cursor: pointer;
}

#ripley-gamer .price-type-table {
  width: 100%;
  border-bottom: solid 1px #494544;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 15px;
}

#ripley-gamer .price-type-table td {
  width: 2%;
  padding: 0 0 7px;
}

#ripley-gamer .price-type-table .left {
  text-align: left;
}

#ripley-gamer .price-type-table .right {
  text-align: right;
}

#ripley-gamer .price-type-table .internet-price td {
  color: #DD4757;
  font-weight: bold;
}

#ripley-gamer .full-article {
  margin-bottom: 40px;
}

#ripley-gamer .full-article div[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

#ripley-gamer .full-article h3 {
  font-weight: 300;
  font-size: 30px;
}

#ripley-gamer .full-article p {
  font-weight: 300;
  font-size: 20px;
}

#ripley-gamer .full-article .white-bg {
  background: #eee;
}

#ripley-gamer .full-article .white-bg h3 {
  color: #003C6E;
}

#ripley-gamer .full-article .white-bg p {
  color: #383838;
}

#ripley-gamer .full-article .dark-bg {
  background: none;
}

#ripley-gamer .full-article .dark-bg h3 {
  color: #FEC92F;
}

#ripley-gamer .full-article .dark-bg p {
  color: #fff;
}

#ripley-gamer .full-article .info {
  padding: 30px 90px;
  width: 80%;
  min-height: 335px;
}

#ripley-gamer .full-article .info.left {
  float: left;
}

#ripley-gamer .full-article .info.right {
  float: right;
}

@media only screen and (max-width: 1350px) {
  #ripley-gamer .full-article .info h3 {
    font-size: 26px;
  }
  #ripley-gamer .full-article .info p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .full-article .info {
    min-height: 0;
    padding: 30px 40px;
    width: 100%;
    float: none !important;
  }
}

@media only screen and (max-width: 640px) {
  #ripley-gamer .full-article .info h3 {
    font-size: 22px;
  }
  #ripley-gamer .full-article .info p {
    font-size: 16px;
  }
}

#ripley-gamer .full-article .image-cont {
  overflow: hidden;
  position: relative;
  min-height: 335px;
}

#ripley-gamer .triangle-right {
  width: 0;
  height: 0;
  border-top: 375px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 70px solid #eee;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

#ripley-gamer .triangle-left {
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 430px solid transparent;
  border-left: 70px solid #eee;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#ripley-gamer .product-slide-banner {
  background: #000;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 50px 0;
}

#ripley-gamer .product-slide-banner * {
  text-align: center;
}

#ripley-gamer .product-slide-banner .inner-banner-cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 20px;
}

#ripley-gamer .product-slide-banner .caption {
  position: relative;
  z-index: 1;
}

#ripley-gamer .product-slide-banner .producto {
  position: absolute;
  right: -30px;
  top: 60px;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .product-slide-banner .producto {
    opacity: 0.5;
  }
}

#ripley-gamer .product-slide-banner span {
  text-transform: uppercase;
  margin-bottom: 10px;
}

#ripley-gamer .product-slide-banner h3 {
  font-size: 28px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#ripley-gamer .product-slide-banner h4 {
  font-weight: 300;
}

#ripley-gamer .info-box,
#ripley-gamer .video-list-box {
  overflow: hidden;
  padding: 28px 20px 8px;
}

@media only screen and (max-width: 990px) {
  #ripley-gamer .info-box,
  #ripley-gamer .video-list-box {
    margin-bottom: 20px;
    padding: 28px 10px 8px;
  }
}

#ripley-gamer .info-box.grey-bg,
#ripley-gamer .video-list-box.grey-bg {
  background: #222;
}

#ripley-gamer .info-box *,
#ripley-gamer .video-list-box * {
  float: left;
  clear: both;
}

#ripley-gamer .info-box .article-arrow,
#ripley-gamer .video-list-box .article-arrow {
  display: block;
  margin-bottom: 20px;
}

#ripley-gamer .info-box h3,
#ripley-gamer .video-list-box h3 {
  color: #FEC92F;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 100;
}

#ripley-gamer .info-box .crowd-num,
#ripley-gamer .video-list-box .crowd-num {
  font-weight: 400;
  margin-bottom: 16px;
}

#ripley-gamer .info-box p,
#ripley-gamer .video-list-box p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 100;
  color: #CBC9C9;
}

#ripley-gamer .video-list-box img {
  width: 100%;
}

#ripley-gamer .video-list-box .video-item {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

#ripley-gamer .video-list-box .video-item:hover .info {
  color: #FEC92F;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media only screen and (max-width: 990px) {
  #ripley-gamer .video-list-box .video-item {
    width: 100%;
    float: left;
    margin-bottom: 2px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
  }
}

#ripley-gamer .video-list-box .video-box {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

#ripley-gamer .video-list-box .info {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
  float: none;
  color: white;
  font-size: 13px;
  padding: 0 10px 0 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .video-list-box .info span {
  opacity: 0.8;
}

#ripley-gamer .video-list-box .info .small-text {
  font-size: 12px;
  font-weight: 100;
}

@media only screen and (min-width: 640px) and (max-width: 991px) {
  #ripley-gamer .video-list-box .info span {
    font-size: 18px;
  }
  #ripley-gamer .video-list-box .info .small-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  #ripley-gamer .video-list-box .info span {
    font-size: 12px;
  }
}

#ripley-gamer .scrolled-content {
  width: 100%;
  /*overflow-y: scroll;*/
  max-height: 580px;
}

@media only screen and (max-width: 991px) {
  #ripley-gamer .scrolled-content {
    max-height: initial;
  }
}

#ripley-gamer .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: transparent;
  background: #333;
}

#ripley-gamer .mCSB_dragger_bar {
  width: 6px;
  margin: 5px 3px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#ripley-gamer .videos-wrap {
  margin-top: 100px;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .videos-wrap {
    margin-top: 50px;
  }
}

#ripley-gamer .videos-bg {
  background: url("../images/examples/videos-bg.jpg") top center no-repeat #1C1A21;
}

#ripley-gamer .video-description {
  float: left;
  background: #222;
  padding: 20px;
}

#ripley-gamer .video-description h3 {
  font-weight: 100;
  font-size: 22px !important;
  color: #FEC92F;
}

#ripley-gamer .video-description p {
  color: #ccc;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 100;
}

#ripley-gamer .video-description a {
  width: auto;
  display: table;
  border: none;
  text-decoration: none;
}

#ripley-gamer .video-description a figure {
  display: table-cell;
  float: none;
  padding-right: 10px;
}

#ripley-gamer .video-description a span {
  display: table-cell;
  float: none;
  color: #FEC92F;
  font-weight: 300;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .video-description a:hover span {
  color: white;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .video-wrap {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  float: left;
}

@media only screen and (max-width: 992px) {
  #ripley-gamer .video-wrap {
    /*margin-bottom: 30px;*/
  }
}

@media only screen and (max-width: 768px) {
  #ripley-gamer .video-wrap .video {
    height: 350px;
  }
}

#ripley-gamer .partida,
#ripley-gamer .video-prev {
  text-decoration: none;
  border: none;
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%;
}

#ripley-gamer .partida:hover .video-box .corner,
#ripley-gamer .video-prev:hover .video-box .corner {
  opacity: 1;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida:hover .video-box .corner.tl:before,
#ripley-gamer .video-prev:hover .video-box .corner.tl:before {
  width: 3px;
  height: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida:hover .video-box .corner.tl:after,
#ripley-gamer .video-prev:hover .video-box .corner.tl:after {
  width: 20px;
  height: 3px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida:hover .video-box .corner.tr:before,
#ripley-gamer .video-prev:hover .video-box .corner.tr:before {
  width: 3px;
  height: 20px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida:hover .video-box .corner.tr:after,
#ripley-gamer .video-prev:hover .video-box .corner.tr:after {
  width: 20px;
  height: 3px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida:hover .video-box .corner.bl:before,
#ripley-gamer .video-prev:hover .video-box .corner.bl:before {
  width: 3px;
  height: 20px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida:hover .video-box .corner.bl:after,
#ripley-gamer .video-prev:hover .video-box .corner.bl:after {
  width: 20px;
  height: 3px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida:hover .video-box .corner.br:before,
#ripley-gamer .video-prev:hover .video-box .corner.br:before {
  width: 3px;
  height: 20px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida:hover .video-box .corner.br:after,
#ripley-gamer .video-prev:hover .video-box .corner.br:after {
  width: 20px;
  height: 3px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida .video-box,
#ripley-gamer .video-prev .video-box {
  margin-bottom: 10px;
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#ripley-gamer .partida .video-box .corner,
#ripley-gamer .video-prev .video-box .corner {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida .video-box .corner:after, #ripley-gamer .partida .video-box .corner:before,
#ripley-gamer .video-prev .video-box .corner:after,
#ripley-gamer .video-prev .video-box .corner:before {
  content: '';
  background: #FEC92F;
  position: absolute;
}

#ripley-gamer .partida .video-box .corner.tl,
#ripley-gamer .video-prev .video-box .corner.tl {
  top: 0;
  left: 0;
}

#ripley-gamer .partida .video-box .corner.tl:before,
#ripley-gamer .video-prev .video-box .corner.tl:before {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida .video-box .corner.tl:after,
#ripley-gamer .video-prev .video-box .corner.tl:after {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida .video-box .corner.tr,
#ripley-gamer .video-prev .video-box .corner.tr {
  right: 0;
  top: 0;
}

#ripley-gamer .partida .video-box .corner.tr:before,
#ripley-gamer .video-prev .video-box .corner.tr:before {
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida .video-box .corner.tr:after,
#ripley-gamer .video-prev .video-box .corner.tr:after {
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida .video-box .corner.bl,
#ripley-gamer .video-prev .video-box .corner.bl {
  bottom: 0;
  left: 0;
}

#ripley-gamer .partida .video-box .corner.bl:before,
#ripley-gamer .video-prev .video-box .corner.bl:before {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida .video-box .corner.bl:after,
#ripley-gamer .video-prev .video-box .corner.bl:after {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida .video-box .corner.br,
#ripley-gamer .video-prev .video-box .corner.br {
  bottom: 0;
  right: 0;
}

#ripley-gamer .partida .video-box .corner.br:before,
#ripley-gamer .video-prev .video-box .corner.br:before {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida .video-box .corner.br:after,
#ripley-gamer .video-prev .video-box .corner.br:after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida span,
#ripley-gamer .video-prev span {
  font-size: 15px;
  color: #FEC92F;
  float: left;
  clear: both;
  display: block;
}

#ripley-gamer .partida {
  margin-bottom: 30px;
  float: left;
  text-decoration: none;
}

#ripley-gamer .partida span {
  color: #ccc;
  display: block;
  margin-top: 0;
  font-size: 14px;
  font-weight: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .partida .small-text {
  font-size: 13px !important;
  opacity: 0.5;
  margin-top: 5px !important;
}

#ripley-gamer .partida:hover span {
  color: #FEC92F;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#ripley-gamer .sin-resultados {
  margin-left: 20px;
  color: #cbc9c9;
}

@media only screen and (max-width: 992px) {
  #ripley-gamer .imagenes-articulo {
    visibility: visible !important;
  }
}

#ripley-gamer .reset-height {
  height: auto !important;
}

#ripley-gamer .contenido2-articulo a {
  color: white;
}

#ripley-gamer .contenido2-articulo a:visited {
  color: white;
}

/**** 21-03-2017 ****/
.ripley-header {
  margin-bottom: 0 !important;
}

.ripley-footer {
  margin-top: 0 !important;
}

#ripley-gamer {
  /*.header {
    border-bottom: 4px solid #56BCB8;
    background: linear-gradient(to bottom, rgba(54,54,54,1) 0%, rgba(0,0,0,1) 100%);
    max-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    .flex-header {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }

    h1 {
      background: url("../images/logos/logo-ripley-gamer.svg") no-repeat left top;
      background-size: cover;
      width: 190px;
      z-index: 10;
      text-indent: -99999px;
      margin: 10px 0;
    }

    nav {
      width: 60%;
      ul {
        list-style: none;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        li {
          display: block;
          border-right: 1px solid #000000;
          position: relative;
          &:after {
            content: '';
            position: absolute;
            width: 1px;
            background: #4A4A4A;
            height: 100%;
            top: 0;
            right: 0;
          }
          &:first-child {
            border-left: 1px solid #000000;
            &:before {
              content: '';
              position: absolute;
              width: 1px;
              background: #4A4A4A;
              height: 100%;
              top: 0;
              left: -2px;
            }
          }
          a {
            color: #ffffff;
            text-decoration: none;
            display: block;
            position: relative;
            text-align: center;
            min-width: 200px;
            padding: 24px 0;
            background: linear-gradient(to bottom, rgba(54,54,54,1) 0%, rgba(0,0,0,1) 100%);
            transition: all ease 300ms;
            &:hover, &.active {
              background: linear-gradient(to bottom, rgba(2,2,2,1) 0%, rgba(54,54,54,1) 100%);
            }
          }
        }
      }
      @media (max-width: 768px) {
        position: absolute;
        top: 0;
        left: -100%;
        width: 90%;
        height: 100%;
        transition: left ease 300ms;
        z-index: 20;
        &.active {
          left: 0;
        }
        ul {
          flex-direction: column;
          background-color: $green;
          margin: 0;
          li {

          }
        }
      }
    }
  }
  .show-menu {
    display: none;
    background: url('../images/iconos/show-menu.svg') no-repeat left top;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 300ms;
    z-index: 20;
    &.active {
      left: 90%;
      transform: rotate(180deg);
    }
    @media (max-width: 768px) {
      display: block;
    }
  }*/
}

#ripley-gamer .inner-header {
  width: 100%;
  background: #1C1A21;
  float: left;
  position: relative;
  z-index: 99;
  border-bottom: solid 1px #FEC92F;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .inner-header {
    position: fixed;
  }
}

@media only screen and (max-width: 1024px) {
  #ripley-gamer .inner-header a {
    font-size: 12px;
  }
}

#ripley-gamer .inner-header .nav-cont {
  max-width: 1110px;
  margin: 0 auto;
}

#ripley-gamer .inner-header .nav-cont li ul {
  overflow: hidden;
  position: absolute;
  background: #1C1A21;
  z-index: 1;
  left: -10%;
  width: 115%;
  display: block;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 300ms ease;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .inner-header .nav-cont li ul {
    width: 100%;
    left: 0;
    position: relative;
  }
  #ripley-gamer .inner-header .nav-cont li ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
}

#ripley-gamer .inner-header .nav-cont li ul.active {
  opacity: 1;
  visibility: visible;
  max-height: 10000px;
  transition: all 300ms ease;
}

#ripley-gamer .inner-header .nav-cont li ul li {
  float: left;
  width: 100%;
  display: block;
}

#ripley-gamer .inner-header .nav-cont li ul a {
  padding: 14px 10px 14px 10px;
  text-align: center;
  display: block;
  font-weight: 100;
  font-size: 14px;
  background: transparent;
  transition: all 300ms ease;
}

#ripley-gamer .inner-header .nav-cont li ul a:hover {
  background: black;
  transition: all 300ms ease;
}

#ripley-gamer .inner-header .nav-cont li ul span:after {
  display: none;
}

#ripley-gamer .inner-header ul {
  list-style: none;
  /*float: left;*/
  width: 44%;
}

#ripley-gamer .inner-header ul.to-left {
  width: 40%;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .inner-header ul.to-left {
    width: 100%;
  }
}

#ripley-gamer .inner-header li {
  display: table-cell;
  vertical-align: middle;
  width: 2%;
  position: relative;
}

#ripley-gamer .inner-header li.live {
  width: 3%;
}

#ripley-gamer .inner-header li.live a {
  pointer-events: none;
}

#ripley-gamer .inner-header li.live span {
  color: #CBC9C9;
  opacity: 0.5;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .inner-header li.live {
    width: 100%;
  }
  #ripley-gamer .inner-header li.live span {
    width: 190px;
    position: relative;
    margin: 0 auto;
    display: table;
  }
}

#ripley-gamer .inner-header li.live i {
  margin-right: 6%;
}

#ripley-gamer .inner-header li.live .live-icon {
  width: 30px;
  height: 21px;
  background: url(../images/iconos/live-icon.svg) left center no-repeat;
}

#ripley-gamer .inner-header li.live.active .live-icon {
  background: url(../images/iconos/live-icon.svg) right center no-repeat;
}

#ripley-gamer .inner-header li.live.active a {
  pointer-events: initial;
}

#ripley-gamer .inner-header li.live.active span {
  opacity: 1;
  color: white;
}

#ripley-gamer .inner-header a {
  /*display: block;*/
  text-decoration: none;
  color: #CBC9C9;
  padding: 25px 6%;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto;
}

#ripley-gamer .inner-header a.current {
  font-weight: 600;
  color: white;
}

#ripley-gamer .inner-header a.current span:after {
  opacity: 1;
  visibility: visible;
  left: -15px;
  transition: all 300ms ease;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .inner-header a.current span:after {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .inner-header a {
    width: 100%;
    display: block;
  }
}

#ripley-gamer .inner-header a:hover {
  color: white;
  transition: all 300ms ease;
}

#ripley-gamer .inner-header a:hover span:after {
  opacity: 1;
  visibility: visible;
  left: -15px;
  transition: all 300ms ease;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .inner-header a:hover span:after {
    display: none;
  }
}

#ripley-gamer .inner-header a span {
  position: relative;
}

#ripley-gamer .inner-header a span:after {
  opacity: 0;
  visibility: hidden;
  content: '';
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #e0271f;
  z-index: 10px;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 300ms ease;
}

#ripley-gamer .inner-header .gamers-logo {
  position: absolute;
  width: 107px;
  left: 0;
  right: 4%;
  margin: auto;
}

#ripley-gamer .inner-header .gamers-logo a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .inner-header {
    /*overflow: hidden;*/
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 99999;
    bottom: 98px;
    transition: all 300ms ease;
  }
  #ripley-gamer .inner-header .gamers-logo {
    display: none;
  }
  #ripley-gamer .inner-header ul {
    width: 100%;
  }
  #ripley-gamer .inner-header ul:last-child {
    border-bottom: none;
  }
  #ripley-gamer .inner-header ul:last-child:li:last-child {
    border-bottom: none;
  }
  #ripley-gamer .inner-header li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #FEC92F;
  }
  #ripley-gamer .inner-header a {
    padding: 14px 0;
  }
  #ripley-gamer .inner-header a:after {
    display: none;
  }
  #ripley-gamer .inner-header:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 23px solid #FEC92F;
    position: absolute;
    left: 26px;
    top: auto;
    bottom: -24px;
  }
  #ripley-gamer .inner-header:after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1C1A21;
    position: absolute;
    left: 27px;
    top: auto;
    bottom: -19px;
  }
  #ripley-gamer .inner-header.active {
    max-height: 10000px;
    visibility: visible;
    opacity: 1;
    transition: all 300ms ease;
  }
}

#ripley-gamer .deploy-mobile-menu {
  position: fixed;
  bottom: 24px;
  left: 20px;
  width: 45px;
  height: 45px;
  background: url(../images/iconos/menu-mob.svg) center no-repeat #FEC92F;
  z-index: 99999;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  #ripley-gamer .deploy-mobile-menu {
    display: block;
  }
}

#ripley-gamer .gamers-logo-mob {
  display: none;
  text-align: center;
  background: #000;
  margin: 0;
}

@media (max-width: 767px) {
  #ripley-gamer .gamers-logo-mob {
    display: block;
  }
}

#ripley-gamer .icon-element {
  background: url("../images/iconos/menu-nb.svg") no-repeat left top;
  display: inline-block;
  vertical-align: middle;
}

#ripley-gamer .icon-intro {
  width: 55px;
  height: 55px;
  background-position: 0 0;
}

#ripley-gamer .icon-procesador {
  width: 55px;
  height: 55px;
  background-position: 0 -55px;
}

#ripley-gamer .icon-ram {
  width: 55px;
  height: 55px;
  background-position: 0 -110px;
}

#ripley-gamer .icon-rendimiento {
  width: 55px;
  height: 55px;
  background-position: 0 -165px;
}

#ripley-gamer .icon-comprar {
  width: 55px;
  height: 55px;
  background-position: 0 -220px;
}

#ripley-gamer .slider-caracteristicas-nb .slick-current .icon-intro {
  background-position: -55px 0;
}

#ripley-gamer .slider-caracteristicas-nb .slick-current .icon-procesador {
  background-position: -55px -55px;
}

#ripley-gamer .slider-caracteristicas-nb .slick-current .icon-ram {
  background-position: -55px -110px;
}

#ripley-gamer .slider-caracteristicas-nb .slick-current .icon-rendimiento {
  background-position: -55px -165px;
}

#ripley-gamer .slider-caracteristicas-nb .slick-current .icon-comprar {
  background-position: -55px -220px;
}

#ripley-gamer .detail-icons {
  width: 24px;
  height: 24px;
}

#ripley-gamer .detail-icons.video-card {
  background: url(../images/iconos/icon-video-card.svg) center no-repeat;
}

#ripley-gamer .detail-icons.processor {
  background: url(../images/iconos/icon-processor.svg) center no-repeat;
}

#ripley-gamer .detail-icons.ram {
  background: url(../images/iconos/icon-ram.svg) center no-repeat;
}

#ripley-gamer .detail-icons.fps {
  background: url(../images/iconos/icon-fps.svg) center no-repeat;
}

#ripley-gamer .icon-arrow-bottom {
  background: url(../images/iconos/drop-down-arrow.svg) center no-repeat #FEC92F;
}

#ripley-gamer .house-icon {
  background: url(../images/iconos/small-home-icon.png) center no-repeat;
}

#ripley-gamer .place-icon {
  background: url(../images/iconos/small-place-icon.png) center no-repeat;
}

#ripley-gamer .store-icon {
  background: url(../images/iconos/small-store-icon.png) center no-repeat;
}

#ripley-gamer .play-icon {
  background: url(../images/iconos/play-icon.svg) center no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  margin: 10px auto 0;
}

.video-wrap {
  z-index: 9999;
}

.video-wrap .youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.video-wrap .youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.video-wrap .youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.video-wrap .youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.video-wrap .youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("../images/iconos/play-button.png") no-repeat;
  cursor: pointer;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
#ripley-gamer .screen {
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 300ms ease;
}

#ripley-gamer .screen.on-screen {
  opacity: 1;
}

#ripley-gamer .screen * {
  box-sizing: border-box;
}

#ripley-gamer .lightbox {
  padding: 20px;
  position: relative;
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

#ripley-gamer .lightbox h2 {
  color: #000;
  font-size: 20px;
}

#ripley-gamer .lightbox p {
  text-transform: uppercase;
}

#ripley-gamer .lightbox .sku-title {
  color: #666666;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

#ripley-gamer .lightbox .small-text {
  font-size: 14px;
  margin-bottom: 0;
}

#ripley-gamer .lightbox .botones {
  margin-top: 10px;
}

#ripley-gamer .lightbox .product-box {
  margin-bottom: 0;
}

#ripley-gamer .lightbox .product-box h3, #ripley-gamer .lightbox .product-box .oferta-price {
  font-size: 14px;
}

#ripley-gamer .lightbox .galeria {
  overflow: hidden;
  margin-top: 12px;
}

#ripley-gamer .lightbox .galeria ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

#ripley-gamer .lightbox .galeria ul li {
  width: 30%;
  padding: 5px 2px;
  border: 4px solid #E5E5E5;
  margin: 4px 1.6%;
}

#ripley-gamer .lightbox .galeria ul li a img {
  width: 100%;
}

#ripley-gamer .lightbox .content-galeria {
  margin-bottom: 10px;
}

#ripley-gamer .lightbox .galeria-vertical {
  margin: 0;
}

#ripley-gamer .lightbox .galeria-vertical .items-galeria {
  display: flex;
  flex-direction: column;
}

#ripley-gamer .lightbox .galeria-vertical .items-galeria li {
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 0;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  #ripley-gamer .lightbox .galeria-vertical .items-galeria {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  #ripley-gamer .lightbox .galeria-vertical .items-galeria li {
    width: 30%;
    margin-top: 10px;
    margin-right: 10px;
  }
}

#ripley-gamer .lightbox .product-points {
  margin-top: 0;
}

#ripley-gamer .lightbox.proximamente {
  max-width: 560px !important;
}

#ripley-gamer .lightbox.proximamente ul li {
  display: inline-block;
  margin: 10px;
}

#ripley-gamer .lightbox.proximamente ul li.sale_price {
  color: red;
}

#ripley-gamer .lightbox.proximamente ul li.opex_price {
  color: red;
  font-weight: 700;
}

#ripley-gamer .lightbox .informacion h4 {
  text-align: left !important;
}

#ripley-gamer .lightbox .informacion.proximamente h2 {
  text-align: center;
  font-size: 24px;
}

@media (max-width: 640px) {
  #ripley-gamer .lightbox .informacion.proximamente h2 {
    font-size: 18px;
  }
}

#ripley-gamer .lightbox .mensaje-no-encuentra {
  display: none;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

#ripley-gamer .lightbox .mensaje-no-encuentra h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

#ripley-gamer .lightbox .modal-wrapp {
  padding: 40px 20px 10px;
  border: 1px solid #000;
  background-color: #fff;
}

#ripley-gamer .lightbox .col-text {
  padding: 0 3%;
}

#ripley-gamer .lightbox .col-text h3 {
  text-decoration: none;
}

#ripley-gamer .lightbox .col-text p {
  text-align: center;
}

#ripley-gamer .lightbox .btn:hover {
  background-color: #404040;
  color: #FFF;
}

#ripley-gamer .lightbox button:active, #ripley-gamer .lightbox button:hover, #ripley-gamer .lightbox button:focus {
  outline: 0 none;
  border-radius: 0;
}

#ripley-gamer .lightbox .modal-footer {
  background-color: #eee;
  padding: 10px;
  text-align: right;
}

#ripley-gamer .lightbox .modal-footer p, #ripley-gamer .lightbox .modal-footer a {
  font-weight: 700;
  font-size: 12px;
}

#ripley-gamer .lightbox .modal-footer p {
  display: inline-block;
  color: #333;
  margin-bottom: 0;
}

#ripley-gamer .lightbox .bordered-bottom-box {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#ripley-gamer .lightbox .normal-price {
  display: block;
  font-size: 16px;
  color: #777777;
  margin-bottom: 5px;
}

#ripley-gamer .lightbox .oferta-price-2 {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #E9524F;
  margin-bottom: 5px;
}

#ripley-gamer .lightbox .oferta-price {
  color: #E9524F;
  font-size: 18px;
  font-weight: 700;
  min-height: 25px;
  display: block;
  margin-bottom: 5px;
}

#ripley-gamer .lightbox .oferta-price svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  vertical-align: bottom;
}

#ripley-gamer .lightbox .small-text {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}

#ripley-gamer .lightbox .product-name {
  margin-bottom: 0;
}

#ripley-gamer .lightbox .stronger-text {
  margin-bottom: 15px;
}

#ripley-gamer .lightbox .add-bag {
  background-color: #eee;
  visibility: hidden;
  min-height: 0;
  opacity: 0;
  transition: all 300ms ease;
  width: 100%;
}

#ripley-gamer .lightbox .add-bag.active {
  visibility: visible;
  display: block;
  min-height: 35px;
  opacity: 1;
  padding: 10px;
  margin: 0 0 10px;
}

#ripley-gamer .lightbox .add-bag p {
  margin: 0;
  font-size: 12px;
  line-height: 0;
}

#ripley-gamer .lightbox #producto h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}

#ripley-gamer .lightbox .error-variantes {
  clear: both;
  overflow: hidden;
  color: #d7292a;
  display: none;
  margin-bottom: 0;
}

#ripley-gamer .lightbox .card-img, #ripley-gamer .lightbox .oferta-price {
  display: inline-block;
  vertical-align: middle;
}

#ripley-gamer .lightbox .talla {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: left;
  font-size: .875em;
  line-height: 150%;
  font-weight: 600;
  color: #404040;
}

#ripley-gamer .lightbox .talla ul li {
  cursor: pointer;
  font-size: .875em;
  float: left;
  list-style: none;
  border: 3px solid #E5E5E5;
  background-color: #FFF;
  padding: 0 3px;
  margin-right: 5px;
}

#ripley-gamer .lightbox .talla ul li a {
  color: #000;
  text-decoration: none;
}

#ripley-gamer .lightbox .color {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
  font-size: .875em;
  line-height: 150%;
  font-weight: 600;
}

#ripley-gamer .lightbox .color ul li {
  cursor: pointer;
  font-size: .875em;
  float: left;
  list-style: none;
  border: 3px solid #E5E5E5;
  background-color: #FFF;
  /*text-indent: -9999px;*/
  padding: 1px 3px;
  margin-right: 5px;
  /*width: 30px*/
}

#ripley-gamer .lightbox .color ul li a {
  color: #404040;
  text-decoration: none;
}

#ripley-gamer .lightbox .color ul li a img {
  display: block;
}

#ripley-gamer .lightbox .talla ul li:hover, #ripley-gamer .lightbox .talla ul li.active, #ripley-gamer .lightbox .color ul li:hover, #ripley-gamer .lightbox .color ul li.active {
  border: 3px solid #FAC549;
}

#ripley-gamer .lightbox .vtalla, #ripley-gamer .lightbox .vcolor, #ripley-gamer .lightbox .variantes {
  display: none;
}

#ripley-gamer .lightbox .btn-accion {
  display: inline-block;
  margin: 0 auto 10px;
  font-size: 14px;
  clear: both;
  text-align: center;
  font-weight: normal !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

#ripley-gamer .lightbox .btn-comprar {
  clear: both;
  width: 100%;
  height: 39px;
  padding: 0;
  background-color: #E9524D;
  border: none;
  border-radius: 5px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 1px;
  text-decoration: none;
}

#ripley-gamer .lightbox .btn-agregar {
  clear: both;
  width: 100%;
  height: 39px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #E9524D;
  border-radius: 5px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 1px;
  text-decoration: none;
}

#ripley-gamer .lightbox .close-btn {
  background: url("../images/iconos/icon-cerrar.svg") no-repeat center #000000;
  position: absolute;
  right: 7px;
  top: 22px;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  visibility: visible;
  transition: all 300ms ease;
  z-index: 2;
}

#ripley-gamer .lightbox .close-btn:hover {
  background-color: #333333;
}

#ripley-gamer .lightbox .disponible-tienda {
  text-align: center;
}

#ripley-gamer .lightbox .disponible-tienda h2 {
  font-size: 32px;
  text-decoration: underline;
}

#ripley-gamer .lightbox .disponible-tienda h3 {
  font-size: 25px;
  text-decoration: none;
  margin: 0;
}

#ripley-gamer .lightbox .disponible-tienda .sku {
  border-bottom: 1px solid #ccc;
  width: auto;
  display: inline-block;
  padding: 0 16px 6px;
  margin-bottom: 8px;
  font-size: 14px;
}

#ripley-gamer .lightbox .disponible-tienda .price {
  font-size: 14px;
  margin-bottom: 40px;
}

#ripley-gamer .lightbox .disponible-tienda div p {
  font-size: 11px;
  text-transform: none;
}

#ripley-gamer .lightbox .disponible-tienda div p strong {
  text-transform: uppercase;
}

#ripley-gamer .lightbox .despacho ul {
  list-style: none;
  padding: 0;
}

#ripley-gamer .lightbox .despacho ul li {
  float: left;
  width: 33%;
  font-size: 11px;
  text-align: left;
  border-left: 1px solid #dddddd;
  padding: 0 5px;
  display: flex;
  align-items: center;
}

@media (max-width: 450px) {
  #ripley-gamer .lightbox .despacho ul li {
    width: 100%;
    border-left: none;
  }
}

#ripley-gamer .lightbox .despacho ul li:first-child {
  border-left: none;
}

#ripley-gamer .lightbox .despacho ul li .icon-despacho {
  background: url("../images/iconos/icons-despacho.svg") no-repeat left top;
  width: 30px;
  height: 30px;
  display: table-cell;
}

#ripley-gamer .lightbox .despacho ul li .icon-despacho.icon-domicilio {
  background-position: 0 0;
}

#ripley-gamer .lightbox .despacho ul li .icon-despacho.icon-remoto {
  background-position: 0 -30px;
}

#ripley-gamer .lightbox .despacho ul li .icon-despacho.icon-tienda {
  background-position: 0 -60px;
}

#ripley-gamer .lightbox .despacho ul li.active {
  color: #54B268;
}

#ripley-gamer .lightbox .despacho ul li.active .icon-despacho.icon-domicilio {
  background-position: -30px 0;
}

#ripley-gamer .lightbox .despacho ul li.active .icon-despacho.icon-remoto {
  background-position: -30px -30px;
}

#ripley-gamer .lightbox .despacho ul li.active .icon-despacho.icon-tienda {
  background-position: -30px -60px;
}

#ripley-gamer .lightbox .despacho ul li span {
  padding-left: 5px;
  width: 70%;
}

#ripley-gamer .lightbox .card-icon {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
}

#ripley-gamer .lightbox .ver-producto {
  color: #000;
  transition: all 300ms ease;
  text-transform: uppercase;
}

#ripley-gamer .lightbox .ver-producto:hover {
  color: #E9524D;
  transition: all 300ms ease;
}

#ripley-gamer .close-lightbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  color: #FFF;
  font-weight: 600;
  background-color: #FFCF00;
  padding: 9px;
}

#ripley-gamer .close-lightbox i {
  background-position: -146px -90px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  transition: transform ease 300ms;
  width: 16px;
}

#ripley-gamer .close-lightbox i:hover {
  transform: rotate(180deg);
}
.yt{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 35px auto;
  max-width: 1280px;
  max-height: 720px;
}
.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}