

/* Start:/bitrix/templates/main/libs/css/animate.css?160146912573335*/
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

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

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

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

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

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

  25%, 75% {
    opacity: 0;
  }
}

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

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  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);
  }
}

.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(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .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(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

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

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

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .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);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

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

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

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

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .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;
  }
}

.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-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }
}

.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-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }
}

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

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -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;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

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

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

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

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

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

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

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

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

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

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

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

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/* extend */
@keyframes jump{
  0%, 100%{-moz-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);}
  50%{-moz-transform: translateY(-4px);-o-transform: translateY(-4px);-ms-transform: translateY(-4px);transform: translateY(-4px);}
}

@-webkit-keyframes jump{
  0%, 100%{-webkit-transform: translateY(0px);}
  50%{-webkit-transform: translateY(-4px);}
}
/* End */


/* Start:/bitrix/templates/main/libs/css/fontello.css?1601469125120627*/
@font-face {
  font-family: 'fontello';
  src: url('/bitrix/templates/main/libs/css/../fonts/fontello.eot?46976072');
  src: url('/bitrix/templates/main/libs/css/../fonts/fontello.eot?46976072#iefix') format('embedded-opentype'),
       url('/bitrix/templates/main/libs/css/../fonts/fontello.woff?46976072') format('woff'),
       url('/bitrix/templates/main/libs/css/../fonts/fontello.ttf?46976072') format('truetype'),
       url('/bitrix/templates/main/libs/css/../fonts/fontello.svg?46976072#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/bitrix/templates/main/libs/css/../font/fontello.svg?46976072#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-glass:before { content: '\e800'; } /* '' */
.icon-music:before { content: '\e801'; } /* '' */
.icon-search:before { content: '\e802'; } /* '' */
.icon-mail-alt:before { content: '\e804'; } /* '' */
.icon-camera:before { content: '\e805'; } /* '' */
.icon-camera-alt:before { content: '\e806'; } /* '' */
.icon-th-large:before { content: '\e807'; } /* '' */
.icon-th:before { content: '\e808'; } /* '' */
.icon-th-list:before { content: '\e809'; } /* '' */
.icon-help:before { content: '\e80a'; } /* '' */
.icon-help-circled:before { content: '\e80b'; } /* '' */
.icon-info-circled:before { content: '\e80c'; } /* '' */
.icon-info:before { content: '\e80d'; } /* '' */
.icon-home:before { content: '\e80e'; } /* '' */
.icon-flag:before { content: '\e80f'; } /* '' */
.icon-flag-empty:before { content: '\e810'; } /* '' */
.icon-flag-checkered:before { content: '\e811'; } /* '' */
.icon-thumbs-up:before { content: '\e812'; } /* '' */
.icon-thumbs-down:before { content: '\e813'; } /* '' */
.icon-share-squared:before { content: '\e814'; } /* '' */
.icon-pencil:before { content: '\e815'; } /* '' */
.icon-pencil-squared:before { content: '\e816'; } /* '' */
.icon-edit:before { content: '\e817'; } /* '' */
.icon-print:before { content: '\e818'; } /* '' */
.icon-trash:before { content: '\e819'; } /* '' */
.icon-doc:before { content: '\e81a'; } /* '' */
.icon-docs:before { content: '\e81b'; } /* '' */
.icon-doc-text:before { content: '\e81c'; } /* '' */
.icon-doc-inv:before { content: '\e81d'; } /* '' */
.icon-code:before { content: '\e81e'; } /* '' */
.icon-retweet:before { content: '\e81f'; } /* '' */
.icon-comment-1:before { content: '\e820'; } /* '' */
.icon-comment-alt:before { content: '\e821'; } /* '' */
.icon-left-open:before { content: '\e822'; } /* '' */
.icon-right-open:before { content: '\e823'; } /* '' */
.icon-down-circle:before { content: '\e824'; } /* '' */
.icon-left-circle:before { content: '\e825'; } /* '' */
.icon-progress-5:before { content: '\e826'; } /* '' */
.icon-progress-6:before { content: '\e827'; } /* '' */
.icon-progress-7:before { content: '\e828'; } /* '' */
.icon-font:before { content: '\e829'; } /* '' */
.icon-block:before { content: '\e82a'; } /* '' */
.icon-resize-full:before { content: '\e82b'; } /* '' */
.icon-resize-full-alt:before { content: '\e82c'; } /* '' */
.icon-resize-small:before { content: '\e82d'; } /* '' */
.icon-braille:before { content: '\e82e'; } /* '' */
.icon-book:before { content: '\e82f'; } /* '' */
.icon-adjust:before { content: '\e830'; } /* '' */
.icon-tint:before { content: '\e831'; } /* '' */
.icon-check:before { content: '\e832'; } /* '' */
.icon-check-empty:before { content: '\e833'; } /* '' */
.icon-asterisk:before { content: '\e834'; } /* '' */
.icon-gift:before { content: '\e835'; } /* '' */
.icon-fire:before { content: '\e836'; } /* '' */
.icon-magnet:before { content: '\e837'; } /* '' */
.icon-chart:before { content: '\e838'; } /* '' */
.icon-chart-circled:before { content: '\e839'; } /* '' */
.icon-credit-card:before { content: '\e83a'; } /* '' */
.icon-megaphone:before { content: '\e83b'; } /* '' */
.icon-clipboard:before { content: '\e83c'; } /* '' */
.icon-hdd:before { content: '\e83d'; } /* '' */
.icon-key:before { content: '\e83e'; } /* '' */
.icon-certificate:before { content: '\e83f'; } /* '' */
.icon-tasks:before { content: '\e840'; } /* '' */
.icon-filter:before { content: '\e841'; } /* '' */
.icon-gauge:before { content: '\e842'; } /* '' */
.icon-smiley:before { content: '\e843'; } /* '' */
.icon-smiley-circled:before { content: '\e844'; } /* '' */
.icon-address-book:before { content: '\e845'; } /* '' */
.icon-address-book-alt:before { content: '\e846'; } /* '' */
.icon-asl:before { content: '\e847'; } /* '' */
.icon-glasses:before { content: '\e848'; } /* '' */
.icon-hearing-impaired:before { content: '\e849'; } /* '' */
.icon-iphone-home:before { content: '\e84a'; } /* '' */
.icon-person:before { content: '\e84b'; } /* '' */
.icon-adult:before { content: '\e84c'; } /* '' */
.icon-child:before { content: '\e84d'; } /* '' */
.icon-blind:before { content: '\e84e'; } /* '' */
.icon-guidedog:before { content: '\e84f'; } /* '' */
.icon-accessibility:before { content: '\e850'; } /* '' */
.icon-universal-access:before { content: '\e851'; } /* '' */
.icon-male:before { content: '\e852'; } /* '' */
.icon-female:before { content: '\e853'; } /* '' */
.icon-behance:before { content: '\e854'; } /* '' */
.icon-blogger:before { content: '\e855'; } /* '' */
.icon-cc:before { content: '\e856'; } /* '' */
.icon-css:before { content: '\e857'; } /* '' */
.icon-delicious:before { content: '\e858'; } /* '' */
.icon-deviantart:before { content: '\e859'; } /* '' */
.icon-digg:before { content: '\e85a'; } /* '' */
.icon-dribbble:before { content: '\e85b'; } /* '' */
.icon-facebook:before { content: '\e85c'; } /* '' */
.icon-flickr:before { content: '\e85d'; } /* '' */
.icon-foursquare:before { content: '\e85e'; } /* '' */
.icon-friendfeed:before { content: '\e85f'; } /* '' */
.icon-friendfeed-rect:before { content: '\e860'; } /* '' */
.icon-github:before { content: '\e861'; } /* '' */
.icon-github-text:before { content: '\e862'; } /* '' */
.icon-googleplus:before { content: '\e863'; } /* '' */
.icon-instagram:before { content: '\e864'; } /* '' */
.icon-linkedin:before { content: '\e865'; } /* '' */
.icon-path:before { content: '\e866'; } /* '' */
.icon-picasa:before { content: '\e867'; } /* '' */
.icon-pinterest:before { content: '\e868'; } /* '' */
.icon-reddit:before { content: '\e869'; } /* '' */
.icon-skype-1:before { content: '\e86a'; } /* '' */
.icon-slideshare:before { content: '\e86b'; } /* '' */
.icon-stackoverflow:before { content: '\e86c'; } /* '' */
.icon-stumbleupon:before { content: '\e86d'; } /* '' */
.icon-twitter:before { content: '\e86e'; } /* '' */
.icon-tumblr:before { content: '\e86f'; } /* '' */
.icon-vimeo:before { content: '\e870'; } /* '' */
.icon-vkontakte:before { content: '\e871'; } /* '' */
.icon-w3c:before { content: '\e872'; } /* '' */
.icon-wordpress:before { content: '\e873'; } /* '' */
.icon-youtube-1:before { content: '\e874'; } /* '' */
.icon-music-1:before { content: '\e875'; } /* '' */
.icon-search-1:before { content: '\e876'; } /* '' */
.icon-mail-1:before { content: '\e877'; } /* '' */
.icon-heart:before { content: '\e878'; } /* '' */
.icon-star:before { content: '\e879'; } /* '' */
.icon-user:before { content: '\e87a'; } /* '' */
.icon-videocam:before { content: '\e87b'; } /* '' */
.icon-camera-1:before { content: '\e87c'; } /* '' */
.icon-photo:before { content: '\e87d'; } /* '' */
.icon-attach:before { content: '\e87e'; } /* '' */
.icon-lock:before { content: '\e87f'; } /* '' */
.icon-eye:before { content: '\e880'; } /* '' */
.icon-tag-1:before { content: '\e881'; } /* '' */
.icon-thumbs-up-1:before { content: '\e882'; } /* '' */
.icon-pencil-1:before { content: '\e883'; } /* '' */
.icon-comment:before { content: '\e884'; } /* '' */
.icon-location:before { content: '\e885'; } /* '' */
.icon-cup:before { content: '\e886'; } /* '' */
.icon-trash-1:before { content: '\e887'; } /* '' */
.icon-doc-1:before { content: '\e888'; } /* '' */
.icon-note:before { content: '\e889'; } /* '' */
.icon-cog:before { content: '\e88a'; } /* '' */
.icon-params:before { content: '\e88b'; } /* '' */
.icon-calendar:before { content: '\e88c'; } /* '' */
.icon-sound:before { content: '\e88d'; } /* '' */
.icon-clock:before { content: '\e88e'; } /* '' */
.icon-lightbulb:before { content: '\e88f'; } /* '' */
.icon-tv:before { content: '\e890'; } /* '' */
.icon-desktop:before { content: '\e891'; } /* '' */
.icon-mobile:before { content: '\e892'; } /* '' */
.icon-cd:before { content: '\e893'; } /* '' */
.icon-inbox:before { content: '\e894'; } /* '' */
.icon-globe:before { content: '\e895'; } /* '' */
.icon-cloud:before { content: '\e896'; } /* '' */
.icon-paper-plane:before { content: '\e897'; } /* '' */
.icon-fire-1:before { content: '\e898'; } /* '' */
.icon-graduation-cap:before { content: '\e899'; } /* '' */
.icon-megaphone-1:before { content: '\e89a'; } /* '' */
.icon-database:before { content: '\e89b'; } /* '' */
.icon-key-1:before { content: '\e89c'; } /* '' */
.icon-beaker:before { content: '\e89d'; } /* '' */
.icon-truck:before { content: '\e89e'; } /* '' */
.icon-money:before { content: '\e89f'; } /* '' */
.icon-food:before { content: '\e8a0'; } /* '' */
.icon-shop:before { content: '\e8a1'; } /* '' */
.icon-diamond:before { content: '\e8a2'; } /* '' */
.icon-t-shirt:before { content: '\e8a3'; } /* '' */
.icon-wallet:before { content: '\e8a4'; } /* '' */
.icon-search-2:before { content: '\e8a5'; } /* '' */
.icon-mail-2:before { content: '\e8a6'; } /* '' */
.icon-heart-1:before { content: '\e8a7'; } /* '' */
.icon-heart-empty:before { content: '\e8a8'; } /* '' */
.icon-star-1:before { content: '\e8a9'; } /* '' */
.icon-user-1:before { content: '\e8aa'; } /* '' */
.icon-video:before { content: '\e8ab'; } /* '' */
.icon-picture:before { content: '\e8ac'; } /* '' */
.icon-th-large-1:before { content: '\e8ad'; } /* '' */
.icon-th-1:before { content: '\e8ae'; } /* '' */
.icon-th-list-1:before { content: '\e8af'; } /* '' */
.icon-ok:before { content: '\e8b0'; } /* '' */
.icon-ok-circle:before { content: '\e8b1'; } /* '' */
.icon-cancel:before { content: '\e8b2'; } /* '' */
.icon-cancel-circle:before { content: '\e8b3'; } /* '' */
.icon-plus-circle:before { content: '\e8b4'; } /* '' */
.icon-minus-circle:before { content: '\e8b5'; } /* '' */
.icon-link:before { content: '\e8b6'; } /* '' */
.icon-attach-1:before { content: '\e8b7'; } /* '' */
.icon-lock-1:before { content: '\e8b8'; } /* '' */
.icon-lock-open:before { content: '\e8b9'; } /* '' */
.icon-chat:before { content: '\e8ba'; } /* '' */
.icon-attention:before { content: '\e8bb'; } /* '' */
.icon-location-1:before { content: '\e8bc'; } /* '' */
.icon-doc-2:before { content: '\e8bd'; } /* '' */
.icon-docs-landscape:before { content: '\e8be'; } /* '' */
.icon-folder:before { content: '\e8bf'; } /* '' */
.icon-archive:before { content: '\e8c0'; } /* '' */
.icon-rss:before { content: '\e8c1'; } /* '' */
.icon-rss-alt:before { content: '\e8c2'; } /* '' */
.icon-cog-1:before { content: '\e8c3'; } /* '' */
.icon-logout:before { content: '\e8c4'; } /* '' */
.icon-clock-1:before { content: '\e8c5'; } /* '' */
.icon-right-circle:before { content: '\e8c6'; } /* '' */
.icon-up-circle:before { content: '\e8c7'; } /* '' */
.icon-down-dir:before { content: '\e8c8'; } /* '' */
.icon-right-dir:before { content: '\e8c9'; } /* '' */
.icon-down-micro:before { content: '\e8ca'; } /* '' */
.icon-up-micro:before { content: '\e8cb'; } /* '' */
.icon-cw-circle:before { content: '\e8cc'; } /* '' */
.icon-arrows-cw:before { content: '\e8cd'; } /* '' */
.icon-updown-circle:before { content: '\e8ce'; } /* '' */
.icon-target:before { content: '\e8cf'; } /* '' */
.icon-signal:before { content: '\e8d0'; } /* '' */
.icon-progress-0:before { content: '\e8d1'; } /* '' */
.icon-list:before { content: '\e8d2'; } /* '' */
.icon-list-numbered:before { content: '\e8d3'; } /* '' */
.icon-indent-left:before { content: '\e8d4'; } /* '' */
.icon-indent-right:before { content: '\e8d5'; } /* '' */
.icon-cloud-1:before { content: '\e8d6'; } /* '' */
.icon-terminal:before { content: '\e8d7'; } /* '' */
.icon-facebook-rect:before { content: '\e8d8'; } /* '' */
.icon-twitter-bird:before { content: '\e8d9'; } /* '' */
.icon-vimeo-rect:before { content: '\e8da'; } /* '' */
.icon-tumblr-rect:before { content: '\e8db'; } /* '' */
.icon-googleplus-rect:before { content: '\e8dc'; } /* '' */
.icon-linkedin-rect:before { content: '\e8dd'; } /* '' */
.icon-resize-vertical:before { content: '\e8de'; } /* '' */
.icon-resize-horizontal:before { content: '\e8df'; } /* '' */
.icon-move:before { content: '\e8e0'; } /* '' */
.icon-zoom-in:before { content: '\e8e1'; } /* '' */
.icon-zoom-out:before { content: '\e8e2'; } /* '' */
.icon-down-open:before { content: '\e8e3'; } /* '' */
.icon-left-open-1:before { content: '\e8e4'; } /* '' */
.icon-right-open-1:before { content: '\e8e5'; } /* '' */
.icon-up-open:before { content: '\e8e6'; } /* '' */
.icon-down:before { content: '\e8e7'; } /* '' */
.icon-left:before { content: '\e8e8'; } /* '' */
.icon-right:before { content: '\e8e9'; } /* '' */
.icon-up:before { content: '\e8ea'; } /* '' */
.icon-down-circled:before { content: '\e8eb'; } /* '' */
.icon-left-circled:before { content: '\e8ec'; } /* '' */
.icon-right-circled:before { content: '\e8ed'; } /* '' */
.icon-up-circled:before { content: '\e8ee'; } /* '' */
.icon-down-hand:before { content: '\e8ef'; } /* '' */
.icon-left-hand:before { content: '\e8f0'; } /* '' */
.icon-right-hand:before { content: '\e8f1'; } /* '' */
.icon-up-hand:before { content: '\e8f2'; } /* '' */
.icon-cw:before { content: '\e8f3'; } /* '' */
.icon-cw-circled:before { content: '\e8f4'; } /* '' */
.icon-arrows-cw-1:before { content: '\e8f5'; } /* '' */
.icon-shuffle:before { content: '\e8f6'; } /* '' */
.icon-play:before { content: '\e8f7'; } /* '' */
.icon-play-circled:before { content: '\e8f8'; } /* '' */
.icon-play-circled2:before { content: '\e8f9'; } /* '' */
.icon-stop:before { content: '\e8fa'; } /* '' */
.icon-stop-circled:before { content: '\e8fb'; } /* '' */
.icon-pause:before { content: '\e8fc'; } /* '' */
.icon-pause-circled:before { content: '\e8fd'; } /* '' */
.icon-record:before { content: '\e8fe'; } /* '' */
.icon-eject:before { content: '\e8ff'; } /* '' */
.icon-backward:before { content: '\e900'; } /* '' */
.icon-backward-circled:before { content: '\e901'; } /* '' */
.icon-fast-backward:before { content: '\e902'; } /* '' */
.icon-fast-forward:before { content: '\e903'; } /* '' */
.icon-forward:before { content: '\e904'; } /* '' */
.icon-forward-circled:before { content: '\e905'; } /* '' */
.icon-step-backward:before { content: '\e906'; } /* '' */
.icon-step-forward:before { content: '\e907'; } /* '' */
.icon-target-1:before { content: '\e908'; } /* '' */
.icon-signal-1:before { content: '\e909'; } /* '' */
.icon-desktop-1:before { content: '\e90a'; } /* '' */
.icon-desktop-circled:before { content: '\e90b'; } /* '' */
.icon-laptop:before { content: '\e90c'; } /* '' */
.icon-laptop-circled:before { content: '\e90d'; } /* '' */
.icon-network:before { content: '\e90e'; } /* '' */
.icon-inbox-1:before { content: '\e90f'; } /* '' */
.icon-inbox-circled:before { content: '\e910'; } /* '' */
.icon-inbox-alt:before { content: '\e911'; } /* '' */
.icon-globe-1:before { content: '\e912'; } /* '' */
.icon-globe-alt:before { content: '\e913'; } /* '' */
.icon-cloud-2:before { content: '\e914'; } /* '' */
.icon-cloud-circled:before { content: '\e915'; } /* '' */
.icon-flight:before { content: '\e916'; } /* '' */
.icon-leaf:before { content: '\e917'; } /* '' */
.icon-font-1:before { content: '\e918'; } /* '' */
.icon-fontsize:before { content: '\e919'; } /* '' */
.icon-bold:before { content: '\e91a'; } /* '' */
.icon-italic:before { content: '\e91b'; } /* '' */
.icon-text-height:before { content: '\e91c'; } /* '' */
.icon-text-width:before { content: '\e91d'; } /* '' */
.icon-align-left:before { content: '\e91e'; } /* '' */
.icon-align-center:before { content: '\e91f'; } /* '' */
.icon-align-right:before { content: '\e920'; } /* '' */
.icon-align-justify:before { content: '\e921'; } /* '' */
.icon-list-1:before { content: '\e922'; } /* '' */
.icon-indent-left-1:before { content: '\e923'; } /* '' */
.icon-indent-right-1:before { content: '\e924'; } /* '' */
.icon-briefcase:before { content: '\e925'; } /* '' */
.icon-off:before { content: '\e926'; } /* '' */
.icon-road:before { content: '\e927'; } /* '' */
.icon-qrcode:before { content: '\e928'; } /* '' */
.icon-barcode:before { content: '\e929'; } /* '' */
.icon-tag:before { content: '\e92a'; } /* '' */
.icon-reply:before { content: '\e92b'; } /* '' */
.icon-reply-all:before { content: '\e92c'; } /* '' */
.icon-forward-1:before { content: '\e92d'; } /* '' */
.icon-block-1:before { content: '\e92e'; } /* '' */
.icon-resize-full-1:before { content: '\e92f'; } /* '' */
.icon-resize-full-circle:before { content: '\e930'; } /* '' */
.icon-popup:before { content: '\e931'; } /* '' */
.icon-progress-1:before { content: '\e932'; } /* '' */
.icon-progress-2:before { content: '\e933'; } /* '' */
.icon-progress-3:before { content: '\e934'; } /* '' */
.icon-progress-4:before { content: '\e935'; } /* '' */
.icon-skype:before { content: '\e936'; } /* '' */
.icon-vkontakte-rect:before { content: '\e937'; } /* '' */
.icon-youtube:before { content: '\e938'; } /* '' */
.icon-odnoklassniki-rect:before { content: '\e939'; } /* '' */
.icon-glass-1:before { content: '\e93a'; } /* '' */
.icon-music-2:before { content: '\e93b'; } /* '' */
.icon-search-3:before { content: '\e93c'; } /* '' */
.icon-search-circled:before { content: '\e93d'; } /* '' */
.icon-mail-3:before { content: '\e93e'; } /* '' */
.icon-mail-circled:before { content: '\e93f'; } /* '' */
.icon-heart-2:before { content: '\e940'; } /* '' */
.icon-heart-circled:before { content: '\e941'; } /* '' */
.icon-heart-empty-1:before { content: '\e942'; } /* '' */
.icon-star-2:before { content: '\e943'; } /* '' */
.icon-star-circled:before { content: '\e944'; } /* '' */
.icon-star-empty:before { content: '\e945'; } /* '' */
.icon-user-2:before { content: '\e946'; } /* '' */
.icon-group:before { content: '\e947'; } /* '' */
.icon-group-circled:before { content: '\e948'; } /* '' */
.icon-torso:before { content: '\e949'; } /* '' */
.icon-video-1:before { content: '\e94a'; } /* '' */
.icon-video-circled:before { content: '\e94b'; } /* '' */
.icon-video-alt:before { content: '\e94c'; } /* '' */
.icon-videocam-1:before { content: '\e94d'; } /* '' */
.icon-video-chat:before { content: '\e94e'; } /* '' */
.icon-picture-1:before { content: '\e94f'; } /* '' */
.icon-camera-2:before { content: '\e950'; } /* '' */
.icon-photo-1:before { content: '\e951'; } /* '' */
.icon-photo-circled:before { content: '\e952'; } /* '' */
.icon-th-large-2:before { content: '\e953'; } /* '' */
.icon-th-2:before { content: '\e954'; } /* '' */
.icon-th-list-2:before { content: '\e955'; } /* '' */
.icon-view-mode:before { content: '\e956'; } /* '' */
.icon-ok-1:before { content: '\e957'; } /* '' */
.icon-ok-circled:before { content: '\e958'; } /* '' */
.icon-ok-circled2:before { content: '\e959'; } /* '' */
.icon-cancel-1:before { content: '\e95a'; } /* '' */
.icon-cancel-circled:before { content: '\e95b'; } /* '' */
.icon-cancel-circled2:before { content: '\e95c'; } /* '' */
.icon-plus:before { content: '\e95d'; } /* '' */
.icon-plus-circled:before { content: '\e95e'; } /* '' */
.icon-minus:before { content: '\e95f'; } /* '' */
.icon-minus-circled:before { content: '\e960'; } /* '' */
.icon-help-1:before { content: '\e961'; } /* '' */
.icon-help-circled-1:before { content: '\e962'; } /* '' */
.icon-info-circled-1:before { content: '\e963'; } /* '' */
.icon-home-1:before { content: '\e964'; } /* '' */
.icon-home-circled:before { content: '\e965'; } /* '' */
.icon-website:before { content: '\e966'; } /* '' */
.icon-website-circled:before { content: '\e967'; } /* '' */
.icon-attach-2:before { content: '\e968'; } /* '' */
.icon-attach-circled:before { content: '\e969'; } /* '' */
.icon-lock-2:before { content: '\e96a'; } /* '' */
.icon-lock-circled:before { content: '\e96b'; } /* '' */
.icon-lock-open-1:before { content: '\e96c'; } /* '' */
.icon-lock-open-alt:before { content: '\e96d'; } /* '' */
.icon-eye-1:before { content: '\e96e'; } /* '' */
.icon-eye-off:before { content: '\e96f'; } /* '' */
.icon-tag-2:before { content: '\e970'; } /* '' */
.icon-tags:before { content: '\e971'; } /* '' */
.icon-bookmark:before { content: '\e972'; } /* '' */
.icon-bookmark-empty:before { content: '\e973'; } /* '' */
.icon-flag-1:before { content: '\e974'; } /* '' */
.icon-flag-circled:before { content: '\e975'; } /* '' */
.icon-thumbs-up-2:before { content: '\e976'; } /* '' */
.icon-thumbs-down-1:before { content: '\e977'; } /* '' */
.icon-download:before { content: '\e978'; } /* '' */
.icon-download-alt:before { content: '\e979'; } /* '' */
.icon-upload:before { content: '\e97a'; } /* '' */
.icon-share:before { content: '\e97b'; } /* '' */
.icon-quote:before { content: '\e97c'; } /* '' */
.icon-quote-circled:before { content: '\e97d'; } /* '' */
.icon-export:before { content: '\e97e'; } /* '' */
.icon-pencil-2:before { content: '\e97f'; } /* '' */
.icon-pencil-circled:before { content: '\e980'; } /* '' */
.icon-edit-1:before { content: '\e981'; } /* '' */
.icon-edit-circled:before { content: '\e982'; } /* '' */
.icon-edit-alt:before { content: '\e983'; } /* '' */
.icon-print-1:before { content: '\e984'; } /* '' */
.icon-retweet-1:before { content: '\e985'; } /* '' */
.icon-comment-2:before { content: '\e986'; } /* '' */
.icon-comment-alt-1:before { content: '\e987'; } /* '' */
.icon-bell:before { content: '\e988'; } /* '' */
.icon-warning:before { content: '\e989'; } /* '' */
.icon-exclamation:before { content: '\e98a'; } /* '' */
.icon-error:before { content: '\e98b'; } /* '' */
.icon-error-alt:before { content: '\e98c'; } /* '' */
.icon-location-2:before { content: '\e98d'; } /* '' */
.icon-location-circled:before { content: '\e98e'; } /* '' */
.icon-compass:before { content: '\e98f'; } /* '' */
.icon-compass-circled:before { content: '\e990'; } /* '' */
.icon-trash-2:before { content: '\e991'; } /* '' */
.icon-trash-circled:before { content: '\e992'; } /* '' */
.icon-doc-3:before { content: '\e993'; } /* '' */
.icon-doc-circled:before { content: '\e994'; } /* '' */
.icon-doc-new:before { content: '\e995'; } /* '' */
.icon-doc-new-circled:before { content: '\e996'; } /* '' */
.icon-folder-1:before { content: '\e997'; } /* '' */
.icon-folder-circled:before { content: '\e998'; } /* '' */
.icon-folder-close:before { content: '\e999'; } /* '' */
.icon-folder-open:before { content: '\e99a'; } /* '' */
.icon-rss-1:before { content: '\e99b'; } /* '' */
.icon-phone:before { content: '\e99c'; } /* '' */
.icon-phone-circled:before { content: '\e99d'; } /* '' */
.icon-cog-2:before { content: '\e99e'; } /* '' */
.icon-cog-circled:before { content: '\e99f'; } /* '' */
.icon-cogs:before { content: '\e9a0'; } /* '' */
.icon-wrench:before { content: '\e9a1'; } /* '' */
.icon-wrench-circled:before { content: '\e9a2'; } /* '' */
.icon-basket:before { content: '\e9a3'; } /* '' */
.icon-basket-circled:before { content: '\e9a4'; } /* '' */
.icon-calendar-1:before { content: '\e9a5'; } /* '' */
.icon-calendar-circled:before { content: '\e9a6'; } /* '' */
.icon-mic:before { content: '\e9a7'; } /* '' */
.icon-mic-circled:before { content: '\e9a8'; } /* '' */
.icon-volume-off:before { content: '\e9a9'; } /* '' */
.icon-volume-down:before { content: '\e9aa'; } /* '' */
.icon-volume:before { content: '\e9ab'; } /* '' */
.icon-volume-up:before { content: '\e9ac'; } /* '' */
.icon-headphones:before { content: '\e9ad'; } /* '' */
.icon-clock-2:before { content: '\e9ae'; } /* '' */
.icon-clock-circled:before { content: '\e9af'; } /* '' */
.icon-lightbulb-1:before { content: '\e9b0'; } /* '' */
.icon-lightbulb-alt:before { content: '\e9b1'; } /* '' */
.icon-facebook-1:before { content: '\e9b2'; } /* '' */
.icon-facebook-rect-1:before { content: '\e9b3'; } /* '' */
.icon-twitter-1:before { content: '\e9b4'; } /* '' */
.icon-twitter-bird-1:before { content: '\e9b5'; } /* '' */
.icon-vimeo-1:before { content: '\e9b6'; } /* '' */
.icon-blogger-1:before { content: '\e9b7'; } /* '' */
.icon-blogger-rect:before { content: '\e9b8'; } /* '' */
.icon-deviantart-1:before { content: '\e9b9'; } /* '' */
.icon-jabber:before { content: '\e9ba'; } /* '' */
.icon-lastfm:before { content: '\e9bb'; } /* '' */
.icon-visa:before { content: '\e9bc'; } /* '' */
.icon-mastercard:before { content: '\e9bd'; } /* '' */
.icon-houzz:before { content: '\e9be'; } /* '' */
.icon-bandcamp:before { content: '\e9bf'; } /* '' */
.icon-codepen:before { content: '\e9c0'; } /* '' */
.icon-vimeo-rect-1:before { content: '\e9c1'; } /* '' */
.icon-tumblr-1:before { content: '\e9c2'; } /* '' */
.icon-tumblr-rect-1:before { content: '\e9c3'; } /* '' */
.icon-googleplus-rect-1:before { content: '\e9c4'; } /* '' */
.icon-github-text-1:before { content: '\e9c5'; } /* '' */
.icon-github-1:before { content: '\e9c6'; } /* '' */
.icon-skype-2:before { content: '\e9c7'; } /* '' */
.icon-icq:before { content: '\e9c8'; } /* '' */
.icon-yandex:before { content: '\e9c9'; } /* '' */
.icon-yandex-rect:before { content: '\e9ca'; } /* '' */
.icon-vkontakte-rect-1:before { content: '\e9cb'; } /* '' */
.icon-odnoklassniki:before { content: '\e9cc'; } /* '' */
.icon-odnoklassniki-rect-1:before { content: '\e9cd'; } /* '' */
.icon-friendfeed-1:before { content: '\e9ce'; } /* '' */
.icon-friendfeed-rect-1:before { content: '\e9cf'; } /* '' */
.icon-lastfm-rect:before { content: '\e9d0'; } /* '' */
.icon-linkedin-1:before { content: '\e9d1'; } /* '' */
.icon-linkedin-rect-1:before { content: '\e9d2'; } /* '' */
.icon-picasa-1:before { content: '\e9d3'; } /* '' */
.icon-wordpress-1:before { content: '\e9d4'; } /* '' */
.icon-instagram-1:before { content: '\e9d5'; } /* '' */
.icon-instagram-filled:before { content: '\e9d6'; } /* '' */
.icon-diigo:before { content: '\e9d7'; } /* '' */
.icon-box:before { content: '\e9d8'; } /* '' */
.icon-box-rect:before { content: '\e9d9'; } /* '' */
.icon-tudou:before { content: '\e9da'; } /* '' */
.icon-youku:before { content: '\e9db'; } /* '' */
.icon-win8:before { content: '\e9dc'; } /* '' */
.icon-amex:before { content: '\e9dd'; } /* '' */
.icon-discover:before { content: '\e9de'; } /* '' */
.icon-duckduckgo:before { content: '\e9df'; } /* '' */
.icon-aim:before { content: '\e9e0'; } /* '' */
.icon-delicious-1:before { content: '\e9e1'; } /* '' */
.icon-paypal:before { content: '\e9e2'; } /* '' */
.icon-flattr:before { content: '\e9e3'; } /* '' */
.icon-android:before { content: '\e9e4'; } /* '' */
.icon-eventful:before { content: '\e9e5'; } /* '' */
.icon-smashmag:before { content: '\e9e6'; } /* '' */
.icon-gplus:before { content: '\e9e7'; } /* '' */
.icon-wikipedia:before { content: '\e9e8'; } /* '' */
.icon-lanyrd:before { content: '\e9e9'; } /* '' */
.icon-calendar-2:before { content: '\e9ea'; } /* '' */
.icon-stumbleupon-1:before { content: '\e9eb'; } /* '' */
.icon-fivehundredpx:before { content: '\e9ec'; } /* '' */
.icon-pinterest-1:before { content: '\e9ed'; } /* '' */
.icon-bitcoin:before { content: '\e9ee'; } /* '' */
.icon-w3c-1:before { content: '\e9ef'; } /* '' */
.icon-foursquare-1:before { content: '\e9f0'; } /* '' */
.icon-html5:before { content: '\e9f1'; } /* '' */
.icon-ie:before { content: '\e9f2'; } /* '' */
.icon-call:before { content: '\e9f3'; } /* '' */
.icon-grooveshark:before { content: '\e9f4'; } /* '' */
.icon-ninetyninedesigns:before { content: '\e9f5'; } /* '' */
.icon-forrst:before { content: '\e9f6'; } /* '' */
.icon-digg-1:before { content: '\e9f7'; } /* '' */
.icon-spotify:before { content: '\e9f8'; } /* '' */
.icon-reddit-1:before { content: '\e9f9'; } /* '' */
.icon-guest:before { content: '\e9fa'; } /* '' */
.icon-gowalla:before { content: '\e9fb'; } /* '' */
.icon-appstore:before { content: '\e9fc'; } /* '' */
.icon-blogger-2:before { content: '\e9fd'; } /* '' */
.icon-cc-1:before { content: '\e9fe'; } /* '' */
.icon-dribbble-1:before { content: '\e9ff'; } /* '' */
.icon-evernote:before { content: '\ea00'; } /* '' */
.icon-flickr-1:before { content: '\ea01'; } /* '' */
.icon-google:before { content: '\ea02'; } /* '' */
.icon-viadeo:before { content: '\ea03'; } /* '' */
.icon-instapaper:before { content: '\ea04'; } /* '' */
.icon-weibo:before { content: '\ea05'; } /* '' */
.icon-klout:before { content: '\ea06'; } /* '' */
.icon-linkedin-2:before { content: '\ea07'; } /* '' */
.icon-meetup:before { content: '\ea08'; } /* '' */
.icon-vk:before { content: '\ea09'; } /* '' */
.icon-plancast:before { content: '\ea0a'; } /* '' */
.icon-disqus:before { content: '\ea0b'; } /* '' */
.icon-rss-2:before { content: '\ea0c'; } /* '' */
.icon-skype-3:before { content: '\ea0d'; } /* '' */
.icon-twitter-2:before { content: '\ea0e'; } /* '' */
.icon-youtube-2:before { content: '\ea0f'; } /* '' */
.icon-vimeo-2:before { content: '\ea10'; } /* '' */
.icon-windows:before { content: '\ea11'; } /* '' */
.icon-xing:before { content: '\ea12'; } /* '' */
.icon-yahoo:before { content: '\ea13'; } /* '' */
.icon-chrome:before { content: '\ea14'; } /* '' */
.icon-email:before { content: '\ea15'; } /* '' */
.icon-macstore:before { content: '\ea16'; } /* '' */
.icon-myspace:before { content: '\ea17'; } /* '' */
.icon-podcast:before { content: '\ea18'; } /* '' */
.icon-amazon:before { content: '\ea19'; } /* '' */
.icon-steam:before { content: '\ea1a'; } /* '' */
.icon-cloudapp:before { content: '\ea1b'; } /* '' */
.icon-dropbox:before { content: '\ea1c'; } /* '' */
.icon-ebay:before { content: '\ea1d'; } /* '' */
.icon-facebook-2:before { content: '\ea1e'; } /* '' */
.icon-github-2:before { content: '\ea1f'; } /* '' */
.icon-github-circled:before { content: '\ea20'; } /* '' */
.icon-googleplay:before { content: '\ea21'; } /* '' */
.icon-itunes:before { content: '\ea22'; } /* '' */
.icon-plurk:before { content: '\ea23'; } /* '' */
.icon-songkick:before { content: '\ea24'; } /* '' */
.icon-lastfm-1:before { content: '\ea25'; } /* '' */
.icon-gmail:before { content: '\ea26'; } /* '' */
.icon-pinboard:before { content: '\ea27'; } /* '' */
.icon-openid:before { content: '\ea28'; } /* '' */
.icon-quora:before { content: '\ea29'; } /* '' */
.icon-soundcloud:before { content: '\ea2a'; } /* '' */
.icon-tumblr-2:before { content: '\ea2b'; } /* '' */
.icon-eventasaurus:before { content: '\ea2c'; } /* '' */
.icon-wordpress-2:before { content: '\ea2d'; } /* '' */
.icon-yelp:before { content: '\ea2e'; } /* '' */
.icon-intensedebate:before { content: '\ea2f'; } /* '' */
.icon-eventbrite:before { content: '\ea30'; } /* '' */
.icon-scribd:before { content: '\ea31'; } /* '' */
.icon-posterous:before { content: '\ea32'; } /* '' */
.icon-stripe:before { content: '\ea33'; } /* '' */
.icon-opentable:before { content: '\ea34'; } /* '' */
.icon-cart:before { content: '\ea35'; } /* '' */
.icon-print-2:before { content: '\ea36'; } /* '' */
.icon-angellist:before { content: '\ea37'; } /* '' */
.icon-instagram-2:before { content: '\ea38'; } /* '' */
.icon-dwolla:before { content: '\ea39'; } /* '' */
.icon-appnet:before { content: '\ea3a'; } /* '' */
.icon-statusnet:before { content: '\ea3b'; } /* '' */
.icon-acrobat:before { content: '\ea3c'; } /* '' */
.icon-drupal:before { content: '\ea3d'; } /* '' */
.icon-buffer:before { content: '\ea3e'; } /* '' */
.icon-pocket:before { content: '\ea3f'; } /* '' */
.icon-bitbucket:before { content: '\ea40'; } /* '' */
.icon-lego:before { content: '\ea41'; } /* '' */
.icon-login:before { content: '\ea42'; } /* '' */
.icon-stackoverflow-1:before { content: '\ea43'; } /* '' */
.icon-hackernews:before { content: '\ea44'; } /* '' */
.icon-lkdto:before { content: '\ea45'; } /* '' */
.icon-aboveground-rail:before { content: '\ea46'; } /* '' */
.icon-airfield:before { content: '\ea47'; } /* '' */
.icon-airport:before { content: '\ea48'; } /* '' */
.icon-art-gallery:before { content: '\ea49'; } /* '' */
.icon-bar:before { content: '\ea4a'; } /* '' */
.icon-baseball:before { content: '\ea4b'; } /* '' */
.icon-basketball:before { content: '\ea4c'; } /* '' */
.icon-beer:before { content: '\ea4d'; } /* '' */
.icon-belowground-rail:before { content: '\ea4e'; } /* '' */
.icon-bicycle:before { content: '\ea4f'; } /* '' */
.icon-bus:before { content: '\ea50'; } /* '' */
.icon-cafe:before { content: '\ea51'; } /* '' */
.icon-campsite:before { content: '\ea52'; } /* '' */
.icon-cemetery:before { content: '\ea53'; } /* '' */
.icon-cinema:before { content: '\ea54'; } /* '' */
.icon-college:before { content: '\ea55'; } /* '' */
.icon-commerical-building:before { content: '\ea56'; } /* '' */
.icon-credit-card-1:before { content: '\ea57'; } /* '' */
.icon-cricket:before { content: '\ea58'; } /* '' */
.icon-embassy:before { content: '\ea59'; } /* '' */
.icon-fast-food:before { content: '\ea5a'; } /* '' */
.icon-ferry:before { content: '\ea5b'; } /* '' */
.icon-fire-station:before { content: '\ea5c'; } /* '' */
.icon-football:before { content: '\ea5d'; } /* '' */
.icon-fuel:before { content: '\ea5e'; } /* '' */
.icon-garden:before { content: '\ea5f'; } /* '' */
.icon-giraffe:before { content: '\ea60'; } /* '' */
.icon-golf:before { content: '\ea61'; } /* '' */
.icon-grocery-store:before { content: '\ea62'; } /* '' */
.icon-harbor:before { content: '\ea63'; } /* '' */
.icon-heliport:before { content: '\ea64'; } /* '' */
.icon-hospital:before { content: '\ea65'; } /* '' */
.icon-industrial-building:before { content: '\ea66'; } /* '' */
.icon-library:before { content: '\ea67'; } /* '' */
.icon-lodging:before { content: '\ea68'; } /* '' */
.icon-london-underground:before { content: '\ea69'; } /* '' */
.icon-minefield:before { content: '\ea6a'; } /* '' */
.icon-monument:before { content: '\ea6b'; } /* '' */
.icon-museum:before { content: '\ea6c'; } /* '' */
.icon-pharmacy:before { content: '\ea6d'; } /* '' */
.icon-pitch:before { content: '\ea6e'; } /* '' */
.icon-police:before { content: '\ea6f'; } /* '' */
.icon-post:before { content: '\ea70'; } /* '' */
.icon-prison:before { content: '\ea71'; } /* '' */
.icon-rail:before { content: '\ea72'; } /* '' */
.icon-religious-christian:before { content: '\ea73'; } /* '' */
.icon-religious-islam:before { content: '\ea74'; } /* '' */
.icon-religious-jewish:before { content: '\ea75'; } /* '' */
.icon-restaurant:before { content: '\ea76'; } /* '' */
.icon-roadblock:before { content: '\ea77'; } /* '' */
.icon-school:before { content: '\ea78'; } /* '' */
.icon-shop-1:before { content: '\ea79'; } /* '' */
.icon-skiing:before { content: '\ea7a'; } /* '' */
.icon-soccer:before { content: '\ea7b'; } /* '' */
.icon-swimming:before { content: '\ea7c'; } /* '' */
.icon-tennis:before { content: '\ea7d'; } /* '' */
.icon-theatre:before { content: '\ea7e'; } /* '' */
.icon-toilet:before { content: '\ea7f'; } /* '' */
.icon-town-hall:before { content: '\ea80'; } /* '' */
.icon-trash-3:before { content: '\ea81'; } /* '' */
.icon-tree-1:before { content: '\ea82'; } /* '' */
.icon-tree-2:before { content: '\ea83'; } /* '' */
.icon-warehouse:before { content: '\ea84'; } /* '' */
.icon-ok-2:before { content: '\ea85'; } /* '' */
.icon-ok-circled-1:before { content: '\ea86'; } /* '' */
.icon-cancel-2:before { content: '\ea87'; } /* '' */
.icon-cancel-circled-1:before { content: '\ea88'; } /* '' */
.icon-plus-1:before { content: '\ea89'; } /* '' */
.icon-help-circled-2:before { content: '\ea8a'; } /* '' */
.icon-help-circled-alt:before { content: '\ea8b'; } /* '' */
.icon-info-circled-2:before { content: '\ea8c'; } /* '' */
.icon-info-circled-alt:before { content: '\ea8d'; } /* '' */
.icon-home-2:before { content: '\ea8e'; } /* '' */
.icon-link-1:before { content: '\ea8f'; } /* '' */
.icon-attach-3:before { content: '\ea90'; } /* '' */
.icon-lock-3:before { content: '\ea91'; } /* '' */
.icon-lock-alt:before { content: '\ea92'; } /* '' */
.icon-lock-open-2:before { content: '\ea93'; } /* '' */
.icon-lock-open-alt-1:before { content: '\ea94'; } /* '' */
.icon-eye-2:before { content: '\ea95'; } /* '' */
.icon-download-1:before { content: '\ea96'; } /* '' */
.icon-upload-1:before { content: '\ea97'; } /* '' */
.icon-download-cloud:before { content: '\ea98'; } /* '' */
.icon-upload-cloud:before { content: '\ea99'; } /* '' */
.icon-reply-1:before { content: '\ea9a'; } /* '' */
.icon-pencil-3:before { content: '\ea9b'; } /* '' */
.icon-export-1:before { content: '\ea9c'; } /* '' */
.icon-print-3:before { content: '\ea9d'; } /* '' */
.icon-retweet-2:before { content: '\ea9e'; } /* '' */
.icon-comment-3:before { content: '\ea9f'; } /* '' */
.icon-chat-1:before { content: '\eaa0'; } /* '' */
.icon-bell-1:before { content: '\eaa1'; } /* '' */
.icon-attention-1:before { content: '\eaa2'; } /* '' */
.icon-attention-alt:before { content: '\eaa3'; } /* '' */
.icon-location-3:before { content: '\eaa4'; } /* '' */
.icon-trash-4:before { content: '\eaa5'; } /* '' */
.icon-doc-4:before { content: '\eaa6'; } /* '' */
.icon-newspaper:before { content: '\eaa7'; } /* '' */
.icon-folder-2:before { content: '\eaa8'; } /* '' */
.icon-folder-open-1:before { content: '\eaa9'; } /* '' */
.icon-folder-empty:before { content: '\eaaa'; } /* '' */
.icon-folder-open-empty:before { content: '\eaab'; } /* '' */
.icon-cog-3:before { content: '\eaac'; } /* '' */
.icon-calendar-3:before { content: '\eaad'; } /* '' */
.icon-login-1:before { content: '\eaae'; } /* '' */
.icon-logout-1:before { content: '\eaaf'; } /* '' */
.icon-mic-1:before { content: '\eab0'; } /* '' */
.icon-mic-off:before { content: '\eab1'; } /* '' */
.icon-clock-3:before { content: '\eab2'; } /* '' */
.icon-stopwatch:before { content: '\eab3'; } /* '' */
.icon-hourglass:before { content: '\eab4'; } /* '' */
.icon-zoom-in-1:before { content: '\eab5'; } /* '' */
.icon-zoom-out-1:before { content: '\eab6'; } /* '' */
.icon-down-open-1:before { content: '\eab7'; } /* '' */
.icon-left-open-2:before { content: '\eab8'; } /* '' */
.icon-right-open-2:before { content: '\eab9'; } /* '' */
.icon-up-open-1:before { content: '\eaba'; } /* '' */
.icon-down-1:before { content: '\eabb'; } /* '' */
.icon-left-1:before { content: '\eabc'; } /* '' */
.icon-right-1:before { content: '\eabd'; } /* '' */
.icon-up-1:before { content: '\eabe'; } /* '' */
.icon-down-bold:before { content: '\eabf'; } /* '' */
.icon-left-bold:before { content: '\eac0'; } /* '' */
.icon-right-bold:before { content: '\eac1'; } /* '' */
.icon-up-bold:before { content: '\eac2'; } /* '' */
.icon-down-fat:before { content: '\eac3'; } /* '' */
.icon-left-fat:before { content: '\eac4'; } /* '' */
.icon-right-fat:before { content: '\eac5'; } /* '' */
.icon-up-fat:before { content: '\eac6'; } /* '' */
.icon-ccw:before { content: '\eac7'; } /* '' */
.icon-shuffle-1:before { content: '\eac8'; } /* '' */
.icon-play-1:before { content: '\eac9'; } /* '' */
.icon-pause-1:before { content: '\eaca'; } /* '' */
.icon-stop-1:before { content: '\eacb'; } /* '' */
.icon-to-end:before { content: '\eacc'; } /* '' */
.icon-to-start:before { content: '\eacd'; } /* '' */
.icon-fast-forward-1:before { content: '\eace'; } /* '' */
.icon-fast-backward-1:before { content: '\eacf'; } /* '' */
.icon-trophy:before { content: '\ead0'; } /* '' */
.icon-monitor:before { content: '\ead1'; } /* '' */
.icon-tablet:before { content: '\ead2'; } /* '' */
.icon-mobile-1:before { content: '\ead3'; } /* '' */
.icon-data-science:before { content: '\ead4'; } /* '' */
.icon-data-science-inv:before { content: '\ead5'; } /* '' */
.icon-inbox-2:before { content: '\ead6'; } /* '' */
.icon-globe-2:before { content: '\ead7'; } /* '' */
.icon-globe-inv:before { content: '\ead8'; } /* '' */
.icon-flash:before { content: '\ead9'; } /* '' */
.icon-cloud-3:before { content: '\eada'; } /* '' */
.icon-coverflow:before { content: '\eadb'; } /* '' */
.icon-coverflow-empty:before { content: '\eadc'; } /* '' */
.icon-math:before { content: '\eadd'; } /* '' */
.icon-math-circled:before { content: '\eade'; } /* '' */
.icon-math-circled-empty:before { content: '\eadf'; } /* '' */
.icon-paper-plane-1:before { content: '\eae0'; } /* '' */
.icon-paper-plane-alt:before { content: '\eae1'; } /* '' */
.icon-paper-plane-alt2:before { content: '\eae2'; } /* '' */
.icon-fontsize-1:before { content: '\eae3'; } /* '' */
.icon-color-adjust:before { content: '\eae4'; } /* '' */
.icon-fire-2:before { content: '\eae5'; } /* '' */
.icon-chart-bar:before { content: '\eae6'; } /* '' */
.icon-hdd-1:before { content: '\eae7'; } /* '' */
.icon-connected-object:before { content: '\eae8'; } /* '' */
.icon-ruler:before { content: '\eae9'; } /* '' */
.icon-vector:before { content: '\eaea'; } /* '' */
.icon-vector-pencil:before { content: '\eaeb'; } /* '' */
.icon-at:before { content: '\eaec'; } /* '' */
.icon-hash:before { content: '\eaed'; } /* '' */
.icon-female-1:before { content: '\eaee'; } /* '' */
.icon-male-1:before { content: '\eaef'; } /* '' */
.icon-spread:before { content: '\eaf0'; } /* '' */
.icon-king:before { content: '\eaf1'; } /* '' */
.icon-anchor:before { content: '\eaf2'; } /* '' */
.icon-joystick:before { content: '\eaf3'; } /* '' */
.icon-spinner1:before { content: '\eaf4'; } /* '' */
.icon-spinner2:before { content: '\eaf5'; } /* '' */
.icon-github-3:before { content: '\eaf6'; } /* '' */
.icon-github-circled-1:before { content: '\eaf7'; } /* '' */
.icon-github-circled-alt:before { content: '\eaf8'; } /* '' */
.icon-github-circled-alt2:before { content: '\eaf9'; } /* '' */
.icon-twitter-3:before { content: '\eafa'; } /* '' */
.icon-twitter-circled:before { content: '\eafb'; } /* '' */
.icon-facebook-3:before { content: '\eafc'; } /* '' */
.icon-facebook-circled:before { content: '\eafd'; } /* '' */
.icon-gplus-1:before { content: '\eafe'; } /* '' */
.icon-gplus-circled:before { content: '\eaff'; } /* '' */
.icon-linkedin-3:before { content: '\eb00'; } /* '' */
.icon-linkedin-circled:before { content: '\eb01'; } /* '' */
.icon-dribbble-2:before { content: '\eb02'; } /* '' */
.icon-dribbble-circled:before { content: '\eb03'; } /* '' */
.icon-instagram-3:before { content: '\eb04'; } /* '' */
.icon-instagram-circled:before { content: '\eb05'; } /* '' */
.icon-soundcloud-1:before { content: '\eb06'; } /* '' */
.icon-soundcloud-circled:before { content: '\eb07'; } /* '' */
.icon-mfg-logo:before { content: '\eb08'; } /* '' */
.icon-mfg-logo-circled:before { content: '\eb09'; } /* '' */
.icon-search-4:before { content: '\eb0a'; } /* '' */
.icon-mail-4:before { content: '\eb0b'; } /* '' */
.icon-heart-3:before { content: '\eb0c'; } /* '' */
.icon-heart-broken:before { content: '\eb0d'; } /* '' */
.icon-star-3:before { content: '\eb0e'; } /* '' */
.icon-star-empty-1:before { content: '\eb0f'; } /* '' */
.icon-star-half:before { content: '\eb10'; } /* '' */
.icon-star-half_empty:before { content: '\eb11'; } /* '' */
.icon-user-3:before { content: '\eb12'; } /* '' */
.icon-user-male:before { content: '\eb13'; } /* '' */
.icon-user-female:before { content: '\eb14'; } /* '' */
.icon-users:before { content: '\eb15'; } /* '' */
.icon-movie:before { content: '\eb16'; } /* '' */
.icon-videocam-2:before { content: '\eb17'; } /* '' */
.icon-isight:before { content: '\eb18'; } /* '' */
.icon-camera-3:before { content: '\eb19'; } /* '' */
.icon-menu:before { content: '\eb1a'; } /* '' */
.icon-th-thumb:before { content: '\eb1b'; } /* '' */
.icon-th-thumb-empty:before { content: '\eb1c'; } /* '' */
.icon-th-list-3:before { content: '\eb1d'; } /* '' */
.icon-windy-rain-inv:before { content: '\eb1e'; } /* '' */
.icon-snow-inv:before { content: '\eb1f'; } /* '' */
.icon-snow-heavy-inv:before { content: '\eb20'; } /* '' */
.icon-hail-inv:before { content: '\eb21'; } /* '' */
.icon-clouds-inv:before { content: '\eb22'; } /* '' */
.icon-clouds-flash-inv:before { content: '\eb23'; } /* '' */
.icon-temperature:before { content: '\eb24'; } /* '' */
.icon-windy-inv:before { content: '\eb25'; } /* '' */
.icon-sunrise:before { content: '\eb26'; } /* '' */
.icon-sun:before { content: '\eb27'; } /* '' */
.icon-moon:before { content: '\eb28'; } /* '' */
.icon-eclipse:before { content: '\eb29'; } /* '' */
.icon-mist:before { content: '\eb2a'; } /* '' */
.icon-wind:before { content: '\eb2b'; } /* '' */
.icon-windy-rain:before { content: '\eb2c'; } /* '' */
.icon-snow:before { content: '\eb2d'; } /* '' */
.icon-snow-alt:before { content: '\eb2e'; } /* '' */
.icon-snow-heavy:before { content: '\eb2f'; } /* '' */
.icon-hail:before { content: '\eb30'; } /* '' */
.icon-clouds:before { content: '\eb31'; } /* '' */
.icon-clouds-flash:before { content: '\eb32'; } /* '' */
.icon-compass-1:before { content: '\eb33'; } /* '' */
.icon-na:before { content: '\eb34'; } /* '' */
.icon-celcius:before { content: '\eb35'; } /* '' */
.icon-fahrenheit:before { content: '\eb36'; } /* '' */
.icon-clouds-flash-alt:before { content: '\eb37'; } /* '' */
.icon-sun-inv:before { content: '\eb38'; } /* '' */
.icon-moon-inv:before { content: '\eb39'; } /* '' */
.icon-cloud-sun-inv:before { content: '\eb3a'; } /* '' */
.icon-cloud-moon-inv:before { content: '\eb3b'; } /* '' */
.icon-cloud-inv:before { content: '\eb3c'; } /* '' */
.icon-cloud-flash-inv:before { content: '\eb3d'; } /* '' */
.icon-drizzle-inv:before { content: '\eb3e'; } /* '' */
.icon-rain-inv:before { content: '\eb3f'; } /* '' */
.icon-snowflake:before { content: '\eb40'; } /* '' */
.icon-cloud-sun:before { content: '\eb41'; } /* '' */
.icon-cloud-moon:before { content: '\eb42'; } /* '' */
.icon-fog-sun:before { content: '\eb43'; } /* '' */
.icon-fog-moon:before { content: '\eb44'; } /* '' */
.icon-fog-cloud:before { content: '\eb45'; } /* '' */
.icon-fog:before { content: '\eb46'; } /* '' */
.icon-cloud-4:before { content: '\eb47'; } /* '' */
.icon-cloud-flash:before { content: '\eb48'; } /* '' */
.icon-cloud-flash-alt:before { content: '\eb49'; } /* '' */
.icon-drizzle:before { content: '\eb4a'; } /* '' */
.icon-rain:before { content: '\eb4b'; } /* '' */
.icon-windy:before { content: '\eb4c'; } /* '' */
.icon-search-5:before { content: '\eb4d'; } /* '' */
.icon-mail-5:before { content: '\eb4e'; } /* '' */
.icon-heart-4:before { content: '\eb4f'; } /* '' */
.icon-star-4:before { content: '\eb50'; } /* '' */
.icon-user-4:before { content: '\eb51'; } /* '' */
.icon-user-woman:before { content: '\eb52'; } /* '' */
.icon-user-pair:before { content: '\eb53'; } /* '' */
.icon-video-alt-1:before { content: '\eb54'; } /* '' */
.icon-videocam-3:before { content: '\eb55'; } /* '' */
.icon-videocam-alt:before { content: '\eb56'; } /* '' */
.icon-camera-4:before { content: '\eb57'; } /* '' */
.icon-th-3:before { content: '\eb58'; } /* '' */
.icon-th-list-4:before { content: '\eb59'; } /* '' */
.icon-ok-3:before { content: '\eb5a'; } /* '' */
.icon-cancel-3:before { content: '\eb5b'; } /* '' */
.icon-cancel-circle-1:before { content: '\eb5c'; } /* '' */
.icon-plus-2:before { content: '\eb5d'; } /* '' */
.icon-home-3:before { content: '\eb5e'; } /* '' */
.icon-lock-4:before { content: '\eb5f'; } /* '' */
.icon-lock-open-3:before { content: '\eb60'; } /* '' */
.icon-eye-3:before { content: '\eb61'; } /* '' */
.icon-tag-3:before { content: '\eb62'; } /* '' */
.icon-thumbs-up-3:before { content: '\eb63'; } /* '' */
.icon-thumbs-down-2:before { content: '\eb64'; } /* '' */
.icon-download-2:before { content: '\eb65'; } /* '' */
.icon-export-2:before { content: '\eb66'; } /* '' */
.icon-pencil-4:before { content: '\eb67'; } /* '' */
.icon-pencil-alt:before { content: '\eb68'; } /* '' */
.icon-edit-2:before { content: '\eb69'; } /* '' */
.icon-chat-2:before { content: '\eb6a'; } /* '' */
.icon-print-4:before { content: '\eb6b'; } /* '' */
.icon-bell-2:before { content: '\eb6c'; } /* '' */
.icon-attention-2:before { content: '\eb6d'; } /* '' */
.icon-info-1:before { content: '\eb6e'; } /* '' */
.icon-question:before { content: '\eb6f'; } /* '' */
.icon-location-4:before { content: '\eb70'; } /* '' */
.icon-trash-5:before { content: '\eb71'; } /* '' */
.icon-doc-5:before { content: '\eb72'; } /* '' */
.icon-article:before { content: '\eb73'; } /* '' */
.icon-article-alt:before { content: '\eb74'; } /* '' */
.icon-rss-3:before { content: '\eb75'; } /* '' */
.icon-wrench-1:before { content: '\eb76'; } /* '' */
.icon-basket-1:before { content: '\eb77'; } /* '' */
.icon-basket-alt:before { content: '\eb78'; } /* '' */
.icon-calendar-4:before { content: '\eb79'; } /* '' */
.icon-calendar-alt:before { content: '\eb7a'; } /* '' */
.icon-volume-off-1:before { content: '\eb7b'; } /* '' */
.icon-volume-down-1:before { content: '\eb7c'; } /* '' */
.icon-volume-up-1:before { content: '\eb7d'; } /* '' */
.icon-bullhorn:before { content: '\eb7e'; } /* '' */
.icon-clock-4:before { content: '\eb7f'; } /* '' */
.icon-clock-alt:before { content: '\eb80'; } /* '' */
.icon-stop-2:before { content: '\eb81'; } /* '' */
.icon-resize-full-2:before { content: '\eb82'; } /* '' */
.icon-resize-small-1:before { content: '\eb83'; } /* '' */
.icon-zoom-in-2:before { content: '\eb84'; } /* '' */
.icon-zoom-out-2:before { content: '\eb85'; } /* '' */
.icon-popup-1:before { content: '\eb86'; } /* '' */
.icon-down-dir-1:before { content: '\eb87'; } /* '' */
.icon-left-dir:before { content: '\eb88'; } /* '' */
.icon-right-dir-1:before { content: '\eb89'; } /* '' */
.icon-up-dir:before { content: '\eb8a'; } /* '' */
.icon-down-2:before { content: '\eb8b'; } /* '' */
.icon-up-2:before { content: '\eb8c'; } /* '' */
.icon-cw-1:before { content: '\eb8d'; } /* '' */
.icon-signal-2:before { content: '\eb8e'; } /* '' */
.icon-award:before { content: '\eb8f'; } /* '' */
.icon-mobile-2:before { content: '\eb90'; } /* '' */
.icon-mobile-alt:before { content: '\eb91'; } /* '' */
.icon-tablet-1:before { content: '\eb92'; } /* '' */
.icon-ipod:before { content: '\eb93'; } /* '' */
.icon-cd-1:before { content: '\eb94'; } /* '' */
.icon-grid:before { content: '\eb95'; } /* '' */
.icon-book-1:before { content: '\eb96'; } /* '' */
.icon-easel:before { content: '\eb97'; } /* '' */
.icon-globe-3:before { content: '\eb98'; } /* '' */
.icon-chart-1:before { content: '\eb99'; } /* '' */
.icon-chart-bar-1:before { content: '\eb9a'; } /* '' */
.icon-chart-pie:before { content: '\eb9b'; } /* '' */
.icon-dollar:before { content: '\eb9c'; } /* '' */
.icon-at-1:before { content: '\eb9d'; } /* '' */
.icon-colon:before { content: '\eb9e'; } /* '' */
.icon-semicolon:before { content: '\eb9f'; } /* '' */
.icon-squares:before { content: '\eba0'; } /* '' */
.icon-money-1:before { content: '\eba1'; } /* '' */
.icon-facebook-4:before { content: '\eba2'; } /* '' */
.icon-facebook-rect-2:before { content: '\eba3'; } /* '' */
.icon-twitter-4:before { content: '\eba4'; } /* '' */
.icon-twitter-bird-2:before { content: '\eba5'; } /* '' */
.icon-twitter-rect:before { content: '\eba6'; } /* '' */
.icon-youtube-3:before { content: '\eba7'; } /* '' */
.icon-search-6:before { content: '\eba8'; } /* '' */
.icon-mail-6:before { content: '\eba9'; } /* '' */
.icon-heart-5:before { content: '\ebaa'; } /* '' */
.icon-heart-empty-2:before { content: '\ebab'; } /* '' */
.icon-star-5:before { content: '\ebac'; } /* '' */
.icon-user-5:before { content: '\ebad'; } /* '' */
.icon-video-2:before { content: '\ebae'; } /* '' */
.icon-picture-2:before { content: '\ebaf'; } /* '' */
.icon-camera-5:before { content: '\ebb0'; } /* '' */
.icon-ok-4:before { content: '\ebb1'; } /* '' */
.icon-ok-circle-1:before { content: '\ebb2'; } /* '' */
.icon-cancel-4:before { content: '\ebb3'; } /* '' */
.icon-cancel-circle-2:before { content: '\ebb4'; } /* '' */
.icon-plus-3:before { content: '\ebb5'; } /* '' */
.icon-plus-circle-1:before { content: '\ebb6'; } /* '' */
.icon-minus-1:before { content: '\ebb7'; } /* '' */
.icon-minus-circle-1:before { content: '\ebb8'; } /* '' */
.icon-help-2:before { content: '\ebb9'; } /* '' */
.icon-info-2:before { content: '\ebba'; } /* '' */
.icon-home-4:before { content: '\ebbb'; } /* '' */
.icon-link-2:before { content: '\ebbc'; } /* '' */
.icon-attach-4:before { content: '\ebbd'; } /* '' */
.icon-lock-5:before { content: '\ebbe'; } /* '' */
.icon-lock-empty:before { content: '\ebbf'; } /* '' */
.icon-lock-open-4:before { content: '\ebc0'; } /* '' */
.icon-lock-open-empty:before { content: '\ebc1'; } /* '' */
.icon-pin:before { content: '\ebc2'; } /* '' */
.icon-eye-4:before { content: '\ebc3'; } /* '' */
.icon-tag-4:before { content: '\ebc4'; } /* '' */
.icon-tag-empty:before { content: '\ebc5'; } /* '' */
.icon-download-3:before { content: '\ebc6'; } /* '' */
.icon-upload-2:before { content: '\ebc7'; } /* '' */
.icon-download-cloud-1:before { content: '\ebc8'; } /* '' */
.icon-upload-cloud-1:before { content: '\ebc9'; } /* '' */
.icon-quote-left:before { content: '\ebca'; } /* '' */
.icon-quote-right:before { content: '\ebcb'; } /* '' */
.icon-quote-left-alt:before { content: '\ebcc'; } /* '' */
.icon-quote-right-alt:before { content: '\ebcd'; } /* '' */
.icon-pencil-5:before { content: '\ebce'; } /* '' */
.icon-pencil-neg:before { content: '\ebcf'; } /* '' */
.icon-pencil-alt-1:before { content: '\ebd0'; } /* '' */
.icon-undo:before { content: '\ebd1'; } /* '' */
.icon-comment-4:before { content: '\ebd2'; } /* '' */
.icon-comment-inv:before { content: '\ebd3'; } /* '' */
.icon-comment-alt-2:before { content: '\ebd4'; } /* '' */
.icon-comment-inv-alt:before { content: '\ebd5'; } /* '' */
.icon-comment-alt2:before { content: '\ebd6'; } /* '' */
.icon-comment-inv-alt2:before { content: '\ebd7'; } /* '' */
.icon-chat-3:before { content: '\ebd8'; } /* '' */
.icon-chat-inv:before { content: '\ebd9'; } /* '' */
.icon-location-5:before { content: '\ebda'; } /* '' */
.icon-location-inv:before { content: '\ebdb'; } /* '' */
.icon-location-alt:before { content: '\ebdc'; } /* '' */
.icon-compass-2:before { content: '\ebdd'; } /* '' */
.icon-trash-6:before { content: '\ebde'; } /* '' */
.icon-trash-empty:before { content: '\ebdf'; } /* '' */
.icon-doc-6:before { content: '\ebe0'; } /* '' */
.icon-doc-inv-1:before { content: '\ebe1'; } /* '' */
.icon-doc-alt:before { content: '\ebe2'; } /* '' */
.icon-doc-inv-alt:before { content: '\ebe3'; } /* '' */
.icon-article-1:before { content: '\ebe4'; } /* '' */
.icon-article-alt-1:before { content: '\ebe5'; } /* '' */
.icon-book-open:before { content: '\ebe6'; } /* '' */
.icon-folder-3:before { content: '\ebe7'; } /* '' */
.icon-folder-empty-1:before { content: '\ebe8'; } /* '' */
.icon-box-1:before { content: '\ebe9'; } /* '' */
.icon-rss-4:before { content: '\ebea'; } /* '' */
.icon-rss-alt-1:before { content: '\ebeb'; } /* '' */
.icon-cog-4:before { content: '\ebec'; } /* '' */
.icon-wrench-2:before { content: '\ebed'; } /* '' */
.icon-share-1:before { content: '\ebee'; } /* '' */
.icon-calendar-5:before { content: '\ebef'; } /* '' */
.icon-calendar-inv:before { content: '\ebf0'; } /* '' */
.icon-calendar-alt-1:before { content: '\ebf1'; } /* '' */
.icon-mic-2:before { content: '\ebf2'; } /* '' */
.icon-volume-off-2:before { content: '\ebf3'; } /* '' */
.icon-volume-up-2:before { content: '\ebf4'; } /* '' */
.icon-headphones-1:before { content: '\ebf5'; } /* '' */
.icon-clock-5:before { content: '\ebf6'; } /* '' */
.icon-lamp:before { content: '\ebf7'; } /* '' */
.icon-block-2:before { content: '\ebf8'; } /* '' */
.icon-resize-full-3:before { content: '\ebf9'; } /* '' */
.icon-resize-full-alt-1:before { content: '\ebfa'; } /* '' */
.icon-resize-small-2:before { content: '\ebfb'; } /* '' */
.icon-resize-small-alt:before { content: '\ebfc'; } /* '' */
.icon-resize-vertical-1:before { content: '\ebfd'; } /* '' */
.icon-resize-horizontal-1:before { content: '\ebfe'; } /* '' */
.icon-move-1:before { content: '\ebff'; } /* '' */
.icon-popup-2:before { content: '\ec00'; } /* '' */
.icon-down-3:before { content: '\ec01'; } /* '' */
.icon-left-2:before { content: '\ec02'; } /* '' */
.icon-right-2:before { content: '\ec03'; } /* '' */
.icon-up-3:before { content: '\ec04'; } /* '' */
.icon-down-circle-1:before { content: '\ec05'; } /* '' */
.icon-left-circle-1:before { content: '\ec06'; } /* '' */
.icon-right-circle-1:before { content: '\ec07'; } /* '' */
.icon-up-circle-1:before { content: '\ec08'; } /* '' */
.icon-cw-2:before { content: '\ec09'; } /* '' */
.icon-loop:before { content: '\ec0a'; } /* '' */
.icon-loop-alt:before { content: '\ec0b'; } /* '' */
.icon-exchange:before { content: '\ec0c'; } /* '' */
.icon-split:before { content: '\ec0d'; } /* '' */
.icon-arrow-curved:before { content: '\ec0e'; } /* '' */
.icon-play-2:before { content: '\ec0f'; } /* '' */
.icon-play-circle2:before { content: '\ec10'; } /* '' */
.icon-stop-3:before { content: '\ec11'; } /* '' */
.icon-pause-2:before { content: '\ec12'; } /* '' */
.icon-to-start-1:before { content: '\ec13'; } /* '' */
.icon-to-end-1:before { content: '\ec14'; } /* '' */
.icon-eject-1:before { content: '\ec15'; } /* '' */
.icon-target-2:before { content: '\ec16'; } /* '' */
.icon-signal-3:before { content: '\ec17'; } /* '' */
.icon-award-1:before { content: '\ec18'; } /* '' */
.icon-award-empty:before { content: '\ec19'; } /* '' */
.icon-list-2:before { content: '\ec1a'; } /* '' */
.icon-list-nested:before { content: '\ec1b'; } /* '' */
.icon-bat-empty:before { content: '\ec1c'; } /* '' */
.icon-bat-half:before { content: '\ec1d'; } /* '' */
.icon-bat-full:before { content: '\ec1e'; } /* '' */
.icon-bat-charge:before { content: '\ec1f'; } /* '' */
.icon-mobile-3:before { content: '\ec20'; } /* '' */
.icon-cd-2:before { content: '\ec21'; } /* '' */
.icon-equalizer:before { content: '\ec22'; } /* '' */
.icon-cursor:before { content: '\ec23'; } /* '' */
.icon-aperture:before { content: '\ec24'; } /* '' */
.icon-aperture-alt:before { content: '\ec25'; } /* '' */
.icon-steering-wheel:before { content: '\ec26'; } /* '' */
.icon-book-2:before { content: '\ec27'; } /* '' */
.icon-book-alt:before { content: '\ec28'; } /* '' */
.icon-brush:before { content: '\ec29'; } /* '' */
.icon-brush-alt:before { content: '\ec2a'; } /* '' */
.icon-eyedropper:before { content: '\ec2b'; } /* '' */
.icon-layers:before { content: '\ec2c'; } /* '' */
.icon-layers-alt:before { content: '\ec2d'; } /* '' */
.icon-sun-1:before { content: '\ec2e'; } /* '' */
.icon-sun-inv-1:before { content: '\ec2f'; } /* '' */
.icon-cloud-5:before { content: '\ec30'; } /* '' */
.icon-rain-1:before { content: '\ec31'; } /* '' */
.icon-flash-1:before { content: '\ec32'; } /* '' */
.icon-moon-1:before { content: '\ec33'; } /* '' */
.icon-moon-inv-1:before { content: '\ec34'; } /* '' */
.icon-umbrella:before { content: '\ec35'; } /* '' */
.icon-chart-bar-2:before { content: '\ec36'; } /* '' */
.icon-chart-pie-1:before { content: '\ec37'; } /* '' */
.icon-chart-pie-alt:before { content: '\ec38'; } /* '' */
.icon-key-2:before { content: '\ec39'; } /* '' */
.icon-key-inv:before { content: '\ec3a'; } /* '' */
.icon-hash-1:before { content: '\ec3b'; } /* '' */
.icon-at-2:before { content: '\ec3c'; } /* '' */
.icon-pilcrow:before { content: '\ec3d'; } /* '' */
.icon-dial:before { content: '\ec3e'; } /* '' */
.icon-right-3:before { content: '\ec3f'; } /* '' */
.icon-up-4:before { content: '\ec40'; } /* '' */
.icon-down-outline:before { content: '\ec41'; } /* '' */
.icon-left-outline:before { content: '\ec42'; } /* '' */
.icon-right-outline:before { content: '\ec43'; } /* '' */
.icon-up-outline:before { content: '\ec44'; } /* '' */
.icon-down-small:before { content: '\ec45'; } /* '' */
.icon-left-small:before { content: '\ec46'; } /* '' */
.icon-right-small:before { content: '\ec47'; } /* '' */
.icon-up-small:before { content: '\ec48'; } /* '' */
.icon-cw-outline:before { content: '\ec49'; } /* '' */
.icon-cw-3:before { content: '\ec4a'; } /* '' */
.icon-arrows-cw-outline:before { content: '\ec4b'; } /* '' */
.icon-arrows-cw-2:before { content: '\ec4c'; } /* '' */
.icon-loop-outline:before { content: '\ec4d'; } /* '' */
.icon-loop-1:before { content: '\ec4e'; } /* '' */
.icon-loop-alt-outline:before { content: '\ec4f'; } /* '' */
.icon-loop-alt-1:before { content: '\ec50'; } /* '' */
.icon-shuffle-2:before { content: '\ec51'; } /* '' */
.icon-play-outline:before { content: '\ec52'; } /* '' */
.icon-play-3:before { content: '\ec53'; } /* '' */
.icon-stop-outline:before { content: '\ec54'; } /* '' */
.icon-stop-4:before { content: '\ec55'; } /* '' */
.icon-pause-outline:before { content: '\ec56'; } /* '' */
.icon-pause-3:before { content: '\ec57'; } /* '' */
.icon-fast-fw-outline:before { content: '\ec58'; } /* '' */
.icon-fast-fw:before { content: '\ec59'; } /* '' */
.icon-rewind-outline:before { content: '\ec5a'; } /* '' */
.icon-rewind:before { content: '\ec5b'; } /* '' */
.icon-record-outline:before { content: '\ec5c'; } /* '' */
.icon-record-1:before { content: '\ec5d'; } /* '' */
.icon-eject-outline:before { content: '\ec5e'; } /* '' */
.icon-eject-2:before { content: '\ec5f'; } /* '' */
.icon-eject-alt-outline:before { content: '\ec60'; } /* '' */
.icon-eject-alt:before { content: '\ec61'; } /* '' */
.icon-bat1:before { content: '\ec62'; } /* '' */
.icon-bat2:before { content: '\ec63'; } /* '' */
.icon-bat3:before { content: '\ec64'; } /* '' */
.icon-bat4:before { content: '\ec65'; } /* '' */
.icon-bat-charge-1:before { content: '\ec66'; } /* '' */
.icon-plug:before { content: '\ec67'; } /* '' */
.icon-target-outline:before { content: '\ec68'; } /* '' */
.icon-target-3:before { content: '\ec69'; } /* '' */
.icon-wifi-outline:before { content: '\ec6a'; } /* '' */
.icon-wifi:before { content: '\ec6b'; } /* '' */
.icon-desktop-2:before { content: '\ec6c'; } /* '' */
.icon-laptop-1:before { content: '\ec6d'; } /* '' */
.icon-tablet-2:before { content: '\ec6e'; } /* '' */
.icon-mobile-4:before { content: '\ec6f'; } /* '' */
.icon-contrast:before { content: '\ec70'; } /* '' */
.icon-globe-outline:before { content: '\ec71'; } /* '' */
.icon-globe-4:before { content: '\ec72'; } /* '' */
.icon-globe-alt-outline:before { content: '\ec73'; } /* '' */
.icon-globe-alt-1:before { content: '\ec74'; } /* '' */
.icon-sun-2:before { content: '\ec75'; } /* '' */
.icon-sun-filled:before { content: '\ec76'; } /* '' */
.icon-cloud-6:before { content: '\ec77'; } /* '' */
.icon-flash-outline:before { content: '\ec78'; } /* '' */
.icon-flash-2:before { content: '\ec79'; } /* '' */
.icon-moon-2:before { content: '\ec7a'; } /* '' */
.icon-waves-outline:before { content: '\ec7b'; } /* '' */
.icon-waves:before { content: '\ec7c'; } /* '' */
.icon-rain-2:before { content: '\ec7d'; } /* '' */
.icon-cloud-sun-1:before { content: '\ec7e'; } /* '' */
.icon-drizzle-1:before { content: '\ec7f'; } /* '' */
.icon-snow-1:before { content: '\ec80'; } /* '' */
.icon-cloud-flash-1:before { content: '\ec81'; } /* '' */
.icon-cloud-wind:before { content: '\ec82'; } /* '' */
.icon-wind-1:before { content: '\ec83'; } /* '' */
.icon-plane-outline:before { content: '\ec84'; } /* '' */
.icon-plane:before { content: '\ec85'; } /* '' */
.icon-leaf-1:before { content: '\ec86'; } /* '' */
.icon-lifebuoy:before { content: '\ec87'; } /* '' */
.icon-briefcase-1:before { content: '\ec88'; } /* '' */
.icon-brush-1:before { content: '\ec89'; } /* '' */
.icon-pipette:before { content: '\ec8a'; } /* '' */
.icon-power-outline:before { content: '\ec8b'; } /* '' */
.icon-power:before { content: '\ec8c'; } /* '' */
.icon-check-outline:before { content: '\ec8d'; } /* '' */
.icon-check-1:before { content: '\ec8e'; } /* '' */
.icon-gift-1:before { content: '\ec8f'; } /* '' */
.icon-temperatire:before { content: '\ec90'; } /* '' */
.icon-chart-outline:before { content: '\ec91'; } /* '' */
.icon-chart-2:before { content: '\ec92'; } /* '' */
.icon-chart-alt-outline:before { content: '\ec93'; } /* '' */
.icon-chart-alt:before { content: '\ec94'; } /* '' */
.icon-chart-bar-outline:before { content: '\ec95'; } /* '' */
.icon-chart-bar-3:before { content: '\ec96'; } /* '' */
.icon-chart-pie-outline:before { content: '\ec97'; } /* '' */
.icon-chart-pie-2:before { content: '\ec98'; } /* '' */
.icon-ticket:before { content: '\ec99'; } /* '' */
.icon-credit-card-2:before { content: '\ec9a'; } /* '' */
.icon-clipboard-1:before { content: '\ec9b'; } /* '' */
.icon-database-1:before { content: '\ec9c'; } /* '' */
.icon-key-outline:before { content: '\ec9d'; } /* '' */
.icon-key-3:before { content: '\ec9e'; } /* '' */
.icon-flow-split:before { content: '\ec9f'; } /* '' */
.icon-flow-merge:before { content: '\eca0'; } /* '' */
.icon-flow-parallel:before { content: '\eca1'; } /* '' */
.icon-flow-cross:before { content: '\eca2'; } /* '' */
.icon-certificate-outline:before { content: '\eca3'; } /* '' */
.icon-certificate-1:before { content: '\eca4'; } /* '' */
.icon-scissors-outline:before { content: '\eca5'; } /* '' */
.icon-scissors:before { content: '\eca6'; } /* '' */
.icon-flask:before { content: '\eca7'; } /* '' */
.icon-wine:before { content: '\eca8'; } /* '' */
.icon-coffee:before { content: '\eca9'; } /* '' */
.icon-beer-1:before { content: '\ecaa'; } /* '' */
.icon-anchor-outline:before { content: '\ecab'; } /* '' */
.icon-anchor-1:before { content: '\ecac'; } /* '' */
.icon-puzzle-outline:before { content: '\ecad'; } /* '' */
.icon-puzzle:before { content: '\ecae'; } /* '' */
.icon-tree:before { content: '\ecaf'; } /* '' */
.icon-calculator:before { content: '\ecb0'; } /* '' */
.icon-infinity-outline:before { content: '\ecb1'; } /* '' */
.icon-infinity:before { content: '\ecb2'; } /* '' */
.icon-pi-outline:before { content: '\ecb3'; } /* '' */
.icon-pi:before { content: '\ecb4'; } /* '' */
.icon-at-3:before { content: '\ecb5'; } /* '' */
.icon-at-circled:before { content: '\ecb6'; } /* '' */
.icon-looped-square-outline:before { content: '\ecb7'; } /* '' */
.icon-looped-square-interest:before { content: '\ecb8'; } /* '' */
.icon-sort-alphabet-outline:before { content: '\ecb9'; } /* '' */
.icon-sort-alphabet:before { content: '\ecba'; } /* '' */
.icon-sort-numeric-outline:before { content: '\ecbb'; } /* '' */
.icon-sort-numeric:before { content: '\ecbc'; } /* '' */
.icon-dribbble-circled-1:before { content: '\ecbd'; } /* '' */
.icon-dribbble-3:before { content: '\ecbe'; } /* '' */
.icon-facebook-circled-1:before { content: '\ecbf'; } /* '' */
.icon-facebook-5:before { content: '\ecc0'; } /* '' */
.icon-flickr-circled:before { content: '\ecc1'; } /* '' */
.icon-flickr-2:before { content: '\ecc2'; } /* '' */
.icon-github-circled-2:before { content: '\ecc3'; } /* '' */
.icon-github-4:before { content: '\ecc4'; } /* '' */
.icon-lastfm-circled:before { content: '\ecc5'; } /* '' */
.icon-lastfm-2:before { content: '\ecc6'; } /* '' */
.icon-linkedin-circled-1:before { content: '\ecc7'; } /* '' */
.icon-linkedin-4:before { content: '\ecc8'; } /* '' */
.icon-pinterest-circled:before { content: '\ecc9'; } /* '' */
.icon-pinterest-2:before { content: '\ecca'; } /* '' */
.icon-skype-outline:before { content: '\eccb'; } /* '' */
.icon-skype-4:before { content: '\eccc'; } /* '' */
.icon-tumbler-circled:before { content: '\eccd'; } /* '' */
.icon-tumbler:before { content: '\ecce'; } /* '' */
.icon-twitter-circled-1:before { content: '\eccf'; } /* '' */
.icon-twitter-5:before { content: '\ecd0'; } /* '' */
.icon-vimeo-circled:before { content: '\ecd1'; } /* '' */
.icon-vimeo-3:before { content: '\ecd2'; } /* '' */
.icon-picture-outline:before { content: '\ecd3'; } /* '' */
.icon-picture-3:before { content: '\ecd4'; } /* '' */
.icon-camera-outline:before { content: '\ecd5'; } /* '' */
.icon-camera-6:before { content: '\ecd6'; } /* '' */
.icon-th-outline:before { content: '\ecd7'; } /* '' */
.icon-th-4:before { content: '\ecd8'; } /* '' */
.icon-th-large-outline:before { content: '\ecd9'; } /* '' */
.icon-th-large-3:before { content: '\ecda'; } /* '' */
.icon-th-list-outline:before { content: '\ecdb'; } /* '' */
.icon-th-list-5:before { content: '\ecdc'; } /* '' */
.icon-ok-outline:before { content: '\ecdd'; } /* '' */
.icon-ok-5:before { content: '\ecde'; } /* '' */
.icon-cancel-outline:before { content: '\ecdf'; } /* '' */
.icon-cancel-5:before { content: '\ece0'; } /* '' */
.icon-cancel-alt:before { content: '\ece1'; } /* '' */
.icon-cancel-alt-filled:before { content: '\ece2'; } /* '' */
.icon-cancel-circled-outline:before { content: '\ece3'; } /* '' */
.icon-cancel-circled-2:before { content: '\ece4'; } /* '' */
.icon-plus-outline:before { content: '\ece5'; } /* '' */
.icon-plus-4:before { content: '\ece6'; } /* '' */
.icon-minus-outline:before { content: '\ece7'; } /* '' */
.icon-minus-2:before { content: '\ece8'; } /* '' */
.icon-divide-outline:before { content: '\ece9'; } /* '' */
.icon-divide:before { content: '\ecea'; } /* '' */
.icon-eq-outline:before { content: '\eceb'; } /* '' */
.icon-eq:before { content: '\ecec'; } /* '' */
.icon-info-outline:before { content: '\eced'; } /* '' */
.icon-info-3:before { content: '\ecee'; } /* '' */
.icon-home-outline:before { content: '\ecef'; } /* '' */
.icon-home-5:before { content: '\ecf0'; } /* '' */
.icon-link-outline:before { content: '\ecf1'; } /* '' */
.icon-link-3:before { content: '\ecf2'; } /* '' */
.icon-attach-outline:before { content: '\ecf3'; } /* '' */
.icon-attach-5:before { content: '\ecf4'; } /* '' */
.icon-lock-6:before { content: '\ecf5'; } /* '' */
.icon-lock-filled:before { content: '\ecf6'; } /* '' */
.icon-lock-open-5:before { content: '\ecf7'; } /* '' */
.icon-lock-open-filled:before { content: '\ecf8'; } /* '' */
.icon-pin-outline:before { content: '\ecf9'; } /* '' */
.icon-pin-1:before { content: '\ecfa'; } /* '' */
.icon-eye-outline:before { content: '\ecfb'; } /* '' */
.icon-eye-5:before { content: '\ecfc'; } /* '' */
.icon-tag-5:before { content: '\ecfd'; } /* '' */
.icon-tags-1:before { content: '\ecfe'; } /* '' */
.icon-bookmark-1:before { content: '\ecff'; } /* '' */
.icon-flag-2:before { content: '\ed00'; } /* '' */
.icon-flag-filled:before { content: '\ed01'; } /* '' */
.icon-thumbs-up-4:before { content: '\ed02'; } /* '' */
.icon-thumbs-down-3:before { content: '\ed03'; } /* '' */
.icon-download-outline:before { content: '\ed04'; } /* '' */
.icon-download-4:before { content: '\ed05'; } /* '' */
.icon-upload-outline:before { content: '\ed06'; } /* '' */
.icon-upload-3:before { content: '\ed07'; } /* '' */
.icon-upload-cloud-outline:before { content: '\ed08'; } /* '' */
.icon-upload-cloud-2:before { content: '\ed09'; } /* '' */
.icon-reply-outline:before { content: '\ed0a'; } /* '' */
.icon-reply-2:before { content: '\ed0b'; } /* '' */
.icon-forward-outline:before { content: '\ed0c'; } /* '' */
.icon-forward-2:before { content: '\ed0d'; } /* '' */
.icon-code-outline:before { content: '\ed0e'; } /* '' */
.icon-code-1:before { content: '\ed0f'; } /* '' */
.icon-export-outline:before { content: '\ed10'; } /* '' */
.icon-export-3:before { content: '\ed11'; } /* '' */
.icon-pencil-6:before { content: '\ed12'; } /* '' */
.icon-pen:before { content: '\ed13'; } /* '' */
.icon-feather:before { content: '\ed14'; } /* '' */
.icon-edit-3:before { content: '\ed15'; } /* '' */
.icon-print-5:before { content: '\ed16'; } /* '' */
.icon-comment-5:before { content: '\ed17'; } /* '' */
.icon-chat-4:before { content: '\ed18'; } /* '' */
.icon-chat-alt:before { content: '\ed19'; } /* '' */
.icon-bell-3:before { content: '\ed1a'; } /* '' */
.icon-attention-3:before { content: '\ed1b'; } /* '' */
.icon-attention-filled:before { content: '\ed1c'; } /* '' */
.icon-warning-empty:before { content: '\ed1d'; } /* '' */
.icon-warning-1:before { content: '\ed1e'; } /* '' */
.icon-contacts:before { content: '\ed1f'; } /* '' */
.icon-vcard:before { content: '\ed20'; } /* '' */
.icon-address:before { content: '\ed21'; } /* '' */
.icon-location-outline:before { content: '\ed22'; } /* '' */
.icon-location-6:before { content: '\ed23'; } /* '' */
.icon-map:before { content: '\ed24'; } /* '' */
.icon-direction-outline:before { content: '\ed25'; } /* '' */
.icon-direction:before { content: '\ed26'; } /* '' */
.icon-compass-3:before { content: '\ed27'; } /* '' */
.icon-trash-7:before { content: '\ed28'; } /* '' */
.icon-doc-7:before { content: '\ed29'; } /* '' */
.icon-doc-text-1:before { content: '\ed2a'; } /* '' */
.icon-doc-add:before { content: '\ed2b'; } /* '' */
.icon-doc-remove:before { content: '\ed2c'; } /* '' */
.icon-news:before { content: '\ed2d'; } /* '' */
.icon-folder-4:before { content: '\ed2e'; } /* '' */
.icon-folder-add:before { content: '\ed2f'; } /* '' */
.icon-folder-delete:before { content: '\ed30'; } /* '' */
.icon-archive-1:before { content: '\ed31'; } /* '' */
.icon-box-2:before { content: '\ed32'; } /* '' */
.icon-rss-outline:before { content: '\ed33'; } /* '' */
.icon-rss-5:before { content: '\ed34'; } /* '' */
.icon-phone-outline:before { content: '\ed35'; } /* '' */
.icon-phone-1:before { content: '\ed36'; } /* '' */
.icon-menu-outline:before { content: '\ed37'; } /* '' */
.icon-menu-1:before { content: '\ed38'; } /* '' */
.icon-cog-outline:before { content: '\ed39'; } /* '' */
.icon-cog-5:before { content: '\ed3a'; } /* '' */
.icon-wrench-outline:before { content: '\ed3b'; } /* '' */
.icon-wrench-3:before { content: '\ed3c'; } /* '' */
.icon-basket-2:before { content: '\ed3d'; } /* '' */
.icon-calendar-outlilne:before { content: '\ed3e'; } /* '' */
.icon-calendar-6:before { content: '\ed3f'; } /* '' */
.icon-mic-outline:before { content: '\ed40'; } /* '' */
.icon-mic-3:before { content: '\ed41'; } /* '' */
.icon-volume-off-3:before { content: '\ed42'; } /* '' */
.icon-volume-low:before { content: '\ed43'; } /* '' */
.icon-volume-middle:before { content: '\ed44'; } /* '' */
.icon-volume-high:before { content: '\ed45'; } /* '' */
.icon-headphones-2:before { content: '\ed46'; } /* '' */
.icon-clock-6:before { content: '\ed47'; } /* '' */
.icon-wristwatch:before { content: '\ed48'; } /* '' */
.icon-stopwatch-1:before { content: '\ed49'; } /* '' */
.icon-lightbulb-2:before { content: '\ed4a'; } /* '' */
.icon-block-outline:before { content: '\ed4b'; } /* '' */
.icon-block-3:before { content: '\ed4c'; } /* '' */
.icon-resize-full-outline:before { content: '\ed4d'; } /* '' */
.icon-resize-full-4:before { content: '\ed4e'; } /* '' */
.icon-resize-normal-outline:before { content: '\ed4f'; } /* '' */
.icon-resize-normal:before { content: '\ed50'; } /* '' */
.icon-move-outline:before { content: '\ed51'; } /* '' */
.icon-move-2:before { content: '\ed52'; } /* '' */
.icon-popup-3:before { content: '\ed53'; } /* '' */
.icon-zoom-in-outline:before { content: '\ed54'; } /* '' */
.icon-zoom-in-3:before { content: '\ed55'; } /* '' */
.icon-zoom-out-outline:before { content: '\ed56'; } /* '' */
.icon-zoom-out-3:before { content: '\ed57'; } /* '' */
.icon-popup-4:before { content: '\ed58'; } /* '' */
.icon-left-open-outline:before { content: '\ed59'; } /* '' */
.icon-left-open-3:before { content: '\ed5a'; } /* '' */
.icon-right-open-outline:before { content: '\ed5b'; } /* '' */
.icon-right-open-3:before { content: '\ed5c'; } /* '' */
.icon-down-4:before { content: '\ed5d'; } /* '' */
.icon-left-3:before { content: '\ed5e'; } /* '' */
.icon-music-outline:before { content: '\ed5f'; } /* '' */
.icon-music-3:before { content: '\ed60'; } /* '' */
.icon-search-outline:before { content: '\ed61'; } /* '' */
.icon-search-7:before { content: '\ed62'; } /* '' */
.icon-mail-7:before { content: '\ed63'; } /* '' */
.icon-heart-6:before { content: '\ed64'; } /* '' */
.icon-heart-filled:before { content: '\ed65'; } /* '' */
.icon-star-6:before { content: '\ed66'; } /* '' */
.icon-star-filled:before { content: '\ed67'; } /* '' */
.icon-user-outline:before { content: '\ed68'; } /* '' */
.icon-user-6:before { content: '\ed69'; } /* '' */
.icon-users-outline:before { content: '\ed6a'; } /* '' */
.icon-users-1:before { content: '\ed6b'; } /* '' */
.icon-user-add-outline:before { content: '\ed6c'; } /* '' */
.icon-user-add:before { content: '\ed6d'; } /* '' */
.icon-user-delete-outline:before { content: '\ed6e'; } /* '' */
.icon-user-delete:before { content: '\ed6f'; } /* '' */
.icon-video-3:before { content: '\ed70'; } /* '' */
.icon-videocam-outline:before { content: '\ed71'; } /* '' */
.icon-videocam-4:before { content: '\ed72'; } /* '' */
.icon-cc-2:before { content: '\ed73'; } /* '' */
.icon-cc-by:before { content: '\ed74'; } /* '' */
.icon-cc-nc:before { content: '\ed75'; } /* '' */
.icon-cc-nc-eu:before { content: '\ed76'; } /* '' */
.icon-facebook-circled-2:before { content: '\ed77'; } /* '' */
.icon-facebook-squared:before { content: '\ed78'; } /* '' */
.icon-gplus-2:before { content: '\ed79'; } /* '' */
.icon-gplus-circled-1:before { content: '\ed7a'; } /* '' */
.icon-qq:before { content: '\ed7b'; } /* '' */
.icon-instagram-4:before { content: '\ed7c'; } /* '' */
.icon-dropbox-1:before { content: '\ed7d'; } /* '' */
.icon-evernote-1:before { content: '\ed7e'; } /* '' */
.icon-smashing:before { content: '\ed7f'; } /* '' */
.icon-sweden:before { content: '\ed80'; } /* '' */
.icon-db-shape:before { content: '\ed81'; } /* '' */
.icon-logo-db:before { content: '\ed82'; } /* '' */
.icon-lamp-1:before { content: '\ed83'; } /* '' */
.icon-light-down:before { content: '\ed84'; } /* '' */
.icon-light-up:before { content: '\ed85'; } /* '' */
.icon-adjust-1:before { content: '\ed86'; } /* '' */
.icon-block-4:before { content: '\ed87'; } /* '' */
.icon-resize-full-5:before { content: '\ed88'; } /* '' */
.icon-resize-small-3:before { content: '\ed89'; } /* '' */
.icon-popup-5:before { content: '\ed8a'; } /* '' */
.icon-publish:before { content: '\ed8b'; } /* '' */
.icon-window:before { content: '\ed8c'; } /* '' */
.icon-arrow-combo:before { content: '\ed8d'; } /* '' */
.icon-down-circled-1:before { content: '\ed8e'; } /* '' */
.icon-left-circled-1:before { content: '\ed8f'; } /* '' */
.icon-right-circled-1:before { content: '\ed90'; } /* '' */
.icon-up-circled-1:before { content: '\ed91'; } /* '' */
.icon-down-open-2:before { content: '\ed92'; } /* '' */
.icon-left-open-4:before { content: '\ed93'; } /* '' */
.icon-right-open-4:before { content: '\ed94'; } /* '' */
.icon-up-open-2:before { content: '\ed95'; } /* '' */
.icon-down-open-mini:before { content: '\ed96'; } /* '' */
.icon-left-open-mini:before { content: '\ed97'; } /* '' */
.icon-right-open-mini:before { content: '\ed98'; } /* '' */
.icon-up-open-mini:before { content: '\ed99'; } /* '' */
.icon-down-open-big:before { content: '\ed9a'; } /* '' */
.icon-left-open-big:before { content: '\ed9b'; } /* '' */
.icon-right-open-big:before { content: '\ed9c'; } /* '' */
.icon-up-open-big:before { content: '\ed9d'; } /* '' */
.icon-down-5:before { content: '\ed9e'; } /* '' */
.icon-left-4:before { content: '\ed9f'; } /* '' */
.icon-right-4:before { content: '\eda0'; } /* '' */
.icon-up-5:before { content: '\eda1'; } /* '' */
.icon-down-dir-2:before { content: '\eda2'; } /* '' */
.icon-left-dir-1:before { content: '\eda3'; } /* '' */
.icon-right-dir-2:before { content: '\eda4'; } /* '' */
.icon-up-dir-1:before { content: '\eda5'; } /* '' */
.icon-down-bold-1:before { content: '\eda6'; } /* '' */
.icon-left-bold-1:before { content: '\eda7'; } /* '' */
.icon-right-bold-1:before { content: '\eda8'; } /* '' */
.icon-up-bold-1:before { content: '\eda9'; } /* '' */
.icon-down-thin:before { content: '\edaa'; } /* '' */
.icon-left-thin:before { content: '\edab'; } /* '' */
.icon-right-thin:before { content: '\edac'; } /* '' */
.icon-up-thin:before { content: '\edad'; } /* '' */
.icon-ccw-1:before { content: '\edae'; } /* '' */
.icon-cw-4:before { content: '\edaf'; } /* '' */
.icon-arrows-ccw:before { content: '\edb0'; } /* '' */
.icon-level-down:before { content: '\edb1'; } /* '' */
.icon-level-up:before { content: '\edb2'; } /* '' */
.icon-shuffle-3:before { content: '\edb3'; } /* '' */
.icon-loop-2:before { content: '\edb4'; } /* '' */
.icon-switch:before { content: '\edb5'; } /* '' */
.icon-play-4:before { content: '\edb6'; } /* '' */
.icon-stop-5:before { content: '\edb7'; } /* '' */
.icon-pause-4:before { content: '\edb8'; } /* '' */
.icon-record-2:before { content: '\edb9'; } /* '' */
.icon-to-end-2:before { content: '\edba'; } /* '' */
.icon-to-start-2:before { content: '\edbb'; } /* '' */
.icon-fast-forward-2:before { content: '\edbc'; } /* '' */
.icon-fast-backward-2:before { content: '\edbd'; } /* '' */
.icon-progress-8:before { content: '\edbe'; } /* '' */
.icon-progress-9:before { content: '\edbf'; } /* '' */
.icon-progress-10:before { content: '\edc0'; } /* '' */
.icon-progress-11:before { content: '\edc1'; } /* '' */
.icon-target-4:before { content: '\edc2'; } /* '' */
.icon-palette:before { content: '\edc3'; } /* '' */
.icon-list-3:before { content: '\edc4'; } /* '' */
.icon-list-add:before { content: '\edc5'; } /* '' */
.icon-signal-4:before { content: '\edc6'; } /* '' */
.icon-trophy-1:before { content: '\edc7'; } /* '' */
.icon-battery:before { content: '\edc8'; } /* '' */
.icon-back-in-time:before { content: '\edc9'; } /* '' */
.icon-monitor-1:before { content: '\edca'; } /* '' */
.icon-mobile-5:before { content: '\edcb'; } /* '' */
.icon-network-1:before { content: '\edcc'; } /* '' */
.icon-cd-3:before { content: '\edcd'; } /* '' */
.icon-inbox-3:before { content: '\edce'; } /* '' */
.icon-install:before { content: '\edcf'; } /* '' */
.icon-globe-5:before { content: '\edd0'; } /* '' */
.icon-cloud-7:before { content: '\edd1'; } /* '' */
.icon-cloud-thunder:before { content: '\edd2'; } /* '' */
.icon-flash-3:before { content: '\edd3'; } /* '' */
.icon-moon-3:before { content: '\edd4'; } /* '' */
.icon-flight-1:before { content: '\edd5'; } /* '' */
.icon-paper-plane-2:before { content: '\edd6'; } /* '' */
.icon-leaf-2:before { content: '\edd7'; } /* '' */
.icon-lifebuoy-1:before { content: '\edd8'; } /* '' */
.icon-mouse:before { content: '\edd9'; } /* '' */
.icon-briefcase-2:before { content: '\edda'; } /* '' */
.icon-suitcase:before { content: '\eddb'; } /* '' */
.icon-dot:before { content: '\eddc'; } /* '' */
.icon-dot-2:before { content: '\eddd'; } /* '' */
.icon-dot-3:before { content: '\edde'; } /* '' */
.icon-brush-2:before { content: '\eddf'; } /* '' */
.icon-magnet-1:before { content: '\ede0'; } /* '' */
.icon-infinity-1:before { content: '\ede1'; } /* '' */
.icon-erase:before { content: '\ede2'; } /* '' */
.icon-chart-pie-3:before { content: '\ede3'; } /* '' */
.icon-chart-line:before { content: '\ede4'; } /* '' */
.icon-chart-bar-4:before { content: '\ede5'; } /* '' */
.icon-chart-area:before { content: '\ede6'; } /* '' */
.icon-tape:before { content: '\ede7'; } /* '' */
.icon-graduation-cap-1:before { content: '\ede8'; } /* '' */
.icon-language:before { content: '\ede9'; } /* '' */
.icon-ticket-1:before { content: '\edea'; } /* '' */
.icon-water:before { content: '\edeb'; } /* '' */
.icon-droplet:before { content: '\edec'; } /* '' */
.icon-air:before { content: '\eded'; } /* '' */
.icon-credit-card-3:before { content: '\edee'; } /* '' */
.icon-floppy:before { content: '\edef'; } /* '' */
.icon-clipboard-2:before { content: '\edf0'; } /* '' */
.icon-megaphone-2:before { content: '\edf1'; } /* '' */
.icon-database-2:before { content: '\edf2'; } /* '' */
.icon-drive:before { content: '\edf3'; } /* '' */
.icon-bucket:before { content: '\edf4'; } /* '' */
.icon-thermometer:before { content: '\edf5'; } /* '' */
.icon-key-4:before { content: '\edf6'; } /* '' */
.icon-flow-cascade:before { content: '\edf7'; } /* '' */
.icon-flow-branch:before { content: '\edf8'; } /* '' */
.icon-flow-tree:before { content: '\edf9'; } /* '' */
.icon-flow-line:before { content: '\edfa'; } /* '' */
.icon-cc-nc-jp:before { content: '\edfb'; } /* '' */
.icon-cc-sa:before { content: '\edfc'; } /* '' */
.icon-cc-nd:before { content: '\edfd'; } /* '' */
.icon-cc-pd:before { content: '\edfe'; } /* '' */
.icon-cc-zero:before { content: '\edff'; } /* '' */
.icon-cc-share:before { content: '\ee00'; } /* '' */
.icon-cc-remix:before { content: '\ee01'; } /* '' */
.icon-github-5:before { content: '\ee02'; } /* '' */
.icon-github-circled-3:before { content: '\ee03'; } /* '' */
.icon-flickr-3:before { content: '\ee04'; } /* '' */
.icon-flickr-circled-1:before { content: '\ee05'; } /* '' */
.icon-vimeo-4:before { content: '\ee06'; } /* '' */
.icon-pinterest-3:before { content: '\ee07'; } /* '' */
.icon-pinterest-circled-1:before { content: '\ee08'; } /* '' */
.icon-tumblr-3:before { content: '\ee09'; } /* '' */
.icon-tumblr-circled:before { content: '\ee0a'; } /* '' */
.icon-linkedin-5:before { content: '\ee0b'; } /* '' */
.icon-linkedin-circled-2:before { content: '\ee0c'; } /* '' */
.icon-dribbble-4:before { content: '\ee0d'; } /* '' */
.icon-dribbble-circled-2:before { content: '\ee0e'; } /* '' */
.icon-stumbleupon-2:before { content: '\ee0f'; } /* '' */
.icon-stumbleupon-circled:before { content: '\ee10'; } /* '' */
.icon-lastfm-3:before { content: '\ee11'; } /* '' */
.icon-lastfm-circled-1:before { content: '\ee12'; } /* '' */
.icon-flattr-1:before { content: '\ee13'; } /* '' */
.icon-skype-5:before { content: '\ee14'; } /* '' */
.icon-skype-circled:before { content: '\ee15'; } /* '' */
.icon-renren:before { content: '\ee16'; } /* '' */
.icon-sina-weibo:before { content: '\ee17'; } /* '' */
.icon-paypal-1:before { content: '\ee18'; } /* '' */
.icon-picasa-2:before { content: '\ee19'; } /* '' */
.icon-soundcloud-2:before { content: '\ee1a'; } /* '' */
.icon-mixi:before { content: '\ee1b'; } /* '' */
.icon-behance-1:before { content: '\ee1c'; } /* '' */
.icon-google-circles:before { content: '\ee1d'; } /* '' */
.icon-vkontakte-1:before { content: '\ee1e'; } /* '' */
.icon-flow-parallel-1:before { content: '\ee1f'; } /* '' */
.icon-rocket:before { content: '\ee20'; } /* '' */
.icon-gauge-1:before { content: '\ee21'; } /* '' */
.icon-traffic-cone:before { content: '\ee22'; } /* '' */
.icon-vimeo-circled-1:before { content: '\ee23'; } /* '' */
.icon-twitter-6:before { content: '\ee24'; } /* '' */
.icon-twitter-circled-2:before { content: '\ee25'; } /* '' */
.icon-facebook-6:before { content: '\ee26'; } /* '' */
.icon-rdio:before { content: '\ee27'; } /* '' */
.icon-rdio-circled:before { content: '\ee28'; } /* '' */
.icon-spotify-1:before { content: '\ee29'; } /* '' */
.icon-spotify-circled:before { content: '\ee2a'; } /* '' */
.icon-note-1:before { content: '\ee2b'; } /* '' */
.icon-note-beamed:before { content: '\ee2c'; } /* '' */
.icon-music-4:before { content: '\ee2d'; } /* '' */
.icon-search-8:before { content: '\ee2e'; } /* '' */
.icon-flashlight:before { content: '\ee2f'; } /* '' */
.icon-mail-8:before { content: '\ee30'; } /* '' */
.icon-heart-7:before { content: '\ee31'; } /* '' */
.icon-heart-empty-3:before { content: '\ee32'; } /* '' */
.icon-star-7:before { content: '\ee33'; } /* '' */
.icon-star-empty-2:before { content: '\ee34'; } /* '' */
.icon-user-7:before { content: '\ee35'; } /* '' */
.icon-users-2:before { content: '\ee36'; } /* '' */
.icon-user-add-1:before { content: '\ee37'; } /* '' */
.icon-video-4:before { content: '\ee38'; } /* '' */
.icon-picture-4:before { content: '\ee39'; } /* '' */
.icon-camera-7:before { content: '\ee3a'; } /* '' */
.icon-layout:before { content: '\ee3b'; } /* '' */
.icon-menu-2:before { content: '\ee3c'; } /* '' */
.icon-check-2:before { content: '\ee3d'; } /* '' */
.icon-cancel-6:before { content: '\ee3e'; } /* '' */
.icon-cancel-circled-3:before { content: '\ee3f'; } /* '' */
.icon-cancel-squared:before { content: '\ee40'; } /* '' */
.icon-plus-5:before { content: '\ee41'; } /* '' */
.icon-plus-circled-1:before { content: '\ee42'; } /* '' */
.icon-plus-squared:before { content: '\ee43'; } /* '' */
.icon-minus-3:before { content: '\ee44'; } /* '' */
.icon-minus-circled-1:before { content: '\ee45'; } /* '' */
.icon-minus-squared:before { content: '\ee46'; } /* '' */
.icon-help-3:before { content: '\ee47'; } /* '' */
.icon-help-circled-3:before { content: '\ee48'; } /* '' */
.icon-info-4:before { content: '\ee49'; } /* '' */
.icon-info-circled-3:before { content: '\ee4a'; } /* '' */
.icon-back:before { content: '\ee4b'; } /* '' */
.icon-home-6:before { content: '\ee4c'; } /* '' */
.icon-link-4:before { content: '\ee4d'; } /* '' */
.icon-attach-6:before { content: '\ee4e'; } /* '' */
.icon-lock-7:before { content: '\ee4f'; } /* '' */
.icon-lock-open-6:before { content: '\ee50'; } /* '' */
.icon-eye-6:before { content: '\ee51'; } /* '' */
.icon-tag-6:before { content: '\ee52'; } /* '' */
.icon-bookmark-2:before { content: '\ee53'; } /* '' */
.icon-bookmarks:before { content: '\ee54'; } /* '' */
.icon-flag-3:before { content: '\ee55'; } /* '' */
.icon-thumbs-up-5:before { content: '\ee56'; } /* '' */
.icon-thumbs-down-4:before { content: '\ee57'; } /* '' */
.icon-download-5:before { content: '\ee58'; } /* '' */
.icon-upload-4:before { content: '\ee59'; } /* '' */
.icon-upload-cloud-3:before { content: '\ee5a'; } /* '' */
.icon-reply-3:before { content: '\ee5b'; } /* '' */
.icon-reply-all-1:before { content: '\ee5c'; } /* '' */
.icon-forward-3:before { content: '\ee5d'; } /* '' */
.icon-quote-1:before { content: '\ee5e'; } /* '' */
.icon-code-2:before { content: '\ee5f'; } /* '' */
.icon-export-4:before { content: '\ee60'; } /* '' */
.icon-pencil-7:before { content: '\ee61'; } /* '' */
.icon-feather-1:before { content: '\ee62'; } /* '' */
.icon-print-6:before { content: '\ee63'; } /* '' */
.icon-retweet-3:before { content: '\ee64'; } /* '' */
.icon-keyboard:before { content: '\ee65'; } /* '' */
.icon-comment-6:before { content: '\ee66'; } /* '' */
.icon-chat-5:before { content: '\ee67'; } /* '' */
.icon-bell-4:before { content: '\ee68'; } /* '' */
.icon-attention-4:before { content: '\ee69'; } /* '' */
.icon-alert:before { content: '\ee6a'; } /* '' */
.icon-vcard-1:before { content: '\ee6b'; } /* '' */
.icon-address-1:before { content: '\ee6c'; } /* '' */
.icon-location-7:before { content: '\ee6d'; } /* '' */
.icon-map-1:before { content: '\ee6e'; } /* '' */
.icon-direction-1:before { content: '\ee6f'; } /* '' */
.icon-compass-4:before { content: '\ee70'; } /* '' */
.icon-cup-1:before { content: '\ee71'; } /* '' */
.icon-trash-8:before { content: '\ee72'; } /* '' */
.icon-doc-8:before { content: '\ee73'; } /* '' */
.icon-docs-1:before { content: '\ee74'; } /* '' */
.icon-doc-landscape:before { content: '\ee75'; } /* '' */
.icon-doc-text-2:before { content: '\ee76'; } /* '' */
.icon-doc-text-inv:before { content: '\ee77'; } /* '' */
.icon-newspaper-1:before { content: '\ee78'; } /* '' */
.icon-book-open-1:before { content: '\ee79'; } /* '' */
.icon-book-3:before { content: '\ee7a'; } /* '' */
.icon-folder-5:before { content: '\ee7b'; } /* '' */
.icon-archive-2:before { content: '\ee7c'; } /* '' */
.icon-box-3:before { content: '\ee7d'; } /* '' */
.icon-rss-6:before { content: '\ee7e'; } /* '' */
.icon-phone-2:before { content: '\ee7f'; } /* '' */
.icon-cog-6:before { content: '\ee80'; } /* '' */
.icon-tools:before { content: '\ee81'; } /* '' */
.icon-share-2:before { content: '\ee82'; } /* '' */
.icon-shareable:before { content: '\ee83'; } /* '' */
.icon-basket-3:before { content: '\ee84'; } /* '' */
.icon-bag:before { content: '\ee85'; } /* '' */
.icon-calendar-7:before { content: '\ee86'; } /* '' */
.icon-login-2:before { content: '\ee87'; } /* '' */
.icon-logout-2:before { content: '\ee88'; } /* '' */
.icon-mic-4:before { content: '\ee89'; } /* '' */
.icon-mute:before { content: '\ee8a'; } /* '' */
.icon-sound-1:before { content: '\ee8b'; } /* '' */
.icon-volume-1:before { content: '\ee8c'; } /* '' */
.icon-clock-7:before { content: '\ee8d'; } /* '' */
.icon-hourglass-1:before { content: '\ee8e'; } /* '' */
.icon-down-big:before { content: '\ee8f'; } /* '' */
.icon-left-big:before { content: '\ee90'; } /* '' */
.icon-right-big:before { content: '\ee91'; } /* '' */
.icon-up-big:before { content: '\ee92'; } /* '' */
.icon-right-hand-1:before { content: '\ee93'; } /* '' */
.icon-left-hand-1:before { content: '\ee94'; } /* '' */
.icon-up-hand-1:before { content: '\ee95'; } /* '' */
.icon-down-hand-1:before { content: '\ee96'; } /* '' */
.icon-left-circled-2:before { content: '\ee97'; } /* '' */
.icon-right-circled-2:before { content: '\ee98'; } /* '' */
.icon-up-circled-2:before { content: '\ee99'; } /* '' */
.icon-down-circled-2:before { content: '\ee9a'; } /* '' */
.icon-cw-5:before { content: '\ee9b'; } /* '' */
.icon-ccw-2:before { content: '\ee9c'; } /* '' */
.icon-arrows-cw-3:before { content: '\ee9d'; } /* '' */
.icon-level-up-1:before { content: '\ee9e'; } /* '' */
.icon-level-down-1:before { content: '\ee9f'; } /* '' */
.icon-shuffle-4:before { content: '\eea0'; } /* '' */
.icon-exchange-1:before { content: '\eea1'; } /* '' */
.icon-history:before { content: '\eea2'; } /* '' */
.icon-expand:before { content: '\eea3'; } /* '' */
.icon-collapse:before { content: '\eea4'; } /* '' */
.icon-expand-right:before { content: '\eea5'; } /* '' */
.icon-collapse-left:before { content: '\eea6'; } /* '' */
.icon-play-5:before { content: '\eea7'; } /* '' */
.icon-play-circled-1:before { content: '\eea8'; } /* '' */
.icon-play-circled2-1:before { content: '\eea9'; } /* '' */
.icon-stop-6:before { content: '\eeaa'; } /* '' */
.icon-pause-5:before { content: '\eeab'; } /* '' */
.icon-to-end-3:before { content: '\eeac'; } /* '' */
.icon-to-end-alt:before { content: '\eead'; } /* '' */
.icon-to-start-3:before { content: '\eeae'; } /* '' */
.icon-to-start-alt:before { content: '\eeaf'; } /* '' */
.icon-fast-fw-1:before { content: '\eeb0'; } /* '' */
.icon-fast-bw:before { content: '\eeb1'; } /* '' */
.icon-eject-3:before { content: '\eeb2'; } /* '' */
.icon-target-5:before { content: '\eeb3'; } /* '' */
.icon-signal-5:before { content: '\eeb4'; } /* '' */
.icon-award-2:before { content: '\eeb5'; } /* '' */
.icon-desktop-3:before { content: '\eeb6'; } /* '' */
.icon-laptop-2:before { content: '\eeb7'; } /* '' */
.icon-tablet-3:before { content: '\eeb8'; } /* '' */
.icon-mobile-6:before { content: '\eeb9'; } /* '' */
.icon-inbox-4:before { content: '\eeba'; } /* '' */
.icon-globe-6:before { content: '\eebb'; } /* '' */
.icon-sun-3:before { content: '\eebc'; } /* '' */
.icon-cloud-8:before { content: '\eebd'; } /* '' */
.icon-flash-4:before { content: '\eebe'; } /* '' */
.icon-moon-4:before { content: '\eebf'; } /* '' */
.icon-umbrella-1:before { content: '\eec0'; } /* '' */
.icon-flight-2:before { content: '\eec1'; } /* '' */
.icon-fighter-jet:before { content: '\eec2'; } /* '' */
.icon-paper-plane-3:before { content: '\eec3'; } /* '' */
.icon-paper-plane-empty:before { content: '\eec4'; } /* '' */
.icon-space-shuttle:before { content: '\eec5'; } /* '' */
.icon-leaf-3:before { content: '\eec6'; } /* '' */
.icon-font-2:before { content: '\eec7'; } /* '' */
.icon-bold-1:before { content: '\eec8'; } /* '' */
.icon-italic-1:before { content: '\eec9'; } /* '' */
.icon-header:before { content: '\eeca'; } /* '' */
.icon-paragraph:before { content: '\eecb'; } /* '' */
.icon-text-height-1:before { content: '\eecc'; } /* '' */
.icon-text-width-1:before { content: '\eecd'; } /* '' */
.icon-align-left-1:before { content: '\eece'; } /* '' */
.icon-align-center-1:before { content: '\eecf'; } /* '' */
.icon-align-right-1:before { content: '\eed0'; } /* '' */
.icon-align-justify-1:before { content: '\eed1'; } /* '' */
.icon-list-4:before { content: '\eed2'; } /* '' */
.icon-indent-left-2:before { content: '\eed3'; } /* '' */
.icon-indent-right-2:before { content: '\eed4'; } /* '' */
.icon-list-bullet:before { content: '\eed5'; } /* '' */
.icon-list-numbered-1:before { content: '\eed6'; } /* '' */
.icon-strike:before { content: '\eed7'; } /* '' */
.icon-underline:before { content: '\eed8'; } /* '' */
.icon-superscript:before { content: '\eed9'; } /* '' */
.icon-subscript:before { content: '\eeda'; } /* '' */
.icon-table:before { content: '\eedb'; } /* '' */
.icon-columns:before { content: '\eedc'; } /* '' */
.icon-crop:before { content: '\eedd'; } /* '' */
.icon-scissors-1:before { content: '\eede'; } /* '' */
.icon-paste:before { content: '\eedf'; } /* '' */
.icon-briefcase-3:before { content: '\eee0'; } /* '' */
.icon-suitcase-1:before { content: '\eee1'; } /* '' */
.icon-ellipsis:before { content: '\eee2'; } /* '' */
.icon-ellipsis-vert:before { content: '\eee3'; } /* '' */
.icon-off-1:before { content: '\eee4'; } /* '' */
.icon-road-1:before { content: '\eee5'; } /* '' */
.icon-list-alt:before { content: '\eee6'; } /* '' */
.icon-qrcode-1:before { content: '\eee7'; } /* '' */
.icon-barcode-1:before { content: '\eee8'; } /* '' */
.icon-book-4:before { content: '\eee9'; } /* '' */
.icon-ajust:before { content: '\eeea'; } /* '' */
.icon-tint-1:before { content: '\eeeb'; } /* '' */
.icon-check-3:before { content: '\eeec'; } /* '' */
.icon-check-empty-1:before { content: '\eeed'; } /* '' */
.icon-circle:before { content: '\eeee'; } /* '' */
.icon-circle-empty:before { content: '\eeef'; } /* '' */
.icon-circle-thin:before { content: '\eef0'; } /* '' */
.icon-circle-notch:before { content: '\eef1'; } /* '' */
.icon-dot-circled:before { content: '\eef2'; } /* '' */
.icon-asterisk-1:before { content: '\eef3'; } /* '' */
.icon-gift-2:before { content: '\eef4'; } /* '' */
.icon-fire-3:before { content: '\eef5'; } /* '' */
.icon-magnet-2:before { content: '\eef6'; } /* '' */
.icon-chart-bar-5:before { content: '\eef7'; } /* '' */
.icon-ticket-2:before { content: '\eef8'; } /* '' */
.icon-credit-card-4:before { content: '\eef9'; } /* '' */
.icon-floppy-1:before { content: '\eefa'; } /* '' */
.icon-megaphone-3:before { content: '\eefb'; } /* '' */
.icon-hdd-2:before { content: '\eefc'; } /* '' */
.icon-key-5:before { content: '\eefd'; } /* '' */
.icon-fork:before { content: '\eefe'; } /* '' */
.icon-rocket-1:before { content: '\eeff'; } /* '' */
.icon-bug:before { content: '\ef00'; } /* '' */
.icon-certificate-2:before { content: '\ef01'; } /* '' */
.icon-tasks-1:before { content: '\ef02'; } /* '' */
.icon-filter-1:before { content: '\ef03'; } /* '' */
.icon-beaker-1:before { content: '\ef04'; } /* '' */
.icon-magic:before { content: '\ef05'; } /* '' */
.icon-cab:before { content: '\ef06'; } /* '' */
.icon-taxi:before { content: '\ef07'; } /* '' */
.icon-truck-1:before { content: '\ef08'; } /* '' */
.icon-money-2:before { content: '\ef09'; } /* '' */
.icon-euro:before { content: '\ef0a'; } /* '' */
.icon-pound:before { content: '\ef0b'; } /* '' */
.icon-dollar-1:before { content: '\ef0c'; } /* '' */
.icon-rupee:before { content: '\ef0d'; } /* '' */
.icon-yen:before { content: '\ef0e'; } /* '' */
.icon-rouble:before { content: '\ef0f'; } /* '' */
.icon-try:before { content: '\ef10'; } /* '' */
.icon-won:before { content: '\ef11'; } /* '' */
.icon-bitcoin-1:before { content: '\ef12'; } /* '' */
.icon-sort:before { content: '\ef13'; } /* '' */
.icon-sort-down:before { content: '\ef14'; } /* '' */
.icon-sort-up:before { content: '\ef15'; } /* '' */
.icon-sort-alt-up:before { content: '\ef16'; } /* '' */
.icon-sort-alt-down:before { content: '\ef17'; } /* '' */
.icon-sort-name-up:before { content: '\ef18'; } /* '' */
.icon-sort-name-down:before { content: '\ef19'; } /* '' */
.icon-sort-number-up:before { content: '\ef1a'; } /* '' */
.icon-sort-number-down:before { content: '\ef1b'; } /* '' */
.icon-hammer:before { content: '\ef1c'; } /* '' */
.icon-gauge-2:before { content: '\ef1d'; } /* '' */
.icon-sitemap:before { content: '\ef1e'; } /* '' */
.icon-spinner:before { content: '\ef1f'; } /* '' */
.icon-coffee-1:before { content: '\ef20'; } /* '' */
.icon-food-1:before { content: '\ef21'; } /* '' */
.icon-beer-2:before { content: '\ef22'; } /* '' */
.icon-user-md:before { content: '\ef23'; } /* '' */
.icon-stethoscope:before { content: '\ef24'; } /* '' */
.icon-ambulance:before { content: '\ef25'; } /* '' */
.icon-medkit:before { content: '\ef26'; } /* '' */
.icon-h-sigh:before { content: '\ef27'; } /* '' */
.icon-hospital-1:before { content: '\ef28'; } /* '' */
.icon-building:before { content: '\ef29'; } /* '' */
.icon-building-filled:before { content: '\ef2a'; } /* '' */
.icon-bank:before { content: '\ef2b'; } /* '' */
.icon-smile:before { content: '\ef2c'; } /* '' */
.icon-frown:before { content: '\ef2d'; } /* '' */
.icon-meh:before { content: '\ef2e'; } /* '' */
.icon-anchor-2:before { content: '\ef2f'; } /* '' */
.icon-terminal-1:before { content: '\ef30'; } /* '' */
.icon-eraser:before { content: '\ef31'; } /* '' */
.icon-puzzle-1:before { content: '\ef32'; } /* '' */
.icon-shield:before { content: '\ef33'; } /* '' */
.icon-extinguisher:before { content: '\ef34'; } /* '' */
.icon-bullseye:before { content: '\ef35'; } /* '' */
.icon-wheelchair:before { content: '\ef36'; } /* '' */
.icon-language-1:before { content: '\ef37'; } /* '' */
.icon-graduation-cap-2:before { content: '\ef38'; } /* '' */
.icon-paw:before { content: '\ef39'; } /* '' */
.icon-spoon:before { content: '\ef3a'; } /* '' */
.icon-cube:before { content: '\ef3b'; } /* '' */
.icon-cubes:before { content: '\ef3c'; } /* '' */
.icon-recycle:before { content: '\ef3d'; } /* '' */
.icon-tree-3:before { content: '\ef3e'; } /* '' */
.icon-database-3:before { content: '\ef3f'; } /* '' */
.icon-lifebuoy-2:before { content: '\ef40'; } /* '' */
.icon-rebel:before { content: '\ef41'; } /* '' */
.icon-empire:before { content: '\ef42'; } /* '' */
.icon-bomb:before { content: '\ef43'; } /* '' */
.icon-adn:before { content: '\ef44'; } /* '' */
.icon-android-1:before { content: '\ef45'; } /* '' */
.icon-apple:before { content: '\ef46'; } /* '' */
.icon-behance-2:before { content: '\ef47'; } /* '' */
.icon-behance-squared:before { content: '\ef48'; } /* '' */
.icon-bitbucket-1:before { content: '\ef49'; } /* '' */
.icon-bitbucket-squared:before { content: '\ef4a'; } /* '' */
.icon-codeopen:before { content: '\ef4b'; } /* '' */
.icon-css3:before { content: '\ef4c'; } /* '' */
.icon-delicious-2:before { content: '\ef4d'; } /* '' */
.icon-deviantart-2:before { content: '\ef4e'; } /* '' */
.icon-digg-2:before { content: '\ef4f'; } /* '' */
.icon-dribbble-5:before { content: '\ef50'; } /* '' */
.icon-dropbox-2:before { content: '\ef51'; } /* '' */
.icon-drupal-1:before { content: '\ef52'; } /* '' */
.icon-facebook-7:before { content: '\ef53'; } /* '' */
.icon-facebook-squared-1:before { content: '\ef54'; } /* '' */
.icon-flickr-4:before { content: '\ef55'; } /* '' */
.icon-foursquare-2:before { content: '\ef56'; } /* '' */
.icon-git-squared:before { content: '\ef57'; } /* '' */
.icon-git:before { content: '\ef58'; } /* '' */
.icon-github-6:before { content: '\ef59'; } /* '' */
.icon-github-squared:before { content: '\ef5a'; } /* '' */
.icon-github-circled-4:before { content: '\ef5b'; } /* '' */
.icon-gittip:before { content: '\ef5c'; } /* '' */
.icon-google-1:before { content: '\ef5d'; } /* '' */
.icon-gplus-3:before { content: '\ef5e'; } /* '' */
.icon-gplus-squared:before { content: '\ef5f'; } /* '' */
.icon-hacker-news:before { content: '\ef60'; } /* '' */
.icon-html5-1:before { content: '\ef61'; } /* '' */
.icon-instagramm:before { content: '\ef62'; } /* '' */
.icon-joomla:before { content: '\ef63'; } /* '' */
.icon-jsfiddle:before { content: '\ef64'; } /* '' */
.icon-linkedin-squared:before { content: '\ef65'; } /* '' */
.icon-linux:before { content: '\ef66'; } /* '' */
.icon-linkedin-6:before { content: '\ef67'; } /* '' */
.icon-maxcdn:before { content: '\ef68'; } /* '' */
.icon-openid-1:before { content: '\ef69'; } /* '' */
.icon-pagelines:before { content: '\ef6a'; } /* '' */
.icon-pied-piper-squared:before { content: '\ef6b'; } /* '' */
.icon-pied-piper-alt:before { content: '\ef6c'; } /* '' */
.icon-pinterest-circled-2:before { content: '\ef6d'; } /* '' */
.icon-pinterest-squared:before { content: '\ef6e'; } /* '' */
.icon-qq-1:before { content: '\ef6f'; } /* '' */
.icon-reddit-2:before { content: '\ef70'; } /* '' */
.icon-reddit-squared:before { content: '\ef71'; } /* '' */
.icon-renren-1:before { content: '\ef72'; } /* '' */
.icon-skype-6:before { content: '\ef73'; } /* '' */
.icon-slack:before { content: '\ef74'; } /* '' */
.icon-soundclowd:before { content: '\ef75'; } /* '' */
.icon-spotify-2:before { content: '\ef76'; } /* '' */
.icon-stackexchange:before { content: '\ef77'; } /* '' */
.icon-stackoverflow-2:before { content: '\ef78'; } /* '' */
.icon-steam-1:before { content: '\ef79'; } /* '' */
.icon-steam-squared:before { content: '\ef7a'; } /* '' */
.icon-stumbleupon-3:before { content: '\ef7b'; } /* '' */
.icon-stumbleupon-circled-1:before { content: '\ef7c'; } /* '' */
.icon-tencent-weibo:before { content: '\ef7d'; } /* '' */
.icon-trello:before { content: '\ef7e'; } /* '' */
.icon-tumblr-4:before { content: '\ef7f'; } /* '' */
.icon-tumblr-squared:before { content: '\ef80'; } /* '' */
.icon-twitter-squared:before { content: '\ef81'; } /* '' */
.icon-twitter-7:before { content: '\ef82'; } /* '' */
.icon-vimeo-squared:before { content: '\ef83'; } /* '' */
.icon-vine:before { content: '\ef84'; } /* '' */
.icon-vkontakte-2:before { content: '\ef85'; } /* '' */
.icon-wechat:before { content: '\ef86'; } /* '' */
.icon-weibo-1:before { content: '\ef87'; } /* '' */
.icon-windows-1:before { content: '\ef88'; } /* '' */
.icon-wordpress-3:before { content: '\ef89'; } /* '' */
.icon-xing-1:before { content: '\ef8a'; } /* '' */
.icon-xing-squared:before { content: '\ef8b'; } /* '' */
.icon-youtube-4:before { content: '\ef8c'; } /* '' */
.icon-yahoo-1:before { content: '\ef8d'; } /* '' */
.icon-youtube-squared:before { content: '\ef8e'; } /* '' */
.icon-youtube-play:before { content: '\ef8f'; } /* '' */
.icon-blank:before { content: '\ef90'; } /* '' */
.icon-lemon:before { content: '\ef91'; } /* '' */
.icon-rss-7:before { content: '\ef92'; } /* '' */
.icon-rss-squared:before { content: '\ef93'; } /* '' */
.icon-phone-3:before { content: '\ef94'; } /* '' */
.icon-phone-squared:before { content: '\ef95'; } /* '' */
.icon-fax:before { content: '\ef96'; } /* '' */
.icon-menu-3:before { content: '\ef97'; } /* '' */
.icon-cog-7:before { content: '\ef98'; } /* '' */
.icon-cog-alt:before { content: '\ef99'; } /* '' */
.icon-wrench-4:before { content: '\ef9a'; } /* '' */
.icon-sliders:before { content: '\ef9b'; } /* '' */
.icon-basket-4:before { content: '\ef9c'; } /* '' */
.icon-calendar-8:before { content: '\ef9d'; } /* '' */
.icon-calendar-empty:before { content: '\ef9e'; } /* '' */
.icon-login-3:before { content: '\ef9f'; } /* '' */
.icon-logout-3:before { content: '\efa0'; } /* '' */
.icon-mic-5:before { content: '\efa1'; } /* '' */
.icon-mute-1:before { content: '\efa2'; } /* '' */
.icon-volume-off-4:before { content: '\efa3'; } /* '' */
.icon-volume-down-2:before { content: '\efa4'; } /* '' */
.icon-volume-up-3:before { content: '\efa5'; } /* '' */
.icon-headphones-3:before { content: '\efa6'; } /* '' */
.icon-clock-8:before { content: '\efa7'; } /* '' */
.icon-lightbulb-3:before { content: '\efa8'; } /* '' */
.icon-block-5:before { content: '\efa9'; } /* '' */
.icon-resize-full-6:before { content: '\efaa'; } /* '' */
.icon-resize-full-alt-2:before { content: '\efab'; } /* '' */
.icon-resize-small-4:before { content: '\efac'; } /* '' */
.icon-resize-vertical-2:before { content: '\efad'; } /* '' */
.icon-resize-horizontal-2:before { content: '\efae'; } /* '' */
.icon-move-3:before { content: '\efaf'; } /* '' */
.icon-zoom-in-4:before { content: '\efb0'; } /* '' */
.icon-zoom-out-4:before { content: '\efb1'; } /* '' */
.icon-down-circled2:before { content: '\efb2'; } /* '' */
.icon-up-circled2:before { content: '\efb3'; } /* '' */
.icon-left-circled2:before { content: '\efb4'; } /* '' */
.icon-right-circled2:before { content: '\efb5'; } /* '' */
.icon-down-dir-3:before { content: '\efb6'; } /* '' */
.icon-up-dir-2:before { content: '\efb7'; } /* '' */
.icon-left-dir-2:before { content: '\efb8'; } /* '' */
.icon-right-dir-3:before { content: '\efb9'; } /* '' */
.icon-down-open-3:before { content: '\efba'; } /* '' */
.icon-left-open-5:before { content: '\efbb'; } /* '' */
.icon-right-open-5:before { content: '\efbc'; } /* '' */
.icon-up-open-3:before { content: '\efbd'; } /* '' */
.icon-angle-left:before { content: '\efbe'; } /* '' */
.icon-angle-right:before { content: '\efbf'; } /* '' */
.icon-angle-up:before { content: '\efc0'; } /* '' */
.icon-angle-down:before { content: '\efc1'; } /* '' */
.icon-angle-circled-left:before { content: '\efc2'; } /* '' */
.icon-angle-circled-right:before { content: '\efc3'; } /* '' */
.icon-angle-circled-up:before { content: '\efc4'; } /* '' */
.icon-angle-circled-down:before { content: '\efc5'; } /* '' */
.icon-angle-double-left:before { content: '\efc6'; } /* '' */
.icon-angle-double-right:before { content: '\efc7'; } /* '' */
.icon-angle-double-up:before { content: '\efc8'; } /* '' */
.icon-angle-double-down:before { content: '\efc9'; } /* '' */
.icon-down-6:before { content: '\efca'; } /* '' */
.icon-left-5:before { content: '\efcb'; } /* '' */
.icon-right-5:before { content: '\efcc'; } /* '' */
.icon-up-6:before { content: '\efcd'; } /* '' */
.icon-thumbs-up-alt:before { content: '\efce'; } /* '' */
.icon-thumbs-down-alt:before { content: '\efcf'; } /* '' */
.icon-download-6:before { content: '\efd0'; } /* '' */
.icon-upload-5:before { content: '\efd1'; } /* '' */
.icon-download-cloud-2:before { content: '\efd2'; } /* '' */
.icon-upload-cloud-4:before { content: '\efd3'; } /* '' */
.icon-reply-4:before { content: '\efd4'; } /* '' */
.icon-reply-all-2:before { content: '\efd5'; } /* '' */
.icon-forward-4:before { content: '\efd6'; } /* '' */
.icon-quote-left-1:before { content: '\efd7'; } /* '' */
.icon-quote-right-1:before { content: '\efd8'; } /* '' */
.icon-code-3:before { content: '\efd9'; } /* '' */
.icon-export-5:before { content: '\efda'; } /* '' */
.icon-export-alt:before { content: '\efdb'; } /* '' */
.icon-share-3:before { content: '\efdc'; } /* '' */
.icon-retweet-4:before { content: '\efdd'; } /* '' */
.icon-keyboard-1:before { content: '\efde'; } /* '' */
.icon-gamepad:before { content: '\efdf'; } /* '' */
.icon-comment-7:before { content: '\efe0'; } /* '' */
.icon-chat-6:before { content: '\efe1'; } /* '' */
.icon-comment-empty:before { content: '\efe2'; } /* '' */
.icon-chat-empty:before { content: '\efe3'; } /* '' */
.icon-bell-5:before { content: '\efe4'; } /* '' */
.icon-bell-alt:before { content: '\efe5'; } /* '' */
.icon-attention-alt-1:before { content: '\efe6'; } /* '' */
.icon-attention-5:before { content: '\efe7'; } /* '' */
.icon-attention-circled:before { content: '\efe8'; } /* '' */
.icon-location-8:before { content: '\efe9'; } /* '' */
.icon-direction-2:before { content: '\efea'; } /* '' */
.icon-compass-5:before { content: '\efeb'; } /* '' */
.icon-doc-text-inv-1:before { content: '\efec'; } /* '' */
.icon-file-pdf:before { content: '\efed'; } /* '' */
.icon-file-word:before { content: '\efee'; } /* '' */
.icon-file-excel:before { content: '\efef'; } /* '' */
.icon-file-powerpoint:before { content: '\eff0'; } /* '' */
.icon-file-image:before { content: '\eff1'; } /* '' */
.icon-file-archive:before { content: '\eff2'; } /* '' */
.icon-file-audio:before { content: '\eff3'; } /* '' */
.icon-file-video:before { content: '\eff4'; } /* '' */
.icon-file-code:before { content: '\eff5'; } /* '' */
.icon-folder-6:before { content: '\eff6'; } /* '' */
.icon-folder-open-2:before { content: '\eff7'; } /* '' */
.icon-folder-empty-2:before { content: '\eff8'; } /* '' */
.icon-folder-open-empty-1:before { content: '\eff9'; } /* '' */
.icon-box-4:before { content: '\effa'; } /* '' */
.icon-mail-squared:before { content: '\effb'; } /* '' */
.icon-heart-8:before { content: '\effc'; } /* '' */
.icon-heart-empty-4:before { content: '\effd'; } /* '' */
.icon-star-8:before { content: '\effe'; } /* '' */
.icon-star-empty-3:before { content: '\efff'; } /* '' */
.icon-star-half-1:before { content: '\f000'; } /* '' */
.icon-star-half-alt:before { content: '\f001'; } /* '' */
.icon-user-8:before { content: '\f002'; } /* '' */
.icon-users-3:before { content: '\f003'; } /* '' */
.icon-male-2:before { content: '\f004'; } /* '' */
.icon-female-2:before { content: '\f005'; } /* '' */
.icon-child-1:before { content: '\f006'; } /* '' */
.icon-video-5:before { content: '\f007'; } /* '' */
.icon-videocam-5:before { content: '\f008'; } /* '' */
.icon-picture-5:before { content: '\f009'; } /* '' */
.icon-ok-6:before { content: '\f00a'; } /* '' */
.icon-ok-circled-2:before { content: '\f00b'; } /* '' */
.icon-ok-circled2-1:before { content: '\f00c'; } /* '' */
.icon-ok-squared:before { content: '\f00d'; } /* '' */
.icon-cancel-7:before { content: '\f00e'; } /* '' */
.icon-cancel-circled-4:before { content: '\f00f'; } /* '' */
.icon-cancel-circled2-1:before { content: '\f010'; } /* '' */
.icon-plus-6:before { content: '\f011'; } /* '' */
.icon-plus-circled-2:before { content: '\f012'; } /* '' */
.icon-plus-squared-1:before { content: '\f013'; } /* '' */
.icon-plus-squared-alt:before { content: '\f014'; } /* '' */
.icon-minus-4:before { content: '\f015'; } /* '' */
.icon-minus-circled-2:before { content: '\f016'; } /* '' */
.icon-minus-squared-1:before { content: '\f017'; } /* '' */
.icon-minus-squared-alt:before { content: '\f018'; } /* '' */
.icon-link-5:before { content: '\f019'; } /* '' */
.icon-unlink:before { content: '\f01a'; } /* '' */
.icon-link-ext:before { content: '\f01b'; } /* '' */
.icon-link-ext-alt:before { content: '\f01c'; } /* '' */
.icon-attach-7:before { content: '\f01d'; } /* '' */
.icon-lock-8:before { content: '\f01e'; } /* '' */
.icon-lock-open-7:before { content: '\f01f'; } /* '' */
.icon-lock-open-alt-2:before { content: '\f020'; } /* '' */
.icon-pin-2:before { content: '\f021'; } /* '' */
.icon-eye-7:before { content: '\f022'; } /* '' */
.icon-eye-off-1:before { content: '\f023'; } /* '' */
.icon-tag-7:before { content: '\f024'; } /* '' */
.icon-tags-2:before { content: '\f025'; } /* '' */
.icon-bookmark-3:before { content: '\f026'; } /* '' */
.icon-bookmark-empty-1:before { content: '\f027'; } /* '' */
/* End */


/* Start:/bitrix/templates/main/libs/css/MyriadPro.css?16014691241939*/
@font-face {
    font-family: 'MyriadProRegular';
    src: url('/bitrix/templates/main/libs/css/../fonts/MyriadProRegular.eot');
    src: local('MyriadProRegular'), url('/bitrix/templates/main/libs/css/../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProRegular.woff2') format('woff2'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProRegular.woff') format('woff'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProRegular.ttf') format('truetype'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'MyriadProBold';
    src: url('/bitrix/templates/main/libs/css/../fonts/MyriadProBold.eot');
    src: local('MyriadProBold'), url('/bitrix/templates/main/libs/css/../fonts/MyriadProBold.eot') format('embedded-opentype'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProBold.woff2') format('woff2'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProBold.woff') format('woff'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProBold.ttf') format('truetype'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProBold.svg#MyriadProBold') format('svg');
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('/bitrix/templates/main/libs/css/../fonts/MyriadProSemibold.eot');
    src: local('MyriadProSemibold'), url('/bitrix/templates/main/libs/css/../fonts/MyriadProSemibold.eot') format('embedded-opentype'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProSemibold.woff2') format('woff2'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProSemibold.woff') format('woff'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProSemibold.ttf') format('truetype'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
}

@font-face {
    font-family: 'MyriadProLightCondensed';
    src: url('/bitrix/templates/main/libs/css/../fonts/MyriadProLightCondensed.eot');
    src: local('MyriadProLightCondensed'), url('/bitrix/templates/main/libs/css/../fonts/MyriadProLightCondensed.eot') format('embedded-opentype'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProLightCondensed.woff2') format('woff2'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProLightCondensed.woff') format('woff'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProLightCondensed.ttf') format('truetype'),
         url('/bitrix/templates/main/libs/css/../fonts/MyriadProLightCondensed.svg#MyriadProLightCondensed') format('svg');
}
/* End */


/* Start:/bitrix/templates/main/libs/css/magnific-popup.css?17476683679056*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

  .mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.request-call-popup {
  position: relative;
  background: #FFF;
  padding: 45px 40px 34px;
  width: auto;
  max-width: 450px;
  margin: 20px auto;
  border-radius: 1px;
}

.request-popup {
  position: relative;
  background: #FFF;
  padding: 45px 40px 34px;
  width: auto;
  max-width: 978px;
  margin: 20px auto;
  border-radius: 1px;
}

.registration-popup {
  position: relative;
  background: #FFF;
  padding: 45px 40px 34px;
  width: auto;
  max-width: 440px;
  margin: 20px auto;
  border-radius: 1px;
  border-bottom: 3px #000 solid;
}

.cities-popup {
  position: relative;
  background: #FFF;
  padding: 45px 40px 20px;
  width: auto;
  max-width: 938px;
  margin: 20px auto;
  border-radius: 1px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* End */


/* Start:/bitrix/templates/main/libs/css/owl.carousel.css?16014691254657*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 18px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;

}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  border-radius: 1px;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/main/libs/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/bitrix/templates/main/libs/css/jquery.mCustomScrollbar.css?160146912454161*/
/*
== 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;
		bottom: 0!important;
		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, /* auto-expanded scrollbar */
	.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(/bitrix/templates/main/libs/css/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-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    	width: 43px!important;
    	height: 10px!important;
    	background: rgba(255,78,0,1)!important;
    	background: #ff4e00!important;
    	margin: 4px 0 0!important;
    }

	
	.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-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 43px!important; height: 10px!important; }
	
	.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)";*/
		border-bottom: 2px #d4d4d4 dotted;
		background: none!important;
		opacity: 1!important;
		filter: "alpha(opacity=100)"!important;
		-ms-filter: "alpha(opacity=100)"!important;
	}
	
	.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); }
	
	/* ---------------------------------------- */

/* End */


/* Start:/bitrix/templates/main/libs/css/pickmeup.css?16014691252723*/
/**
 * @package		PickMeUp - jQuery datepicker plugin
 * @author		Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author		Stefan Petre <www.eyecon.ro>
 * @copyright	Copyright (c) 2013-2015, Nazar Mokrynskyi
 * @copyright	Copyright (c) 2008-2009, Stefan Petre
 * @license		MIT License, see license.txt
 */
.pickmeup {
  background: #fff;
  border-radius: 0.4em;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  position: absolute;
  z-index: 9999;
  border: 1px solid #eaeaea;
  padding: 0 0 7px;
}

.pickmeup * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pickmeup .pmu-instance {
  display: inline-block;
  height: 13.8em;
  padding: .5em;
  text-align: center;
  width: 15em;
}

.pickmeup .pmu-instance .pmu-button {
  color: #444;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.pickmeup .pmu-instance .pmu-today {
  background: rgba(74, 196, 250, 0.5);
  color: #222;
}

.pickmeup .pmu-instance .pmu-button:hover {
  background: "transparent";
  color: #222;
}

.pickmeup .pmu-instance .pmu-not-in-month {
  color: #666;
}

.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: #333;
  cursor: default;
}

.pickmeup .pmu-instance .pmu-selected {
  background: #4ac4fa;
  color: #fff;
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: rgba(74, 196, 250, 0.5);
}

.pickmeup .pmu-instance nav {
  color: #444;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 2em;
}

.pickmeup .pmu-instance nav *:first-child :hover {
  color: #999;
}

.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 2em;
  width: 1em;
}

.pickmeup .pmu-instance nav .pmu-month {
  width: 14em;
}

.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3.6em;
  width: 3.5em;
}

.pickmeup .pmu-instance .pmu-day-of-week {
  color: #999;
  cursor: default;
}

.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 1.5em;
  width: 2em;
}

.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em;
}

.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: block;
}

.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: 13em;
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: 12em;
}

.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}

/* End */


/* Start:/bitrix/templates/main/libs/css/socialcarousel.css?16014691254724*/
.sc_main .sc_widgets .twitter, .sc_main .sc_widgets .vkontakte, .sc_main .sc_widgets .youtube, .sc_main .sc_widgets .facebook, .sc_main .sc_widgets .googleplus {
    /*display: none; */
}

.sc_main {
    height: 480px;
    width: 300px;
    /*border: 1px solid red;*/
    position: relative; /* для absolute */
}

.sc_main .sc_widgets {
    width: 100%;
    /*border: 1px solid black;*/
    position: relative;
}
.sc_main .sc_widgets div.sc_widget {
    top: 24px;
    /* padding-top: 20px; height of tabs тк табы absolute; */
    z-index: 0;
    width: 300px;
    height: 480px;
    position: absolute;
    overflow: hidden;
}

.sc_main .sc_tabs {
    height: 24px;

    /* чтобы можно было перекрывать iframe */
    position: absolute;
    z-index: 10;
}
.sc_main .sc_tabs div {
    height: 100%;
    /*width: 60px; fro 5 tabs*/
    width: 75px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.sc_main .sc_tabs div:last-child {
	/*width: 60px; fro 5 tabs*/
    width: 75px;
}

.sc_main .sc_tabs div div{
    width: 100% !important; /* !important - для закрытия бага когда вкладке достается маломеста - лого режется по краям, из за предыдущего :last-child */
    height: 100%;
}

.sc_main .sc_footer {
    position: absolute; 
    bottom: -10px; 
    height: 10px;
    width: 300px;
    
    cursor: pointer;
}


    /* VKONTAKTE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
    .sc_main .sc_tabs .sc_vkontakte {
        background: #4d7098 url('/bitrix/templates/main/libs/css/../images/sc/vk_bg.jpg') repeat-x;
    }
            .sc_main .sc_tabs .sc_vkontakte {
            min-width: 35px;
        }
        .sc_main .sc_tabs .sc_vkontakte div{
            background: url('/bitrix/templates/main/libs/css/../images/sc/vk_super_mini.png') no-repeat 50% 2px;
        }
    


    /* FACEBOOK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
    .sc_main .sc_widgets .sc_facebook {
        background-color: #ffffff;
    }

    /* скрываем копирайты фэйсбука в футере */
    .sc_main .sc_widgets .sc_facebook iframe {
        /*height: 335px !important; */
    }


            .sc_main .sc_tabs .sc_facebook {
            background: #4d7098 url('/bitrix/templates/main/libs/css/../images/sc/fb_bg.png') repeat-x;
            min-width: 35px;
        }
        .sc_main .sc_tabs .sc_facebook div{
            background: url('/bitrix/templates/main/libs/css/../images/sc/fb_super_mini.png') no-repeat 50% 3px;
        }
    




    /* TWITTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
    .sc_main .sc_tabs .sc_twitter {
        background: #f48420 /*url('/bitrix/templates/main/libs/css/../images/sc/tw_bg.png') repeat-x*/;
        position: relative;
    }
    .sc_main .sc_widgets .sc_twitter {
    }

    /* тк твиты могут растягивать блок */
    .sc_main .sc_widgets .sc_twitter .twtr-tweets {
        overflow: hidden;
        height: 220px;
    }
    /* тк ссылка почему то по умолчанию высоковата */
    .sc_main .sc_widgets .sc_twitter .twtr-join-conv {
        margin-top: 2px; 
    }

    /* 1.0.6 если будет отключено в теме, то функция sc_afterLoadTwitterBoth не сработает */ 
    .twtr-ft {
        display: block !important;
    }



            .sc_main .sc_tabs .sc_twitter {
            min-width: 35px;
        }
        .sc_main .sc_tabs .sc_twitter div{
            background: url('/bitrix/templates/main/libs/css/../images/sc/ok_ico.png') no-repeat 50% 2px;
        }
    

    /* GOOGLE PLUS  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
    .sc_main .sc_tabs .sc_googleplus {
        background: #009ac9 url('/bitrix/templates/main/libs/css/../images/sc/gp_bg.png') repeat-x;
        min-width: 35px;
    }
        .sc_main .sc_tabs .sc_googleplus div{
            width: 100%;
            height: 100%;
            background: url('/bitrix/templates/main/libs/css/../images/sc/gp.png') no-repeat 50% 2px;
        }
    .sc_main .sc_widgets .sc_googleplus {
        background-color: #ffffff;
    }


    /* YOUTUBE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
    .sc_main .sc_tabs .sc_youtube {
        background: #262626 url('/bitrix/templates/main/libs/css/../images/sc/yt_bg.png') repeat-x;
        min-width: 45px;
    }
    .sc_main .sc_tabs .sc_youtube div{
        background: url('/bitrix/templates/main/libs/css/../images/sc/yt.png') no-repeat 50% 50%;
    }
    .sc_main .sc_widgets .sc_youtube {
        background-color: #ffffff;
    }

    /* режем страндартные бордеры по краям */
    .sc_main .sc_widgets .sc_youtube iframe {
        width: 302px;
        margin-left: -1px;
    }



/* End */


/* Start:/bitrix/templates/main/libs/css/style.css?174195656381417*/
@import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic);

* {
	margin: 0;
	padding: 0;
	border: none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, ruby, s, samp, section, small, span, source, strike, strong, sub, summary, sup, table, tbody, tfoot, thead, time, tr, th, td, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
    vertical-align: top;
	font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, audio, canvas, command, datalist, embed, keygen, meter, output, progress, source, video, main {
    display: block;
}

mark, rp, rt, ruby, summary, time {
	display: inline;
}

ul, ol {
	list-style: none;
}

.article-content ul {
	list-style: disc;
	padding: 0 0 10px 45px!important;
}

.article-content ul li {
	padding: 10px 0;
}

.article-content ol {
	padding: 0 0 10px 45px;
	list-style: decimal;
}

b, strong {
	font-weight: bold;
}

blockquote, q {
    quotes: none;
}

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

img {
	vertical-align: top;
	max-width: 100%;
}

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

caption, th, td {
    font-weight: normal;
}

a:focus, input:focus, textarea:focus, select:focus {
    outline: 0;
}

input, textarea {
	font-family: inherit;
}

input, button {
	-webkit-appearance: none;
	outline: none;
	background: transparent;
}

button::-moz-focus-inner {
	border: 0 none;
}

textarea {
	outline: none!important;
}
.clearfix::after {
	content:"";
	display: block;
	clear :both;
}

label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}

html {
    height: 100%;
    overflow-y: scroll;
}

body {
	font: normal 12px/20px 'Arial', sans-serif;
	color: #333;
	background: #fff;
}

a {
	color: #289ed6;
	text-decoration: underline;
}

a, button {
	-webkit-transition: color .7s ease, border-color .7s ease, background-color .7s ease;
	transition: color .7s ease, border-color .7s ease, background-color .7s ease;
}

a:hover {
	color: #0186c8;
	text-decoration: none;
}

a:hover, button:hover {
	-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease;
	transition: color .1s ease, border-color .1s ease, background-color .1s ease;
}

::selection {
	background: #0186c8;
	color: #fff;
}

::-moz-selection {
	background: #0186c8;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #ccc;
	-webkit-transition: text-indent .5s ease, color .5s ease;
	transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

::ms-input-placeholder {
	color: #ccc;
}

audio, iframe {
	width: 100%;
}

.align_center {
	text-align: center;
}

.align_left	  {
	text-align: left;
}

.align_right  {
	text-align: right;
}

.alignleft  {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin: 0 20px 15px 0;
}

img.alignright {
	margin: 0 0 15px 20px;
}

img.aligncenter {
	margin-bottom: 15px;
}

p {
	margin: 0 0 9px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: inherit;
	line-height: 1em;
	margin-bottom: 14px;
}

h1 {
	margin-bottom: 17px;
	font-size: 22px;
	font-weight: 400;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h3.topic-title {
	font-size: 18px;
	border-bottom: 2px #7ecaf6 solid;
	padding: 2px 0 10px;
}

h1.title-big {
	font-size: 28px;
	line-height: 31px;
	margin: 21px 0;
	float: left;
}

h1.title-article {
	float: left;
}

.article-content h4 {
	margin: 27px 0 23px;
}

small {
	font-size: 12px;
}

.italic {
	font-style: italic;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}
}

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

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

.underline {
	text-decoration: underline;
}

.no-underline  {
	text-decoration: none;
}

.bold {
	font-weight: 600;
}

.dblock {
	display: block;
}

.color_green {
	color: #1c9925;
}

.color_green_underline {
	border-bottom: 1px #1c9925 solid;
}

.color_green a {
	color: #1c9925;
}

.color_orange {
	color: #f59115;
}
.color_orange_underline {
	border-bottom: 1px #f59115 solid;
}

.color_orange a {
	color: #f59115;
}

.color_blue {
	color: #289ed6;
}
.color_blue_underline {
	border-bottom: 1px #15aef5 solid;
}

.color_blue a {
	color: #289ed6;
}

.color_black {
	color: #000!important;
}

.color_gray_dark {
	color: #333;
}

.line_dotted {
	border-top: 1px #d9d9d9 dotted;
	height: 1px;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.wrapper {
	overflow: hidden;
}

.wrapping  {
	zoom: 1;
	word-spacing: -0.7em;
}

.wrappingtable {
	zoom: 1;
	word-spacing: -0.7em;
	display: table;
}

.cellinline {
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
}

.cell {
	display: table-cell;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
}

.relative {
	position: relative!important;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.transparent {
	opacity: 0;
}

.invisible {
	opacity: 0;
	visibility: hidden;
}

.visible {
	opacity: 1;
	visibility: visible;
}

@-ms-viewport{
	width: device-width;
}

.boxed_layout, .wide_layout {
	overflow-x: hidden;
	margin: auto;
}

.boxed_layout {
	width: 1200px;
}

.wide_layout {
	width: 100%;
}

.section_offset {
	position: relative;
}

.section_offset:not(:last-child) {
	margin-bottom: 40px;
}

aside .section_offset:not(:last-child) {
	margin-bottom: 24px;
}

.page_wrapper {
	padding: 40px 0 85px;
	display: table;
	zoom: 1;
	margin: 0 auto;
	position:relative;
}

.dropdown {
	display: none;
}

.dropdown.visible {
	z-index: 105;
}

.dropdown .animated_item {
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.fix_width {
	width: 290px;
	float: left;
	position: relative;
	z-index: 1;
}

.fluid_width_wrap {
	float: right;
	width: 100%;
	margin-left: -315px;
}

.fluid_width {
	margin-left: 315px;
}

.icon_btn, .def_icon_btn {
	font-size: 13px;
	line-height: 21px!important;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	padding: 0;
}

.mini_btn {
	font-size: 13px;
}

.middle_btn {
	font-size: 16px;
}

.big_btn {
	font-size: 16px;
	font-weight: 600;
}

.icon_btn i[class|="icon"] {
	display: inline-block;
	height: inherit;
}

.mini_btn i[class|="icon"] {
	font-size: 12px;
}

.middle_btn i[class|="icon"] {
	font-size: 18px;
}

.big_btn i[class|="icon"] {
	font-size: 20px;
}

.icon_btn i[class|="icon"]::after, .icon_btn i[class|="icon"]::before, .def_icon_btn::after, .def_icon_btn::before {
	display: inline-block;
	vertical-align: middle;
}

.icon_btn i[class|="icon"]::after, .def_icon_btn::before {
	content:"";
	height: 100%;
}

.def_icon_btn::after {
	font-family: 'fontello';
}

#header .social_feeds {
	margin: 17px 0!important;
	padding: 0!important;
}

.social_feeds_wrapper {
	padding-left: 0!important;
	padding-right: 0!important;
}

.social_feeds > li {
	position: relative;
	display: inline-block;
	list-style: none!important;
	padding: 0!important;
	margin: 0!important;
}

.social_feeds > li > [class*="btn"]:hover {
	-webkit-animation: jump .3s ease;
	animation: jump .3s ease;
}

.social_feeds .icon_btn {
	width: 16px!important;
	height: 16px!important;
}

.social_feeds .icon_btn.mini_btn i[class|="icon"]::before {
	vertical-align: top;
	margin: 2px 0 0;
}

@-moz-document url-prefix() {
	.social_feeds .icon_btn.mini_btn i[class|="icon"]::before {
		margin: 1px 0 0;
	}
}

.buttons_row > [class*="button"] {
	float: left;
}

.buttons_row > [class*="button"]:not(:last-child) {
	margin-right: 5px;
}

.buttons_col > li:not(:first-child) {
	margin-top: 5px;
}

a[class*="social_"], button[class*="social_"] {
	color: #fff;
}

.social_facebook {
	background-color: #39599f;
}

.social_twitter {
	background-color: #40bff5;
}

.social_googleplus {
	background-color: #eb5b4c;
}

.social_youtube {
	background-color: #cd322c;
}

.social_instagram {
	background-color: #a47a5e;
}

.social_contact {
	background-color: #ff4557;
}

.social_gmap {
	background-color: #ff8400;
}

.social_vk {
	background-color: #4c75a3;
}

.social_rss {
	background-color: #fb7629;
}

.social_odnoklassniki {
	background-color: #ff8300;
}

form:not(:last-child) {
	margin-bottom: 20px;
}

input:not([type="submit"]), textarea {
	color: #000;
	border: 1px #c4c4c4 solid;
	padding: 0;
	height: 27px;
	line-height: 27px;
	text-indent: 10px;
	width: 100%;
	background-color: #fff;
}

textarea {
	resize: none;
	height: auto;
	display: block;
	text-indent: 0;
	padding: 5px 10px;
	line-height: 17px;
}

select {
	width: 100%;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #eaeaea;
	padding: 7px 8px;
	background-color: #fff;
}

label {
	display: inline-block;
	cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
	display: none;
}

.required::after {
	content: "*";
	color: #ff3000;
	display: inline-block;
	margin: 0 4px;
}

input[type="radio"] + label, input[type="checkbox"] + label {
	position: relative;
	width: auto!important;
	margin-right: 17px!important;
	padding-left: 32px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

input[type="radio"] + label::before, input[type="checkbox"] + label::before {
	content: "";
	display: block;
	text-align: center;
	font-family: 'fontello';
	position: absolute;
	left: 0;
	top: -1px;
	width: 22px;
	height: 22px;
	color: inherit;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

input[type="checkbox"] + label::before {
	font-size: 12px;
}

input[type="radio"] + label::before {
	border-radius: 50%;
}

input[type="radio"] + label:empty {
	width: 22px!important;
	padding-left: 0;
	margin: 0!important;
}

input[type="checkbox"]:checked + label::before {
	content: '\ebb1';
}

input[type="radio"]:checked + label::before {
	content: '\edb9';
}

.form-type-3 .accept-text::before {
	top: -5px;
}

.search {
	margin: 15px 0 0;
	width: 240px;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	position: relative;
}

.search > * {
	height: 30px!important;
	border-top: 1px #d1d1d1 solid!important;
	border-bottom: 1px #d1d1d1 solid!important;
}

.search > *:first-child {
	border-radius: 1px 0 0 1px;
	color: #000;
}

.search > *:last-child {
	border-radius: 0 1px 1px 0;
}

.search .def_icon_btn {
	width: 50px;
	height: 28px;
	background: #fff;
	font-size: 13px;
	float: right;
}

.search > button::after {
	content: '\ee2e';
}

.search input {
	font: normal 14px/27px 'MyriadProRegular', sans-serif;
	width: 190px;
	padding: 0;
	color: #ccc;
	border-right: 0;
	-webkit-transition: width 1s ease;
	-moz-transition: width 1s ease;
	-o-transition: width 1s ease;
	-ms-transition: width 1s ease;
	transition: width 1s ease;
	position: absolute;
	top: 0;
	right: 50px;
}

.search input:focus {
	width: 290px;
}

.form-type-1 {
	margin: 40px 0 0;
	font-size: 14px;
}

.form-type-1 .note {
	margin: 4px 0 9px;
}

.form-type-1 label {
	margin: 12px 0 10px;
}

.button_red {
	background-color: #e4000a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f60012', endColorstr='#d90006');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f60012), to(#d90006));
	background-image: -webkit-linear-gradient(top, #f60012, #d90006);
	background-image: -moz-linear-gradient(top, #f60012, #d90006);
	background-image: -ms-linear-gradient(top, #f60012, #d90006);
	background-image: -o-linear-gradient(top, #f60012, #d90006);
	background-image: linear-gradient(top, #f60012, #d90006);
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 2px 20px 3px;
	-moz-box-shadow: 0 0 2px #898686;
	-webkit-box-shadow: 0 0 2px #898686;
	box-shadow: 0 0 2px #898686;
	position: relative;
}

.button_blue {
	background: #00aaf1;
	background: -moz-linear-gradient(top,  #00aaf1 0%, #00aaf1 45%, #008ada 61%, #007cca 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aaf1), color-stop(45%,#00aaf1), color-stop(61%,#008ada), color-stop(100%,#007cca));
	background: -webkit-linear-gradient(top, #00aaf1 0%,#00aaf1 45%,#008ada 61%,#007cca 100%);
	background: -o-linear-gradient(top, #00aaf1 0%,#00aaf1 45%,#008ada 61%,#007cca 100%);
	background: -ms-linear-gradient(top, #00aaf1 0%,#00aaf1 45%,#008ada 61%,#007cca 100%);
	background: linear-gradient(to bottom, #00aaf1 0%,#00aaf1 45%,#008ada 61%,#007cca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aaf1', endColorstr='#007cca', GradientType=0);
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	padding: 0 20px;
}

#header {
	width: inherit;
}

#header .main_header_row {
	display: table;
	width: 100%;
}

#header .main_header_row > *{
	display: table-cell;
	float: none;
	vertical-align: top;
}

.logo {
	display: inline-block;
	margin: 0 0 0 25px;
}

.header_inner {
	padding: 28px 0 8px;
}

.call_us {
	font: normal 14px/17px 'MyriadProRegular', sans-serif;
	color: #333;
	margin-top: 31px;
	width: 40%;
}

.call_us > * {
	display: inline-block;
}

.call_us span {
	font: normal 14px/17px 'MyriadProRegular', sans-serif;
	color: #323232;
	vertical-align: bottom;
	position: relative;
	top: 3px;
}

.call_us .header-phone {
	font: normal 22px/17px 'MyriadProBold', sans-serif;
	position: relative;
}

.call_us .header-phone:before {
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	font-family: 'fontello';
	display: inline-block;
	content: '\e99c';
	font-size: 16px;
	color: #ffa200;
}

.call_us .header-phone a {
	cursor: text;
	color: #333;
}

.request_call {
	color: #000;
	margin: 16px 0;
	position: relative;
	display: block!important;
}

.request_call:before {
	content: "";
	position: absolute;
	top: 6px;
	left: -31px;
	width: 15px;
	height: 19px;
	background: url(/bitrix/templates/main/libs/css/../images/icon_request_call.png) left top no-repeat;
}

.request_call a {
	color: #000;
	border-bottom: 1px #000 dotted;
	text-decoration: none;
}

.header_right_wrap {
	width: 37%;
}

.request {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #e4000a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f80012', endColorstr='#d90005');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f80012), to(#d90005));
	background-image: -webkit-linear-gradient(top, #f80012, #d90005);
	background-image: -moz-linear-gradient(top, #f80012, #d90005);
	background-image: -ms-linear-gradient(top, #f80012, #d90005);
	background-image: -o-linear-gradient(top, #f80012, #d90005);
	background-image: linear-gradient(top, #f80012, #d90005);
	border-radius: 1px;
	width: 166px;
	-moz-box-shadow: 0px 1px 10px #dccdad;
	-webkit-box-shadow: 0px 1px 10px #dccdad;
	box-shadow: 0px 1px 10px #dccdad;
	position: relative;
	margin-top: 9px;
}

.request a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px 12px 13px 15px;
	color: #fff;
	text-decoration: none!important;
}

.cities {
	cursor: pointer;
	position: relative;
	z-index: 122;
	margin: 24px 0;
	width: 22%;
}

.cities .city {
	display: inline-block;
	border: 1px #e2e1e1 solid;
	border-radius: 1px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding: 1px 7px 3px;
	margin: 0 0 0 12px;
	text-align: center;
	min-width: 94px;
	background-color: #cecfce;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#cecfce');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cecfce));
	background-image: -webkit-linear-gradient(top, #fff, #cecfce);
	background-image: -moz-linear-gradient(top, #fff, #cecfce);
	background-image: -ms-linear-gradient(top, #fff, #cecfce);
	background-image: -o-linear-gradient(top, #fff, #cecfce);
	background-image: linear-gradient(top, #fff, #cecfce);
}

.cities .city span {
	border-bottom: 1px #2e2e2e dotted;
}

.cities .city::after {
	font-family: 'fontello';
	display: inline-block;
	margin-left: 8px;
	content: '\e8c8';
	font-size: 10px;
	color: #333;
}

.cities_list {
	position: absolute;
	top: 100%;
	left: 12px;
	text-align: left;
}

.cities_list > li:not(:first-child) > a {
	border-top: none;
}

.cities_list > li:first-child > a {
	border-radius: 1px 1px 0 0;
}

.cities_list a  {
	color: #333;
	display: block;
	padding: 3px 10px;
	background: #fff;
	border: 1px solid #eaeaea;
	text-decoration: none;
}

.cities_list > li:last-child > a {
	border-radius: 0 0 1px 1px;
}

.cities_list a:hover {
	background: #ccc;
	color: #333;
	border-color: #eaeaea;
}

.left_nav {
	float: left;
	width: 25%;
}

.center_nav {
	float: left;
	width: 74%;
}

.right_nav {
	float: left;
	width: 1%;
	position: relative;
}

#main_navigation_wrap .main_navigation {
	padding-left: 23px;
}

#main_navigation_wrap {
	width: inherit;
	position: relative;
	background-color: #000;
	z-index: 115;
	height: 64px;
}

#main_navigation_wrap::after, #main_navigation_wrap::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	border-top: 2px #fff solid;
	border-bottom: 1px #f7f6f7 solid;
}

#main_navigation_wrap::after {
	top: 0px;
	border-top: 2px #848384 solid;
	border-bottom: 0;
}

#main_navigation_wrap::before {
	bottom: 0;
}

.sticky_inner {
	table-layout: fixed;
}

.sticky_inner > .nav_item {
	display: table-cell;
	position: relative;
	background-clip: padding-box;
	-webkit-transition: border-color .4s ease, background-color .4s ease;
	transition: border-color .4s ease, background-color .4s ease;
}

.main_navigation {
	margin: 2px 0 0 -14px;
}

.main_navigation > ul > li > a {
	font: bold 16px/16px 'MyriadProSemibold', sans-serif;
	color: #7ecaf6;
	padding: 20px 18px 22px;
	height: 60px;
	display: block;
	position: relative;
}

.main_navigation > ul > li {
	float: left;
}

.main_navigation > ul li {
	position: relative;
}

.mega_menu {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
	transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	border: 1px #d8d8d8 dotted;
	border-bottom: 3px #000 solid;
	background: #fff;
	position: absolute;
	padding: 50px 30px 33px 40px;
	z-index: 101;
	white-space: nowrap;
}

.main_navigation .mega_menu {
	top: 100%;
	left: 0;
	-webkit-backface-visibility: hidden;
}

.main_navigation .mega_menu.type_1, .main_navigation .mega_menu.type_2 {
	left: -293px;
	max-width: 1170px;
	overflow: hidden;
}

.md_no-touch .has_megamenu:hover > a, .md_no-touch .has_submenu:hover > a {
	text-decoration: none;
}

.md_no-touch .has_megamenu:hover > .mega_menu, .md_no-touch .has_submenu:hover > .submenu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.main_navigation > ul > .has_megamenu {
	position: static;
}

.mega_menu .mega_menu_item {
	display: inline-block;
	white-space: normal;
}

.mega_menu .mega_menu_item .list_of_links {
	width: 150px;
	padding: 0 5px;
}

.main_navigation .mega_menu.type_2 .mega_menu_item .list_of_links {
	width: 240px;
	padding: 0 5px;
}

.mega_menu .list_of_links > li {
	padding-left: 10px;
}

.mega_menu .list_of_links > li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	background: #929292;
	width: 3px;
	height: 1px;
}

.mega_menu .list_of_links > li > a {
	padding: 2px 10px;
	text-decoration: none;
	color: #333;
	display: inline-block;
}

.mega_menu .list_of_links > li > a:hover {
	text-decoration: underline;
}

.nav_item {
	position: relative;
	z-index: 1;
}
/*
.mega_menu .mCustomScrollBox {
	overflow: visible!important;
}
*/
.all-activities {
	font-size: 14px;
	color: #010101!important;
	background: #fff url(/bitrix/templates/main/libs/css/../images/icon_nav_special.png) 10px 9px no-repeat;
	line-height: 31px;
	border-radius: 1px!important;
	padding: 0 23px 0 37px;
	margin: 15px 0 0;
	text-decoration: none!important;
}

.all-activities span {
	border-bottom: 1px #010101 dotted;
}

.exhibition_item {
	position: relative;
	padding: 0 14px;
	background: #fff;
	background-clip: padding-box;
}

.exhibition_item .image_wrap {
	position: relative;
	display: block;
	margin: -20px -20px 0px;
	padding: 20px 20px 10px;
}

.article_tools {
	margin: 31px 0 18px;
}

.article_tools li {
	position: relative;
}

.article_tools .article_date, .article_tools .article_original {
	margin: 0 14px 0 0;
}

.article_tools .article_date {
	padding: 0 0 0 24px;
	background: url(/bitrix/templates/main/libs/css/../images/icon_date.gif) 0 2px no-repeat;
}

.article_tools .article_comments {
	margin: 0 27px 0 0;
	color: #b2b2b2;
}

.article_tools .article_comments:before {
	font-family: 'fontello';
	display: inline-block;
	margin-right: 5px;
	content: '\efe2';
	top: -1px;
	position: relative;
}

.article_tools .social_feeds {
	margin: 0 17px 0 0!important;
	padding: 0!important;
}

.article_exibition_img {
	border-radius: 1px;
}

.article_exibition h1 {
	font: normal 36px/43px 'MyriadProSemibold', sans-serif;
	color: #ff4e00;
	margin: 27px 0 4px;
}

.article_exibition h1 a {
	color: #ff4e00;
	text-decoration: none
}

.article_exibition h1 a:hover {
	color: #f76728;
}

.article_exibition .date {
	font: normal 30px/33px 'MyriadProLightCondensed', sans-serif;
	color: #4d4c4c;
	margin: 0 0 4px;
	display: block;
}

.article_exibition address {
	font: normal 20px/23px 'MyriadProRegular', sans-serif;
	color: #000;
	margin: 0 140px 0 20px;
	position: relative;
}

.article_exibition address:before {
	font-family: 'fontello';
	margin-right: 10px;
	content: '\eb70';
	font-size: 20px;
	position: absolute;
	top: 1px;
	left: -20px;
	color: #ff1f39;
}

.article_exibition_btns {
	margin: 39px 0 31px;
}

.title_article {
	font: normal 24px/29px Arial, sans-serif!important;
	margin: 27px 0 35px!important;
}

.title_article .subtitle {
	font-size: 20px!important;
	margin: 9px 0 0;
}

.type_btn1, .type_btn2, .type_btn3 {
	font: normal 14px/21px 'MyriadProBold', sans-serif;
	text-transform: uppercase;
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 5px 0;
}

.type_btn1 a, .type_btn2 a, .type_btn3 a, .type_btn3 a {
	padding: 1px 19px 0;
	display: inline-block;
}

.type_btn1 {
	color: #ff6f00;
	border-color: #ff6f00;
}

.type_btn1 a {
	text-decoration: none!important;
	color: #ff6f00;
}

.type_btn1 a:hover {
	color: #fa8f3d;
}

.type_btn2 {
	color: #289ed6;
	border-color: #289ed6;
}

.type_btn2 a {
	text-decoration: none!important;
	color: #289ed6;
}

.type_btn2 a:hover {
	color: #45b3e7;
}

.type_btn3 {
	color: #3c8916;
	border-color: #3c8916;
}

.type_btn3 a {
	text-decoration: none!important;
	color: #3c8916;
}

.type_btn3 a:hover {
	color: #4aaf18;
}

.article_exibition_map_btn {
	font-size: 15px;
	color: #999;
	border-bottom: 1px #b0b0b0 dashed;
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0;
	float: right;
}

.article_exibition_map_btn:before {
	position: absolute;
	top: 1px;
	left: -16px;
	font-family: 'fontello';
	content: '\eb70';
	font-size: 20px;
	color: #b0b0b0;
}

.maps_wrap {
	width: 100%;
	height: 450px;
	overflow: hidden;
	clear: both;
	margin: 25px 0 0;
	position: relative;
	display: none;
}

.article_map {
	width: 100%;
	height: 450px;
	overflow: hidden;
	clear: both;
	position: relative;
	top: 0;
	left: 0;
}

.article_map_hotels {
	width: 100%;
	height: 450px;
	overflow: hidden;
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.menu_directions {
	margin: 37px 0 0;
}

/* carousel */
.owl-nav {
	position: absolute;
	overflow: hidden;
	bottom: 100%;
	right: 0;
	margin-bottom: 11px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	font-size: 13px;
	color: #333;
	border: 1px solid #eaeaea;
	background: #fff;
	text-align: center;
	-webkit-transition: color .4s ease, background-color .4s ease, border-color .4s ease;
	transition: color .4s ease, background-color .4s ease, border-color .4s ease;
}

.owl-nav .owl-prev {
	border-right-width: 0;
	border-radius: 3px 0 0 3px;
}

.owl-nav .owl-next {
	border-radius: 0 3px 3px 0;
}

.owl-nav > [class^="owl"]:hover{
	color:#fff;
	background: #4ac4fa;
	border-color: #4ac4fa;
	-webkit-transition: color .1s ease, background-color .1s ease, border-color .1s ease;
	transition: color .1s ease, background-color .1s ease, border-color .1s ease;
}

.owl-nav > [class^="owl"]::before  {
	font-family: 'fontello';
}

.owl-nav > [class^="owl"]::after  {
	content: "";
	height: 100%;
}

.owl-nav > [class^="owl"]::before, .owl-nav > [class^="owl"]::after  {
	display: inline-block;
	vertical-align: middle;
}

.owl-nav .owl-prev::before {
	content: '\eab8';
}

.owl-nav .owl-next::before {
	content: '\eab9';
}
/* //carousel */

.offset_title {
	font: normal 22px/24px 'MyriadProBold', sans-serif;
	color: #000;
}

.offset_title.title_dotted {
	font: normal 16px/21px 'MyriadProBold', sans-serif;
	position: relative;
	margin: 0 0 15px;
}

.offset_title.title_dotted span {
	background: #fff;
	margin: 0 20px;
	position: relative;
	z-index: 1;
}

.offset_title.title_dotted:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 1px;
	border-top: 1px #d8d8d8 dotted;
}

.offset_title.title_dotted span:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: #fff;
}

.offset_title.title_dotted span:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: #fff;
}

.footer_inner {
	padding: 0 0 69px;
	font-size: 12px;
	color: #777;
}

.rainbow_line {
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background: rgb(106, 179, 255);
	background: -moz-linear-gradient(0deg, rgb(106, 179, 255) 30%, rgb(255, 97, 3) 70%);
	background: -webkit-linear-gradient(0deg, rgb(106, 179, 255) 30%, rgb(255, 97, 3) 70%);
	background: -o-linear-gradient(0deg, rgb(106, 179, 255) 30%, rgb(255, 97, 3) 70%);
	background: -ms-linear-gradient(0deg, rgb(106, 179, 255) 30%, rgb(255, 97, 3) 70%);
	background: linear-gradient(90deg, rgb(106, 179, 255) 30%, rgb(255, 97, 3) 70%);
}

.footer_inner .rainbow_line {
	margin-bottom: 46px;
}

.footer_inner small {
	font-size: 11px;
	margin: 0 20px 0 0;
}

.footer_inner small a {
	color: #a6a6a6;
}

.footer_inner .copy {
	margin: 0 0 9px;
}

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

.photo_report h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 52px 0 25px;
}

.photo_report ul {
	margin: 0 0 9px;
	display: table;
	zoom: 1;
}

.photo_report li {
	float: left;
	margin: 0 3px 5px 0;
}

.photo_report img {
	border-radius: 1px;
	width: 93px;
	height: 57px;
	overflow: hidden;
}

.link_more {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px #289ed6 dotted;
}

.link_more:hover {
	border-bottom: none;
}

.past_exhibitions_block, .partners_block {
	width: 100%;
	overflow: hidden;
}

.past_exhibitions_block {
	height: 480px;
}

.past_exhibitions_block ul, .partners_block ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.past_exhibitions_block li {
	width: 220px;
	height: 200px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
	font-style: italic;
}

@media only screen and (min-width: 1024px){
	.past_exhibitions_block {
		width: 100%;
		height: 235px;
	}

	.partners_block {
		width: 100%;
	}

	.past_exhibitions_block ul, .partners_block ul {
		width: auto;
	}

	.past_exhibitions_block li {
		float: left;
		margin: 0;
	}
}

.partners_block li {
	float: left;
	margin: 56px 15px 0;
	text-align: center;
}

.past_exhibitions_block a {
	text-decoration: none;
	color: #959595;
}

.past_exhibitions_block a:hover {
	text-decoration: underline;
}

.past_exhibitions_block .img_wrap {
	margin: 28px 0 9px;
	display: block;
}

.publishing {
	margin: 0 0 64px;
}

.publishing-left {
	width: 53%;
}

.publishing-right {
	width: 47%;
}

.publishing .offset_title {
	margin: 0 0 47px;
}

.publishing header {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	margin: 15px 0 19px;
	position: relative;
}

.publishing header:before {
	content: "";
	position: absolute;
	left: -62px;
	top: 50%;
	margin-top: -3px;
	width: 24px;
	height: 3px;
	background: #666;
	border-top: 1px #ddd solid;
	border-bottom: 1px #989898 solid;
}

.publishing header a {
	color: #000;
	text-decoration: none;
}

.publishing header a:hover {
	text-decoration: underline;
}

.publishing-article {
	margin: 0 0 0 80px;
	color: #777;
}

.publishing article img {
	border-radius: 1px;
}

.publishing .wrap_list {
	margin: 0 0 0 56px;
}

.publishing .wrap_list ul {
	margin: 0 0 12px
}

.publishing .wrap_list li {
	margin: 0 0 7px;
}

.publishing .link_more {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
	margin: 11px 0 0;
}

.publishing .link_more:hover {
	border-bottom: none;
}

.medical_companies {
	margin: 28px 0 0;
}

.medical_item {
	font-size: 14px;
	width: 24.2%;
	margin: 0 1% 33px 0;
	padding: 24px 7px 10px 7px;
	border: 1px #ececec dotted;
	border-radius: 5px;
}

.medical_item:last-child {
	margin-right: 0;
}

.medical_item_title {
	font: normal 14px/18px 'MyriadProBold', sans-serif;
	color: #010101;
	margin: 0 0 13px;
}

.medical_item_title a {
	color: #010101;
}

.medical_item li {
	margin: 0 0 6px;
	position: relative;
}

.medical_item li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: -14px;
	width: 5px;
	height: 1px;
	background: #dcdcdc;
}

.medical_item a {
	text-decoration: none;
}

.medical_item a:hover {
	text-decoration: underline;
}

.medical_number {
	display: inline-block;
	height: 15px;
	min-width: 15px;
	background: #f50011;
	border-radius: 5px;
	color: #fff;
	font: bold 10px/15px Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: -7px;
	margin: 0 0 0 12px;
	padding: 0 4px;
	-moz-box-shadow: -1px 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px 2px 4px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 4px rgba(0,0,0,0.2);
    background: rgb(180, 0, 13);
	background: rgb(180, 0, 13);
	background: -moz-linear-gradient(290deg, rgb(180, 0, 13) 30%, rgb(244, 0, 17) 70%);
	background: -webkit-linear-gradient(290deg, rgb(180, 0, 13) 30%, rgb(244, 0, 17) 70%);
	background: -o-linear-gradient(290deg, rgb(180, 0, 13) 30%, rgb(244, 0, 17) 70%);
	background: -ms-linear-gradient(290deg, rgb(180, 0, 13) 30%, rgb(244, 0, 17) 70%);
	background: linear-gradient(20deg, rgb(180, 0, 13) 30%, rgb(244, 0, 17) 70%);
}

.medical_number:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: -4px;
	width: 8px;
	height: 6px;
	background: url(/bitrix/templates/main/libs/css/../images/number_coner.png) left top no-repeat;
}

.medical_directions {
	margin: 32px -20px 0 0;
}

.medical_directions .direction_item {
	width: 48%;
	margin: 0 2% 26px 0;
	padding: 24px 7px 20px 24px;
	border: 1px #ececec dotted;
	border-radius: 5px;
}

.direction_item a {
	text-decoration: none;
}

.direction_item a:hover {
	text-decoration: underline;
}

.direction_item li {
	line-height: 14px;
	margin: 0 0 15px;
	position: relative;
}

.direction_item li img {
	max-width: 30px!important;
	display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.direction_item li a {
	text-decoration: underline;
	display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: calc(100% - 45px);
}

.direction_item li a:hover {
	text-decoration: none;
}

.medical_directions-list {
	margin: 32px 0 0;
}

.medical_directions-list .direction_item {
	width: 100%;
	margin: 0 0 29px;
	padding-bottom: 28px;
	height: auto!important;
}

.medical_directions-list .direction_item ul {
	margin: 12px 0 0;
}

.medical_directions-list .direction_item li {
	margin: 0;
	line-height: 20px;
}

.medical_directions-list .direction_item li a {
	display: inline;
	width: auto;
}

.all-categories {
	margin-bottom: 43px;
}

.all-categories li {
	margin: 0 0 0 24px;
	position: relative;
}

.all-categories li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -20px;
    width: 4px;
    height: 1px;
    background: #333;
}

.number-topic {
	color: #7a7a7a;
	position: absolute;
	top: 0;
	right: 17px;
}

.form-type-4 {
	color: #000;
}

.form-type-4 input[type="text"] {
	margin: 0 0 16px;
}

.form-type-4 input[type="password"] {
	margin: 0 0 12px;
}

.form-type-4 input[type="text"]:focus, .form-type-4 input[type="password"]:focus {
	border: 1px #7ecaf6 solid;
}

.form-type-4 input[type="checkbox"] + label {
	padding-left: 22px;
	line-height: 14px;
}

.form-type-4 input[type="checkbox"] + label::before {
	border: 1px #c4c4c4 solid;
	line-height: 12px;
	width: 12px;
	height: 12px;
	font-size: 10px;
}

.form-type-4 ::-webkit-input-placeholder {
	color: #999;
}

.form-type-4 input::-moz-placeholder {
	color: #999;
}

.form-type-4 ::ms-input-placeholder {
	color: #999;
}

.captcha-wrapper {
	margin: 0 0 22px;
}

.captcha-wrapper input {
	width: 50%;
	margin: 6px 28px 0 0!important;
}

.auth-wrapper {
	float: right;
}

.auth-title {
	color: #469ede;
	border-bottom: 1px #469ede dotted;
	font: normal 14px/14px "MyriadProRegular", sans-serif;
	cursor: pointer;
	letter-spacing: -0.7px;
	position: relative;
}

.auth-title:before {
	content: "";
	position: absolute;
	width: 13px;
	height: 12px;
	left: -24px;
	top: 1px;
	background: url(/bitrix/templates/main/libs/css/../images/icon_auth.png) left top no-repeat;
}

.auth {
	position: relative;
	text-align: left;
}

.auth-form {
	width: 236px;
	position: absolute;
	top: 30px;
	right: -50px;
	z-index: 120;
	background: #fff;
	border: 1px #d0d0d0 solid;
	border-bottom: 3px #000 solid;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #d0d0d0;
	-webkit-box-shadow: 0 1px 0 #d0d0d0;
	box-shadow: 0 1px 0 #d0d0d0;
	padding: 18px 15px 10px;
	display: none;
}

.auth-form::before, .auth-form::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
    border: 10px transparent solid;
    border-bottom: 10px #d0d0d0 solid;
}

.auth-form::after {
    border-bottom: 10px #fff solid;
    top: -19px;
}

.auth-form button.button_blue {
	float: left;
	margin: 8px 0 13px;
}

.auth-form .auth-links {
	float: left;
	margin: 8px 0 13px 17px;
	line-height: 14px;
}

.auth-form .auth-links a {
	text-decoration: none;
}

.auth-form .auth-links a:hover {
	text-decoration: underline;
}

#header .auth-form .social_feeds {
	margin: 5px 0!important;
}

.auth-form .close_btn {
	background: #000;
	width: 19px;
	height: 19px;
	border-radius: 10px;
	position: absolute;
	top: -9px;
	right: -8px;
	cursor: pointer;
	border-radius: 2px #fff solid;
	border: 2px #fff solid;
	-moz-box-shadow: 0 0 5px #777;
	-webkit-box-shadow: 0 0 5px #777;
	box-shadow: 0 0 5px #777;
}

.auth-form .close_btn:before {
	content: "\e8b2";
	font-family: 'fontello';
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	position: relative;
	top: -4px;
	left: 3px;
}

.registration-popup button.button_blue {
	margin: 29px 0 0;
}

/* add menu */
.add_menu {
	width: 100%;
	display: table;
	position: relative;
	z-index: 15;
	margin: 10px 0 19px;
}

.add_menu nav > ul > li {
	float: left;
	padding: 0!important;
	margin: 0 0 20px!important;
	position: relative;
	z-index: 1;
}

.add_menu nav > ul > li:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	top: 6px;
	left: 0;
	background: url(/bitrix/templates/main/libs/css/../images/icon_add_menu.png) left top no-repeat;
}

.add_menu nav > ul > li > a {
	padding: 0!important;
	margin: 0 22px 10px 18px!important;
	height: auto;
	font: normal 16px/21px "MyriadProRegular", sans-serif;
	letter-spacing: -0.3px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px #7fb9e7 dotted;
}

.add_menu nav > ul > li > a:hover {
	color: #000!important;
	border-bottom: none;
}

.add_menu .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border-left: 1px #d8d8d8 dotted;
	border-right: 1px #d8d8d8 dotted;
	border-bottom: 3px #000 solid;
	min-width: 215px;
	padding: 22px 0 10px!important;
	margin-top: -2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
	transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}

.add_menu .submenu:before {
	content: "";
	position: absolute;
	height: 22px;
	width: 217px;
	left: -1px;
	top: 0;
	background: #fff;
}

.add_menu .submenu > li {
	position: relative;
}

.add_menu .submenu > li > a {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	padding: 4px 20px;
	color: #000;
	text-decoration: none;
}

.add_menu .submenu > li:hover > a {
	color: #000;
	text-decoration: underline;
}

.add_menu .submenu:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -51px;
	width: 101px;
	height: 4px;
	background: url(/bitrix/templates/main/libs/css/../images/submenu_shadow.png) center top no-repeat;
}

.add_menu nav .mega_menu {
	top: 100%;
	left: 0px;
	-webkit-backface-visibility: hidden;
}

.add_menu nav > ul > .has_megamenu {
	position: static;
}
/* //add menu */

/* left menu */
.left_menu {
	margin: 34px 0 30px;
}

.left_menu > li {
	position: relative;
}

.left_menu > li > a {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	padding: 11px 22px 10px 22px;
	border: none!important;
	border-bottom: 1px #d8d8d8 dotted!important;
	color: #333;
	text-decoration: none;
}

.left_menu > li:hover a {
	background: #f5f5f5;
	color: #333;
	border: none!important;
	border-bottom: 1px #d8d8d8 dotted!important;
}

.left_menu > li:last-child > a {
	border-bottom: 1px transparent solid!important;
}
/* //left menu */

.widget_wrap {
	padding: 36px 0 0;
	margin-bottom: 60px;
}

.call_info {
	width: 188px;
	color: #2a2a2a;
	background: #e6f0f2;
	margin: 106px auto 50px;
	padding: 15px 29px 9px;
	display: none;
}

.call_info .tel {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	cursor: default;
}

.article-content {
	clear: both;
	padding: 0 0 38px;
}

.program_events {
	padding: 20px 0;
}

.program_events h3 {
	font-size: 18px;
	margin: 24px 0 30px;
}

.program_events ul {
	padding: 0 0 4px;
}

.program_events li {
	margin: 0 0 6px;
}

.rules_registration {
	padding: 0 0 41px;
}

.rules_registration h3 {
	font-size: 18px;
	margin: 31px 0 16px;
}

.rules_registration a {
	color: #999;
	text-decoration: none;
}

.rules_registration a:hover {
	text-decoration: underline;
}

.managers {
	padding: 48px 0 0;
}

.managers p {
	margin: 0 0 6px!important;
}

.managers_info_block {
	position: relative;
	padding: 0 0 43px 26px;
	width: 33%;
}

.managers_info_block:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 11px;
	height: 7px;
	background: url(/bitrix/templates/main/libs/css/../images/icon_marker1.gif) left top no-repeat;
}

.address_info_wrap {
	padding: 35px 0 0;
	position: relative;
}

.address_info_wrap_marker {
	padding-left: 33px!important;
}

.address_info_wrap_marker:before {
	font-family: 'fontello';
	content: '\eb70';
	position: absolute;
	top: 34px;
	left: 5px;
	font-size: 22px;
	color: #ff1f39;
}

.address_info  dt, .address_info  dd {
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 0 6px;
}

.address_info dt {
	width: 16%;
	min-width: 140px;
}

.address_info dd {
	width: 80%;
}

.list_directions {
	width: 100%;
}

.list_directions  li {
	font-size: 13px;
	float: left;
	margin: 0 40px 6px 0;
	position: relative;
}

.list_directions  li:after {
	content: "";
	position: absolute;
	top: 3px;
	right: -20px;
	width: 2px;
	height: 12px;
	background: #474747;
}

.list_directions  a {
	color: #474747;
	text-decoration: none;
}

.list_directions  a:hover {
	text-decoration: underline;
}

.list_directions  a.active {
	color: #469ede;
	border-bottom: 1px #469ede dotted;
	text-decoration: none!important;
}

.catalogue-item {
	display: table;
	zoom: 1;
	width: 100%;
	clear: both;
	border-bottom: 1px #dadada dotted;
	padding: 35px 0 33px;
}

.catalogue-left {
	width: 150px;
	float: left;
	position: relative;
	z-index: 1;
}

.catalogue-right {
	float: right;
	width: 100%;
	margin-left: -170px;
}

.catalogue-right-inner {
	margin-left: 170px;
}

.catalogue-description {
	padding: 7px 0 25px;
}

.catalogue-item .address_info_wrap {
	margin: 0;
	padding-top: 0;
}

.catalogue-item .address_info dt {
	width: 21%;
	min-width: 115px;
}

.catalogue-item .address_info dd {
	width: 73%;
	word-wrap: break-word;
}

.catalogue-item h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 7px;
}

.catalogue-category {
	color: #e10009;
}

.catalogue-category:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 8px;
	margin: 0 13px 0 0;
	background: url(/bitrix/templates/main/libs/css/../images/icon_category.gif) 0 0 no-repeat;
}

.catalogue-category a {
	color: #e10009;
	text-decoration: none;
}

.catalogue-item .article-content {
	line-height: 20px;
}

.social-right {
	float: right;
	position: relative;
	top: -26px;
}

.social-right .share-text, .article_tools .share-text {
	float: left;
	margin-right: 7px;
}

.social-right .social_feeds {
	float: left;
	margin: 0!important;
	padding: 0!important;
}

.rating-wrap {
	margin: 0 0 0 12px;
}

.rating {
	display: inline-block;
	vertical-align: middle;

}

.rating::after {
	content: "";
	display: block;
	clear: both;
}

.rating li {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 17px;
	height: 16px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	line-height: 16px;
	margin: 0 3px 0 0;
	color: #ddd;
}

.rating li::after, .rating li::before {
	font-family: 'fontello';
	position: absolute;
	left: 0;
}

.rating li::before {
	content: "\e8a9";
	z-index: 101;
	font-size: 19px;
}

.rating li::after {
	content: "\e8a9";
	font-size: 19px;
	opacity: 0;
	z-index: 102;
	color: #fccd36;
}

.rating .active::after {
	opacity: 1;
}

.catalogue-item .rating {
	display: block;
	margin: 53px 0 10px;
}

.catalogue-item .social_feeds {
	margin: 9px 0 0;
	padding: 0!important;
}

.review-number {
	color: #999;
	margin: 0 0 8px;
}

.breadcrumbs {
	line-height: 18px;
	background: #fdfcfc;
	font-size: 11px;
	color: #5b5b5b;
	margin: 25px 0 30px;
	padding: 6px 4px 7px;
}

.breadcrumbs a {
	position: relative;
	text-decoration: none;
	color: #3c9fcd;
	border-bottom: 1px #3c9fcd dotted;
	margin: 0 20px 0 0;
}

.breadcrumbs a:hover {
	border-bottom: transparent;
}

.breadcrumbs a:after {
	content: "/";
	position: absolute;
	top: -3px;
	right: -12px;
	display: inline-block;
	color: #bbb;
}

.breadcrumbs a.home {
	width: 11px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url(/bitrix/templates/main/libs/css/../images/icon_home.gif) 0 0 no-repeat;
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 4px 8px 0 0;
	border-bottom: transparent;
}

.breadcrumbs a.home:after {
	display: none;
}

.pagination {
	margin: 51px 10px 0 0;
}

.pagination li {
	font-size: 11px;
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}

.pagination a {
	color: #000;
	text-decoration: none;
	margin: 0 11px;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination span {
	background: #6cafd5;
	color: #fff;
	padding: 5px 8px;
	margin: 0 2px;
	border-radius: 2px;
}

.pagination-results {
	color: #999;
	float: right;
	margin: 52px 0 0;
}

.pagination-results span {
	margin: 0 15px 0 0;
}

.settings-pages {
	color: #000;
	margin: 5px 0 0;
}

.settings-pages select {
	width: 57px;
	color: #333;
	font-size: 12px;
	cursor: pointer;
	padding: 4px 0 3px;
	margin: 0 42px 0 22px;
	position: relative;
	top: -6px;
	border: 1px #e2e1e1 solid;
	background-color: #fefefe;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e2e1e1');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e2e1e1));
	background-image: -webkit-linear-gradient(top, #fefefe, #e2e1e1);
	background-image: -moz-linear-gradient(top, #fefefe, #e2e1e1);
	background-image: -ms-linear-gradient(top, #fefefe, #e2e1e1);
	background-image: -o-linear-gradient(top, #fefefe, #e2e1e1);
	background-image: linear-gradient(top, #fefefe, #e2e1e1);
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}

.settings-pages .pagination-results {
	margin-top: 0;
}

.description {
	margin: 0 0 34px;
}

.review-item {
	color: #0e0e0e;
	border: 1px #d8d8d8 dotted;
	border-radius: 4px;
	padding: 15px 15px 34px;
	margin: 8px 0 0;
}

.review-item h3.title-review {
	margin: 0 0 9px;
	font-size: 12px;
	line-height: 20px;
}

.review-item .date {
	color: #a1a1a1;
	margin: 0 0 0 7px;
}

.article_top {
	margin: 39px 0 9px;
}

.article_top .article_top_item {
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin: 0 45px 5px 0;
}

.article_top .review-number {
	margin-bottom: 0;
}

.article-list-type2 {
	margin-left: -20px;
	min-width: 100%;
}

.article-list-type2-item {
	width: 50%;
	margin: 32px 0 0;
}

.article-list-type2-item-inner {
	margin-left: 20px;
	padding: 0 0 19px;
	border-bottom: 1px #d8d8d8 dotted;
}

.article-list-img {
	width: 100%;
	border: 1px #f0f0f0 solid;
}

.article-list-type2-item h3 {
	font-size: 18px;
	line-height: 21px;
	color: #ff4e00;
	margin: 13px 0 0;
}

.article-list-type2-item h3 a {
	color: #ff4e00;
	text-decoration: none;
}

.article-list-type2-item h3 a:hover {
	text-decoration: underline;
}

.article-list-type2-item h3 .subtitle {
	font-size: 14px;
	margin: 9px 0 0;
}

.article-list-type2-item .article_tools {
	margin: 16px 0 26px;
}

.article-list-type2-item .rating-wrap {
	margin-left: 0;
}

.article-list-type2-item .rating {
	margin-right: 14px;
}

.article-list-type1-item {
	border-bottom: 1px #d9d9d9 dotted;
	padding: 32px 0 30px;
}

.article-list-type1-item .article_tools {
	margin: 0 0 18px;
}

.article-list-type1-item h3 {
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 21px;
}

.article-list-type3-item {
	border-bottom: 1px #d9d9d9 dotted;
	padding: 32px 0 30px;
}

.article-list-type3-item .article_tools {
	margin: 0 0 20px;
}

.article-list-type3-item h3 {
	font-size: 24px;
	line-height: 27px;
	margin: 0 0 16px;
}

.article-list-type3-item h3 a {
	color: #000;
	text-decoration: none;
}

.article-list-type3-item h3 a:hover {
	text-decoration: underline;
}

.article-list-type3-item .article-list-img {
	margin: 0 0 25px;
}

.calendar-list {
	margin-left: 0!important;
}

.calendar-list .article-list-type2-item {
	margin: 14px 0 0!important;
}

.article-list-type-calendar {
	color: #000;
	border-top: 1px #d8d8d8 dotted;
	padding: 32px 0 40px;
}

.article-list-type-calendar h3 {
	color: #469ede;
	margin: 19px 0 10px;
}

.article-list-type-calendar li {
	margin: 0 30px 3px 0;
}

.article-list-type-calendar li a {
	color: #000;
	font-weight: bold;
}

.t_28 {
	position: relative;
	top: -28px;
	margin-bottom: 0!important;
}

.w33 {
	width: 33%!important;
}

.w50 {
	width: 50%!important;
}

.w100 {
	width: 100%!important;
}

 *, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	padding-left: 0;
	padding-right: 0;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.mlr_15 {
	margin-left: -15px!important;
	margin-right: -15px!important;
}

.m_0 {
	margin: 0!important;
}

.mt_0 {
	margin-top: 0!important;
}

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

.mt_4 {
	margin-top: 4px!important;
}

.mt__28 {
	margin-top: -28px!important;
}

.mb_14 {
	margin-bottom: 14px!important;
}

.ptb30 {
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}

.col-width {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 28px;
	padding-right: 0;
}

.col-width-fix {
	width: 290px;
	padding: 0;
	float: left;
}

.form-type-2 {
	margin-bottom: 0!important;
}

.form-type-2 input:not([type="submit"]), .form-type-2 textarea {
	border: 1px #62ace2 dotted;
	background: #fafafa;
	color: #060708;
	font-size: 14px;
	line-height: 16px;
	border-radius: 1px;
	margin: 0 0 15px;
	width: auto;
}

.form-type-2 input:not([type="submit"]) {
	height: 29px;
	line-height: 29px;
}

.inp-submit, .form-type-2 .inp-submit {
	background: #469ede!important;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 27px;
	margin: 3px 0 0;
	border-radius: 1px;
}

.form-type-2 ::-webkit-input-placeholder {
	color: #060708;
}

.form-type-2 input::-moz-placeholder {
	color: #060708;
}

.form-type-2 ::ms-input-placeholder {
	color: #060708;
}

.form-type-2 h4 {
	margin: 0 0 32px!important;
}

.form-type-3 {
	margin-bottom: 0!important;
}

.form-type-3 .row {
	margin-bottom: 23px;
}
.form-type-3 .row .row {
	margin-bottom: 0;
}

.form-type-3 input:not([type="submit"]), .form-type-3 textarea {
	border: 1px #62ace2 dotted;
	background: #fafafa;
	color: #060708;
	font-size: 12px;
	line-height: 16px;
	border-radius: 1px;
	margin: 0 0 15px;
	width: auto;
}

.form-type-3 input[type="radio"] + label::before, input[type="checkbox"] + label::before {
	line-height: 20px;
	top: -1px;
	margin-top: 3px;
	border: 1px #62ace2 dotted;
}

.form-type-3 input:not([type="submit"]) {
	height: 29px;
	line-height: 29px;
}

.form-type-3 [type="submit"] {
	background: #469ede!important;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 27px;
	margin: 3px 0 0;
}

.form-type-3 input:disabled {
	background: #c6c6c6;
}

.form-type-3 ::-webkit-input-placeholder {
	color: #b2b2b2;
}

.form-type-3 input::-moz-placeholder {
	color: #b2b2b2;
}

.form-type-3 ::ms-input-placeholder {
	color: #b2b2b2;
}

.form-type-3  a {
	color: #000;
}

.form-type-3 h4 {
	margin: 0 0 32px!important;
}

.form-type-3 hr {
	border-top: 1px #b3b3b3 solid;
	margin-left: -40px;
	margin-right: -40px;
}

.form-type-3 .filter-item {
	float: left;
	padding: 0 19px 12px 0;
	position: relative;
}

.form-type-3 .filter-item .delete-item {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 100%;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #b4b4b4;
	cursor: pointer;
	text-align: right;
	margin-right: 9px;
	margin-top: -16px;
}

.form-type-3 .filter-item div {
	color: #289ed6;
	cursor: pointer;
	background: #fafafa;
	border-radius: 4px;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	border: 1px #fafafa solid;
}

.form-type-3 .filter-item:hover div {
	border: 1px #ff7b1a solid;
}

.form-type-3 .filter-item:hover .delete-item {
	display: block;
}

.form-type-3 select {
	width: 100%;
	cursor: pointer;
	padding: 5px;
	border: 1px #62ace2 dotted;
	padding: 5px 3px;
	background-color: #fafafa;
	font-size: 12px;
	margin: 0 0 12px;
}

.form-type-3 label {
	margin: 0 0 4px;
}

.form-type-3 .icon-plus {
	font-weight: bold;
	color: #b2b2b2;
	font-size: 9px;
	margin-top: 4px;
}

.attach-files a {
	text-decoration: none;
}

.attach-files a:hover {
	text-decoration: underline;
}

input.error, select.error, textarea.error, label.error::before {
	border: 1px #ff0000 solid!important;
}

.error-wrap {
	position: relative;
}

.error-wrap:after {
	content: "Ошибка";
	position: absolute;
	top: -27px;
	right: 0;
	color: #ff0000;
}

.form-type-4 .error-wrap:after {
	content: " ";
}

.file-input-wrap {
	height: 29px;
	overflow: hidden;
	margin: 19px 0;
}

.file-name-cancel {
	position: relative;
	float: right;
	right: 0;
	top: 19px;
	cursor: pointer;
	width: 29px;
	height: 29px;
}

.file-name-cancel:before {
	content: "\e8b2";
	font-family: 'fontello';
	position: absolute;
	top: 4px;
	right: 7px;
	color: #b2b2b2;
	font-size: 10px;
}

.file-btn {
	text-align: center;
	width: 95px;
	margin-right: 12px;
	height: 29px;
	line-height: 29px;
	background: #777;
	color: #fff;
	font-size: 12px;
	float: left;
}

.file-name-wrap {
	height: 29px;
	overflow: hidden;
	border: 1px #62ace2 dotted;
	background: #fafafa;
}

.file-name {
	height: 29px;
	line-height: 29px;
	padding: 0 5px;
	position: relative;
}

.file {
	margin-top: -30px!important;
	font-size: 70px!important;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: default;
}

.table-type-1 {
	border-top: 1px #eaeaea solid;
	border-right: 1px #eaeaea solid;
	line-height: 18px;
}

.table-type-1 th, .table-type-1 td {
	border-bottom: 1px #eaeaea solid;
	border-left: 1px #eaeaea solid;
	padding: 14px;
}

#add_documents {
	margin: 4px 0;
}

#add_documents th, #add_documents td {
	padding: 0;
}

#add_documents th {
	background: #f8f8f8;
	width: 35%;
}

#add_documents input {
	border: 0;
	background: transparent;
	padding: 20px 10px;
	margin: 0;
	text-indent: 0;
	width: 90%;
}

#add_documents td {
	position: relative;
}

#add_documents .close_btn:before {
	content: "\e8b2";
	font-family: 'fontello';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 10px;
	color: #b2b2b2;
	font-size: 10px;
	display: none;
}

#add_documents tr.processed:hover {
	outline: 1px #ff7b1a solid;
}

#add_documents tr.processed:hover .close_btn:before {
	display: block;
}

.attachments {
	border-top: 1px #d9d9d9 dotted;
	padding: 34px 0 0;
	list-style: none;
	color: #777;
}

.attachments li {
	margin: 0 0 5px 30px;
}

.ic-att {
	position: relative;
}

.ic-att:before {
	content: "";
	position: absolute;
	left: -30px;
	top: -4px;
	width: 16px;
	height: 18px;
	background: url(/bitrix/templates/main/libs/css/../images/icon_attach.png) left top no-repeat;
}

.ic-att-pdf:before {
	background: url(/bitrix/templates/main/libs/css/../images/icon_attach_pdf.png) left top no-repeat;
}

/* open popup */
.popup-open {
	background: #FFF;
	padding: 45px 40px 34px;
	width: auto;
	width: 318px;
	margin: 20px auto;
	border-radius: 1px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -159px;
	margin-top: -70px;
	z-index: 156;
}

.popup-open .close-popup {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 6px;
	right: 12px;
	cursor: pointer;
	display: block;
  	font-size: 28px;
  	line-height: 28px;
  	font-family: Arial, monospace;
}

.popup-open .close-popup:active {
    margin-top: 1px;
}

.popup-open-background {
	position: fixed;
	z-index: 155;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

.inp-submit-type-2 {
	background: #fefefe!important;
	color: #4a4a4a!important;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin: 3px 9px 0 0;
	border: 1px #924142 dotted;
	border-radius: 1px;
}

.popup-open .inp-submit {
	color: #fff!important;
	padding: 0 10px;
	margin: 3px 9px 0 0;
	border: 1px transparent solid;
	display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
	text-decoration: none!important;
}

.popup-open .inp-submit-type-2 {
	display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
	text-decoration: none!important;
}

.popup-open .inp-submit:hover, .popup-open .inp-submit-type-2;hover {
	text-decoration: none!important;
}

* html .popup-open-background {
	position: absolute;
	height: expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+"px");
	width: expression(document.body.scrollWidth+"px");
}
/* //open popup */

.popup-cities-list {
	position: relative;
	padding: 22px 0 27px;
}

.popup-cities-list:before, .popup-cities-list:after {
	content: "";
	width: 43px;
	height: 3px;
	background: #000;
	display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.popup-cities-list:before {
	top: -29px;
}

.popup-cities-list:after {
	top: 16px
}

.cities-popup .region-block {
	line-height: 23px;
	margin: 0 0 14px;
}

.cities-popup .region-block a, .cities-popup .region-block a:hover {
	color: #000;
	text-decoration: none;
	margin: 0 5px 0 0;
}

.cities-popup .region-block a:hover {
	border-bottom: 1px #cd4a4c dotted;
}

.cities-popup h3 {
	margin-bottom: 17px;
}

.cities-popup .big-city {
	font-size: 15px;
	line-height: 20px;
}

.cities-alphabet {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 24px 0 25px;
	list-style: none;
}

.cities-alphabet li {
	font-size: 14px;
	display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 8px 0 0;
    padding: 0;
}

.cities-alphabet a {
	text-decoration: none;
}

.cities-alphabet a:hover {
	text-decoration: underline;
}

.top-block {
	display: table;
	width: 100%;
}

.top-block h1.title-article {
	width: 80%;
	color: #ff7a40;
	line-height: 27px;
	margin: 0 0 20px;
}

.top-block .share-text {
	margin: 2px 0 8px;
	display: inline-block;
}

/* photoreport gallery */
#slideshow-1, #slideshow-2 {
	position: relative;
}

#cycle-1 div {
	width: 100%;
}

#cycle-2 .cycle-slide {
	border: 2px transparent solid;
}

#cycle-2 .cycle-slide-active {
	border: 2px #289ed6 solid;
}

#slideshow-2 {
	margin: 26px 0 23px;
	padding: 24px;
	border: 1px #d8d8d8 dotted;
	border-radius: 4px;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#slideshow-2 .cycle-slideshow img:hover {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.cycle-prev, .cycle-next {
	position: absolute;
	z-index: 150;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: #fff;
	text-decoration: none!important;
	text-align: center;
	border-radius: 1px;
	border: 1px #eaeaea solid;
}

.cycle-prev {
	left: 0;
}

.cycle-next {
	right: 0;
}

.cycle-prev::before, .cycle-next::before {
	font-family: 'fontello';
	font-size: 18px;
	line-height: 30px;
	color: #333;
}

.cycle-prev::before {
	content: '\eab8';
}

.cycle-next::before {
	content: '\eab9';
}

.cycle-prev:hover::before {
	color: #777;
}

.cycle-next:hover::before {
	color: #777;
}

.captions-group {
	margin: 0 0 16px;
}

.more-photos-caption {
	font: normal 14px/18px 'MyriadProBold', sans-serif;
	color: #010101;
}

.custom-caption {
	float: right;
	color: #999;
}

.page_wrapper.rubricatop{
	padding-bottom: 40px;
}

	.rubricatop .article_tools{
		margin-top: 20px;
		margin-bottom: 0;
	}

	.article-list-type3-item.rubricatop{
		width: 48%;
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 37px;
	}

		.article-list-type3-item.rubricatop img{
			width: 100%;
			border-radius: 3px;
			margin-bottom: 15px;
		}

		.article-list-type3-item.rubricatop h4{
			margin-bottom: 9px;
		}

			.article-list-type3-item.rubricatop h4 a{
				color: #000;
				text-decoration: none;
				line-height: 20px;
			}

				.article-list-type3-item.rubricatop h4 a:hover{
					text-decoration: underline;
				}

		.article-list-type3-item.rubricatop p{
			color: #8c8c8c;
			font-size: 12px;
			line-height: 18px;
			margin-bottom: 24px;
		}

	.med-rubricatop{
		width: 48%;
		margin-right: 0 !important;
	}

		.med-rubricatop .direction_item{
			width: 100%;
			margin-right: 0;
			padding: 0 10px 0 30px;
			margin-bottom: 35px;
		}

			.med-rubricatop .medical_item_title{
				margin-bottom: 18px;
				margin-top: 24px;
			}

			.med-rubricatop .direction_item li{
				margin-bottom: 7px;
				line-height: 18px;
			}

			.med-rubricatop .medical_item_bottom{
				margin: 27px 0 16px;
			}

				.med-rubricatop .medical_item_bottom a{
					color: #000;
					font-weight: bold;
					opacity: 0.75;
					border-bottom: 1px dotted #7d7d7d;
				}

					.med-rubricatop .medical_item_bottom a:hover{
						text-decoration: none;
						border-bottom: 0;
					}

.wrapper-404{
	width: 100vw;
	height: 100vh;
}

	.content-404{
		width: 33%;
		margin: 0 auto;
		position: relative;
		top: 50%;
		-moz-transform: translateY(-50%); /* Для Firefox */
	    -ms-transform: translateY(-50%); /* Для IE */
	    -webkit-transform: translateY(-50%); /* Для Safari, Chrome, iOS */
	    -o-transform: translateY(-50%); /* Для Opera */
	    transform: translateY(-50%);
	    color: #000;
	}

		.content-404-info{
			padding-left: 12%;
			background: url('/bitrix/templates/main/libs/css/../images/404_bottom.jpg') 50% bottom no-repeat;
		}

			.content-404-info h2{
				font-size: 26px;
				margin-bottom: 25px;
			}

			.content-404-info p{
				font-size: 14px;
				margin-bottom: 7px;
			}

				.content-404-info p:nth-of-type(1){
					margin-bottom: 15px;
				}

			.content-404-info a{
				color: #289ed6;
				font-size: 12px;
				margin-top: 28px;
				display: inline-block;
				margin-bottom: 40px;
			}

.widget_news{
	font-family: 'Roboto', sans-serif;
	width: 100%;
	border-bottom: 1px dotted #e5e5e5;
	padding-bottom: 15px;
}

	.widget_news h2{
		font-family: 'Arial', sans-serif;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
		line-height: 1.2;
	}

	.widget_news_img{
		width: 100%;
		border-top: 19px solid #e63128;
		background: url('/bitrix/templates/main/libs/css/../images/content/widget_bg.jpg') no-repeat;
		background-size: 100% 100%;
		padding: 18px;
		margin-bottom: 15px;
	}

		.widget_news_img h3{
			font-size: 30px;
			float: right;
			color: #fff;
			margin-top: 8px;
		}

		.widget_news_img h4{
			font-size: 19px;
			margin-bottom: 7px;
			color: #fff;
		}

		.widget_news_img h5{
			color: #fff;
			font-size: 11px;
			text-transform: uppercase;
			margin-bottom: 0;
		}

	.widget_news a{
		color: #333;
		text-decoration: none;
		font-size: 13px;
		display: block;
		position: relative;
		margin-left: 13px;
		padding-right: 60px;
		line-height: 14px;
		border-left: 2px solid #e63128;
		padding: 5px 50px 6px 15px;
	}

		.widget_news a:after{
			content: url('/bitrix/templates/main/libs/css/../images/content/widget_arrow_link.png');
			width: 22px;
			height: 22px;
			position: absolute;
			top: 50%;
			margin-top: -11px;
			right: 15px;
		}

/* //photoreport gallery */

.social_feeds > span > a:hover {
	-webkit-animation: jump .3s ease;
	animation: jump .3s ease;
}
.b-share__handle.b-share__link{
	color: #fff;
	text-align: center;
	padding: 1.5px 0 0 0.5px !important;
	width: 17px;
	height: 17px;
	margin-left: 5px;
	border-radius: 3px;
	margin-top: -6px;
}
.b-share__handle:hover{
	color: #fff;
}
.b-share-icon{
	background:none !important;
	font-size: 12px;
	width: 15px;
	height: 15px;
}
.b-share-icon:before{
	display: inline-block;
    font-family: "fontello";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}
.b-share-btn__vkontakte{
	background-color: #4c75a3;
}
	.b-share-icon_vkontakte:before{
		 content: '\e9cb';
	}

.b-share-btn__facebook{
	background-color: #39599f;
}
	.b-share-icon_facebook:before{
		content: '\e9b2';
	}

.b-share-btn__odnoklassniki{
	background-color: #ff8300;
}
	.b-share-icon_odnoklassniki:before{
		content: '\e9cc';
	}


@media only screen and (max-width: 1600px){
	.content-404{
		width: 45%;
	}
}

@media only screen and (max-width: 1199px) {
	.main_navigation > ul > li > a {
		padding-left: 7px;
		padding-right: 7px;
	}

	.tabs_nav > li > a {
		padding-left: 13px;
		padding-right: 13px;
	}

	.main_navigation > ul > li > .submenu {
		min-width: 0;
		width: 205px;
	}

	.main_navigation > ul > li > .submenu .submenu {
		min-width: 0;
		width: 165px;
	}

	#header .fix_width {
		width: 230px;
	}

	#header .fluid_width_wrap {
		margin-left: -245px;
	}

	#header .fluid_width {
		margin-left: 245px;
	}

	.call_us .header-phone {
		font-size: 18px;
	}

	.medical_item {
		width: 48.4%;
	}

	.rating-wrap {
		float: none!important;
		margin-top: 5px;
	}

	.auth-title:before {
		left: -16px;
	}

	.content-404{
		width: 60%;
	}

	.padding-main-page{
		padding-top: 28px;
	}
	.new-banner-axe{
		display:none;
	}
}

@media only screen and (max-width: 1024px) {
	.medical_item {
		width: 48.4%;
	}

	.social-right {
		float: none;
		top: 0;
	}

	.content-404{
		width: 70%;
	}
}

@media only screen and (max-width: 991px) {
	.article-list-type2-item {
		width: 100%;
	}

	.boxed_layout {
		width: 780px;
	}

	.publishing-left, .publishing-right {
		width: 100%;
	}

	.publishing-article, .publishing .wrap_list {
		margin: 0;
	}

	.medical_item {
		width: 48.4%;
	}

	#header .social_feeds {
		margin: 10px 0 0!important;
	}

	.call_us span {
		display: block;
	}

	.managers_info_block {
		display: block;
		width: 90%;
	}

	.pagination-results, .settings-pages {
		float: none;
	}

	.pagination a {
		margin: 0 5px;
	}

	h3.title-list {
		margin-top: 20px;
	}

	.article-list-type2-item-inner, .article-list-type-calendar {
		height: auto!important;
	}

	.medical_directions {
		margin-right: 0;
	}

	.medical_directions .direction_item {
		width: 100%;
		margin-right: 0;
		height: auto!important;
	}

	.top-block h3.title-article {
		width: 70%;
	}

	.med-rubricatop, .article-list-type3-item.rubricatop{
		width: 100% !important;
	}


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.col-sm-6 + .col-sm-6 {
		margin-top: 40px;
	}

	.col-sm-6:first-child, .col-sm-6:nth-child(2) {
		margin-top: 0;
	}

	.col-sm-6:nth-child(2n+1) {
		clear: left;
	}

	.page_wrapper [class|="col"]:not([class|="col-sm"]):not(:last-child) {
		margin-bottom: 10px;
	}

	/*
	.center_nav {
		width: 60%;
	}
	*/

	#main_navigation_wrap .main_navigation {
		padding-left: 12px;
	}

	/*
	.right_nav {
		width: 15%;
	}
	*/

	.search {
		width: 90px;
	}

	.search input {
		width: 40px;
	}

	.search input:focus {
		width: 240px;
	}
}

@media only screen and (max-width: 767px) {
	.owl_carousel .owl-item.first > * {
		border-top-left-radius: 3px!important;
	}

	.owl_carousel:last-child .owl-item.first > * {
		border-bottom-left-radius: 3px!important;
	}

	.exhibition_item {
		max-width: 100%;
	}

	.logo {
		margin: 0;
	}

	.cities, .call_us {
		float:none;
		display: block;
		margin: 20px 0;
		width: 100%;
		text-align: center;
	}

	.cities_list {
		width: 92%;
	}

	.header_inner {
		text-align: center;
	}

	.header_right_wrap {
		width: 100%;
	}

	.request {
		margin: 10px auto;
		float: none;
	}

	#header .social_feeds {
		clear: both;
		float: none;
		text-align: center;
	}

	#header .social_feeds > li {
		display: inline-block;
	}

	.add_menu {
		margin: 10px 10px 19px;
	}

	.add_menu nav > ul > li {
		float: none;
	}

	.add_menu .submenu {
		display: none;
	}

	.past_exhibitions_block {
		width: 240px;
		margin-left: auto;
		margin-right: auto;
	}

	aside.col-width-fix {
		float: none;
		margin: 0 auto;
	}

	.owl_carousel {
		width: 420px;
		margin: 50px auto 0;
	}

	.article_exibition h3 {
		font-size: 20px;
		line-height: 23px;
	}

	.article_exibition_map_btn {
		float: none;
		margin: 10px 0 10px 16px;
	}

	#footer .fix_width, .page_wrapper .fix_width {
		width: 100%;
	}

	#footer .fluid_width_wrap, .page_wrapper fluid_width_wrap {
		margin-left: 0;
		float: none;
	}

	#footer .fluid_width, .page_wrapper .fluid_width {
		margin-left: 0;
	}

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

	.photo_report ul {
		max-width: 290px;
		margin: 0 auto;
	}

	.footer_info, .footer_inner .developer {
		width: 100%;
		text-align: left;
		margin-bottom: 15px;
	}

	.call_info {
		margin: 50px auto;
	}

	.left_nav, .center_nav, .right_nav {
		float: none;
		width: 100%;
	}

	#main_navigation_wrap {
		height: auto;
		padding: 10px 0;
	}

	#main_navigation_wrap .main_navigation {
		padding: 0;
		margin: 10px auto;
	}

	.main_navigation > ul > li {
		float: none;
	}

	.main_navigation > ul > li > a {
		height: auto;
		padding: 5px;
	}

	.main_navigation .mega_menu {
		display: none;
	}

	.search {
		float: none!important;
		margin: 15px auto;
		position: relative;
		width: 240px;
	}

	.search input {
		width: 190px;
	}

	.search input:focus {
		width: 190px;
	}

	.sticky_inner > .nav_item {
		display: block;
		margin: 0 auto;
		width: 240px;
	}

	.title_article {
		font-size: 20px!important;
		line-height: 23px!important;
	}

	.catalogue-left {
		width: 100px;
	}

	.catalogue-right {
		margin-left: -110px;
	}

	.catalogue-right-inner {
		margin-left: 110px;
	}

	.catalogue-item h3 {
		font-size: 18px;
	}

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

	.auth-wrapper {
		float: none;
		padding: 7px 0;
	}

	.auth {
		display: inline-block;
	}

	.auth-form {
		right: -80px;
	}

	.medical_directions-list .direction_item ul {
		margin: 0;
	}

	.top-block h3.title-article {
		width: 100%;
	}

	.content-404{
		width: 100%;
		padding: 0 10px;
		top: 10%;
		-moz-transform: translateY(0); /* Для Firefox */
	    -ms-transform: translateY(0); /* Для IE */
	    -webkit-transform: translateY(0); /* Для Safari, Chrome, iOS */
	    -o-transform: translateY(0); /* Для Opera */
	    transform: translateY(0);
	}

		.content-404 h2{
			font-size: 20px;
		}

		.content-404 p{
			font-size: 12px;
		}

		.content-404 a{
			font-size: 11px;
			margin: 15px 0 25px;
		}
}

@media only screen and (max-width: 480px) {
	img[class*="align"] {
		float: none;
		margin: 0 0 15px;
	}

	.sticky_inner > .nav_item:not(:first-child) {
		border-left-width: 1px;
	}

	.owl_carousel {
		width: 240px;
		margin: 70px auto 0;
	}

	.offset_title.title_dotted:before, .offset_title.title_dotted span:before, .offset_title.title_dotted span:after {
		display: none;
	}

	.partners_block li {
		float: none;
	}

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

	.medical_item {
		width: 100%;
		margin-right: 0;
		height: auto!important;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144 dpi) {

}

@media only screen and (min-width: 240px) and (max-width: 767px) {
   .col-width {
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	};
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .col-width {
		width: 61%;
	};
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-width {
		width: 70%;
	};
}

@media (min-width: 1200px) {
	.col-width {
		width: 75%;
	};
}

@media only screen and (min-width: 992px) and (max-width: 1170px) {
	.main_navigation .mega_menu.type_1, .main_navigation .mega_menu.type_2 {
		max-width: 992px;
		left: -250px;
	};
}

@media only screen and (max-width: 991px){
	.main_navigation .mega_menu.type_1, .main_navigation .mega_menu.type_2 {
		max-width: 500px;
		left: 0;
	};
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
	.auth-form {
		right: -20px;
	}

	.auth-form::before, .auth-form::after {
		left: 75%;
	}
}

.content-2-nav nav > ul> li > a{
	border-bottom: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

	.content-2-nav nav > ul> li a:hover{
		color: #24a5d9 !important;
	}

	.content-2-nav nav > ul> li > a.active{
		border-bottom: 1px dotted #7fb9e7;
		color: #24a5d9;
		font-size: 12px;
		font-weight: bold;
	}
		.content-2-nav nav > ul> li > a.active:hover{
			border: 0;
		}

	.another-countries-cities .another-countries-li{
		padding-left: 20px !important;
	}

		.another-countries-cities .another-countries-li p{
			color: #000;
			font-size: 14px;
			font-weight: bold;
		}

			.another-countries-cities .another-countries-li:before{
				height: 0 !important;
			}

	.li-in-mega_menu_item{
		top: 5px;
	}

.padding-main-page{
	padding-top:55px;
	position:relative;
}
/*======== 14.01.2016 =============*/

.search-new{
	margin-bottom: 60px;
}

.search-new input[type="checkbox"] + label{
	padding-left: 25px;
}

.search-new input[type="checkbox"] + label::before{
	top: -5px;
	background: url('/bitrix/templates/main/libs/css/../images/checkbox_icon.png') center center no-repeat;
	border: 0;
}

.search-new input[type="checkbox"]:checked + label::before{
	background: url('/bitrix/templates/main/libs/css/../images/checkbox_checked_icon.png') center center no-repeat;
	content: "";
}


.input-search-block{
	position: relative;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	float: left;
	width: 83%;
	float: left;
}
.input-search-block input{
	border: 0;
}
.input-search-block > button{
	position: absolute;
	right: 5px;
	top: 1px;
}
.input-search-block > button::after {
	content: '\ee2e';
}
.search-new input{
	height: 32px;

}
.search-new input.new-search-button{
	float: right;
	margin-left: 8px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	color: #000;
	opacity: 0.82;
	width: 15%;
	padding-right: 10px;
	background-color: #cecfce;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#cecfce');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cecfce));
	background-image: -webkit-linear-gradient(top, #fff, #cecfce);
	background-image: -moz-linear-gradient(top, #fff, #cecfce);
	background-image: -ms-linear-gradient(top, #fff, #cecfce);
	background-image: -o-linear-gradient(top, #fff, #cecfce);
	background-image: linear-gradient(top, #fff, #cecfce);
}

.search-new input.new-search-button:focus{
	width: 15%;
}

.search-section{
	margin-bottom: 25px;
	border:0!important;
}

	.search-section span{
		display: inline-block;
		margin-right: 10px;
		margin-top: 8px;
	}

	.search-section select{
		width: 195px;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		position: relative;
		background: url('/bitrix/templates/main/libs/css/../images/search-section_select.png') right center no-repeat;
	}

.search-section-results label{
	margin-bottom: 10px;
}

@media (max-width: 767px){
	.input-search-block{
		width: 75%;
	}
	.search-new input.new-search-button{
		width: 20%;
	}
}
.search-section-results{
	height: auto!important;
    border-top: 0!important;
    border-bottom: 0!important;
}

/*============== 20.01.2016 =======================*/
.article-content .article_top_img{
	float: left;
	width: 145px;
	margin-top: 20px;
}

.article-content .article_top{
	margin-top: 15px;
}

.article-content .article_top, .article-content .title-big, .article-content .description{
	margin-left: 175px;

}

/*.article-content ul{
	padding-left: 0;
}*/
.article-content ul li{
	padding-bottom: 0;
}
.article-content ul.rating{
	padding-left: 0;
}

.article-content dl.directions{
	padding: 20px 0 14px;
}
.article-content dl.directions dd a{
	margin-right: 12px;
}
.association-tabs li{
	padding-top: 0;
	margin-right: 6px;
}

.type_btn4, .type_btn5 {
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    font: 14px/21px "MyriadProBold",sans-serif;
    margin: 0 8px 5px 0;
    text-transform: uppercase;
    vertical-align: middle;
}
.type_btn4 a, .type_btn5 a{
    display: inline-block;
    padding: 1px 19px 0;
    text-decoration: none;
}
.association-tabs li a{
	color: inherit;
	 -webkit-transition: none;
     -moz-transition: none;
     -o-transition: none;
     transition: none;
}
.association-tabs li a.active, .association-tabs li a:hover{
	color: #fff;
	width: 100%;
}

.association-tabs li.type_btn1{
	color: #7ca119;
	border-color: #7ca119;
}
.association-tabs li.type_btn1 a.active, .association-tabs li.type_btn1 a:hover{
	background: #7ca119;
}
.association-tabs li.type_btn2{
	color: #ff6f00;
	border-color: #ff6f00;
}
.association-tabs li.type_btn2 a.active, .association-tabs li.type_btn2 a:hover{
	background: #ff6f00;
}
.association-tabs li.type_btn3{
	color: #ff0000;
	border-color: #ff0000;
}
.association-tabs li.type_btn3 a.active, .association-tabs li.type_btn3 a:hover{
	background: #ff0000;
}
.association-tabs li.type_btn4{
	color: #bf0785;
	border-color: #bf0785;
}
.association-tabs li.type_btn4 a.active, .association-tabs li.type_btn4 a:hover{
	background: #bf0785;
}
.association-tabs li.type_btn5{
	color: #289ed6;
	border-color: #289ed6;
}
.association-tabs li.type_btn5 a.active, .association-tabs li.type_btn5 a:hover{
	background: #289ed6;
}

.association-tabs-content{
	display: none;
}
#tab1.association-tabs-content{
	display: block;
}

.address_info_wrap_marker{
	position: relative;
}
.address_info_wrap_marker .address_info:first-child{
	margin-bottom: 30px;
}
.article_exibition_btns.map-button{
	position: absolute;
	top: 0;
	right: 0;
}
.article_exibition_btns.map-button li{
	padding-top: 0;
}

.company .article_top{
	float: left;
	width: auto !important;
}

.company .article_top > li{
	display: block;
	margin-bottom: 25px;
}
.company .article_top > li:first-child{
	margin-bottom: 40px;
}

.company .article-content{
	clear: none;
	margin-top: 41px;
}

@media (max-width: 767px){
	.article-content .article_top_img{
		float: none;
	}
	.article-content .article_top, .article-content .title-big, .article-content .description{
		margin-left: 0;
	}
	.article-content dl.directions dd a{
		display: block;
	}
	.association-tabs li{
		display: block;
		text-align: center;
	}
	.company .article_top{
		float: none;
	}
	.article_exibition_btns.map-button{
		position: relative;
	}
	a img.article_exibition_img{
		width: 100% !important;
	}
}
.association-tabs li{
	padding:0!important;
}
.exhibition_item{
	max-width: 283px;
	float: left;
	box-sizing: border-box;
}
.carousel_in_tabs{
	overflow: hidden;
}
.left_under_head2{
	margin-bottom:25px;
}

.sucessRequest {
	display: block;
	background-color: rgba(118, 189, 29, 0.3);
	border: 1px solid #76bd1d;
	padding: 5px;
	color: #4d6f22;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin: 10px 0 20px 0;
}

.errorRequest {
	display: block;
	background-color: #fbb9b7;
	border: 1px solid #fbb9b7;
	padding: 5px;
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin: 10px 0 20px 0;
}
/* End */


/* Start:/bitrix/templates/main/libs/css/additional.css?17506657134025*/
/**
* Additional styles
*/
a.no-style {
	text-decoration: none;
	color: #010101;
}
.pagination li.active a {
    background: #6cafd5;
    color: #fff;
    padding: 5px 8px;
    margin: 0 2px;
    border-radius: 2px;
    text-decoration: none;
}
.pagination-hide .pagination {
	display:none;
}
.b-share__link {
	margin-top: -12px;
}
.bx-google-map {
	height: 450px !important;
}
.past_exhibitions_block li {
	height: 234px;
}
.onpage_form {
	display: inline-block;
	margin:0;
	padding:0;
}
.medical_item li {
	text-overflow: ellipsis;
	overflow: hidden;
}
.medical_item li a {
	white-space: nowrap;
}
.article_exibition_img {
	width: 100%;
}
.call_us .header-phone:before {
	content:""!important;
}
.call_us .header-phone a {
	cursor: pointer;
}

@media (min-width: 992px) {
    .without_arrows .owl-nav {
        display: none;
    }
}

.medical_directions_without_margin {
    margin-top:5px;
}
.main_page_exibition img{
	width:auto!important;
}
.main_page_exibition h3{
	margin-top:20px;
}
.main_page_exibition a{
	color: #ff4e00;
}
.index_page_title_block h1{
	color: #ff4e00;
	font-weight:600;
	font-size:24px;
	font-family: Arial, sans-serif;
	margin-bottom:25px;
}
/*Баннеры*/
.new-block-bottom {
    width: 100%;
}
.new-block-bottom img {
    float: right;
    width: auto;
}
.new-aside-banner{
	width: 240px;
	height: auto;
	margin: 40px auto 40px !important;
}
.new-aside-banner img, .new-content-banner img{
	width: 100%;
	height: 100%;
	min-height: 40px;
}

.new-content-banner{
	width: 100%;
	height: auto;
	/*min-height: 40px;*/
	margin: 25px auto;
}

.new-half-content-banner{
	width: 50%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.new-half-content-banner img{
	width: 95%;
	height: auto;
}
.events_banners{
	padding-left:20px;
}
.new-banner-axe {
    position: absolute;
    top: 1px;
    right: -103px;
    z-index: 1000;
	pointer-events:none;
}
.error-popup{
	max-width: 428px!important;
}
#success_block{
	text-align:center;
	display:none;
}
.error-message {
    position: relative;
    bottom: 0;
    left: 0;
    color: #777;
    font-size: 14px;
	margin-top:12px;
}
.error-message .button-key {
    display: inline-block;
    padding: 5px 12px 5px 10px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    position: relative;
    top: -5px;
}
.error-message .color-dark {
    display: inline-block;
    font-size: 15px;
    color: #000;
}
.error-message .button-key {
    display: inline-block;
    padding: 5px 12px 5px 10px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    position: relative;
    top: -5px;
}
.add_company_link{
	/*color: #fff;
    background-color: #e4000a;
	font-size: 12px;
    line-height: 14px;
    font-weight: bold;
	padding: 12px 12px 13px 15px;
	text-decoration: none !important;*/
}
.exhibition_item .image_wrap {
	
	display: flex;
    align-items: center; /* Вертикальное выравнивание по центру */
    justify-content: center; /* Горизонтальное выравнивание по центру (опционально) */
    height: 190px; 
}
.new_left_banan{
	margin-bottom: 25px;
}

/*COOKIE*/
.cookie_new {
    background: #fff;
    border-radius: 8px;
    padding: 2.0rem 3rem;
    max-width: 1200px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    line-height: 1.5;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 8rem;
    display: flex
;
    align-items: center;
    z-index: 1114;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
    box-shadow: 0 5px 23px -3px rgb(0 0 0 / 30%);
}
.cookie_new.active {
    opacity: 1;
    pointer-events: all;
}
.cookie__desc {
    color: #909294;
    font-size: 1rem;
    font-weight: 400;
}

/* End */
/* /bitrix/templates/main/libs/css/animate.css?160146912573335 */
/* /bitrix/templates/main/libs/css/fontello.css?1601469125120627 */
/* /bitrix/templates/main/libs/css/MyriadPro.css?16014691241939 */
/* /bitrix/templates/main/libs/css/magnific-popup.css?17476683679056 */
/* /bitrix/templates/main/libs/css/owl.carousel.css?16014691254657 */
/* /bitrix/templates/main/libs/css/jquery.mCustomScrollbar.css?160146912454161 */
/* /bitrix/templates/main/libs/css/pickmeup.css?16014691252723 */
/* /bitrix/templates/main/libs/css/socialcarousel.css?16014691254724 */
/* /bitrix/templates/main/libs/css/style.css?174195656381417 */
/* /bitrix/templates/main/libs/css/additional.css?17506657134025 */
